WP Database Backup - Version 2.1.1

Version Description

*Fixed bug: Conflict issue with Disqus Comments System, NextGen Gallery etc.

=

Download this release

Release Info

Developer walke.prashant
Plugin Icon 128x128 WP Database Backup
Version 2.1.1
Comparing to
See all releases

Code changes from version 1.1 to 2.1.1

Files changed (42) hide show
  1. assets/config.json +412 -0
  2. assets/css/bootstrap-theme.css +346 -0
  3. assets/css/bootstrap-theme.min.css +7 -0
  4. assets/css/bootstrap.css +5780 -0
  5. assets/css/bootstrap.min.css +7 -0
  6. assets/css/index.php +1 -0
  7. assets/css/wpdb_admin.css +9 -0
  8. assets/fonts/glyphicons-halflings-regular.eot +0 -0
  9. assets/fonts/glyphicons-halflings-regular.svg +229 -0
  10. assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  11. assets/fonts/glyphicons-halflings-regular.woff +0 -0
  12. assets/fonts/index.php +1 -0
  13. assets/images/wp-database-backup.png +0 -0
  14. assets/index.php +1 -0
  15. assets/js/bootstrap.js +1943 -0
  16. assets/js/bootstrap.min.js +7 -0
  17. assets/js/index.php +1 -0
  18. img/wp-database-backup.png +0 -0
  19. img/wp_database_backup.jpeg +0 -0
  20. includes/admin/Destination/Dropbox/DropboxClient.php +651 -0
  21. includes/admin/Destination/Dropbox/OAuthSimple.php +525 -0
  22. includes/admin/Destination/Dropbox/dropboxupload.php +116 -0
  23. includes/admin/Destination/FTP/check-repo.php +74 -0
  24. includes/admin/Destination/FTP/ftp-form.php +184 -0
  25. includes/admin/Destination/FTP/preflight.php +72 -0
  26. includes/admin/Destination/FTP/sendaway.php +86 -0
  27. includes/admin/Destination/FTP/test-ftp.php +77 -0
  28. includes/admin/Destination/wp-backup-destination.php +26 -0
  29. includes/admin/class-wpdb-admin.php +636 -0
  30. readme.txt +25 -8
  31. readme.txt.bak +111 -0
  32. screenshot-1.png +0 -0
  33. screenshot-2.png +0 -0
  34. wp-database-backup.php +2 -2
  35. wp-database-backup.php.bak +101 -0
  36. wp-database-backup150.png +0 -0
  37. wp_create_new_database_backup.jpeg +0 -0
  38. wp_database_backup.jpeg +0 -0
  39. wp_database_backup574.jpeg +0 -0
  40. wp_database_backup_auto_schedule.jpeg +0 -0
  41. wp_database_backup_auto_schedule574.jpeg +0 -0
  42. wp_database_backup_download.jpeg +0 -0
assets/config.json ADDED
@@ -0,0 +1,412 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vars": {
3
+ "@gray-darker": "lighten(#000, 13.5%)",
4
+ "@gray-dark": "lighten(#000, 20%)",
5
+ "@gray": "lighten(#000, 33.5%)",
6
+ "@gray-light": "lighten(#000, 60%)",
7
+ "@gray-lighter": "lighten(#000, 93.5%)",
8
+ "@brand-primary": "#428bca",
9
+ "@brand-success": "#5cb85c",
10
+ "@brand-info": "#5bc0de",
11
+ "@brand-warning": "#f0ad4e",
12
+ "@brand-danger": "#d9534f",
13
+ "@body-bg": "#fff",
14
+ "@text-color": "@gray-dark",
15
+ "@link-color": "@brand-primary",
16
+ "@link-hover-color": "darken(@link-color, 15%)",
17
+ "@font-family-sans-serif": "\"Helvetica Neue\", Helvetica, Arial, sans-serif",
18
+ "@font-family-serif": "Georgia, \"Times New Roman\", Times, serif",
19
+ "@font-family-monospace": "Menlo, Monaco, Consolas, \"Courier New\", monospace",
20
+ "@font-family-base": "@font-family-sans-serif",
21
+ "@font-size-base": "14px",
22
+ "@font-size-large": "ceil((@font-size-base * 1.25))",
23
+ "@font-size-small": "ceil((@font-size-base * 0.85))",
24
+ "@font-size-h1": "floor((@font-size-base * 2.6))",
25
+ "@font-size-h2": "floor((@font-size-base * 2.15))",
26
+ "@font-size-h3": "ceil((@font-size-base * 1.7))",
27
+ "@font-size-h4": "ceil((@font-size-base * 1.25))",
28
+ "@font-size-h5": "@font-size-base",
29
+ "@font-size-h6": "ceil((@font-size-base * 0.85))",
30
+ "@line-height-base": "1.428571429",
31
+ "@line-height-computed": "floor((@font-size-base * @line-height-base))",
32
+ "@headings-font-family": "inherit",
33
+ "@headings-font-weight": "500",
34
+ "@headings-line-height": "1.1",
35
+ "@headings-color": "inherit",
36
+ "@padding-base-vertical": "6px",
37
+ "@padding-base-horizontal": "12px",
38
+ "@padding-large-vertical": "10px",
39
+ "@padding-large-horizontal": "16px",
40
+ "@padding-small-vertical": "5px",
41
+ "@padding-small-horizontal": "10px",
42
+ "@padding-xs-vertical": "1px",
43
+ "@padding-xs-horizontal": "5px",
44
+ "@line-height-large": "1.33",
45
+ "@line-height-small": "1.5",
46
+ "@border-radius-base": "4px",
47
+ "@border-radius-large": "6px",
48
+ "@border-radius-small": "3px",
49
+ "@component-active-color": "#fff",
50
+ "@component-active-bg": "@brand-primary",
51
+ "@caret-width-base": "4px",
52
+ "@caret-width-large": "5px",
53
+ "@table-cell-padding": "8px",
54
+ "@table-condensed-cell-padding": "5px",
55
+ "@table-bg": "transparent",
56
+ "@table-bg-accent": "#f9f9f9",
57
+ "@table-bg-hover": "#f5f5f5",
58
+ "@table-bg-active": "@table-bg-hover",
59
+ "@table-border-color": "#ddd",
60
+ "@btn-font-weight": "normal",
61
+ "@btn-default-color": "#333",
62
+ "@btn-default-bg": "#fff",
63
+ "@btn-default-border": "#ccc",
64
+ "@btn-primary-color": "#fff",
65
+ "@btn-primary-bg": "@brand-primary",
66
+ "@btn-primary-border": "darken(@btn-primary-bg, 5%)",
67
+ "@btn-success-color": "#fff",
68
+ "@btn-success-bg": "@brand-success",
69
+ "@btn-success-border": "darken(@btn-success-bg, 5%)",
70
+ "@btn-info-color": "#fff",
71
+ "@btn-info-bg": "@brand-info",
72
+ "@btn-info-border": "darken(@btn-info-bg, 5%)",
73
+ "@btn-warning-color": "#fff",
74
+ "@btn-warning-bg": "@brand-warning",
75
+ "@btn-warning-border": "darken(@btn-warning-bg, 5%)",
76
+ "@btn-danger-color": "#fff",
77
+ "@btn-danger-bg": "@brand-danger",
78
+ "@btn-danger-border": "darken(@btn-danger-bg, 5%)",
79
+ "@btn-link-disabled-color": "@gray-light",
80
+ "@input-bg": "#fff",
81
+ "@input-bg-disabled": "@gray-lighter",
82
+ "@input-color": "@gray",
83
+ "@input-border": "#ccc",
84
+ "@input-border-radius": "@border-radius-base",
85
+ "@input-border-focus": "#66afe9",
86
+ "@input-color-placeholder": "@gray-light",
87
+ "@input-height-base": "(@line-height-computed + (@padding-base-vertical * 2) + 2)",
88
+ "@input-height-large": "(ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2)",
89
+ "@input-height-small": "(floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2)",
90
+ "@legend-color": "@gray-dark",
91
+ "@legend-border-color": "#e5e5e5",
92
+ "@input-group-addon-bg": "@gray-lighter",
93
+ "@input-group-addon-border-color": "@input-border",
94
+ "@dropdown-bg": "#fff",
95
+ "@dropdown-border": "rgba(0,0,0,.15)",
96
+ "@dropdown-fallback-border": "#ccc",
97
+ "@dropdown-divider-bg": "#e5e5e5",
98
+ "@dropdown-link-color": "@gray-dark",
99
+ "@dropdown-link-hover-color": "darken(@gray-dark, 5%)",
100
+ "@dropdown-link-hover-bg": "#f5f5f5",
101
+ "@dropdown-link-active-color": "@component-active-color",
102
+ "@dropdown-link-active-bg": "@component-active-bg",
103
+ "@dropdown-link-disabled-color": "@gray-light",
104
+ "@dropdown-header-color": "@gray-light",
105
+ "@dropdown-caret-color": "#000",
106
+ "@screen-xs": "480px",
107
+ "@screen-xs-min": "@screen-xs",
108
+ "@screen-phone": "@screen-xs-min",
109
+ "@screen-sm": "768px",
110
+ "@screen-sm-min": "@screen-sm",
111
+ "@screen-tablet": "@screen-sm-min",
112
+ "@screen-md": "992px",
113
+ "@screen-md-min": "@screen-md",
114
+ "@screen-desktop": "@screen-md-min",
115
+ "@screen-lg": "1200px",
116
+ "@screen-lg-min": "@screen-lg",
117
+ "@screen-lg-desktop": "@screen-lg-min",
118
+ "@screen-xs-max": "(@screen-sm-min - 1)",
119
+ "@screen-sm-max": "(@screen-md-min - 1)",
120
+ "@screen-md-max": "(@screen-lg-min - 1)",
121
+ "@grid-columns": "12",
122
+ "@grid-gutter-width": "30px",
123
+ "@grid-float-breakpoint": "@screen-sm-min",
124
+ "@grid-float-breakpoint-max": "(@grid-float-breakpoint - 1)",
125
+ "@container-tablet": "((720px + @grid-gutter-width))",
126
+ "@container-sm": "@container-tablet",
127
+ "@container-desktop": "((940px + @grid-gutter-width))",
128
+ "@container-md": "@container-desktop",
129
+ "@container-large-desktop": "((1140px + @grid-gutter-width))",
130
+ "@container-lg": "@container-large-desktop",
131
+ "@navbar-height": "50px",
132
+ "@navbar-margin-bottom": "@line-height-computed",
133
+ "@navbar-border-radius": "@border-radius-base",
134
+ "@navbar-padding-horizontal": "floor((@grid-gutter-width / 2))",
135
+ "@navbar-padding-vertical": "((@navbar-height - @line-height-computed) / 2)",
136
+ "@navbar-collapse-max-height": "340px",
137
+ "@navbar-default-color": "#777",
138
+ "@navbar-default-bg": "#f8f8f8",
139
+ "@navbar-default-border": "darken(@navbar-default-bg, 6.5%)",
140
+ "@navbar-default-link-color": "#777",
141
+ "@navbar-default-link-hover-color": "#333",
142
+ "@navbar-default-link-hover-bg": "transparent",
143
+ "@navbar-default-link-active-color": "#555",
144
+ "@navbar-default-link-active-bg": "darken(@navbar-default-bg, 6.5%)",
145
+ "@navbar-default-link-disabled-color": "#ccc",
146
+ "@navbar-default-link-disabled-bg": "transparent",
147
+ "@navbar-default-brand-color": "@navbar-default-link-color",
148
+ "@navbar-default-brand-hover-color": "darken(@navbar-default-brand-color, 10%)",
149
+ "@navbar-default-brand-hover-bg": "transparent",
150
+ "@navbar-default-toggle-hover-bg": "#ddd",
151
+ "@navbar-default-toggle-icon-bar-bg": "#888",
152
+ "@navbar-default-toggle-border-color": "#ddd",
153
+ "@navbar-inverse-color": "@gray-light",
154
+ "@navbar-inverse-bg": "#222",
155
+ "@navbar-inverse-border": "darken(@navbar-inverse-bg, 10%)",
156
+ "@navbar-inverse-link-color": "@gray-light",
157
+ "@navbar-inverse-link-hover-color": "#fff",
158
+ "@navbar-inverse-link-hover-bg": "transparent",
159
+ "@navbar-inverse-link-active-color": "@navbar-inverse-link-hover-color",
160
+ "@navbar-inverse-link-active-bg": "darken(@navbar-inverse-bg, 10%)",
161
+ "@navbar-inverse-link-disabled-color": "#444",
162
+ "@navbar-inverse-link-disabled-bg": "transparent",
163
+ "@navbar-inverse-brand-color": "@navbar-inverse-link-color",
164
+ "@navbar-inverse-brand-hover-color": "#fff",
165
+ "@navbar-inverse-brand-hover-bg": "transparent",
166
+ "@navbar-inverse-toggle-hover-bg": "#333",
167
+ "@navbar-inverse-toggle-icon-bar-bg": "#fff",
168
+ "@navbar-inverse-toggle-border-color": "#333",
169
+ "@nav-link-padding": "10px 15px",
170
+ "@nav-link-hover-bg": "@gray-lighter",
171
+ "@nav-disabled-link-color": "@gray-light",
172
+ "@nav-disabled-link-hover-color": "@gray-light",
173
+ "@nav-open-link-hover-color": "#fff",
174
+ "@nav-tabs-border-color": "#ddd",
175
+ "@nav-tabs-link-hover-border-color": "@gray-lighter",
176
+ "@nav-tabs-active-link-hover-bg": "@body-bg",
177
+ "@nav-tabs-active-link-hover-color": "@gray",
178
+ "@nav-tabs-active-link-hover-border-color": "#ddd",
179
+ "@nav-tabs-justified-link-border-color": "#ddd",
180
+ "@nav-tabs-justified-active-link-border-color": "@body-bg",
181
+ "@nav-pills-border-radius": "@border-radius-base",
182
+ "@nav-pills-active-link-hover-bg": "@component-active-bg",
183
+ "@nav-pills-active-link-hover-color": "@component-active-color",
184
+ "@pagination-color": "@link-color",
185
+ "@pagination-bg": "#fff",
186
+ "@pagination-border": "#ddd",
187
+ "@pagination-hover-color": "@link-hover-color",
188
+ "@pagination-hover-bg": "@gray-lighter",
189
+ "@pagination-hover-border": "#ddd",
190
+ "@pagination-active-color": "#fff",
191
+ "@pagination-active-bg": "@brand-primary",
192
+ "@pagination-active-border": "@brand-primary",
193
+ "@pagination-disabled-color": "@gray-light",
194
+ "@pagination-disabled-bg": "#fff",
195
+ "@pagination-disabled-border": "#ddd",
196
+ "@pager-bg": "@pagination-bg",
197
+ "@pager-border": "@pagination-border",
198
+ "@pager-border-radius": "15px",
199
+ "@pager-hover-bg": "@pagination-hover-bg",
200
+ "@pager-active-bg": "@pagination-active-bg",
201
+ "@pager-active-color": "@pagination-active-color",
202
+ "@pager-disabled-color": "@pagination-disabled-color",
203
+ "@jumbotron-padding": "30px",
204
+ "@jumbotron-color": "inherit",
205
+ "@jumbotron-bg": "@gray-lighter",
206
+ "@jumbotron-heading-color": "inherit",
207
+ "@jumbotron-font-size": "ceil((@font-size-base * 1.5))",
208
+ "@state-success-text": "#3c763d",
209
+ "@state-success-bg": "#dff0d8",
210
+ "@state-success-border": "darken(spin(@state-success-bg, -10), 5%)",
211
+ "@state-info-text": "#31708f",
212
+ "@state-info-bg": "#d9edf7",
213
+ "@state-info-border": "darken(spin(@state-info-bg, -10), 7%)",
214
+ "@state-warning-text": "#8a6d3b",
215
+ "@state-warning-bg": "#fcf8e3",
216
+ "@state-warning-border": "darken(spin(@state-warning-bg, -10), 5%)",
217
+ "@state-danger-text": "#a94442",
218
+ "@state-danger-bg": "#f2dede",
219
+ "@state-danger-border": "darken(spin(@state-danger-bg, -10), 5%)",
220
+ "@tooltip-max-width": "200px",
221
+ "@tooltip-color": "#fff",
222
+ "@tooltip-bg": "#000",
223
+ "@tooltip-opacity": ".9",
224
+ "@tooltip-arrow-width": "5px",
225
+ "@tooltip-arrow-color": "@tooltip-bg",
226
+ "@popover-bg": "#fff",
227
+ "@popover-max-width": "276px",
228
+ "@popover-border-color": "rgba(0,0,0,.2)",
229
+ "@popover-fallback-border-color": "#ccc",
230
+ "@popover-title-bg": "darken(@popover-bg, 3%)",
231
+ "@popover-arrow-width": "10px",
232
+ "@popover-arrow-color": "#fff",
233
+ "@popover-arrow-outer-width": "(@popover-arrow-width + 1)",
234
+ "@popover-arrow-outer-color": "fadein(@popover-border-color, 5%)",
235
+ "@popover-arrow-outer-fallback-color": "darken(@popover-fallback-border-color, 20%)",
236
+ "@label-default-bg": "@gray-light",
237
+ "@label-primary-bg": "@brand-primary",
238
+ "@label-success-bg": "@brand-success",
239
+ "@label-info-bg": "@brand-info",
240
+ "@label-warning-bg": "@brand-warning",
241
+ "@label-danger-bg": "@brand-danger",
242
+ "@label-color": "#fff",
243
+ "@label-link-hover-color": "#fff",
244
+ "@modal-inner-padding": "20px",
245
+ "@modal-title-padding": "15px",
246
+ "@modal-title-line-height": "@line-height-base",
247
+ "@modal-content-bg": "#fff",
248
+ "@modal-content-border-color": "rgba(0,0,0,.2)",
249
+ "@modal-content-fallback-border-color": "#999",
250
+ "@modal-backdrop-bg": "#000",
251
+ "@modal-backdrop-opacity": ".5",
252
+ "@modal-header-border-color": "#e5e5e5",
253
+ "@modal-footer-border-color": "@modal-header-border-color",
254
+ "@modal-lg": "900px",
255
+ "@modal-md": "600px",
256
+ "@modal-sm": "300px",
257
+ "@alert-padding": "15px",
258
+ "@alert-border-radius": "@border-radius-base",
259
+ "@alert-link-font-weight": "bold",
260
+ "@alert-success-bg": "@state-success-bg",
261
+ "@alert-success-text": "@state-success-text",
262
+ "@alert-success-border": "@state-success-border",
263
+ "@alert-info-bg": "@state-info-bg",
264
+ "@alert-info-text": "@state-info-text",
265
+ "@alert-info-border": "@state-info-border",
266
+ "@alert-warning-bg": "@state-warning-bg",
267
+ "@alert-warning-text": "@state-warning-text",
268
+ "@alert-warning-border": "@state-warning-border",
269
+ "@alert-danger-bg": "@state-danger-bg",
270
+ "@alert-danger-text": "@state-danger-text",
271
+ "@alert-danger-border": "@state-danger-border",
272
+ "@progress-bg": "#f5f5f5",
273
+ "@progress-bar-color": "#fff",
274
+ "@progress-bar-bg": "@brand-primary",
275
+ "@progress-bar-success-bg": "@brand-success",
276
+ "@progress-bar-warning-bg": "@brand-warning",
277
+ "@progress-bar-danger-bg": "@brand-danger",
278
+ "@progress-bar-info-bg": "@brand-info",
279
+ "@list-group-bg": "#fff",
280
+ "@list-group-border": "#ddd",
281
+ "@list-group-border-radius": "@border-radius-base",
282
+ "@list-group-hover-bg": "#f5f5f5",
283
+ "@list-group-active-color": "@component-active-color",
284
+ "@list-group-active-bg": "@component-active-bg",
285
+ "@list-group-active-border": "@list-group-active-bg",
286
+ "@list-group-active-text-color": "lighten(@list-group-active-bg, 40%)",
287
+ "@list-group-link-color": "#555",
288
+ "@list-group-link-heading-color": "#333",
289
+ "@panel-bg": "#fff",
290
+ "@panel-body-padding": "15px",
291
+ "@panel-border-radius": "@border-radius-base",
292
+ "@panel-inner-border": "#ddd",
293
+ "@panel-footer-bg": "#f5f5f5",
294
+ "@panel-default-text": "@gray-dark",
295
+ "@panel-default-border": "#ddd",
296
+ "@panel-default-heading-bg": "#f5f5f5",
297
+ "@panel-primary-text": "#fff",
298
+ "@panel-primary-border": "@brand-primary",
299
+ "@panel-primary-heading-bg": "@brand-primary",
300
+ "@panel-success-text": "@state-success-text",
301
+ "@panel-success-border": "@state-success-border",
302
+ "@panel-success-heading-bg": "@state-success-bg",
303
+ "@panel-info-text": "@state-info-text",
304
+ "@panel-info-border": "@state-info-border",
305
+ "@panel-info-heading-bg": "@state-info-bg",
306
+ "@panel-warning-text": "@state-warning-text",
307
+ "@panel-warning-border": "@state-warning-border",
308
+ "@panel-warning-heading-bg": "@state-warning-bg",
309
+ "@panel-danger-text": "@state-danger-text",
310
+ "@panel-danger-border": "@state-danger-border",
311
+ "@panel-danger-heading-bg": "@state-danger-bg",
312
+ "@thumbnail-padding": "4px",
313
+ "@thumbnail-bg": "@body-bg",
314
+ "@thumbnail-border": "#ddd",
315
+ "@thumbnail-border-radius": "@border-radius-base",
316
+ "@thumbnail-caption-color": "@text-color",
317
+ "@thumbnail-caption-padding": "9px",
318
+ "@well-bg": "#f5f5f5",
319
+ "@well-border": "darken(@well-bg, 7%)",
320
+ "@badge-color": "#fff",
321
+ "@badge-link-hover-color": "#fff",
322
+ "@badge-bg": "@gray-light",
323
+ "@badge-active-color": "@link-color",
324
+ "@badge-active-bg": "#fff",
325
+ "@badge-font-weight": "bold",
326
+ "@badge-border-radius": "10px",
327
+ "@breadcrumb-padding-vertical": "8px",
328
+ "@breadcrumb-padding-horizontal": "15px",
329
+ "@breadcrumb-bg": "#f5f5f5",
330
+ "@breadcrumb-color": "#ccc",
331
+ "@breadcrumb-active-color": "@gray-light",
332
+ "@breadcrumb-separator": "\"/\"",
333
+ "@carousel-text-shadow": "0 1px 2px rgba(0,0,0,.6)",
334
+ "@carousel-control-color": "#fff",
335
+ "@carousel-control-width": "15%",
336
+ "@carousel-control-opacity": ".5",
337
+ "@carousel-control-font-size": "20px",
338
+ "@carousel-indicator-active-bg": "#fff",
339
+ "@carousel-indicator-border-color": "#fff",
340
+ "@carousel-caption-color": "#fff",
341
+ "@close-font-weight": "bold",
342
+ "@close-color": "#000",
343
+ "@close-text-shadow": "0 1px 0 #fff",
344
+ "@code-color": "#c7254e",
345
+ "@code-bg": "#f9f2f4",
346
+ "@kbd-color": "#fff",
347
+ "@kbd-bg": "#333",
348
+ "@pre-bg": "#f5f5f5",
349
+ "@pre-color": "@gray-dark",
350
+ "@pre-border-color": "#ccc",
351
+ "@pre-scrollable-max-height": "340px",
352
+ "@text-muted": "@gray-light",
353
+ "@abbr-border-color": "@gray-light",
354
+ "@headings-small-color": "@gray-light",
355
+ "@blockquote-small-color": "@gray-light",
356
+ "@blockquote-font-size": "(@font-size-base * 1.25)",
357
+ "@blockquote-border-color": "@gray-lighter",
358
+ "@page-header-border-color": "@gray-lighter",
359
+ "@hr-border": "@gray-lighter",
360
+ "@component-offset-horizontal": "180px"
361
+ },
362
+ "css": [
363
+ "print.less",
364
+ "type.less",
365
+ "code.less",
366
+ "grid.less",
367
+ "tables.less",
368
+ "forms.less",
369
+ "buttons.less",
370
+ "glyphicons.less",
371
+ "button-groups.less",
372
+ "input-groups.less",
373
+ "navs.less",
374
+ "navbar.less",
375
+ "breadcrumbs.less",
376
+ "pagination.less",
377
+ "pager.less",
378
+ "labels.less",
379
+ "badges.less",
380
+ "jumbotron.less",
381
+ "thumbnails.less",
382
+ "alerts.less",
383
+ "progress-bars.less",
384
+ "media.less",
385
+ "list-group.less",
386
+ "panels.less",
387
+ "wells.less",
388
+ "close.less",
389
+ "component-animations.less",
390
+ "dropdowns.less",
391
+ "tooltip.less",
392
+ "popovers.less",
393
+ "modals.less",
394
+ "carousel.less",
395
+ "utilities.less",
396
+ "responsive-utilities.less"
397
+ ],
398
+ "js": [
399
+ "alert.js",
400
+ "button.js",
401
+ "carousel.js",
402
+ "dropdown.js",
403
+ "modal.js",
404
+ "tooltip.js",
405
+ "popover.js",
406
+ "tab.js",
407
+ "affix.js",
408
+ "collapse.js",
409
+ "scrollspy.js",
410
+ "transition.js"
411
+ ]
412
+ }
assets/css/bootstrap-theme.css ADDED
@@ -0,0 +1,346 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v3.1.1 (http://getbootstrap.com)
3
+ * Copyright 2011-2014 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+
7
+ .btn-default,
8
+ .btn-primary,
9
+ .btn-success,
10
+ .btn-info,
11
+ .btn-warning,
12
+ .btn-danger {
13
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
14
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
15
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
16
+ }
17
+ .btn-default:active,
18
+ .btn-primary:active,
19
+ .btn-success:active,
20
+ .btn-info:active,
21
+ .btn-warning:active,
22
+ .btn-danger:active,
23
+ .btn-default.active,
24
+ .btn-primary.active,
25
+ .btn-success.active,
26
+ .btn-info.active,
27
+ .btn-warning.active,
28
+ .btn-danger.active {
29
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
30
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
31
+ }
32
+ .btn:active,
33
+ .btn.active {
34
+ background-image: none;
35
+ }
36
+ .btn-default {
37
+ background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
38
+ background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
39
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
40
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
41
+ background-repeat: repeat-x;
42
+ border-color: #dbdbdb;
43
+ text-shadow: 0 1px 0 #fff;
44
+ border-color: #ccc;
45
+ }
46
+ .btn-default:hover,
47
+ .btn-default:focus {
48
+ background-color: #e0e0e0;
49
+ background-position: 0 -15px;
50
+ }
51
+ .btn-default:active,
52
+ .btn-default.active {
53
+ background-color: #e0e0e0;
54
+ border-color: #dbdbdb;
55
+ }
56
+ .btn-primary {
57
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
58
+ background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
59
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
60
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
61
+ background-repeat: repeat-x;
62
+ border-color: #2b669a;
63
+ }
64
+ .btn-primary:hover,
65
+ .btn-primary:focus {
66
+ background-color: #2d6ca2;
67
+ background-position: 0 -15px;
68
+ }
69
+ .btn-primary:active,
70
+ .btn-primary.active {
71
+ background-color: #2d6ca2;
72
+ border-color: #2b669a;
73
+ }
74
+ .btn-success {
75
+ background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
76
+ background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
77
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
78
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
79
+ background-repeat: repeat-x;
80
+ border-color: #3e8f3e;
81
+ }
82
+ .btn-success:hover,
83
+ .btn-success:focus {
84
+ background-color: #419641;
85
+ background-position: 0 -15px;
86
+ }
87
+ .btn-success:active,
88
+ .btn-success.active {
89
+ background-color: #419641;
90
+ border-color: #3e8f3e;
91
+ }
92
+ .btn-info {
93
+ background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
94
+ background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
95
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
96
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
97
+ background-repeat: repeat-x;
98
+ border-color: #28a4c9;
99
+ }
100
+ .btn-info:hover,
101
+ .btn-info:focus {
102
+ background-color: #2aabd2;
103
+ background-position: 0 -15px;
104
+ }
105
+ .btn-info:active,
106
+ .btn-info.active {
107
+ background-color: #2aabd2;
108
+ border-color: #28a4c9;
109
+ }
110
+ .btn-warning {
111
+ background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
112
+ background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
113
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
114
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
115
+ background-repeat: repeat-x;
116
+ border-color: #e38d13;
117
+ }
118
+ .btn-warning:hover,
119
+ .btn-warning:focus {
120
+ background-color: #eb9316;
121
+ background-position: 0 -15px;
122
+ }
123
+ .btn-warning:active,
124
+ .btn-warning.active {
125
+ background-color: #eb9316;
126
+ border-color: #e38d13;
127
+ }
128
+ .btn-danger {
129
+ background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
130
+ background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
131
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
132
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
133
+ background-repeat: repeat-x;
134
+ border-color: #b92c28;
135
+ }
136
+ .btn-danger:hover,
137
+ .btn-danger:focus {
138
+ background-color: #c12e2a;
139
+ background-position: 0 -15px;
140
+ }
141
+ .btn-danger:active,
142
+ .btn-danger.active {
143
+ background-color: #c12e2a;
144
+ border-color: #b92c28;
145
+ }
146
+ .thumbnail,
147
+ .img-thumbnail {
148
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
149
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
150
+ }
151
+ .dropdown-menu > li > a:hover,
152
+ .dropdown-menu > li > a:focus {
153
+ background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
154
+ background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
155
+ background-repeat: repeat-x;
156
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
157
+ background-color: #e8e8e8;
158
+ }
159
+ .dropdown-menu > .active > a,
160
+ .dropdown-menu > .active > a:hover,
161
+ .dropdown-menu > .active > a:focus {
162
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
163
+ background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
164
+ background-repeat: repeat-x;
165
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
166
+ background-color: #357ebd;
167
+ }
168
+ .navbar-default {
169
+ background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
170
+ background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
171
+ background-repeat: repeat-x;
172
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
173
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
174
+ border-radius: 4px;
175
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
176
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
177
+ }
178
+ .navbar-default .navbar-nav > .active > a {
179
+ background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
180
+ background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
181
+ background-repeat: repeat-x;
182
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
183
+ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
184
+ box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
185
+ }
186
+ .navbar-brand,
187
+ .navbar-nav > li > a {
188
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
189
+ }
190
+ .navbar-inverse {
191
+ background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
192
+ background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
193
+ background-repeat: repeat-x;
194
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
195
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
196
+ }
197
+ .navbar-inverse .navbar-nav > .active > a {
198
+ background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
199
+ background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
200
+ background-repeat: repeat-x;
201
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
202
+ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
203
+ box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
204
+ }
205
+ .navbar-inverse .navbar-brand,
206
+ .navbar-inverse .navbar-nav > li > a {
207
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
208
+ }
209
+ .navbar-static-top,
210
+ .navbar-fixed-top,
211
+ .navbar-fixed-bottom {
212
+ border-radius: 0;
213
+ }
214
+ .alert {
215
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
216
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
217
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
218
+ }
219
+ .alert-success {
220
+ background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
221
+ background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
222
+ background-repeat: repeat-x;
223
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
224
+ border-color: #b2dba1;
225
+ }
226
+ .alert-info {
227
+ background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
228
+ background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
229
+ background-repeat: repeat-x;
230
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
231
+ border-color: #9acfea;
232
+ }
233
+ .alert-warning {
234
+ background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
235
+ background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
236
+ background-repeat: repeat-x;
237
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
238
+ border-color: #f5e79e;
239
+ }
240
+ .alert-danger {
241
+ background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
242
+ background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
243
+ background-repeat: repeat-x;
244
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
245
+ border-color: #dca7a7;
246
+ }
247
+ .progress {
248
+ background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
249
+ background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
250
+ background-repeat: repeat-x;
251
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
252
+ }
253
+ .progress-bar {
254
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
255
+ background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
256
+ background-repeat: repeat-x;
257
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
258
+ }
259
+ .progress-bar-success {
260
+ background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
261
+ background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
262
+ background-repeat: repeat-x;
263
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
264
+ }
265
+ .progress-bar-info {
266
+ background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
267
+ background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
268
+ background-repeat: repeat-x;
269
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
270
+ }
271
+ .progress-bar-warning {
272
+ background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
273
+ background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
274
+ background-repeat: repeat-x;
275
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
276
+ }
277
+ .progress-bar-danger {
278
+ background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
279
+ background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
280
+ background-repeat: repeat-x;
281
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
282
+ }
283
+ .list-group {
284
+ border-radius: 4px;
285
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
286
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
287
+ }
288
+ .list-group-item.active,
289
+ .list-group-item.active:hover,
290
+ .list-group-item.active:focus {
291
+ text-shadow: 0 -1px 0 #3071a9;
292
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
293
+ background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
294
+ background-repeat: repeat-x;
295
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
296
+ border-color: #3278b3;
297
+ }
298
+ .panel {
299
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
300
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
301
+ }
302
+ .panel-default > .panel-heading {
303
+ background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
304
+ background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
305
+ background-repeat: repeat-x;
306
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
307
+ }
308
+ .panel-primary > .panel-heading {
309
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
310
+ background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
311
+ background-repeat: repeat-x;
312
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
313
+ }
314
+ .panel-success > .panel-heading {
315
+ background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
316
+ background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
317
+ background-repeat: repeat-x;
318
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
319
+ }
320
+ .panel-info > .panel-heading {
321
+ background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
322
+ background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
323
+ background-repeat: repeat-x;
324
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
325
+ }
326
+ .panel-warning > .panel-heading {
327
+ background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
328
+ background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
329
+ background-repeat: repeat-x;
330
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
331
+ }
332
+ .panel-danger > .panel-heading {
333
+ background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
334
+ background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
335
+ background-repeat: repeat-x;
336
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
337
+ }
338
+ .well {
339
+ background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
340
+ background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
341
+ background-repeat: repeat-x;
342
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
343
+ border-color: #dcdcdc;
344
+ -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
345
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
346
+ }
assets/css/bootstrap-theme.min.css ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v3.1.1 (http://getbootstrap.com)
3
+ * Copyright 2011-2014 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+
7
+ .btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-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:active,.btn.active{background-image:none}.btn-default{background-image:-webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:linear-gradient(to bottom, #fff 0, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);background-image:linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#2b669a}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color:#e8e8e8}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-image:-webkit-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:linear-gradient(to bottom, #428bca 0, #357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);background-color:#357ebd}.navbar-default{background-image:-webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:linear-gradient(to bottom, #fff 0, #f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top, #ebebeb 0, #f3f3f3 100%);background-image:linear-gradient(to bottom, #ebebeb 0, #f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:linear-gradient(to bottom, #3c3c3c 0, #222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top, #222 0, #282828 100%);background-image:linear-gradient(to bottom, #222 0, #282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top, #428bca 0, #3071a9 100%);background-image:linear-gradient(to bottom, #428bca 0, #3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:linear-gradient(to bottom, #5cb85c 0, #449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:linear-gradient(to bottom, #d9534f 0, #c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top, #428bca 0, #3278b3 100%);background-image:linear-gradient(to bottom, #428bca 0, #3278b3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);border-color:#3278b3}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:linear-gradient(to bottom, #428bca 0, #357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)}.well{background-image:-webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
assets/css/bootstrap.css ADDED
@@ -0,0 +1,5780 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v3.1.1 (http://getbootstrap.com)
3
+ * Copyright 2011-2014 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+
7
+ /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
8
+ html {
9
+ font-family: sans-serif;
10
+ -ms-text-size-adjust: 100%;
11
+ -webkit-text-size-adjust: 100%;
12
+ }
13
+ body {
14
+ margin: 0;
15
+ }
16
+ article,
17
+ aside,
18
+ details,
19
+ figcaption,
20
+ figure,
21
+ footer,
22
+ header,
23
+ hgroup,
24
+ main,
25
+ nav,
26
+ section,
27
+ summary {
28
+ display: block;
29
+ }
30
+ audio,
31
+ canvas,
32
+ progress,
33
+ video {
34
+ display: inline-block;
35
+ vertical-align: baseline;
36
+ }
37
+ audio:not([controls]) {
38
+ display: none;
39
+ height: 0;
40
+ }
41
+ [hidden],
42
+ template {
43
+ display: none;
44
+ }
45
+ a {
46
+ background: transparent;
47
+ }
48
+ a:active,
49
+ a:hover {
50
+ outline: 0;
51
+ }
52
+ abbr[title] {
53
+ border-bottom: 1px dotted;
54
+ }
55
+ b,
56
+ strong {
57
+ font-weight: bold;
58
+ }
59
+ dfn {
60
+ font-style: italic;
61
+ }
62
+ h1 {
63
+ font-size: 2em;
64
+ margin: 0.67em 0;
65
+ }
66
+ mark {
67
+ background: #ff0;
68
+ color: #000;
69
+ }
70
+ small {
71
+ font-size: 80%;
72
+ }
73
+ sub,
74
+ sup {
75
+ font-size: 75%;
76
+ line-height: 0;
77
+ position: relative;
78
+ vertical-align: baseline;
79
+ }
80
+ sup {
81
+ top: -0.5em;
82
+ }
83
+ sub {
84
+ bottom: -0.25em;
85
+ }
86
+ img {
87
+ border: 0;
88
+ }
89
+ svg:not(:root) {
90
+ overflow: hidden;
91
+ }
92
+ figure {
93
+ margin: 1em 40px;
94
+ }
95
+ hr {
96
+ -moz-box-sizing: content-box;
97
+ box-sizing: content-box;
98
+ height: 0;
99
+ }
100
+ pre {
101
+ overflow: auto;
102
+ }
103
+ code,
104
+ kbd,
105
+ pre,
106
+ samp {
107
+ font-family: monospace, monospace;
108
+ font-size: 1em;
109
+ }
110
+ button,
111
+ input,
112
+ optgroup,
113
+ select,
114
+ textarea {
115
+ color: inherit;
116
+ font: inherit;
117
+ margin: 0;
118
+ }
119
+ button {
120
+ overflow: visible;
121
+ }
122
+ button,
123
+ select {
124
+ text-transform: none;
125
+ }
126
+ button,
127
+ html input[type="button"],
128
+ input[type="reset"],
129
+ input[type="submit"] {
130
+ -webkit-appearance: button;
131
+ cursor: pointer;
132
+ }
133
+ button[disabled],
134
+ html input[disabled] {
135
+ cursor: default;
136
+ }
137
+ button::-moz-focus-inner,
138
+ input::-moz-focus-inner {
139
+ border: 0;
140
+ padding: 0;
141
+ }
142
+ input {
143
+ line-height: normal;
144
+ }
145
+ input[type="checkbox"],
146
+ input[type="radio"] {
147
+ box-sizing: border-box;
148
+ padding: 0;
149
+ }
150
+ input[type="number"]::-webkit-inner-spin-button,
151
+ input[type="number"]::-webkit-outer-spin-button {
152
+ height: auto;
153
+ }
154
+ input[type="search"] {
155
+ -webkit-appearance: textfield;
156
+ -moz-box-sizing: content-box;
157
+ -webkit-box-sizing: content-box;
158
+ box-sizing: content-box;
159
+ }
160
+ input[type="search"]::-webkit-search-cancel-button,
161
+ input[type="search"]::-webkit-search-decoration {
162
+ -webkit-appearance: none;
163
+ }
164
+ fieldset {
165
+ border: 1px solid #c0c0c0;
166
+ margin: 0 2px;
167
+ padding: 0.35em 0.625em 0.75em;
168
+ }
169
+ legend {
170
+ border: 0;
171
+ padding: 0;
172
+ }
173
+ textarea {
174
+ overflow: auto;
175
+ }
176
+ optgroup {
177
+ font-weight: bold;
178
+ }
179
+ table {
180
+ border-collapse: collapse;
181
+ border-spacing: 0;
182
+ }
183
+ td,
184
+ th {
185
+ padding: 0;
186
+ }
187
+ @media print {
188
+ * {
189
+ text-shadow: none !important;
190
+ color: #000 !important;
191
+ background: transparent !important;
192
+ box-shadow: none !important;
193
+ }
194
+ a,
195
+ a:visited {
196
+ text-decoration: underline;
197
+ }
198
+ a[href]:after {
199
+ content: " (" attr(href) ")";
200
+ }
201
+ abbr[title]:after {
202
+ content: " (" attr(title) ")";
203
+ }
204
+ a[href^="javascript:"]:after,
205
+ a[href^="#"]:after {
206
+ content: "";
207
+ }
208
+ pre,
209
+ blockquote {
210
+ border: 1px solid #999;
211
+ page-break-inside: avoid;
212
+ }
213
+ thead {
214
+ display: table-header-group;
215
+ }
216
+ tr,
217
+ img {
218
+ page-break-inside: avoid;
219
+ }
220
+ img {
221
+ max-width: 100% !important;
222
+ }
223
+ p,
224
+ h2,
225
+ h3 {
226
+ orphans: 3;
227
+ widows: 3;
228
+ }
229
+ h2,
230
+ h3 {
231
+ page-break-after: avoid;
232
+ }
233
+ select {
234
+ background: #fff !important;
235
+ }
236
+ .navbar {
237
+ display: none;
238
+ }
239
+ .table td,
240
+ .table th {
241
+ background-color: #fff !important;
242
+ }
243
+ .btn > .caret,
244
+ .dropup > .btn > .caret {
245
+ border-top-color: #000 !important;
246
+ }
247
+ .label {
248
+ border: 1px solid #000;
249
+ }
250
+ .table {
251
+ border-collapse: collapse !important;
252
+ }
253
+ .table-bordered th,
254
+ .table-bordered td {
255
+ border: 1px solid #ddd !important;
256
+ }
257
+ }
258
+ * {
259
+ -webkit-box-sizing: border-box;
260
+ -moz-box-sizing: border-box;
261
+ box-sizing: border-box;
262
+ }
263
+ *:before,
264
+ *:after {
265
+ -webkit-box-sizing: border-box;
266
+ -moz-box-sizing: border-box;
267
+ box-sizing: border-box;
268
+ }
269
+ html {
270
+ font-size: 62.5%;
271
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
272
+ }
273
+ body {
274
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
275
+ font-size: 14px;
276
+ line-height: 1.42857143;
277
+ color: #333333;
278
+ background-color: #ffffff;
279
+ }
280
+ input,
281
+ button,
282
+ select,
283
+ textarea {
284
+ font-family: inherit;
285
+ font-size: inherit;
286
+ line-height: inherit;
287
+ }
288
+ a {
289
+ color: #428bca;
290
+ text-decoration: none;
291
+ }
292
+ a:hover,
293
+ a:focus {
294
+ color: #2a6496;
295
+ text-decoration: underline;
296
+ }
297
+ a:focus {
298
+ outline: thin dotted;
299
+ outline: 5px auto -webkit-focus-ring-color;
300
+ outline-offset: -2px;
301
+ }
302
+ figure {
303
+ margin: 0;
304
+ }
305
+ img {
306
+ vertical-align: middle;
307
+ }
308
+ .img-responsive,
309
+ .thumbnail > img,
310
+ .thumbnail a > img,
311
+ .carousel-inner > .item > img,
312
+ .carousel-inner > .item > a > img {
313
+ display: block;
314
+ max-width: 100%;
315
+ height: auto;
316
+ }
317
+ .img-rounded {
318
+ border-radius: 6px;
319
+ }
320
+ .img-thumbnail {
321
+ padding: 4px;
322
+ line-height: 1.42857143;
323
+ background-color: #ffffff;
324
+ border: 1px solid #dddddd;
325
+ border-radius: 4px;
326
+ -webkit-transition: all 0.2s ease-in-out;
327
+ transition: all 0.2s ease-in-out;
328
+ display: inline-block;
329
+ max-width: 100%;
330
+ height: auto;
331
+ }
332
+ .img-circle {
333
+ border-radius: 50%;
334
+ }
335
+ hr {
336
+ margin-top: 20px;
337
+ margin-bottom: 20px;
338
+ border: 0;
339
+ border-top: 1px solid #eeeeee;
340
+ }
341
+ .sr-only {
342
+ position: absolute;
343
+ width: 1px;
344
+ height: 1px;
345
+ margin: -1px;
346
+ padding: 0;
347
+ overflow: hidden;
348
+ clip: rect(0, 0, 0, 0);
349
+ border: 0;
350
+ }
351
+ h1,
352
+ h2,
353
+ h3,
354
+ h4,
355
+ h5,
356
+ h6,
357
+ .h1,
358
+ .h2,
359
+ .h3,
360
+ .h4,
361
+ .h5,
362
+ .h6 {
363
+ font-family: inherit;
364
+ font-weight: 500;
365
+ line-height: 1.1;
366
+ color: inherit;
367
+ }
368
+ h1 small,
369
+ h2 small,
370
+ h3 small,
371
+ h4 small,
372
+ h5 small,
373
+ h6 small,
374
+ .h1 small,
375
+ .h2 small,
376
+ .h3 small,
377
+ .h4 small,
378
+ .h5 small,
379
+ .h6 small,
380
+ h1 .small,
381
+ h2 .small,
382
+ h3 .small,
383
+ h4 .small,
384
+ h5 .small,
385
+ h6 .small,
386
+ .h1 .small,
387
+ .h2 .small,
388
+ .h3 .small,
389
+ .h4 .small,
390
+ .h5 .small,
391
+ .h6 .small {
392
+ font-weight: normal;
393
+ line-height: 1;
394
+ color: #999999;
395
+ }
396
+ h1,
397
+ .h1,
398
+ h2,
399
+ .h2,
400
+ h3,
401
+ .h3 {
402
+ margin-top: 20px;
403
+ margin-bottom: 10px;
404
+ }
405
+ h1 small,
406
+ .h1 small,
407
+ h2 small,
408
+ .h2 small,
409
+ h3 small,
410
+ .h3 small,
411
+ h1 .small,
412
+ .h1 .small,
413
+ h2 .small,
414
+ .h2 .small,
415
+ h3 .small,
416
+ .h3 .small {
417
+ font-size: 65%;
418
+ }
419
+ h4,
420
+ .h4,
421
+ h5,
422
+ .h5,
423
+ h6,
424
+ .h6 {
425
+ margin-top: 10px;
426
+ margin-bottom: 10px;
427
+ }
428
+ h4 small,
429
+ .h4 small,
430
+ h5 small,
431
+ .h5 small,
432
+ h6 small,
433
+ .h6 small,
434
+ h4 .small,
435
+ .h4 .small,
436
+ h5 .small,
437
+ .h5 .small,
438
+ h6 .small,
439
+ .h6 .small {
440
+ font-size: 75%;
441
+ }
442
+ h1,
443
+ .h1 {
444
+ font-size: 36px;
445
+ }
446
+ h2,
447
+ .h2 {
448
+ font-size: 30px;
449
+ }
450
+ h3,
451
+ .h3 {
452
+ font-size: 24px;
453
+ }
454
+ h4,
455
+ .h4 {
456
+ font-size: 18px;
457
+ }
458
+ h5,
459
+ .h5 {
460
+ font-size: 14px;
461
+ }
462
+ h6,
463
+ .h6 {
464
+ font-size: 12px;
465
+ }
466
+ p {
467
+ margin: 0 0 10px;
468
+ }
469
+ .lead {
470
+ margin-bottom: 20px;
471
+ font-size: 16px;
472
+ font-weight: 200;
473
+ line-height: 1.4;
474
+ }
475
+ @media (min-width: 768px) {
476
+ .lead {
477
+ font-size: 21px;
478
+ }
479
+ }
480
+ small,
481
+ .small {
482
+ font-size: 85%;
483
+ }
484
+ cite {
485
+ font-style: normal;
486
+ }
487
+ .text-left {
488
+ text-align: left;
489
+ }
490
+ .text-right {
491
+ text-align: right;
492
+ }
493
+ .text-center {
494
+ text-align: center;
495
+ }
496
+ .text-justify {
497
+ text-align: justify;
498
+ }
499
+ .text-muted {
500
+ color: #999999;
501
+ }
502
+ .text-primary {
503
+ color: #428bca;
504
+ }
505
+ a.text-primary:hover {
506
+ color: #3071a9;
507
+ }
508
+ .text-success {
509
+ color: #3c763d;
510
+ }
511
+ a.text-success:hover {
512
+ color: #2b542c;
513
+ }
514
+ .text-info {
515
+ color: #31708f;
516
+ }
517
+ a.text-info:hover {
518
+ color: #245269;
519
+ }
520
+ .text-warning {
521
+ color: #8a6d3b;
522
+ }
523
+ a.text-warning:hover {
524
+ color: #66512c;
525
+ }
526
+ .text-danger {
527
+ color: #a94442;
528
+ }
529
+ a.text-danger:hover {
530
+ color: #843534;
531
+ }
532
+ .bg-primary {
533
+ color: #fff;
534
+ background-color: #428bca;
535
+ }
536
+ a.bg-primary:hover {
537
+ background-color: #3071a9;
538
+ }
539
+ .bg-success {
540
+ background-color: #dff0d8;
541
+ }
542
+ a.bg-success:hover {
543
+ background-color: #c1e2b3;
544
+ }
545
+ .bg-info {
546
+ background-color: #d9edf7;
547
+ }
548
+ a.bg-info:hover {
549
+ background-color: #afd9ee;
550
+ }
551
+ .bg-warning {
552
+ background-color: #fcf8e3;
553
+ }
554
+ a.bg-warning:hover {
555
+ background-color: #f7ecb5;
556
+ }
557
+ .bg-danger {
558
+ background-color: #f2dede;
559
+ }
560
+ a.bg-danger:hover {
561
+ background-color: #e4b9b9;
562
+ }
563
+ .page-header {
564
+ padding-bottom: 9px;
565
+ margin: 40px 0 20px;
566
+ border-bottom: 1px solid #eeeeee;
567
+ }
568
+ ul,
569
+ ol {
570
+ margin-top: 0;
571
+ margin-bottom: 10px;
572
+ }
573
+ ul ul,
574
+ ol ul,
575
+ ul ol,
576
+ ol ol {
577
+ margin-bottom: 0;
578
+ }
579
+ .list-unstyled {
580
+ padding-left: 0;
581
+ list-style: none;
582
+ }
583
+ .list-inline {
584
+ padding-left: 0;
585
+ list-style: none;
586
+ margin-left: -5px;
587
+ }
588
+ .list-inline > li {
589
+ display: inline-block;
590
+ padding-left: 5px;
591
+ padding-right: 5px;
592
+ }
593
+ dl {
594
+ margin-top: 0;
595
+ margin-bottom: 20px;
596
+ }
597
+ dt,
598
+ dd {
599
+ line-height: 1.42857143;
600
+ }
601
+ dt {
602
+ font-weight: bold;
603
+ }
604
+ dd {
605
+ margin-left: 0;
606
+ }
607
+ @media (min-width: 768px) {
608
+ .dl-horizontal dt {
609
+ float: left;
610
+ width: 160px;
611
+ clear: left;
612
+ text-align: right;
613
+ overflow: hidden;
614
+ text-overflow: ellipsis;
615
+ white-space: nowrap;
616
+ }
617
+ .dl-horizontal dd {
618
+ margin-left: 180px;
619
+ }
620
+ }
621
+ abbr[title],
622
+ abbr[data-original-title] {
623
+ cursor: help;
624
+ border-bottom: 1px dotted #999999;
625
+ }
626
+ .initialism {
627
+ font-size: 90%;
628
+ text-transform: uppercase;
629
+ }
630
+ blockquote {
631
+ padding: 10px 20px;
632
+ margin: 0 0 20px;
633
+ font-size: 17.5px;
634
+ border-left: 5px solid #eeeeee;
635
+ }
636
+ blockquote p:last-child,
637
+ blockquote ul:last-child,
638
+ blockquote ol:last-child {
639
+ margin-bottom: 0;
640
+ }
641
+ blockquote footer,
642
+ blockquote small,
643
+ blockquote .small {
644
+ display: block;
645
+ font-size: 80%;
646
+ line-height: 1.42857143;
647
+ color: #999999;
648
+ }
649
+ blockquote footer:before,
650
+ blockquote small:before,
651
+ blockquote .small:before {
652
+ content: '\2014 \00A0';
653
+ }
654
+ .blockquote-reverse,
655
+ blockquote.pull-right {
656
+ padding-right: 15px;
657
+ padding-left: 0;
658
+ border-right: 5px solid #eeeeee;
659
+ border-left: 0;
660
+ text-align: right;
661
+ }
662
+ .blockquote-reverse footer:before,
663
+ blockquote.pull-right footer:before,
664
+ .blockquote-reverse small:before,
665
+ blockquote.pull-right small:before,
666
+ .blockquote-reverse .small:before,
667
+ blockquote.pull-right .small:before {
668
+ content: '';
669
+ }
670
+ .blockquote-reverse footer:after,
671
+ blockquote.pull-right footer:after,
672
+ .blockquote-reverse small:after,
673
+ blockquote.pull-right small:after,
674
+ .blockquote-reverse .small:after,
675
+ blockquote.pull-right .small:after {
676
+ content: '\00A0 \2014';
677
+ }
678
+ blockquote:before,
679
+ blockquote:after {
680
+ content: "";
681
+ }
682
+ address {
683
+ margin-bottom: 20px;
684
+ font-style: normal;
685
+ line-height: 1.42857143;
686
+ }
687
+ code,
688
+ kbd,
689
+ pre,
690
+ samp {
691
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
692
+ }
693
+ code {
694
+ padding: 2px 4px;
695
+ font-size: 90%;
696
+ color: #c7254e;
697
+ background-color: #f9f2f4;
698
+ white-space: nowrap;
699
+ border-radius: 4px;
700
+ }
701
+ kbd {
702
+ padding: 2px 4px;
703
+ font-size: 90%;
704
+ color: #ffffff;
705
+ background-color: #333333;
706
+ border-radius: 3px;
707
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
708
+ }
709
+ pre {
710
+ display: block;
711
+ padding: 9.5px;
712
+ margin: 0 0 10px;
713
+ font-size: 13px;
714
+ line-height: 1.42857143;
715
+ word-break: break-all;
716
+ word-wrap: break-word;
717
+ color: #333333;
718
+ background-color: #f5f5f5;
719
+ border: 1px solid #cccccc;
720
+ border-radius: 4px;
721
+ }
722
+ pre code {
723
+ padding: 0;
724
+ font-size: inherit;
725
+ color: inherit;
726
+ white-space: pre-wrap;
727
+ background-color: transparent;
728
+ border-radius: 0;
729
+ }
730
+ .pre-scrollable {
731
+ max-height: 340px;
732
+ overflow-y: scroll;
733
+ }
734
+ .container {
735
+ margin-right: auto;
736
+ margin-left: auto;
737
+ padding-left: 15px;
738
+ padding-right: 15px;
739
+ }
740
+ @media (min-width: 768px) {
741
+ .container {
742
+ width: 750px;
743
+ }
744
+ }
745
+ @media (min-width: 992px) {
746
+ .container {
747
+ width: 970px;
748
+ }
749
+ }
750
+ @media (min-width: 1200px) {
751
+ .container {
752
+ width: 1170px;
753
+ }
754
+ }
755
+ .container-fluid {
756
+ margin-right: auto;
757
+ margin-left: auto;
758
+ padding-left: 15px;
759
+ padding-right: 15px;
760
+ }
761
+ .row {
762
+ margin-left: -15px;
763
+ margin-right: -15px;
764
+ }
765
+ .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
766
+ position: relative;
767
+ min-height: 1px;
768
+ padding-left: 15px;
769
+ padding-right: 15px;
770
+ }
771
+ .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 {
772
+ float: left;
773
+ }
774
+ .col-xs-12 {
775
+ width: 100%;
776
+ }
777
+ .col-xs-11 {
778
+ width: 91.66666667%;
779
+ }
780
+ .col-xs-10 {
781
+ width: 83.33333333%;
782
+ }
783
+ .col-xs-9 {
784
+ width: 75%;
785
+ }
786
+ .col-xs-8 {
787
+ width: 66.66666667%;
788
+ }
789
+ .col-xs-7 {
790
+ width: 58.33333333%;
791
+ }
792
+ .col-xs-6 {
793
+ width: 50%;
794
+ }
795
+ .col-xs-5 {
796
+ width: 41.66666667%;
797
+ }
798
+ .col-xs-4 {
799
+ width: 33.33333333%;
800
+ }
801
+ .col-xs-3 {
802
+ width: 25%;
803
+ }
804
+ .col-xs-2 {
805
+ width: 16.66666667%;
806
+ }
807
+ .col-xs-1 {
808
+ width: 8.33333333%;
809
+ }
810
+ .col-xs-pull-12 {
811
+ right: 100%;
812
+ }
813
+ .col-xs-pull-11 {
814
+ right: 91.66666667%;
815
+ }
816
+ .col-xs-pull-10 {
817
+ right: 83.33333333%;
818
+ }
819
+ .col-xs-pull-9 {
820
+ right: 75%;
821
+ }
822
+ .col-xs-pull-8 {
823
+ right: 66.66666667%;
824
+ }
825
+ .col-xs-pull-7 {
826
+ right: 58.33333333%;
827
+ }
828
+ .col-xs-pull-6 {
829
+ right: 50%;
830
+ }
831
+ .col-xs-pull-5 {
832
+ right: 41.66666667%;
833
+ }
834
+ .col-xs-pull-4 {
835
+ right: 33.33333333%;
836
+ }
837
+ .col-xs-pull-3 {
838
+ right: 25%;
839
+ }
840
+ .col-xs-pull-2 {
841
+ right: 16.66666667%;
842
+ }
843
+ .col-xs-pull-1 {
844
+ right: 8.33333333%;
845
+ }
846
+ .col-xs-pull-0 {
847
+ right: 0%;
848
+ }
849
+ .col-xs-push-12 {
850
+ left: 100%;
851
+ }
852
+ .col-xs-push-11 {
853
+ left: 91.66666667%;
854
+ }
855
+ .col-xs-push-10 {
856
+ left: 83.33333333%;
857
+ }
858
+ .col-xs-push-9 {
859
+ left: 75%;
860
+ }
861
+ .col-xs-push-8 {
862
+ left: 66.66666667%;
863
+ }
864
+ .col-xs-push-7 {
865
+ left: 58.33333333%;
866
+ }
867
+ .col-xs-push-6 {
868
+ left: 50%;
869
+ }
870
+ .col-xs-push-5 {
871
+ left: 41.66666667%;
872
+ }
873
+ .col-xs-push-4 {
874
+ left: 33.33333333%;
875
+ }
876
+ .col-xs-push-3 {
877
+ left: 25%;
878
+ }
879
+ .col-xs-push-2 {
880
+ left: 16.66666667%;
881
+ }
882
+ .col-xs-push-1 {
883
+ left: 8.33333333%;
884
+ }
885
+ .col-xs-push-0 {
886
+ left: 0%;
887
+ }
888
+ .col-xs-offset-12 {
889
+ margin-left: 100%;
890
+ }
891
+ .col-xs-offset-11 {
892
+ margin-left: 91.66666667%;
893
+ }
894
+ .col-xs-offset-10 {
895
+ margin-left: 83.33333333%;
896
+ }
897
+ .col-xs-offset-9 {
898
+ margin-left: 75%;
899
+ }
900
+ .col-xs-offset-8 {
901
+ margin-left: 66.66666667%;
902
+ }
903
+ .col-xs-offset-7 {
904
+ margin-left: 58.33333333%;
905
+ }
906
+ .col-xs-offset-6 {
907
+ margin-left: 50%;
908
+ }
909
+ .col-xs-offset-5 {
910
+ margin-left: 41.66666667%;
911
+ }
912
+ .col-xs-offset-4 {
913
+ margin-left: 33.33333333%;
914
+ }
915
+ .col-xs-offset-3 {
916
+ margin-left: 25%;
917
+ }
918
+ .col-xs-offset-2 {
919
+ margin-left: 16.66666667%;
920
+ }
921
+ .col-xs-offset-1 {
922
+ margin-left: 8.33333333%;
923
+ }
924
+ .col-xs-offset-0 {
925
+ margin-left: 0%;
926
+ }
927
+ @media (min-width: 768px) {
928
+ .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 {
929
+ float: left;
930
+ }
931
+ .col-sm-12 {
932
+ width: 100%;
933
+ }
934
+ .col-sm-11 {
935
+ width: 91.66666667%;
936
+ }
937
+ .col-sm-10 {
938
+ width: 83.33333333%;
939
+ }
940
+ .col-sm-9 {
941
+ width: 75%;
942
+ }
943
+ .col-sm-8 {
944
+ width: 66.66666667%;
945
+ }
946
+ .col-sm-7 {
947
+ width: 58.33333333%;
948
+ }
949
+ .col-sm-6 {
950
+ width: 50%;
951
+ }
952
+ .col-sm-5 {
953
+ width: 41.66666667%;
954
+ }
955
+ .col-sm-4 {
956
+ width: 33.33333333%;
957
+ }
958
+ .col-sm-3 {
959
+ width: 25%;
960
+ }
961
+ .col-sm-2 {
962
+ width: 16.66666667%;
963
+ }
964
+ .col-sm-1 {
965
+ width: 8.33333333%;
966
+ }
967
+ .col-sm-pull-12 {
968
+ right: 100%;
969
+ }
970
+ .col-sm-pull-11 {
971
+ right: 91.66666667%;
972
+ }
973
+ .col-sm-pull-10 {
974
+ right: 83.33333333%;
975
+ }
976
+ .col-sm-pull-9 {
977
+ right: 75%;
978
+ }
979
+ .col-sm-pull-8 {
980
+ right: 66.66666667%;
981
+ }
982
+ .col-sm-pull-7 {
983
+ right: 58.33333333%;
984
+ }
985
+ .col-sm-pull-6 {
986
+ right: 50%;
987
+ }
988
+ .col-sm-pull-5 {
989
+ right: 41.66666667%;
990
+ }
991
+ .col-sm-pull-4 {
992
+ right: 33.33333333%;
993
+ }
994
+ .col-sm-pull-3 {
995
+ right: 25%;
996
+ }
997
+ .col-sm-pull-2 {
998
+ right: 16.66666667%;
999
+ }
1000
+ .col-sm-pull-1 {
1001
+ right: 8.33333333%;
1002
+ }
1003
+ .col-sm-pull-0 {
1004
+ right: 0%;
1005
+ }
1006
+ .col-sm-push-12 {
1007
+ left: 100%;
1008
+ }
1009
+ .col-sm-push-11 {
1010
+ left: 91.66666667%;
1011
+ }
1012
+ .col-sm-push-10 {
1013
+ left: 83.33333333%;
1014
+ }
1015
+ .col-sm-push-9 {
1016
+ left: 75%;
1017
+ }
1018
+ .col-sm-push-8 {
1019
+ left: 66.66666667%;
1020
+ }
1021
+ .col-sm-push-7 {
1022
+ left: 58.33333333%;
1023
+ }
1024
+ .col-sm-push-6 {
1025
+ left: 50%;
1026
+ }
1027
+ .col-sm-push-5 {
1028
+ left: 41.66666667%;
1029
+ }
1030
+ .col-sm-push-4 {
1031
+ left: 33.33333333%;
1032
+ }
1033
+ .col-sm-push-3 {
1034
+ left: 25%;
1035
+ }
1036
+ .col-sm-push-2 {
1037
+ left: 16.66666667%;
1038
+ }
1039
+ .col-sm-push-1 {
1040
+ left: 8.33333333%;
1041
+ }
1042
+ .col-sm-push-0 {
1043
+ left: 0%;
1044
+ }
1045
+ .col-sm-offset-12 {
1046
+ margin-left: 100%;
1047
+ }
1048
+ .col-sm-offset-11 {
1049
+ margin-left: 91.66666667%;
1050
+ }
1051
+ .col-sm-offset-10 {
1052
+ margin-left: 83.33333333%;
1053
+ }
1054
+ .col-sm-offset-9 {
1055
+ margin-left: 75%;
1056
+ }
1057
+ .col-sm-offset-8 {
1058
+ margin-left: 66.66666667%;
1059
+ }
1060
+ .col-sm-offset-7 {
1061
+ margin-left: 58.33333333%;
1062
+ }
1063
+ .col-sm-offset-6 {
1064
+ margin-left: 50%;
1065
+ }
1066
+ .col-sm-offset-5 {
1067
+ margin-left: 41.66666667%;
1068
+ }
1069
+ .col-sm-offset-4 {
1070
+ margin-left: 33.33333333%;
1071
+ }
1072
+ .col-sm-offset-3 {
1073
+ margin-left: 25%;
1074
+ }
1075
+ .col-sm-offset-2 {
1076
+ margin-left: 16.66666667%;
1077
+ }
1078
+ .col-sm-offset-1 {
1079
+ margin-left: 8.33333333%;
1080
+ }
1081
+ .col-sm-offset-0 {
1082
+ margin-left: 0%;
1083
+ }
1084
+ }
1085
+ @media (min-width: 992px) {
1086
+ .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 {
1087
+ float: left;
1088
+ }
1089
+ .col-md-12 {
1090
+ width: 100%;
1091
+ }
1092
+ .col-md-11 {
1093
+ width: 91.66666667%;
1094
+ }
1095
+ .col-md-10 {
1096
+ width: 83.33333333%;
1097
+ }
1098
+ .col-md-9 {
1099
+ width: 75%;
1100
+ }
1101
+ .col-md-8 {
1102
+ width: 66.66666667%;
1103
+ }
1104
+ .col-md-7 {
1105
+ width: 58.33333333%;
1106
+ }
1107
+ .col-md-6 {
1108
+ width: 50%;
1109
+ }
1110
+ .col-md-5 {
1111
+ width: 41.66666667%;
1112
+ }
1113
+ .col-md-4 {
1114
+ width: 33.33333333%;
1115
+ }
1116
+ .col-md-3 {
1117
+ width: 25%;
1118
+ }
1119
+ .col-md-2 {
1120
+ width: 16.66666667%;
1121
+ }
1122
+ .col-md-1 {
1123
+ width: 8.33333333%;
1124
+ }
1125
+ .col-md-pull-12 {
1126
+ right: 100%;
1127
+ }
1128
+ .col-md-pull-11 {
1129
+ right: 91.66666667%;
1130
+ }
1131
+ .col-md-pull-10 {
1132
+ right: 83.33333333%;
1133
+ }
1134
+ .col-md-pull-9 {
1135
+ right: 75%;
1136
+ }
1137
+ .col-md-pull-8 {
1138
+ right: 66.66666667%;
1139
+ }
1140
+ .col-md-pull-7 {
1141
+ right: 58.33333333%;
1142
+ }
1143
+ .col-md-pull-6 {
1144
+ right: 50%;
1145
+ }
1146
+ .col-md-pull-5 {
1147
+ right: 41.66666667%;
1148
+ }
1149
+ .col-md-pull-4 {
1150
+ right: 33.33333333%;
1151
+ }
1152
+ .col-md-pull-3 {
1153
+ right: 25%;
1154
+ }
1155
+ .col-md-pull-2 {
1156
+ right: 16.66666667%;
1157
+ }
1158
+ .col-md-pull-1 {
1159
+ right: 8.33333333%;
1160
+ }
1161
+ .col-md-pull-0 {
1162
+ right: 0%;
1163
+ }
1164
+ .col-md-push-12 {
1165
+ left: 100%;
1166
+ }
1167
+ .col-md-push-11 {
1168
+ left: 91.66666667%;
1169
+ }
1170
+ .col-md-push-10 {
1171
+ left: 83.33333333%;
1172
+ }
1173
+ .col-md-push-9 {
1174
+ left: 75%;
1175
+ }
1176
+ .col-md-push-8 {
1177
+ left: 66.66666667%;
1178
+ }
1179
+ .col-md-push-7 {
1180
+ left: 58.33333333%;
1181
+ }
1182
+ .col-md-push-6 {
1183
+ left: 50%;
1184
+ }
1185
+ .col-md-push-5 {
1186
+ left: 41.66666667%;
1187
+ }
1188
+ .col-md-push-4 {
1189
+ left: 33.33333333%;
1190
+ }
1191
+ .col-md-push-3 {
1192
+ left: 25%;
1193
+ }
1194
+ .col-md-push-2 {
1195
+ left: 16.66666667%;
1196
+ }
1197
+ .col-md-push-1 {
1198
+ left: 8.33333333%;
1199
+ }
1200
+ .col-md-push-0 {
1201
+ left: 0%;
1202
+ }
1203
+ .col-md-offset-12 {
1204
+ margin-left: 100%;
1205
+ }
1206
+ .col-md-offset-11 {
1207
+ margin-left: 91.66666667%;
1208
+ }
1209
+ .col-md-offset-10 {
1210
+ margin-left: 83.33333333%;
1211
+ }
1212
+ .col-md-offset-9 {
1213
+ margin-left: 75%;
1214
+ }
1215
+ .col-md-offset-8 {
1216
+ margin-left: 66.66666667%;
1217
+ }
1218
+ .col-md-offset-7 {
1219
+ margin-left: 58.33333333%;
1220
+ }
1221
+ .col-md-offset-6 {
1222
+ margin-left: 50%;
1223
+ }
1224
+ .col-md-offset-5 {
1225
+ margin-left: 41.66666667%;
1226
+ }
1227
+ .col-md-offset-4 {
1228
+ margin-left: 33.33333333%;
1229
+ }
1230
+ .col-md-offset-3 {
1231
+ margin-left: 25%;
1232
+ }
1233
+ .col-md-offset-2 {
1234
+ margin-left: 16.66666667%;
1235
+ }
1236
+ .col-md-offset-1 {
1237
+ margin-left: 8.33333333%;
1238
+ }
1239
+ .col-md-offset-0 {
1240
+ margin-left: 0%;
1241
+ }
1242
+ }
1243
+ @media (min-width: 1200px) {
1244
+ .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 {
1245
+ float: left;
1246
+ }
1247
+ .col-lg-12 {
1248
+ width: 100%;
1249
+ }
1250
+ .col-lg-11 {
1251
+ width: 91.66666667%;
1252
+ }
1253
+ .col-lg-10 {
1254
+ width: 83.33333333%;
1255
+ }
1256
+ .col-lg-9 {
1257
+ width: 75%;
1258
+ }
1259
+ .col-lg-8 {
1260
+ width: 66.66666667%;
1261
+ }
1262
+ .col-lg-7 {
1263
+ width: 58.33333333%;
1264
+ }
1265
+ .col-lg-6 {
1266
+ width: 50%;
1267
+ }
1268
+ .col-lg-5 {
1269
+ width: 41.66666667%;
1270
+ }
1271
+ .col-lg-4 {
1272
+ width: 33.33333333%;
1273
+ }
1274
+ .col-lg-3 {
1275
+ width: 25%;
1276
+ }
1277
+ .col-lg-2 {
1278
+ width: 16.66666667%;
1279
+ }
1280
+ .col-lg-1 {
1281
+ width: 8.33333333%;
1282
+ }
1283
+ .col-lg-pull-12 {
1284
+ right: 100%;
1285
+ }
1286
+ .col-lg-pull-11 {
1287
+ right: 91.66666667%;
1288
+ }
1289
+ .col-lg-pull-10 {
1290
+ right: 83.33333333%;
1291
+ }
1292
+ .col-lg-pull-9 {
1293
+ right: 75%;
1294
+ }
1295
+ .col-lg-pull-8 {
1296
+ right: 66.66666667%;
1297
+ }
1298
+ .col-lg-pull-7 {
1299
+ right: 58.33333333%;
1300
+ }
1301
+ .col-lg-pull-6 {
1302
+ right: 50%;
1303
+ }
1304
+ .col-lg-pull-5 {
1305
+ right: 41.66666667%;
1306
+ }
1307
+ .col-lg-pull-4 {
1308
+ right: 33.33333333%;
1309
+ }
1310
+ .col-lg-pull-3 {
1311
+ right: 25%;
1312
+ }
1313
+ .col-lg-pull-2 {
1314
+ right: 16.66666667%;
1315
+ }
1316
+ .col-lg-pull-1 {
1317
+ right: 8.33333333%;
1318
+ }
1319
+ .col-lg-pull-0 {
1320
+ right: 0%;
1321
+ }
1322
+ .col-lg-push-12 {
1323
+ left: 100%;
1324
+ }
1325
+ .col-lg-push-11 {
1326
+ left: 91.66666667%;
1327
+ }
1328
+ .col-lg-push-10 {
1329
+ left: 83.33333333%;
1330
+ }
1331
+ .col-lg-push-9 {
1332
+ left: 75%;
1333
+ }
1334
+ .col-lg-push-8 {
1335
+ left: 66.66666667%;
1336
+ }
1337
+ .col-lg-push-7 {
1338
+ left: 58.33333333%;
1339
+ }
1340
+ .col-lg-push-6 {
1341
+ left: 50%;
1342
+ }
1343
+ .col-lg-push-5 {
1344
+ left: 41.66666667%;
1345
+ }
1346
+ .col-lg-push-4 {
1347
+ left: 33.33333333%;
1348
+ }
1349
+ .col-lg-push-3 {
1350
+ left: 25%;
1351
+ }
1352
+ .col-lg-push-2 {
1353
+ left: 16.66666667%;
1354
+ }
1355
+ .col-lg-push-1 {
1356
+ left: 8.33333333%;
1357
+ }
1358
+ .col-lg-push-0 {
1359
+ left: 0%;
1360
+ }
1361
+ .col-lg-offset-12 {
1362
+ margin-left: 100%;
1363
+ }
1364
+ .col-lg-offset-11 {
1365
+ margin-left: 91.66666667%;
1366
+ }
1367
+ .col-lg-offset-10 {
1368
+ margin-left: 83.33333333%;
1369
+ }
1370
+ .col-lg-offset-9 {
1371
+ margin-left: 75%;
1372
+ }
1373
+ .col-lg-offset-8 {
1374
+ margin-left: 66.66666667%;
1375
+ }
1376
+ .col-lg-offset-7 {
1377
+ margin-left: 58.33333333%;
1378
+ }
1379
+ .col-lg-offset-6 {
1380
+ margin-left: 50%;
1381
+ }
1382
+ .col-lg-offset-5 {
1383
+ margin-left: 41.66666667%;
1384
+ }
1385
+ .col-lg-offset-4 {
1386
+ margin-left: 33.33333333%;
1387
+ }
1388
+ .col-lg-offset-3 {
1389
+ margin-left: 25%;
1390
+ }
1391
+ .col-lg-offset-2 {
1392
+ margin-left: 16.66666667%;
1393
+ }
1394
+ .col-lg-offset-1 {
1395
+ margin-left: 8.33333333%;
1396
+ }
1397
+ .col-lg-offset-0 {
1398
+ margin-left: 0%;
1399
+ }
1400
+ }
1401
+ table {
1402
+ max-width: 100%;
1403
+ background-color: transparent;
1404
+ }
1405
+ th {
1406
+ text-align: left;
1407
+ }
1408
+ .table {
1409
+ width: 100%;
1410
+ margin-bottom: 20px;
1411
+ }
1412
+ .table > thead > tr > th,
1413
+ .table > tbody > tr > th,
1414
+ .table > tfoot > tr > th,
1415
+ .table > thead > tr > td,
1416
+ .table > tbody > tr > td,
1417
+ .table > tfoot > tr > td {
1418
+ padding: 8px;
1419
+ line-height: 1.42857143;
1420
+ vertical-align: top;
1421
+ border-top: 1px solid #dddddd;
1422
+ }
1423
+ .table > thead > tr > th {
1424
+ vertical-align: bottom;
1425
+ border-bottom: 2px solid #dddddd;
1426
+ }
1427
+ .table > caption + thead > tr:first-child > th,
1428
+ .table > colgroup + thead > tr:first-child > th,
1429
+ .table > thead:first-child > tr:first-child > th,
1430
+ .table > caption + thead > tr:first-child > td,
1431
+ .table > colgroup + thead > tr:first-child > td,
1432
+ .table > thead:first-child > tr:first-child > td {
1433
+ border-top: 0;
1434
+ }
1435
+ .table > tbody + tbody {
1436
+ border-top: 2px solid #dddddd;
1437
+ }
1438
+ .table .table {
1439
+ background-color: #ffffff;
1440
+ }
1441
+ .table-condensed > thead > tr > th,
1442
+ .table-condensed > tbody > tr > th,
1443
+ .table-condensed > tfoot > tr > th,
1444
+ .table-condensed > thead > tr > td,
1445
+ .table-condensed > tbody > tr > td,
1446
+ .table-condensed > tfoot > tr > td {
1447
+ padding: 5px;
1448
+ }
1449
+ .table-bordered {
1450
+ border: 1px solid #dddddd;
1451
+ }
1452
+ .table-bordered > thead > tr > th,
1453
+ .table-bordered > tbody > tr > th,
1454
+ .table-bordered > tfoot > tr > th,
1455
+ .table-bordered > thead > tr > td,
1456
+ .table-bordered > tbody > tr > td,
1457
+ .table-bordered > tfoot > tr > td {
1458
+ border: 1px solid #dddddd;
1459
+ }
1460
+ .table-bordered > thead > tr > th,
1461
+ .table-bordered > thead > tr > td {
1462
+ border-bottom-width: 2px;
1463
+ }
1464
+ .table-striped > tbody > tr:nth-child(odd) > td,
1465
+ .table-striped > tbody > tr:nth-child(odd) > th {
1466
+ background-color: #f9f9f9;
1467
+ }
1468
+ .table-hover > tbody > tr:hover > td,
1469
+ .table-hover > tbody > tr:hover > th {
1470
+ background-color: #f5f5f5;
1471
+ }
1472
+ table col[class*="col-"] {
1473
+ position: static;
1474
+ float: none;
1475
+ display: table-column;
1476
+ }
1477
+ table td[class*="col-"],
1478
+ table th[class*="col-"] {
1479
+ position: static;
1480
+ float: none;
1481
+ display: table-cell;
1482
+ }
1483
+ .table > thead > tr > td.active,
1484
+ .table > tbody > tr > td.active,
1485
+ .table > tfoot > tr > td.active,
1486
+ .table > thead > tr > th.active,
1487
+ .table > tbody > tr > th.active,
1488
+ .table > tfoot > tr > th.active,
1489
+ .table > thead > tr.active > td,
1490
+ .table > tbody > tr.active > td,
1491
+ .table > tfoot > tr.active > td,
1492
+ .table > thead > tr.active > th,
1493
+ .table > tbody > tr.active > th,
1494
+ .table > tfoot > tr.active > th {
1495
+ background-color: #f5f5f5;
1496
+ }
1497
+ .table-hover > tbody > tr > td.active:hover,
1498
+ .table-hover > tbody > tr > th.active:hover,
1499
+ .table-hover > tbody > tr.active:hover > td,
1500
+ .table-hover > tbody > tr.active:hover > th {
1501
+ background-color: #e8e8e8;
1502
+ }
1503
+ .table > thead > tr > td.success,
1504
+ .table > tbody > tr > td.success,
1505
+ .table > tfoot > tr > td.success,
1506
+ .table > thead > tr > th.success,
1507
+ .table > tbody > tr > th.success,
1508
+ .table > tfoot > tr > th.success,
1509
+ .table > thead > tr.success > td,
1510
+ .table > tbody > tr.success > td,
1511
+ .table > tfoot > tr.success > td,
1512
+ .table > thead > tr.success > th,
1513
+ .table > tbody > tr.success > th,
1514
+ .table > tfoot > tr.success > th {
1515
+ background-color: #dff0d8;
1516
+ }
1517
+ .table-hover > tbody > tr > td.success:hover,
1518
+ .table-hover > tbody > tr > th.success:hover,
1519
+ .table-hover > tbody > tr.success:hover > td,
1520
+ .table-hover > tbody > tr.success:hover > th {
1521
+ background-color: #d0e9c6;
1522
+ }
1523
+ .table > thead > tr > td.info,
1524
+ .table > tbody > tr > td.info,
1525
+ .table > tfoot > tr > td.info,
1526
+ .table > thead > tr > th.info,
1527
+ .table > tbody > tr > th.info,
1528
+ .table > tfoot > tr > th.info,
1529
+ .table > thead > tr.info > td,
1530
+ .table > tbody > tr.info > td,
1531
+ .table > tfoot > tr.info > td,
1532
+ .table > thead > tr.info > th,
1533
+ .table > tbody > tr.info > th,
1534
+ .table > tfoot > tr.info > th {
1535
+ background-color: #d9edf7;
1536
+ }
1537
+ .table-hover > tbody > tr > td.info:hover,
1538
+ .table-hover > tbody > tr > th.info:hover,
1539
+ .table-hover > tbody > tr.info:hover > td,
1540
+ .table-hover > tbody > tr.info:hover > th {
1541
+ background-color: #c4e3f3;
1542
+ }
1543
+ .table > thead > tr > td.warning,
1544
+ .table > tbody > tr > td.warning,
1545
+ .table > tfoot > tr > td.warning,
1546
+ .table > thead > tr > th.warning,
1547
+ .table > tbody > tr > th.warning,
1548
+ .table > tfoot > tr > th.warning,
1549
+ .table > thead > tr.warning > td,
1550
+ .table > tbody > tr.warning > td,
1551
+ .table > tfoot > tr.warning > td,
1552
+ .table > thead > tr.warning > th,
1553
+ .table > tbody > tr.warning > th,
1554
+ .table > tfoot > tr.warning > th {
1555
+ background-color: #fcf8e3;
1556
+ }
1557
+ .table-hover > tbody > tr > td.warning:hover,
1558
+ .table-hover > tbody > tr > th.warning:hover,
1559
+ .table-hover > tbody > tr.warning:hover > td,
1560
+ .table-hover > tbody > tr.warning:hover > th {
1561
+ background-color: #faf2cc;
1562
+ }
1563
+ .table > thead > tr > td.danger,
1564
+ .table > tbody > tr > td.danger,
1565
+ .table > tfoot > tr > td.danger,
1566
+ .table > thead > tr > th.danger,
1567
+ .table > tbody > tr > th.danger,
1568
+ .table > tfoot > tr > th.danger,
1569
+ .table > thead > tr.danger > td,
1570
+ .table > tbody > tr.danger > td,
1571
+ .table > tfoot > tr.danger > td,
1572
+ .table > thead > tr.danger > th,
1573
+ .table > tbody > tr.danger > th,
1574
+ .table > tfoot > tr.danger > th {
1575
+ background-color: #f2dede;
1576
+ }
1577
+ .table-hover > tbody > tr > td.danger:hover,
1578
+ .table-hover > tbody > tr > th.danger:hover,
1579
+ .table-hover > tbody > tr.danger:hover > td,
1580
+ .table-hover > tbody > tr.danger:hover > th {
1581
+ background-color: #ebcccc;
1582
+ }
1583
+ @media (max-width: 767px) {
1584
+ .table-responsive {
1585
+ width: 100%;
1586
+ margin-bottom: 15px;
1587
+ overflow-y: hidden;
1588
+ overflow-x: scroll;
1589
+ -ms-overflow-style: -ms-autohiding-scrollbar;
1590
+ border: 1px solid #dddddd;
1591
+ -webkit-overflow-scrolling: touch;
1592
+ }
1593
+ .table-responsive > .table {
1594
+ margin-bottom: 0;
1595
+ }
1596
+ .table-responsive > .table > thead > tr > th,
1597
+ .table-responsive > .table > tbody > tr > th,
1598
+ .table-responsive > .table > tfoot > tr > th,
1599
+ .table-responsive > .table > thead > tr > td,
1600
+ .table-responsive > .table > tbody > tr > td,
1601
+ .table-responsive > .table > tfoot > tr > td {
1602
+ white-space: nowrap;
1603
+ }
1604
+ .table-responsive > .table-bordered {
1605
+ border: 0;
1606
+ }
1607
+ .table-responsive > .table-bordered > thead > tr > th:first-child,
1608
+ .table-responsive > .table-bordered > tbody > tr > th:first-child,
1609
+ .table-responsive > .table-bordered > tfoot > tr > th:first-child,
1610
+ .table-responsive > .table-bordered > thead > tr > td:first-child,
1611
+ .table-responsive > .table-bordered > tbody > tr > td:first-child,
1612
+ .table-responsive > .table-bordered > tfoot > tr > td:first-child {
1613
+ border-left: 0;
1614
+ }
1615
+ .table-responsive > .table-bordered > thead > tr > th:last-child,
1616
+ .table-responsive > .table-bordered > tbody > tr > th:last-child,
1617
+ .table-responsive > .table-bordered > tfoot > tr > th:last-child,
1618
+ .table-responsive > .table-bordered > thead > tr > td:last-child,
1619
+ .table-responsive > .table-bordered > tbody > tr > td:last-child,
1620
+ .table-responsive > .table-bordered > tfoot > tr > td:last-child {
1621
+ border-right: 0;
1622
+ }
1623
+ .table-responsive > .table-bordered > tbody > tr:last-child > th,
1624
+ .table-responsive > .table-bordered > tfoot > tr:last-child > th,
1625
+ .table-responsive > .table-bordered > tbody > tr:last-child > td,
1626
+ .table-responsive > .table-bordered > tfoot > tr:last-child > td {
1627
+ border-bottom: 0;
1628
+ }
1629
+ }
1630
+ fieldset {
1631
+ padding: 0;
1632
+ margin: 0;
1633
+ border: 0;
1634
+ min-width: 0;
1635
+ }
1636
+ legend {
1637
+ display: block;
1638
+ width: 100%;
1639
+ padding: 0;
1640
+ margin-bottom: 20px;
1641
+ font-size: 21px;
1642
+ line-height: inherit;
1643
+ color: #333333;
1644
+ border: 0;
1645
+ border-bottom: 1px solid #e5e5e5;
1646
+ }
1647
+ label {
1648
+ display: inline-block;
1649
+ margin-bottom: 5px;
1650
+ font-weight: bold;
1651
+ }
1652
+ input[type="search"] {
1653
+ -webkit-box-sizing: border-box;
1654
+ -moz-box-sizing: border-box;
1655
+ box-sizing: border-box;
1656
+ }
1657
+ input[type="radio"],
1658
+ input[type="checkbox"] {
1659
+ margin: 4px 0 0;
1660
+ margin-top: 1px \9;
1661
+ /* IE8-9 */
1662
+ line-height: normal;
1663
+ }
1664
+ input[type="file"] {
1665
+ display: block;
1666
+ }
1667
+ input[type="range"] {
1668
+ display: block;
1669
+ width: 100%;
1670
+ }
1671
+ select[multiple],
1672
+ select[size] {
1673
+ height: auto;
1674
+ }
1675
+ input[type="file"]:focus,
1676
+ input[type="radio"]:focus,
1677
+ input[type="checkbox"]:focus {
1678
+ outline: thin dotted;
1679
+ outline: 5px auto -webkit-focus-ring-color;
1680
+ outline-offset: -2px;
1681
+ }
1682
+ output {
1683
+ display: block;
1684
+ padding-top: 7px;
1685
+ font-size: 14px;
1686
+ line-height: 1.42857143;
1687
+ color: #555555;
1688
+ }
1689
+ .form-control {
1690
+ display: block;
1691
+ width: 100%;
1692
+ height: 34px;
1693
+ padding: 6px 12px;
1694
+ font-size: 14px;
1695
+ line-height: 1.42857143;
1696
+ color: #555555;
1697
+ background-color: #ffffff;
1698
+ background-image: none;
1699
+ border: 1px solid #cccccc;
1700
+ border-radius: 4px;
1701
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1702
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1703
+ -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1704
+ transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1705
+ }
1706
+ .form-control:focus {
1707
+ border-color: #66afe9;
1708
+ outline: 0;
1709
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
1710
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
1711
+ }
1712
+ .form-control::-moz-placeholder {
1713
+ color: #999999;
1714
+ opacity: 1;
1715
+ }
1716
+ .form-control:-ms-input-placeholder {
1717
+ color: #999999;
1718
+ }
1719
+ .form-control::-webkit-input-placeholder {
1720
+ color: #999999;
1721
+ }
1722
+ .form-control[disabled],
1723
+ .form-control[readonly],
1724
+ fieldset[disabled] .form-control {
1725
+ cursor: not-allowed;
1726
+ background-color: #eeeeee;
1727
+ opacity: 1;
1728
+ }
1729
+ textarea.form-control {
1730
+ height: auto;
1731
+ }
1732
+ input[type="search"] {
1733
+ -webkit-appearance: none;
1734
+ }
1735
+ input[type="date"] {
1736
+ line-height: 34px;
1737
+ }
1738
+ .form-group {
1739
+ margin-bottom: 15px;
1740
+ }
1741
+ .radio,
1742
+ .checkbox {
1743
+ display: block;
1744
+ min-height: 20px;
1745
+ margin-top: 10px;
1746
+ margin-bottom: 10px;
1747
+ padding-left: 20px;
1748
+ }
1749
+ .radio label,
1750
+ .checkbox label {
1751
+ display: inline;
1752
+ font-weight: normal;
1753
+ cursor: pointer;
1754
+ }
1755
+ .radio input[type="radio"],
1756
+ .radio-inline input[type="radio"],
1757
+ .checkbox input[type="checkbox"],
1758
+ .checkbox-inline input[type="checkbox"] {
1759
+ float: left;
1760
+ margin-left: -20px;
1761
+ }
1762
+ .radio + .radio,
1763
+ .checkbox + .checkbox {
1764
+ margin-top: -5px;
1765
+ }
1766
+ .radio-inline,
1767
+ .checkbox-inline {
1768
+ display: inline-block;
1769
+ padding-left: 20px;
1770
+ margin-bottom: 0;
1771
+ vertical-align: middle;
1772
+ font-weight: normal;
1773
+ cursor: pointer;
1774
+ }
1775
+ .radio-inline + .radio-inline,
1776
+ .checkbox-inline + .checkbox-inline {
1777
+ margin-top: 0;
1778
+ margin-left: 10px;
1779
+ }
1780
+ input[type="radio"][disabled],
1781
+ input[type="checkbox"][disabled],
1782
+ .radio[disabled],
1783
+ .radio-inline[disabled],
1784
+ .checkbox[disabled],
1785
+ .checkbox-inline[disabled],
1786
+ fieldset[disabled] input[type="radio"],
1787
+ fieldset[disabled] input[type="checkbox"],
1788
+ fieldset[disabled] .radio,
1789
+ fieldset[disabled] .radio-inline,
1790
+ fieldset[disabled] .checkbox,
1791
+ fieldset[disabled] .checkbox-inline {
1792
+ cursor: not-allowed;
1793
+ }
1794
+ .input-sm {
1795
+ height: 30px;
1796
+ padding: 5px 10px;
1797
+ font-size: 12px;
1798
+ line-height: 1.5;
1799
+ border-radius: 3px;
1800
+ }
1801
+ select.input-sm {
1802
+ height: 30px;
1803
+ line-height: 30px;
1804
+ }
1805
+ textarea.input-sm,
1806
+ select[multiple].input-sm {
1807
+ height: auto;
1808
+ }
1809
+ .input-lg {
1810
+ height: 46px;
1811
+ padding: 10px 16px;
1812
+ font-size: 18px;
1813
+ line-height: 1.33;
1814
+ border-radius: 6px;
1815
+ }
1816
+ select.input-lg {
1817
+ height: 46px;
1818
+ line-height: 46px;
1819
+ }
1820
+ textarea.input-lg,
1821
+ select[multiple].input-lg {
1822
+ height: auto;
1823
+ }
1824
+ .has-feedback {
1825
+ position: relative;
1826
+ }
1827
+ .has-feedback .form-control {
1828
+ padding-right: 42.5px;
1829
+ }
1830
+ .has-feedback .form-control-feedback {
1831
+ position: absolute;
1832
+ top: 25px;
1833
+ right: 0;
1834
+ display: block;
1835
+ width: 34px;
1836
+ height: 34px;
1837
+ line-height: 34px;
1838
+ text-align: center;
1839
+ }
1840
+ .has-success .help-block,
1841
+ .has-success .control-label,
1842
+ .has-success .radio,
1843
+ .has-success .checkbox,
1844
+ .has-success .radio-inline,
1845
+ .has-success .checkbox-inline {
1846
+ color: #3c763d;
1847
+ }
1848
+ .has-success .form-control {
1849
+ border-color: #3c763d;
1850
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1851
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1852
+ }
1853
+ .has-success .form-control:focus {
1854
+ border-color: #2b542c;
1855
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
1856
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
1857
+ }
1858
+ .has-success .input-group-addon {
1859
+ color: #3c763d;
1860
+ border-color: #3c763d;
1861
+ background-color: #dff0d8;
1862
+ }
1863
+ .has-success .form-control-feedback {
1864
+ color: #3c763d;
1865
+ }
1866
+ .has-warning .help-block,
1867
+ .has-warning .control-label,
1868
+ .has-warning .radio,
1869
+ .has-warning .checkbox,
1870
+ .has-warning .radio-inline,
1871
+ .has-warning .checkbox-inline {
1872
+ color: #8a6d3b;
1873
+ }
1874
+ .has-warning .form-control {
1875
+ border-color: #8a6d3b;
1876
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1877
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1878
+ }
1879
+ .has-warning .form-control:focus {
1880
+ border-color: #66512c;
1881
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
1882
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
1883
+ }
1884
+ .has-warning .input-group-addon {
1885
+ color: #8a6d3b;
1886
+ border-color: #8a6d3b;
1887
+ background-color: #fcf8e3;
1888
+ }
1889
+ .has-warning .form-control-feedback {
1890
+ color: #8a6d3b;
1891
+ }
1892
+ .has-error .help-block,
1893
+ .has-error .control-label,
1894
+ .has-error .radio,
1895
+ .has-error .checkbox,
1896
+ .has-error .radio-inline,
1897
+ .has-error .checkbox-inline {
1898
+ color: #a94442;
1899
+ }
1900
+ .has-error .form-control {
1901
+ border-color: #a94442;
1902
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1903
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1904
+ }
1905
+ .has-error .form-control:focus {
1906
+ border-color: #843534;
1907
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
1908
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
1909
+ }
1910
+ .has-error .input-group-addon {
1911
+ color: #a94442;
1912
+ border-color: #a94442;
1913
+ background-color: #f2dede;
1914
+ }
1915
+ .has-error .form-control-feedback {
1916
+ color: #a94442;
1917
+ }
1918
+ .form-control-static {
1919
+ margin-bottom: 0;
1920
+ }
1921
+ .help-block {
1922
+ display: block;
1923
+ margin-top: 5px;
1924
+ margin-bottom: 10px;
1925
+ color: #737373;
1926
+ }
1927
+ @media (min-width: 768px) {
1928
+ .form-inline .form-group {
1929
+ display: inline-block;
1930
+ margin-bottom: 0;
1931
+ vertical-align: middle;
1932
+ }
1933
+ .form-inline .form-control {
1934
+ display: inline-block;
1935
+ width: auto;
1936
+ vertical-align: middle;
1937
+ }
1938
+ .form-inline .input-group > .form-control {
1939
+ width: 100%;
1940
+ }
1941
+ .form-inline .control-label {
1942
+ margin-bottom: 0;
1943
+ vertical-align: middle;
1944
+ }
1945
+ .form-inline .radio,
1946
+ .form-inline .checkbox {
1947
+ display: inline-block;
1948
+ margin-top: 0;
1949
+ margin-bottom: 0;
1950
+ padding-left: 0;
1951
+ vertical-align: middle;
1952
+ }
1953
+ .form-inline .radio input[type="radio"],
1954
+ .form-inline .checkbox input[type="checkbox"] {
1955
+ float: none;
1956
+ margin-left: 0;
1957
+ }
1958
+ .form-inline .has-feedback .form-control-feedback {
1959
+ top: 0;
1960
+ }
1961
+ }
1962
+ .form-horizontal .control-label,
1963
+ .form-horizontal .radio,
1964
+ .form-horizontal .checkbox,
1965
+ .form-horizontal .radio-inline,
1966
+ .form-horizontal .checkbox-inline {
1967
+ margin-top: 0;
1968
+ margin-bottom: 0;
1969
+ padding-top: 7px;
1970
+ }
1971
+ .form-horizontal .radio,
1972
+ .form-horizontal .checkbox {
1973
+ min-height: 27px;
1974
+ }
1975
+ .form-horizontal .form-group {
1976
+ margin-left: -15px;
1977
+ margin-right: -15px;
1978
+ }
1979
+ .form-horizontal .form-control-static {
1980
+ padding-top: 7px;
1981
+ }
1982
+ @media (min-width: 768px) {
1983
+ .form-horizontal .control-label {
1984
+ text-align: right;
1985
+ }
1986
+ }
1987
+ .form-horizontal .has-feedback .form-control-feedback {
1988
+ top: 0;
1989
+ right: 15px;
1990
+ }
1991
+ .btn {
1992
+ display: inline-block;
1993
+ margin-bottom: 0;
1994
+ font-weight: normal;
1995
+ text-align: center;
1996
+ vertical-align: middle;
1997
+ cursor: pointer;
1998
+ background-image: none;
1999
+ border: 1px solid transparent;
2000
+ white-space: nowrap;
2001
+ padding: 6px 12px;
2002
+ font-size: 14px;
2003
+ line-height: 1.42857143;
2004
+ border-radius: 4px;
2005
+ -webkit-user-select: none;
2006
+ -moz-user-select: none;
2007
+ -ms-user-select: none;
2008
+ user-select: none;
2009
+ }
2010
+ .btn:focus,
2011
+ .btn:active:focus,
2012
+ .btn.active:focus {
2013
+ outline: thin dotted;
2014
+ outline: 5px auto -webkit-focus-ring-color;
2015
+ outline-offset: -2px;
2016
+ }
2017
+ .btn:hover,
2018
+ .btn:focus {
2019
+ color: #333333;
2020
+ text-decoration: none;
2021
+ }
2022
+ .btn:active,
2023
+ .btn.active {
2024
+ outline: 0;
2025
+ background-image: none;
2026
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2027
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2028
+ }
2029
+ .btn.disabled,
2030
+ .btn[disabled],
2031
+ fieldset[disabled] .btn {
2032
+ cursor: not-allowed;
2033
+ pointer-events: none;
2034
+ opacity: 0.65;
2035
+ filter: alpha(opacity=65);
2036
+ -webkit-box-shadow: none;
2037
+ box-shadow: none;
2038
+ }
2039
+ .btn-default {
2040
+ color: #333333;
2041
+ background-color: #ffffff;
2042
+ border-color: #cccccc;
2043
+ }
2044
+ .btn-default:hover,
2045
+ .btn-default:focus,
2046
+ .btn-default:active,
2047
+ .btn-default.active,
2048
+ .open .dropdown-toggle.btn-default {
2049
+ color: #333333;
2050
+ background-color: #ebebeb;
2051
+ border-color: #adadad;
2052
+ }
2053
+ .btn-default:active,
2054
+ .btn-default.active,
2055
+ .open .dropdown-toggle.btn-default {
2056
+ background-image: none;
2057
+ }
2058
+ .btn-default.disabled,
2059
+ .btn-default[disabled],
2060
+ fieldset[disabled] .btn-default,
2061
+ .btn-default.disabled:hover,
2062
+ .btn-default[disabled]:hover,
2063
+ fieldset[disabled] .btn-default:hover,
2064
+ .btn-default.disabled:focus,
2065
+ .btn-default[disabled]:focus,
2066
+ fieldset[disabled] .btn-default:focus,
2067
+ .btn-default.disabled:active,
2068
+ .btn-default[disabled]:active,
2069
+ fieldset[disabled] .btn-default:active,
2070
+ .btn-default.disabled.active,
2071
+ .btn-default[disabled].active,
2072
+ fieldset[disabled] .btn-default.active {
2073
+ background-color: #ffffff;
2074
+ border-color: #cccccc;
2075
+ }
2076
+ .btn-default .badge {
2077
+ color: #ffffff;
2078
+ background-color: #333333;
2079
+ }
2080
+ .btn-primary {
2081
+ color: #ffffff;
2082
+ background-color: #428bca;
2083
+ border-color: #357ebd;
2084
+ }
2085
+ .btn-primary:hover,
2086
+ .btn-primary:focus,
2087
+ .btn-primary:active,
2088
+ .btn-primary.active,
2089
+ .open .dropdown-toggle.btn-primary {
2090
+ color: #ffffff;
2091
+ background-color: #3276b1;
2092
+ border-color: #285e8e;
2093
+ }
2094
+ .btn-primary:active,
2095
+ .btn-primary.active,
2096
+ .open .dropdown-toggle.btn-primary {
2097
+ background-image: none;
2098
+ }
2099
+ .btn-primary.disabled,
2100
+ .btn-primary[disabled],
2101
+ fieldset[disabled] .btn-primary,
2102
+ .btn-primary.disabled:hover,
2103
+ .btn-primary[disabled]:hover,
2104
+ fieldset[disabled] .btn-primary:hover,
2105
+ .btn-primary.disabled:focus,
2106
+ .btn-primary[disabled]:focus,
2107
+ fieldset[disabled] .btn-primary:focus,
2108
+ .btn-primary.disabled:active,
2109
+ .btn-primary[disabled]:active,
2110
+ fieldset[disabled] .btn-primary:active,
2111
+ .btn-primary.disabled.active,
2112
+ .btn-primary[disabled].active,
2113
+ fieldset[disabled] .btn-primary.active {
2114
+ background-color: #428bca;
2115
+ border-color: #357ebd;
2116
+ }
2117
+ .btn-primary .badge {
2118
+ color: #428bca;
2119
+ background-color: #ffffff;
2120
+ }
2121
+ .btn-success {
2122
+ color: #ffffff;
2123
+ background-color: #5cb85c;
2124
+ border-color: #4cae4c;
2125
+ }
2126
+ .btn-success:hover,
2127
+ .btn-success:focus,
2128
+ .btn-success:active,
2129
+ .btn-success.active,
2130
+ .open .dropdown-toggle.btn-success {
2131
+ color: #ffffff;
2132
+ background-color: #47a447;
2133
+ border-color: #398439;
2134
+ }
2135
+ .btn-success:active,
2136
+ .btn-success.active,
2137
+ .open .dropdown-toggle.btn-success {
2138
+ background-image: none;
2139
+ }
2140
+ .btn-success.disabled,
2141
+ .btn-success[disabled],
2142
+ fieldset[disabled] .btn-success,
2143
+ .btn-success.disabled:hover,
2144
+ .btn-success[disabled]:hover,
2145
+ fieldset[disabled] .btn-success:hover,
2146
+ .btn-success.disabled:focus,
2147
+ .btn-success[disabled]:focus,
2148
+ fieldset[disabled] .btn-success:focus,
2149
+ .btn-success.disabled:active,
2150
+ .btn-success[disabled]:active,
2151
+ fieldset[disabled] .btn-success:active,
2152
+ .btn-success.disabled.active,
2153
+ .btn-success[disabled].active,
2154
+ fieldset[disabled] .btn-success.active {
2155
+ background-color: #5cb85c;
2156
+ border-color: #4cae4c;
2157
+ }
2158
+ .btn-success .badge {
2159
+ color: #5cb85c;
2160
+ background-color: #ffffff;
2161
+ }
2162
+ .btn-info {
2163
+ color: #ffffff;
2164
+ background-color: #5bc0de;
2165
+ border-color: #46b8da;
2166
+ }
2167
+ .btn-info:hover,
2168
+ .btn-info:focus,
2169
+ .btn-info:active,
2170
+ .btn-info.active,
2171
+ .open .dropdown-toggle.btn-info {
2172
+ color: #ffffff;
2173
+ background-color: #39b3d7;
2174
+ border-color: #269abc;
2175
+ }
2176
+ .btn-info:active,
2177
+ .btn-info.active,
2178
+ .open .dropdown-toggle.btn-info {
2179
+ background-image: none;
2180
+ }
2181
+ .btn-info.disabled,
2182
+ .btn-info[disabled],
2183
+ fieldset[disabled] .btn-info,
2184
+ .btn-info.disabled:hover,
2185
+ .btn-info[disabled]:hover,
2186
+ fieldset[disabled] .btn-info:hover,
2187
+ .btn-info.disabled:focus,
2188
+ .btn-info[disabled]:focus,
2189
+ fieldset[disabled] .btn-info:focus,
2190
+ .btn-info.disabled:active,
2191
+ .btn-info[disabled]:active,
2192
+ fieldset[disabled] .btn-info:active,
2193
+ .btn-info.disabled.active,
2194
+ .btn-info[disabled].active,
2195
+ fieldset[disabled] .btn-info.active {
2196
+ background-color: #5bc0de;
2197
+ border-color: #46b8da;
2198
+ }
2199
+ .btn-info .badge {
2200
+ color: #5bc0de;
2201
+ background-color: #ffffff;
2202
+ }
2203
+ .btn-warning {
2204
+ color: #ffffff;
2205
+ background-color: #f0ad4e;
2206
+ border-color: #eea236;
2207
+ }
2208
+ .btn-warning:hover,
2209
+ .btn-warning:focus,
2210
+ .btn-warning:active,
2211
+ .btn-warning.active,
2212
+ .open .dropdown-toggle.btn-warning {
2213
+ color: #ffffff;
2214
+ background-color: #ed9c28;
2215
+ border-color: #d58512;
2216
+ }
2217
+ .btn-warning:active,
2218
+ .btn-warning.active,
2219
+ .open .dropdown-toggle.btn-warning {
2220
+ background-image: none;
2221
+ }
2222
+ .btn-warning.disabled,
2223
+ .btn-warning[disabled],
2224
+ fieldset[disabled] .btn-warning,
2225
+ .btn-warning.disabled:hover,
2226
+ .btn-warning[disabled]:hover,
2227
+ fieldset[disabled] .btn-warning:hover,
2228
+ .btn-warning.disabled:focus,
2229
+ .btn-warning[disabled]:focus,
2230
+ fieldset[disabled] .btn-warning:focus,
2231
+ .btn-warning.disabled:active,
2232
+ .btn-warning[disabled]:active,
2233
+ fieldset[disabled] .btn-warning:active,
2234
+ .btn-warning.disabled.active,
2235
+ .btn-warning[disabled].active,
2236
+ fieldset[disabled] .btn-warning.active {
2237
+ background-color: #f0ad4e;
2238
+ border-color: #eea236;
2239
+ }
2240
+ .btn-warning .badge {
2241
+ color: #f0ad4e;
2242
+ background-color: #ffffff;
2243
+ }
2244
+ .btn-danger {
2245
+ color: #ffffff;
2246
+ background-color: #d9534f;
2247
+ border-color: #d43f3a;
2248
+ }
2249
+ .btn-danger:hover,
2250
+ .btn-danger:focus,
2251
+ .btn-danger:active,
2252
+ .btn-danger.active,
2253
+ .open .dropdown-toggle.btn-danger {
2254
+ color: #ffffff;
2255
+ background-color: #d2322d;
2256
+ border-color: #ac2925;
2257
+ }
2258
+ .btn-danger:active,
2259
+ .btn-danger.active,
2260
+ .open .dropdown-toggle.btn-danger {
2261
+ background-image: none;
2262
+ }
2263
+ .btn-danger.disabled,
2264
+ .btn-danger[disabled],
2265
+ fieldset[disabled] .btn-danger,
2266
+ .btn-danger.disabled:hover,
2267
+ .btn-danger[disabled]:hover,
2268
+ fieldset[disabled] .btn-danger:hover,
2269
+ .btn-danger.disabled:focus,
2270
+ .btn-danger[disabled]:focus,
2271
+ fieldset[disabled] .btn-danger:focus,
2272
+ .btn-danger.disabled:active,
2273
+ .btn-danger[disabled]:active,
2274
+ fieldset[disabled] .btn-danger:active,
2275
+ .btn-danger.disabled.active,
2276
+ .btn-danger[disabled].active,
2277
+ fieldset[disabled] .btn-danger.active {
2278
+ background-color: #d9534f;
2279
+ border-color: #d43f3a;
2280
+ }
2281
+ .btn-danger .badge {
2282
+ color: #d9534f;
2283
+ background-color: #ffffff;
2284
+ }
2285
+ .btn-link {
2286
+ color: #428bca;
2287
+ font-weight: normal;
2288
+ cursor: pointer;
2289
+ border-radius: 0;
2290
+ }
2291
+ .btn-link,
2292
+ .btn-link:active,
2293
+ .btn-link[disabled],
2294
+ fieldset[disabled] .btn-link {
2295
+ background-color: transparent;
2296
+ -webkit-box-shadow: none;
2297
+ box-shadow: none;
2298
+ }
2299
+ .btn-link,
2300
+ .btn-link:hover,
2301
+ .btn-link:focus,
2302
+ .btn-link:active {
2303
+ border-color: transparent;
2304
+ }
2305
+ .btn-link:hover,
2306
+ .btn-link:focus {
2307
+ color: #2a6496;
2308
+ text-decoration: underline;
2309
+ background-color: transparent;
2310
+ }
2311
+ .btn-link[disabled]:hover,
2312
+ fieldset[disabled] .btn-link:hover,
2313
+ .btn-link[disabled]:focus,
2314
+ fieldset[disabled] .btn-link:focus {
2315
+ color: #999999;
2316
+ text-decoration: none;
2317
+ }
2318
+ .btn-lg,
2319
+ .btn-group-lg > .btn {
2320
+ padding: 10px 16px;
2321
+ font-size: 18px;
2322
+ line-height: 1.33;
2323
+ border-radius: 6px;
2324
+ }
2325
+ .btn-sm,
2326
+ .btn-group-sm > .btn {
2327
+ padding: 5px 10px;
2328
+ font-size: 12px;
2329
+ line-height: 1.5;
2330
+ border-radius: 3px;
2331
+ }
2332
+ .btn-xs,
2333
+ .btn-group-xs > .btn {
2334
+ padding: 1px 5px;
2335
+ font-size: 12px;
2336
+ line-height: 1.5;
2337
+ border-radius: 3px;
2338
+ }
2339
+ .btn-block {
2340
+ display: block;
2341
+ width: 100%;
2342
+ padding-left: 0;
2343
+ padding-right: 0;
2344
+ }
2345
+ .btn-block + .btn-block {
2346
+ margin-top: 5px;
2347
+ }
2348
+ input[type="submit"].btn-block,
2349
+ input[type="reset"].btn-block,
2350
+ input[type="button"].btn-block {
2351
+ width: 100%;
2352
+ }
2353
+ .fade {
2354
+ opacity: 0;
2355
+ -webkit-transition: opacity 0.15s linear;
2356
+ transition: opacity 0.15s linear;
2357
+ }
2358
+ .fade.in {
2359
+ opacity: 1;
2360
+ }
2361
+ .collapse {
2362
+ display: none;
2363
+ }
2364
+ .collapse.in {
2365
+ display: block;
2366
+ }
2367
+ .collapsing {
2368
+ position: relative;
2369
+ height: 0;
2370
+ overflow: hidden;
2371
+ -webkit-transition: height 0.35s ease;
2372
+ transition: height 0.35s ease;
2373
+ }
2374
+ @font-face {
2375
+ font-family: 'Glyphicons Halflings';
2376
+ src: url('../fonts/glyphicons-halflings-regular.eot');
2377
+ 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');
2378
+ }
2379
+ .glyphicon {
2380
+ position: relative;
2381
+ top: 1px;
2382
+ display: inline-block;
2383
+ font-family: 'Glyphicons Halflings';
2384
+ font-style: normal;
2385
+ font-weight: normal;
2386
+ line-height: 1;
2387
+ -webkit-font-smoothing: antialiased;
2388
+ -moz-osx-font-smoothing: grayscale;
2389
+ }
2390
+ .glyphicon-asterisk:before {
2391
+ content: "\2a";
2392
+ }
2393
+ .glyphicon-plus:before {
2394
+ content: "\2b";
2395
+ }
2396
+ .glyphicon-euro:before {
2397
+ content: "\20ac";
2398
+ }
2399
+ .glyphicon-minus:before {
2400
+ content: "\2212";
2401
+ }
2402
+ .glyphicon-cloud:before {
2403
+ content: "\2601";
2404
+ }
2405
+ .glyphicon-envelope:before {
2406
+ content: "\2709";
2407
+ }
2408
+ .glyphicon-pencil:before {
2409
+ content: "\270f";
2410
+ }
2411
+ .glyphicon-glass:before {
2412
+ content: "\e001";
2413
+ }
2414
+ .glyphicon-music:before {
2415
+ content: "\e002";
2416
+ }
2417
+ .glyphicon-search:before {
2418
+ content: "\e003";
2419
+ }
2420
+ .glyphicon-heart:before {
2421
+ content: "\e005";
2422
+ }
2423
+ .glyphicon-star:before {
2424
+ content: "\e006";
2425
+ }
2426
+ .glyphicon-star-empty:before {
2427
+ content: "\e007";
2428
+ }
2429
+ .glyphicon-user:before {
2430
+ content: "\e008";
2431
+ }
2432
+ .glyphicon-film:before {
2433
+ content: "\e009";
2434
+ }
2435
+ .glyphicon-th-large:before {
2436
+ content: "\e010";
2437
+ }
2438
+ .glyphicon-th:before {
2439
+ content: "\e011";
2440
+ }
2441
+ .glyphicon-th-list:before {
2442
+ content: "\e012";
2443
+ }
2444
+ .glyphicon-ok:before {
2445
+ content: "\e013";
2446
+ }
2447
+ .glyphicon-remove:before {
2448
+ content: "\e014";
2449
+ }
2450
+ .glyphicon-zoom-in:before {
2451
+ content: "\e015";
2452
+ }
2453
+ .glyphicon-zoom-out:before {
2454
+ content: "\e016";
2455
+ }
2456
+ .glyphicon-off:before {
2457
+ content: "\e017";
2458
+ }
2459
+ .glyphicon-signal:before {
2460
+ content: "\e018";
2461
+ }
2462
+ .glyphicon-cog:before {
2463
+ content: "\e019";
2464
+ }
2465
+ .glyphicon-trash:before {
2466
+ content: "\e020";
2467
+ }
2468
+ .glyphicon-home:before {
2469
+ content: "\e021";
2470
+ }
2471
+ .glyphicon-file:before {
2472
+ content: "\e022";
2473
+ }
2474
+ .glyphicon-time:before {
2475
+ content: "\e023";
2476
+ }
2477
+ .glyphicon-road:before {
2478
+ content: "\e024";
2479
+ }
2480
+ .glyphicon-download-alt:before {
2481
+ content: "\e025";
2482
+ }
2483
+ .glyphicon-download:before {
2484
+ content: "\e026";
2485
+ }
2486
+ .glyphicon-upload:before {
2487
+ content: "\e027";
2488
+ }
2489
+ .glyphicon-inbox:before {
2490
+ content: "\e028";
2491
+ }
2492
+ .glyphicon-play-circle:before {
2493
+ content: "\e029";
2494
+ }
2495
+ .glyphicon-repeat:before {
2496
+ content: "\e030";
2497
+ }
2498
+ .glyphicon-refresh:before {
2499
+ content: "\e031";
2500
+ }
2501
+ .glyphicon-list-alt:before {
2502
+ content: "\e032";
2503
+ }
2504
+ .glyphicon-lock:before {
2505
+ content: "\e033";
2506
+ }
2507
+ .glyphicon-flag:before {
2508
+ content: "\e034";
2509
+ }
2510
+ .glyphicon-headphones:before {
2511
+ content: "\e035";
2512
+ }
2513
+ .glyphicon-volume-off:before {
2514
+ content: "\e036";
2515
+ }
2516
+ .glyphicon-volume-down:before {
2517
+ content: "\e037";
2518
+ }
2519
+ .glyphicon-volume-up:before {
2520
+ content: "\e038";
2521
+ }
2522
+ .glyphicon-qrcode:before {
2523
+ content: "\e039";
2524
+ }
2525
+ .glyphicon-barcode:before {
2526
+ content: "\e040";
2527
+ }
2528
+ .glyphicon-tag:before {
2529
+ content: "\e041";
2530
+ }
2531
+ .glyphicon-tags:before {
2532
+ content: "\e042";
2533
+ }
2534
+ .glyphicon-book:before {
2535
+ content: "\e043";
2536
+ }
2537
+ .glyphicon-bookmark:before {
2538
+ content: "\e044";
2539
+ }
2540
+ .glyphicon-print:before {
2541
+ content: "\e045";
2542
+ }
2543
+ .glyphicon-camera:before {
2544
+ content: "\e046";
2545
+ }
2546
+ .glyphicon-font:before {
2547
+ content: "\e047";
2548
+ }
2549
+ .glyphicon-bold:before {
2550
+ content: "\e048";
2551
+ }
2552
+ .glyphicon-italic:before {
2553
+ content: "\e049";
2554
+ }
2555
+ .glyphicon-text-height:before {
2556
+ content: "\e050";
2557
+ }
2558
+ .glyphicon-text-width:before {
2559
+ content: "\e051";
2560
+ }
2561
+ .glyphicon-align-left:before {
2562
+ content: "\e052";
2563
+ }
2564
+ .glyphicon-align-center:before {
2565
+ content: "\e053";
2566
+ }
2567
+ .glyphicon-align-right:before {
2568
+ content: "\e054";
2569
+ }
2570
+ .glyphicon-align-justify:before {
2571
+ content: "\e055";
2572
+ }
2573
+ .glyphicon-list:before {
2574
+ content: "\e056";
2575
+ }
2576
+ .glyphicon-indent-left:before {
2577
+ content: "\e057";
2578
+ }
2579
+ .glyphicon-indent-right:before {
2580
+ content: "\e058";
2581
+ }
2582
+ .glyphicon-facetime-video:before {
2583
+ content: "\e059";
2584
+ }
2585
+ .glyphicon-picture:before {
2586
+ content: "\e060";
2587
+ }
2588
+ .glyphicon-map-marker:before {
2589
+ content: "\e062";
2590
+ }
2591
+ .glyphicon-adjust:before {
2592
+ content: "\e063";
2593
+ }
2594
+ .glyphicon-tint:before {
2595
+ content: "\e064";
2596
+ }
2597
+ .glyphicon-edit:before {
2598
+ content: "\e065";
2599
+ }
2600
+ .glyphicon-share:before {
2601
+ content: "\e066";
2602
+ }
2603
+ .glyphicon-check:before {
2604
+ content: "\e067";
2605
+ }
2606
+ .glyphicon-move:before {
2607
+ content: "\e068";
2608
+ }
2609
+ .glyphicon-step-backward:before {
2610
+ content: "\e069";
2611
+ }
2612
+ .glyphicon-fast-backward:before {
2613
+ content: "\e070";
2614
+ }
2615
+ .glyphicon-backward:before {
2616
+ content: "\e071";
2617
+ }
2618
+ .glyphicon-play:before {
2619
+ content: "\e072";
2620
+ }
2621
+ .glyphicon-pause:before {
2622
+ content: "\e073";
2623
+ }
2624
+ .glyphicon-stop:before {
2625
+ content: "\e074";
2626
+ }
2627
+ .glyphicon-forward:before {
2628
+ content: "\e075";
2629
+ }
2630
+ .glyphicon-fast-forward:before {
2631
+ content: "\e076";
2632
+ }
2633
+ .glyphicon-step-forward:before {
2634
+ content: "\e077";
2635
+ }
2636
+ .glyphicon-eject:before {
2637
+ content: "\e078";
2638
+ }
2639
+ .glyphicon-chevron-left:before {
2640
+ content: "\e079";
2641
+ }
2642
+ .glyphicon-chevron-right:before {
2643
+ content: "\e080";
2644
+ }
2645
+ .glyphicon-plus-sign:before {
2646
+ content: "\e081";
2647
+ }
2648
+ .glyphicon-minus-sign:before {
2649
+ content: "\e082";
2650
+ }
2651
+ .glyphicon-remove-sign:before {
2652
+ content: "\e083";
2653
+ }
2654
+ .glyphicon-ok-sign:before {
2655
+ content: "\e084";
2656
+ }
2657
+ .glyphicon-question-sign:before {
2658
+ content: "\e085";
2659
+ }
2660
+ .glyphicon-info-sign:before {
2661
+ content: "\e086";
2662
+ }
2663
+ .glyphicon-screenshot:before {
2664
+ content: "\e087";
2665
+ }
2666
+ .glyphicon-remove-circle:before {
2667
+ content: "\e088";
2668
+ }
2669
+ .glyphicon-ok-circle:before {
2670
+ content: "\e089";
2671
+ }
2672
+ .glyphicon-ban-circle:before {
2673
+ content: "\e090";
2674
+ }
2675
+ .glyphicon-arrow-left:before {
2676
+ content: "\e091";
2677
+ }
2678
+ .glyphicon-arrow-right:before {
2679
+ content: "\e092";
2680
+ }
2681
+ .glyphicon-arrow-up:before {
2682
+ content: "\e093";
2683
+ }
2684
+ .glyphicon-arrow-down:before {
2685
+ content: "\e094";
2686
+ }
2687
+ .glyphicon-share-alt:before {
2688
+ content: "\e095";
2689
+ }
2690
+ .glyphicon-resize-full:before {
2691
+ content: "\e096";
2692
+ }
2693
+ .glyphicon-resize-small:before {
2694
+ content: "\e097";
2695
+ }
2696
+ .glyphicon-exclamation-sign:before {
2697
+ content: "\e101";
2698
+ }
2699
+ .glyphicon-gift:before {
2700
+ content: "\e102";
2701
+ }
2702
+ .glyphicon-leaf:before {
2703
+ content: "\e103";
2704
+ }
2705
+ .glyphicon-fire:before {
2706
+ content: "\e104";
2707
+ }
2708
+ .glyphicon-eye-open:before {
2709
+ content: "\e105";
2710
+ }
2711
+ .glyphicon-eye-close:before {
2712
+ content: "\e106";
2713
+ }
2714
+ .glyphicon-warning-sign:before {
2715
+ content: "\e107";
2716
+ }
2717
+ .glyphicon-plane:before {
2718
+ content: "\e108";
2719
+ }
2720
+ .glyphicon-calendar:before {
2721
+ content: "\e109";
2722
+ }
2723
+ .glyphicon-random:before {
2724
+ content: "\e110";
2725
+ }
2726
+ .glyphicon-comment:before {
2727
+ content: "\e111";
2728
+ }
2729
+ .glyphicon-magnet:before {
2730
+ content: "\e112";
2731
+ }
2732
+ .glyphicon-chevron-up:before {
2733
+ content: "\e113";
2734
+ }
2735
+ .glyphicon-chevron-down:before {
2736
+ content: "\e114";
2737
+ }
2738
+ .glyphicon-retweet:before {
2739
+ content: "\e115";
2740
+ }
2741
+ .glyphicon-shopping-cart:before {
2742
+ content: "\e116";
2743
+ }
2744
+ .glyphicon-folder-close:before {
2745
+ content: "\e117";
2746
+ }
2747
+ .glyphicon-folder-open:before {
2748
+ content: "\e118";
2749
+ }
2750
+ .glyphicon-resize-vertical:before {
2751
+ content: "\e119";
2752
+ }
2753
+ .glyphicon-resize-horizontal:before {
2754
+ content: "\e120";
2755
+ }
2756
+ .glyphicon-hdd:before {
2757
+ content: "\e121";
2758
+ }
2759
+ .glyphicon-bullhorn:before {
2760
+ content: "\e122";
2761
+ }
2762
+ .glyphicon-bell:before {
2763
+ content: "\e123";
2764
+ }
2765
+ .glyphicon-certificate:before {
2766
+ content: "\e124";
2767
+ }
2768
+ .glyphicon-thumbs-up:before {
2769
+ content: "\e125";
2770
+ }
2771
+ .glyphicon-thumbs-down:before {
2772
+ content: "\e126";
2773
+ }
2774
+ .glyphicon-hand-right:before {
2775
+ content: "\e127";
2776
+ }
2777
+ .glyphicon-hand-left:before {
2778
+ content: "\e128";
2779
+ }
2780
+ .glyphicon-hand-up:before {
2781
+ content: "\e129";
2782
+ }
2783
+ .glyphicon-hand-down:before {
2784
+ content: "\e130";
2785
+ }
2786
+ .glyphicon-circle-arrow-right:before {
2787
+ content: "\e131";
2788
+ }
2789
+ .glyphicon-circle-arrow-left:before {
2790
+ content: "\e132";
2791
+ }
2792
+ .glyphicon-circle-arrow-up:before {
2793
+ content: "\e133";
2794
+ }
2795
+ .glyphicon-circle-arrow-down:before {
2796
+ content: "\e134";
2797
+ }
2798
+ .glyphicon-globe:before {
2799
+ content: "\e135";
2800
+ }
2801
+ .glyphicon-wrench:before {
2802
+ content: "\e136";
2803
+ }
2804
+ .glyphicon-tasks:before {
2805
+ content: "\e137";
2806
+ }
2807
+ .glyphicon-filter:before {
2808
+ content: "\e138";
2809
+ }
2810
+ .glyphicon-briefcase:before {
2811
+ content: "\e139";
2812
+ }
2813
+ .glyphicon-fullscreen:before {
2814
+ content: "\e140";
2815
+ }
2816
+ .glyphicon-dashboard:before {
2817
+ content: "\e141";
2818
+ }
2819
+ .glyphicon-paperclip:before {
2820
+ content: "\e142";
2821
+ }
2822
+ .glyphicon-heart-empty:before {
2823
+ content: "\e143";
2824
+ }
2825
+ .glyphicon-link:before {
2826
+ content: "\e144";
2827
+ }
2828
+ .glyphicon-phone:before {
2829
+ content: "\e145";
2830
+ }
2831
+ .glyphicon-pushpin:before {
2832
+ content: "\e146";
2833
+ }
2834
+ .glyphicon-usd:before {
2835
+ content: "\e148";
2836
+ }
2837
+ .glyphicon-gbp:before {
2838
+ content: "\e149";
2839
+ }
2840
+ .glyphicon-sort:before {
2841
+ content: "\e150";
2842
+ }
2843
+ .glyphicon-sort-by-alphabet:before {
2844
+ content: "\e151";
2845
+ }
2846
+ .glyphicon-sort-by-alphabet-alt:before {
2847
+ content: "\e152";
2848
+ }
2849
+ .glyphicon-sort-by-order:before {
2850
+ content: "\e153";
2851
+ }
2852
+ .glyphicon-sort-by-order-alt:before {
2853
+ content: "\e154";
2854
+ }
2855
+ .glyphicon-sort-by-attributes:before {
2856
+ content: "\e155";
2857
+ }
2858
+ .glyphicon-sort-by-attributes-alt:before {
2859
+ content: "\e156";
2860
+ }
2861
+ .glyphicon-unchecked:before {
2862
+ content: "\e157";
2863
+ }
2864
+ .glyphicon-expand:before {
2865
+ content: "\e158";
2866
+ }
2867
+ .glyphicon-collapse-down:before {
2868
+ content: "\e159";
2869
+ }
2870
+ .glyphicon-collapse-up:before {
2871
+ content: "\e160";
2872
+ }
2873
+ .glyphicon-log-in:before {
2874
+ content: "\e161";
2875
+ }
2876
+ .glyphicon-flash:before {
2877
+ content: "\e162";
2878
+ }
2879
+ .glyphicon-log-out:before {
2880
+ content: "\e163";
2881
+ }
2882
+ .glyphicon-new-window:before {
2883
+ content: "\e164";
2884
+ }
2885
+ .glyphicon-record:before {
2886
+ content: "\e165";
2887
+ }
2888
+ .glyphicon-save:before {
2889
+ content: "\e166";
2890
+ }
2891
+ .glyphicon-open:before {
2892
+ content: "\e167";
2893
+ }
2894
+ .glyphicon-saved:before {
2895
+ content: "\e168";
2896
+ }
2897
+ .glyphicon-import:before {
2898
+ content: "\e169";
2899
+ }
2900
+ .glyphicon-export:before {
2901
+ content: "\e170";
2902
+ }
2903
+ .glyphicon-send:before {
2904
+ content: "\e171";
2905
+ }
2906
+ .glyphicon-floppy-disk:before {
2907
+ content: "\e172";
2908
+ }
2909
+ .glyphicon-floppy-saved:before {
2910
+ content: "\e173";
2911
+ }
2912
+ .glyphicon-floppy-remove:before {
2913
+ content: "\e174";
2914
+ }
2915
+ .glyphicon-floppy-save:before {
2916
+ content: "\e175";
2917
+ }
2918
+ .glyphicon-floppy-open:before {
2919
+ content: "\e176";
2920
+ }
2921
+ .glyphicon-credit-card:before {
2922
+ content: "\e177";
2923
+ }
2924
+ .glyphicon-transfer:before {
2925
+ content: "\e178";
2926
+ }
2927
+ .glyphicon-cutlery:before {
2928
+ content: "\e179";
2929
+ }
2930
+ .glyphicon-header:before {
2931
+ content: "\e180";
2932
+ }
2933
+ .glyphicon-compressed:before {
2934
+ content: "\e181";
2935
+ }
2936
+ .glyphicon-earphone:before {
2937
+ content: "\e182";
2938
+ }
2939
+ .glyphicon-phone-alt:before {
2940
+ content: "\e183";
2941
+ }
2942
+ .glyphicon-tower:before {
2943
+ content: "\e184";
2944
+ }
2945
+ .glyphicon-stats:before {
2946
+ content: "\e185";
2947
+ }
2948
+ .glyphicon-sd-video:before {
2949
+ content: "\e186";
2950
+ }
2951
+ .glyphicon-hd-video:before {
2952
+ content: "\e187";
2953
+ }
2954
+ .glyphicon-subtitles:before {
2955
+ content: "\e188";
2956
+ }
2957
+ .glyphicon-sound-stereo:before {
2958
+ content: "\e189";
2959
+ }
2960
+ .glyphicon-sound-dolby:before {
2961
+ content: "\e190";
2962
+ }
2963
+ .glyphicon-sound-5-1:before {
2964
+ content: "\e191";
2965
+ }
2966
+ .glyphicon-sound-6-1:before {
2967
+ content: "\e192";
2968
+ }
2969
+ .glyphicon-sound-7-1:before {
2970
+ content: "\e193";
2971
+ }
2972
+ .glyphicon-copyright-mark:before {
2973
+ content: "\e194";
2974
+ }
2975
+ .glyphicon-registration-mark:before {
2976
+ content: "\e195";
2977
+ }
2978
+ .glyphicon-cloud-download:before {
2979
+ content: "\e197";
2980
+ }
2981
+ .glyphicon-cloud-upload:before {
2982
+ content: "\e198";
2983
+ }
2984
+ .glyphicon-tree-conifer:before {
2985
+ content: "\e199";
2986
+ }
2987
+ .glyphicon-tree-deciduous:before {
2988
+ content: "\e200";
2989
+ }
2990
+ .caret {
2991
+ display: inline-block;
2992
+ width: 0;
2993
+ height: 0;
2994
+ margin-left: 2px;
2995
+ vertical-align: middle;
2996
+ border-top: 4px solid;
2997
+ border-right: 4px solid transparent;
2998
+ border-left: 4px solid transparent;
2999
+ }
3000
+ .dropdown {
3001
+ position: relative;
3002
+ }
3003
+ .dropdown-toggle:focus {
3004
+ outline: 0;
3005
+ }
3006
+ .dropdown-menu {
3007
+ position: absolute;
3008
+ top: 100%;
3009
+ left: 0;
3010
+ z-index: 1000;
3011
+ display: none;
3012
+ float: left;
3013
+ min-width: 160px;
3014
+ padding: 5px 0;
3015
+ margin: 2px 0 0;
3016
+ list-style: none;
3017
+ font-size: 14px;
3018
+ background-color: #ffffff;
3019
+ border: 1px solid #cccccc;
3020
+ border: 1px solid rgba(0, 0, 0, 0.15);
3021
+ border-radius: 4px;
3022
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3023
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3024
+ background-clip: padding-box;
3025
+ }
3026
+ .dropdown-menu.pull-right {
3027
+ right: 0;
3028
+ left: auto;
3029
+ }
3030
+ .dropdown-menu .divider {
3031
+ height: 1px;
3032
+ margin: 9px 0;
3033
+ overflow: hidden;
3034
+ background-color: #e5e5e5;
3035
+ }
3036
+ .dropdown-menu > li > a {
3037
+ display: block;
3038
+ padding: 3px 20px;
3039
+ clear: both;
3040
+ font-weight: normal;
3041
+ line-height: 1.42857143;
3042
+ color: #333333;
3043
+ white-space: nowrap;
3044
+ }
3045
+ .dropdown-menu > li > a:hover,
3046
+ .dropdown-menu > li > a:focus {
3047
+ text-decoration: none;
3048
+ color: #262626;
3049
+ background-color: #f5f5f5;
3050
+ }
3051
+ .dropdown-menu > .active > a,
3052
+ .dropdown-menu > .active > a:hover,
3053
+ .dropdown-menu > .active > a:focus {
3054
+ color: #ffffff;
3055
+ text-decoration: none;
3056
+ outline: 0;
3057
+ background-color: #428bca;
3058
+ }
3059
+ .dropdown-menu > .disabled > a,
3060
+ .dropdown-menu > .disabled > a:hover,
3061
+ .dropdown-menu > .disabled > a:focus {
3062
+ color: #999999;
3063
+ }
3064
+ .dropdown-menu > .disabled > a:hover,
3065
+ .dropdown-menu > .disabled > a:focus {
3066
+ text-decoration: none;
3067
+ background-color: transparent;
3068
+ background-image: none;
3069
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3070
+ cursor: not-allowed;
3071
+ }
3072
+ .open > .dropdown-menu {
3073
+ display: block;
3074
+ }
3075
+ .open > a {
3076
+ outline: 0;
3077
+ }
3078
+ .dropdown-menu-right {
3079
+ left: auto;
3080
+ right: 0;
3081
+ }
3082
+ .dropdown-menu-left {
3083
+ left: 0;
3084
+ right: auto;
3085
+ }
3086
+ .dropdown-header {
3087
+ display: block;
3088
+ padding: 3px 20px;
3089
+ font-size: 12px;
3090
+ line-height: 1.42857143;
3091
+ color: #999999;
3092
+ }
3093
+ .dropdown-backdrop {
3094
+ position: fixed;
3095
+ left: 0;
3096
+ right: 0;
3097
+ bottom: 0;
3098
+ top: 0;
3099
+ z-index: 990;
3100
+ }
3101
+ .pull-right > .dropdown-menu {
3102
+ right: 0;
3103
+ left: auto;
3104
+ }
3105
+ .dropup .caret,
3106
+ .navbar-fixed-bottom .dropdown .caret {
3107
+ border-top: 0;
3108
+ border-bottom: 4px solid;
3109
+ content: "";
3110
+ }
3111
+ .dropup .dropdown-menu,
3112
+ .navbar-fixed-bottom .dropdown .dropdown-menu {
3113
+ top: auto;
3114
+ bottom: 100%;
3115
+ margin-bottom: 1px;
3116
+ }
3117
+ @media (min-width: 768px) {
3118
+ .navbar-right .dropdown-menu {
3119
+ left: auto;
3120
+ right: 0;
3121
+ }
3122
+ .navbar-right .dropdown-menu-left {
3123
+ left: 0;
3124
+ right: auto;
3125
+ }
3126
+ }
3127
+ .btn-group,
3128
+ .btn-group-vertical {
3129
+ position: relative;
3130
+ display: inline-block;
3131
+ vertical-align: middle;
3132
+ }
3133
+ .btn-group > .btn,
3134
+ .btn-group-vertical > .btn {
3135
+ position: relative;
3136
+ float: left;
3137
+ }
3138
+ .btn-group > .btn:hover,
3139
+ .btn-group-vertical > .btn:hover,
3140
+ .btn-group > .btn:focus,
3141
+ .btn-group-vertical > .btn:focus,
3142
+ .btn-group > .btn:active,
3143
+ .btn-group-vertical > .btn:active,
3144
+ .btn-group > .btn.active,
3145
+ .btn-group-vertical > .btn.active {
3146
+ z-index: 2;
3147
+ }
3148
+ .btn-group > .btn:focus,
3149
+ .btn-group-vertical > .btn:focus {
3150
+ outline: none;
3151
+ }
3152
+ .btn-group .btn + .btn,
3153
+ .btn-group .btn + .btn-group,
3154
+ .btn-group .btn-group + .btn,
3155
+ .btn-group .btn-group + .btn-group {
3156
+ margin-left: -1px;
3157
+ }
3158
+ .btn-toolbar {
3159
+ margin-left: -5px;
3160
+ }
3161
+ .btn-toolbar .btn-group,
3162
+ .btn-toolbar .input-group {
3163
+ float: left;
3164
+ }
3165
+ .btn-toolbar > .btn,
3166
+ .btn-toolbar > .btn-group,
3167
+ .btn-toolbar > .input-group {
3168
+ margin-left: 5px;
3169
+ }
3170
+ .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
3171
+ border-radius: 0;
3172
+ }
3173
+ .btn-group > .btn:first-child {
3174
+ margin-left: 0;
3175
+ }
3176
+ .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
3177
+ border-bottom-right-radius: 0;
3178
+ border-top-right-radius: 0;
3179
+ }
3180
+ .btn-group > .btn:last-child:not(:first-child),
3181
+ .btn-group > .dropdown-toggle:not(:first-child) {
3182
+ border-bottom-left-radius: 0;
3183
+ border-top-left-radius: 0;
3184
+ }
3185
+ .btn-group > .btn-group {
3186
+ float: left;
3187
+ }
3188
+ .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
3189
+ border-radius: 0;
3190
+ }
3191
+ .btn-group > .btn-group:first-child > .btn:last-child,
3192
+ .btn-group > .btn-group:first-child > .dropdown-toggle {
3193
+ border-bottom-right-radius: 0;
3194
+ border-top-right-radius: 0;
3195
+ }
3196
+ .btn-group > .btn-group:last-child > .btn:first-child {
3197
+ border-bottom-left-radius: 0;
3198
+ border-top-left-radius: 0;
3199
+ }
3200
+ .btn-group .dropdown-toggle:active,
3201
+ .btn-group.open .dropdown-toggle {
3202
+ outline: 0;
3203
+ }
3204
+ .btn-group > .btn + .dropdown-toggle {
3205
+ padding-left: 8px;
3206
+ padding-right: 8px;
3207
+ }
3208
+ .btn-group > .btn-lg + .dropdown-toggle {
3209
+ padding-left: 12px;
3210
+ padding-right: 12px;
3211
+ }
3212
+ .btn-group.open .dropdown-toggle {
3213
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3214
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3215
+ }
3216
+ .btn-group.open .dropdown-toggle.btn-link {
3217
+ -webkit-box-shadow: none;
3218
+ box-shadow: none;
3219
+ }
3220
+ .btn .caret {
3221
+ margin-left: 0;
3222
+ }
3223
+ .btn-lg .caret {
3224
+ border-width: 5px 5px 0;
3225
+ border-bottom-width: 0;
3226
+ }
3227
+ .dropup .btn-lg .caret {
3228
+ border-width: 0 5px 5px;
3229
+ }
3230
+ .btn-group-vertical > .btn,
3231
+ .btn-group-vertical > .btn-group,
3232
+ .btn-group-vertical > .btn-group > .btn {
3233
+ display: block;
3234
+ float: none;
3235
+ width: 100%;
3236
+ max-width: 100%;
3237
+ }
3238
+ .btn-group-vertical > .btn-group > .btn {
3239
+ float: none;
3240
+ }
3241
+ .btn-group-vertical > .btn + .btn,
3242
+ .btn-group-vertical > .btn + .btn-group,
3243
+ .btn-group-vertical > .btn-group + .btn,
3244
+ .btn-group-vertical > .btn-group + .btn-group {
3245
+ margin-top: -1px;
3246
+ margin-left: 0;
3247
+ }
3248
+ .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3249
+ border-radius: 0;
3250
+ }
3251
+ .btn-group-vertical > .btn:first-child:not(:last-child) {
3252
+ border-top-right-radius: 4px;
3253
+ border-bottom-right-radius: 0;
3254
+ border-bottom-left-radius: 0;
3255
+ }
3256
+ .btn-group-vertical > .btn:last-child:not(:first-child) {
3257
+ border-bottom-left-radius: 4px;
3258
+ border-top-right-radius: 0;
3259
+ border-top-left-radius: 0;
3260
+ }
3261
+ .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3262
+ border-radius: 0;
3263
+ }
3264
+ .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
3265
+ .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3266
+ border-bottom-right-radius: 0;
3267
+ border-bottom-left-radius: 0;
3268
+ }
3269
+ .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
3270
+ border-top-right-radius: 0;
3271
+ border-top-left-radius: 0;
3272
+ }
3273
+ .btn-group-justified {
3274
+ display: table;
3275
+ width: 100%;
3276
+ table-layout: fixed;
3277
+ border-collapse: separate;
3278
+ }
3279
+ .btn-group-justified > .btn,
3280
+ .btn-group-justified > .btn-group {
3281
+ float: none;
3282
+ display: table-cell;
3283
+ width: 1%;
3284
+ }
3285
+ .btn-group-justified > .btn-group .btn {
3286
+ width: 100%;
3287
+ }
3288
+ [data-toggle="buttons"] > .btn > input[type="radio"],
3289
+ [data-toggle="buttons"] > .btn > input[type="checkbox"] {
3290
+ display: none;
3291
+ }
3292
+ .input-group {
3293
+ position: relative;
3294
+ display: table;
3295
+ border-collapse: separate;
3296
+ }
3297
+ .input-group[class*="col-"] {
3298
+ float: none;
3299
+ padding-left: 0;
3300
+ padding-right: 0;
3301
+ }
3302
+ .input-group .form-control {
3303
+ position: relative;
3304
+ z-index: 2;
3305
+ float: left;
3306
+ width: 100%;
3307
+ margin-bottom: 0;
3308
+ }
3309
+ .input-group-lg > .form-control,
3310
+ .input-group-lg > .input-group-addon,
3311
+ .input-group-lg > .input-group-btn > .btn {
3312
+ height: 46px;
3313
+ padding: 10px 16px;
3314
+ font-size: 18px;
3315
+ line-height: 1.33;
3316
+ border-radius: 6px;
3317
+ }
3318
+ select.input-group-lg > .form-control,
3319
+ select.input-group-lg > .input-group-addon,
3320
+ select.input-group-lg > .input-group-btn > .btn {
3321
+ height: 46px;
3322
+ line-height: 46px;
3323
+ }
3324
+ textarea.input-group-lg > .form-control,
3325
+ textarea.input-group-lg > .input-group-addon,
3326
+ textarea.input-group-lg > .input-group-btn > .btn,
3327
+ select[multiple].input-group-lg > .form-control,
3328
+ select[multiple].input-group-lg > .input-group-addon,
3329
+ select[multiple].input-group-lg > .input-group-btn > .btn {
3330
+ height: auto;
3331
+ }
3332
+ .input-group-sm > .form-control,
3333
+ .input-group-sm > .input-group-addon,
3334
+ .input-group-sm > .input-group-btn > .btn {
3335
+ height: 30px;
3336
+ padding: 5px 10px;
3337
+ font-size: 12px;
3338
+ line-height: 1.5;
3339
+ border-radius: 3px;
3340
+ }
3341
+ select.input-group-sm > .form-control,
3342
+ select.input-group-sm > .input-group-addon,
3343
+ select.input-group-sm > .input-group-btn > .btn {
3344
+ height: 30px;
3345
+ line-height: 30px;
3346
+ }
3347
+ textarea.input-group-sm > .form-control,
3348
+ textarea.input-group-sm > .input-group-addon,
3349
+ textarea.input-group-sm > .input-group-btn > .btn,
3350
+ select[multiple].input-group-sm > .form-control,
3351
+ select[multiple].input-group-sm > .input-group-addon,
3352
+ select[multiple].input-group-sm > .input-group-btn > .btn {
3353
+ height: auto;
3354
+ }
3355
+ .input-group-addon,
3356
+ .input-group-btn,
3357
+ .input-group .form-control {
3358
+ display: table-cell;
3359
+ }
3360
+ .input-group-addon:not(:first-child):not(:last-child),
3361
+ .input-group-btn:not(:first-child):not(:last-child),
3362
+ .input-group .form-control:not(:first-child):not(:last-child) {
3363
+ border-radius: 0;
3364
+ }
3365
+ .input-group-addon,
3366
+ .input-group-btn {
3367
+ width: 1%;
3368
+ white-space: nowrap;
3369
+ vertical-align: middle;
3370
+ }
3371
+ .input-group-addon {
3372
+ padding: 6px 12px;
3373
+ font-size: 14px;
3374
+ font-weight: normal;
3375
+ line-height: 1;
3376
+ color: #555555;
3377
+ text-align: center;
3378
+ background-color: #eeeeee;
3379
+ border: 1px solid #cccccc;
3380
+ border-radius: 4px;
3381
+ }
3382
+ .input-group-addon.input-sm {
3383
+ padding: 5px 10px;
3384
+ font-size: 12px;
3385
+ border-radius: 3px;
3386
+ }
3387
+ .input-group-addon.input-lg {
3388
+ padding: 10px 16px;
3389
+ font-size: 18px;
3390
+ border-radius: 6px;
3391
+ }
3392
+ .input-group-addon input[type="radio"],
3393
+ .input-group-addon input[type="checkbox"] {
3394
+ margin-top: 0;
3395
+ }
3396
+ .input-group .form-control:first-child,
3397
+ .input-group-addon:first-child,
3398
+ .input-group-btn:first-child > .btn,
3399
+ .input-group-btn:first-child > .btn-group > .btn,
3400
+ .input-group-btn:first-child > .dropdown-toggle,
3401
+ .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
3402
+ .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
3403
+ border-bottom-right-radius: 0;
3404
+ border-top-right-radius: 0;
3405
+ }
3406
+ .input-group-addon:first-child {
3407
+ border-right: 0;
3408
+ }
3409
+ .input-group .form-control:last-child,
3410
+ .input-group-addon:last-child,
3411
+ .input-group-btn:last-child > .btn,
3412
+ .input-group-btn:last-child > .btn-group > .btn,
3413
+ .input-group-btn:last-child > .dropdown-toggle,
3414
+ .input-group-btn:first-child > .btn:not(:first-child),
3415
+ .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
3416
+ border-bottom-left-radius: 0;
3417
+ border-top-left-radius: 0;
3418
+ }
3419
+ .input-group-addon:last-child {
3420
+ border-left: 0;
3421
+ }
3422
+ .input-group-btn {
3423
+ position: relative;
3424
+ font-size: 0;
3425
+ white-space: nowrap;
3426
+ }
3427
+ .input-group-btn > .btn {
3428
+ position: relative;
3429
+ }
3430
+ .input-group-btn > .btn + .btn {
3431
+ margin-left: -1px;
3432
+ }
3433
+ .input-group-btn > .btn:hover,
3434
+ .input-group-btn > .btn:focus,
3435
+ .input-group-btn > .btn:active {
3436
+ z-index: 2;
3437
+ }
3438
+ .input-group-btn:first-child > .btn,
3439
+ .input-group-btn:first-child > .btn-group {
3440
+ margin-right: -1px;
3441
+ }
3442
+ .input-group-btn:last-child > .btn,
3443
+ .input-group-btn:last-child > .btn-group {
3444
+ margin-left: -1px;
3445
+ }
3446
+ .nav {
3447
+ margin-bottom: 0;
3448
+ padding-left: 0;
3449
+ list-style: none;
3450
+ }
3451
+ .nav > li {
3452
+ position: relative;
3453
+ display: block;
3454
+ }
3455
+ .nav > li > a {
3456
+ position: relative;
3457
+ display: block;
3458
+ padding: 10px 15px;
3459
+ }
3460
+ .nav > li > a:hover,
3461
+ .nav > li > a:focus {
3462
+ text-decoration: none;
3463
+ background-color: #eeeeee;
3464
+ }
3465
+ .nav > li.disabled > a {
3466
+ color: #999999;
3467
+ }
3468
+ .nav > li.disabled > a:hover,
3469
+ .nav > li.disabled > a:focus {
3470
+ color: #999999;
3471
+ text-decoration: none;
3472
+ background-color: transparent;
3473
+ cursor: not-allowed;
3474
+ }
3475
+ .nav .open > a,
3476
+ .nav .open > a:hover,
3477
+ .nav .open > a:focus {
3478
+ background-color: #eeeeee;
3479
+ border-color: #428bca;
3480
+ }
3481
+ .nav .nav-divider {
3482
+ height: 1px;
3483
+ margin: 9px 0;
3484
+ overflow: hidden;
3485
+ background-color: #e5e5e5;
3486
+ }
3487
+ .nav > li > a > img {
3488
+ max-width: none;
3489
+ }
3490
+ .nav-tabs {
3491
+ border-bottom: 1px solid #dddddd;
3492
+ }
3493
+ .nav-tabs > li {
3494
+ float: left;
3495
+ margin-bottom: -1px;
3496
+ }
3497
+ .nav-tabs > li > a {
3498
+ margin-right: 2px;
3499
+ line-height: 1.42857143;
3500
+ border: 1px solid transparent;
3501
+ border-radius: 4px 4px 0 0;
3502
+ }
3503
+ .nav-tabs > li > a:hover {
3504
+ border-color: #eeeeee #eeeeee #dddddd;
3505
+ }
3506
+ .nav-tabs > li.active > a,
3507
+ .nav-tabs > li.active > a:hover,
3508
+ .nav-tabs > li.active > a:focus {
3509
+ color: #555555;
3510
+ background-color: #ffffff;
3511
+ border: 1px solid #dddddd;
3512
+ border-bottom-color: transparent;
3513
+ cursor: default;
3514
+ }
3515
+ .nav-tabs.nav-justified {
3516
+ width: 100%;
3517
+ border-bottom: 0;
3518
+ }
3519
+ .nav-tabs.nav-justified > li {
3520
+ float: none;
3521
+ }
3522
+ .nav-tabs.nav-justified > li > a {
3523
+ text-align: center;
3524
+ margin-bottom: 5px;
3525
+ }
3526
+ .nav-tabs.nav-justified > .dropdown .dropdown-menu {
3527
+ top: auto;
3528
+ left: auto;
3529
+ }
3530
+ @media (min-width: 768px) {
3531
+ .nav-tabs.nav-justified > li {
3532
+ display: table-cell;
3533
+ width: 1%;
3534
+ }
3535
+ .nav-tabs.nav-justified > li > a {
3536
+ margin-bottom: 0;
3537
+ }
3538
+ }
3539
+ .nav-tabs.nav-justified > li > a {
3540
+ margin-right: 0;
3541
+ border-radius: 4px;
3542
+ }
3543
+ .nav-tabs.nav-justified > .active > a,
3544
+ .nav-tabs.nav-justified > .active > a:hover,
3545
+ .nav-tabs.nav-justified > .active > a:focus {
3546
+ border: 1px solid #dddddd;
3547
+ }
3548
+ @media (min-width: 768px) {
3549
+ .nav-tabs.nav-justified > li > a {
3550
+ border-bottom: 1px solid #dddddd;
3551
+ border-radius: 4px 4px 0 0;
3552
+ }
3553
+ .nav-tabs.nav-justified > .active > a,
3554
+ .nav-tabs.nav-justified > .active > a:hover,
3555
+ .nav-tabs.nav-justified > .active > a:focus {
3556
+ border-bottom-color: #ffffff;
3557
+ }
3558
+ }
3559
+ .nav-pills > li {
3560
+ float: left;
3561
+ }
3562
+ .nav-pills > li > a {
3563
+ border-radius: 4px;
3564
+ }
3565
+ .nav-pills > li + li {
3566
+ margin-left: 2px;
3567
+ }
3568
+ .nav-pills > li.active > a,
3569
+ .nav-pills > li.active > a:hover,
3570
+ .nav-pills > li.active > a:focus {
3571
+ color: #ffffff;
3572
+ background-color: #428bca;
3573
+ }
3574
+ .nav-stacked > li {
3575
+ float: none;
3576
+ }
3577
+ .nav-stacked > li + li {
3578
+ margin-top: 2px;
3579
+ margin-left: 0;
3580
+ }
3581
+ .nav-justified {
3582
+ width: 100%;
3583
+ }
3584
+ .nav-justified > li {
3585
+ float: none;
3586
+ }
3587
+ .nav-justified > li > a {
3588
+ text-align: center;
3589
+ margin-bottom: 5px;
3590
+ }
3591
+ .nav-justified > .dropdown .dropdown-menu {
3592
+ top: auto;
3593
+ left: auto;
3594
+ }
3595
+ @media (min-width: 768px) {
3596
+ .nav-justified > li {
3597
+ display: table-cell;
3598
+ width: 1%;
3599
+ }
3600
+ .nav-justified > li > a {
3601
+ margin-bottom: 0;
3602
+ }
3603
+ }
3604
+ .nav-tabs-justified {
3605
+ border-bottom: 0;
3606
+ }
3607
+ .nav-tabs-justified > li > a {
3608
+ margin-right: 0;
3609
+ border-radius: 4px;
3610
+ }
3611
+ .nav-tabs-justified > .active > a,
3612
+ .nav-tabs-justified > .active > a:hover,
3613
+ .nav-tabs-justified > .active > a:focus {
3614
+ border: 1px solid #dddddd;
3615
+ }
3616
+ @media (min-width: 768px) {
3617
+ .nav-tabs-justified > li > a {
3618
+ border-bottom: 1px solid #dddddd;
3619
+ border-radius: 4px 4px 0 0;
3620
+ }
3621
+ .nav-tabs-justified > .active > a,
3622
+ .nav-tabs-justified > .active > a:hover,
3623
+ .nav-tabs-justified > .active > a:focus {
3624
+ border-bottom-color: #ffffff;
3625
+ }
3626
+ }
3627
+ .tab-content > .tab-pane {
3628
+ display: none;
3629
+ }
3630
+ .tab-content > .active {
3631
+ display: block;
3632
+ }
3633
+ .nav-tabs .dropdown-menu {
3634
+ margin-top: -1px;
3635
+ border-top-right-radius: 0;
3636
+ border-top-left-radius: 0;
3637
+ }
3638
+ .navbar {
3639
+ position: relative;
3640
+ min-height: 50px;
3641
+ margin-bottom: 20px;
3642
+ border: 1px solid transparent;
3643
+ }
3644
+ @media (min-width: 768px) {
3645
+ .navbar {
3646
+ border-radius: 4px;
3647
+ }
3648
+ }
3649
+ @media (min-width: 768px) {
3650
+ .navbar-header {
3651
+ float: left;
3652
+ }
3653
+ }
3654
+ .navbar-collapse {
3655
+ max-height: 340px;
3656
+ overflow-x: visible;
3657
+ padding-right: 15px;
3658
+ padding-left: 15px;
3659
+ border-top: 1px solid transparent;
3660
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
3661
+ -webkit-overflow-scrolling: touch;
3662
+ }
3663
+ .navbar-collapse.in {
3664
+ overflow-y: auto;
3665
+ }
3666
+ @media (min-width: 768px) {
3667
+ .navbar-collapse {
3668
+ width: auto;
3669
+ border-top: 0;
3670
+ box-shadow: none;
3671
+ }
3672
+ .navbar-collapse.collapse {
3673
+ display: block !important;
3674
+ height: auto !important;
3675
+ padding-bottom: 0;
3676
+ overflow: visible !important;
3677
+ }
3678
+ .navbar-collapse.in {
3679
+ overflow-y: visible;
3680
+ }
3681
+ .navbar-fixed-top .navbar-collapse,
3682
+ .navbar-static-top .navbar-collapse,
3683
+ .navbar-fixed-bottom .navbar-collapse {
3684
+ padding-left: 0;
3685
+ padding-right: 0;
3686
+ }
3687
+ }
3688
+ .container > .navbar-header,
3689
+ .container-fluid > .navbar-header,
3690
+ .container > .navbar-collapse,
3691
+ .container-fluid > .navbar-collapse {
3692
+ margin-right: -15px;
3693
+ margin-left: -15px;
3694
+ }
3695
+ @media (min-width: 768px) {
3696
+ .container > .navbar-header,
3697
+ .container-fluid > .navbar-header,
3698
+ .container > .navbar-collapse,
3699
+ .container-fluid > .navbar-collapse {
3700
+ margin-right: 0;
3701
+ margin-left: 0;
3702
+ }
3703
+ }
3704
+ .navbar-static-top {
3705
+ z-index: 1000;
3706
+ border-width: 0 0 1px;
3707
+ }
3708
+ @media (min-width: 768px) {
3709
+ .navbar-static-top {
3710
+ border-radius: 0;
3711
+ }
3712
+ }
3713
+ .navbar-fixed-top,
3714
+ .navbar-fixed-bottom {
3715
+ position: fixed;
3716
+ right: 0;
3717
+ left: 0;
3718
+ z-index: 1030;
3719
+ }
3720
+ @media (min-width: 768px) {
3721
+ .navbar-fixed-top,
3722
+ .navbar-fixed-bottom {
3723
+ border-radius: 0;
3724
+ }
3725
+ }
3726
+ .navbar-fixed-top {
3727
+ top: 0;
3728
+ border-width: 0 0 1px;
3729
+ }
3730
+ .navbar-fixed-bottom {
3731
+ bottom: 0;
3732
+ margin-bottom: 0;
3733
+ border-width: 1px 0 0;
3734
+ }
3735
+ .navbar-brand {
3736
+ float: left;
3737
+ padding: 15px 15px;
3738
+ font-size: 18px;
3739
+ line-height: 20px;
3740
+ height: 50px;
3741
+ }
3742
+ .navbar-brand:hover,
3743
+ .navbar-brand:focus {
3744
+ text-decoration: none;
3745
+ }
3746
+ @media (min-width: 768px) {
3747
+ .navbar > .container .navbar-brand,
3748
+ .navbar > .container-fluid .navbar-brand {
3749
+ margin-left: -15px;
3750
+ }
3751
+ }
3752
+ .navbar-toggle {
3753
+ position: relative;
3754
+ float: right;
3755
+ margin-right: 15px;
3756
+ padding: 9px 10px;
3757
+ margin-top: 8px;
3758
+ margin-bottom: 8px;
3759
+ background-color: transparent;
3760
+ background-image: none;
3761
+ border: 1px solid transparent;
3762
+ border-radius: 4px;
3763
+ }
3764
+ .navbar-toggle:focus {
3765
+ outline: none;
3766
+ }
3767
+ .navbar-toggle .icon-bar {
3768
+ display: block;
3769
+ width: 22px;
3770
+ height: 2px;
3771
+ border-radius: 1px;
3772
+ }
3773
+ .navbar-toggle .icon-bar + .icon-bar {
3774
+ margin-top: 4px;
3775
+ }
3776
+ @media (min-width: 768px) {
3777
+ .navbar-toggle {
3778
+ display: none;
3779
+ }
3780
+ }
3781
+ .navbar-nav {
3782
+ margin: 7.5px -15px;
3783
+ }
3784
+ .navbar-nav > li > a {
3785
+ padding-top: 10px;
3786
+ padding-bottom: 10px;
3787
+ line-height: 20px;
3788
+ }
3789
+ @media (max-width: 767px) {
3790
+ .navbar-nav .open .dropdown-menu {
3791
+ position: static;
3792
+ float: none;
3793
+ width: auto;
3794
+ margin-top: 0;
3795
+ background-color: transparent;
3796
+ border: 0;
3797
+ box-shadow: none;
3798
+ }
3799
+ .navbar-nav .open .dropdown-menu > li > a,
3800
+ .navbar-nav .open .dropdown-menu .dropdown-header {
3801
+ padding: 5px 15px 5px 25px;
3802
+ }
3803
+ .navbar-nav .open .dropdown-menu > li > a {
3804
+ line-height: 20px;
3805
+ }
3806
+ .navbar-nav .open .dropdown-menu > li > a:hover,
3807
+ .navbar-nav .open .dropdown-menu > li > a:focus {
3808
+ background-image: none;
3809
+ }
3810
+ }
3811
+ @media (min-width: 768px) {
3812
+ .navbar-nav {
3813
+ float: left;
3814
+ margin: 0;
3815
+ }
3816
+ .navbar-nav > li {
3817
+ float: left;
3818
+ }
3819
+ .navbar-nav > li > a {
3820
+ padding-top: 15px;
3821
+ padding-bottom: 15px;
3822
+ }
3823
+ .navbar-nav.navbar-right:last-child {
3824
+ margin-right: -15px;
3825
+ }
3826
+ }
3827
+ @media (min-width: 768px) {
3828
+ .navbar-left {
3829
+ float: left !important;
3830
+ }
3831
+ .navbar-right {
3832
+ float: right !important;
3833
+ }
3834
+ }
3835
+ .navbar-form {
3836
+ margin-left: -15px;
3837
+ margin-right: -15px;
3838
+ padding: 10px 15px;
3839
+ border-top: 1px solid transparent;
3840
+ border-bottom: 1px solid transparent;
3841
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
3842
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
3843
+ margin-top: 8px;
3844
+ margin-bottom: 8px;
3845
+ }
3846
+ @media (min-width: 768px) {
3847
+ .navbar-form .form-group {
3848
+ display: inline-block;
3849
+ margin-bottom: 0;
3850
+ vertical-align: middle;
3851
+ }
3852
+ .navbar-form .form-control {
3853
+ display: inline-block;
3854
+ width: auto;
3855
+ vertical-align: middle;
3856
+ }
3857
+ .navbar-form .input-group > .form-control {
3858
+ width: 100%;
3859
+ }
3860
+ .navbar-form .control-label {
3861
+ margin-bottom: 0;
3862
+ vertical-align: middle;
3863
+ }
3864
+ .navbar-form .radio,
3865
+ .navbar-form .checkbox {
3866
+ display: inline-block;
3867
+ margin-top: 0;
3868
+ margin-bottom: 0;
3869
+ padding-left: 0;
3870
+ vertical-align: middle;
3871
+ }
3872
+ .navbar-form .radio input[type="radio"],
3873
+ .navbar-form .checkbox input[type="checkbox"] {
3874
+ float: none;
3875
+ margin-left: 0;
3876
+ }
3877
+ .navbar-form .has-feedback .form-control-feedback {
3878
+ top: 0;
3879
+ }
3880
+ }
3881
+ @media (max-width: 767px) {
3882
+ .navbar-form .form-group {
3883
+ margin-bottom: 5px;
3884
+ }
3885
+ }
3886
+ @media (min-width: 768px) {
3887
+ .navbar-form {
3888
+ width: auto;
3889
+ border: 0;
3890
+ margin-left: 0;
3891
+ margin-right: 0;
3892
+ padding-top: 0;
3893
+ padding-bottom: 0;
3894
+ -webkit-box-shadow: none;
3895
+ box-shadow: none;
3896
+ }
3897
+ .navbar-form.navbar-right:last-child {
3898
+ margin-right: -15px;
3899
+ }
3900
+ }
3901
+ .navbar-nav > li > .dropdown-menu {
3902
+ margin-top: 0;
3903
+ border-top-right-radius: 0;
3904
+ border-top-left-radius: 0;
3905
+ }
3906
+ .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
3907
+ border-bottom-right-radius: 0;
3908
+ border-bottom-left-radius: 0;
3909
+ }
3910
+ .navbar-btn {
3911
+ margin-top: 8px;
3912
+ margin-bottom: 8px;
3913
+ }
3914
+ .navbar-btn.btn-sm {
3915
+ margin-top: 10px;
3916
+ margin-bottom: 10px;
3917
+ }
3918
+ .navbar-btn.btn-xs {
3919
+ margin-top: 14px;
3920
+ margin-bottom: 14px;
3921
+ }
3922
+ .navbar-text {
3923
+ margin-top: 15px;
3924
+ margin-bottom: 15px;
3925
+ }
3926
+ @media (min-width: 768px) {
3927
+ .navbar-text {
3928
+ float: left;
3929
+ margin-left: 15px;
3930
+ margin-right: 15px;
3931
+ }
3932
+ .navbar-text.navbar-right:last-child {
3933
+ margin-right: 0;
3934
+ }
3935
+ }
3936
+ .navbar-default {
3937
+ background-color: #f8f8f8;
3938
+ border-color: #e7e7e7;
3939
+ }
3940
+ .navbar-default .navbar-brand {
3941
+ color: #777777;
3942
+ }
3943
+ .navbar-default .navbar-brand:hover,
3944
+ .navbar-default .navbar-brand:focus {
3945
+ color: #5e5e5e;
3946
+ background-color: transparent;
3947
+ }
3948
+ .navbar-default .navbar-text {
3949
+ color: #777777;
3950
+ }
3951
+ .navbar-default .navbar-nav > li > a {
3952
+ color: #777777;
3953
+ }
3954
+ .navbar-default .navbar-nav > li > a:hover,
3955
+ .navbar-default .navbar-nav > li > a:focus {
3956
+ color: #333333;
3957
+ background-color: transparent;
3958
+ }
3959
+ .navbar-default .navbar-nav > .active > a,
3960
+ .navbar-default .navbar-nav > .active > a:hover,
3961
+ .navbar-default .navbar-nav > .active > a:focus {
3962
+ color: #555555;
3963
+ background-color: #e7e7e7;
3964
+ }
3965
+ .navbar-default .navbar-nav > .disabled > a,
3966
+ .navbar-default .navbar-nav > .disabled > a:hover,
3967
+ .navbar-default .navbar-nav > .disabled > a:focus {
3968
+ color: #cccccc;
3969
+ background-color: transparent;
3970
+ }
3971
+ .navbar-default .navbar-toggle {
3972
+ border-color: #dddddd;
3973
+ }
3974
+ .navbar-default .navbar-toggle:hover,
3975
+ .navbar-default .navbar-toggle:focus {
3976
+ background-color: #dddddd;
3977
+ }
3978
+ .navbar-default .navbar-toggle .icon-bar {
3979
+ background-color: #888888;
3980
+ }
3981
+ .navbar-default .navbar-collapse,
3982
+ .navbar-default .navbar-form {
3983
+ border-color: #e7e7e7;
3984
+ }
3985
+ .navbar-default .navbar-nav > .open > a,
3986
+ .navbar-default .navbar-nav > .open > a:hover,
3987
+ .navbar-default .navbar-nav > .open > a:focus {
3988
+ background-color: #e7e7e7;
3989
+ color: #555555;
3990
+ }
3991
+ @media (max-width: 767px) {
3992
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a {
3993
+ color: #777777;
3994
+ }
3995
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
3996
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
3997
+ color: #333333;
3998
+ background-color: transparent;
3999
+ }
4000
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
4001
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
4002
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
4003
+ color: #555555;
4004
+ background-color: #e7e7e7;
4005
+ }
4006
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
4007
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4008
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4009
+ color: #cccccc;
4010
+ background-color: transparent;
4011
+ }
4012
+ }
4013
+ .navbar-default .navbar-link {
4014
+ color: #777777;
4015
+ }
4016
+ .navbar-default .navbar-link:hover {
4017
+ color: #333333;
4018
+ }
4019
+ .navbar-inverse {
4020
+ background-color: #222222;
4021
+ border-color: #080808;
4022
+ }
4023
+ .navbar-inverse .navbar-brand {
4024
+ color: #999999;
4025
+ }
4026
+ .navbar-inverse .navbar-brand:hover,
4027
+ .navbar-inverse .navbar-brand:focus {
4028
+ color: #ffffff;
4029
+ background-color: transparent;
4030
+ }
4031
+ .navbar-inverse .navbar-text {
4032
+ color: #999999;
4033
+ }
4034
+ .navbar-inverse .navbar-nav > li > a {
4035
+ color: #999999;
4036
+ }
4037
+ .navbar-inverse .navbar-nav > li > a:hover,
4038
+ .navbar-inverse .navbar-nav > li > a:focus {
4039
+ color: #ffffff;
4040
+ background-color: transparent;
4041
+ }
4042
+ .navbar-inverse .navbar-nav > .active > a,
4043
+ .navbar-inverse .navbar-nav > .active > a:hover,
4044
+ .navbar-inverse .navbar-nav > .active > a:focus {
4045
+ color: #ffffff;
4046
+ background-color: #080808;
4047
+ }
4048
+ .navbar-inverse .navbar-nav > .disabled > a,
4049
+ .navbar-inverse .navbar-nav > .disabled > a:hover,
4050
+ .navbar-inverse .navbar-nav > .disabled > a:focus {
4051
+ color: #444444;
4052
+ background-color: transparent;
4053
+ }
4054
+ .navbar-inverse .navbar-toggle {
4055
+ border-color: #333333;
4056
+ }
4057
+ .navbar-inverse .navbar-toggle:hover,
4058
+ .navbar-inverse .navbar-toggle:focus {
4059
+ background-color: #333333;
4060
+ }
4061
+ .navbar-inverse .navbar-toggle .icon-bar {
4062
+ background-color: #ffffff;
4063
+ }
4064
+ .navbar-inverse .navbar-collapse,
4065
+ .navbar-inverse .navbar-form {
4066
+ border-color: #101010;
4067
+ }
4068
+ .navbar-inverse .navbar-nav > .open > a,
4069
+ .navbar-inverse .navbar-nav > .open > a:hover,
4070
+ .navbar-inverse .navbar-nav > .open > a:focus {
4071
+ background-color: #080808;
4072
+ color: #ffffff;
4073
+ }
4074
+ @media (max-width: 767px) {
4075
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
4076
+ border-color: #080808;
4077
+ }
4078
+ .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
4079
+ background-color: #080808;
4080
+ }
4081
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4082
+ color: #999999;
4083
+ }
4084
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4085
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
4086
+ color: #ffffff;
4087
+ background-color: transparent;
4088
+ }
4089
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
4090
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
4091
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
4092
+ color: #ffffff;
4093
+ background-color: #080808;
4094
+ }
4095
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
4096
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4097
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4098
+ color: #444444;
4099
+ background-color: transparent;
4100
+ }
4101
+ }
4102
+ .navbar-inverse .navbar-link {
4103
+ color: #999999;
4104
+ }
4105
+ .navbar-inverse .navbar-link:hover {
4106
+ color: #ffffff;
4107
+ }
4108
+ .breadcrumb {
4109
+ padding: 8px 15px;
4110
+ margin-bottom: 20px;
4111
+ list-style: none;
4112
+ background-color: #f5f5f5;
4113
+ border-radius: 4px;
4114
+ }
4115
+ .breadcrumb > li {
4116
+ display: inline-block;
4117
+ }
4118
+ .breadcrumb > li + li:before {
4119
+ content: "/\00a0";
4120
+ padding: 0 5px;
4121
+ color: #cccccc;
4122
+ }
4123
+ .breadcrumb > .active {
4124
+ color: #999999;
4125
+ }
4126
+ .pagination {
4127
+ display: inline-block;
4128
+ padding-left: 0;
4129
+ margin: 20px 0;
4130
+ border-radius: 4px;
4131
+ }
4132
+ .pagination > li {
4133
+ display: inline;
4134
+ }
4135
+ .pagination > li > a,
4136
+ .pagination > li > span {
4137
+ position: relative;
4138
+ float: left;
4139
+ padding: 6px 12px;
4140
+ line-height: 1.42857143;
4141
+ text-decoration: none;
4142
+ color: #428bca;
4143
+ background-color: #ffffff;
4144
+ border: 1px solid #dddddd;
4145
+ margin-left: -1px;
4146
+ }
4147
+ .pagination > li:first-child > a,
4148
+ .pagination > li:first-child > span {
4149
+ margin-left: 0;
4150
+ border-bottom-left-radius: 4px;
4151
+ border-top-left-radius: 4px;
4152
+ }
4153
+ .pagination > li:last-child > a,
4154
+ .pagination > li:last-child > span {
4155
+ border-bottom-right-radius: 4px;
4156
+ border-top-right-radius: 4px;
4157
+ }
4158
+ .pagination > li > a:hover,
4159
+ .pagination > li > span:hover,
4160
+ .pagination > li > a:focus,
4161
+ .pagination > li > span:focus {
4162
+ color: #2a6496;
4163
+ background-color: #eeeeee;
4164
+ border-color: #dddddd;
4165
+ }
4166
+ .pagination > .active > a,
4167
+ .pagination > .active > span,
4168
+ .pagination > .active > a:hover,
4169
+ .pagination > .active > span:hover,
4170
+ .pagination > .active > a:focus,
4171
+ .pagination > .active > span:focus {
4172
+ z-index: 2;
4173
+ color: #ffffff;
4174
+ background-color: #428bca;
4175
+ border-color: #428bca;
4176
+ cursor: default;
4177
+ }
4178
+ .pagination > .disabled > span,
4179
+ .pagination > .disabled > span:hover,
4180
+ .pagination > .disabled > span:focus,
4181
+ .pagination > .disabled > a,
4182
+ .pagination > .disabled > a:hover,
4183
+ .pagination > .disabled > a:focus {
4184
+ color: #999999;
4185
+ background-color: #ffffff;
4186
+ border-color: #dddddd;
4187
+ cursor: not-allowed;
4188
+ }
4189
+ .pagination-lg > li > a,
4190
+ .pagination-lg > li > span {
4191
+ padding: 10px 16px;
4192
+ font-size: 18px;
4193
+ }
4194
+ .pagination-lg > li:first-child > a,
4195
+ .pagination-lg > li:first-child > span {
4196
+ border-bottom-left-radius: 6px;
4197
+ border-top-left-radius: 6px;
4198
+ }
4199
+ .pagination-lg > li:last-child > a,
4200
+ .pagination-lg > li:last-child > span {
4201
+ border-bottom-right-radius: 6px;
4202
+ border-top-right-radius: 6px;
4203
+ }
4204
+ .pagination-sm > li > a,
4205
+ .pagination-sm > li > span {
4206
+ padding: 5px 10px;
4207
+ font-size: 12px;
4208
+ }
4209
+ .pagination-sm > li:first-child > a,
4210
+ .pagination-sm > li:first-child > span {
4211
+ border-bottom-left-radius: 3px;
4212
+ border-top-left-radius: 3px;
4213
+ }
4214
+ .pagination-sm > li:last-child > a,
4215
+ .pagination-sm > li:last-child > span {
4216
+ border-bottom-right-radius: 3px;
4217
+ border-top-right-radius: 3px;
4218
+ }
4219
+ .pager {
4220
+ padding-left: 0;
4221
+ margin: 20px 0;
4222
+ list-style: none;
4223
+ text-align: center;
4224
+ }
4225
+ .pager li {
4226
+ display: inline;
4227
+ }
4228
+ .pager li > a,
4229
+ .pager li > span {
4230
+ display: inline-block;
4231
+ padding: 5px 14px;
4232
+ background-color: #ffffff;
4233
+ border: 1px solid #dddddd;
4234
+ border-radius: 15px;
4235
+ }
4236
+ .pager li > a:hover,
4237
+ .pager li > a:focus {
4238
+ text-decoration: none;
4239
+ background-color: #eeeeee;
4240
+ }
4241
+ .pager .next > a,
4242
+ .pager .next > span {
4243
+ float: right;
4244
+ }
4245
+ .pager .previous > a,
4246
+ .pager .previous > span {
4247
+ float: left;
4248
+ }
4249
+ .pager .disabled > a,
4250
+ .pager .disabled > a:hover,
4251
+ .pager .disabled > a:focus,
4252
+ .pager .disabled > span {
4253
+ color: #999999;
4254
+ background-color: #ffffff;
4255
+ cursor: not-allowed;
4256
+ }
4257
+ .label {
4258
+ display: inline;
4259
+ padding: .2em .6em .3em;
4260
+ font-size: 75%;
4261
+ font-weight: bold;
4262
+ line-height: 1;
4263
+ color: #ffffff;
4264
+ text-align: center;
4265
+ white-space: nowrap;
4266
+ vertical-align: baseline;
4267
+ border-radius: .25em;
4268
+ }
4269
+ .label[href]:hover,
4270
+ .label[href]:focus {
4271
+ color: #ffffff;
4272
+ text-decoration: none;
4273
+ cursor: pointer;
4274
+ }
4275
+ .label:empty {
4276
+ display: none;
4277
+ }
4278
+ .btn .label {
4279
+ position: relative;
4280
+ top: -1px;
4281
+ }
4282
+ .label-default {
4283
+ background-color: #999999;
4284
+ }
4285
+ .label-default[href]:hover,
4286
+ .label-default[href]:focus {
4287
+ background-color: #808080;
4288
+ }
4289
+ .label-primary {
4290
+ background-color: #428bca;
4291
+ }
4292
+ .label-primary[href]:hover,
4293
+ .label-primary[href]:focus {
4294
+ background-color: #3071a9;
4295
+ }
4296
+ .label-success {
4297
+ background-color: #5cb85c;
4298
+ }
4299
+ .label-success[href]:hover,
4300
+ .label-success[href]:focus {
4301
+ background-color: #449d44;
4302
+ }
4303
+ .label-info {
4304
+ background-color: #5bc0de;
4305
+ }
4306
+ .label-info[href]:hover,
4307
+ .label-info[href]:focus {
4308
+ background-color: #31b0d5;
4309
+ }
4310
+ .label-warning {
4311
+ background-color: #f0ad4e;
4312
+ }
4313
+ .label-warning[href]:hover,
4314
+ .label-warning[href]:focus {
4315
+ background-color: #ec971f;
4316
+ }
4317
+ .label-danger {
4318
+ background-color: #d9534f;
4319
+ }
4320
+ .label-danger[href]:hover,
4321
+ .label-danger[href]:focus {
4322
+ background-color: #c9302c;
4323
+ }
4324
+ .badge {
4325
+ display: inline-block;
4326
+ min-width: 10px;
4327
+ padding: 3px 7px;
4328
+ font-size: 12px;
4329
+ font-weight: bold;
4330
+ color: #ffffff;
4331
+ line-height: 1;
4332
+ vertical-align: baseline;
4333
+ white-space: nowrap;
4334
+ text-align: center;
4335
+ background-color: #999999;
4336
+ border-radius: 10px;
4337
+ }
4338
+ .badge:empty {
4339
+ display: none;
4340
+ }
4341
+ .btn .badge {
4342
+ position: relative;
4343
+ top: -1px;
4344
+ }
4345
+ .btn-xs .badge {
4346
+ top: 0;
4347
+ padding: 1px 5px;
4348
+ }
4349
+ a.badge:hover,
4350
+ a.badge:focus {
4351
+ color: #ffffff;
4352
+ text-decoration: none;
4353
+ cursor: pointer;
4354
+ }
4355
+ a.list-group-item.active > .badge,
4356
+ .nav-pills > .active > a > .badge {
4357
+ color: #428bca;
4358
+ background-color: #ffffff;
4359
+ }
4360
+ .nav-pills > li > a > .badge {
4361
+ margin-left: 3px;
4362
+ }
4363
+ .jumbotron {
4364
+ padding: 30px;
4365
+ margin-bottom: 30px;
4366
+ color: inherit;
4367
+ background-color: #eeeeee;
4368
+ }
4369
+ .jumbotron h1,
4370
+ .jumbotron .h1 {
4371
+ color: inherit;
4372
+ }
4373
+ .jumbotron p {
4374
+ margin-bottom: 15px;
4375
+ font-size: 21px;
4376
+ font-weight: 200;
4377
+ }
4378
+ .container .jumbotron {
4379
+ border-radius: 6px;
4380
+ }
4381
+ .jumbotron .container {
4382
+ max-width: 100%;
4383
+ }
4384
+ @media screen and (min-width: 768px) {
4385
+ .jumbotron {
4386
+ padding-top: 48px;
4387
+ padding-bottom: 48px;
4388
+ }
4389
+ .container .jumbotron {
4390
+ padding-left: 60px;
4391
+ padding-right: 60px;
4392
+ }
4393
+ .jumbotron h1,
4394
+ .jumbotron .h1 {
4395
+ font-size: 63px;
4396
+ }
4397
+ }
4398
+ .thumbnail {
4399
+ display: block;
4400
+ padding: 4px;
4401
+ margin-bottom: 20px;
4402
+ line-height: 1.42857143;
4403
+ background-color: #ffffff;
4404
+ border: 1px solid #dddddd;
4405
+ border-radius: 4px;
4406
+ -webkit-transition: all 0.2s ease-in-out;
4407
+ transition: all 0.2s ease-in-out;
4408
+ }
4409
+ .thumbnail > img,
4410
+ .thumbnail a > img {
4411
+ margin-left: auto;
4412
+ margin-right: auto;
4413
+ }
4414
+ a.thumbnail:hover,
4415
+ a.thumbnail:focus,
4416
+ a.thumbnail.active {
4417
+ border-color: #428bca;
4418
+ }
4419
+ .thumbnail .caption {
4420
+ padding: 9px;
4421
+ color: #333333;
4422
+ }
4423
+ .alert {
4424
+ padding: 15px;
4425
+ margin-bottom: 20px;
4426
+ border: 1px solid transparent;
4427
+ border-radius: 4px;
4428
+ }
4429
+ .alert h4 {
4430
+ margin-top: 0;
4431
+ color: inherit;
4432
+ }
4433
+ .alert .alert-link {
4434
+ font-weight: bold;
4435
+ }
4436
+ .alert > p,
4437
+ .alert > ul {
4438
+ margin-bottom: 0;
4439
+ }
4440
+ .alert > p + p {
4441
+ margin-top: 5px;
4442
+ }
4443
+ .alert-dismissable {
4444
+ padding-right: 35px;
4445
+ }
4446
+ .alert-dismissable .close {
4447
+ position: relative;
4448
+ top: -2px;
4449
+ right: -21px;
4450
+ color: inherit;
4451
+ }
4452
+ .alert-success {
4453
+ background-color: #dff0d8;
4454
+ border-color: #d6e9c6;
4455
+ color: #3c763d;
4456
+ }
4457
+ .alert-success hr {
4458
+ border-top-color: #c9e2b3;
4459
+ }
4460
+ .alert-success .alert-link {
4461
+ color: #2b542c;
4462
+ }
4463
+ .alert-info {
4464
+ background-color: #d9edf7;
4465
+ border-color: #bce8f1;
4466
+ color: #31708f;
4467
+ }
4468
+ .alert-info hr {
4469
+ border-top-color: #a6e1ec;
4470
+ }
4471
+ .alert-info .alert-link {
4472
+ color: #245269;
4473
+ }
4474
+ .alert-warning {
4475
+ background-color: #fcf8e3;
4476
+ border-color: #faebcc;
4477
+ color: #8a6d3b;
4478
+ }
4479
+ .alert-warning hr {
4480
+ border-top-color: #f7e1b5;
4481
+ }
4482
+ .alert-warning .alert-link {
4483
+ color: #66512c;
4484
+ }
4485
+ .alert-danger {
4486
+ background-color: #f2dede;
4487
+ border-color: #ebccd1;
4488
+ color: #a94442;
4489
+ }
4490
+ .alert-danger hr {
4491
+ border-top-color: #e4b9c0;
4492
+ }
4493
+ .alert-danger .alert-link {
4494
+ color: #843534;
4495
+ }
4496
+ @-webkit-keyframes progress-bar-stripes {
4497
+ from {
4498
+ background-position: 40px 0;
4499
+ }
4500
+ to {
4501
+ background-position: 0 0;
4502
+ }
4503
+ }
4504
+ @keyframes progress-bar-stripes {
4505
+ from {
4506
+ background-position: 40px 0;
4507
+ }
4508
+ to {
4509
+ background-position: 0 0;
4510
+ }
4511
+ }
4512
+ .progress {
4513
+ overflow: hidden;
4514
+ height: 20px;
4515
+ margin-bottom: 20px;
4516
+ background-color: #f5f5f5;
4517
+ border-radius: 4px;
4518
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
4519
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
4520
+ }
4521
+ .progress-bar {
4522
+ float: left;
4523
+ width: 0%;
4524
+ height: 100%;
4525
+ font-size: 12px;
4526
+ line-height: 20px;
4527
+ color: #ffffff;
4528
+ text-align: center;
4529
+ background-color: #428bca;
4530
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
4531
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
4532
+ -webkit-transition: width 0.6s ease;
4533
+ transition: width 0.6s ease;
4534
+ }
4535
+ .progress-striped .progress-bar {
4536
+ 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);
4537
+ 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);
4538
+ background-size: 40px 40px;
4539
+ }
4540
+ .progress.active .progress-bar {
4541
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
4542
+ animation: progress-bar-stripes 2s linear infinite;
4543
+ }
4544
+ .progress-bar-success {
4545
+ background-color: #5cb85c;
4546
+ }
4547
+ .progress-striped .progress-bar-success {
4548
+ 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);
4549
+ 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);
4550
+ }
4551
+ .progress-bar-info {
4552
+ background-color: #5bc0de;
4553
+ }
4554
+ .progress-striped .progress-bar-info {
4555
+ 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);
4556
+ 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);
4557
+ }
4558
+ .progress-bar-warning {
4559
+ background-color: #f0ad4e;
4560
+ }
4561
+ .progress-striped .progress-bar-warning {
4562
+ 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);
4563
+ 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);
4564
+ }
4565
+ .progress-bar-danger {
4566
+ background-color: #d9534f;
4567
+ }
4568
+ .progress-striped .progress-bar-danger {
4569
+ 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);
4570
+ 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);
4571
+ }
4572
+ .media,
4573
+ .media-body {
4574
+ overflow: hidden;
4575
+ zoom: 1;
4576
+ }
4577
+ .media,
4578
+ .media .media {
4579
+ margin-top: 15px;
4580
+ }
4581
+ .media:first-child {
4582
+ margin-top: 0;
4583
+ }
4584
+ .media-object {
4585
+ display: block;
4586
+ }
4587
+ .media-heading {
4588
+ margin: 0 0 5px;
4589
+ }
4590
+ .media > .pull-left {
4591
+ margin-right: 10px;
4592
+ }
4593
+ .media > .pull-right {
4594
+ margin-left: 10px;
4595
+ }
4596
+ .media-list {
4597
+ padding-left: 0;
4598
+ list-style: none;
4599
+ }
4600
+ .list-group {
4601
+ margin-bottom: 20px;
4602
+ padding-left: 0;
4603
+ }
4604
+ .list-group-item {
4605
+ position: relative;
4606
+ display: block;
4607
+ padding: 10px 15px;
4608
+ margin-bottom: -1px;
4609
+ background-color: #ffffff;
4610
+ border: 1px solid #dddddd;
4611
+ }
4612
+ .list-group-item:first-child {
4613
+ border-top-right-radius: 4px;
4614
+ border-top-left-radius: 4px;
4615
+ }
4616
+ .list-group-item:last-child {
4617
+ margin-bottom: 0;
4618
+ border-bottom-right-radius: 4px;
4619
+ border-bottom-left-radius: 4px;
4620
+ }
4621
+ .list-group-item > .badge {
4622
+ float: right;
4623
+ }
4624
+ .list-group-item > .badge + .badge {
4625
+ margin-right: 5px;
4626
+ }
4627
+ a.list-group-item {
4628
+ color: #555555;
4629
+ }
4630
+ a.list-group-item .list-group-item-heading {
4631
+ color: #333333;
4632
+ }
4633
+ a.list-group-item:hover,
4634
+ a.list-group-item:focus {
4635
+ text-decoration: none;
4636
+ background-color: #f5f5f5;
4637
+ }
4638
+ a.list-group-item.active,
4639
+ a.list-group-item.active:hover,
4640
+ a.list-group-item.active:focus {
4641
+ z-index: 2;
4642
+ color: #ffffff;
4643
+ background-color: #428bca;
4644
+ border-color: #428bca;
4645
+ }
4646
+ a.list-group-item.active .list-group-item-heading,
4647
+ a.list-group-item.active:hover .list-group-item-heading,
4648
+ a.list-group-item.active:focus .list-group-item-heading {
4649
+ color: inherit;
4650
+ }
4651
+ a.list-group-item.active .list-group-item-text,
4652
+ a.list-group-item.active:hover .list-group-item-text,
4653
+ a.list-group-item.active:focus .list-group-item-text {
4654
+ color: #e1edf7;
4655
+ }
4656
+ .list-group-item-success {
4657
+ color: #3c763d;
4658
+ background-color: #dff0d8;
4659
+ }
4660
+ a.list-group-item-success {
4661
+ color: #3c763d;
4662
+ }
4663
+ a.list-group-item-success .list-group-item-heading {
4664
+ color: inherit;
4665
+ }
4666
+ a.list-group-item-success:hover,
4667
+ a.list-group-item-success:focus {
4668
+ color: #3c763d;
4669
+ background-color: #d0e9c6;
4670
+ }
4671
+ a.list-group-item-success.active,
4672
+ a.list-group-item-success.active:hover,
4673
+ a.list-group-item-success.active:focus {
4674
+ color: #fff;
4675
+ background-color: #3c763d;
4676
+ border-color: #3c763d;
4677
+ }
4678
+ .list-group-item-info {
4679
+ color: #31708f;
4680
+ background-color: #d9edf7;
4681
+ }
4682
+ a.list-group-item-info {
4683
+ color: #31708f;
4684
+ }
4685
+ a.list-group-item-info .list-group-item-heading {
4686
+ color: inherit;
4687
+ }
4688
+ a.list-group-item-info:hover,
4689
+ a.list-group-item-info:focus {
4690
+ color: #31708f;
4691
+ background-color: #c4e3f3;
4692
+ }
4693
+ a.list-group-item-info.active,
4694
+ a.list-group-item-info.active:hover,
4695
+ a.list-group-item-info.active:focus {
4696
+ color: #fff;
4697
+ background-color: #31708f;
4698
+ border-color: #31708f;
4699
+ }
4700
+ .list-group-item-warning {
4701
+ color: #8a6d3b;
4702
+ background-color: #fcf8e3;
4703
+ }
4704
+ a.list-group-item-warning {
4705
+ color: #8a6d3b;
4706
+ }
4707
+ a.list-group-item-warning .list-group-item-heading {
4708
+ color: inherit;
4709
+ }
4710
+ a.list-group-item-warning:hover,
4711
+ a.list-group-item-warning:focus {
4712
+ color: #8a6d3b;
4713
+ background-color: #faf2cc;
4714
+ }
4715
+ a.list-group-item-warning.active,
4716
+ a.list-group-item-warning.active:hover,
4717
+ a.list-group-item-warning.active:focus {
4718
+ color: #fff;
4719
+ background-color: #8a6d3b;
4720
+ border-color: #8a6d3b;
4721
+ }
4722
+ .list-group-item-danger {
4723
+ color: #a94442;
4724
+ background-color: #f2dede;
4725
+ }
4726
+ a.list-group-item-danger {
4727
+ color: #a94442;
4728
+ }
4729
+ a.list-group-item-danger .list-group-item-heading {
4730
+ color: inherit;
4731
+ }
4732
+ a.list-group-item-danger:hover,
4733
+ a.list-group-item-danger:focus {
4734
+ color: #a94442;
4735
+ background-color: #ebcccc;
4736
+ }
4737
+ a.list-group-item-danger.active,
4738
+ a.list-group-item-danger.active:hover,
4739
+ a.list-group-item-danger.active:focus {
4740
+ color: #fff;
4741
+ background-color: #a94442;
4742
+ border-color: #a94442;
4743
+ }
4744
+ .list-group-item-heading {
4745
+ margin-top: 0;
4746
+ margin-bottom: 5px;
4747
+ }
4748
+ .list-group-item-text {
4749
+ margin-bottom: 0;
4750
+ line-height: 1.3;
4751
+ }
4752
+ .panel {
4753
+ margin-bottom: 20px;
4754
+ background-color: #ffffff;
4755
+ border: 1px solid transparent;
4756
+ border-radius: 4px;
4757
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
4758
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
4759
+ }
4760
+ .panel-body {
4761
+ padding: 15px;
4762
+ }
4763
+ .panel-heading {
4764
+ padding: 10px 15px;
4765
+ border-bottom: 1px solid transparent;
4766
+ border-top-right-radius: 3px;
4767
+ border-top-left-radius: 3px;
4768
+ }
4769
+ .panel-heading > .dropdown .dropdown-toggle {
4770
+ color: inherit;
4771
+ }
4772
+ .panel-title {
4773
+ margin-top: 0;
4774
+ margin-bottom: 0;
4775
+ font-size: 16px;
4776
+ color: inherit;
4777
+ }
4778
+ .panel-title > a {
4779
+ color: inherit;
4780
+ }
4781
+ .panel-footer {
4782
+ padding: 10px 15px;
4783
+ background-color: #f5f5f5;
4784
+ border-top: 1px solid #dddddd;
4785
+ border-bottom-right-radius: 3px;
4786
+ border-bottom-left-radius: 3px;
4787
+ }
4788
+ .panel > .list-group {
4789
+ margin-bottom: 0;
4790
+ }
4791
+ .panel > .list-group .list-group-item {
4792
+ border-width: 1px 0;
4793
+ border-radius: 0;
4794
+ }
4795
+ .panel > .list-group:first-child .list-group-item:first-child {
4796
+ border-top: 0;
4797
+ border-top-right-radius: 3px;
4798
+ border-top-left-radius: 3px;
4799
+ }
4800
+ .panel > .list-group:last-child .list-group-item:last-child {
4801
+ border-bottom: 0;
4802
+ border-bottom-right-radius: 3px;
4803
+ border-bottom-left-radius: 3px;
4804
+ }
4805
+ .panel-heading + .list-group .list-group-item:first-child {
4806
+ border-top-width: 0;
4807
+ }
4808
+ .panel > .table,
4809
+ .panel > .table-responsive > .table {
4810
+ margin-bottom: 0;
4811
+ }
4812
+ .panel > .table:first-child,
4813
+ .panel > .table-responsive:first-child > .table:first-child {
4814
+ border-top-right-radius: 3px;
4815
+ border-top-left-radius: 3px;
4816
+ }
4817
+ .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
4818
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
4819
+ .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
4820
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
4821
+ .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
4822
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
4823
+ .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
4824
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
4825
+ border-top-left-radius: 3px;
4826
+ }
4827
+ .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
4828
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
4829
+ .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
4830
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
4831
+ .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
4832
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
4833
+ .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
4834
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
4835
+ border-top-right-radius: 3px;
4836
+ }
4837
+ .panel > .table:last-child,
4838
+ .panel > .table-responsive:last-child > .table:last-child {
4839
+ border-bottom-right-radius: 3px;
4840
+ border-bottom-left-radius: 3px;
4841
+ }
4842
+ .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
4843
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
4844
+ .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
4845
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
4846
+ .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
4847
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
4848
+ .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
4849
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
4850
+ border-bottom-left-radius: 3px;
4851
+ }
4852
+ .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
4853
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
4854
+ .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
4855
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
4856
+ .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
4857
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
4858
+ .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
4859
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
4860
+ border-bottom-right-radius: 3px;
4861
+ }
4862
+ .panel > .panel-body + .table,
4863
+ .panel > .panel-body + .table-responsive {
4864
+ border-top: 1px solid #dddddd;
4865
+ }
4866
+ .panel > .table > tbody:first-child > tr:first-child th,
4867
+ .panel > .table > tbody:first-child > tr:first-child td {
4868
+ border-top: 0;
4869
+ }
4870
+ .panel > .table-bordered,
4871
+ .panel > .table-responsive > .table-bordered {
4872
+ border: 0;
4873
+ }
4874
+ .panel > .table-bordered > thead > tr > th:first-child,
4875
+ .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
4876
+ .panel > .table-bordered > tbody > tr > th:first-child,
4877
+ .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
4878
+ .panel > .table-bordered > tfoot > tr > th:first-child,
4879
+ .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
4880
+ .panel > .table-bordered > thead > tr > td:first-child,
4881
+ .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
4882
+ .panel > .table-bordered > tbody > tr > td:first-child,
4883
+ .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
4884
+ .panel > .table-bordered > tfoot > tr > td:first-child,
4885
+ .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
4886
+ border-left: 0;
4887
+ }
4888
+ .panel > .table-bordered > thead > tr > th:last-child,
4889
+ .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
4890
+ .panel > .table-bordered > tbody > tr > th:last-child,
4891
+ .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
4892
+ .panel > .table-bordered > tfoot > tr > th:last-child,
4893
+ .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
4894
+ .panel > .table-bordered > thead > tr > td:last-child,
4895
+ .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
4896
+ .panel > .table-bordered > tbody > tr > td:last-child,
4897
+ .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
4898
+ .panel > .table-bordered > tfoot > tr > td:last-child,
4899
+ .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
4900
+ border-right: 0;
4901
+ }
4902
+ .panel > .table-bordered > thead > tr:first-child > td,
4903
+ .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
4904
+ .panel > .table-bordered > tbody > tr:first-child > td,
4905
+ .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
4906
+ .panel > .table-bordered > thead > tr:first-child > th,
4907
+ .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
4908
+ .panel > .table-bordered > tbody > tr:first-child > th,
4909
+ .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
4910
+ border-bottom: 0;
4911
+ }
4912
+ .panel > .table-bordered > tbody > tr:last-child > td,
4913
+ .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
4914
+ .panel > .table-bordered > tfoot > tr:last-child > td,
4915
+ .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
4916
+ .panel > .table-bordered > tbody > tr:last-child > th,
4917
+ .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
4918
+ .panel > .table-bordered > tfoot > tr:last-child > th,
4919
+ .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
4920
+ border-bottom: 0;
4921
+ }
4922
+ .panel > .table-responsive {
4923
+ border: 0;
4924
+ margin-bottom: 0;
4925
+ }
4926
+ .panel-group {
4927
+ margin-bottom: 20px;
4928
+ }
4929
+ .panel-group .panel {
4930
+ margin-bottom: 0;
4931
+ border-radius: 4px;
4932
+ overflow: hidden;
4933
+ }
4934
+ .panel-group .panel + .panel {
4935
+ margin-top: 5px;
4936
+ }
4937
+ .panel-group .panel-heading {
4938
+ border-bottom: 0;
4939
+ }
4940
+ .panel-group .panel-heading + .panel-collapse .panel-body {
4941
+ border-top: 1px solid #dddddd;
4942
+ }
4943
+ .panel-group .panel-footer {
4944
+ border-top: 0;
4945
+ }
4946
+ .panel-group .panel-footer + .panel-collapse .panel-body {
4947
+ border-bottom: 1px solid #dddddd;
4948
+ }
4949
+ .panel-default {
4950
+ border-color: #dddddd;
4951
+ }
4952
+ .panel-default > .panel-heading {
4953
+ color: #333333;
4954
+ background-color: #f5f5f5;
4955
+ border-color: #dddddd;
4956
+ }
4957
+ .panel-default > .panel-heading + .panel-collapse .panel-body {
4958
+ border-top-color: #dddddd;
4959
+ }
4960
+ .panel-default > .panel-footer + .panel-collapse .panel-body {
4961
+ border-bottom-color: #dddddd;
4962
+ }
4963
+ .panel-primary {
4964
+ border-color: #428bca;
4965
+ }
4966
+ .panel-primary > .panel-heading {
4967
+ color: #ffffff;
4968
+ background-color: #428bca;
4969
+ border-color: #428bca;
4970
+ }
4971
+ .panel-primary > .panel-heading + .panel-collapse .panel-body {
4972
+ border-top-color: #428bca;
4973
+ }
4974
+ .panel-primary > .panel-footer + .panel-collapse .panel-body {
4975
+ border-bottom-color: #428bca;
4976
+ }
4977
+ .panel-success {
4978
+ border-color: #d6e9c6;
4979
+ }
4980
+ .panel-success > .panel-heading {
4981
+ color: #3c763d;
4982
+ background-color: #dff0d8;
4983
+ border-color: #d6e9c6;
4984
+ }
4985
+ .panel-success > .panel-heading + .panel-collapse .panel-body {
4986
+ border-top-color: #d6e9c6;
4987
+ }
4988
+ .panel-success > .panel-footer + .panel-collapse .panel-body {
4989
+ border-bottom-color: #d6e9c6;
4990
+ }
4991
+ .panel-info {
4992
+ border-color: #bce8f1;
4993
+ }
4994
+ .panel-info > .panel-heading {
4995
+ color: #31708f;
4996
+ background-color: #d9edf7;
4997
+ border-color: #bce8f1;
4998
+ }
4999
+ .panel-info > .panel-heading + .panel-collapse .panel-body {
5000
+ border-top-color: #bce8f1;
5001
+ }
5002
+ .panel-info > .panel-footer + .panel-collapse .panel-body {
5003
+ border-bottom-color: #bce8f1;
5004
+ }
5005
+ .panel-warning {
5006
+ border-color: #faebcc;
5007
+ }
5008
+ .panel-warning > .panel-heading {
5009
+ color: #8a6d3b;
5010
+ background-color: #fcf8e3;
5011
+ border-color: #faebcc;
5012
+ }
5013
+ .panel-warning > .panel-heading + .panel-collapse .panel-body {
5014
+ border-top-color: #faebcc;
5015
+ }
5016
+ .panel-warning > .panel-footer + .panel-collapse .panel-body {
5017
+ border-bottom-color: #faebcc;
5018
+ }
5019
+ .panel-danger {
5020
+ border-color: #ebccd1;
5021
+ }
5022
+ .panel-danger > .panel-heading {
5023
+ color: #a94442;
5024
+ background-color: #f2dede;
5025
+ border-color: #ebccd1;
5026
+ }
5027
+ .panel-danger > .panel-heading + .panel-collapse .panel-body {
5028
+ border-top-color: #ebccd1;
5029
+ }
5030
+ .panel-danger > .panel-footer + .panel-collapse .panel-body {
5031
+ border-bottom-color: #ebccd1;
5032
+ }
5033
+ .well {
5034
+ min-height: 20px;
5035
+ padding: 19px;
5036
+ margin-bottom: 20px;
5037
+ background-color: #f5f5f5;
5038
+ border: 1px solid #e3e3e3;
5039
+ border-radius: 4px;
5040
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5041
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5042
+ }
5043
+ .well blockquote {
5044
+ border-color: #ddd;
5045
+ border-color: rgba(0, 0, 0, 0.15);
5046
+ }
5047
+ .well-lg {
5048
+ padding: 24px;
5049
+ border-radius: 6px;
5050
+ }
5051
+ .well-sm {
5052
+ padding: 9px;
5053
+ border-radius: 3px;
5054
+ }
5055
+ .close {
5056
+ float: right;
5057
+ font-size: 21px;
5058
+ font-weight: bold;
5059
+ line-height: 1;
5060
+ color: #000000;
5061
+ text-shadow: 0 1px 0 #ffffff;
5062
+ opacity: 0.2;
5063
+ filter: alpha(opacity=20);
5064
+ }
5065
+ .close:hover,
5066
+ .close:focus {
5067
+ color: #000000;
5068
+ text-decoration: none;
5069
+ cursor: pointer;
5070
+ opacity: 0.5;
5071
+ filter: alpha(opacity=50);
5072
+ }
5073
+ button.close {
5074
+ padding: 0;
5075
+ cursor: pointer;
5076
+ background: transparent;
5077
+ border: 0;
5078
+ -webkit-appearance: none;
5079
+ }
5080
+ .modal-open {
5081
+ overflow: hidden;
5082
+ }
5083
+ .modal {
5084
+ display: none;
5085
+ overflow: auto;
5086
+ overflow-y: scroll;
5087
+ position: fixed;
5088
+ top: 0;
5089
+ right: 0;
5090
+ bottom: 0;
5091
+ left: 0;
5092
+ z-index: 1050;
5093
+ -webkit-overflow-scrolling: touch;
5094
+ outline: 0;
5095
+ }
5096
+ .modal.fade .modal-dialog {
5097
+ -webkit-transform: translate(0, -25%);
5098
+ -ms-transform: translate(0, -25%);
5099
+ transform: translate(0, -25%);
5100
+ -webkit-transition: -webkit-transform 0.3s ease-out;
5101
+ -moz-transition: -moz-transform 0.3s ease-out;
5102
+ -o-transition: -o-transform 0.3s ease-out;
5103
+ transition: transform 0.3s ease-out;
5104
+ }
5105
+ .modal.in .modal-dialog {
5106
+ -webkit-transform: translate(0, 0);
5107
+ -ms-transform: translate(0, 0);
5108
+ transform: translate(0, 0);
5109
+ }
5110
+ .modal-dialog {
5111
+ position: relative;
5112
+ width: auto;
5113
+ margin: 10px;
5114
+ }
5115
+ .modal-content {
5116
+ position: relative;
5117
+ background-color: #ffffff;
5118
+ border: 1px solid #999999;
5119
+ border: 1px solid rgba(0, 0, 0, 0.2);
5120
+ border-radius: 6px;
5121
+ -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5122
+ box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5123
+ background-clip: padding-box;
5124
+ outline: none;
5125
+ }
5126
+ .modal-backdrop {
5127
+ position: fixed;
5128
+ top: 0;
5129
+ right: 0;
5130
+ bottom: 0;
5131
+ left: 0;
5132
+ z-index: 1040;
5133
+ background-color: #000000;
5134
+ }
5135
+ .modal-backdrop.fade {
5136
+ opacity: 0;
5137
+ filter: alpha(opacity=0);
5138
+ }
5139
+ .modal-backdrop.in {
5140
+ opacity: 0.5;
5141
+ filter: alpha(opacity=50);
5142
+ }
5143
+ .modal-header {
5144
+ padding: 15px;
5145
+ border-bottom: 1px solid #e5e5e5;
5146
+ min-height: 16.42857143px;
5147
+ }
5148
+ .modal-header .close {
5149
+ margin-top: -2px;
5150
+ }
5151
+ .modal-title {
5152
+ margin: 0;
5153
+ line-height: 1.42857143;
5154
+ }
5155
+ .modal-body {
5156
+ position: relative;
5157
+ padding: 20px;
5158
+ }
5159
+ .modal-footer {
5160
+ margin-top: 15px;
5161
+ padding: 19px 20px 20px;
5162
+ text-align: right;
5163
+ border-top: 1px solid #e5e5e5;
5164
+ }
5165
+ .modal-footer .btn + .btn {
5166
+ margin-left: 5px;
5167
+ margin-bottom: 0;
5168
+ }
5169
+ .modal-footer .btn-group .btn + .btn {
5170
+ margin-left: -1px;
5171
+ }
5172
+ .modal-footer .btn-block + .btn-block {
5173
+ margin-left: 0;
5174
+ }
5175
+ @media (min-width: 768px) {
5176
+ .modal-dialog {
5177
+ width: 600px;
5178
+ margin: 30px auto;
5179
+ }
5180
+ .modal-content {
5181
+ -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
5182
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
5183
+ }
5184
+ .modal-sm {
5185
+ width: 300px;
5186
+ }
5187
+ }
5188
+ @media (min-width: 992px) {
5189
+ .modal-lg {
5190
+ width: 900px;
5191
+ }
5192
+ }
5193
+ .tooltip {
5194
+ position: absolute;
5195
+ z-index: 1030;
5196
+ display: block;
5197
+ visibility: visible;
5198
+ font-size: 12px;
5199
+ line-height: 1.4;
5200
+ opacity: 0;
5201
+ filter: alpha(opacity=0);
5202
+ }
5203
+ .tooltip.in {
5204
+ opacity: 0.9;
5205
+ filter: alpha(opacity=90);
5206
+ }
5207
+ .tooltip.top {
5208
+ margin-top: -3px;
5209
+ padding: 5px 0;
5210
+ }
5211
+ .tooltip.right {
5212
+ margin-left: 3px;
5213
+ padding: 0 5px;
5214
+ }
5215
+ .tooltip.bottom {
5216
+ margin-top: 3px;
5217
+ padding: 5px 0;
5218
+ }
5219
+ .tooltip.left {
5220
+ margin-left: -3px;
5221
+ padding: 0 5px;
5222
+ }
5223
+ .tooltip-inner {
5224
+ max-width: 200px;
5225
+ padding: 3px 8px;
5226
+ color: #ffffff;
5227
+ text-align: center;
5228
+ text-decoration: none;
5229
+ background-color: #000000;
5230
+ border-radius: 4px;
5231
+ }
5232
+ .tooltip-arrow {
5233
+ position: absolute;
5234
+ width: 0;
5235
+ height: 0;
5236
+ border-color: transparent;
5237
+ border-style: solid;
5238
+ }
5239
+ .tooltip.top .tooltip-arrow {
5240
+ bottom: 0;
5241
+ left: 50%;
5242
+ margin-left: -5px;
5243
+ border-width: 5px 5px 0;
5244
+ border-top-color: #000000;
5245
+ }
5246
+ .tooltip.top-left .tooltip-arrow {
5247
+ bottom: 0;
5248
+ left: 5px;
5249
+ border-width: 5px 5px 0;
5250
+ border-top-color: #000000;
5251
+ }
5252
+ .tooltip.top-right .tooltip-arrow {
5253
+ bottom: 0;
5254
+ right: 5px;
5255
+ border-width: 5px 5px 0;
5256
+ border-top-color: #000000;
5257
+ }
5258
+ .tooltip.right .tooltip-arrow {
5259
+ top: 50%;
5260
+ left: 0;
5261
+ margin-top: -5px;
5262
+ border-width: 5px 5px 5px 0;
5263
+ border-right-color: #000000;
5264
+ }
5265
+ .tooltip.left .tooltip-arrow {
5266
+ top: 50%;
5267
+ right: 0;
5268
+ margin-top: -5px;
5269
+ border-width: 5px 0 5px 5px;
5270
+ border-left-color: #000000;
5271
+ }
5272
+ .tooltip.bottom .tooltip-arrow {
5273
+ top: 0;
5274
+ left: 50%;
5275
+ margin-left: -5px;
5276
+ border-width: 0 5px 5px;
5277
+ border-bottom-color: #000000;
5278
+ }
5279
+ .tooltip.bottom-left .tooltip-arrow {
5280
+ top: 0;
5281
+ left: 5px;
5282
+ border-width: 0 5px 5px;
5283
+ border-bottom-color: #000000;
5284
+ }
5285
+ .tooltip.bottom-right .tooltip-arrow {
5286
+ top: 0;
5287
+ right: 5px;
5288
+ border-width: 0 5px 5px;
5289
+ border-bottom-color: #000000;
5290
+ }
5291
+ .popover {
5292
+ position: absolute;
5293
+ top: 0;
5294
+ left: 0;
5295
+ z-index: 1010;
5296
+ display: none;
5297
+ max-width: 276px;
5298
+ padding: 1px;
5299
+ text-align: left;
5300
+ background-color: #ffffff;
5301
+ background-clip: padding-box;
5302
+ border: 1px solid #cccccc;
5303
+ border: 1px solid rgba(0, 0, 0, 0.2);
5304
+ border-radius: 6px;
5305
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5306
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5307
+ white-space: normal;
5308
+ }
5309
+ .popover.top {
5310
+ margin-top: -10px;
5311
+ }
5312
+ .popover.right {
5313
+ margin-left: 10px;
5314
+ }
5315
+ .popover.bottom {
5316
+ margin-top: 10px;
5317
+ }
5318
+ .popover.left {
5319
+ margin-left: -10px;
5320
+ }
5321
+ .popover-title {
5322
+ margin: 0;
5323
+ padding: 8px 14px;
5324
+ font-size: 14px;
5325
+ font-weight: normal;
5326
+ line-height: 18px;
5327
+ background-color: #f7f7f7;
5328
+ border-bottom: 1px solid #ebebeb;
5329
+ border-radius: 5px 5px 0 0;
5330
+ }
5331
+ .popover-content {
5332
+ padding: 9px 14px;
5333
+ }
5334
+ .popover > .arrow,
5335
+ .popover > .arrow:after {
5336
+ position: absolute;
5337
+ display: block;
5338
+ width: 0;
5339
+ height: 0;
5340
+ border-color: transparent;
5341
+ border-style: solid;
5342
+ }
5343
+ .popover > .arrow {
5344
+ border-width: 11px;
5345
+ }
5346
+ .popover > .arrow:after {
5347
+ border-width: 10px;
5348
+ content: "";
5349
+ }
5350
+ .popover.top > .arrow {
5351
+ left: 50%;
5352
+ margin-left: -11px;
5353
+ border-bottom-width: 0;
5354
+ border-top-color: #999999;
5355
+ border-top-color: rgba(0, 0, 0, 0.25);
5356
+ bottom: -11px;
5357
+ }
5358
+ .popover.top > .arrow:after {
5359
+ content: " ";
5360
+ bottom: 1px;
5361
+ margin-left: -10px;
5362
+ border-bottom-width: 0;
5363
+ border-top-color: #ffffff;
5364
+ }
5365
+ .popover.right > .arrow {
5366
+ top: 50%;
5367
+ left: -11px;
5368
+ margin-top: -11px;
5369
+ border-left-width: 0;
5370
+ border-right-color: #999999;
5371
+ border-right-color: rgba(0, 0, 0, 0.25);
5372
+ }
5373
+ .popover.right > .arrow:after {
5374
+ content: " ";
5375
+ left: 1px;
5376
+ bottom: -10px;
5377
+ border-left-width: 0;
5378
+ border-right-color: #ffffff;
5379
+ }
5380
+ .popover.bottom > .arrow {
5381
+ left: 50%;
5382
+ margin-left: -11px;
5383
+ border-top-width: 0;
5384
+ border-bottom-color: #999999;
5385
+ border-bottom-color: rgba(0, 0, 0, 0.25);
5386
+ top: -11px;
5387
+ }
5388
+ .popover.bottom > .arrow:after {
5389
+ content: " ";
5390
+ top: 1px;
5391
+ margin-left: -10px;
5392
+ border-top-width: 0;
5393
+ border-bottom-color: #ffffff;
5394
+ }
5395
+ .popover.left > .arrow {
5396
+ top: 50%;
5397
+ right: -11px;
5398
+ margin-top: -11px;
5399
+ border-right-width: 0;
5400
+ border-left-color: #999999;
5401
+ border-left-color: rgba(0, 0, 0, 0.25);
5402
+ }
5403
+ .popover.left > .arrow:after {
5404
+ content: " ";
5405
+ right: 1px;
5406
+ border-right-width: 0;
5407
+ border-left-color: #ffffff;
5408
+ bottom: -10px;
5409
+ }
5410
+ .carousel {
5411
+ position: relative;
5412
+ }
5413
+ .carousel-inner {
5414
+ position: relative;
5415
+ overflow: hidden;
5416
+ width: 100%;
5417
+ }
5418
+ .carousel-inner > .item {
5419
+ display: none;
5420
+ position: relative;
5421
+ -webkit-transition: 0.6s ease-in-out left;
5422
+ transition: 0.6s ease-in-out left;
5423
+ }
5424
+ .carousel-inner > .item > img,
5425
+ .carousel-inner > .item > a > img {
5426
+ line-height: 1;
5427
+ }
5428
+ .carousel-inner > .active,
5429
+ .carousel-inner > .next,
5430
+ .carousel-inner > .prev {
5431
+ display: block;
5432
+ }
5433
+ .carousel-inner > .active {
5434
+ left: 0;
5435
+ }
5436
+ .carousel-inner > .next,
5437
+ .carousel-inner > .prev {
5438
+ position: absolute;
5439
+ top: 0;
5440
+ width: 100%;
5441
+ }
5442
+ .carousel-inner > .next {
5443
+ left: 100%;
5444
+ }
5445
+ .carousel-inner > .prev {
5446
+ left: -100%;
5447
+ }
5448
+ .carousel-inner > .next.left,
5449
+ .carousel-inner > .prev.right {
5450
+ left: 0;
5451
+ }
5452
+ .carousel-inner > .active.left {
5453
+ left: -100%;
5454
+ }
5455
+ .carousel-inner > .active.right {
5456
+ left: 100%;
5457
+ }
5458
+ .carousel-control {
5459
+ position: absolute;
5460
+ top: 0;
5461
+ left: 0;
5462
+ bottom: 0;
5463
+ width: 15%;
5464
+ opacity: 0.5;
5465
+ filter: alpha(opacity=50);
5466
+ font-size: 20px;
5467
+ color: #ffffff;
5468
+ text-align: center;
5469
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
5470
+ }
5471
+ .carousel-control.left {
5472
+ background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
5473
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
5474
+ background-repeat: repeat-x;
5475
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
5476
+ }
5477
+ .carousel-control.right {
5478
+ left: auto;
5479
+ right: 0;
5480
+ background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
5481
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
5482
+ background-repeat: repeat-x;
5483
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
5484
+ }
5485
+ .carousel-control:hover,
5486
+ .carousel-control:focus {
5487
+ outline: none;
5488
+ color: #ffffff;
5489
+ text-decoration: none;
5490
+ opacity: 0.9;
5491
+ filter: alpha(opacity=90);
5492
+ }
5493
+ .carousel-control .icon-prev,
5494
+ .carousel-control .icon-next,
5495
+ .carousel-control .glyphicon-chevron-left,
5496
+ .carousel-control .glyphicon-chevron-right {
5497
+ position: absolute;
5498
+ top: 50%;
5499
+ z-index: 5;
5500
+ display: inline-block;
5501
+ }
5502
+ .carousel-control .icon-prev,
5503
+ .carousel-control .glyphicon-chevron-left {
5504
+ left: 50%;
5505
+ }
5506
+ .carousel-control .icon-next,
5507
+ .carousel-control .glyphicon-chevron-right {
5508
+ right: 50%;
5509
+ }
5510
+ .carousel-control .icon-prev,
5511
+ .carousel-control .icon-next {
5512
+ width: 20px;
5513
+ height: 20px;
5514
+ margin-top: -10px;
5515
+ margin-left: -10px;
5516
+ font-family: serif;
5517
+ }
5518
+ .carousel-control .icon-prev:before {
5519
+ content: '\2039';
5520
+ }
5521
+ .carousel-control .icon-next:before {
5522
+ content: '\203a';
5523
+ }
5524
+ .carousel-indicators {
5525
+ position: absolute;
5526
+ bottom: 10px;
5527
+ left: 50%;
5528
+ z-index: 15;
5529
+ width: 60%;
5530
+ margin-left: -30%;
5531
+ padding-left: 0;
5532
+ list-style: none;
5533
+ text-align: center;
5534
+ }
5535
+ .carousel-indicators li {
5536
+ display: inline-block;
5537
+ width: 10px;
5538
+ height: 10px;
5539
+ margin: 1px;
5540
+ text-indent: -999px;
5541
+ border: 1px solid #ffffff;
5542
+ border-radius: 10px;
5543
+ cursor: pointer;
5544
+ background-color: #000 \9;
5545
+ background-color: rgba(0, 0, 0, 0);
5546
+ }
5547
+ .carousel-indicators .active {
5548
+ margin: 0;
5549
+ width: 12px;
5550
+ height: 12px;
5551
+ background-color: #ffffff;
5552
+ }
5553
+ .carousel-caption {
5554
+ position: absolute;
5555
+ left: 15%;
5556
+ right: 15%;
5557
+ bottom: 20px;
5558
+ z-index: 10;
5559
+ padding-top: 20px;
5560
+ padding-bottom: 20px;
5561
+ color: #ffffff;
5562
+ text-align: center;
5563
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
5564
+ }
5565
+ .carousel-caption .btn {
5566
+ text-shadow: none;
5567
+ }
5568
+ @media screen and (min-width: 768px) {
5569
+ .carousel-control .glyphicon-chevron-left,
5570
+ .carousel-control .glyphicon-chevron-right,
5571
+ .carousel-control .icon-prev,
5572
+ .carousel-control .icon-next {
5573
+ width: 30px;
5574
+ height: 30px;
5575
+ margin-top: -15px;
5576
+ margin-left: -15px;
5577
+ font-size: 30px;
5578
+ }
5579
+ .carousel-caption {
5580
+ left: 20%;
5581
+ right: 20%;
5582
+ padding-bottom: 30px;
5583
+ }
5584
+ .carousel-indicators {
5585
+ bottom: 20px;
5586
+ }
5587
+ }
5588
+ .clearfix:before,
5589
+ .clearfix:after,
5590
+ .container:before,
5591
+ .container:after,
5592
+ .container-fluid:before,
5593
+ .container-fluid:after,
5594
+ .row:before,
5595
+ .row:after,
5596
+ .form-horizontal .form-group:before,
5597
+ .form-horizontal .form-group:after,
5598
+ .btn-toolbar:before,
5599
+ .btn-toolbar:after,
5600
+ .btn-group-vertical > .btn-group:before,
5601
+ .btn-group-vertical > .btn-group:after,
5602
+ .nav:before,
5603
+ .nav:after,
5604
+ .navbar:before,
5605
+ .navbar:after,
5606
+ .navbar-header:before,
5607
+ .navbar-header:after,
5608
+ .navbar-collapse:before,
5609
+ .navbar-collapse:after,
5610
+ .pager:before,
5611
+ .pager:after,
5612
+ .panel-body:before,
5613
+ .panel-body:after,
5614
+ .modal-footer:before,
5615
+ .modal-footer:after {
5616
+ content: " ";
5617
+ display: table;
5618
+ }
5619
+ .clearfix:after,
5620
+ .container:after,
5621
+ .container-fluid:after,
5622
+ .row:after,
5623
+ .form-horizontal .form-group:after,
5624
+ .btn-toolbar:after,
5625
+ .btn-group-vertical > .btn-group:after,
5626
+ .nav:after,
5627
+ .navbar:after,
5628
+ .navbar-header:after,
5629
+ .navbar-collapse:after,
5630
+ .pager:after,
5631
+ .panel-body:after,
5632
+ .modal-footer:after {
5633
+ clear: both;
5634
+ }
5635
+ .center-block {
5636
+ display: block;
5637
+ margin-left: auto;
5638
+ margin-right: auto;
5639
+ }
5640
+ .pull-right {
5641
+ float: right !important;
5642
+ }
5643
+ .pull-left {
5644
+ float: left !important;
5645
+ }
5646
+ .hide {
5647
+ display: none !important;
5648
+ }
5649
+ .show {
5650
+ display: block !important;
5651
+ }
5652
+ .invisible {
5653
+ visibility: hidden;
5654
+ }
5655
+ .text-hide {
5656
+ font: 0/0 a;
5657
+ color: transparent;
5658
+ text-shadow: none;
5659
+ background-color: transparent;
5660
+ border: 0;
5661
+ }
5662
+ .hidden {
5663
+ display: none !important;
5664
+ visibility: hidden !important;
5665
+ }
5666
+ .affix {
5667
+ position: fixed;
5668
+ }
5669
+ @-ms-viewport {
5670
+ width: device-width;
5671
+ }
5672
+ .visible-xs,
5673
+ .visible-sm,
5674
+ .visible-md,
5675
+ .visible-lg {
5676
+ display: none !important;
5677
+ }
5678
+ @media (max-width: 767px) {
5679
+ .visible-xs {
5680
+ display: block !important;
5681
+ }
5682
+ table.visible-xs {
5683
+ display: table;
5684
+ }
5685
+ tr.visible-xs {
5686
+ display: table-row !important;
5687
+ }
5688
+ th.visible-xs,
5689
+ td.visible-xs {
5690
+ display: table-cell !important;
5691
+ }
5692
+ }
5693
+ @media (min-width: 768px) and (max-width: 991px) {
5694
+ .visible-sm {
5695
+ display: block !important;
5696
+ }
5697
+ table.visible-sm {
5698
+ display: table;
5699
+ }
5700
+ tr.visible-sm {
5701
+ display: table-row !important;
5702
+ }
5703
+ th.visible-sm,
5704
+ td.visible-sm {
5705
+ display: table-cell !important;
5706
+ }
5707
+ }
5708
+ @media (min-width: 992px) and (max-width: 1199px) {
5709
+ .visible-md {
5710
+ display: block !important;
5711
+ }
5712
+ table.visible-md {
5713
+ display: table;
5714
+ }
5715
+ tr.visible-md {
5716
+ display: table-row !important;
5717
+ }
5718
+ th.visible-md,
5719
+ td.visible-md {
5720
+ display: table-cell !important;
5721
+ }
5722
+ }
5723
+ @media (min-width: 1200px) {
5724
+ .visible-lg {
5725
+ display: block !important;
5726
+ }
5727
+ table.visible-lg {
5728
+ display: table;
5729
+ }
5730
+ tr.visible-lg {
5731
+ display: table-row !important;
5732
+ }
5733
+ th.visible-lg,
5734
+ td.visible-lg {
5735
+ display: table-cell !important;
5736
+ }
5737
+ }
5738
+ @media (max-width: 767px) {
5739
+ .hidden-xs {
5740
+ display: none !important;
5741
+ }
5742
+ }
5743
+ @media (min-width: 768px) and (max-width: 991px) {
5744
+ .hidden-sm {
5745
+ display: none !important;
5746
+ }
5747
+ }
5748
+ @media (min-width: 992px) and (max-width: 1199px) {
5749
+ .hidden-md {
5750
+ display: none !important;
5751
+ }
5752
+ }
5753
+ @media (min-width: 1200px) {
5754
+ .hidden-lg {
5755
+ display: none !important;
5756
+ }
5757
+ }
5758
+ .visible-print {
5759
+ display: none !important;
5760
+ }
5761
+ @media print {
5762
+ .visible-print {
5763
+ display: block !important;
5764
+ }
5765
+ table.visible-print {
5766
+ display: table;
5767
+ }
5768
+ tr.visible-print {
5769
+ display: table-row !important;
5770
+ }
5771
+ th.visible-print,
5772
+ td.visible-print {
5773
+ display: table-cell !important;
5774
+ }
5775
+ }
5776
+ @media print {
5777
+ .hidden-print {
5778
+ display: none !important;
5779
+ }
5780
+ }
assets/css/bootstrap.min.css ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v3.1.1 (http://getbootstrap.com)
3
+ * Copyright 2011-2014 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+
7
+ /*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none !important;color:#000 !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) ")"}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}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.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}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*: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.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.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;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,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,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}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}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.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;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right: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, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.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{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.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{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.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{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}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.42857143;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-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.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-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.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}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.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}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.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}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.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>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.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;min-width: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}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;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,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}input[type="date"]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;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;vertical-align:middle;font-weight:normal;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,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-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:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-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:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-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:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{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;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-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{cursor:not-allowed;pointer-events:none;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-default .badge{color:#fff;background-color:#333}.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-primary .badge{color:#428bca;background-color:#fff}.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-success .badge{color:#5cb85c;background-color:#fff}.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-info .badge{color:#5bc0de;background-color:#fff}.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-warning .badge{color:#f0ad4e;background-color:#fff}.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-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:normal;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,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right: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';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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-lock:before{content:"\e033"}.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-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.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-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.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-bell:before{content:"\e123"}.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-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.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"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.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;list-style:none;font-size:14px;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.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.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;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;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{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.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:none}.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{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-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-bottom-right-radius:0;border-top-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-bottom-right-radius:0;border-top-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>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right: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-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.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,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.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-bottom-left-radius:4px;border-top-right-radius:0;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:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[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[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;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:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].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,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].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;color:#555;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>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-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>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.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;background-color:transparent;cursor:not-allowed}.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.42857143;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;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.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;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.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;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.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-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;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;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:none}.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}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 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);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.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-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.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:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@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{background-color:#080808;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 .divider{background-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{content:"/\00a0";padding:0 5px;color:#ccc}.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;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.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-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.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;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.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-bottom-right-radius:6px;border-top-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-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.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;background-color:#fff;cursor:not-allowed}.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}.btn .label{position:relative;top:-1px}.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;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}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;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;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,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.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{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;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;line-height:20px;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-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;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{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: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-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-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-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{margin-bottom:20px;padding-left:0}.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}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.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-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.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>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.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:#3c763d;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-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;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}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.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}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-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;outline:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.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)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.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-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;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);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;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{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{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;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{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: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{left:auto;right:0;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: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{outline:none;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%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.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%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;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 .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.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}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}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-sm{display:block !important}table.visible-sm{display:table}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-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}@media print{.hidden-print{display:none !important}}
assets/css/index.php ADDED
@@ -0,0 +1 @@
 
1
+
assets/css/wpdb_admin.css ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ body{
2
+ background: transparent !important;
3
+ }
4
+ .wpdb-header{
5
+ background-color: #dff0d8;
6
+ }
7
+ .panel {
8
+ margin-bottom: 0 !important;
9
+ }
assets/fonts/glyphicons-halflings-regular.eot ADDED
Binary file
assets/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="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
32
+ <glyph unicode="&#x2601;" d="M-14 494q0 -80 56.5 -137t135.5 -57h750q120 0 205 86.5t85 207.5t-85 207t-205 86q-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" />
33
+ <glyph unicode="&#x2709;" d="M0 100l400 400l200 -200l200 200l400 -400h-1200zM0 300v600l300 -300zM0 1100l600 -603l600 603h-1200zM900 600l300 300v-600z" />
34
+ <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" />
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 -111q18 -55 86 -75.5t147 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 300q-119 -78 -261 -78q-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 700h800l199 -700l1 -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="M0 700l1 475q0 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="M1 700l1 475q0 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.5v71l471 -1q120 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 139t-64 210zM243 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.5h300q61 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 -284l567 567l-137 137l-430 -431l-146 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 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM300 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 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM300 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 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM246 459l213 -213l141 142l141 -142l213 213l-142 141l142 141l-213 212l-141 -141l-141 142l-212 -213l141 -141 z" />
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 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM364 700h143q4 0 11.5 -1t11 -1t6.5 3t3 9t1 11t3.5 8.5t3.5 6t5.5 4t6.5 2.5t9 1.5t9 0.5h11.5h12.5 q19 0 30 -10t11 -26q0 -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-50 0 -90.5 -12t-75 -38.5t-53.5 -74.5t-19 -114zM500 300h200v100h-200 v-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 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM400 300h400v100h-100v300h-300v-100h100v-200h-100v-100zM500 800h200v100h-200v-100z" />
119
+ <glyph unicode="&#xe087;" d="M0 500v200h195q31 125 98.5 199.5t206.5 100.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.5v206h200v-206 q149 48 201 206h-201v200h200q-25 74 -75.5 127t-124.5 77v-204h-200v203q-75 -23 -130 -77t-79 -126h209v-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-32 14.5h-207q-21 0 -33 -14.5t-8 -34.5zM500 300h200v100h-200v-100z" />
131
+ <glyph unicode="&#xe102;" d="M0 800h100v-200h400v300h200v-300h400v200h100v100h-111q1 1 1 6.5t-1.5 15t-3.5 17.5l-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-6 h-111v-100zM100 0h400v400h-400v-400zM200 900q-3 0 14 48t36 96l18 47l213 -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 34 -48 36.5t-48 -29.5l-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 -20 -13 -28.5t-32 0.5l-94 78h-222l-94 -78q-19 -9 -32 -0.5t-13 28.5 v64q0 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.5zM100 500v250v8v8v7t0.5 7t1.5 5.5t2 5t3 4t4.5 3.5t6 1.5t7.5 0.5h200l675 250v-850l-675 200h-38l47 -276q2 -12 -3 -17.5t-11 -6t-21 -0.5h-8h-83q-20 0 -34.5 14t-18.5 35 q-55 337 -55 351zM1100 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.5h18l117 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3 32t29 13h94q20 0 29 -10.5t3 -29.5q-18 -36 -18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q20 0 33.5 -14.5t13.5 -35.5q0 -20 -13 -40t-31 -27q-8 -3 -23 -8.5 t-65 -20t-103 -25t-132.5 -19.5t-158.5 -9q-125 0 -245.5 20.5t-178.5 40.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 -75h61q124 -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 213l100 212h50v-175l-50 -225h450v-125l-250 -375h-214l-136 100h-100z" />
155
+ <glyph unicode="&#xe126;" d="M0 400v600h200v-600h-200zM300 525v400q0 75 100 75h61q124 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 38l302 -1l-85 121q-11 16 -11 32q0 21 14 34l109 113q13 12 29 12q11 0 25 -6l365 -230q7 -4 17 -10.5t26.5 -26t16.5 -36.5v-526q0 -13 -86 -93.5t-94 -80.5h-341q-16 0 -29.5 20t-19.5 41l-130 339h-107q-84 0 -139 39t-55 111zM-1 601h222 q15 0 28.5 -20.5t19.5 -40.5l131 -339h293l107 89v502l-343 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-100zM1000 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 6.5v7.5v6.5v456q0 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="M2 585q-16 -31 6 -53l112 -110q13 -13 32 -13.5t34 10.5l121 85q0 -51 -0.5 -153.5t-0.5 -148.5q0 -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 -15zM77 565l236 339h503 l89 -100v-294l-340 -130q-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.5zM298 701l2 -201h300l-2 -194l402 294l-402 298v-197h-300z" />
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 600l402 -294l-2 194h300l2 201h-300v197z" />
162
+ <glyph unicode="&#xe133;" 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 600h200v-300h200v300h200l-300 400z" />
163
+ <glyph unicode="&#xe134;" 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 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 -33 5.5 -92.5t7.5 -87.5q0 -9 17 -44t16 -60 q12 0 23 -5.5t23 -15t20 -13.5q24 -12 108 -42q22 -8 53 -31.5t59.5 -38.5t57.5 -11q8 -18 -15 -55t-20 -57q42 -71 87 -80q0 -6 -3 -15.5t-3.5 -14.5t4.5 -17q104 -3 221 112q30 29 47 47t34.5 49t20.5 62q-14 9 -37 9.5t-36 7.5q-14 7 -49 15t-52 19q-9 0 -39.5 -0.5 t-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 58q6 16 22 22q6 -1 26 -1.5t33.5 -4t19.5 -13.5q12 -19 32 -37.5t34 -27.5l14 -8q0 3 9.5 39.5t5.5 57.5 q-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 39 2 44q31 -13 58 -14.5t39 3.5l11 4q7 36 -16.5 53.5t-64.5 28.5t-56 23q-19 -3 -37 0 q-15 -12 -36.5 -21t-34.5 -12t-44 -8t-39 -6q-15 -3 -45.5 0.5t-45.5 -2.5q-21 -7 -52 -26.5t-34 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -90.5t-29.5 -79.5zM518 916q3 12 16 30t16 25q10 -10 18.5 -10t14 6t14.5 14.5t16 12.5q0 -24 17 -66.5t17 -43.5 q-9 2 -31 5t-36 5t-32 8t-30 14zM692 1003h1h-1z" />
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.5zM514 609q0 32 20.5 56.5t51.5 29.5l122 126l1 1q-9 14 -9 28q0 22 16 38.5t39 16.5 q22 0 38 -16t16 -39t-16 -39t-38 -16q-14 0 -29 10l-55 -145q17 -22 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5t-61.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 -78.5 -16.5t-67.5 -51.5l-389 -396l-7 -7l69 -67l377 373q20 22 39 38q23 23 50 23 q38 0 53 -36q16 -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 -60 l517 511q67 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="M80 784q0 131 98.5 229.5t230.5 98.5q143 0 241 -129q103 129 246 129q129 0 226 -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 100q-71 70 -104.5 105.5t-77 89.5t-61 99 t-17.5 91zM250 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-105 48.5q-74 0 -132 -83l-118 -171l-114 174q-51 80 -123 80q-60 0 -109.5 -49.5t-49.5 -118.5z" />
173
+ <glyph unicode="&#xe144;" d="M57 353q0 -95 66 -159l141 -142q68 -66 159 -66q93 0 159 66l283 283q66 66 66 159t-66 159l-141 141q-8 9 -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 -141q7 -7 19 -17l105 105 l-212 212l389 389l247 -247l-95 -96l18 -17q47 -49 77 -100l29 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.5v335q-6 1 -15.5 4t-11.5 3q-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.5 v-307l64 -14q34 -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.5 zM700 237q170 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 -28 16.5 -69.5t28 -62.5t41.5 -72h241v-100h-197q8 -50 -2.5 -115 t-31.5 -94q-41 -59 -99 -113q35 11 84 18t70 7q33 1 103 -16t103 -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 10t13.5 9.5t14.5 12t14.5 14t17.5 18.5q48 55 54 126.5 t-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="M217 519q8 -19 31 -19h302q-155 -438 -160 -458q-5 -21 4 -32l9 -8h9q14 0 26 15q11 13 274.5 321.5t264.5 308.5q14 19 5 36q-8 17 -31 17l-301 -1q1 4 78 219.5t79 227.5q2 15 -5 27l-9 9h-9q-15 0 -25 -16q-4 -6 -98 -111.5t-228.5 -257t-209.5 -237.5q-16 -19 -6 -41 z" />
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 400l697 1l3 699l-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 148l249 -237l-1 697zM900 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 -116q-25 -17 -43.5 -51.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 162q17 18 13.5 41t-22.5 37l-192 136q-19 14 -45 12t-42 -19l-118 -118q-142 101 -268 227t-227 268l118 118q17 17 20 41.5t-11 44.5 l-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 -14.5 -35.5t-35.5 -14.5h-1100q-20 0 -35 14.5t-15 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 86.5t85 207.5t-85 207t-205 86q-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-300h200 l-300 -300z" />
225
+ <glyph unicode="&#xe198;" d="M-14 494q0 -80 56.5 -137t135.5 -57h8l414 414l403 -403q94 26 154.5 104.5t60.5 178.5q0 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 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 -11.5t1 -11.5q-14 2 -23 2q-74 0 -126.5 -52.5t-52.5 -126.5z" />
228
+ </font>
229
+ </defs></svg>
assets/fonts/glyphicons-halflings-regular.ttf ADDED
Binary file
assets/fonts/glyphicons-halflings-regular.woff ADDED
Binary file
assets/fonts/index.php ADDED
@@ -0,0 +1 @@
 
1
+
assets/images/wp-database-backup.png ADDED
Binary file
assets/index.php ADDED
@@ -0,0 +1 @@
 
1
+
assets/js/bootstrap.js ADDED
@@ -0,0 +1,1943 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* ========================================================================
2
+ * Bootstrap: alert.js v3.1.1
3
+ * http://getbootstrap.com/javascript/#alerts
4
+ * ========================================================================
5
+ * Copyright 2011-2014 Twitter, Inc.
6
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
+ * ======================================================================== */
8
+
9
+
10
+ +function ($) {
11
+ 'use strict';
12
+
13
+ // ALERT CLASS DEFINITION
14
+ // ======================
15
+
16
+ var dismiss = '[data-dismiss="alert"]'
17
+ var Alert = function (el) {
18
+ $(el).on('click', dismiss, this.close)
19
+ }
20
+
21
+ Alert.prototype.close = function (e) {
22
+ var $this = $(this)
23
+ var selector = $this.attr('data-target')
24
+
25
+ if (!selector) {
26
+ selector = $this.attr('href')
27
+ selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
28
+ }
29
+
30
+ var $parent = $(selector)
31
+
32
+ if (e) e.preventDefault()
33
+
34
+ if (!$parent.length) {
35
+ $parent = $this.hasClass('alert') ? $this : $this.parent()
36
+ }
37
+
38
+ $parent.trigger(e = $.Event('close.bs.alert'))
39
+
40
+ if (e.isDefaultPrevented()) return
41
+
42
+ $parent.removeClass('in')
43
+
44
+ function removeElement() {
45
+ $parent.trigger('closed.bs.alert').remove()
46
+ }
47
+
48
+ $.support.transition && $parent.hasClass('fade') ?
49
+ $parent
50
+ .one($.support.transition.end, removeElement)
51
+ .emulateTransitionEnd(150) :
52
+ removeElement()
53
+ }
54
+
55
+
56
+ // ALERT PLUGIN DEFINITION
57
+ // =======================
58
+
59
+ var old = $.fn.alert
60
+
61
+ $.fn.alert = function (option) {
62
+ return this.each(function () {
63
+ var $this = $(this)
64
+ var data = $this.data('bs.alert')
65
+
66
+ if (!data) $this.data('bs.alert', (data = new Alert(this)))
67
+ if (typeof option == 'string') data[option].call($this)
68
+ })
69
+ }
70
+
71
+ $.fn.alert.Constructor = Alert
72
+
73
+
74
+ // ALERT NO CONFLICT
75
+ // =================
76
+
77
+ $.fn.alert.noConflict = function () {
78
+ $.fn.alert = old
79
+ return this
80
+ }
81
+
82
+
83
+ // ALERT DATA-API
84
+ // ==============
85
+
86
+ $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
87
+
88
+ }(jQuery);
89
+
90
+ /* ========================================================================
91
+ * Bootstrap: button.js v3.1.1
92
+ * http://getbootstrap.com/javascript/#buttons
93
+ * ========================================================================
94
+ * Copyright 2011-2014 Twitter, Inc.
95
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
96
+ * ======================================================================== */
97
+
98
+
99
+ +function ($) {
100
+ 'use strict';
101
+
102
+ // BUTTON PUBLIC CLASS DEFINITION
103
+ // ==============================
104
+
105
+ var Button = function (element, options) {
106
+ this.$element = $(element)
107
+ this.options = $.extend({}, Button.DEFAULTS, options)
108
+ this.isLoading = false
109
+ }
110
+
111
+ Button.DEFAULTS = {
112
+ loadingText: 'loading...'
113
+ }
114
+
115
+ Button.prototype.setState = function (state) {
116
+ var d = 'disabled'
117
+ var $el = this.$element
118
+ var val = $el.is('input') ? 'val' : 'html'
119
+ var data = $el.data()
120
+
121
+ state = state + 'Text'
122
+
123
+ if (!data.resetText) $el.data('resetText', $el[val]())
124
+
125
+ $el[val](data[state] || this.options[state])
126
+
127
+ // push to event loop to allow forms to submit
128
+ setTimeout($.proxy(function () {
129
+ if (state == 'loadingText') {
130
+ this.isLoading = true
131
+ $el.addClass(d).attr(d, d)
132
+ } else if (this.isLoading) {
133
+ this.isLoading = false
134
+ $el.removeClass(d).removeAttr(d)
135
+ }
136
+ }, this), 0)
137
+ }
138
+
139
+ Button.prototype.toggle = function () {
140
+ var changed = true
141
+ var $parent = this.$element.closest('[data-toggle="buttons"]')
142
+
143
+ if ($parent.length) {
144
+ var $input = this.$element.find('input')
145
+ if ($input.prop('type') == 'radio') {
146
+ if ($input.prop('checked') && this.$element.hasClass('active')) changed = false
147
+ else $parent.find('.active').removeClass('active')
148
+ }
149
+ if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change')
150
+ }
151
+
152
+ if (changed) this.$element.toggleClass('active')
153
+ }
154
+
155
+
156
+ // BUTTON PLUGIN DEFINITION
157
+ // ========================
158
+
159
+ var old = $.fn.button
160
+
161
+ $.fn.button = function (option) {
162
+ return this.each(function () {
163
+ var $this = $(this)
164
+ var data = $this.data('bs.button')
165
+ var options = typeof option == 'object' && option
166
+
167
+ if (!data) $this.data('bs.button', (data = new Button(this, options)))
168
+
169
+ if (option == 'toggle') data.toggle()
170
+ else if (option) data.setState(option)
171
+ })
172
+ }
173
+
174
+ $.fn.button.Constructor = Button
175
+
176
+
177
+ // BUTTON NO CONFLICT
178
+ // ==================
179
+
180
+ $.fn.button.noConflict = function () {
181
+ $.fn.button = old
182
+ return this
183
+ }
184
+
185
+
186
+ // BUTTON DATA-API
187
+ // ===============
188
+
189
+ $(document).on('click.bs.button.data-api', '[data-toggle^=button]', function (e) {
190
+ var $btn = $(e.target)
191
+ if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn')
192
+ $btn.button('toggle')
193
+ e.preventDefault()
194
+ })
195
+
196
+ }(jQuery);
197
+
198
+ /* ========================================================================
199
+ * Bootstrap: carousel.js v3.1.1
200
+ * http://getbootstrap.com/javascript/#carousel
201
+ * ========================================================================
202
+ * Copyright 2011-2014 Twitter, Inc.
203
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
204
+ * ======================================================================== */
205
+
206
+
207
+ +function ($) {
208
+ 'use strict';
209
+
210
+ // CAROUSEL CLASS DEFINITION
211
+ // =========================
212
+
213
+ var Carousel = function (element, options) {
214
+ this.$element = $(element)
215
+ this.$indicators = this.$element.find('.carousel-indicators')
216
+ this.options = options
217
+ this.paused =
218
+ this.sliding =
219
+ this.interval =
220
+ this.$active =
221
+ this.$items = null
222
+
223
+ this.options.pause == 'hover' && this.$element
224
+ .on('mouseenter', $.proxy(this.pause, this))
225
+ .on('mouseleave', $.proxy(this.cycle, this))
226
+ }
227
+
228
+ Carousel.DEFAULTS = {
229
+ interval: 5000,
230
+ pause: 'hover',
231
+ wrap: true
232
+ }
233
+
234
+ Carousel.prototype.cycle = function (e) {
235
+ e || (this.paused = false)
236
+
237
+ this.interval && clearInterval(this.interval)
238
+
239
+ this.options.interval
240
+ && !this.paused
241
+ && (this.interval = setInterval($.proxy(this.next, this), this.options.interval))
242
+
243
+ return this
244
+ }
245
+
246
+ Carousel.prototype.getActiveIndex = function () {
247
+ this.$active = this.$element.find('.item.active')
248
+ this.$items = this.$active.parent().children()
249
+
250
+ return this.$items.index(this.$active)
251
+ }
252
+
253
+ Carousel.prototype.to = function (pos) {
254
+ var that = this
255
+ var activeIndex = this.getActiveIndex()
256
+
257
+ if (pos > (this.$items.length - 1) || pos < 0) return
258
+
259
+ if (this.sliding) return this.$element.one('slid.bs.carousel', function () { that.to(pos) })
260
+ if (activeIndex == pos) return this.pause().cycle()
261
+
262
+ return this.slide(pos > activeIndex ? 'next' : 'prev', $(this.$items[pos]))
263
+ }
264
+
265
+ Carousel.prototype.pause = function (e) {
266
+ e || (this.paused = true)
267
+
268
+ if (this.$element.find('.next, .prev').length && $.support.transition) {
269
+ this.$element.trigger($.support.transition.end)
270
+ this.cycle(true)
271
+ }
272
+
273
+ this.interval = clearInterval(this.interval)
274
+
275
+ return this
276
+ }
277
+
278
+ Carousel.prototype.next = function () {
279
+ if (this.sliding) return
280
+ return this.slide('next')
281
+ }
282
+
283
+ Carousel.prototype.prev = function () {
284
+ if (this.sliding) return
285
+ return this.slide('prev')
286
+ }
287
+
288
+ Carousel.prototype.slide = function (type, next) {
289
+ var $active = this.$element.find('.item.active')
290
+ var $next = next || $active[type]()
291
+ var isCycling = this.interval
292
+ var direction = type == 'next' ? 'left' : 'right'
293
+ var fallback = type == 'next' ? 'first' : 'last'
294
+ var that = this
295
+
296
+ if (!$next.length) {
297
+ if (!this.options.wrap) return
298
+ $next = this.$element.find('.item')[fallback]()
299
+ }
300
+
301
+ if ($next.hasClass('active')) return this.sliding = false
302
+
303
+ var e = $.Event('slide.bs.carousel', { relatedTarget: $next[0], direction: direction })
304
+ this.$element.trigger(e)
305
+ if (e.isDefaultPrevented()) return
306
+
307
+ this.sliding = true
308
+
309
+ isCycling && this.pause()
310
+
311
+ if (this.$indicators.length) {
312
+ this.$indicators.find('.active').removeClass('active')
313
+ this.$element.one('slid.bs.carousel', function () {
314
+ var $nextIndicator = $(that.$indicators.children()[that.getActiveIndex()])
315
+ $nextIndicator && $nextIndicator.addClass('active')
316
+ })
317
+ }
318
+
319
+ if ($.support.transition && this.$element.hasClass('slide')) {
320
+ $next.addClass(type)
321
+ $next[0].offsetWidth // force reflow
322
+ $active.addClass(direction)
323
+ $next.addClass(direction)
324
+ $active
325
+ .one($.support.transition.end, function () {
326
+ $next.removeClass([type, direction].join(' ')).addClass('active')
327
+ $active.removeClass(['active', direction].join(' '))
328
+ that.sliding = false
329
+ setTimeout(function () { that.$element.trigger('slid.bs.carousel') }, 0)
330
+ })
331
+ .emulateTransitionEnd($active.css('transition-duration').slice(0, -1) * 1000)
332
+ } else {
333
+ $active.removeClass('active')
334
+ $next.addClass('active')
335
+ this.sliding = false
336
+ this.$element.trigger('slid.bs.carousel')
337
+ }
338
+
339
+ isCycling && this.cycle()
340
+
341
+ return this
342
+ }
343
+
344
+
345
+ // CAROUSEL PLUGIN DEFINITION
346
+ // ==========================
347
+
348
+ var old = $.fn.carousel
349
+
350
+ $.fn.carousel = function (option) {
351
+ return this.each(function () {
352
+ var $this = $(this)
353
+ var data = $this.data('bs.carousel')
354
+ var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' && option)
355
+ var action = typeof option == 'string' ? option : options.slide
356
+
357
+ if (!data) $this.data('bs.carousel', (data = new Carousel(this, options)))
358
+ if (typeof option == 'number') data.to(option)
359
+ else if (action) data[action]()
360
+ else if (options.interval) data.pause().cycle()
361
+ })
362
+ }
363
+
364
+ $.fn.carousel.Constructor = Carousel
365
+
366
+
367
+ // CAROUSEL NO CONFLICT
368
+ // ====================
369
+
370
+ $.fn.carousel.noConflict = function () {
371
+ $.fn.carousel = old
372
+ return this
373
+ }
374
+
375
+
376
+ // CAROUSEL DATA-API
377
+ // =================
378
+
379
+ $(document).on('click.bs.carousel.data-api', '[data-slide], [data-slide-to]', function (e) {
380
+ var $this = $(this), href
381
+ var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
382
+ var options = $.extend({}, $target.data(), $this.data())
383
+ var slideIndex = $this.attr('data-slide-to')
384
+ if (slideIndex) options.interval = false
385
+
386
+ $target.carousel(options)
387
+
388
+ if (slideIndex = $this.attr('data-slide-to')) {
389
+ $target.data('bs.carousel').to(slideIndex)
390
+ }
391
+
392
+ e.preventDefault()
393
+ })
394
+
395
+ $(window).on('load', function () {
396
+ $('[data-ride="carousel"]').each(function () {
397
+ var $carousel = $(this)
398
+ $carousel.carousel($carousel.data())
399
+ })
400
+ })
401
+
402
+ }(jQuery);
403
+
404
+ /* ========================================================================
405
+ * Bootstrap: dropdown.js v3.1.1
406
+ * http://getbootstrap.com/javascript/#dropdowns
407
+ * ========================================================================
408
+ * Copyright 2011-2014 Twitter, Inc.
409
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
410
+ * ======================================================================== */
411
+
412
+
413
+ +function ($) {
414
+ 'use strict';
415
+
416
+ // DROPDOWN CLASS DEFINITION
417
+ // =========================
418
+
419
+ var backdrop = '.dropdown-backdrop'
420
+ var toggle = '[data-toggle=dropdown]'
421
+ var Dropdown = function (element) {
422
+ $(element).on('click.bs.dropdown', this.toggle)
423
+ }
424
+
425
+ Dropdown.prototype.toggle = function (e) {
426
+ var $this = $(this)
427
+
428
+ if ($this.is('.disabled, :disabled')) return
429
+
430
+ var $parent = getParent($this)
431
+ var isActive = $parent.hasClass('open')
432
+
433
+ clearMenus()
434
+
435
+ if (!isActive) {
436
+ if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) {
437
+ // if mobile we use a backdrop because click events don't delegate
438
+ $('<div class="dropdown-backdrop"/>').insertAfter($(this)).on('click', clearMenus)
439
+ }
440
+
441
+ var relatedTarget = { relatedTarget: this }
442
+ $parent.trigger(e = $.Event('show.bs.dropdown', relatedTarget))
443
+
444
+ if (e.isDefaultPrevented()) return
445
+
446
+ $parent
447
+ .toggleClass('open')
448
+ .trigger('shown.bs.dropdown', relatedTarget)
449
+
450
+ $this.focus()
451
+ }
452
+
453
+ return false
454
+ }
455
+
456
+ Dropdown.prototype.keydown = function (e) {
457
+ if (!/(38|40|27)/.test(e.keyCode)) return
458
+
459
+ var $this = $(this)
460
+
461
+ e.preventDefault()
462
+ e.stopPropagation()
463
+
464
+ if ($this.is('.disabled, :disabled')) return
465
+
466
+ var $parent = getParent($this)
467
+ var isActive = $parent.hasClass('open')
468
+
469
+ if (!isActive || (isActive && e.keyCode == 27)) {
470
+ if (e.which == 27) $parent.find(toggle).focus()
471
+ return $this.click()
472
+ }
473
+
474
+ var desc = ' li:not(.divider):visible a'
475
+ var $items = $parent.find('[role=menu]' + desc + ', [role=listbox]' + desc)
476
+
477
+ if (!$items.length) return
478
+
479
+ var index = $items.index($items.filter(':focus'))
480
+
481
+ if (e.keyCode == 38 && index > 0) index-- // up
482
+ if (e.keyCode == 40 && index < $items.length - 1) index++ // down
483
+ if (!~index) index = 0
484
+
485
+ $items.eq(index).focus()
486
+ }
487
+
488
+ function clearMenus(e) {
489
+ $(backdrop).remove()
490
+ $(toggle).each(function () {
491
+ var $parent = getParent($(this))
492
+ var relatedTarget = { relatedTarget: this }
493
+ if (!$parent.hasClass('open')) return
494
+ $parent.trigger(e = $.Event('hide.bs.dropdown', relatedTarget))
495
+ if (e.isDefaultPrevented()) return
496
+ $parent.removeClass('open').trigger('hidden.bs.dropdown', relatedTarget)
497
+ })
498
+ }
499
+
500
+ function getParent($this) {
501
+ var selector = $this.attr('data-target')
502
+
503
+ if (!selector) {
504
+ selector = $this.attr('href')
505
+ selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
506
+ }
507
+
508
+ var $parent = selector && $(selector)
509
+
510
+ return $parent && $parent.length ? $parent : $this.parent()
511
+ }
512
+
513
+
514
+ // DROPDOWN PLUGIN DEFINITION
515
+ // ==========================
516
+
517
+ var old = $.fn.dropdown
518
+
519
+ $.fn.dropdown = function (option) {
520
+ return this.each(function () {
521
+ var $this = $(this)
522
+ var data = $this.data('bs.dropdown')
523
+
524
+ if (!data) $this.data('bs.dropdown', (data = new Dropdown(this)))
525
+ if (typeof option == 'string') data[option].call($this)
526
+ })
527
+ }
528
+
529
+ $.fn.dropdown.Constructor = Dropdown
530
+
531
+
532
+ // DROPDOWN NO CONFLICT
533
+ // ====================
534
+
535
+ $.fn.dropdown.noConflict = function () {
536
+ $.fn.dropdown = old
537
+ return this
538
+ }
539
+
540
+
541
+ // APPLY TO STANDARD DROPDOWN ELEMENTS
542
+ // ===================================
543
+
544
+ $(document)
545
+ .on('click.bs.dropdown.data-api', clearMenus)
546
+ .on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() })
547
+ .on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle)
548
+ .on('keydown.bs.dropdown.data-api', toggle + ', [role=menu], [role=listbox]', Dropdown.prototype.keydown)
549
+
550
+ }(jQuery);
551
+
552
+ /* ========================================================================
553
+ * Bootstrap: modal.js v3.1.1
554
+ * http://getbootstrap.com/javascript/#modals
555
+ * ========================================================================
556
+ * Copyright 2011-2014 Twitter, Inc.
557
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
558
+ * ======================================================================== */
559
+
560
+
561
+ +function ($) {
562
+ 'use strict';
563
+
564
+ // MODAL CLASS DEFINITION
565
+ // ======================
566
+
567
+ var Modal = function (element, options) {
568
+ this.options = options
569
+ this.$element = $(element)
570
+ this.$backdrop =
571
+ this.isShown = null
572
+
573
+ if (this.options.remote) {
574
+ this.$element
575
+ .find('.modal-content')
576
+ .load(this.options.remote, $.proxy(function () {
577
+ this.$element.trigger('loaded.bs.modal')
578
+ }, this))
579
+ }
580
+ }
581
+
582
+ Modal.DEFAULTS = {
583
+ backdrop: true,
584
+ keyboard: true,
585
+ show: true
586
+ }
587
+
588
+ Modal.prototype.toggle = function (_relatedTarget) {
589
+ return this[!this.isShown ? 'show' : 'hide'](_relatedTarget)
590
+ }
591
+
592
+ Modal.prototype.show = function (_relatedTarget) {
593
+ var that = this
594
+ var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget })
595
+
596
+ this.$element.trigger(e)
597
+
598
+ if (this.isShown || e.isDefaultPrevented()) return
599
+
600
+ this.isShown = true
601
+
602
+ this.escape()
603
+
604
+ this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this))
605
+
606
+ this.backdrop(function () {
607
+ var transition = $.support.transition && that.$element.hasClass('fade')
608
+
609
+ if (!that.$element.parent().length) {
610
+ that.$element.appendTo(document.body) // don't move modals dom position
611
+ }
612
+
613
+ that.$element
614
+ .show()
615
+ .scrollTop(0)
616
+
617
+ if (transition) {
618
+ that.$element[0].offsetWidth // force reflow
619
+ }
620
+
621
+ that.$element
622
+ .addClass('in')
623
+ .attr('aria-hidden', false)
624
+
625
+ that.enforceFocus()
626
+
627
+ var e = $.Event('shown.bs.modal', { relatedTarget: _relatedTarget })
628
+
629
+ transition ?
630
+ that.$element.find('.modal-dialog') // wait for modal to slide in
631
+ .one($.support.transition.end, function () {
632
+ that.$element.focus().trigger(e)
633
+ })
634
+ .emulateTransitionEnd(300) :
635
+ that.$element.focus().trigger(e)
636
+ })
637
+ }
638
+
639
+ Modal.prototype.hide = function (e) {
640
+ if (e) e.preventDefault()
641
+
642
+ e = $.Event('hide.bs.modal')
643
+
644
+ this.$element.trigger(e)
645
+
646
+ if (!this.isShown || e.isDefaultPrevented()) return
647
+
648
+ this.isShown = false
649
+
650
+ this.escape()
651
+
652
+ $(document).off('focusin.bs.modal')
653
+
654
+ this.$element
655
+ .removeClass('in')
656
+ .attr('aria-hidden', true)
657
+ .off('click.dismiss.bs.modal')
658
+
659
+ $.support.transition && this.$element.hasClass('fade') ?
660
+ this.$element
661
+ .one($.support.transition.end, $.proxy(this.hideModal, this))
662
+ .emulateTransitionEnd(300) :
663
+ this.hideModal()
664
+ }
665
+
666
+ Modal.prototype.enforceFocus = function () {
667
+ $(document)
668
+ .off('focusin.bs.modal') // guard against infinite focus loop
669
+ .on('focusin.bs.modal', $.proxy(function (e) {
670
+ if (this.$element[0] !== e.target && !this.$element.has(e.target).length) {
671
+ this.$element.focus()
672
+ }
673
+ }, this))
674
+ }
675
+
676
+ Modal.prototype.escape = function () {
677
+ if (this.isShown && this.options.keyboard) {
678
+ this.$element.on('keyup.dismiss.bs.modal', $.proxy(function (e) {
679
+ e.which == 27 && this.hide()
680
+ }, this))
681
+ } else if (!this.isShown) {
682
+ this.$element.off('keyup.dismiss.bs.modal')
683
+ }
684
+ }
685
+
686
+ Modal.prototype.hideModal = function () {
687
+ var that = this
688
+ this.$element.hide()
689
+ this.backdrop(function () {
690
+ that.removeBackdrop()
691
+ that.$element.trigger('hidden.bs.modal')
692
+ })
693
+ }
694
+
695
+ Modal.prototype.removeBackdrop = function () {
696
+ this.$backdrop && this.$backdrop.remove()
697
+ this.$backdrop = null
698
+ }
699
+
700
+ Modal.prototype.backdrop = function (callback) {
701
+ var animate = this.$element.hasClass('fade') ? 'fade' : ''
702
+
703
+ if (this.isShown && this.options.backdrop) {
704
+ var doAnimate = $.support.transition && animate
705
+
706
+ this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />')
707
+ .appendTo(document.body)
708
+
709
+ this.$element.on('click.dismiss.bs.modal', $.proxy(function (e) {
710
+ if (e.target !== e.currentTarget) return
711
+ this.options.backdrop == 'static'
712
+ ? this.$element[0].focus.call(this.$element[0])
713
+ : this.hide.call(this)
714
+ }, this))
715
+
716
+ if (doAnimate) this.$backdrop[0].offsetWidth // force reflow
717
+
718
+ this.$backdrop.addClass('in')
719
+
720
+ if (!callback) return
721
+
722
+ doAnimate ?
723
+ this.$backdrop
724
+ .one($.support.transition.end, callback)
725
+ .emulateTransitionEnd(150) :
726
+ callback()
727
+
728
+ } else if (!this.isShown && this.$backdrop) {
729
+ this.$backdrop.removeClass('in')
730
+
731
+ $.support.transition && this.$element.hasClass('fade') ?
732
+ this.$backdrop
733
+ .one($.support.transition.end, callback)
734
+ .emulateTransitionEnd(150) :
735
+ callback()
736
+
737
+ } else if (callback) {
738
+ callback()
739
+ }
740
+ }
741
+
742
+
743
+ // MODAL PLUGIN DEFINITION
744
+ // =======================
745
+
746
+ var old = $.fn.modal
747
+
748
+ $.fn.modal = function (option, _relatedTarget) {
749
+ return this.each(function () {
750
+ var $this = $(this)
751
+ var data = $this.data('bs.modal')
752
+ var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option)
753
+
754
+ if (!data) $this.data('bs.modal', (data = new Modal(this, options)))
755
+ if (typeof option == 'string') data[option](_relatedTarget)
756
+ else if (options.show) data.show(_relatedTarget)
757
+ })
758
+ }
759
+
760
+ $.fn.modal.Constructor = Modal
761
+
762
+
763
+ // MODAL NO CONFLICT
764
+ // =================
765
+
766
+ $.fn.modal.noConflict = function () {
767
+ $.fn.modal = old
768
+ return this
769
+ }
770
+
771
+
772
+ // MODAL DATA-API
773
+ // ==============
774
+
775
+ $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) {
776
+ var $this = $(this)
777
+ var href = $this.attr('href')
778
+ var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) //strip for ie7
779
+ var option = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data())
780
+
781
+ if ($this.is('a')) e.preventDefault()
782
+
783
+ $target
784
+ .modal(option, this)
785
+ .one('hide', function () {
786
+ $this.is(':visible') && $this.focus()
787
+ })
788
+ })
789
+
790
+ $(document)
791
+ .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
792
+ .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
793
+
794
+ }(jQuery);
795
+
796
+ /* ========================================================================
797
+ * Bootstrap: tooltip.js v3.1.1
798
+ * http://getbootstrap.com/javascript/#tooltip
799
+ * Inspired by the original jQuery.tipsy by Jason Frame
800
+ * ========================================================================
801
+ * Copyright 2011-2014 Twitter, Inc.
802
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
803
+ * ======================================================================== */
804
+
805
+
806
+ +function ($) {
807
+ 'use strict';
808
+
809
+ // TOOLTIP PUBLIC CLASS DEFINITION
810
+ // ===============================
811
+
812
+ var Tooltip = function (element, options) {
813
+ this.type =
814
+ this.options =
815
+ this.enabled =
816
+ this.timeout =
817
+ this.hoverState =
818
+ this.$element = null
819
+
820
+ this.init('tooltip', element, options)
821
+ }
822
+
823
+ Tooltip.DEFAULTS = {
824
+ animation: true,
825
+ placement: 'top',
826
+ selector: false,
827
+ template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',
828
+ trigger: 'hover focus',
829
+ title: '',
830
+ delay: 0,
831
+ html: false,
832
+ container: false
833
+ }
834
+
835
+ Tooltip.prototype.init = function (type, element, options) {
836
+ this.enabled = true
837
+ this.type = type
838
+ this.$element = $(element)
839
+ this.options = this.getOptions(options)
840
+
841
+ var triggers = this.options.trigger.split(' ')
842
+
843
+ for (var i = triggers.length; i--;) {
844
+ var trigger = triggers[i]
845
+
846
+ if (trigger == 'click') {
847
+ this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
848
+ } else if (trigger != 'manual') {
849
+ var eventIn = trigger == 'hover' ? 'mouseenter' : 'focusin'
850
+ var eventOut = trigger == 'hover' ? 'mouseleave' : 'focusout'
851
+
852
+ this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
853
+ this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
854
+ }
855
+ }
856
+
857
+ this.options.selector ?
858
+ (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
859
+ this.fixTitle()
860
+ }
861
+
862
+ Tooltip.prototype.getDefaults = function () {
863
+ return Tooltip.DEFAULTS
864
+ }
865
+
866
+ Tooltip.prototype.getOptions = function (options) {
867
+ options = $.extend({}, this.getDefaults(), this.$element.data(), options)
868
+
869
+ if (options.delay && typeof options.delay == 'number') {
870
+ options.delay = {
871
+ show: options.delay,
872
+ hide: options.delay
873
+ }
874
+ }
875
+
876
+ return options
877
+ }
878
+
879
+ Tooltip.prototype.getDelegateOptions = function () {
880
+ var options = {}
881
+ var defaults = this.getDefaults()
882
+
883
+ this._options && $.each(this._options, function (key, value) {
884
+ if (defaults[key] != value) options[key] = value
885
+ })
886
+
887
+ return options
888
+ }
889
+
890
+ Tooltip.prototype.enter = function (obj) {
891
+ var self = obj instanceof this.constructor ?
892
+ obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type)
893
+
894
+ clearTimeout(self.timeout)
895
+
896
+ self.hoverState = 'in'
897
+
898
+ if (!self.options.delay || !self.options.delay.show) return self.show()
899
+
900
+ self.timeout = setTimeout(function () {
901
+ if (self.hoverState == 'in') self.show()
902
+ }, self.options.delay.show)
903
+ }
904
+
905
+ Tooltip.prototype.leave = function (obj) {
906
+ var self = obj instanceof this.constructor ?
907
+ obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type)
908
+
909
+ clearTimeout(self.timeout)
910
+
911
+ self.hoverState = 'out'
912
+
913
+ if (!self.options.delay || !self.options.delay.hide) return self.hide()
914
+
915
+ self.timeout = setTimeout(function () {
916
+ if (self.hoverState == 'out') self.hide()
917
+ }, self.options.delay.hide)
918
+ }
919
+
920
+ Tooltip.prototype.show = function () {
921
+ var e = $.Event('show.bs.' + this.type)
922
+
923
+ if (this.hasContent() && this.enabled) {
924
+ this.$element.trigger(e)
925
+
926
+ if (e.isDefaultPrevented()) return
927
+ var that = this;
928
+
929
+ var $tip = this.tip()
930
+
931
+ this.setContent()
932
+
933
+ if (this.options.animation) $tip.addClass('fade')
934
+
935
+ var placement = typeof this.options.placement == 'function' ?
936
+ this.options.placement.call(this, $tip[0], this.$element[0]) :
937
+ this.options.placement
938
+
939
+ var autoToken = /\s?auto?\s?/i
940
+ var autoPlace = autoToken.test(placement)
941
+ if (autoPlace) placement = placement.replace(autoToken, '') || 'top'
942
+
943
+ $tip
944
+ .detach()
945
+ .css({ top: 0, left: 0, display: 'block' })
946
+ .addClass(placement)
947
+
948
+ this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element)
949
+
950
+ var pos = this.getPosition()
951
+ var actualWidth = $tip[0].offsetWidth
952
+ var actualHeight = $tip[0].offsetHeight
953
+
954
+ if (autoPlace) {
955
+ var $parent = this.$element.parent()
956
+
957
+ var orgPlacement = placement
958
+ var docScroll = document.documentElement.scrollTop || document.body.scrollTop
959
+ var parentWidth = this.options.container == 'body' ? window.innerWidth : $parent.outerWidth()
960
+ var parentHeight = this.options.container == 'body' ? window.innerHeight : $parent.outerHeight()
961
+ var parentLeft = this.options.container == 'body' ? 0 : $parent.offset().left
962
+
963
+ placement = placement == 'bottom' && pos.top + pos.height + actualHeight - docScroll > parentHeight ? 'top' :
964
+ placement == 'top' && pos.top - docScroll - actualHeight < 0 ? 'bottom' :
965
+ placement == 'right' && pos.right + actualWidth > parentWidth ? 'left' :
966
+ placement == 'left' && pos.left - actualWidth < parentLeft ? 'right' :
967
+ placement
968
+
969
+ $tip
970
+ .removeClass(orgPlacement)
971
+ .addClass(placement)
972
+ }
973
+
974
+ var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
975
+
976
+ this.applyPlacement(calculatedOffset, placement)
977
+ this.hoverState = null
978
+
979
+ var complete = function() {
980
+ that.$element.trigger('shown.bs.' + that.type)
981
+ }
982
+
983
+ $.support.transition && this.$tip.hasClass('fade') ?
984
+ $tip
985
+ .one($.support.transition.end, complete)
986
+ .emulateTransitionEnd(150) :
987
+ complete()
988
+ }
989
+ }
990
+
991
+ Tooltip.prototype.applyPlacement = function (offset, placement) {
992
+ var replace
993
+ var $tip = this.tip()
994
+ var width = $tip[0].offsetWidth
995
+ var height = $tip[0].offsetHeight
996
+
997
+ // manually read margins because getBoundingClientRect includes difference
998
+ var marginTop = parseInt($tip.css('margin-top'), 10)
999
+ var marginLeft = parseInt($tip.css('margin-left'), 10)
1000
+
1001
+ // we must check for NaN for ie 8/9
1002
+ if (isNaN(marginTop)) marginTop = 0
1003
+ if (isNaN(marginLeft)) marginLeft = 0
1004
+
1005
+ offset.top = offset.top + marginTop
1006
+ offset.left = offset.left + marginLeft
1007
+
1008
+ // $.fn.offset doesn't round pixel values
1009
+ // so we use setOffset directly with our own function B-0
1010
+ $.offset.setOffset($tip[0], $.extend({
1011
+ using: function (props) {
1012
+ $tip.css({
1013
+ top: Math.round(props.top),
1014
+ left: Math.round(props.left)
1015
+ })
1016
+ }
1017
+ }, offset), 0)
1018
+
1019
+ $tip.addClass('in')
1020
+
1021
+ // check to see if placing tip in new offset caused the tip to resize itself
1022
+ var actualWidth = $tip[0].offsetWidth
1023
+ var actualHeight = $tip[0].offsetHeight
1024
+
1025
+ if (placement == 'top' && actualHeight != height) {
1026
+ replace = true
1027
+ offset.top = offset.top + height - actualHeight
1028
+ }
1029
+
1030
+ if (/bottom|top/.test(placement)) {
1031
+ var delta = 0
1032
+
1033
+ if (offset.left < 0) {
1034
+ delta = offset.left * -2
1035
+ offset.left = 0
1036
+
1037
+ $tip.offset(offset)
1038
+
1039
+ actualWidth = $tip[0].offsetWidth
1040
+ actualHeight = $tip[0].offsetHeight
1041
+ }
1042
+
1043
+ this.replaceArrow(delta - width + actualWidth, actualWidth, 'left')
1044
+ } else {
1045
+ this.replaceArrow(actualHeight - height, actualHeight, 'top')
1046
+ }
1047
+
1048
+ if (replace) $tip.offset(offset)
1049
+ }
1050
+
1051
+ Tooltip.prototype.replaceArrow = function (delta, dimension, position) {
1052
+ this.arrow().css(position, delta ? (50 * (1 - delta / dimension) + '%') : '')
1053
+ }
1054
+
1055
+ Tooltip.prototype.setContent = function () {
1056
+ var $tip = this.tip()
1057
+ var title = this.getTitle()
1058
+
1059
+ $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
1060
+ $tip.removeClass('fade in top bottom left right')
1061
+ }
1062
+
1063
+ Tooltip.prototype.hide = function () {
1064
+ var that = this
1065
+ var $tip = this.tip()
1066
+ var e = $.Event('hide.bs.' + this.type)
1067
+
1068
+ function complete() {
1069
+ if (that.hoverState != 'in') $tip.detach()
1070
+ that.$element.trigger('hidden.bs.' + that.type)
1071
+ }
1072
+
1073
+ this.$element.trigger(e)
1074
+
1075
+ if (e.isDefaultPrevented()) return
1076
+
1077
+ $tip.removeClass('in')
1078
+
1079
+ $.support.transition && this.$tip.hasClass('fade') ?
1080
+ $tip
1081
+ .one($.support.transition.end, complete)
1082
+ .emulateTransitionEnd(150) :
1083
+ complete()
1084
+
1085
+ this.hoverState = null
1086
+
1087
+ return this
1088
+ }
1089
+
1090
+ Tooltip.prototype.fixTitle = function () {
1091
+ var $e = this.$element
1092
+ if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
1093
+ $e.attr('data-original-title', $e.attr('title') || '').attr('title', '')
1094
+ }
1095
+ }
1096
+
1097
+ Tooltip.prototype.hasContent = function () {
1098
+ return this.getTitle()
1099
+ }
1100
+
1101
+ Tooltip.prototype.getPosition = function () {
1102
+ var el = this.$element[0]
1103
+ return $.extend({}, (typeof el.getBoundingClientRect == 'function') ? el.getBoundingClientRect() : {
1104
+ width: el.offsetWidth,
1105
+ height: el.offsetHeight
1106
+ }, this.$element.offset())
1107
+ }
1108
+
1109
+ Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) {
1110
+ return placement == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } :
1111
+ placement == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } :
1112
+ placement == 'left' ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth } :
1113
+ /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width }
1114
+ }
1115
+
1116
+ Tooltip.prototype.getTitle = function () {
1117
+ var title
1118
+ var $e = this.$element
1119
+ var o = this.options
1120
+
1121
+ title = $e.attr('data-original-title')
1122
+ || (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
1123
+
1124
+ return title
1125
+ }
1126
+
1127
+ Tooltip.prototype.tip = function () {
1128
+ return this.$tip = this.$tip || $(this.options.template)
1129
+ }
1130
+
1131
+ Tooltip.prototype.arrow = function () {
1132
+ return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow')
1133
+ }
1134
+
1135
+ Tooltip.prototype.validate = function () {
1136
+ if (!this.$element[0].parentNode) {
1137
+ this.hide()
1138
+ this.$element = null
1139
+ this.options = null
1140
+ }
1141
+ }
1142
+
1143
+ Tooltip.prototype.enable = function () {
1144
+ this.enabled = true
1145
+ }
1146
+
1147
+ Tooltip.prototype.disable = function () {
1148
+ this.enabled = false
1149
+ }
1150
+
1151
+ Tooltip.prototype.toggleEnabled = function () {
1152
+ this.enabled = !this.enabled
1153
+ }
1154
+
1155
+ Tooltip.prototype.toggle = function (e) {
1156
+ var self = e ? $(e.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) : this
1157
+ self.tip().hasClass('in') ? self.leave(self) : self.enter(self)
1158
+ }
1159
+
1160
+ Tooltip.prototype.destroy = function () {
1161
+ clearTimeout(this.timeout)
1162
+ this.hide().$element.off('.' + this.type).removeData('bs.' + this.type)
1163
+ }
1164
+
1165
+
1166
+ // TOOLTIP PLUGIN DEFINITION
1167
+ // =========================
1168
+
1169
+ var old = $.fn.tooltip
1170
+
1171
+ $.fn.tooltip = function (option) {
1172
+ return this.each(function () {
1173
+ var $this = $(this)
1174
+ var data = $this.data('bs.tooltip')
1175
+ var options = typeof option == 'object' && option
1176
+
1177
+ if (!data && option == 'destroy') return
1178
+ if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options)))
1179
+ if (typeof option == 'string') data[option]()
1180
+ })
1181
+ }
1182
+
1183
+ $.fn.tooltip.Constructor = Tooltip
1184
+
1185
+
1186
+ // TOOLTIP NO CONFLICT
1187
+ // ===================
1188
+
1189
+ $.fn.tooltip.noConflict = function () {
1190
+ $.fn.tooltip = old
1191
+ return this
1192
+ }
1193
+
1194
+ }(jQuery);
1195
+
1196
+ /* ========================================================================
1197
+ * Bootstrap: popover.js v3.1.1
1198
+ * http://getbootstrap.com/javascript/#popovers
1199
+ * ========================================================================
1200
+ * Copyright 2011-2014 Twitter, Inc.
1201
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
1202
+ * ======================================================================== */
1203
+
1204
+
1205
+ +function ($) {
1206
+ 'use strict';
1207
+
1208
+ // POPOVER PUBLIC CLASS DEFINITION
1209
+ // ===============================
1210
+
1211
+ var Popover = function (element, options) {
1212
+ this.init('popover', element, options)
1213
+ }
1214
+
1215
+ if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
1216
+
1217
+ Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
1218
+ placement: 'right',
1219
+ trigger: 'click',
1220
+ content: '',
1221
+ template: '<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
1222
+ })
1223
+
1224
+
1225
+ // NOTE: POPOVER EXTENDS tooltip.js
1226
+ // ================================
1227
+
1228
+ Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype)
1229
+
1230
+ Popover.prototype.constructor = Popover
1231
+
1232
+ Popover.prototype.getDefaults = function () {
1233
+ return Popover.DEFAULTS
1234
+ }
1235
+
1236
+ Popover.prototype.setContent = function () {
1237
+ var $tip = this.tip()
1238
+ var title = this.getTitle()
1239
+ var content = this.getContent()
1240
+
1241
+ $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
1242
+ $tip.find('.popover-content')[ // we use append for html objects to maintain js events
1243
+ this.options.html ? (typeof content == 'string' ? 'html' : 'append') : 'text'
1244
+ ](content)
1245
+
1246
+ $tip.removeClass('fade top bottom left right in')
1247
+
1248
+ // IE8 doesn't accept hiding via the `:empty` pseudo selector, we have to do
1249
+ // this manually by checking the contents.
1250
+ if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide()
1251
+ }
1252
+
1253
+ Popover.prototype.hasContent = function () {
1254
+ return this.getTitle() || this.getContent()
1255
+ }
1256
+
1257
+ Popover.prototype.getContent = function () {
1258
+ var $e = this.$element
1259
+ var o = this.options
1260
+
1261
+ return $e.attr('data-content')
1262
+ || (typeof o.content == 'function' ?
1263
+ o.content.call($e[0]) :
1264
+ o.content)
1265
+ }
1266
+
1267
+ Popover.prototype.arrow = function () {
1268
+ return this.$arrow = this.$arrow || this.tip().find('.arrow')
1269
+ }
1270
+
1271
+ Popover.prototype.tip = function () {
1272
+ if (!this.$tip) this.$tip = $(this.options.template)
1273
+ return this.$tip
1274
+ }
1275
+
1276
+
1277
+ // POPOVER PLUGIN DEFINITION
1278
+ // =========================
1279
+
1280
+ var old = $.fn.popover
1281
+
1282
+ $.fn.popover = function (option) {
1283
+ return this.each(function () {
1284
+ var $this = $(this)
1285
+ var data = $this.data('bs.popover')
1286
+ var options = typeof option == 'object' && option
1287
+
1288
+ if (!data && option == 'destroy') return
1289
+ if (!data) $this.data('bs.popover', (data = new Popover(this, options)))
1290
+ if (typeof option == 'string') data[option]()
1291
+ })
1292
+ }
1293
+
1294
+ $.fn.popover.Constructor = Popover
1295
+
1296
+
1297
+ // POPOVER NO CONFLICT
1298
+ // ===================
1299
+
1300
+ $.fn.popover.noConflict = function () {
1301
+ $.fn.popover = old
1302
+ return this
1303
+ }
1304
+
1305
+ }(jQuery);
1306
+
1307
+ /* ========================================================================
1308
+ * Bootstrap: tab.js v3.1.1
1309
+ * http://getbootstrap.com/javascript/#tabs
1310
+ * ========================================================================
1311
+ * Copyright 2011-2014 Twitter, Inc.
1312
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
1313
+ * ======================================================================== */
1314
+
1315
+
1316
+ +function ($) {
1317
+ 'use strict';
1318
+
1319
+ // TAB CLASS DEFINITION
1320
+ // ====================
1321
+
1322
+ var Tab = function (element) {
1323
+ this.element = $(element)
1324
+ }
1325
+
1326
+ Tab.prototype.show = function () {
1327
+ var $this = this.element
1328
+ var $ul = $this.closest('ul:not(.dropdown-menu)')
1329
+ var selector = $this.data('target')
1330
+
1331
+ if (!selector) {
1332
+ selector = $this.attr('href')
1333
+ selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
1334
+ }
1335
+
1336
+ if ($this.parent('li').hasClass('active')) return
1337
+
1338
+ var previous = $ul.find('.active:last a')[0]
1339
+ var e = $.Event('show.bs.tab', {
1340
+ relatedTarget: previous
1341
+ })
1342
+
1343
+ $this.trigger(e)
1344
+
1345
+ if (e.isDefaultPrevented()) return
1346
+
1347
+ var $target = $(selector)
1348
+
1349
+ this.activate($this.parent('li'), $ul)
1350
+ this.activate($target, $target.parent(), function () {
1351
+ $this.trigger({
1352
+ type: 'shown.bs.tab',
1353
+ relatedTarget: previous
1354
+ })
1355
+ })
1356
+ }
1357
+
1358
+ Tab.prototype.activate = function (element, container, callback) {
1359
+ var $active = container.find('> .active')
1360
+ var transition = callback
1361
+ && $.support.transition
1362
+ && $active.hasClass('fade')
1363
+
1364
+ function next() {
1365
+ $active
1366
+ .removeClass('active')
1367
+ .find('> .dropdown-menu > .active')
1368
+ .removeClass('active')
1369
+
1370
+ element.addClass('active')
1371
+
1372
+ if (transition) {
1373
+ element[0].offsetWidth // reflow for transition
1374
+ element.addClass('in')
1375
+ } else {
1376
+ element.removeClass('fade')
1377
+ }
1378
+
1379
+ if (element.parent('.dropdown-menu')) {
1380
+ element.closest('li.dropdown').addClass('active')
1381
+ }
1382
+
1383
+ callback && callback()
1384
+ }
1385
+
1386
+ transition ?
1387
+ $active
1388
+ .one($.support.transition.end, next)
1389
+ .emulateTransitionEnd(150) :
1390
+ next()
1391
+
1392
+ $active.removeClass('in')
1393
+ }
1394
+
1395
+
1396
+ // TAB PLUGIN DEFINITION
1397
+ // =====================
1398
+
1399
+ var old = $.fn.tab
1400
+
1401
+ $.fn.tab = function ( option ) {
1402
+ return this.each(function () {
1403
+ var $this = $(this)
1404
+ var data = $this.data('bs.tab')
1405
+
1406
+ if (!data) $this.data('bs.tab', (data = new Tab(this)))
1407
+ if (typeof option == 'string') data[option]()
1408
+ })
1409
+ }
1410
+
1411
+ $.fn.tab.Constructor = Tab
1412
+
1413
+
1414
+ // TAB NO CONFLICT
1415
+ // ===============
1416
+
1417
+ $.fn.tab.noConflict = function () {
1418
+ $.fn.tab = old
1419
+ return this
1420
+ }
1421
+
1422
+
1423
+ // TAB DATA-API
1424
+ // ============
1425
+
1426
+ $(document).on('click.bs.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) {
1427
+ e.preventDefault()
1428
+ $(this).tab('show')
1429
+ })
1430
+
1431
+ }(jQuery);
1432
+
1433
+ /* ========================================================================
1434
+ * Bootstrap: affix.js v3.1.1
1435
+ * http://getbootstrap.com/javascript/#affix
1436
+ * ========================================================================
1437
+ * Copyright 2011-2014 Twitter, Inc.
1438
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
1439
+ * ======================================================================== */
1440
+
1441
+
1442
+ +function ($) {
1443
+ 'use strict';
1444
+
1445
+ // AFFIX CLASS DEFINITION
1446
+ // ======================
1447
+
1448
+ var Affix = function (element, options) {
1449
+ this.options = $.extend({}, Affix.DEFAULTS, options)
1450
+ this.$window = $(window)
1451
+ .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this))
1452
+ .on('click.bs.affix.data-api', $.proxy(this.checkPositionWithEventLoop, this))
1453
+
1454
+ this.$element = $(element)
1455
+ this.affixed =
1456
+ this.unpin =
1457
+ this.pinnedOffset = null
1458
+
1459
+ this.checkPosition()
1460
+ }
1461
+
1462
+ Affix.RESET = 'affix affix-top affix-bottom'
1463
+
1464
+ Affix.DEFAULTS = {
1465
+ offset: 0
1466
+ }
1467
+
1468
+ Affix.prototype.getPinnedOffset = function () {
1469
+ if (this.pinnedOffset) return this.pinnedOffset
1470
+ this.$element.removeClass(Affix.RESET).addClass('affix')
1471
+ var scrollTop = this.$window.scrollTop()
1472
+ var position = this.$element.offset()
1473
+ return (this.pinnedOffset = position.top - scrollTop)
1474
+ }
1475
+
1476
+ Affix.prototype.checkPositionWithEventLoop = function () {
1477
+ setTimeout($.proxy(this.checkPosition, this), 1)
1478
+ }
1479
+
1480
+ Affix.prototype.checkPosition = function () {
1481
+ if (!this.$element.is(':visible')) return
1482
+
1483
+ var scrollHeight = $(document).height()
1484
+ var scrollTop = this.$window.scrollTop()
1485
+ var position = this.$element.offset()
1486
+ var offset = this.options.offset
1487
+ var offsetTop = offset.top
1488
+ var offsetBottom = offset.bottom
1489
+
1490
+ if (this.affixed == 'top') position.top += scrollTop
1491
+
1492
+ if (typeof offset != 'object') offsetBottom = offsetTop = offset
1493
+ if (typeof offsetTop == 'function') offsetTop = offset.top(this.$element)
1494
+ if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element)
1495
+
1496
+ var affix = this.unpin != null && (scrollTop + this.unpin <= position.top) ? false :
1497
+ offsetBottom != null && (position.top + this.$element.height() >= scrollHeight - offsetBottom) ? 'bottom' :
1498
+ offsetTop != null && (scrollTop <= offsetTop) ? 'top' : false
1499
+
1500
+ if (this.affixed === affix) return
1501
+ if (this.unpin) this.$element.css('top', '')
1502
+
1503
+ var affixType = 'affix' + (affix ? '-' + affix : '')
1504
+ var e = $.Event(affixType + '.bs.affix')
1505
+
1506
+ this.$element.trigger(e)
1507
+
1508
+ if (e.isDefaultPrevented()) return
1509
+
1510
+ this.affixed = affix
1511
+ this.unpin = affix == 'bottom' ? this.getPinnedOffset() : null
1512
+
1513
+ this.$element
1514
+ .removeClass(Affix.RESET)
1515
+ .addClass(affixType)
1516
+ .trigger($.Event(affixType.replace('affix', 'affixed')))
1517
+
1518
+ if (affix == 'bottom') {
1519
+ this.$element.offset({ top: scrollHeight - offsetBottom - this.$element.height() })
1520
+ }
1521
+ }
1522
+
1523
+
1524
+ // AFFIX PLUGIN DEFINITION
1525
+ // =======================
1526
+
1527
+ var old = $.fn.affix
1528
+
1529
+ $.fn.affix = function (option) {
1530
+ return this.each(function () {
1531
+ var $this = $(this)
1532
+ var data = $this.data('bs.affix')
1533
+ var options = typeof option == 'object' && option
1534
+
1535
+ if (!data) $this.data('bs.affix', (data = new Affix(this, options)))
1536
+ if (typeof option == 'string') data[option]()
1537
+ })
1538
+ }
1539
+
1540
+ $.fn.affix.Constructor = Affix
1541
+
1542
+
1543
+ // AFFIX NO CONFLICT
1544
+ // =================
1545
+
1546
+ $.fn.affix.noConflict = function () {
1547
+ $.fn.affix = old
1548
+ return this
1549
+ }
1550
+
1551
+
1552
+ // AFFIX DATA-API
1553
+ // ==============
1554
+
1555
+ $(window).on('load', function () {
1556
+ $('[data-spy="affix"]').each(function () {
1557
+ var $spy = $(this)
1558
+ var data = $spy.data()
1559
+
1560
+ data.offset = data.offset || {}
1561
+
1562
+ if (data.offsetBottom) data.offset.bottom = data.offsetBottom
1563
+ if (data.offsetTop) data.offset.top = data.offsetTop
1564
+
1565
+ $spy.affix(data)
1566
+ })
1567
+ })
1568
+
1569
+ }(jQuery);
1570
+
1571
+ /* ========================================================================
1572
+ * Bootstrap: collapse.js v3.1.1
1573
+ * http://getbootstrap.com/javascript/#collapse
1574
+ * ========================================================================
1575
+ * Copyright 2011-2014 Twitter, Inc.
1576
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
1577
+ * ======================================================================== */
1578
+
1579
+
1580
+ +function ($) {
1581
+ 'use strict';
1582
+
1583
+ // COLLAPSE PUBLIC CLASS DEFINITION
1584
+ // ================================
1585
+
1586
+ var Collapse = function (element, options) {
1587
+ this.$element = $(element)
1588
+ this.options = $.extend({}, Collapse.DEFAULTS, options)
1589
+ this.transitioning = null
1590
+
1591
+ if (this.options.parent) this.$parent = $(this.options.parent)
1592
+ if (this.options.toggle) this.toggle()
1593
+ }
1594
+
1595
+ Collapse.DEFAULTS = {
1596
+ toggle: true
1597
+ }
1598
+
1599
+ Collapse.prototype.dimension = function () {
1600
+ var hasWidth = this.$element.hasClass('width')
1601
+ return hasWidth ? 'width' : 'height'
1602
+ }
1603
+
1604
+ Collapse.prototype.show = function () {
1605
+ if (this.transitioning || this.$element.hasClass('in')) return
1606
+
1607
+ var startEvent = $.Event('show.bs.collapse')
1608
+ this.$element.trigger(startEvent)
1609
+ if (startEvent.isDefaultPrevented()) return
1610
+
1611
+ var actives = this.$parent && this.$parent.find('> .panel > .in')
1612
+
1613
+ if (actives && actives.length) {
1614
+ var hasData = actives.data('bs.collapse')
1615
+ if (hasData && hasData.transitioning) return
1616
+ actives.collapse('hide')
1617
+ hasData || actives.data('bs.collapse', null)
1618
+ }
1619
+
1620
+ var dimension = this.dimension()
1621
+
1622
+ this.$element
1623
+ .removeClass('collapse')
1624
+ .addClass('collapsing')
1625
+ [dimension](0)
1626
+
1627
+ this.transitioning = 1
1628
+
1629
+ var complete = function () {
1630
+ this.$element
1631
+ .removeClass('collapsing')
1632
+ .addClass('collapse in')
1633
+ [dimension]('auto')
1634
+ this.transitioning = 0
1635
+ this.$element.trigger('shown.bs.collapse')
1636
+ }
1637
+
1638
+ if (!$.support.transition) return complete.call(this)
1639
+
1640
+ var scrollSize = $.camelCase(['scroll', dimension].join('-'))
1641
+
1642
+ this.$element
1643
+ .one($.support.transition.end, $.proxy(complete, this))
1644
+ .emulateTransitionEnd(350)
1645
+ [dimension](this.$element[0][scrollSize])
1646
+ }
1647
+
1648
+ Collapse.prototype.hide = function () {
1649
+ if (this.transitioning || !this.$element.hasClass('in')) return
1650
+
1651
+ var startEvent = $.Event('hide.bs.collapse')
1652
+ this.$element.trigger(startEvent)
1653
+ if (startEvent.isDefaultPrevented()) return
1654
+
1655
+ var dimension = this.dimension()
1656
+
1657
+ this.$element
1658
+ [dimension](this.$element[dimension]())
1659
+ [0].offsetHeight
1660
+
1661
+ this.$element
1662
+ .addClass('collapsing')
1663
+ .removeClass('collapse')
1664
+ .removeClass('in')
1665
+
1666
+ this.transitioning = 1
1667
+
1668
+ var complete = function () {
1669
+ this.transitioning = 0
1670
+ this.$element
1671
+ .trigger('hidden.bs.collapse')
1672
+ .removeClass('collapsing')
1673
+ .addClass('collapse')
1674
+ }
1675
+
1676
+ if (!$.support.transition) return complete.call(this)
1677
+
1678
+ this.$element
1679
+ [dimension](0)
1680
+ .one($.support.transition.end, $.proxy(complete, this))
1681
+ .emulateTransitionEnd(350)
1682
+ }
1683
+
1684
+ Collapse.prototype.toggle = function () {
1685
+ this[this.$element.hasClass('in') ? 'hide' : 'show']()
1686
+ }
1687
+
1688
+
1689
+ // COLLAPSE PLUGIN DEFINITION
1690
+ // ==========================
1691
+
1692
+ var old = $.fn.collapse
1693
+
1694
+ $.fn.collapse = function (option) {
1695
+ return this.each(function () {
1696
+ var $this = $(this)
1697
+ var data = $this.data('bs.collapse')
1698
+ var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option)
1699
+
1700
+ if (!data && options.toggle && option == 'show') option = !option
1701
+ if (!data) $this.data('bs.collapse', (data = new Collapse(this, options)))
1702
+ if (typeof option == 'string') data[option]()
1703
+ })
1704
+ }
1705
+
1706
+ $.fn.collapse.Constructor = Collapse
1707
+
1708
+
1709
+ // COLLAPSE NO CONFLICT
1710
+ // ====================
1711
+
1712
+ $.fn.collapse.noConflict = function () {
1713
+ $.fn.collapse = old
1714
+ return this
1715
+ }
1716
+
1717
+
1718
+ // COLLAPSE DATA-API
1719
+ // =================
1720
+
1721
+ $(document).on('click.bs.collapse.data-api', '[data-toggle=collapse]', function (e) {
1722
+ var $this = $(this), href
1723
+ var target = $this.attr('data-target')
1724
+ || e.preventDefault()
1725
+ || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7
1726
+ var $target = $(target)
1727
+ var data = $target.data('bs.collapse')
1728
+ var option = data ? 'toggle' : $this.data()
1729
+ var parent = $this.attr('data-parent')
1730
+ var $parent = parent && $(parent)
1731
+
1732
+ if (!data || !data.transitioning) {
1733
+ if ($parent) $parent.find('[data-toggle=collapse][data-parent="' + parent + '"]').not($this).addClass('collapsed')
1734
+ $this[$target.hasClass('in') ? 'addClass' : 'removeClass']('collapsed')
1735
+ }
1736
+
1737
+ $target.collapse(option)
1738
+ })
1739
+
1740
+ }(jQuery);
1741
+
1742
+ /* ========================================================================
1743
+ * Bootstrap: scrollspy.js v3.1.1
1744
+ * http://getbootstrap.com/javascript/#scrollspy
1745
+ * ========================================================================
1746
+ * Copyright 2011-2014 Twitter, Inc.
1747
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
1748
+ * ======================================================================== */
1749
+
1750
+
1751
+ +function ($) {
1752
+ 'use strict';
1753
+
1754
+ // SCROLLSPY CLASS DEFINITION
1755
+ // ==========================
1756
+
1757
+ function ScrollSpy(element, options) {
1758
+ var href
1759
+ var process = $.proxy(this.process, this)
1760
+
1761
+ this.$element = $(element).is('body') ? $(window) : $(element)
1762
+ this.$body = $('body')
1763
+ this.$scrollElement = this.$element.on('scroll.bs.scroll-spy.data-api', process)
1764
+ this.options = $.extend({}, ScrollSpy.DEFAULTS, options)
1765
+ this.selector = (this.options.target
1766
+ || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
1767
+ || '') + ' .nav li > a'
1768
+ this.offsets = $([])
1769
+ this.targets = $([])
1770
+ this.activeTarget = null
1771
+
1772
+ this.refresh()
1773
+ this.process()
1774
+ }
1775
+
1776
+ ScrollSpy.DEFAULTS = {
1777
+ offset: 10
1778
+ }
1779
+
1780
+ ScrollSpy.prototype.refresh = function () {
1781
+ var offsetMethod = this.$element[0] == window ? 'offset' : 'position'
1782
+
1783
+ this.offsets = $([])
1784
+ this.targets = $([])
1785
+
1786
+ var self = this
1787
+ var $targets = this.$body
1788
+ .find(this.selector)
1789
+ .map(function () {
1790
+ var $el = $(this)
1791
+ var href = $el.data('target') || $el.attr('href')
1792
+ var $href = /^#./.test(href) && $(href)
1793
+
1794
+ return ($href
1795
+ && $href.length
1796
+ && $href.is(':visible')
1797
+ && [[ $href[offsetMethod]().top + (!$.isWindow(self.$scrollElement.get(0)) && self.$scrollElement.scrollTop()), href ]]) || null
1798
+ })
1799
+ .sort(function (a, b) { return a[0] - b[0] })
1800
+ .each(function () {
1801
+ self.offsets.push(this[0])
1802
+ self.targets.push(this[1])
1803
+ })
1804
+ }
1805
+
1806
+ ScrollSpy.prototype.process = function () {
1807
+ var scrollTop = this.$scrollElement.scrollTop() + this.options.offset
1808
+ var scrollHeight = this.$scrollElement[0].scrollHeight || this.$body[0].scrollHeight
1809
+ var maxScroll = scrollHeight - this.$scrollElement.height()
1810
+ var offsets = this.offsets
1811
+ var targets = this.targets
1812
+ var activeTarget = this.activeTarget
1813
+ var i
1814
+
1815
+ if (scrollTop >= maxScroll) {
1816
+ return activeTarget != (i = targets.last()[0]) && this.activate(i)
1817
+ }
1818
+
1819
+ if (activeTarget && scrollTop <= offsets[0]) {
1820
+ return activeTarget != (i = targets[0]) && this.activate(i)
1821
+ }
1822
+
1823
+ for (i = offsets.length; i--;) {
1824
+ activeTarget != targets[i]
1825
+ && scrollTop >= offsets[i]
1826
+ && (!offsets[i + 1] || scrollTop <= offsets[i + 1])
1827
+ && this.activate( targets[i] )
1828
+ }
1829
+ }
1830
+
1831
+ ScrollSpy.prototype.activate = function (target) {
1832
+ this.activeTarget = target
1833
+
1834
+ $(this.selector)
1835
+ .parentsUntil(this.options.target, '.active')
1836
+ .removeClass('active')
1837
+
1838
+ var selector = this.selector +
1839
+ '[data-target="' + target + '"],' +
1840
+ this.selector + '[href="' + target + '"]'
1841
+
1842
+ var active = $(selector)
1843
+ .parents('li')
1844
+ .addClass('active')
1845
+
1846
+ if (active.parent('.dropdown-menu').length) {
1847
+ active = active
1848
+ .closest('li.dropdown')
1849
+ .addClass('active')
1850
+ }
1851
+
1852
+ active.trigger('activate.bs.scrollspy')
1853
+ }
1854
+
1855
+
1856
+ // SCROLLSPY PLUGIN DEFINITION
1857
+ // ===========================
1858
+
1859
+ var old = $.fn.scrollspy
1860
+
1861
+ $.fn.scrollspy = function (option) {
1862
+ return this.each(function () {
1863
+ var $this = $(this)
1864
+ var data = $this.data('bs.scrollspy')
1865
+ var options = typeof option == 'object' && option
1866
+
1867
+ if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options)))
1868
+ if (typeof option == 'string') data[option]()
1869
+ })
1870
+ }
1871
+
1872
+ $.fn.scrollspy.Constructor = ScrollSpy
1873
+
1874
+
1875
+ // SCROLLSPY NO CONFLICT
1876
+ // =====================
1877
+
1878
+ $.fn.scrollspy.noConflict = function () {
1879
+ $.fn.scrollspy = old
1880
+ return this
1881
+ }
1882
+
1883
+
1884
+ // SCROLLSPY DATA-API
1885
+ // ==================
1886
+
1887
+ $(window).on('load', function () {
1888
+ $('[data-spy="scroll"]').each(function () {
1889
+ var $spy = $(this)
1890
+ $spy.scrollspy($spy.data())
1891
+ })
1892
+ })
1893
+
1894
+ }(jQuery);
1895
+
1896
+ /* ========================================================================
1897
+ * Bootstrap: transition.js v3.1.1
1898
+ * http://getbootstrap.com/javascript/#transitions
1899
+ * ========================================================================
1900
+ * Copyright 2011-2014 Twitter, Inc.
1901
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
1902
+ * ======================================================================== */
1903
+
1904
+
1905
+ +function ($) {
1906
+ 'use strict';
1907
+
1908
+ // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
1909
+ // ============================================================
1910
+
1911
+ function transitionEnd() {
1912
+ var el = document.createElement('bootstrap')
1913
+
1914
+ var transEndEventNames = {
1915
+ 'WebkitTransition' : 'webkitTransitionEnd',
1916
+ 'MozTransition' : 'transitionend',
1917
+ 'OTransition' : 'oTransitionEnd otransitionend',
1918
+ 'transition' : 'transitionend'
1919
+ }
1920
+
1921
+ for (var name in transEndEventNames) {
1922
+ if (el.style[name] !== undefined) {
1923
+ return { end: transEndEventNames[name] }
1924
+ }
1925
+ }
1926
+
1927
+ return false // explicit for ie8 ( ._.)
1928
+ }
1929
+
1930
+ // http://blog.alexmaccaw.com/css-transitions
1931
+ $.fn.emulateTransitionEnd = function (duration) {
1932
+ var called = false, $el = this
1933
+ $(this).one($.support.transition.end, function () { called = true })
1934
+ var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
1935
+ setTimeout(callback, duration)
1936
+ return this
1937
+ }
1938
+
1939
+ $(function () {
1940
+ $.support.transition = transitionEnd()
1941
+ })
1942
+
1943
+ }(jQuery);
assets/js/bootstrap.min.js ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v3.1.1 (http://getbootstrap.com)
3
+ * Copyright 2011-2014 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+
7
+ +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 f(){e.trigger("closed.bs.alert").remove()}var c=a(this),d=c.attr("data-target");d||(d=c.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,""));var e=a(d);b&&b.preventDefault(),e.length||(e=c.hasClass("alert")?c:c.parent()),e.trigger(b=a.Event("close.bs.alert"));if(b.isDefaultPrevented())return;e.removeClass("in"),a.support.transition&&e.hasClass("fade")?e.one(a.support.transition.end,f).emulateTransitionEnd(150):f()};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)),typeof b=="string"&&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)}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.isLoading=!1};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",f.resetText||d.data("resetText",d[e]()),d[e](f[b]||this.options[b]),setTimeout(a.proxy(function(){b=="loadingText"?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},b.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");c.prop("type")=="radio"&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}a&&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=typeof c=="object"&&c;e||d.data("bs.button",e=new b(this,f)),c=="toggle"?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()})}(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,this.options.pause=="hover"&&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();if(b>this.$items.length-1||b<0)return;return this.sliding?this.$element.one("slid.bs.carousel",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&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){if(this.sliding)return;return this.slide("next")},b.prototype.prev=function(){if(this.sliding)return;return this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g=b=="next"?"left":"right",h=b=="next"?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}if(e.hasClass("active"))return this.sliding=!1;var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});this.$element.trigger(j);if(j.isDefaultPrevented())return;return this.sliding=!0,f&&this.pause(),this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid.bs.carousel",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.hasClass("slide")?(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.bs.carousel")},0)}).emulateTransitionEnd(d.css("transition-duration").slice(0,-1)*1e3)):(d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid.bs.carousel")),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(),typeof c=="object"&&c),g=typeof c=="string"?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),typeof c=="number"?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=a(this),d,e=a(c.attr("data-target")||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),c.data()),g=c.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=c.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())})})}(jQuery),+function(a){function e(d){a(b).remove(),a(c).each(function(){var b=f(a(this)),c={relatedTarget:this};if(!b.hasClass("open"))return;b.trigger(d=a.Event("hide.bs.dropdown",c));if(d.isDefaultPrevented())return;b.removeClass("open").trigger("hidden.bs.dropdown",c)})}function f(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}"use strict";var b=".dropdown-backdrop",c="[data-toggle=dropdown]",d=function(b){a(b).on("click.bs.dropdown",this.toggle)};d.prototype.toggle=function(b){var c=a(this);if(c.is(".disabled, :disabled"))return;var d=f(c),g=d.hasClass("open");e();if(!g){"ontouchstart"in document.documentElement&&!d.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",e);var h={relatedTarget:this};d.trigger(b=a.Event("show.bs.dropdown",h));if(b.isDefaultPrevented())return;d.toggleClass("open").trigger("shown.bs.dropdown",h),c.focus()}return!1},d.prototype.keydown=function(b){if(!/(38|40|27)/.test(b.keyCode))return;var d=a(this);b.preventDefault(),b.stopPropagation();if(d.is(".disabled, :disabled"))return;var e=f(d),g=e.hasClass("open");if(!g||g&&b.keyCode==27)return b.which==27&&e.find(c).focus(),d.click();var h=" li:not(.divider):visible a",i=e.find("[role=menu]"+h+", [role=listbox]"+h);if(!i.length)return;var j=i.index(i.filter(":focus"));b.keyCode==38&&j>0&&j--,b.keyCode==40&&j<i.length-1&&j++,~j||(j=0),i.eq(j).focus()};var g=a.fn.dropdown;a.fn.dropdown=function(b){return this.each(function(){var c=a(this),e=c.data("bs.dropdown");e||c.data("bs.dropdown",e=new d(this)),typeof b=="string"&&e[b].call(c)})},a.fn.dropdown.Constructor=d,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=g,this},a(document).on("click.bs.dropdown.data-api",e).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",c,d.prototype.toggle).on("keydown.bs.dropdown.data-api",c+", [role=menu], [role=listbox]",d.prototype.keydown)}(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.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};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);if(this.isShown||d.isDefaultPrevented())return;this.isShown=!0,this.escape(),this.$element.on("click.dismiss.bs.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().scrollTop(0),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);if(!this.isShown||b.isDefaultPrevented())return;this.isShown=!1,this.escape(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.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){a.which==27&&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;this.$backdrop=a('<div class="modal-backdrop '+c+'" />').appendTo(document.body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){if(a.target!==a.currentTarget)return;this.options.backdrop=="static"?this.$element[0].focus.call(this.$element[0]):this.hide.call(this)},this)),d&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in");if(!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(),typeof c=="object"&&c);f||e.data("bs.modal",f=new b(this,g)),typeof c=="string"?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("bs.modal")?"toggle":a.extend({remote:!/#/.test(d)&&d},e.data(),c.data());c.is("a")&&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")})}(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);var e=this.options.trigger.split(" ");for(var f=e.length;f--;){var g=e[f];if(g=="click")this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if(g!="manual"){var h=g=="hover"?"mouseenter":"focusin",i=g=="hover"?"mouseleave":"focusout";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&&typeof b.delay=="number"&&(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);clearTimeout(c.timeout),c.hoverState="in";if(!c.options.delay||!c.options.delay.show)return c.show();c.timeout=setTimeout(function(){c.hoverState=="in"&&c.show()},c.options.delay.show)},b.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);clearTimeout(c.timeout),c.hoverState="out";if(!c.options.delay||!c.options.delay.hide)return c.hide();c.timeout=setTimeout(function(){c.hoverState=="out"&&c.hide()},c.options.delay.hide)},b.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);if(b.isDefaultPrevented())return;var c=this,d=this.tip();this.setContent(),this.options.animation&&d.addClass("fade");var e=typeof this.options.placement=="function"?this.options.placement.call(this,d[0],this.$element[0]):this.options.placement,f=/\s?auto?\s?/i,g=f.test(e);g&&(e=e.replace(f,"")||"top"),d.detach().css({top:0,left:0,display:"block"}).addClass(e),this.options.container?d.appendTo(this.options.container):d.insertAfter(this.$element);var h=this.getPosition(),i=d[0].offsetWidth,j=d[0].offsetHeight;if(g){var k=this.$element.parent(),l=e,m=document.documentElement.scrollTop||document.body.scrollTop,n=this.options.container=="body"?window.innerWidth:k.outerWidth(),o=this.options.container=="body"?window.innerHeight:k.outerHeight(),p=this.options.container=="body"?0:k.offset().left;e=e=="bottom"&&h.top+h.height+j-m>o?"top":e=="top"&&h.top-m-j<0?"bottom":e=="right"&&h.right+i>n?"left":e=="left"&&h.left-i<p?"right":e,d.removeClass(l).addClass(e)}var q=this.getCalculatedOffset(e,h,i,j);this.applyPlacement(q,e),this.hoverState=null;var r=function(){c.$element.trigger("shown.bs."+c.type)};a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,r).emulateTransitionEnd(150):r()}},b.prototype.applyPlacement=function(b,c){var d,e=this.tip(),f=e[0].offsetWidth,g=e[0].offsetHeight,h=parseInt(e.css("margin-top"),10),i=parseInt(e.css("margin-left"),10);isNaN(h)&&(h=0),isNaN(i)&&(i=0),b.top=b.top+h,b.left=b.left+i,a.offset.setOffset(e[0],a.extend({using:function(a){e.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),e.addClass("in");var j=e[0].offsetWidth,k=e[0].offsetHeight;c=="top"&&k!=g&&(d=!0,b.top=b.top+g-k);if(/bottom|top/.test(c)){var l=0;b.left<0&&(l=b.left*-2,b.left=0,e.offset(b),j=e[0].offsetWidth,k=e[0].offsetHeight),this.replaceArrow(l-f+j,j,"left")}else this.replaceArrow(k-g,k,"top");d&&e.offset(b)},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 e(){b.hoverState!="in"&&c.detach(),b.$element.trigger("hidden.bs."+b.type)}var b=this,c=this.tip(),d=a.Event("hide.bs."+this.type);this.$element.trigger(d);if(d.isDefaultPrevented())return;return c.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?c.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),this.hoverState=null,this},b.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||typeof a.attr("data-original-title")!="string")&&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({},typeof b.getBoundingClientRect=="function"?b.getBoundingClientRect():{width:b.offsetWidth,height:b.offsetHeight},this.$element.offset())},b.prototype.getCalculatedOffset=function(a,b,c,d){return a=="bottom"?{top:b.top+b.height,left:b.left+b.width/2-c/2}:a=="top"?{top:b.top-d,left:b.left+b.width/2-c/2}:a=="left"?{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")||(typeof c.title=="function"?c.title.call(b[0]):c.title),a},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(){clearTimeout(this.timeout),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=typeof c=="object"&&c;if(!e&&c=="destroy")return;e||d.data("bs.tooltip",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.tooltip.Constructor=b,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=c,this}}(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?typeof c=="string"?"html":"append":"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")||(typeof b.content=="function"?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=typeof c=="object"&&c;if(!e&&c=="destroy")return;e||d.data("bs.popover",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(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.data("target");d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,""));if(b.parent("li").hasClass("active"))return;var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});b.trigger(f);if(f.isDefaultPrevented())return;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 g(){e.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),f?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var e=c.find("> .active"),f=d&&a.support.transition&&e.hasClass("fade");f?e.one(a.support.transition.end,g).emulateTransitionEnd(150):g(),e.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)),typeof c=="string"&&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")})}(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=this.pinnedOffset=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(b.RESET).addClass("affix");var a=this.$window.scrollTop(),c=this.$element.offset();return this.pinnedOffset=c.top-a},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(!this.$element.is(":visible"))return;var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;this.affixed=="top"&&(e.top+=d),typeof f!="object"&&(h=g=f),typeof g=="function"&&(g=f.top(this.$element)),typeof h=="function"&&(h=f.bottom(this.$element));var i=this.unpin!=null&&d+this.unpin<=e.top?!1:h!=null&&e.top+this.$element.height()>=c-h?"bottom":g!=null&&d<=g?"top":!1;if(this.affixed===i)return;this.unpin&&this.$element.css("top","");var j="affix"+(i?"-"+i:""),k=a.Event(j+".bs.affix");this.$element.trigger(k);if(k.isDefaultPrevented())return;this.affixed=i,this.unpin=i=="bottom"?this.getPinnedOffset():null,this.$element.removeClass(b.RESET).addClass(j).trigger(a.Event(j.replace("affix","affixed"))),i=="bottom"&&this.$element.offset({top:c-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=typeof c=="object"&&c;e||d.data("bs.affix",e=new b(this,f)),typeof c=="string"&&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)})})}(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"))return;var b=a.Event("show.bs.collapse");this.$element.trigger(b);if(b.isDefaultPrevented())return;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("collapse 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"))return;var b=a.Event("hide.bs.collapse");this.$element.trigger(b);if(b.isDefaultPrevented())return;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")};if(!a.support.transition)return d.call(this);this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350)},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(),typeof c=="object"&&c);!e&&f.toggle&&c=="show"&&(c=!c),e||d.data("bs.collapse",e=new b(this,f)),typeof c=="string"&&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=a(this),d,e=c.attr("data-target")||b.preventDefault()||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":c.data(),i=c.attr("data-parent"),j=i&&a(i);if(!g||!g.transitioning)j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(c).addClass("collapsed"),c[f.hasClass("in")?"addClass":"removeClass"]("collapsed");f.collapse(h)})}(jQuery),+function(a){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()}"use strict",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,d=this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[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=this.$scrollElement.scrollTop()+this.options.offset,b=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,c=b-this.$scrollElement.height(),d=this.offsets,e=this.targets,f=this.activeTarget,g;if(a>=c)return f!=(g=e.last()[0])&&this.activate(g);if(f&&a<=d[0])return f!=(g=e[0])&&this.activate(g);for(g=d.length;g--;)f!=e[g]&&a>=d[g]&&(!d[g+1]||a<=d[g+1])&&this.activate(e[g])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parentsUntil(this.options.target,".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.bs.scrollspy")};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f=typeof c=="object"&&c;e||d.data("bs.scrollspy",e=new b(this,f)),typeof c=="string"&&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())})})}(jQuery),+function(a){function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(a.style[c]!==undefined)return{end:b[c]};return!1}"use strict",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()})}(jQuery)
assets/js/index.php ADDED
@@ -0,0 +1 @@
 
1
+
img/wp-database-backup.png ADDED
Binary file
img/wp_database_backup.jpeg ADDED
Binary file
includes/admin/Destination/Dropbox/DropboxClient.php ADDED
@@ -0,0 +1,651 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * DropPHP - A simple Dropbox client that works without cURL.
4
+
5
+ */
6
+
7
+ require_once(plugin_dir_path(__FILE__).'/OAuthSimple.php');
8
+
9
+ class DropboxClient {
10
+
11
+ const API_URL = "https://api.dropbox.com/1/";
12
+ const API_CONTENT_URL = "https://api-content.dropbox.com/1/";
13
+
14
+ const BUFFER_SIZE = 4096;
15
+
16
+ const MAX_UPLOAD_CHUNK_SIZE = 150000000; // 150MB
17
+
18
+ const UPLOAD_CHUNK_SIZE = 4000000; // 4MB
19
+
20
+ private $appParams;
21
+ private $consumerToken;
22
+
23
+ private $requestToken;
24
+ private $accessToken;
25
+
26
+ private $locale;
27
+ private $rootPath;
28
+
29
+ private $useCurl;
30
+
31
+ function __construct ($app_params, $locale = "en"){
32
+ $this->appParams = $app_params;
33
+ if(empty($app_params['app_key']))
34
+ throw new DropboxException("App Key is empty!");
35
+
36
+ $this->consumerToken = array('t' => $this->appParams['app_key'], 's' => $this->appParams['app_secret']);
37
+ $this->locale = $locale;
38
+ $this->rootPath = empty($app_params['app_full_access']) ? "sandbox" : "dropbox";
39
+
40
+ $this->requestToken = null;
41
+ $this->accessToken = null;
42
+
43
+ $this->useCurl = function_exists('curl_init');
44
+ }
45
+
46
+ /**
47
+ * Sets whether to use cURL if its available or PHP HTTP wrappers otherwise
48
+ *
49
+ * @access public
50
+ * @return boolean Whether to actually use cURL (always false if not installed)
51
+ */
52
+ public function SetUseCUrl($use_it)
53
+ {
54
+ return ($this->useCurl = $use_it && function_exists('curl_init'));
55
+ }
56
+
57
+ // ##################################################
58
+ // Authorization
59
+
60
+ /**
61
+ * Step 1 of authentication process. Retrieves a request token or returns a previously retrieved one.
62
+ *
63
+ * @access public
64
+ * @param boolean $get_new_token Optional (default false). Wether to retrieve a new request token.
65
+ * @return array Request Token array.
66
+ */
67
+ public function GetRequestToken($get_new_token=false)
68
+ {
69
+ if(!empty($this->requestToken) && !$get_new_token)
70
+ return $this->requestToken;
71
+
72
+ $rt = $this->authCall("oauth/request_token");
73
+ if(empty($rt) || empty($rt['oauth_token']))
74
+ throw new DropboxException('Could not get request token!');
75
+
76
+ return ($this->requestToken = array('t'=>$rt['oauth_token'], 's'=>$rt['oauth_token_secret']));
77
+ }
78
+
79
+ /**
80
+ * Step 2. Returns a URL the user must be redirected to in order to connect the app to their Dropbox account
81
+ *
82
+ * @access public
83
+ * @param string $return_url URL users are redirected after authorization
84
+ * @return string URL
85
+ */
86
+ public function BuildAuthorizeUrl($return_url)
87
+ {
88
+ $rt = $this->GetRequestToken();
89
+ if(empty($rt) || empty($rt['t'])) throw new DropboxException('Request Token Invalid ('.print_r($rt,true).').');
90
+ return "https://www.dropbox.com/1/oauth/authorize?oauth_token=".$rt['t']."&oauth_callback=".urlencode($return_url);
91
+ }
92
+
93
+ /**
94
+ * Step 3. Acquires an access token. This is the final step of authentication.
95
+ *
96
+ * @access public
97
+ * @param array $request_token Optional. The previously retrieved request token. This parameter can only be skipped if the DropboxClient object has been (de)serialized.
98
+ * @return array Access Token array.
99
+ */
100
+ public function GetAccessToken($request_token = null)
101
+ {
102
+ if(!empty($this->accessToken)) return $this->accessToken;
103
+
104
+ if(empty($request_token)) $request_token = $this->requestToken;
105
+ if(empty($request_token)) throw new DropboxException('Request token required!');
106
+
107
+ $at = $this->authCall("oauth/access_token", $request_token);
108
+ if(empty($at))
109
+ throw new DropboxException(sprintf('Could not get access token! (request token: %s)', $request_token['t']));
110
+
111
+ return ($this->accessToken = array('t'=>$at['oauth_token'], 's'=>$at['oauth_token_secret']));
112
+ }
113
+
114
+ /**
115
+ * Sets a previously retrieved (and stored) access token.
116
+ *
117
+ * @access public
118
+ * @param string|object $token The Access Token
119
+ * @return none
120
+ */
121
+ public function SetAccessToken($token)
122
+ {
123
+ if(empty($token['t']) || empty($token['s'])) throw new DropboxException('Passed invalid access token.');
124
+ $this->accessToken = $token;
125
+ }
126
+
127
+ /**
128
+ * Checks if an access token has been set.
129
+ *
130
+ * @access public
131
+ * @return boolean Authorized or not
132
+ */
133
+ public function IsAuthorized()
134
+ {
135
+ if(empty($this->accessToken)) return false;
136
+ return true;
137
+ }
138
+
139
+
140
+ // ##################################################
141
+ // API Functions
142
+
143
+
144
+ /**
145
+ * Retrieves information about the user's account.
146
+ *
147
+ * @access public
148
+ * @return object Account info object. See https://www.dropbox.com/developers/reference/api#account-info
149
+ */
150
+ public function GetAccountInfo()
151
+ {
152
+ return $this->apiCall("account/info", "GET");
153
+ }
154
+
155
+
156
+ /**
157
+ * Get file list of a dropbox folder.
158
+ *
159
+ * @access public
160
+ * @param string|object $dropbox_path Dropbox path of the folder
161
+ * @return array An array with metadata of files/folders keyed by paths
162
+ */
163
+ public function GetFiles($dropbox_path='', $recursive=false, $include_deleted=false)
164
+ {
165
+ if(is_object($dropbox_path) && !empty($dropbox_path->path)) $dropbox_path = $dropbox_path->path;
166
+ return $this->getFileTree($dropbox_path, $include_deleted, $recursive ? 1000 : 0);
167
+ }
168
+
169
+ /**
170
+ * Get file or folder metadata
171
+ *
172
+ * @access public
173
+ * @param $dropbox_path string Dropbox path of the file or folder
174
+ */
175
+ public function GetMetadata($dropbox_path, $include_deleted=false, $rev=null)
176
+ {
177
+ if(is_object($dropbox_path) && !empty($dropbox_path->path)) $dropbox_path = $dropbox_path->path;
178
+ return $this->apiCall("metadata/$this->rootPath/$dropbox_path", "GET", compact('include_deleted','rev'));
179
+ }
180
+
181
+ /**
182
+ * Download a file to the webserver
183
+ *
184
+ * @access public
185
+ * @param string|object $dropbox_file Dropbox path or metadata object of the file to download.
186
+ * @param string $dest_path Local path for destination
187
+ * @param string $rev Optional. The revision of the file to retrieve. This defaults to the most recent revision.
188
+ * @param callback $progress_changed_callback Optional. Callback that will be called during download with 2 args: 1. bytes loaded, 2. file size
189
+ * @return object Dropbox file metadata
190
+ */
191
+ public function DownloadFile($dropbox_file, $dest_path='', $rev=null, $progress_changed_callback = null)
192
+ {
193
+ if(is_object($dropbox_file) && !empty($dropbox_file->path))
194
+ $dropbox_file = $dropbox_file->path;
195
+
196
+ if(empty($dest_path)) $dest_path = basename($dropbox_file);
197
+
198
+ $url = $this->cleanUrl(self::API_CONTENT_URL."/files/$this->rootPath/$dropbox_file")
199
+ . (!empty($rev) ? ('?'.http_build_query(array('rev' => $rev),'','&')) : '');
200
+ $context = $this->createRequestContext($url, "GET");
201
+
202
+ $fh = @fopen($dest_path, 'wb'); // write binary
203
+ if($fh === false) {
204
+ @fclose($rh);
205
+ throw new DropboxException("Could not create file $dest_path !");
206
+ }
207
+
208
+ if($this->useCurl) {
209
+ curl_setopt($context, CURLOPT_BINARYTRANSFER, true);
210
+ curl_setopt($context, CURLOPT_RETURNTRANSFER, true);
211
+ curl_setopt($context, CURLOPT_FILE, $fh);
212
+ $response_headers = array();
213
+ self::execCurlAndClose($context, $response_headers);
214
+ fclose($fh);
215
+ $meta = self::getMetaFromHeaders($response_headers);
216
+ $bytes_loaded = filesize($dest_path);
217
+ } else {
218
+ $rh = @fopen($url, 'rb', false, $context); // read binary
219
+ if($rh === false)
220
+ throw new DropboxException("HTTP request to $url failed!");
221
+
222
+
223
+ // get file meta from HTTP header
224
+ $s_meta = stream_get_meta_data($rh);
225
+ $meta = self::getMetaFromHeaders($s_meta['wrapper_data']);
226
+ $bytes_loaded = 0;
227
+ while (!feof($rh)) {
228
+ if(($s=fwrite($fh, fread($rh, self::BUFFER_SIZE))) === false) {
229
+ @fclose($rh);
230
+ @fclose($fh);
231
+ throw new DropboxException("Writing to file $dest_path failed!'");
232
+ }
233
+ $bytes_loaded += $s;
234
+ if(!empty($progress_changed_callback)) {
235
+ call_user_func($progress_changed_callback, $bytes_loaded, $meta->bytes);
236
+ }
237
+ }
238
+
239
+ fclose($rh);
240
+ fclose($fh);
241
+ }
242
+
243
+ if($meta->bytes != $bytes_loaded)
244
+ throw new DropboxException("Download size mismatch! (header:{$meta->bytes} vs actual:{$bytes_loaded}");
245
+
246
+ return $meta;
247
+ }
248
+
249
+ /**
250
+ * Upload a file to dropbox
251
+ *
252
+ * @access public
253
+ * @param $src_file string Local file to upload
254
+ * @param $dropbox_path string Dropbox path for destination
255
+ * @return object Dropbox file metadata
256
+ */
257
+ public function UploadFile($src_file, $dropbox_path='', $overwrite=true, $parent_rev=null)
258
+ {
259
+ if(empty($dropbox_path)) $dropbox_path = basename($src_file);
260
+ elseif(is_object($dropbox_path) && !empty($dropbox_path->path)) $dropbox_path = $dropbox_path->path;
261
+
262
+ $file_size = filesize($src_file);
263
+
264
+ if($file_size > self::MAX_UPLOAD_CHUNK_SIZE)
265
+ {
266
+ $fh = fopen($src_file,'rb');
267
+ if($fh === false)
268
+ throw new DropboxException();
269
+
270
+ $upload_id = null;
271
+ $offset = 0;
272
+
273
+
274
+ while(!feof($fh)) {
275
+ $url = $this->cleanUrl(self::API_CONTENT_URL."/chunked_upload").'?'.http_build_query(compact('upload_id', 'offset'),'','&');
276
+
277
+ if($this->useCurl) {
278
+ $context = $this->createRequestContext($url, "PUT");
279
+ curl_setopt($context, CURLOPT_BINARYTRANSFER, true);
280
+ curl_setopt($context, CURLOPT_PUT, 1);
281
+ curl_setopt($context, CURLOPT_INFILE, $fh);
282
+ $chunk_size = min(self::UPLOAD_CHUNK_SIZE, $file_size - $offset);
283
+ $offset += $chunk_size;
284
+ curl_setopt($context, CURLOPT_INFILESIZE, $chunk_size);
285
+ $response = json_decode(self::execCurlAndClose($context));
286
+
287
+ fseek($fh,$offset);
288
+ if($offset >= $file_size)
289
+ break;
290
+ } else {
291
+ $content = fread($fh, self::UPLOAD_CHUNK_SIZE);
292
+
293
+ $context = $this->createRequestContext($url, "PUT", $content);
294
+ $offset += strlen($content);
295
+ unset($content);
296
+
297
+ $response = json_decode(file_get_contents($url, false, $context));
298
+ }
299
+ unset($context);
300
+
301
+ if(empty($upload_id)) {
302
+ $upload_id = $response->upload_id;
303
+ if(empty($upload_id)) throw new DropboxException("Upload ID empty!");
304
+ }
305
+ }
306
+
307
+ @fclose($fh);
308
+
309
+ $this->useCurl = $prev_useCurl;
310
+
311
+ return $this->apiCall("commit_chunked_upload/$this->rootPath/$dropbox_path", "POST", compact('overwrite','parent_rev','upload_id'), true);
312
+ }
313
+
314
+ $query = http_build_query(array_merge(compact('overwrite', 'parent_rev'), array('locale' => $this->locale)),'','&');
315
+ $url = $this->cleanUrl(self::API_CONTENT_URL."/files_put/$this->rootPath/$dropbox_path")."?$query";
316
+
317
+ if($this->useCurl) {
318
+ $context = $this->createRequestContext($url, "PUT");
319
+ curl_setopt($context, CURLOPT_BINARYTRANSFER, true);
320
+ $fh = fopen($src_file, 'rb');
321
+ curl_setopt($context, CURLOPT_PUT, 1);
322
+ curl_setopt($context, CURLOPT_INFILE, $fh); // file pointer
323
+ curl_setopt($context, CURLOPT_INFILESIZE, filesize($src_file));
324
+ $meta = json_decode(self::execCurlAndClose($context));
325
+ fclose($fh);
326
+ return $meta;
327
+ } else {
328
+ $content = file_get_contents($src_file);
329
+ if(strlen($content) == 0)
330
+ throw new DropboxException("Could not read file $src_file or file is empty!");
331
+
332
+ $context = $this->createRequestContext($url, "PUT", $content);
333
+
334
+ return json_decode(file_get_contents($url, false, $context));
335
+ }
336
+ }
337
+
338
+ /**
339
+ * Get thumbnail for a specified image
340
+ *
341
+ * @access public
342
+ * @param $dropbox_file string Path to the image
343
+ * @param $format string Image format of the thumbnail (jpeg or png)
344
+ * @param $size string Thumbnail size (xs, s, m, l, xl)
345
+ * @return mime/* Returns the thumbnail as binary image data
346
+ */
347
+ public function GetThumbnail($dropbox_file, $size = 's', $format = 'jpeg', $echo = false)
348
+ {
349
+ if(is_object($dropbox_file) && !empty($dropbox_file->path)) $dropbox_file = $dropbox_file->path;
350
+ $url = $this->cleanUrl(self::API_CONTENT_URL."thumbnails/$this->rootPath/$dropbox_file")
351
+ . '?' . http_build_query(array('format' => $format, 'size' => $size),'','&');
352
+ $context = $this->createRequestContext($url, "GET");
353
+
354
+ if($this->useCurl) {
355
+ curl_setopt($context, CURLOPT_BINARYTRANSFER, true);
356
+ curl_setopt($context, CURLOPT_RETURNTRANSFER, true);
357
+ }
358
+
359
+ $thumb = $this->useCurl ? self::execCurlAndClose($context) : file_get_contents($url, NULL, $context);
360
+
361
+ if($echo) {
362
+ header('Content-type: image/'.$format);
363
+ echo $thumb;
364
+ unset($thumb);
365
+ return;
366
+ }
367
+
368
+ return $thumb;
369
+ }
370
+
371
+
372
+ function GetLink($dropbox_file, $preview=true, $short=true, &$expires=null)
373
+ {
374
+ if(is_object($dropbox_file) && !empty($dropbox_file->path)) $dropbox_file = $dropbox_file->path;
375
+ $url = $this->apiCall(($preview?"shares":"media")."/$this->rootPath/$dropbox_file", "POST", array('locale' => null, 'short_url'=> $preview ? $short : null));
376
+ $expires = strtotime($url->expires);
377
+ return $url->url;
378
+ }
379
+
380
+ function Delta($cursor)
381
+ {
382
+ return $this->apiCall("delta", "POST", compact('cursor'));
383
+ }
384
+
385
+ function GetRevisions($dropbox_file, $rev_limit=10)
386
+ {
387
+ if(is_object($dropbox_file) && !empty($dropbox_file->path)) $dropbox_file = $dropbox_file->path;
388
+ return $this->apiCall("revisions/$this->rootPath/$dropbox_file", "GET", compact('rev_limit'));
389
+ }
390
+
391
+ function Restore($dropbox_file, $rev)
392
+ {
393
+ if(is_object($dropbox_file) && !empty($dropbox_file->path)) $dropbox_file = $dropbox_file->path;
394
+ return $this->apiCall("restore/$this->rootPath/$dropbox_file", "POST", compact('rev'));
395
+ }
396
+
397
+ function Search($path, $query, $file_limit=1000, $include_deleted=false)
398
+ {
399
+ return $this->apiCall("search/$this->rootPath/$path", "POST", compact('query','file_limit','include_deleted'));
400
+ }
401
+
402
+ function GetCopyRef($dropbox_file, &$expires=null)
403
+ {
404
+ if(is_object($dropbox_file) && !empty($dropbox_file->path)) $dropbox_file = $dropbox_file->path;
405
+ $ref = $this->apiCall("copy_ref/$this->rootPath/$dropbox_file", "GET", array('locale' => null));
406
+ $expires = strtotime($ref->expires);
407
+ return $ref->copy_ref;
408
+ }
409
+
410
+
411
+ function Copy($from_path, $to_path, $copy_ref=false)
412
+ {
413
+ if(is_object($from_path) && !empty($from_path->path)) $from_path = $from_path->path;
414
+ return $this->apiCall("fileops/copy", "POST", array('root'=> $this->rootPath, ($copy_ref ? 'from_copy_ref' : 'from_path') => $from_path, 'to_path' => $to_path));
415
+ }
416
+
417
+ /**
418
+ * Creates a new folder in the DropBox
419
+ *
420
+ * @access public
421
+ * @param $path string The path to the new folder to create
422
+ * @return object Dropbox folder metadata
423
+ */
424
+ function CreateFolder($path)
425
+ {
426
+ return $this->apiCall("fileops/create_folder", "POST", array('root'=> $this->rootPath, 'path' => $path));
427
+ }
428
+
429
+ /**
430
+ * Delete file or folder
431
+ *
432
+ * @access public
433
+ * @param $path mixed The path or metadata of the file/folder to be deleted.
434
+ * @return object Dropbox metadata of deleted file or folder
435
+ */
436
+ function Delete($path)
437
+ {
438
+ if(is_object($path) && !empty($path->path)) $path = $path->path;
439
+ return $this->apiCall("fileops/delete", "POST", array('locale' =>null, 'root'=> $this->rootPath, 'path' => $path));
440
+ }
441
+
442
+ function Move($from_path, $to_path)
443
+ {
444
+ if(is_object($from_path) && !empty($from_path->path)) $from_path = $from_path->path;
445
+ return $this->apiCall("fileops/move", "POST", array('root'=> $this->rootPath, 'from_path' => $from_path, 'to_path' => $to_path));
446
+ }
447
+
448
+ function getFileTree($path="", $include_deleted = false, $max_depth = 0, $depth=0)
449
+ {
450
+ static $files;
451
+ if($depth == 0) $files = array();
452
+
453
+ $dir = $this->apiCall("metadata/$this->rootPath/$path", "GET", compact('include_deleted'));
454
+
455
+ if(empty($dir) || !is_object($dir)) return false;
456
+
457
+ if(!empty($dir->error)) throw new DropboxException($dir->error);
458
+
459
+ foreach($dir->contents as $item)
460
+ {
461
+ $files[trim($item->path,'/')] = $item;
462
+ if($item->is_dir && $depth < $max_depth)
463
+ {
464
+ $this->getFileTree($item->path, $include_deleted, $max_depth, $depth+1);
465
+ }
466
+ }
467
+
468
+ return $files;
469
+ }
470
+
471
+ function createCurl($url, $http_context)
472
+ {
473
+ $ch = curl_init($url);
474
+
475
+ $curl_opts = array(
476
+ CURLOPT_HEADER => false, // exclude header from output
477
+ //CURLOPT_MUTE => true, // no output!
478
+ CURLOPT_RETURNTRANSFER => true, // but return!
479
+ CURLOPT_SSL_VERIFYPEER => false,
480
+ );
481
+
482
+ $curl_opts[CURLOPT_CUSTOMREQUEST] = $http_context['method'];
483
+
484
+ if(!empty($http_context['content'])) {
485
+ $curl_opts[CURLOPT_POSTFIELDS] =& $http_context['content'];
486
+ if(defined("CURLOPT_POSTFIELDSIZE"))
487
+ $curl_opts[CURLOPT_POSTFIELDSIZE] = strlen($http_context['content']);
488
+ }
489
+
490
+ $curl_opts[CURLOPT_HTTPHEADER] = array_map('trim',explode("\n",$http_context['header']));
491
+
492
+ curl_setopt_array($ch, $curl_opts);
493
+ return $ch;
494
+ }
495
+
496
+ static private $_curlHeadersRef;
497
+ static function _curlHeaderCallback($ch, $header)
498
+ {
499
+ self::$_curlHeadersRef[] = trim($header);
500
+ return strlen($header);
501
+ }
502
+
503
+ static function &execCurlAndClose($ch, &$out_response_headers = null)
504
+ {
505
+ if(is_array($out_response_headers)) {
506
+ self::$_curlHeadersRef =& $out_response_headers;
507
+ curl_setopt($ch, CURLOPT_HEADERFUNCTION, array(__CLASS__, '_curlHeaderCallback'));
508
+ }
509
+ $res = curl_exec($ch);
510
+ $err_no = curl_errno($ch);
511
+ $err_str = curl_error($ch);
512
+ curl_close($ch);
513
+ if($err_no || $res === false) {
514
+ throw new DropboxException("cURL-Error ($err_no): $err_str");
515
+ }
516
+
517
+ return $res;
518
+ }
519
+
520
+ private function createRequestContext($url, $method, &$content=null, $oauth_token=-1)
521
+ {
522
+ if($oauth_token === -1)
523
+ $oauth_token = $this->accessToken;
524
+
525
+ $method = strtoupper($method);
526
+ $http_context = array('method'=>$method, 'header'=> '');
527
+
528
+ $oauth = new OAuthSimple($this->consumerToken['t'],$this->consumerToken['s']);
529
+
530
+ if(empty($oauth_token) && !empty($this->accessToken))
531
+ $oauth_token = $this->accessToken;
532
+
533
+ if(!empty($oauth_token)) {
534
+ $oauth->setParameters(array('oauth_token' => $oauth_token['t']));
535
+ $oauth->signatures(array('oauth_secret'=>$oauth_token['s']));
536
+ }
537
+
538
+ if(!empty($content)) {
539
+ $post_vars = ($method != "PUT" && preg_match("/^[a-z][a-z0-9_]*=/i", substr($content, 0, 32)));
540
+ $http_context['header'] .= "Content-Length: ".strlen($content)."\r\n";
541
+ $http_context['header'] .= "Content-Type: application/".($post_vars?"x-www-form-urlencoded":"octet-stream")."\r\n";
542
+ $http_context['content'] =& $content;
543
+ if($method == "POST" && $post_vars)
544
+ $oauth->setParameters($content);
545
+ } elseif($method == "POST") {
546
+ // make sure that content-length is always set when post request (otherwise some wrappers fail!)
547
+ $http_context['content'] = "";
548
+ $http_context['header'] .= "Content-Length: 0\r\n";
549
+ }
550
+
551
+
552
+ // check for query vars in url and add them to oauth parameters (and remove from path)
553
+ $path = $url;
554
+ $query = strrchr($url,'?');
555
+ if(!empty($query)) {
556
+ $oauth->setParameters(substr($query,1));
557
+ $path = substr($url, 0, -strlen($query));
558
+ }
559
+
560
+
561
+ $signed = $oauth->sign(array(
562
+ 'action' => $method,
563
+ 'path'=> $path));
564
+ //print_r($signed);
565
+
566
+ $http_context['header'] .= "Authorization: ".$signed['header']."\r\n";
567
+
568
+ return $this->useCurl ? $this->createCurl($url, $http_context) : stream_context_create(array('http'=>$http_context));
569
+ }
570
+
571
+ private function authCall($path, $request_token=null)
572
+ {
573
+ $url = $this->cleanUrl(self::API_URL.$path);
574
+ $dummy = null;
575
+ $context = $this->createRequestContext($url, "POST", $dummy, $request_token);
576
+
577
+ $contents = $this->useCurl ? self::execCurlAndClose($context) : file_get_contents($url, false, $context);
578
+ $data = array();
579
+ parse_str($contents, $data);
580
+ return $data;
581
+ }
582
+
583
+
584
+ private function apiCall($path, $method, $params=array(), $content_call=false)
585
+ {
586
+ $url = $this->cleanUrl(($content_call ? self::API_CONTENT_URL : self::API_URL).$path);
587
+ $content = http_build_query(array_merge(array('locale'=>$this->locale), $params),'','&');
588
+
589
+ if($method == "GET") {
590
+ $url .= "?".$content;
591
+ $content = null;
592
+ }
593
+
594
+ $context = $this->createRequestContext($url, $method, $content);
595
+ $json = $this->useCurl ? self::execCurlAndClose($context) : file_get_contents($url, false, $context);
596
+ //if($json === false)
597
+ // throw new DropboxException();
598
+ $resp = json_decode($json);
599
+ if(!empty($resp->error))
600
+ throw new DropboxException($resp->error);
601
+ return $resp;
602
+ }
603
+
604
+
605
+ private static function getMetaFromHeaders(&$header_array)
606
+ {
607
+ return json_decode(substr(@array_shift(array_filter($header_array, create_function('$s', 'return strpos($s, "x-dropbox-metadata:") === 0;'))), 20));
608
+ }
609
+
610
+
611
+ function cleanUrl($url) {
612
+ $p = substr($url,0,8);
613
+ $url = str_replace('//','/', str_replace('\\','/',substr($url,8)));
614
+ $url = rawurlencode($url);
615
+ $url = str_replace('%2F', '/', $url);
616
+ return $p.$url;
617
+ }
618
+ }
619
+
620
+ class DropboxException extends Exception {
621
+
622
+ public function __construct($err = null, $isDebug = FALSE)
623
+ {
624
+ if(is_null($err)) {
625
+ $el = error_get_last();
626
+ $this->message = $el['message'];
627
+ $this->file = $el['file'];
628
+ $this->line = $el['line'];
629
+ } else
630
+ $this->message = $err;
631
+ self::log_error($err);
632
+ if ($isDebug)
633
+ {
634
+ self::display_error($err, TRUE);
635
+ }
636
+ }
637
+
638
+ public static function log_error($err)
639
+ {
640
+ error_log($err, 0);
641
+ }
642
+
643
+ public static function display_error($err, $kill = FALSE)
644
+ {
645
+ print_r($err);
646
+ if ($kill === FALSE)
647
+ {
648
+ die();
649
+ }
650
+ }
651
+ }
includes/admin/Destination/Dropbox/OAuthSimple.php ADDED
@@ -0,0 +1,525 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * OAuthSimple - A simpler version of OAuth
4
+
5
+ */
6
+
7
+ class OAuthSimple {
8
+ private $_secrets;
9
+ private $_default_signature_method;
10
+ private $_action;
11
+ private $_nonce_chars;
12
+
13
+ /**
14
+ * Constructor
15
+ *
16
+ * @access public
17
+ * @param api_key (String) The API Key (sometimes referred to as the consumer key) This value is usually supplied by the site you wish to use.
18
+ * @param shared_secret (String) The shared secret. This value is also usually provided by the site you wish to use.
19
+ * @return OAuthSimple (Object)
20
+ */
21
+ function __construct ($APIKey = "", $sharedSecret=""){
22
+
23
+ if (!empty($APIKey))
24
+ {
25
+ $this->_secrets['consumer_key'] = $APIKey;
26
+ }
27
+
28
+ if (!empty($sharedSecret))
29
+ {
30
+ $this->_secrets['shared_secret'] = $sharedSecret;
31
+ }
32
+
33
+ $this->_default_signature_method = "HMAC-SHA1";
34
+ $this->_action = "GET";
35
+ $this->_nonce_chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
36
+
37
+ return $this;
38
+ }
39
+
40
+ /**
41
+ * Reset the parameters and URL
42
+ *
43
+ * @access public
44
+ * @return OAuthSimple (Object)
45
+ */
46
+ public function reset() {
47
+ $this->_parameters = Array();
48
+ $this->path = NULL;
49
+ $this->sbs = NULL;
50
+
51
+ return $this;
52
+ }
53
+
54
+ /**
55
+ * Set the parameters either from a hash or a string
56
+ *
57
+ * @access public
58
+ * @param(string, object) List of parameters for the call, this can either be a URI string (e.g. "foo=bar&gorp=banana" or an object/hash)
59
+ * @return OAuthSimple (Object)
60
+ */
61
+ public function setParameters ($parameters=Array()) {
62
+
63
+ if (is_string($parameters))
64
+ {
65
+ $parameters = $this->_parseParameterString($parameters);
66
+ }
67
+ if (empty($this->_parameters))
68
+ {
69
+ $this->_parameters = $parameters;
70
+ }
71
+ else if (!empty($parameters))
72
+ {
73
+ $this->_parameters = array_merge($this->_parameters,$parameters);
74
+ }
75
+ if (empty($this->_parameters['oauth_nonce']))
76
+ {
77
+ $this->_getNonce();
78
+ }
79
+ if (empty($this->_parameters['oauth_timestamp']))
80
+ {
81
+ $this->_getTimeStamp();
82
+ }
83
+ if (empty($this->_parameters['oauth_consumer_key']))
84
+ {
85
+ $this->_getApiKey();
86
+ }
87
+ if (empty($this->_parameters['oauth_token']))
88
+ {
89
+ $this->_getAccessToken();
90
+ }
91
+ if (empty($this->_parameters['oauth_signature_method']))
92
+ {
93
+ $this->setSignatureMethod();
94
+ }
95
+ if (empty($this->_parameters['oauth_version']))
96
+ {
97
+ $this->_parameters['oauth_version']="1.0";
98
+ }
99
+
100
+ return $this;
101
+ }
102
+
103
+ /**
104
+ * Convenience method for setParameters
105
+ *
106
+ * @access public
107
+ * @see setParameters
108
+ */
109
+ public function setQueryString ($parameters)
110
+ {
111
+ return $this->setParameters($parameters);
112
+ }
113
+
114
+ /**
115
+ * Set the target URL (does not include the parameters)
116
+ *
117
+ * @param path (String) the fully qualified URI (excluding query arguments) (e.g "http://example.org/foo")
118
+ * @return OAuthSimple (Object)
119
+ */
120
+ public function setURL ($path)
121
+ {
122
+ if (empty($path))
123
+ {
124
+ throw new OAuthSimpleException('No path specified for OAuthSimple.setURL');
125
+ }
126
+ $this->_path=$path;
127
+
128
+ return $this;
129
+ }
130
+
131
+ /**
132
+ * Convenience method for setURL
133
+ *
134
+ * @param path (String)
135
+ * @see setURL
136
+ */
137
+ public function setPath ($path)
138
+ {
139
+ return $this->_path=$path;
140
+ }
141
+
142
+ /**
143
+ * Set the "action" for the url, (e.g. GET,POST, DELETE, etc.)
144
+ *
145
+ * @param action (String) HTTP Action word.
146
+ * @return OAuthSimple (Object)
147
+ */
148
+ public function setAction ($action)
149
+ {
150
+ if (empty($action))
151
+ {
152
+ $action = 'GET';
153
+ }
154
+ $action = strtoupper($action);
155
+ if (preg_match('/[^A-Z]/',$action))
156
+ {
157
+ throw new OAuthSimpleException('Invalid action specified for OAuthSimple.setAction');
158
+ }
159
+ $this->_action = $action;
160
+
161
+ return $this;
162
+ }
163
+
164
+ /**
165
+ * Set the signatures (as well as validate the ones you have)
166
+ *
167
+ * @param signatures (object) object/hash of the token/signature pairs {api_key:, shared_secret:, oauth_token: oauth_secret:}
168
+ * @return OAuthSimple (Object)
169
+ */
170
+ public function signatures ($signatures)
171
+ {
172
+ if (!empty($signatures) && !is_array($signatures))
173
+ {
174
+ throw new OAuthSimpleException('Must pass dictionary array to OAuthSimple.signatures');
175
+ }
176
+ if (!empty($signatures))
177
+ {
178
+ if (empty($this->_secrets))
179
+ {
180
+ $this->_secrets=Array();
181
+ }
182
+ $this->_secrets=array_merge($this->_secrets,$signatures);
183
+ }
184
+ if (isset($this->_secrets['api_key']))
185
+ {
186
+ $this->_secrets['consumer_key'] = $this->_secrets['api_key'];
187
+ }
188
+ if (isset($this->_secrets['access_token']))
189
+ {
190
+ $this->_secrets['oauth_token'] = $this->_secrets['access_token'];
191
+ }
192
+ if (isset($this->_secrets['access_secret']))
193
+ {
194
+ $this->_secrets['oauth_secret'] = $this->_secrets['access_secret'];
195
+ }
196
+ if (isset($this->_secrets['access_token_secret']))
197
+ {
198
+ $this->_secrets['oauth_secret'] = $this->_secrets['access_token_secret'];
199
+ }
200
+ if (empty($this->_secrets['consumer_key']))
201
+ {
202
+ throw new OAuthSimpleException('Missing required consumer_key in OAuthSimple.signatures');
203
+ }
204
+ if (empty($this->_secrets['shared_secret']))
205
+ {
206
+ throw new OAuthSimpleException('Missing requires shared_secret in OAuthSimple.signatures');
207
+ }
208
+ if (!empty($this->_secrets['oauth_token']) && empty($this->_secrets['oauth_secret']))
209
+ {
210
+ throw new OAuthSimpleException('Missing oauth_secret for supplied oauth_token in OAuthSimple.signatures');
211
+ }
212
+
213
+ return $this;
214
+ }
215
+
216
+ public function setTokensAndSecrets($signatures)
217
+ {
218
+ return $this->signatures($signatures);
219
+ }
220
+
221
+ /**
222
+ * Set the signature method (currently only Plaintext or SHA-MAC1)
223
+ *
224
+ * @param method (String) Method of signing the transaction (only PLAINTEXT and SHA-MAC1 allowed for now)
225
+ * @return OAuthSimple (Object)
226
+ */
227
+ public function setSignatureMethod ($method="")
228
+ {
229
+ if (empty($method))
230
+ {
231
+ $method = $this->_default_signature_method;
232
+ }
233
+ $method = strtoupper($method);
234
+ switch($method)
235
+ {
236
+ case 'PLAINTEXT':
237
+ case 'HMAC-SHA1':
238
+ $this->_parameters['oauth_signature_method']=$method;
239
+ break;
240
+ default:
241
+ throw new OAuthSimpleException ("Unknown signing method $method specified for OAuthSimple.setSignatureMethod");
242
+ break;
243
+ }
244
+
245
+ return $this;
246
+ }
247
+
248
+ /** sign the request
249
+ *
250
+ * note: all arguments are optional, provided you've set them using the
251
+ * other helper functions.
252
+ *
253
+ * @param args (Array) hash of arguments for the call {action, path, parameters (array), method, signatures (array)} all arguments are optional.
254
+ * @return (Array) signed values
255
+ */
256
+ public function sign($args=array())
257
+ {
258
+ if (!empty($args['action']))
259
+ {
260
+ $this->setAction($args['action']);
261
+ }
262
+ if (!empty($args['path']))
263
+ {
264
+ $this->setPath($args['path']);
265
+ }
266
+ if (!empty($args['method']))
267
+ {
268
+ $this->setSignatureMethod($args['method']);
269
+ }
270
+ if (!empty($args['signatures']))
271
+ {
272
+ $this->signatures($args['signatures']);
273
+ }
274
+ if (empty($args['parameters']))
275
+ {
276
+ $args['parameters']=array();
277
+ }
278
+ $this->setParameters($args['parameters']);
279
+ $normParams = $this->_normalizedParameters();
280
+ $this->_parameters['oauth_signature'] = $this->_generateSignature($normParams);
281
+
282
+ return Array (
283
+ 'parameters' => $this->_parameters,
284
+ 'signature' => self::_oauthEscape($this->_parameters['oauth_signature']),
285
+ 'signed_url' => $this->_path . '?' . $this->_normalizedParameters(),
286
+ 'header' => $this->getHeaderString(),
287
+ 'sbs'=> $this->sbs
288
+ );
289
+ }
290
+
291
+ /**
292
+ * Return a formatted "header" string
293
+ *
294
+ * NOTE: This doesn't set the "Authorization: " prefix, which is required.
295
+ * It's not set because various set header functions prefer different
296
+ * ways to do that.
297
+ *
298
+ * @param args (Array)
299
+ * @return $result (String)
300
+ */
301
+ public function getHeaderString ($args=array())
302
+ {
303
+ if (empty($this->_parameters['oauth_signature']))
304
+ {
305
+ $this->sign($args);
306
+ }
307
+ $result = 'OAuth ';
308
+
309
+ foreach ($this->_parameters as $pName => $pValue)
310
+ {
311
+ if (strpos($pName,'oauth_') !== 0 || $pName == 'oauth_token_secret2')
312
+ {
313
+ continue;
314
+ }
315
+ if (is_array($pValue))
316
+ {
317
+ foreach ($pValue as $val)
318
+ {
319
+ $result .= $pName .'="' . self::_oauthEscape($val) . '", ';
320
+ }
321
+ }
322
+ else
323
+ {
324
+ $result .= $pName . '="' . self::_oauthEscape($pValue) . '", ';
325
+ }
326
+ }
327
+
328
+ return preg_replace('/, $/','',$result);
329
+ }
330
+
331
+ private function _parseParameterString ($paramString)
332
+ {
333
+ $elements = explode('&',$paramString);
334
+ $result = array();
335
+ foreach ($elements as $element)
336
+ {
337
+ list ($key,$token) = explode('=',$element);
338
+ if ($token)
339
+ {
340
+ $token = urldecode($token);
341
+ }
342
+ if (!empty($result[$key]))
343
+ {
344
+ if (!is_array($result[$key]))
345
+ {
346
+ $result[$key] = array($result[$key],$token);
347
+ }
348
+ else
349
+ {
350
+ array_push($result[$key],$token);
351
+ }
352
+ }
353
+ else
354
+ $result[$key]=$token;
355
+ }
356
+ return $result;
357
+ }
358
+
359
+
360
+ private static function _oauthEscape($string)
361
+ {
362
+ if ($string === 0) { return 0; }
363
+ if ($string == '0') { return '0'; }
364
+ if (strlen($string) == 0) { return ''; }
365
+ if (is_array($string)) {
366
+ throw new OAuthSimpleException('Array passed to _oauthEscape');
367
+ }
368
+ $string = rawurlencode($string);
369
+
370
+ $string = str_replace('+','%20',$string);
371
+ $string = str_replace('!','%21',$string);
372
+ $string = str_replace('*','%2A',$string);
373
+ $string = str_replace('\'','%27',$string);
374
+ $string = str_replace('(','%28',$string);
375
+ $string = str_replace(')','%29',$string);
376
+
377
+ return $string;
378
+ }
379
+
380
+ private function _getNonce($length=5)
381
+ {
382
+ $result = '';
383
+ $cLength = strlen($this->_nonce_chars);
384
+ for ($i=0; $i < $length; $i++)
385
+ {
386
+ $rnum = rand(0,$cLength);
387
+ $result .= substr($this->_nonce_chars,$rnum,1);
388
+ }
389
+ $result = md5($result);
390
+ $this->_parameters['oauth_nonce'] = $result;
391
+
392
+ return $result;
393
+ }
394
+
395
+ private function _getApiKey()
396
+ {
397
+ if (empty($this->_secrets['consumer_key']))
398
+ {
399
+ throw new OAuthSimpleException('No consumer_key set for OAuthSimple');
400
+ }
401
+ $this->_parameters['oauth_consumer_key']=$this->_secrets['consumer_key'];
402
+
403
+ return $this->_parameters['oauth_consumer_key'];
404
+ }
405
+
406
+ private function _getAccessToken()
407
+ {
408
+ if (!isset($this->_secrets['oauth_secret']))
409
+ {
410
+ return '';
411
+ }
412
+ if (!isset($this->_secrets['oauth_token']))
413
+ {
414
+ throw new OAuthSimpleException('No access token (oauth_token) set for OAuthSimple.');
415
+ }
416
+ $this->_parameters['oauth_token'] = $this->_secrets['oauth_token'];
417
+
418
+ return $this->_parameters['oauth_token'];
419
+ }
420
+
421
+ private function _getTimeStamp()
422
+ {
423
+ return $this->_parameters['oauth_timestamp'] = time();
424
+ }
425
+
426
+ private function _normalizedParameters()
427
+ {
428
+ $normalized_keys = array();
429
+ $return_array = array();
430
+
431
+ foreach ( $this->_parameters as $paramName=>$paramValue) {
432
+ if (!preg_match('/\w+_secret/',$paramName) OR (strpos($paramValue, '@') !== 0 && !file_exists(substr($paramValue, 1))) )
433
+ {
434
+ if (is_array($paramValue))
435
+ {
436
+ $normalized_keys[self::_oauthEscape($paramName)] = array();
437
+ foreach($paramValue as $item)
438
+ {
439
+ array_push($normalized_keys[self::_oauthEscape($paramName)], self::_oauthEscape($item));
440
+ }
441
+ }
442
+ else
443
+ {
444
+ $normalized_keys[self::_oauthEscape($paramName)] = self::_oauthEscape($paramValue);
445
+ }
446
+ }
447
+ }
448
+
449
+ ksort($normalized_keys);
450
+
451
+ foreach($normalized_keys as $key=>$val)
452
+ {
453
+ if (is_array($val))
454
+ {
455
+ sort($val);
456
+ foreach($val as $element)
457
+ {
458
+ array_push($return_array, $key . "=" . $element);
459
+ }
460
+ }
461
+ else
462
+ {
463
+ array_push($return_array, $key .'='. $val);
464
+ }
465
+
466
+ }
467
+
468
+ return join("&", $return_array);
469
+ }
470
+
471
+
472
+ private function _generateSignature ()
473
+ {
474
+ $secretKey = '';
475
+ if(isset($this->_secrets['shared_secret']))
476
+ {
477
+ $secretKey = self::_oauthEscape($this->_secrets['shared_secret']);
478
+ }
479
+
480
+ $secretKey .= '&';
481
+ if(isset($this->_secrets['oauth_secret']))
482
+ {
483
+ $secretKey .= self::_oauthEscape($this->_secrets['oauth_secret']);
484
+ }
485
+
486
+ switch($this->_parameters['oauth_signature_method'])
487
+ {
488
+ case 'PLAINTEXT':
489
+ return urlencode($secretKey);;
490
+ case 'HMAC-SHA1':
491
+ $this->sbs = self::_oauthEscape($this->_action).'&'.self::_oauthEscape($this->_path).'&'.self::_oauthEscape($this->_normalizedParameters());
492
+
493
+ return base64_encode(hash_hmac('sha1',$this->sbs,$secretKey,TRUE));
494
+ default:
495
+ throw new OAuthSimpleException('Unknown signature method for OAuthSimple');
496
+ break;
497
+ }
498
+ }
499
+ }
500
+
501
+ class OAuthSimpleException extends Exception {
502
+
503
+ public function __construct($err, $isDebug = FALSE)
504
+ {
505
+ self::log_error($err);
506
+ if ($isDebug)
507
+ {
508
+ self::display_error($err, TRUE);
509
+ }
510
+ }
511
+
512
+ public static function log_error($err)
513
+ {
514
+ error_log($err, 0);
515
+ }
516
+
517
+ public static function display_error($err, $kill = FALSE)
518
+ {
519
+ print_r($err);
520
+ if ($kill === FALSE)
521
+ {
522
+ die();
523
+ }
524
+ }
525
+ }
includes/admin/Destination/Dropbox/dropboxupload.php ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ include plugin_dir_path(__FILE__).'DropboxClient.php';
3
+ $dropbox = new DropboxClient(array(
4
+ 'app_key' => "cv3o964lig1qrga",
5
+ 'app_secret' => "7g05tjesk5fgqjk",
6
+ 'app_full_access' => false,
7
+ ),'en');
8
+
9
+ handle_dropbox_auth($dropbox); // see below
10
+ // if there is no upload, show the form
11
+
12
+
13
+ // store_token, load_token, delete_token are SAMPLE functions! please replace with your own!
14
+
15
+
16
+
17
+ function store_token($token, $name)
18
+ {
19
+
20
+ file_put_contents(plugin_dir_path(__FILE__)."tokens/$name.token", serialize($token));
21
+ }
22
+
23
+
24
+ function load_token($name)
25
+ {
26
+ if(!file_exists(plugin_dir_path(__FILE__)."tokens/$name.token")) return null;
27
+ return @unserialize(@file_get_contents(plugin_dir_path(__FILE__)."tokens/$name.token"));
28
+ }
29
+
30
+ function delete_token($name)
31
+ {
32
+ @unlink(plugin_dir_path(__FILE__)."tokens/$name.token");
33
+ }
34
+
35
+
36
+
37
+
38
+
39
+ function handle_dropbox_auth($dropbox)
40
+ {
41
+ // first try to load existing access token
42
+ $access_token = load_token("access");
43
+
44
+ if(!empty($access_token)) {
45
+
46
+ $dropbox->SetAccessToken($access_token);
47
+ }
48
+ elseif(!empty($_GET['auth_callback'])) // are we coming from dropbox's oauth page?
49
+ {
50
+
51
+ // then load our previosly created request token
52
+ $request_token = load_token($_GET['oauth_token']);
53
+
54
+
55
+ if(empty($request_token)) die('Request token not found!');
56
+ // get & store access token, the request token is not needed anymore
57
+ $access_token = $dropbox->GetAccessToken($request_token);
58
+ store_token($access_token, "access");
59
+ delete_token($_GET['oauth_token']);
60
+ }
61
+ // checks if access token is required
62
+
63
+
64
+ if($dropbox->IsAuthorized())
65
+ {
66
+ $dropb_autho="yes";
67
+ update_option('dropb_autho', $dropb_autho );
68
+ echo '<h3>Dropbox Account Details</h3>';
69
+ $account_info = $dropbox->GetAccountInfo();
70
+ $used = round(($account_info->quota_info->quota - ($account_info->quota_info->normal + $account_info->quota_info->shared)) / 1073741824, 1);
71
+ $quota = round($account_info->quota_info->quota / 1073741824, 1);
72
+ echo $account_info->display_name . ', ' .'you have'. ' ' .$used .'GB' .'of'. ' ' . $quota . 'GB (' . round(($used / $quota) * 100, 0) .'%) ' .'free';
73
+
74
+ echo '</br><p>Unlink Account for local backups</p></br>';
75
+ echo '<td><a href="'.get_bloginfo('url').'/wp-admin/tools.php?page=wp-database-backup&action=unlink" class="button-primary">Unlink Account<a/>';
76
+
77
+
78
+
79
+
80
+ }
81
+
82
+ else
83
+ {
84
+ $dropb_autho="no";
85
+ update_option('dropb_autho', $dropb_autho );
86
+ // redirect user to dropbox oauth page
87
+ $return_url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME']."?page=wp-database-backup&auth_callback=1";
88
+ $auth_url = $dropbox->BuildAuthorizeUrl($return_url);
89
+ $request_token = $dropbox->GetRequestToken();
90
+ store_token($request_token, $request_token['t']);
91
+
92
+ ?>
93
+ <style>
94
+ #adminmenuwrap {
95
+ padding-bottom: 838px;
96
+ }
97
+ </style>
98
+ <h3>Dropbox</h3>
99
+ <p>Define an Dropbox destination connection.</p>
100
+ <p>In order to use Dropbox destination you will need to authorized it with your Dropbox account</p>
101
+ <p>Please click the authorize button below and follow the instructions inside the pop up window</p>
102
+ <p>For local backup leave the setting as it is</p>
103
+ <p>
104
+ <form action="" method="get">
105
+ <a href="<?php echo $auth_url?>"><input type="button" name="authorize" id="authorize" value="Authorize"
106
+ class="button-primary" /></a><br/>
107
+ </form>
108
+ </p>
109
+ <?php
110
+
111
+ die();
112
+ //die("Authentication required".$auth_url);
113
+ }
114
+ }
115
+
116
+ ?>
includes/admin/Destination/FTP/check-repo.php ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // CHECK REPOSITORY
3
+ // since @2.0
4
+
5
+ // Direct calls to this file are Forbidden when core files are not present
6
+ // Thanks to Ed from ait-pro.com for this code
7
+ // @since 2.1
8
+
9
+ if ( !function_exists('add_action') ){
10
+ header('Status: 403 Forbidden');
11
+ header('HTTP/1.1 403 Forbidden');
12
+ exit();
13
+ }
14
+
15
+ if ( !current_user_can('manage_options') ){
16
+ header('Status: 403 Forbidden');
17
+ header('HTTP/1.1 403 Forbidden');
18
+ exit();
19
+ }
20
+
21
+ //
22
+ //
23
+
24
+ ?>
25
+ <p><strong>Here's a list of BackupBreeze in your repository:</strong></p>
26
+ <?php
27
+
28
+ // set up variables
29
+ $host = get_option('snapshot_ftp_host');
30
+ $user = get_option('snapshot_ftp_user');
31
+ $pass = get_option('snapshot_ftp_pass');
32
+ $subdir = get_option('snapshot_ftp_subdir');
33
+ if ($subdir =='') {
34
+ $subdir = '/';
35
+ }
36
+
37
+ // extra security
38
+ // @since 2.1
39
+ // If in WP Dashboard or Admin Panels
40
+ if ( is_admin() ) {
41
+ // If user has WP manage options permissions
42
+ if ( current_user_can('manage_options')) {
43
+ // connect to host ONLY if the 2 security conditions are valid / met
44
+ $conn_id = ftp_connect($host);
45
+ }
46
+ }
47
+
48
+ // login with username and password
49
+ $login_result = ftp_login($conn_id, $user, $pass);
50
+
51
+ // get contents of the current directory
52
+ // $contents = ftp_rawlist($conn_id, "$subdir/*.tar", '-1t');
53
+ $contents = ftp_nlist($conn_id, "$subdir/*.tar");
54
+
55
+ // output $contents
56
+ // var_dump($contents);
57
+
58
+ ?><ol></em>
59
+
60
+ <?php foreach ($contents as $key => $value) {
61
+ echo '<li>' . substr($value, (strlen($subdir))) . '</li>';
62
+ }
63
+ ?>
64
+ </ol>
65
+ <p><br />
66
+ <em>This section shows a list of BackupBreeze in your repository. </em></p>
67
+ <p><em>If you're using the Auto-Delete option under Automation: <br />
68
+ </em><em>the files at the bottom of this list will be deleted, the ones at the top will stay in place. </em>
69
+
70
+ <?php
71
+ // echo "<br />";
72
+ ftp_close($conn_id);
73
+ ?>
74
+ </p>
includes/admin/Destination/FTP/ftp-form.php ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ * @since 1.0
5
+ * FTP FORM SETTINGS
6
+ */
7
+
8
+ // Direct calls to this file are Forbidden when core files are not present
9
+ // Thanks to Ed from ait-pro.com for this code
10
+ // @since 2.1
11
+
12
+ if ( !function_exists('add_action') ){
13
+ header('Status: 403 Forbidden');
14
+ header('HTTP/1.1 403 Forbidden');
15
+ exit();
16
+ }
17
+
18
+ if ( !current_user_can('manage_options') ){
19
+ header('Status: 403 Forbidden');
20
+ header('HTTP/1.1 403 Forbidden');
21
+ exit();
22
+ }
23
+
24
+ //
25
+ //
26
+ // variables for the field and option names
27
+ $opt_name = 'backupbreeze_ftp_host';
28
+ $opt_name2 = 'backupbreeze_ftp_user';
29
+ $opt_name3 = 'backupbreeze_ftp_pass';
30
+ $opt_name4 = 'backupbreeze_ftp_subdir';
31
+ $opt_name5 = 'backupbreeze_ftp_prefix';
32
+ $opt_name6 = 'backupbreeze_add_dir1';
33
+ $opt_name7 = 'backupbreeze_auto_interval';
34
+ $opt_name8 = 'backupbreeze_auto_email';
35
+ $opt_name9 = 'backupbreeze_ftp_port';
36
+
37
+ $hidden_field_name = 'backupbreeze_ftp_hidden';
38
+ $hidden_field_name2 = 'backupbreeze_backup_hidden';
39
+ $hidden_field_name3 = 'backupbreeze_check_repo';
40
+ $data_field_name = 'backupbreeze_ftp_host';
41
+ $data_field_name2 = 'backupbreeze_ftp_user';
42
+ $data_field_name3 = 'backupbreeze_ftp_pass';
43
+ $data_field_name4 = 'backupbreeze_ftp_subdir';
44
+ $data_field_name5 = 'backupbreeze_ftp_prefix';
45
+ $data_field_name6 = 'backupbreeze_add_dir1';
46
+ $data_field_name7 = 'backupbreeze_auto_interval';
47
+ $data_field_name8 = 'backupbreeze_auto_email';
48
+ $data_field_name9 = 'backupbreeze_ftp_port';
49
+
50
+ // Read in existing option value from database
51
+ $opt_val = get_option( $opt_name );
52
+ $opt_val2 = get_option ($opt_name2 );
53
+ $opt_val3 = get_option ($opt_name3 );
54
+ $opt_val4 = get_option ($opt_name4 );
55
+ $opt_val5 = get_option ($opt_name5 );
56
+ $opt_val6 = get_option ($opt_name6 );
57
+ $opt_val7 = get_option ($opt_name7 );
58
+ $opt_val8 = get_option ($opt_name8 );
59
+ $opt_val9 = get_option ($opt_name9 );
60
+
61
+ // BUTTON 3:
62
+ // UPDATE DIRECTORY
63
+ // If user pressed this button, this hidden field will be set to 'Y'
64
+ if( isset($_POST[ $hidden_field_name3 ]) && $_POST[ $hidden_field_name3 ] == 'Y' ) {
65
+ // Read their posted value
66
+ $opt_val6 = trim($_POST[ $data_field_name6 ]);
67
+ // Save the posted value in the database
68
+ update_option( $opt_name6, $opt_val6 );
69
+ // Put a "settings updated" message on the screen
70
+ ?>
71
+ <div class="updated"><p><strong><?php echo 'Your additional directory has been saved.'; ?></strong></p></div>
72
+ <?php
73
+ }
74
+
75
+ // BUTTON 1:
76
+ // SAVE SETTINGS
77
+ // If user pressed this button, this hidden field will be set to 'Y'
78
+ if( isset($_POST[ $hidden_field_name ]) && $_POST[ $hidden_field_name ] == 'Y' ) {
79
+ // Read their posted value
80
+ $opt_val = trim($_POST[ $data_field_name ]);
81
+ $opt_val2 = trim($_POST[ $data_field_name2 ]);
82
+ $opt_val3 = trim($_POST[ $data_field_name3 ]);
83
+ $opt_val4 = trim($_POST[ $data_field_name4 ]);
84
+ $opt_val5 = trim($_POST[ $data_field_name5 ]);
85
+ $opt_val9 = trim($_POST[ $data_field_name9 ]);
86
+
87
+ // Save the posted value in the database
88
+ update_option( $opt_name, $opt_val );
89
+ update_option( $opt_name2, $opt_val2 );
90
+ update_option( $opt_name3, $opt_val3 );
91
+ update_option( $opt_name4, $opt_val4 );
92
+ update_option( $opt_name5, $opt_val5 );
93
+ update_option( $opt_name9, $opt_val9 );
94
+
95
+ // Put a "settings updated" message on the screen
96
+ ?>
97
+ <div class="updated"><p><strong><?php _e('Your FTP details have been saved.', 'backupbreeze-menu' ); ?></strong></p></div>
98
+ <?php
99
+ } // end if
100
+
101
+
102
+ //
103
+ // BUTTON 2:
104
+ // TEST SETTINGS
105
+ // If user pressed this button, this hidden field will be set to 'Y'
106
+
107
+ if( isset($_POST[ $hidden_field_name ]) && $_POST[ $hidden_field_name ] == 'Test Connection' ) {
108
+ include plugin_dir_path( __FILE__ ) . 'test-ftp.php';
109
+ //
110
+ // update all options while we're at it
111
+ // @since 2.1
112
+ $opt_val = trim($_POST[ $data_field_name ]);
113
+ $opt_val2 = trim($_POST[ $data_field_name2 ]);
114
+ $opt_val3 = trim($_POST[ $data_field_name3 ]);
115
+ $opt_val4 = trim($_POST[ $data_field_name4 ]);
116
+ $opt_val5 = trim($_POST[ $data_field_name5 ]);
117
+ $opt_val9 = trim($_POST[ $data_field_name9 ]);
118
+
119
+ // Save the posted value in the database
120
+ update_option( $opt_name, $opt_val );
121
+ update_option( $opt_name2, $opt_val2 );
122
+ update_option( $opt_name3, $opt_val3 );
123
+ update_option( $opt_name4, $opt_val4 );
124
+ update_option( $opt_name5, $opt_val5 );
125
+ update_option( $opt_name9, $opt_val9 );
126
+ $result = backupbreeze_test_ftp();
127
+ // echo "<h2>$result</h2>";
128
+
129
+ if ($result != 'OK') { ?>
130
+ <div class="error"><p><strong>connection has failed!<br /></strong></p>
131
+ <?php echo $result . '<br /><br />'; ?>
132
+ </div>
133
+ <?php } else { ?>
134
+
135
+ <div class="updated"><p><strong>Connected to <?php echo $opt_val; ?>, for user <?php echo $opt_val2; ?></strong></p></div>
136
+ <?php
137
+ } // end if
138
+ } // end if
139
+
140
+ ?>
141
+ <style>td, th {
142
+ padding: 5px;
143
+ }</style>
144
+ <p>Enter your FTP details for your offsite backup repository. Leave these blank for local backups.</p>
145
+ <form name="form1" method="post" action="">
146
+ <input type="hidden" name="<?php echo $hidden_field_name; ?>" value="Y">
147
+
148
+ <table width="700" border="0" cellspacing="10">
149
+ <tr>
150
+ <td>FTP Host:</td>
151
+ <td><input type="text" name="<?php echo $data_field_name; ?>" value="<?php echo $opt_val; ?>" size="25" placeholder="e.g. ftp.yoursite.com"></td>
152
+
153
+ </tr>
154
+ <tr>
155
+ <td>FTP Port:</td>
156
+ <td><input type="text" name="<?php echo $data_field_name9; ?>" value="<?php echo $opt_val9; ?>" size="4"></td>
157
+ <td><em>defaults to 21 if left blank </em></td>
158
+ </tr>
159
+ <tr>
160
+ <td>FTP User:</td>
161
+ <td><input type="text" name="<?php echo $data_field_name2; ?>" value="<?php echo $opt_val2; ?>" size="25"></td>
162
+ <td>&nbsp; </td>
163
+ </tr>
164
+ <tr>
165
+ <td>FTP Password:</td>
166
+ <td><input type="password" name="<?php echo $data_field_name3; ?>" value="<?php echo $opt_val3; ?>" size="25"></td>
167
+ <td>&nbsp;</td>
168
+ </tr>
169
+ <tr>
170
+ <td>Subdirectory:</td>
171
+ <td><input type="text" name="<?php echo $data_field_name4; ?>" value="<?php echo $opt_val4; ?>" size="25"></td>
172
+ <td><em>e.g. /httpdocs/backups or leave blank</em> </td>
173
+ </tr>
174
+
175
+
176
+ </table>
177
+ <p><input type="submit" name="Submit" class="button-primary" value="<?php esc_attr_e('Save FTP Details') ?>" />&nbsp;
178
+ <input type="submit" name="<?php echo $hidden_field_name; ?>" class="button-secondary" value="Test Connection" />
179
+
180
+ <br />
181
+ </p>
182
+ </form>
183
+ <hr />
184
+ <br />
includes/admin/Destination/FTP/preflight.php ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ function backupbreeze_preflight_problem($trouble) {
4
+ echo '<div class="error"><h3>Houston, we have a problem: </h3>' .$trouble . '<br /><br /></div>';
5
+ echo '<hr><br />';
6
+
7
+
8
+ exit;
9
+ }
10
+
11
+
12
+
13
+
14
+ // now let's see if we can connect to the FTP repo
15
+ // set up variables
16
+ $host = get_option('backupbreeze_ftp_host');
17
+ $user = get_option('backupbreeze_ftp_user');
18
+ $pass = get_option('backupbreeze_ftp_pass');
19
+ $subdir = get_option('backupbreeze_ftp_subdir');
20
+ if ($subdir =='') {
21
+ $subdir = '/';
22
+ }
23
+ $remotefile = $subdir . '/' . $filename;
24
+
25
+ // @since 1.6.1
26
+ // only check FTP Connection if we have details
27
+ // otherwise skip this and do a local backup
28
+ //
29
+
30
+ if ($host) {
31
+ // connect to host
32
+ // extra security
33
+ // @since 2.1
34
+ // If in WP Dashboard or Admin Panels
35
+ if ( is_admin() ) {
36
+ // If user has WP manage options permissions
37
+ if ( current_user_can('manage_options')) {
38
+ // connect to host ONLY if the 2 security conditions are valid / met
39
+ $conn = ftp_connect($host);
40
+ if (!$conn)
41
+ {
42
+ $trouble = 'I could not connect to your FTP server.<br />Please check your FTP Host settings and try again (leave FTP Host BLANK for local backups).';
43
+ backupbreeze_preflight_problem($trouble);
44
+ }
45
+ // can we log in?
46
+ $result = ftp_login($conn, $user, $pass);
47
+ if (!$result)
48
+ {
49
+ $trouble = 'I could not log in to your FTP server.<br />Please check your FTP Username and Password, then try again.<br />For local backups, please leave the FTP Host option BLANK.';
50
+ backupbreeze_preflight_problem($trouble);
51
+ }
52
+ // and does the remote directory exist?
53
+ $success = ftp_chdir($conn, $subdir);
54
+ if (!$success)
55
+ {
56
+ $trouble = 'I cannot change into the FTP subdirectory you specified. Does it exist?<br />You must create it first using an FTP client like FileZilla.<br />Please check and try again.';
57
+ backupbreeze_preflight_problem($trouble);
58
+ }
59
+ // and is it writeable?
60
+ // ah... I don't know how to test that :-(
61
+
62
+ // end if
63
+ }
64
+ }
65
+ }
66
+ else {
67
+ echo "The FTP Details are missing or not complete. This will be a local backup only.<br />";
68
+ }
69
+
70
+ echo "All good - let's Backup!<br />";
71
+
72
+ ?>
includes/admin/Destination/FTP/sendaway.php ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // Direct calls to this file are Forbidden when core files are not present
4
+ // Thanks to Ed from ait-pro.com for this code
5
+ // @since 2.1
6
+ // doesn't work when file is included by script :-(
7
+ /*
8
+ if ( !function_exists('add_action') ){
9
+ header('Status: 403 Forbidden');
10
+ header('HTTP/1.1 403 Forbidden');
11
+ exit();
12
+ }
13
+
14
+ if ( !current_user_can('manage_options') ){
15
+ header('Status: 403 Forbidden');
16
+ header('HTTP/1.1 403 Forbidden');
17
+ exit();
18
+ }
19
+ */
20
+ //
21
+ //
22
+ echo "<h2>Send package to FTP site</h2>";
23
+
24
+ // set up variables
25
+ $host = get_option('backupbreeze_ftp_host');
26
+ $user = get_option('backupbreeze_ftp_user');
27
+ $pass = get_option('backupbreeze_ftp_pass');
28
+ $subdir = get_option('backupbreeze_ftp_subdir');
29
+ $wp_upload_dir = wp_upload_dir();
30
+
31
+ $wp_upload_dir['basedir'] = str_replace('\\', '/', $wp_upload_dir['basedir']);
32
+ $remotefile = $subdir.'/'.$filename;
33
+ $localfile = trailingslashit($wp_upload_dir['basedir'].'/db-backup'). $filename;
34
+
35
+ // see if port option is blank and set it to 21 if it isn't
36
+ if (!get_option('backupbreeze_ftp_port')) {
37
+ $port == '21';
38
+ } else {
39
+ $port = get_option('backupbreeze_ftp_port');
40
+ }
41
+ // extra security
42
+ // @since 2.1
43
+ // doesn't work when file is included by script :-(
44
+ // If in WP Dashboard or Admin Panels
45
+ // if ( is_admin() ) {
46
+ // If user has WP manage options permissions
47
+ // if ( current_user_can('manage_options')) {
48
+ // connect to host ONLY if the 2 security conditions are valid / met
49
+ $conn = ftp_connect($host,$port);
50
+ // }
51
+ // }
52
+
53
+ // @since 1.6
54
+ // new passive FTP connection to avoid timeouts
55
+ // thanks to Kara for this code ;-)
56
+
57
+ if (!$conn) {
58
+ echo '<div class="error">Could not connect to ftp server. This will be local backup.<br /></div>';
59
+ }
60
+ else {
61
+ echo "Connected to $host.<br />";
62
+ // log in to host
63
+ $result = @ftp_login($conn, $user, $pass);
64
+ if (!$result) {
65
+ echo '<div class="error">Could not log on as $user. This will be local backup.<br /></div>';
66
+ }
67
+ else {
68
+ echo '<div class="error">Logged in as $user<br /></div>';
69
+ // Switch to passive mode
70
+ ftp_pasv($conn, true);
71
+ // upload file
72
+ echo '<div class="error">Uploading package to FTP repository...<br /></div>';
73
+ if (!$success = ftp_put($conn, $remotefile, $localfile, FTP_BINARY)) {
74
+ echo '<div class="error">Error: Could not upload file. This will be local backup.<br /></div>';
75
+ }
76
+ else {
77
+ echo '<div class="error">File was uploaded successfully <br /></div>';
78
+ }
79
+ }
80
+ }
81
+ // close connection to host
82
+ ftp_quit($conn);
83
+
84
+ // echo "... Done!";
85
+
86
+ ?>
includes/admin/Destination/FTP/test-ftp.php ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // Direct calls to this file are Forbidden when core files are not present
4
+ // Thanks to Ed from ait-pro.com for this code
5
+ // @since 2.1
6
+
7
+ if ( !function_exists('add_action') ){
8
+ header('Status: 403 Forbidden');
9
+ header('HTTP/1.1 403 Forbidden');
10
+ exit();
11
+ }
12
+
13
+ if ( !current_user_can('manage_options') ){
14
+ header('Status: 403 Forbidden');
15
+ header('HTTP/1.1 403 Forbidden');
16
+ exit();
17
+ }
18
+
19
+ //
20
+ //
21
+
22
+ function backupbreeze_test_ftp() {
23
+
24
+ // now let's see if we can connect to the FTP repo
25
+ // set up variables
26
+ $host = get_option('backupbreeze_ftp_host');
27
+ $user = get_option('backupbreeze_ftp_user');
28
+ $pass = get_option('backupbreeze_ftp_pass');
29
+ $subdir = get_option('backupbreeze_ftp_subdir');
30
+ if ($subdir =='') {
31
+ $subdir = '/';
32
+ }
33
+ $remotefile = $subdir . '/' . $filename;
34
+
35
+ // @since 2.0
36
+ // checking FTP Details
37
+ // extra security @since 2.1
38
+ // If in WP Dashboard or Admin Panels
39
+ if ( is_admin() ) {
40
+ // If user has WP manage options permissions
41
+ if ( current_user_can('manage_options')) {
42
+ // connect to host ONLY if the 2 security conditions are valid / met
43
+ $conn = ftp_connect($host);
44
+ }
45
+ }
46
+
47
+ if (!$conn)
48
+ {
49
+ $trouble = "I could not connect to your FTP server.<br />Please check your FTP Host and try again.";
50
+ return $trouble;
51
+ }
52
+ // can we log in?
53
+ $result = ftp_login($conn, $user, $pass);
54
+ if (!$result) {
55
+ $trouble = "I could connect to the FTP server but I could not log in.<br />Please check your credentials and try again.";
56
+ return $trouble;
57
+ }
58
+ // and does the remote directory exist?
59
+ $success = ftp_chdir($conn, $subdir);
60
+ if (!$success) {
61
+ $trouble = "I can connect to the FTP server, but I cannot change into the FTP subdirectory you specified. <br />Is the path correct? Does the directory exist? Is it wrritable?<br />Please check using an FTP client like FileZilla.";
62
+ return $trouble;
63
+ }
64
+
65
+ // and is it writeable?
66
+
67
+ // got til here? Wow - everything must be fine then
68
+ $trouble = 'OK';
69
+
70
+ // lose this connection
71
+ ftp_close($conn);
72
+ return $trouble;
73
+
74
+ } // end of function
75
+
76
+
77
+ ?>
includes/admin/Destination/wp-backup-destination.php ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <h2>Destination</h2>
2
+
3
+ <!-- Nav tabs -->
4
+ <ul class="nav nav-tabs" style="width: 640px;">
5
+ <li><a href="#FTP" data-toggle="tab">FTP</a></li>
6
+ <li><a href="#Dropbox" data-toggle="tab">Dropbox</a></li>
7
+
8
+ </ul>
9
+
10
+ <!-- Tab panes -->
11
+ <div class="tab-content">
12
+ <div class="tab-pane active" id="FTP">
13
+ <h2>FTP/sFTP </h2>
14
+ <p>FTP/sFTP Destination Define an FTP destination connection. You can define destination which use FTP.</p>
15
+ <?php
16
+ // call FTP Details form
17
+ include WPDB_PLUGIN_URL.'/Destination/FTP/ftp-form.php';
18
+ ?>
19
+
20
+ </div>
21
+
22
+ <div class="tab-pane" id="Dropbox">
23
+ <?php include plugin_dir_path(__FILE__).'Dropbox/dropboxupload.php';?>
24
+ </div>
25
+
26
+ </div>
includes/admin/class-wpdb-admin.php ADDED
@@ -0,0 +1,636 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if ( ! defined( 'ABSPATH' ) ) {
3
+ exit; // Exit if accessed directly
4
+ }
5
+
6
+ class WPDB_Admin {
7
+
8
+ public function __construct() {
9
+ add_action('admin_init', array( $this,'wp_db_backup_admin_init'));
10
+ add_action( 'init', array( $this, 'admin_scripts_style' ) );
11
+ add_action( 'admin_menu', array( $this, 'admin_menu' ), 9 );
12
+ add_filter('cron_schedules', array( $this,'wp_db_backup_cron_schedules'));
13
+ add_action('wp_db_backup_event', array( $this,'wp_db_backup_event_process'));
14
+ add_action('wp', array( $this,'wp_db_backup_scheduler_activation'));
15
+
16
+
17
+ }
18
+
19
+ public function admin_menu()
20
+ {
21
+
22
+ $page = add_management_page('WP-DB Backup', 'WP-DB Backup ', 'manage_options', 'wp-database-backup', array( $this,'wp_db_backup_settings_page'));
23
+
24
+
25
+ }
26
+ function wp_db_backup_admin_init() {
27
+
28
+ if(isset($_POST['wp_db_backup_email_id']))
29
+ {
30
+
31
+ update_option('wp_db_backup_email_id',$_POST['wp_db_backup_email_id']);
32
+ }
33
+ if(isset($_POST['wp_db_backup_email_attachment']))
34
+ {
35
+ $email_attachment=$_POST['wp_db_backup_email_attachment'];
36
+ update_option('wp_db_backup_email_attachment',$email_attachment);
37
+ }
38
+ if(($_GET['page']=="wp-database-backup" && $_GET['action']=="unlink"))
39
+ {
40
+ // Specify the target directory and add forward slash
41
+ $dir = plugin_dir_path(__FILE__)."Destination/Dropbox/tokens/";
42
+
43
+ // Open the directory
44
+ $dirHandle = opendir($dir);
45
+ // Loop over all of the files in the folder
46
+ while ($file = readdir($dirHandle)) {
47
+ // If $file is NOT a directory remove it
48
+ if(!is_dir($file)) {
49
+ unlink ("$dir"."$file"); // unlink() deletes the files
50
+ }
51
+ }
52
+ // Close the directory
53
+ closedir($dirHandle);
54
+ wp_redirect(get_bloginfo('url').'/wp-admin/tools.php?page=wp-database-backup');
55
+
56
+ }
57
+ if(isset($_GET['action'])) {
58
+ switch((string)$_GET['action']) {
59
+
60
+ case 'createdbbackup':
61
+ $this->wp_db_backup_event_process();
62
+ wp_redirect(get_bloginfo('url').'/wp-admin/tools.php?page=wp-database-backup');
63
+ break;
64
+ case 'removebackup':
65
+ $index = (int)$_GET['index'];
66
+ $options = get_option('wp_db_backup_backups');
67
+ $newoptions = array();
68
+ $count = 0;
69
+ foreach($options as $option) {
70
+ if($count != $index) {
71
+ $newoptions[] = $option;
72
+ }
73
+ $count++;
74
+ }
75
+
76
+ unlink($options[$index]['dir']);
77
+ update_option('wp_db_backup_backups', $newoptions);
78
+ wp_redirect(get_bloginfo('url').'/wp-admin/tools.php?page=wp-database-backup');
79
+ break;
80
+ case 'restorebackup':
81
+ $index = (int)$_GET['index'];
82
+ $options = get_option('wp_db_backup_backups');
83
+ $newoptions = array();
84
+ $count = 0;
85
+ foreach($options as $option) {
86
+ if($count != $index) {
87
+ $newoptions[] = $option;
88
+ }
89
+ $count++;
90
+ }
91
+ $database_file=($options[$index]['dir']);
92
+ $database_name=$this->wp_backup_get_config_db_name();
93
+ $database_user=$this->wp_backup_get_config_data('DB_USER');
94
+ $datadase_password=$this->wp_backup_get_config_data('DB_PASSWORD');
95
+ $database_host=$this->wp_backup_get_config_data('DB_HOST');
96
+
97
+ ini_set("max_execution_time", "5000");
98
+ ini_set("max_input_time", "5000");
99
+ ini_set('memory_limit', '1000M');
100
+ set_time_limit(0);
101
+
102
+
103
+ if((trim((string)$database_name) != '') && (trim((string)$database_user) != '') && (trim((string)$datadase_password) != '') && (trim((string)$database_host) != '') && ($conn = @mysql_connect((string)$database_host, (string)$database_user, (string)$datadase_password))) {
104
+ /*BEGIN: Select the Database*/
105
+ if(!mysql_select_db((string)$database_name, $conn)) {
106
+ $sql = "CREATE DATABASE IF NOT EXISTS `".(string)$database_name."`";
107
+ mysql_query($sql, $conn);
108
+ mysql_select_db((string)$database_name, $conn);
109
+ }
110
+ /*END: Select the Database*/
111
+
112
+ /*BEGIN: Remove All Tables from the Database*/
113
+ $found_tables = null;
114
+ if($result = mysql_query("SHOW TABLES FROM `{".(string)$database_name."}`", $conn)){
115
+ while($row = mysql_fetch_row($result)){
116
+ $found_tables[] = $row[0];
117
+ }
118
+ if (count($found_tables) > 0) {
119
+ foreach($found_tables as $table_name){
120
+ mysql_query("DROP TABLE `{".(string)$database_name."}`.{$table_name}", $conn);
121
+ }
122
+ }
123
+ }
124
+ /*END: Remove All Tables from the Database*/
125
+
126
+ /*BEGIN: Restore Database Content*/
127
+ if(isset($database_file))
128
+ {
129
+
130
+ $database_file=$database_file;
131
+ $sql_file = @file_get_contents($database_file, true);
132
+
133
+ $sql_queries = explode(";\n", $sql_file);
134
+
135
+
136
+ for($i = 0; $i < count($sql_queries); $i++) {
137
+ mysql_query($sql_queries[$i], $conn);
138
+ }
139
+
140
+
141
+ }
142
+ }
143
+ break;
144
+
145
+ /*END: Restore Database Content*/
146
+
147
+ }
148
+ }
149
+
150
+ register_setting('wp_db_backup_options', 'wp_db_backup_options', array( $this,'wp_db_backup_validate'));
151
+ @add_settings_section('wp_db_backup_main', '', 'wp_db_backup_section_text', array( $this,'wp-database-backup'));
152
+ }
153
+ function wp_db_backup_validate($input) {
154
+ return $input;
155
+ }
156
+ public function wp_db_backup_settings_page(){
157
+ $options = get_option('wp_db_backup_backups');
158
+ $settings = get_option('wp_db_backup_options');
159
+ ?> <div class="panel panel-info">
160
+ <div class="panel-heading">
161
+ <h2><a href="http://walkeprashant.wordpress.com" target="blank"><img src="<?php echo WPDB_PLUGIN_URL.'/assets/images/wp-database-backup.png';?>" ></a>Database Backup Settings</h2>
162
+ </div>
163
+ <div class="panel-body">
164
+ <ul class="nav nav-tabs">
165
+ <li class=""><a href="#db_home" data-toggle="tab">Database Backups</a></li>
166
+ <li><a href="#db_schedul" data-toggle="tab">Scheduler</a></li>
167
+ <li><a href="#db_help" data-toggle="tab">Help</a></li>
168
+ <li><a href="#db_destination" data-toggle="tab">Destination</a></li>
169
+ </ul>
170
+
171
+ <?php
172
+ echo '<div class="tab-content">';
173
+ echo '<div class="tab-pane active" id="db_home">';
174
+ echo '<p class="submit">';
175
+ echo '<a href="'.get_bloginfo('url').'/wp-admin/tools.php?page=wp-database-backup&action=createdbbackup" class="button-primary"><span class="glyphicon glyphicon-plus-sign"></span> Create New Database Backup<a/>';
176
+ echo '</p>';
177
+ if($options) {
178
+ echo '<table class="widefat">';
179
+ echo '<thead>';
180
+ echo '<tr class="wpdb-header">';
181
+ echo '<th class="manage-column" scope="col" width="15%" style="text-align: center;">SL No</th>';
182
+ echo '<th class="manage-column" scope="col" width="25%">Date</th>';
183
+ echo '<th class="manage-column" scope="col" width="15%">Backup File</th>';
184
+ echo '<th class="manage-column" scope="col" width="15%">Size</th>';
185
+ echo '<th class="manage-column" scope="col" width="15%"></th>';
186
+ echo '<th class="manage-column" scope="col" width="15%"></th>';
187
+ echo '</tr>';
188
+ echo '</thead>';
189
+ echo '<tfoot>';
190
+ echo '<tr>';
191
+ echo '<th class="manage-column" scope="col" width="15%" style="text-align: center;">SL No</th>';
192
+ echo '<th class="manage-column" scope="col" width="25%">Date</th>';
193
+ echo '<th class="manage-column" scope="col" width="15%">Backup File</th>';
194
+ echo '<th class="manage-column" scope="col" width="15%">Size</th>';
195
+ echo '<th class="manage-column" scope="col" width="15%"></th>';
196
+ echo '<th class="manage-column" scope="col" width="15%"></th>';
197
+ echo '</tr>';
198
+ echo '</tfoot>';
199
+ echo '<tbody>';
200
+ $count = 1;
201
+ foreach($options as $option) {
202
+ echo '<tr '.((($count % 2) == 0)?' class="alternate"':'').'>';
203
+ echo '<td style="text-align: center;">'.$count.'</td>';
204
+ echo '<td>'.date('jS, F Y', $option['date']).'<br />'.date('h:i:s A', $option['date']).'</td>';
205
+ echo '<td><a href="'.$option['url'].'" style="color: #21759B;"><span class="glyphicon glyphicon-download-alt"></span> Download</a></td>';
206
+ echo '<td>'.$this->wp_db_backup_format_bytes($option['size']).'</td>';
207
+ echo '<td><a href="'.get_bloginfo('url').'/wp-admin/tools.php?page=wp-database-backup&action=removebackup&index='.($count - 1).'" class="button-secondary"><span style="color:red" class="glyphicon glyphicon-remove"></span> Remove Database Backup<a/></td>';
208
+ echo '<td><a href="'.get_bloginfo('url').'/wp-admin/tools.php?page=wp-database-backup&action=restorebackup&index='.($count - 1).'" class="button-secondary"><span class="glyphicon glyphicon-refresh" style="color:blue"></span> Restore Database Backup<a/></td>';
209
+ echo '</tr>';
210
+ $count++;
211
+ }
212
+ echo '</tbody>';
213
+ echo '</table>';
214
+ } else {
215
+ echo '<p>No Database Backups Created!</p>';
216
+ }
217
+
218
+ echo '</div>';
219
+
220
+ echo '<div class="tab-pane" id="db_schedul">';
221
+ echo '<form method="post" action="options.php" name="wp_auto_commenter_form">';
222
+ settings_fields('wp_db_backup_options');
223
+ do_settings_sections('wp-database-backup');
224
+
225
+ echo '<p>Enable Auto Backups&nbsp;';
226
+ echo '<input type="checkbox" name="wp_db_backup_options[enable_autobackups]" value="1" '.@checked(1, $settings['enable_autobackups'], false).'/>';
227
+ echo '</p>';
228
+ echo '<p>Auto Database Backup Frequency<br />';
229
+ echo '<select name="wp_db_backup_options[autobackup_frequency]" style="width: 100%; margin: 5px 0 0;">';
230
+ echo '<option value="daily" '.selected('daily', $settings['autobackup_frequency'], false).'>Daily</option>';
231
+ echo '<option value="weekly" '.selected('weekly', $settings['autobackup_frequency'], false).'>Weekly</option>';
232
+ echo '<option value="monthly" '.selected('monthly', $settings['autobackup_frequency'], false).'>Monthly</option>';
233
+ echo '</select>';
234
+ echo '</p>';
235
+
236
+ echo '<p class="submit">';
237
+ echo '<input type="submit" name="Submit" class="button-primary" value="Save Settings" />';
238
+ echo '</p>';
239
+ echo '</form>';
240
+ echo '</div>';
241
+
242
+ echo '<div class="tab-pane" id="db_help">';
243
+ echo '<p>';
244
+ ?>
245
+ <div class="panel-group" id="accordion">
246
+ <div class="panel panel-default">
247
+ <div class="panel-heading">
248
+ <h4 class="panel-title">
249
+ <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
250
+ Create Backup
251
+ </a>
252
+ </h4>
253
+ </div>
254
+ <div id="collapseOne" class="panel-collapse collapse in">
255
+ <div class="panel-body">
256
+ <p>Step 1) Click on Create New Database Backup</p>
257
+ <p>Step 2) Download Database Backup file.</p>
258
+ </div>
259
+ </div>
260
+ </div>
261
+
262
+
263
+ <div class="panel-group" id="accordion">
264
+ <div class="panel panel-default">
265
+ <div class="panel-heading">
266
+ <h4 class="panel-title">
267
+ <a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
268
+ Restore Backup
269
+ </a>
270
+ </h4>
271
+ </div>
272
+ <div id="collapseTwo" class="panel-collapse collapse in">
273
+ <div class="panel-body">
274
+ <p>Click on Restore Database Backup </p><p>OR</p>
275
+
276
+ <p>Step 1) Login to phpMyAdmin.</p>
277
+ <p>Step 2) Click Databases and select the database that you will be importing your data into.</p>
278
+ <p>Step 3) Across the top of the screen will be a row of tabs. Click the Import tab.</p>
279
+ <p>Step 4) On the next screen will be a location of text file box, and next to that a button named Browse.</p>
280
+ <p>Step 5) Click Browse. Locate the backup file stored on your computer.</p>
281
+ <p>Step 6) Click the Go button.</p>
282
+ </div>
283
+ </div>
284
+ </div>
285
+ <div class="panel-group" id="accordion">
286
+ <div class="panel panel-default">
287
+ <div class="panel-heading">
288
+ <h4 class="panel-title">
289
+ <a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
290
+ Wish you more feature?
291
+ </a>
292
+ </h4>
293
+ </div>
294
+ <div id="collapseThree" class="panel-collapse collapse in">
295
+ <div class="panel-body">
296
+ <p><span class="glyphicon glyphicon-envelope"><p>If you want more feature or any suggestion then drop me mail we are try to implement in our wp-database-backup plugin and also try to make it more user friendly</p></span> Drop Mail :walke.prashant28@gmail.com</p>
297
+ <p><a title="WP-DB-Backup" href="http://walkeprashant.wordpress.com/wp-database-backup/" target="_blank">More Information</a></p>
298
+
299
+ </div>
300
+ </div>
301
+ </div>
302
+
303
+ </div>
304
+ </div></div>
305
+
306
+
307
+
308
+ </div> <?php
309
+ echo '<div class="tab-pane" id="db_destination">';
310
+ ?>
311
+ <div class="panel panel-default">
312
+ <div class="panel-heading">
313
+ <h4 class="panel-title">
314
+ <a data-toggle="collapse" data-parent="#accordion" href="#collapseI">
315
+ <h2>FTP/sFTP </h2>
316
+
317
+ </a>
318
+ </h4>
319
+ </div>
320
+ <div id="collapseI" class="panel-collapse collapse in">
321
+ <div class="panel-body">
322
+ <p>FTP/sFTP Destination Define an FTP destination connection. You can define destination which use FTP.</p>
323
+ <?php include plugin_dir_path(__FILE__).'Destination/FTP/ftp-form.php';?>
324
+ </div>
325
+ </div>
326
+ </div>
327
+ <div class="panel panel-default">
328
+ <div class="panel-heading">
329
+ <h4 class="panel-title">
330
+ <a data-toggle="collapse" data-parent="#accordion" href="#collapseII">
331
+ <h2>Email Notification</h2>
332
+
333
+ </a>
334
+ </h4>
335
+ </div>
336
+ <div id="collapseII" class="panel-collapse collapse in">
337
+ <div class="panel-body">
338
+
339
+ <?php echo '<form name="wp-email_form" method="post" action="" >';
340
+
341
+ $wp_db_backup_email_id="";
342
+ $wp_db_backup_email_id=get_option('wp_db_backup_email_id');
343
+ $wp_db_backup_email_attachment="";
344
+ $wp_db_backup_email_attachment=get_option('wp_db_backup_email_attachment');
345
+ echo '<p>';
346
+ echo '<span class="glyphicon glyphicon-envelope"></span> Send Email Notification</br></p>';
347
+ echo '<p>Email Id : ';
348
+ echo '<input type="text" name="wp_db_backup_email_id" value="'.$wp_db_backup_email_id.'" placeholder="Your Email Id">';
349
+ echo '<p>Leave blank if you don\'t want use this feature</p>';
350
+ echo '<p>Attach backup file : ';
351
+ $selected_option=get_option( 'wp_db_backup_email_attachment' );
352
+
353
+ if($selected_option=="yes") $selected_yes="selected=\"selected\"";
354
+ else
355
+ $selected_yes="";
356
+ if($selected_option=="no") $selected_no="selected=\"selected\"";
357
+ else
358
+ $selected_no="";
359
+ echo '<select id="lead-theme" name="wp_db_backup_email_attachment">';
360
+ echo '<option value="none">Select</option>';
361
+
362
+ echo '<option value="yes"'.$selected_yes.'>Yes</option>';
363
+ echo '<option value="no" '.$selected_no.'>No</option>';
364
+
365
+
366
+ echo '</select></p>';
367
+
368
+ echo '<p>If you want attache backup file to email then select "yes" (File attached only when backup file size <=25MB)</p>';
369
+
370
+ echo '</p>';
371
+ echo '<p class="submit">';
372
+ echo '<input type="submit" name="Submit" class="button-primary" value="Save Settings" />';
373
+ echo '</p>';
374
+ echo '</form>';?>
375
+ </div>
376
+ </div>
377
+ </div>
378
+
379
+ <div class="panel panel-default">
380
+ <div class="panel-heading">
381
+ <h4 class="panel-title">
382
+ <a data-toggle="collapse" data-parent="#accordion" href="#collapseIII">
383
+ <h2>Dropbox </h2>
384
+
385
+ </a>
386
+ </h4>
387
+ </div>
388
+ <div id="collapseIII" class="panel-collapse collapse in">
389
+ <div class="panel-body">
390
+
391
+ <?php include plugin_dir_path(__FILE__).'Destination/Dropbox/dropboxupload.php';?>
392
+ </div>
393
+ </div>
394
+ </div>
395
+
396
+ <?php
397
+ echo '</div>';
398
+ ?>
399
+
400
+
401
+ </div>
402
+ <div class="panel panel-footer">Thank you for using the <a href="http://walkeprashant.wordpress.com/wp-database-backup/" target="_blank">WP Database Backup</a>.</div>
403
+
404
+
405
+ <?php
406
+
407
+
408
+
409
+ }
410
+
411
+ function wp_db_backup_format_bytes($bytes, $precision = 2) {
412
+ $units = array('B', 'KB', 'MB', 'GB', 'TB');
413
+ $bytes = max($bytes, 0);
414
+ $pow = floor(($bytes ? log($bytes) : 0) / log(1024));
415
+ $pow = min($pow, count($units) - 1);
416
+ $bytes /= pow(1024, $pow);
417
+ return round($bytes, $precision) . ' ' . $units[$pow];
418
+ }
419
+ function wp_db_backup_create_mysql_backup() {
420
+ global $wpdb;
421
+ /*BEGIN : Prevent saving backup plugin settings in the database dump*/
422
+ $options_backup = get_option('wp_db_backup_backups');
423
+ $settings_backup = get_option('wp_db_backup_options');
424
+ delete_option('wp_db_backup_backups');
425
+ delete_option('wp_db_backup_options');
426
+ /*END : Prevent saving backup plugin settings in the database dump*/
427
+
428
+ $tables = $wpdb->get_col('SHOW TABLES');
429
+ $output = '';
430
+ foreach($tables as $table) {
431
+ $result = $wpdb->get_results("SELECT * FROM {$table}", ARRAY_N);
432
+ $row2 = $wpdb->get_row('SHOW CREATE TABLE '.$table, ARRAY_N);
433
+ $output .= "\n\n".$row2[1].";\n\n";
434
+ for($i = 0; $i < count($result); $i++) {
435
+ $row = $result[$i];
436
+ $output .= 'INSERT INTO '.$table.' VALUES(';
437
+ for($j=0; $j<count($result[0]); $j++) {
438
+ $row[$j] = mysql_real_escape_string($row[$j]);
439
+ $output .= (isset($row[$j])) ? '"'.$row[$j].'"' : '""';
440
+ if ($j < (count($result[0])-1)) {
441
+ $output .= ',';
442
+ }
443
+ }
444
+ $output .= ");\n";
445
+ }
446
+ $output .= "\n";
447
+ }
448
+ $wpdb->flush();
449
+ /*BEGIN : Prevent saving backup plugin settings in the database dump*/
450
+ add_option('wp_db_backup_backups', $options_backup);
451
+ add_option('wp_db_backup_options', $settings_backup);
452
+ /*END : Prevent saving backup plugin settings in the database dump*/
453
+ return $output;
454
+ }
455
+
456
+
457
+
458
+ function wp_db_backup_create_archive() {
459
+ /*Begin : Setup Upload Directory, Secure it and generate a random file name*/
460
+
461
+ $source_directory = $this->wp_db_backup_wp_config_path();
462
+
463
+ $path_info = wp_upload_dir();
464
+
465
+ wp_mkdir_p($path_info['basedir'].'/db-backup');
466
+ fclose(fopen($path_info['basedir'].'/db-backup/index.php', 'w'));
467
+ /*Begin : Generate SQL DUMP and save to file database.sql*/
468
+ $filename=Date("Y_m_d").'_'.Time("H:M:S").'_database.sql';
469
+ $handle = fopen($path_info['basedir'].'/db-backup/'.$filename,'w+');
470
+ fwrite($handle, $this->wp_db_backup_create_mysql_backup());
471
+ fclose($handle);
472
+
473
+ /*End : Generate SQL DUMP and save to file database.sql*/
474
+ $upload_path = array(
475
+ 'filename' => ($filename),
476
+ 'dir' => ($path_info['basedir'].'/db-backup/'.$filename),
477
+ 'url' => ($path_info['baseurl'].'/db-backup/'.$filename),
478
+ 'size' => 0
479
+ );
480
+ $upload_path['size']=filesize($upload_path['dir']);
481
+ return $upload_path;
482
+
483
+ }
484
+
485
+
486
+ function wp_db_backup_wp_config_path() {
487
+ $base = dirname(__FILE__);
488
+ $path = false;
489
+ if (@file_exists(dirname(dirname($base))."/wp-config.php")) {
490
+ $path = dirname(dirname($base));
491
+ } else {
492
+ if (@file_exists(dirname(dirname(dirname($base)))."/wp-config.php")) {
493
+ $path = dirname(dirname(dirname($base)));
494
+ } else {
495
+ $path = false;
496
+ }
497
+ }
498
+ if ($path != false) {
499
+ $path = str_replace("\\", "/", $path);
500
+ }
501
+ return $path;
502
+ }
503
+ function wp_db_backup_event_process() {
504
+ $options = get_option('wp_db_backup_backups');
505
+ $details = $this->wp_db_backup_create_archive();
506
+
507
+ if(!$options) {
508
+ $options = array();
509
+ }
510
+ $options[] = array(
511
+ 'date' => mktime(),
512
+ 'filename' => $details['filename'],
513
+ 'url' => $details['url'],
514
+ 'dir' => $details['dir'],
515
+ 'size' => $details['size']
516
+ );
517
+ update_option('wp_db_backup_backups', $options);
518
+
519
+ //FTP
520
+ include plugin_dir_path(__FILE__).'Destination/FTP/preflight.php';
521
+ $filename = $details['filename'];
522
+ $filename = $details['filename'];
523
+ include plugin_dir_path(__FILE__).'Destination/FTP/sendaway.php';
524
+
525
+ //Dropbox
526
+ $dropb_autho=get_option('dropb_autho');
527
+ if($dropb_autho=="yes")
528
+ {
529
+ include plugin_dir_path(__FILE__).'Destination/Dropbox/dropboxupload.php';
530
+
531
+
532
+ $wp_upload_dir = wp_upload_dir();
533
+
534
+ $wp_upload_dir['basedir'] = str_replace('\\', '/', $wp_upload_dir['basedir']);
535
+
536
+ $localfile = trailingslashit($wp_upload_dir['basedir'].'/backup/').$filename;
537
+
538
+
539
+ $dropbox->UploadFile($localfile, $filename);
540
+
541
+ }
542
+
543
+ //Email
544
+ if(get_option('wp_db_backup_email_id'))
545
+ {
546
+ $to=get_option('wp_db_backup_email_id');
547
+ $subject="Database Backup Created Successfully";
548
+ $filename=$details['filename'];
549
+ $filesze=$details['size'];
550
+ $message="Hi, \n\n Database Backup Created Successfully \n\n File Name :$filename \n\n File Size :".$this->wp_db_backup_format_bytes($filesze)." \n\n Thank you for using WP-Database-Backup Plugin \n\n For Advanced Feature drop mail walke.prashant28@gmail.com";
551
+ $headers="";
552
+ $wp_db_backup_email_attachment_file=get_option('wp_db_backup_email_attachment');
553
+ if($wp_db_backup_email_attachment_file=="yes" && $details['size']<=209700000)
554
+ {
555
+ $wp_upload_dir = wp_upload_dir();
556
+ $wp_upload_dir['basedir'] = str_replace('\\', '/', $wp_upload_dir['basedir']);
557
+ $filename = $details['filename'];
558
+ $attachments = trailingslashit($wp_upload_dir['basedir'].'/db-backup'). $filename;
559
+ }
560
+ else
561
+ $attachments="";
562
+ wp_mail( $to, $subject, $message, $headers, $attachments );
563
+ }
564
+ }
565
+ public function wp_db_backup_cron_schedules($schedules) {
566
+ $schedules['weekly'] = array(
567
+ 'interval' => 604800,
568
+ 'display' => 'Once Weekly'
569
+ );
570
+ $schedules['monthly'] = array(
571
+ 'interval' => 2635200,
572
+ 'display' => 'Once a month'
573
+ );
574
+ return $schedules;
575
+ }
576
+ public function wp_db_backup_scheduler_activation() {
577
+ $options= get_option('wp_db_backup_options');
578
+ if ((!wp_next_scheduled('wp_db_backup_event')) && (@$options['enable_autobackups'])) {
579
+ wp_schedule_event(time(), $options['autobackup_frequency'], 'wp_db_backup_event');
580
+ }
581
+ }
582
+ function wp_backup_get_config_data($key) {
583
+ $filepath=get_home_path().'/wp-config.php';
584
+ $config_file = @file_get_contents("$filepath", true);
585
+ switch($key) {
586
+ case 'DB_NAME':
587
+ preg_match("/'DB_NAME',\s*'(.*)?'/", $config_file, $matches);
588
+ break;
589
+ case 'DB_USER':
590
+ preg_match("/'DB_USER',\s*'(.*)?'/", $config_file, $matches);
591
+ break;
592
+ case 'DB_PASSWORD':
593
+ preg_match("/'DB_PASSWORD',\s*'(.*)?'/", $config_file, $matches);
594
+ break;
595
+ case 'DB_HOST':
596
+ preg_match("/'DB_HOST',\s*'(.*)?'/", $config_file, $matches);
597
+ break;
598
+ }
599
+ return $matches[1];
600
+ }
601
+
602
+ function wp_backup_get_config_db_name() {
603
+ $filepath=get_home_path().'/wp-config.php';
604
+ $config_file = @file_get_contents("$filepath", true);
605
+ preg_match("/'DB_NAME',\s*'(.*)?'/", $config_file, $matches);
606
+ return $matches[1];
607
+ }
608
+
609
+ /**
610
+ * Enqueue scripts and style
611
+ */
612
+ public function admin_scripts_style() {
613
+
614
+ if (isset($_GET['page'])) {
615
+ if ($_GET['page'] == "wp-database-backup") {
616
+
617
+ wp_enqueue_script('jquery');
618
+
619
+ wp_enqueue_script('bootstrapjs',WPDB_PLUGIN_URL."/assets/js/bootstrap.min.js" );
620
+ wp_enqueue_script('bootstrapjs');
621
+
622
+ wp_enqueue_style('bootstrapcss',WPDB_PLUGIN_URL."/assets/css/bootstrap.min.css" );
623
+ wp_enqueue_style('bootstrapcss');
624
+
625
+ wp_enqueue_style('wpdbcss',WPDB_PLUGIN_URL."/assets/css/wpdb_admin.css" );
626
+ wp_enqueue_style('wpdbcss');
627
+
628
+
629
+ }
630
+ }
631
+ }
632
+
633
+
634
+ }
635
+
636
+ return new WPDB_Admin();
readme.txt CHANGED
@@ -3,16 +3,16 @@ Contributors: Prashant Walke
3
  Donate link:http://walkeprashant.wordpress.com/wp-database-backup/
4
  License: GPLv2 or later
5
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
6
- Tags: Database backup,db backup ,backup, WordPress Database Backup, WP db backup,wp database backup,wp backup,wordpress backup, mysql backup,automatically database backup,website backup,website database backup,restore database backup.
7
  Requires at least: 3.1+
8
  Tested up to: 3.9.1
9
  Stable tag: trunk
10
 
11
- WP Database Backup plugin helps you to create Database Backup and Restore Database Backup easily on single click.Manual or automated backups
12
 
13
  == Description ==
14
 
15
- WP Database Backup plugin helps you to create Database Backup and Restore Database Backup easily on single click.Manual or Automated Database Backups
16
 
17
  <b> Features included <b>
18
 
@@ -30,10 +30,14 @@ WP Database Backup is super easy to install.
30
  Restore Database Backup
31
  WP Database Backup plugin helps you to Restore Database Backup easily on single click.
32
 
 
 
 
33
  Few of the Key Features :
34
  1. Database Backup easily on single click
35
  2. Autobackup
36
  3. Restore Database Backup easily on single click
 
37
 
38
  == Installation ==
39
  1. Download the plugin file, unzip and place it in your wp-content/plugins/ folder. You can alternatively upload it via the WordPress plugin backend.
@@ -52,10 +56,19 @@ Few of the Key Features :
52
  = 1.0.0 =
53
  *Plugin Created
54
 
55
- = 1.1 =
56
  *Restore Database Backup on singe click
57
  *Change look and feel
58
 
 
 
 
 
 
 
 
 
 
59
  == Frequently Asked Questions ==
60
 
61
  Q-How to create database Backup?
@@ -83,17 +96,21 @@ Few of the Key Features :
83
  You don't have permission to write in the wp-content/uploads.
84
  Please check if you have the read write permission on the folder.
85
 
86
- Q.Does WP-Database Backup store database backups in a safer place(Dropbox, FTP, Google Drive and more)?
87
- As of now this featue not available in this version.
88
- If you want this feature then
89
  Drop Mail :walke.prashant28@gmail.com
90
 
91
  == Upgrade Notice ==
92
 
93
  = 1.0.0 =
94
  Base version of the plugin.
95
- = 1.1 =
96
  New Feature -Restore Database on Single click
 
 
 
 
 
97
 
98
  == Official Site ==
99
  For <a href="walkeprashant.wordpress.com/wp-database-backup/">More Information</a> Or Advanced feature drop mail:walke.prashant28@gmail.com
3
  Donate link:http://walkeprashant.wordpress.com/wp-database-backup/
4
  License: GPLv2 or later
5
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
6
+ Tags: Database backup,db backup ,backup, WordPress Database Backup, WP db backup,wp database backup,wp backup,wordpress backup, mysql backup,automatically database backup,website backup,website database backup,restore database backup,Store database backup on dropbox,ftp,email notification.
7
  Requires at least: 3.1+
8
  Tested up to: 3.9.1
9
  Stable tag: trunk
10
 
11
+ WP Database Backup plugin helps you to create Database Backup and Restore Database Backup easily on single click.Manual or automated backups And also store database backup on safe place- dropbox,FTP,Email
12
 
13
  == Description ==
14
 
15
+ WP Database Backup plugin helps you to create Database Backup and Restore Database Backup easily on single click.Manual or Automated Database Backups And also store database backup on safe place- dropbox,FTP,Email
16
 
17
  <b> Features included <b>
18
 
30
  Restore Database Backup
31
  WP Database Backup plugin helps you to Restore Database Backup easily on single click.
32
 
33
+ Store database backup on safe plac
34
+ Store database backup on safe place- dropbox,FTP,Email
35
+
36
  Few of the Key Features :
37
  1. Database Backup easily on single click
38
  2. Autobackup
39
  3. Restore Database Backup easily on single click
40
+ 4. Store database backup on safe place- dropbox,FTP,Email
41
 
42
  == Installation ==
43
  1. Download the plugin file, unzip and place it in your wp-content/plugins/ folder. You can alternatively upload it via the WordPress plugin backend.
56
  = 1.0.0 =
57
  *Plugin Created
58
 
59
+ = 2.0 =
60
  *Restore Database Backup on singe click
61
  *Change look and feel
62
 
63
+ = 2.1 =
64
+ *Store Database Backup FTP,Dropbox,Email
65
+ *Email Notification
66
+ *fixed bug: Warning: Illegal offset type in /wp-admin/includes/template.php
67
+ *Fixed bug: Warning: Illegal string offset 'enable_autobackups
68
+
69
+ = 2.1.1 =
70
+ *Fixed bug: Conflict issue with Disqus Comments System, NextGen Gallery etc.
71
+
72
  == Frequently Asked Questions ==
73
 
74
  Q-How to create database Backup?
96
  You don't have permission to write in the wp-content/uploads.
97
  Please check if you have the read write permission on the folder.
98
 
99
+ Q.want more featur?
100
+ If you want more feature then
 
101
  Drop Mail :walke.prashant28@gmail.com
102
 
103
  == Upgrade Notice ==
104
 
105
  = 1.0.0 =
106
  Base version of the plugin.
107
+ = 2.0 =
108
  New Feature -Restore Database on Single click
109
+ = 2.1 =
110
+ New Feature-Store Database Backup FTP,Dropbox,Email
111
+ fixed bug- Illegal string offset
112
+ = 2.1.1 =
113
+ *Fixed bug: Conflict issue with Disqus Comments System, NextGen Gallery etc.
114
 
115
  == Official Site ==
116
  For <a href="walkeprashant.wordpress.com/wp-database-backup/">More Information</a> Or Advanced feature drop mail:walke.prashant28@gmail.com
readme.txt.bak ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === WP Database Backup ===
2
+ Contributors: Prashant Walke
3
+ Donate link:http://walkeprashant.wordpress.com/wp-database-backup/
4
+ License: GPLv2 or later
5
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
6
+ Tags: Database backup,db backup ,backup, WordPress Database Backup, WP db backup,wp database backup,wp backup,wordpress backup, mysql backup,automatically database backup,website backup,website database backup,restore database backup,Store database backup on dropbox,ftp,email notification.
7
+ Requires at least: 3.1+
8
+ Tested up to: 3.9.1
9
+ Stable tag: trunk
10
+
11
+ WP Database Backup plugin helps you to create Database Backup and Restore Database Backup easily on single click.Manual or automated backups And also store database backup on safe place- dropbox,FTP,Email
12
+
13
+ == Description ==
14
+
15
+ WP Database Backup plugin helps you to create Database Backup and Restore Database Backup easily on single click.Manual or Automated Database Backups And also store database backup on safe place- dropbox,FTP,Email
16
+
17
+ <b> Features included <b>
18
+
19
+ Create Database Backup
20
+ WP Database Backup plugin helps you to create Database Backup easily on single click.
21
+
22
+ Autobackup
23
+ Backup automatically on a repeating schedule
24
+
25
+ Download backup file direct from your WordPress dashboard
26
+
27
+ Easy To Install
28
+ WP Database Backup is super easy to install.
29
+
30
+ Restore Database Backup
31
+ WP Database Backup plugin helps you to Restore Database Backup easily on single click.
32
+
33
+ Store database backup on safe plac
34
+ Store database backup on safe place- dropbox,FTP,Email
35
+
36
+ Few of the Key Features :
37
+ 1. Database Backup easily on single click
38
+ 2. Autobackup
39
+ 3. Restore Database Backup easily on single click
40
+ 4. Store database backup on safe place- dropbox,FTP,Email
41
+
42
+ == Installation ==
43
+ 1. Download the plugin file, unzip and place it in your wp-content/plugins/ folder. You can alternatively upload it via the WordPress plugin backend.
44
+ 2. Activate the plugin through the 'Plugins' menu in WordPress.
45
+ 3. WP Database Backup menu will appear in Dashboard->Tool->WP-DB-Backup. Click on it & get started to use.
46
+ 4. Refer to the for <a href="http://walkeprashant.wordpress.com/wp-database-backup/">More Information</a>.
47
+
48
+ == Screenshots ==
49
+ 1. wp_create_new_database_backup.jpeg
50
+ 2. wp_database_backup.jpeg
51
+ 3. wp_database_backup_auto_schedule.jpeg
52
+ 4. wp_database_backup_download.jpeg
53
+
54
+ == Changelog ==
55
+
56
+ = 1.0.0 =
57
+ *Plugin Created
58
+
59
+ = 2.0 =
60
+ *Restore Database Backup on singe click
61
+ *Change look and feel
62
+
63
+ = 2.1 =
64
+ *Store Database Backup FTP,Dropbox,Email
65
+ *Email Notification
66
+ *fixed bug: Warning: Illegal offset type in /wp-admin/includes/template.php
67
+ *Fixed bug: Warning: Illegal string offset 'enable_autobackups
68
+
69
+ == Frequently Asked Questions ==
70
+
71
+ Q-How to create database Backup?
72
+ Follow the steps listed below to Create Database Backup
73
+
74
+ Create Backup:
75
+ 1) Click on Create New Database Backup
76
+ 2) Download Database Backup file.
77
+
78
+ Q-How to restore database backup?
79
+ Restore Backup:
80
+ Click on Restore Database Backup
81
+
82
+ OR
83
+
84
+ 1)Login to phpMyAdmin
85
+ 2)Click Databases and select the database that you will be importing your data into.
86
+ 3)Across the top of the screen will be a row of tabs. Click the Import tab.
87
+ 4)On the next screen will be a location of text file box, and next to that a button named Browse.
88
+ 5)Click Browse. Locate the backup file stored on your computer.
89
+ 6)Click the Go button
90
+
91
+ Q-Always get an empty (0 bits) backup file?
92
+ Ans-This is generally caused by an access denied problem.
93
+ You don't have permission to write in the wp-content/uploads.
94
+ Please check if you have the read write permission on the folder.
95
+
96
+ Q.want more featur?
97
+ If you want more feature then
98
+ Drop Mail :walke.prashant28@gmail.com
99
+
100
+ == Upgrade Notice ==
101
+
102
+ = 1.0.0 =
103
+ Base version of the plugin.
104
+ = 2.0 =
105
+ New Feature -Restore Database on Single click
106
+ = 2.1 =
107
+ New Feature-Store Database Backup FTP,Dropbox,Email
108
+ fixed bug- Illegal string offset
109
+
110
+ == Official Site ==
111
+ For <a href="walkeprashant.wordpress.com/wp-database-backup/">More Information</a> Or Advanced feature drop mail:walke.prashant28@gmail.com
screenshot-1.png DELETED
Binary file
screenshot-2.png DELETED
Binary file
wp-database-backup.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Database Backup
4
  Plugin URI:walkeprashant.wordpress.com/wp-database-backup
5
  Description: This plugin helps you to create/restore wordpress database backup. (Tools->WP-DB-Backup)
6
- Version: 1.1
7
  Author:Prashant Walke
8
  Author URI:walkeprashant.wordpress.com
9
 
@@ -38,7 +38,7 @@ if ( ! class_exists( 'WPDatabaseBackup' ) ) :
38
  */
39
  final class WPDatabaseBackup {
40
 
41
- public $version = '1.1';
42
 
43
  protected static $_instance = null;
44
 
3
  Plugin Name: WP Database Backup
4
  Plugin URI:walkeprashant.wordpress.com/wp-database-backup
5
  Description: This plugin helps you to create/restore wordpress database backup. (Tools->WP-DB-Backup)
6
+ Version: 2.1.1
7
  Author:Prashant Walke
8
  Author URI:walkeprashant.wordpress.com
9
 
38
  */
39
  final class WPDatabaseBackup {
40
 
41
+ public $version = '2.1.1';
42
 
43
  protected static $_instance = null;
44
 
wp-database-backup.php.bak ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ Plugin Name: WP Database Backup
4
+ Plugin URI:walkeprashant.wordpress.com/wp-database-backup
5
+ Description: This plugin helps you to create/restore wordpress database backup. (Tools->WP-DB-Backup)
6
+ Version: 2.1
7
+ Author:Prashant Walke
8
+ Author URI:walkeprashant.wordpress.com
9
+
10
+ This plugin helps you to create Database Backup easily.
11
+
12
+ License: GPL v3
13
+
14
+ This program is free software: you can redistribute it and/or modify
15
+ it under the terms of the GNU General Public License as published by
16
+ the Free Software Foundation, either version 3 of the License, or
17
+ (at your option) any later version.
18
+
19
+ This program is distributed in the hope that it will be useful,
20
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ GNU General Public License for more details.
23
+
24
+ You should have received a copy of the GNU General Public License
25
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+ */
27
+ if ( ! defined( 'ABSPATH' ) ) {
28
+ exit; // Exit if accessed directly
29
+ }
30
+
31
+ if ( ! class_exists( 'WPDatabaseBackup' ) ) :
32
+
33
+ /**
34
+ * Main WPDatabaseBackup Class
35
+ *
36
+ * @class WPDatabaseBackup
37
+ * @version 1.1
38
+ */
39
+ final class WPDatabaseBackup {
40
+
41
+ public $version = '2.1';
42
+
43
+ protected static $_instance = null;
44
+
45
+ public $query = null;
46
+
47
+ public static function instance() {
48
+ if ( is_null( self::$_instance ) ) {
49
+ self::$_instance = new self();
50
+ }
51
+ return self::$_instance;
52
+ }
53
+
54
+ public function __clone() {
55
+ _doing_it_wrong( __FUNCTION__, __( 'Cheatin&#8217; huh?' ), '1.0' );
56
+ }
57
+
58
+ public function __construct() {
59
+ // Define constants
60
+ $this->define_constants();
61
+ // Include required files
62
+ $this->includes();
63
+
64
+ }
65
+
66
+
67
+ /**
68
+ * Define Constants
69
+ */
70
+ private function define_constants() {
71
+ if ( ! defined( 'WPDB_PLUGIN_URL' ) )
72
+ define( 'WPDB_PLUGIN_URL', WP_CONTENT_URL. '/plugins/wp-database-backup' );
73
+ define( 'WPDB_PLUGIN_FILE', __FILE__ );
74
+ define( 'WPDB_VERSION', $this->version );
75
+ define( 'WPDBPLUGIN_VERSION', WPDB_VERSION ); // Backwards compat
76
+ }
77
+
78
+ private function includes() {
79
+ include_once( 'includes/admin/class-wpdb-admin.php' );
80
+
81
+ }
82
+
83
+ public function logger() {
84
+ _deprecated_function( 'Wpekaplugin->logger', '1.0', 'new WPDB_Logger()' );
85
+ return new WPDB_Logger();
86
+ }
87
+
88
+ }
89
+
90
+ endif;
91
+
92
+ /**
93
+ * Returns the main instance of WP to prevent the need to use globals.
94
+
95
+ */
96
+ function WPDB() {
97
+ return WPDatabaseBackup::instance();
98
+ }
99
+
100
+ // Global for backwards compatibility.
101
+ $GLOBALS['wpdbplugin'] = WPDB();
wp-database-backup150.png ADDED
Binary file
wp_create_new_database_backup.jpeg ADDED
Binary file
wp_database_backup.jpeg ADDED
Binary file
wp_database_backup574.jpeg ADDED
Binary file
wp_database_backup_auto_schedule.jpeg ADDED
Binary file
wp_database_backup_auto_schedule574.jpeg ADDED
Binary file
wp_database_backup_download.jpeg ADDED
Binary file