Initial commit
Bernd Wurst

Bernd Wurst commited on 2018-03-17 11:42:01
Zeige 68 geänderte Dateien mit 44525 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1 @@
1
+vendor
... ...
@@ -0,0 +1 @@
1
+Header set Access-Control-Allow-Origin "https://mosterei-wurst.de"
... ...
@@ -0,0 +1 @@
1
+display_errors = On
... ...
@@ -0,0 +1 @@
1
+bootstrap-3.3.7-dist
0 2
\ No newline at end of file
... ...
@@ -0,0 +1,587 @@
1
+/*!
2
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
3
+ * Copyright 2011-2016 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+.btn-default,
7
+.btn-primary,
8
+.btn-success,
9
+.btn-info,
10
+.btn-warning,
11
+.btn-danger {
12
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
13
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
14
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
15
+}
16
+.btn-default:active,
17
+.btn-primary:active,
18
+.btn-success:active,
19
+.btn-info:active,
20
+.btn-warning:active,
21
+.btn-danger:active,
22
+.btn-default.active,
23
+.btn-primary.active,
24
+.btn-success.active,
25
+.btn-info.active,
26
+.btn-warning.active,
27
+.btn-danger.active {
28
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
29
+          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
30
+}
31
+.btn-default.disabled,
32
+.btn-primary.disabled,
33
+.btn-success.disabled,
34
+.btn-info.disabled,
35
+.btn-warning.disabled,
36
+.btn-danger.disabled,
37
+.btn-default[disabled],
38
+.btn-primary[disabled],
39
+.btn-success[disabled],
40
+.btn-info[disabled],
41
+.btn-warning[disabled],
42
+.btn-danger[disabled],
43
+fieldset[disabled] .btn-default,
44
+fieldset[disabled] .btn-primary,
45
+fieldset[disabled] .btn-success,
46
+fieldset[disabled] .btn-info,
47
+fieldset[disabled] .btn-warning,
48
+fieldset[disabled] .btn-danger {
49
+  -webkit-box-shadow: none;
50
+          box-shadow: none;
51
+}
52
+.btn-default .badge,
53
+.btn-primary .badge,
54
+.btn-success .badge,
55
+.btn-info .badge,
56
+.btn-warning .badge,
57
+.btn-danger .badge {
58
+  text-shadow: none;
59
+}
60
+.btn:active,
61
+.btn.active {
62
+  background-image: none;
63
+}
64
+.btn-default {
65
+  text-shadow: 0 1px 0 #fff;
66
+  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
67
+  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
68
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
69
+  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
70
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
71
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
72
+  background-repeat: repeat-x;
73
+  border-color: #dbdbdb;
74
+  border-color: #ccc;
75
+}
76
+.btn-default:hover,
77
+.btn-default:focus {
78
+  background-color: #e0e0e0;
79
+  background-position: 0 -15px;
80
+}
81
+.btn-default:active,
82
+.btn-default.active {
83
+  background-color: #e0e0e0;
84
+  border-color: #dbdbdb;
85
+}
86
+.btn-default.disabled,
87
+.btn-default[disabled],
88
+fieldset[disabled] .btn-default,
89
+.btn-default.disabled:hover,
90
+.btn-default[disabled]:hover,
91
+fieldset[disabled] .btn-default:hover,
92
+.btn-default.disabled:focus,
93
+.btn-default[disabled]:focus,
94
+fieldset[disabled] .btn-default:focus,
95
+.btn-default.disabled.focus,
96
+.btn-default[disabled].focus,
97
+fieldset[disabled] .btn-default.focus,
98
+.btn-default.disabled:active,
99
+.btn-default[disabled]:active,
100
+fieldset[disabled] .btn-default:active,
101
+.btn-default.disabled.active,
102
+.btn-default[disabled].active,
103
+fieldset[disabled] .btn-default.active {
104
+  background-color: #e0e0e0;
105
+  background-image: none;
106
+}
107
+.btn-primary {
108
+  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
109
+  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
110
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
111
+  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
112
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
113
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
114
+  background-repeat: repeat-x;
115
+  border-color: #245580;
116
+}
117
+.btn-primary:hover,
118
+.btn-primary:focus {
119
+  background-color: #265a88;
120
+  background-position: 0 -15px;
121
+}
122
+.btn-primary:active,
123
+.btn-primary.active {
124
+  background-color: #265a88;
125
+  border-color: #245580;
126
+}
127
+.btn-primary.disabled,
128
+.btn-primary[disabled],
129
+fieldset[disabled] .btn-primary,
130
+.btn-primary.disabled:hover,
131
+.btn-primary[disabled]:hover,
132
+fieldset[disabled] .btn-primary:hover,
133
+.btn-primary.disabled:focus,
134
+.btn-primary[disabled]:focus,
135
+fieldset[disabled] .btn-primary:focus,
136
+.btn-primary.disabled.focus,
137
+.btn-primary[disabled].focus,
138
+fieldset[disabled] .btn-primary.focus,
139
+.btn-primary.disabled:active,
140
+.btn-primary[disabled]:active,
141
+fieldset[disabled] .btn-primary:active,
142
+.btn-primary.disabled.active,
143
+.btn-primary[disabled].active,
144
+fieldset[disabled] .btn-primary.active {
145
+  background-color: #265a88;
146
+  background-image: none;
147
+}
148
+.btn-success {
149
+  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
150
+  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
151
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
152
+  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
153
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
154
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
155
+  background-repeat: repeat-x;
156
+  border-color: #3e8f3e;
157
+}
158
+.btn-success:hover,
159
+.btn-success:focus {
160
+  background-color: #419641;
161
+  background-position: 0 -15px;
162
+}
163
+.btn-success:active,
164
+.btn-success.active {
165
+  background-color: #419641;
166
+  border-color: #3e8f3e;
167
+}
168
+.btn-success.disabled,
169
+.btn-success[disabled],
170
+fieldset[disabled] .btn-success,
171
+.btn-success.disabled:hover,
172
+.btn-success[disabled]:hover,
173
+fieldset[disabled] .btn-success:hover,
174
+.btn-success.disabled:focus,
175
+.btn-success[disabled]:focus,
176
+fieldset[disabled] .btn-success:focus,
177
+.btn-success.disabled.focus,
178
+.btn-success[disabled].focus,
179
+fieldset[disabled] .btn-success.focus,
180
+.btn-success.disabled:active,
181
+.btn-success[disabled]:active,
182
+fieldset[disabled] .btn-success:active,
183
+.btn-success.disabled.active,
184
+.btn-success[disabled].active,
185
+fieldset[disabled] .btn-success.active {
186
+  background-color: #419641;
187
+  background-image: none;
188
+}
189
+.btn-info {
190
+  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
191
+  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
192
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
193
+  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
194
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
195
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
196
+  background-repeat: repeat-x;
197
+  border-color: #28a4c9;
198
+}
199
+.btn-info:hover,
200
+.btn-info:focus {
201
+  background-color: #2aabd2;
202
+  background-position: 0 -15px;
203
+}
204
+.btn-info:active,
205
+.btn-info.active {
206
+  background-color: #2aabd2;
207
+  border-color: #28a4c9;
208
+}
209
+.btn-info.disabled,
210
+.btn-info[disabled],
211
+fieldset[disabled] .btn-info,
212
+.btn-info.disabled:hover,
213
+.btn-info[disabled]:hover,
214
+fieldset[disabled] .btn-info:hover,
215
+.btn-info.disabled:focus,
216
+.btn-info[disabled]:focus,
217
+fieldset[disabled] .btn-info:focus,
218
+.btn-info.disabled.focus,
219
+.btn-info[disabled].focus,
220
+fieldset[disabled] .btn-info.focus,
221
+.btn-info.disabled:active,
222
+.btn-info[disabled]:active,
223
+fieldset[disabled] .btn-info:active,
224
+.btn-info.disabled.active,
225
+.btn-info[disabled].active,
226
+fieldset[disabled] .btn-info.active {
227
+  background-color: #2aabd2;
228
+  background-image: none;
229
+}
230
+.btn-warning {
231
+  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
232
+  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
233
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
234
+  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
235
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
236
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
237
+  background-repeat: repeat-x;
238
+  border-color: #e38d13;
239
+}
240
+.btn-warning:hover,
241
+.btn-warning:focus {
242
+  background-color: #eb9316;
243
+  background-position: 0 -15px;
244
+}
245
+.btn-warning:active,
246
+.btn-warning.active {
247
+  background-color: #eb9316;
248
+  border-color: #e38d13;
249
+}
250
+.btn-warning.disabled,
251
+.btn-warning[disabled],
252
+fieldset[disabled] .btn-warning,
253
+.btn-warning.disabled:hover,
254
+.btn-warning[disabled]:hover,
255
+fieldset[disabled] .btn-warning:hover,
256
+.btn-warning.disabled:focus,
257
+.btn-warning[disabled]:focus,
258
+fieldset[disabled] .btn-warning:focus,
259
+.btn-warning.disabled.focus,
260
+.btn-warning[disabled].focus,
261
+fieldset[disabled] .btn-warning.focus,
262
+.btn-warning.disabled:active,
263
+.btn-warning[disabled]:active,
264
+fieldset[disabled] .btn-warning:active,
265
+.btn-warning.disabled.active,
266
+.btn-warning[disabled].active,
267
+fieldset[disabled] .btn-warning.active {
268
+  background-color: #eb9316;
269
+  background-image: none;
270
+}
271
+.btn-danger {
272
+  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
273
+  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
274
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
275
+  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
276
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
277
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
278
+  background-repeat: repeat-x;
279
+  border-color: #b92c28;
280
+}
281
+.btn-danger:hover,
282
+.btn-danger:focus {
283
+  background-color: #c12e2a;
284
+  background-position: 0 -15px;
285
+}
286
+.btn-danger:active,
287
+.btn-danger.active {
288
+  background-color: #c12e2a;
289
+  border-color: #b92c28;
290
+}
291
+.btn-danger.disabled,
292
+.btn-danger[disabled],
293
+fieldset[disabled] .btn-danger,
294
+.btn-danger.disabled:hover,
295
+.btn-danger[disabled]:hover,
296
+fieldset[disabled] .btn-danger:hover,
297
+.btn-danger.disabled:focus,
298
+.btn-danger[disabled]:focus,
299
+fieldset[disabled] .btn-danger:focus,
300
+.btn-danger.disabled.focus,
301
+.btn-danger[disabled].focus,
302
+fieldset[disabled] .btn-danger.focus,
303
+.btn-danger.disabled:active,
304
+.btn-danger[disabled]:active,
305
+fieldset[disabled] .btn-danger:active,
306
+.btn-danger.disabled.active,
307
+.btn-danger[disabled].active,
308
+fieldset[disabled] .btn-danger.active {
309
+  background-color: #c12e2a;
310
+  background-image: none;
311
+}
312
+.thumbnail,
313
+.img-thumbnail {
314
+  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
315
+          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
316
+}
317
+.dropdown-menu > li > a:hover,
318
+.dropdown-menu > li > a:focus {
319
+  background-color: #e8e8e8;
320
+  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
321
+  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
322
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
323
+  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
324
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
325
+  background-repeat: repeat-x;
326
+}
327
+.dropdown-menu > .active > a,
328
+.dropdown-menu > .active > a:hover,
329
+.dropdown-menu > .active > a:focus {
330
+  background-color: #2e6da4;
331
+  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
332
+  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
333
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
334
+  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
335
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
336
+  background-repeat: repeat-x;
337
+}
338
+.navbar-default {
339
+  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
340
+  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
341
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
342
+  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
343
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
344
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
345
+  background-repeat: repeat-x;
346
+  border-radius: 4px;
347
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
348
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
349
+}
350
+.navbar-default .navbar-nav > .open > a,
351
+.navbar-default .navbar-nav > .active > a {
352
+  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
353
+  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
354
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
355
+  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
356
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
357
+  background-repeat: repeat-x;
358
+  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
359
+          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
360
+}
361
+.navbar-brand,
362
+.navbar-nav > li > a {
363
+  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
364
+}
365
+.navbar-inverse {
366
+  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
367
+  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
368
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
369
+  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
370
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
371
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
372
+  background-repeat: repeat-x;
373
+  border-radius: 4px;
374
+}
375
+.navbar-inverse .navbar-nav > .open > a,
376
+.navbar-inverse .navbar-nav > .active > a {
377
+  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
378
+  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
379
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
380
+  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
381
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
382
+  background-repeat: repeat-x;
383
+  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
384
+          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
385
+}
386
+.navbar-inverse .navbar-brand,
387
+.navbar-inverse .navbar-nav > li > a {
388
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
389
+}
390
+.navbar-static-top,
391
+.navbar-fixed-top,
392
+.navbar-fixed-bottom {
393
+  border-radius: 0;
394
+}
395
+@media (max-width: 767px) {
396
+  .navbar .navbar-nav .open .dropdown-menu > .active > a,
397
+  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
398
+  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
399
+    color: #fff;
400
+    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
401
+    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
402
+    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
403
+    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
404
+    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
405
+    background-repeat: repeat-x;
406
+  }
407
+}
408
+.alert {
409
+  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
410
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
411
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
412
+}
413
+.alert-success {
414
+  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
415
+  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
416
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
417
+  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
418
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
419
+  background-repeat: repeat-x;
420
+  border-color: #b2dba1;
421
+}
422
+.alert-info {
423
+  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
424
+  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
425
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
426
+  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
427
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
428
+  background-repeat: repeat-x;
429
+  border-color: #9acfea;
430
+}
431
+.alert-warning {
432
+  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
433
+  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
434
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
435
+  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
436
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
437
+  background-repeat: repeat-x;
438
+  border-color: #f5e79e;
439
+}
440
+.alert-danger {
441
+  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
442
+  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
443
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
444
+  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
445
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
446
+  background-repeat: repeat-x;
447
+  border-color: #dca7a7;
448
+}
449
+.progress {
450
+  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
451
+  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
452
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
453
+  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
454
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
455
+  background-repeat: repeat-x;
456
+}
457
+.progress-bar {
458
+  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
459
+  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
460
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
461
+  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
462
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
463
+  background-repeat: repeat-x;
464
+}
465
+.progress-bar-success {
466
+  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
467
+  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
468
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
469
+  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
470
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
471
+  background-repeat: repeat-x;
472
+}
473
+.progress-bar-info {
474
+  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
475
+  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
476
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
477
+  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
478
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
479
+  background-repeat: repeat-x;
480
+}
481
+.progress-bar-warning {
482
+  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
483
+  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
484
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
485
+  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
486
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
487
+  background-repeat: repeat-x;
488
+}
489
+.progress-bar-danger {
490
+  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
491
+  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
492
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
493
+  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
494
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
495
+  background-repeat: repeat-x;
496
+}
497
+.progress-bar-striped {
498
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
499
+  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
500
+  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
501
+}
502
+.list-group {
503
+  border-radius: 4px;
504
+  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
505
+          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
506
+}
507
+.list-group-item.active,
508
+.list-group-item.active:hover,
509
+.list-group-item.active:focus {
510
+  text-shadow: 0 -1px 0 #286090;
511
+  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
512
+  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
513
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
514
+  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
515
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
516
+  background-repeat: repeat-x;
517
+  border-color: #2b669a;
518
+}
519
+.list-group-item.active .badge,
520
+.list-group-item.active:hover .badge,
521
+.list-group-item.active:focus .badge {
522
+  text-shadow: none;
523
+}
524
+.panel {
525
+  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
526
+          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
527
+}
528
+.panel-default > .panel-heading {
529
+  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
530
+  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
531
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
532
+  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
533
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
534
+  background-repeat: repeat-x;
535
+}
536
+.panel-primary > .panel-heading {
537
+  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
538
+  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
539
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
540
+  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
541
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
542
+  background-repeat: repeat-x;
543
+}
544
+.panel-success > .panel-heading {
545
+  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
546
+  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
547
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
548
+  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
549
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
550
+  background-repeat: repeat-x;
551
+}
552
+.panel-info > .panel-heading {
553
+  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
554
+  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
555
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
556
+  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
557
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
558
+  background-repeat: repeat-x;
559
+}
560
+.panel-warning > .panel-heading {
561
+  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
562
+  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
563
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
564
+  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
565
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
566
+  background-repeat: repeat-x;
567
+}
568
+.panel-danger > .panel-heading {
569
+  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
570
+  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
571
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
572
+  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
573
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
574
+  background-repeat: repeat-x;
575
+}
576
+.well {
577
+  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
578
+  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
579
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
580
+  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
581
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
582
+  background-repeat: repeat-x;
583
+  border-color: #dcdcdc;
584
+  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
585
+          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
586
+}
587
+/*# sourceMappingURL=bootstrap-theme.css.map */
... ...
@@ -0,0 +1 @@
1
+{"version":3,"sources":["bootstrap-theme.css","less/theme.less","less/mixins/vendor-prefixes.less","less/mixins/gradients.less","less/mixins/reset-filter.less"],"names":[],"mappings":"AAAA;;;;GAIG;ACeH;;;;;;EAME,yCAAA;EC2CA,4FAAA;EACQ,oFAAA;CFvDT;ACgBC;;;;;;;;;;;;ECsCA,yDAAA;EACQ,iDAAA;CFxCT;ACMC;;;;;;;;;;;;;;;;;;ECiCA,yBAAA;EACQ,iBAAA;CFnBT;AC/BD;;;;;;EAuBI,kBAAA;CDgBH;ACyBC;;EAEE,uBAAA;CDvBH;AC4BD;EErEI,sEAAA;EACA,iEAAA;EACA,2FAAA;EAAA,oEAAA;EAEA,uHAAA;ECnBF,oEAAA;EH4CA,4BAAA;EACA,sBAAA;EAuC2C,0BAAA;EAA2B,mBAAA;CDjBvE;ACpBC;;EAEE,0BAAA;EACA,6BAAA;CDsBH;ACnBC;;EAEE,0BAAA;EACA,sBAAA;CDqBH;ACfG;;;;;;;;;;;;;;;;;;EAME,0BAAA;EACA,uBAAA;CD6BL;ACbD;EEtEI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EAEA,uHAAA;ECnBF,oEAAA;EH4CA,4BAAA;EACA,sBAAA;CD8DD;AC5DC;;EAEE,0BAAA;EACA,6BAAA;CD8DH;AC3DC;;EAEE,0BAAA;EACA,sBAAA;CD6DH;ACvDG;;;;;;;;;;;;;;;;;;EAME,0BAAA;EACA,uBAAA;CDqEL;ACpDD;EEvEI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EAEA,uHAAA;ECnBF,oEAAA;EH4CA,4BAAA;EACA,sBAAA;CDsGD;ACpGC;;EAEE,0BAAA;EACA,6BAAA;CDsGH;ACnGC;;EAEE,0BAAA;EACA,sBAAA;CDqGH;AC/FG;;;;;;;;;;;;;;;;;;EAME,0BAAA;EACA,uBAAA;CD6GL;AC3FD;EExEI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EAEA,uHAAA;ECnBF,oEAAA;EH4CA,4BAAA;EACA,sBAAA;CD8ID;AC5IC;;EAEE,0BAAA;EACA,6BAAA;CD8IH;AC3IC;;EAEE,0BAAA;EACA,sBAAA;CD6IH;ACvIG;;;;;;;;;;;;;;;;;;EAME,0BAAA;EACA,uBAAA;CDqJL;AClID;EEzEI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EAEA,uHAAA;ECnBF,oEAAA;EH4CA,4BAAA;EACA,sBAAA;CDsLD;ACpLC;;EAEE,0BAAA;EACA,6BAAA;CDsLH;ACnLC;;EAEE,0BAAA;EACA,sBAAA;CDqLH;AC/KG;;;;;;;;;;;;;;;;;;EAME,0BAAA;EACA,uBAAA;CD6LL;ACzKD;EE1EI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EAEA,uHAAA;ECnBF,oEAAA;EH4CA,4BAAA;EACA,sBAAA;CD8ND;AC5NC;;EAEE,0BAAA;EACA,6BAAA;CD8NH;AC3NC;;EAEE,0BAAA;EACA,sBAAA;CD6NH;ACvNG;;;;;;;;;;;;;;;;;;EAME,0BAAA;EACA,uBAAA;CDqOL;AC1MD;;EClCE,mDAAA;EACQ,2CAAA;CFgPT;ACrMD;;EE3FI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EF0FF,0BAAA;CD2MD;ACzMD;;;EEhGI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EFgGF,0BAAA;CD+MD;ACtMD;EE7GI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;ECnBF,oEAAA;EH+HA,mBAAA;ECjEA,4FAAA;EACQ,oFAAA;CF8QT;ACjND;;EE7GI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;ED2CF,yDAAA;EACQ,iDAAA;CFwRT;AC9MD;;EAEE,+CAAA;CDgND;AC5MD;EEhII,sEAAA;EACA,iEAAA;EACA,2FAAA;EAAA,oEAAA;EACA,4BAAA;EACA,uHAAA;ECnBF,oEAAA;EHkJA,mBAAA;CDkND;ACrND;;EEhII,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;ED2CF,wDAAA;EACQ,gDAAA;CF+ST;AC/ND;;EAYI,0CAAA;CDuNH;AClND;;;EAGE,iBAAA;CDoND;AC/LD;EAfI;;;IAGE,YAAA;IE7JF,yEAAA;IACA,oEAAA;IACA,8FAAA;IAAA,uEAAA;IACA,4BAAA;IACA,uHAAA;GH+WD;CACF;AC3MD;EACE,8CAAA;EC3HA,2FAAA;EACQ,mFAAA;CFyUT;ACnMD;EEtLI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EF8KF,sBAAA;CD+MD;AC1MD;EEvLI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EF8KF,sBAAA;CDuND;ACjND;EExLI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EF8KF,sBAAA;CD+ND;ACxND;EEzLI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EF8KF,sBAAA;CDuOD;ACxND;EEjMI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CH4ZH;ACrND;EE3MI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHmaH;AC3ND;EE5MI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CH0aH;ACjOD;EE7MI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHibH;ACvOD;EE9MI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHwbH;AC7OD;EE/MI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CH+bH;AChPD;EElLI,8MAAA;EACA,yMAAA;EACA,sMAAA;CHqaH;AC5OD;EACE,mBAAA;EC9KA,mDAAA;EACQ,2CAAA;CF6ZT;AC7OD;;;EAGE,8BAAA;EEnOE,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EFiOF,sBAAA;CDmPD;ACxPD;;;EAQI,kBAAA;CDqPH;AC3OD;ECnME,kDAAA;EACQ,0CAAA;CFibT;ACrOD;EE5PI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHoeH;AC3OD;EE7PI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CH2eH;ACjPD;EE9PI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHkfH;ACvPD;EE/PI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHyfH;AC7PD;EEhQI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHggBH;ACnQD;EEjQI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHugBH;ACnQD;EExQI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EFsQF,sBAAA;EC3NA,0FAAA;EACQ,kFAAA;CFqeT","file":"bootstrap-theme.css","sourcesContent":["/*!\n * Bootstrap v3.3.7 (http://getbootstrap.com)\n * Copyright 2011-2016 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n.btn-default,\n.btn-primary,\n.btn-success,\n.btn-info,\n.btn-warning,\n.btn-danger {\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);\n  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);\n  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.btn-default:active,\n.btn-primary:active,\n.btn-success:active,\n.btn-info:active,\n.btn-warning:active,\n.btn-danger:active,\n.btn-default.active,\n.btn-primary.active,\n.btn-success.active,\n.btn-info.active,\n.btn-warning.active,\n.btn-danger.active {\n  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n.btn-default.disabled,\n.btn-primary.disabled,\n.btn-success.disabled,\n.btn-info.disabled,\n.btn-warning.disabled,\n.btn-danger.disabled,\n.btn-default[disabled],\n.btn-primary[disabled],\n.btn-success[disabled],\n.btn-info[disabled],\n.btn-warning[disabled],\n.btn-danger[disabled],\nfieldset[disabled] .btn-default,\nfieldset[disabled] .btn-primary,\nfieldset[disabled] .btn-success,\nfieldset[disabled] .btn-info,\nfieldset[disabled] .btn-warning,\nfieldset[disabled] .btn-danger {\n  -webkit-box-shadow: none;\n  box-shadow: none;\n}\n.btn-default .badge,\n.btn-primary .badge,\n.btn-success .badge,\n.btn-info .badge,\n.btn-warning .badge,\n.btn-danger .badge {\n  text-shadow: none;\n}\n.btn:active,\n.btn.active {\n  background-image: none;\n}\n.btn-default {\n  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);\n  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);\n  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n  background-repeat: repeat-x;\n  border-color: #dbdbdb;\n  text-shadow: 0 1px 0 #fff;\n  border-color: #ccc;\n}\n.btn-default:hover,\n.btn-default:focus {\n  background-color: #e0e0e0;\n  background-position: 0 -15px;\n}\n.btn-default:active,\n.btn-default.active {\n  background-color: #e0e0e0;\n  border-color: #dbdbdb;\n}\n.btn-default.disabled,\n.btn-default[disabled],\nfieldset[disabled] .btn-default,\n.btn-default.disabled:hover,\n.btn-default[disabled]:hover,\nfieldset[disabled] .btn-default:hover,\n.btn-default.disabled:focus,\n.btn-default[disabled]:focus,\nfieldset[disabled] .btn-default:focus,\n.btn-default.disabled.focus,\n.btn-default[disabled].focus,\nfieldset[disabled] .btn-default.focus,\n.btn-default.disabled:active,\n.btn-default[disabled]:active,\nfieldset[disabled] .btn-default:active,\n.btn-default.disabled.active,\n.btn-default[disabled].active,\nfieldset[disabled] .btn-default.active {\n  background-color: #e0e0e0;\n  background-image: none;\n}\n.btn-primary {\n  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);\n  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);\n  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n  background-repeat: repeat-x;\n  border-color: #245580;\n}\n.btn-primary:hover,\n.btn-primary:focus {\n  background-color: #265a88;\n  background-position: 0 -15px;\n}\n.btn-primary:active,\n.btn-primary.active {\n  background-color: #265a88;\n  border-color: #245580;\n}\n.btn-primary.disabled,\n.btn-primary[disabled],\nfieldset[disabled] .btn-primary,\n.btn-primary.disabled:hover,\n.btn-primary[disabled]:hover,\nfieldset[disabled] .btn-primary:hover,\n.btn-primary.disabled:focus,\n.btn-primary[disabled]:focus,\nfieldset[disabled] .btn-primary:focus,\n.btn-primary.disabled.focus,\n.btn-primary[disabled].focus,\nfieldset[disabled] .btn-primary.focus,\n.btn-primary.disabled:active,\n.btn-primary[disabled]:active,\nfieldset[disabled] .btn-primary:active,\n.btn-primary.disabled.active,\n.btn-primary[disabled].active,\nfieldset[disabled] .btn-primary.active {\n  background-color: #265a88;\n  background-image: none;\n}\n.btn-success {\n  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);\n  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);\n  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n  background-repeat: repeat-x;\n  border-color: #3e8f3e;\n}\n.btn-success:hover,\n.btn-success:focus {\n  background-color: #419641;\n  background-position: 0 -15px;\n}\n.btn-success:active,\n.btn-success.active {\n  background-color: #419641;\n  border-color: #3e8f3e;\n}\n.btn-success.disabled,\n.btn-success[disabled],\nfieldset[disabled] .btn-success,\n.btn-success.disabled:hover,\n.btn-success[disabled]:hover,\nfieldset[disabled] .btn-success:hover,\n.btn-success.disabled:focus,\n.btn-success[disabled]:focus,\nfieldset[disabled] .btn-success:focus,\n.btn-success.disabled.focus,\n.btn-success[disabled].focus,\nfieldset[disabled] .btn-success.focus,\n.btn-success.disabled:active,\n.btn-success[disabled]:active,\nfieldset[disabled] .btn-success:active,\n.btn-success.disabled.active,\n.btn-success[disabled].active,\nfieldset[disabled] .btn-success.active {\n  background-color: #419641;\n  background-image: none;\n}\n.btn-info {\n  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);\n  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);\n  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n  background-repeat: repeat-x;\n  border-color: #28a4c9;\n}\n.btn-info:hover,\n.btn-info:focus {\n  background-color: #2aabd2;\n  background-position: 0 -15px;\n}\n.btn-info:active,\n.btn-info.active {\n  background-color: #2aabd2;\n  border-color: #28a4c9;\n}\n.btn-info.disabled,\n.btn-info[disabled],\nfieldset[disabled] .btn-info,\n.btn-info.disabled:hover,\n.btn-info[disabled]:hover,\nfieldset[disabled] .btn-info:hover,\n.btn-info.disabled:focus,\n.btn-info[disabled]:focus,\nfieldset[disabled] .btn-info:focus,\n.btn-info.disabled.focus,\n.btn-info[disabled].focus,\nfieldset[disabled] .btn-info.focus,\n.btn-info.disabled:active,\n.btn-info[disabled]:active,\nfieldset[disabled] .btn-info:active,\n.btn-info.disabled.active,\n.btn-info[disabled].active,\nfieldset[disabled] .btn-info.active {\n  background-color: #2aabd2;\n  background-image: none;\n}\n.btn-warning {\n  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);\n  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);\n  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n  background-repeat: repeat-x;\n  border-color: #e38d13;\n}\n.btn-warning:hover,\n.btn-warning:focus {\n  background-color: #eb9316;\n  background-position: 0 -15px;\n}\n.btn-warning:active,\n.btn-warning.active {\n  background-color: #eb9316;\n  border-color: #e38d13;\n}\n.btn-warning.disabled,\n.btn-warning[disabled],\nfieldset[disabled] .btn-warning,\n.btn-warning.disabled:hover,\n.btn-warning[disabled]:hover,\nfieldset[disabled] .btn-warning:hover,\n.btn-warning.disabled:focus,\n.btn-warning[disabled]:focus,\nfieldset[disabled] .btn-warning:focus,\n.btn-warning.disabled.focus,\n.btn-warning[disabled].focus,\nfieldset[disabled] .btn-warning.focus,\n.btn-warning.disabled:active,\n.btn-warning[disabled]:active,\nfieldset[disabled] .btn-warning:active,\n.btn-warning.disabled.active,\n.btn-warning[disabled].active,\nfieldset[disabled] .btn-warning.active {\n  background-color: #eb9316;\n  background-image: none;\n}\n.btn-danger {\n  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);\n  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);\n  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n  background-repeat: repeat-x;\n  border-color: #b92c28;\n}\n.btn-danger:hover,\n.btn-danger:focus {\n  background-color: #c12e2a;\n  background-position: 0 -15px;\n}\n.btn-danger:active,\n.btn-danger.active {\n  background-color: #c12e2a;\n  border-color: #b92c28;\n}\n.btn-danger.disabled,\n.btn-danger[disabled],\nfieldset[disabled] .btn-danger,\n.btn-danger.disabled:hover,\n.btn-danger[disabled]:hover,\nfieldset[disabled] .btn-danger:hover,\n.btn-danger.disabled:focus,\n.btn-danger[disabled]:focus,\nfieldset[disabled] .btn-danger:focus,\n.btn-danger.disabled.focus,\n.btn-danger[disabled].focus,\nfieldset[disabled] .btn-danger.focus,\n.btn-danger.disabled:active,\n.btn-danger[disabled]:active,\nfieldset[disabled] .btn-danger:active,\n.btn-danger.disabled.active,\n.btn-danger[disabled].active,\nfieldset[disabled] .btn-danger.active {\n  background-color: #c12e2a;\n  background-image: none;\n}\n.thumbnail,\n.img-thumbnail {\n  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);\n  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);\n}\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);\n  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);\n  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);\n  background-color: #e8e8e8;\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu > .active > a:focus {\n  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);\n  background-color: #2e6da4;\n}\n.navbar-default {\n  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);\n  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);\n  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n  border-radius: 4px;\n  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);\n  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);\n}\n.navbar-default .navbar-nav > .open > a,\n.navbar-default .navbar-nav > .active > a {\n  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);\n  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);\n  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);\n  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);\n  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);\n}\n.navbar-brand,\n.navbar-nav > li > a {\n  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);\n}\n.navbar-inverse {\n  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);\n  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);\n  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n  border-radius: 4px;\n}\n.navbar-inverse .navbar-nav > .open > a,\n.navbar-inverse .navbar-nav > .active > a {\n  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);\n  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);\n  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);\n  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);\n  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);\n}\n.navbar-inverse .navbar-brand,\n.navbar-inverse .navbar-nav > li > a {\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n}\n.navbar-static-top,\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n  border-radius: 0;\n}\n@media (max-width: 767px) {\n  .navbar .navbar-nav .open .dropdown-menu > .active > a,\n  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,\n  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {\n    color: #fff;\n    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);\n    background-repeat: repeat-x;\n    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);\n  }\n}\n.alert {\n  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);\n  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);\n  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);\n}\n.alert-success {\n  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);\n  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);\n  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);\n  border-color: #b2dba1;\n}\n.alert-info {\n  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);\n  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);\n  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);\n  border-color: #9acfea;\n}\n.alert-warning {\n  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);\n  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);\n  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);\n  border-color: #f5e79e;\n}\n.alert-danger {\n  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);\n  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);\n  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);\n  border-color: #dca7a7;\n}\n.progress {\n  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);\n  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);\n  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);\n}\n.progress-bar {\n  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);\n  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);\n  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);\n}\n.progress-bar-success {\n  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);\n  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);\n  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);\n}\n.progress-bar-info {\n  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);\n  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);\n  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);\n}\n.progress-bar-warning {\n  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);\n  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);\n  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);\n}\n.progress-bar-danger {\n  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);\n  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);\n  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);\n}\n.progress-bar-striped {\n  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);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  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);\n}\n.list-group {\n  border-radius: 4px;\n  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);\n  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n  text-shadow: 0 -1px 0 #286090;\n  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);\n  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);\n  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);\n  border-color: #2b669a;\n}\n.list-group-item.active .badge,\n.list-group-item.active:hover .badge,\n.list-group-item.active:focus .badge {\n  text-shadow: none;\n}\n.panel {\n  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\n  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\n}\n.panel-default > .panel-heading {\n  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);\n  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);\n  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);\n}\n.panel-primary > .panel-heading {\n  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);\n}\n.panel-success > .panel-heading {\n  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);\n  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);\n  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);\n}\n.panel-info > .panel-heading {\n  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);\n  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);\n  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);\n}\n.panel-warning > .panel-heading {\n  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);\n  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);\n  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);\n}\n.panel-danger > .panel-heading {\n  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);\n  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);\n  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);\n}\n.well {\n  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);\n  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);\n  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);\n  border-color: #dcdcdc;\n  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);\n  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);\n}\n/*# sourceMappingURL=bootstrap-theme.css.map */","/*!\n * Bootstrap v3.3.7 (http://getbootstrap.com)\n * Copyright 2011-2016 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n\n//\n// Load core variables and mixins\n// --------------------------------------------------\n\n@import \"variables.less\";\n@import \"mixins.less\";\n\n\n//\n// Buttons\n// --------------------------------------------------\n\n// Common styles\n.btn-default,\n.btn-primary,\n.btn-success,\n.btn-info,\n.btn-warning,\n.btn-danger {\n  text-shadow: 0 -1px 0 rgba(0,0,0,.2);\n  @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);\n  .box-shadow(@shadow);\n\n  // Reset the shadow\n  &:active,\n  &.active {\n    .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n  }\n\n  &.disabled,\n  &[disabled],\n  fieldset[disabled] & {\n    .box-shadow(none);\n  }\n\n  .badge {\n    text-shadow: none;\n  }\n}\n\n// Mixin for generating new styles\n.btn-styles(@btn-color: #555) {\n  #gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%));\n  .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners; see https://github.com/twbs/bootstrap/issues/10620\n  background-repeat: repeat-x;\n  border-color: darken(@btn-color, 14%);\n\n  &:hover,\n  &:focus  {\n    background-color: darken(@btn-color, 12%);\n    background-position: 0 -15px;\n  }\n\n  &:active,\n  &.active {\n    background-color: darken(@btn-color, 12%);\n    border-color: darken(@btn-color, 14%);\n  }\n\n  &.disabled,\n  &[disabled],\n  fieldset[disabled] & {\n    &,\n    &:hover,\n    &:focus,\n    &.focus,\n    &:active,\n    &.active {\n      background-color: darken(@btn-color, 12%);\n      background-image: none;\n    }\n  }\n}\n\n// Common styles\n.btn {\n  // Remove the gradient for the pressed/active state\n  &:active,\n  &.active {\n    background-image: none;\n  }\n}\n\n// Apply the mixin to the buttons\n.btn-default { .btn-styles(@btn-default-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; }\n.btn-primary { .btn-styles(@btn-primary-bg); }\n.btn-success { .btn-styles(@btn-success-bg); }\n.btn-info    { .btn-styles(@btn-info-bg); }\n.btn-warning { .btn-styles(@btn-warning-bg); }\n.btn-danger  { .btn-styles(@btn-danger-bg); }\n\n\n//\n// Images\n// --------------------------------------------------\n\n.thumbnail,\n.img-thumbnail {\n  .box-shadow(0 1px 2px rgba(0,0,0,.075));\n}\n\n\n//\n// Dropdowns\n// --------------------------------------------------\n\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n  #gradient > .vertical(@start-color: @dropdown-link-hover-bg; @end-color: darken(@dropdown-link-hover-bg, 5%));\n  background-color: darken(@dropdown-link-hover-bg, 5%);\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu > .active > a:focus {\n  #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%));\n  background-color: darken(@dropdown-link-active-bg, 5%);\n}\n\n\n//\n// Navbar\n// --------------------------------------------------\n\n// Default navbar\n.navbar-default {\n  #gradient > .vertical(@start-color: lighten(@navbar-default-bg, 10%); @end-color: @navbar-default-bg);\n  .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered\n  border-radius: @navbar-border-radius;\n  @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);\n  .box-shadow(@shadow);\n\n  .navbar-nav > .open > a,\n  .navbar-nav > .active > a {\n    #gradient > .vertical(@start-color: darken(@navbar-default-link-active-bg, 5%); @end-color: darken(@navbar-default-link-active-bg, 2%));\n    .box-shadow(inset 0 3px 9px rgba(0,0,0,.075));\n  }\n}\n.navbar-brand,\n.navbar-nav > li > a {\n  text-shadow: 0 1px 0 rgba(255,255,255,.25);\n}\n\n// Inverted navbar\n.navbar-inverse {\n  #gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg);\n  .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered; see https://github.com/twbs/bootstrap/issues/10257\n  border-radius: @navbar-border-radius;\n  .navbar-nav > .open > a,\n  .navbar-nav > .active > a {\n    #gradient > .vertical(@start-color: @navbar-inverse-link-active-bg; @end-color: lighten(@navbar-inverse-link-active-bg, 2.5%));\n    .box-shadow(inset 0 3px 9px rgba(0,0,0,.25));\n  }\n\n  .navbar-brand,\n  .navbar-nav > li > a {\n    text-shadow: 0 -1px 0 rgba(0,0,0,.25);\n  }\n}\n\n// Undo rounded corners in static and fixed navbars\n.navbar-static-top,\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n  border-radius: 0;\n}\n\n// Fix active state of dropdown items in collapsed mode\n@media (max-width: @grid-float-breakpoint-max) {\n  .navbar .navbar-nav .open .dropdown-menu > .active > a {\n    &,\n    &:hover,\n    &:focus {\n      color: #fff;\n      #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%));\n    }\n  }\n}\n\n\n//\n// Alerts\n// --------------------------------------------------\n\n// Common styles\n.alert {\n  text-shadow: 0 1px 0 rgba(255,255,255,.2);\n  @shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);\n  .box-shadow(@shadow);\n}\n\n// Mixin for generating new styles\n.alert-styles(@color) {\n  #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 7.5%));\n  border-color: darken(@color, 15%);\n}\n\n// Apply the mixin to the alerts\n.alert-success    { .alert-styles(@alert-success-bg); }\n.alert-info       { .alert-styles(@alert-info-bg); }\n.alert-warning    { .alert-styles(@alert-warning-bg); }\n.alert-danger     { .alert-styles(@alert-danger-bg); }\n\n\n//\n// Progress bars\n// --------------------------------------------------\n\n// Give the progress background some depth\n.progress {\n  #gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg)\n}\n\n// Mixin for generating new styles\n.progress-bar-styles(@color) {\n  #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 10%));\n}\n\n// Apply the mixin to the progress bars\n.progress-bar            { .progress-bar-styles(@progress-bar-bg); }\n.progress-bar-success    { .progress-bar-styles(@progress-bar-success-bg); }\n.progress-bar-info       { .progress-bar-styles(@progress-bar-info-bg); }\n.progress-bar-warning    { .progress-bar-styles(@progress-bar-warning-bg); }\n.progress-bar-danger     { .progress-bar-styles(@progress-bar-danger-bg); }\n\n// Reset the striped class because our mixins don't do multiple gradients and\n// the above custom styles override the new `.progress-bar-striped` in v3.2.0.\n.progress-bar-striped {\n  #gradient > .striped();\n}\n\n\n//\n// List groups\n// --------------------------------------------------\n\n.list-group {\n  border-radius: @border-radius-base;\n  .box-shadow(0 1px 2px rgba(0,0,0,.075));\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n  text-shadow: 0 -1px 0 darken(@list-group-active-bg, 10%);\n  #gradient > .vertical(@start-color: @list-group-active-bg; @end-color: darken(@list-group-active-bg, 7.5%));\n  border-color: darken(@list-group-active-border, 7.5%);\n\n  .badge {\n    text-shadow: none;\n  }\n}\n\n\n//\n// Panels\n// --------------------------------------------------\n\n// Common styles\n.panel {\n  .box-shadow(0 1px 2px rgba(0,0,0,.05));\n}\n\n// Mixin for generating new styles\n.panel-heading-styles(@color) {\n  #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 5%));\n}\n\n// Apply the mixin to the panel headings only\n.panel-default > .panel-heading   { .panel-heading-styles(@panel-default-heading-bg); }\n.panel-primary > .panel-heading   { .panel-heading-styles(@panel-primary-heading-bg); }\n.panel-success > .panel-heading   { .panel-heading-styles(@panel-success-heading-bg); }\n.panel-info > .panel-heading      { .panel-heading-styles(@panel-info-heading-bg); }\n.panel-warning > .panel-heading   { .panel-heading-styles(@panel-warning-heading-bg); }\n.panel-danger > .panel-heading    { .panel-heading-styles(@panel-danger-heading-bg); }\n\n\n//\n// Wells\n// --------------------------------------------------\n\n.well {\n  #gradient > .vertical(@start-color: darken(@well-bg, 5%); @end-color: @well-bg);\n  border-color: darken(@well-bg, 10%);\n  @shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);\n  .box-shadow(@shadow);\n}\n","// Vendor Prefixes\n//\n// All vendor mixins are deprecated as of v3.2.0 due to the introduction of\n// Autoprefixer in our Gruntfile. They have been removed in v4.\n\n// - Animations\n// - Backface visibility\n// - Box shadow\n// - Box sizing\n// - Content columns\n// - Hyphens\n// - Placeholder text\n// - Transformations\n// - Transitions\n// - User Select\n\n\n// Animations\n.animation(@animation) {\n  -webkit-animation: @animation;\n       -o-animation: @animation;\n          animation: @animation;\n}\n.animation-name(@name) {\n  -webkit-animation-name: @name;\n          animation-name: @name;\n}\n.animation-duration(@duration) {\n  -webkit-animation-duration: @duration;\n          animation-duration: @duration;\n}\n.animation-timing-function(@timing-function) {\n  -webkit-animation-timing-function: @timing-function;\n          animation-timing-function: @timing-function;\n}\n.animation-delay(@delay) {\n  -webkit-animation-delay: @delay;\n          animation-delay: @delay;\n}\n.animation-iteration-count(@iteration-count) {\n  -webkit-animation-iteration-count: @iteration-count;\n          animation-iteration-count: @iteration-count;\n}\n.animation-direction(@direction) {\n  -webkit-animation-direction: @direction;\n          animation-direction: @direction;\n}\n.animation-fill-mode(@fill-mode) {\n  -webkit-animation-fill-mode: @fill-mode;\n          animation-fill-mode: @fill-mode;\n}\n\n// Backface visibility\n// Prevent browsers from flickering when using CSS 3D transforms.\n// Default value is `visible`, but can be changed to `hidden`\n\n.backface-visibility(@visibility) {\n  -webkit-backface-visibility: @visibility;\n     -moz-backface-visibility: @visibility;\n          backface-visibility: @visibility;\n}\n\n// Drop shadows\n//\n// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's\n// supported browsers that have box shadow capabilities now support it.\n\n.box-shadow(@shadow) {\n  -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1\n          box-shadow: @shadow;\n}\n\n// Box sizing\n.box-sizing(@boxmodel) {\n  -webkit-box-sizing: @boxmodel;\n     -moz-box-sizing: @boxmodel;\n          box-sizing: @boxmodel;\n}\n\n// CSS3 Content Columns\n.content-columns(@column-count; @column-gap: @grid-gutter-width) {\n  -webkit-column-count: @column-count;\n     -moz-column-count: @column-count;\n          column-count: @column-count;\n  -webkit-column-gap: @column-gap;\n     -moz-column-gap: @column-gap;\n          column-gap: @column-gap;\n}\n\n// Optional hyphenation\n.hyphens(@mode: auto) {\n  word-wrap: break-word;\n  -webkit-hyphens: @mode;\n     -moz-hyphens: @mode;\n      -ms-hyphens: @mode; // IE10+\n       -o-hyphens: @mode;\n          hyphens: @mode;\n}\n\n// Placeholder text\n.placeholder(@color: @input-color-placeholder) {\n  // Firefox\n  &::-moz-placeholder {\n    color: @color;\n    opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526\n  }\n  &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+\n  &::-webkit-input-placeholder  { color: @color; } // Safari and Chrome\n}\n\n// Transformations\n.scale(@ratio) {\n  -webkit-transform: scale(@ratio);\n      -ms-transform: scale(@ratio); // IE9 only\n       -o-transform: scale(@ratio);\n          transform: scale(@ratio);\n}\n.scale(@ratioX; @ratioY) {\n  -webkit-transform: scale(@ratioX, @ratioY);\n      -ms-transform: scale(@ratioX, @ratioY); // IE9 only\n       -o-transform: scale(@ratioX, @ratioY);\n          transform: scale(@ratioX, @ratioY);\n}\n.scaleX(@ratio) {\n  -webkit-transform: scaleX(@ratio);\n      -ms-transform: scaleX(@ratio); // IE9 only\n       -o-transform: scaleX(@ratio);\n          transform: scaleX(@ratio);\n}\n.scaleY(@ratio) {\n  -webkit-transform: scaleY(@ratio);\n      -ms-transform: scaleY(@ratio); // IE9 only\n       -o-transform: scaleY(@ratio);\n          transform: scaleY(@ratio);\n}\n.skew(@x; @y) {\n  -webkit-transform: skewX(@x) skewY(@y);\n      -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n       -o-transform: skewX(@x) skewY(@y);\n          transform: skewX(@x) skewY(@y);\n}\n.translate(@x; @y) {\n  -webkit-transform: translate(@x, @y);\n      -ms-transform: translate(@x, @y); // IE9 only\n       -o-transform: translate(@x, @y);\n          transform: translate(@x, @y);\n}\n.translate3d(@x; @y; @z) {\n  -webkit-transform: translate3d(@x, @y, @z);\n          transform: translate3d(@x, @y, @z);\n}\n.rotate(@degrees) {\n  -webkit-transform: rotate(@degrees);\n      -ms-transform: rotate(@degrees); // IE9 only\n       -o-transform: rotate(@degrees);\n          transform: rotate(@degrees);\n}\n.rotateX(@degrees) {\n  -webkit-transform: rotateX(@degrees);\n      -ms-transform: rotateX(@degrees); // IE9 only\n       -o-transform: rotateX(@degrees);\n          transform: rotateX(@degrees);\n}\n.rotateY(@degrees) {\n  -webkit-transform: rotateY(@degrees);\n      -ms-transform: rotateY(@degrees); // IE9 only\n       -o-transform: rotateY(@degrees);\n          transform: rotateY(@degrees);\n}\n.perspective(@perspective) {\n  -webkit-perspective: @perspective;\n     -moz-perspective: @perspective;\n          perspective: @perspective;\n}\n.perspective-origin(@perspective) {\n  -webkit-perspective-origin: @perspective;\n     -moz-perspective-origin: @perspective;\n          perspective-origin: @perspective;\n}\n.transform-origin(@origin) {\n  -webkit-transform-origin: @origin;\n     -moz-transform-origin: @origin;\n      -ms-transform-origin: @origin; // IE9 only\n          transform-origin: @origin;\n}\n\n\n// Transitions\n\n.transition(@transition) {\n  -webkit-transition: @transition;\n       -o-transition: @transition;\n          transition: @transition;\n}\n.transition-property(@transition-property) {\n  -webkit-transition-property: @transition-property;\n          transition-property: @transition-property;\n}\n.transition-delay(@transition-delay) {\n  -webkit-transition-delay: @transition-delay;\n          transition-delay: @transition-delay;\n}\n.transition-duration(@transition-duration) {\n  -webkit-transition-duration: @transition-duration;\n          transition-duration: @transition-duration;\n}\n.transition-timing-function(@timing-function) {\n  -webkit-transition-timing-function: @timing-function;\n          transition-timing-function: @timing-function;\n}\n.transition-transform(@transition) {\n  -webkit-transition: -webkit-transform @transition;\n     -moz-transition: -moz-transform @transition;\n       -o-transition: -o-transform @transition;\n          transition: transform @transition;\n}\n\n\n// User select\n// For selecting text on the page\n\n.user-select(@select) {\n  -webkit-user-select: @select;\n     -moz-user-select: @select;\n      -ms-user-select: @select; // IE10+\n          user-select: @select;\n}\n","// Gradients\n\n#gradient {\n\n  // Horizontal gradient, from left to right\n  //\n  // Creates two color stops, start and end, by specifying a color and position for each color stop.\n  // Color stops are not available in IE9 and below.\n  .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n    background-image: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n    background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12\n    background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n    background-repeat: repeat-x;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down\n  }\n\n  // Vertical gradient, from top to bottom\n  //\n  // Creates two color stops, start and end, by specifying a color and position for each color stop.\n  // Color stops are not available in IE9 and below.\n  .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n    background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent);  // Safari 5.1-6, Chrome 10+\n    background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent);  // Opera 12\n    background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n    background-repeat: repeat-x;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down\n  }\n\n  .directional(@start-color: #555; @end-color: #333; @deg: 45deg) {\n    background-repeat: repeat-x;\n    background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+\n    background-image: -o-linear-gradient(@deg, @start-color, @end-color); // Opera 12\n    background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n  }\n  .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n    background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n    background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n    background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);\n    background-repeat: no-repeat;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n  }\n  .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n    background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-repeat: no-repeat;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n  }\n  .radial(@inner-color: #555; @outer-color: #333) {\n    background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);\n    background-image: radial-gradient(circle, @inner-color, @outer-color);\n    background-repeat: no-repeat;\n  }\n  .striped(@color: rgba(255,255,255,.15); @angle: 45deg) {\n    background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n    background-image: -o-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n    background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n  }\n}\n","// Reset filters for IE\n//\n// When you need to remove a gradient background, do not forget to use this to reset\n// the IE filter for IE9 and below.\n\n.reset-filter() {\n  filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"));\n}\n"]}
0 2
\ No newline at end of file
... ...
@@ -0,0 +1,6 @@
1
+/*!
2
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
3
+ * Copyright 2011-2016 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{-webkit-box-shadow:none;box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));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;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));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:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));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:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));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:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));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:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
6
+/*# sourceMappingURL=bootstrap-theme.min.css.map */
0 7
\ No newline at end of file
... ...
@@ -0,0 +1 @@
1
+{"version":3,"sources":["less/theme.less","less/mixins/vendor-prefixes.less","less/mixins/gradients.less","less/mixins/reset-filter.less"],"names":[],"mappings":";;;;AAmBA,YAAA,aAAA,UAAA,aAAA,aAAA,aAME,YAAA,EAAA,KAAA,EAAA,eC2CA,mBAAA,MAAA,EAAA,IAAA,EAAA,sBAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,MAAA,EAAA,IAAA,EAAA,sBAAA,EAAA,IAAA,IAAA,iBDvCR,mBAAA,mBAAA,oBAAA,oBAAA,iBAAA,iBAAA,oBAAA,oBAAA,oBAAA,oBAAA,oBAAA,oBCsCA,mBAAA,MAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,MAAA,EAAA,IAAA,IAAA,iBDlCR,qBAAA,sBAAA,sBAAA,uBAAA,mBAAA,oBAAA,sBAAA,uBAAA,sBAAA,uBAAA,sBAAA,uBAAA,+BAAA,gCAAA,6BAAA,gCAAA,gCAAA,gCCiCA,mBAAA,KACQ,WAAA,KDlDV,mBAAA,oBAAA,iBAAA,oBAAA,oBAAA,oBAuBI,YAAA,KAyCF,YAAA,YAEE,iBAAA,KAKJ,aErEI,YAAA,EAAA,IAAA,EAAA,KACA,iBAAA,iDACA,iBAAA,4CAAA,iBAAA,qEAEA,iBAAA,+CCnBF,OAAA,+GH4CA,OAAA,0DACA,kBAAA,SAuC2C,aAAA,QAA2B,aAAA,KArCtE,mBAAA,mBAEE,iBAAA,QACA,oBAAA,EAAA,MAGF,oBAAA,oBAEE,iBAAA,QACA,aAAA,QAMA,sBAAA,6BAAA,4BAAA,6BAAA,4BAAA,4BAAA,uBAAA,8BAAA,6BAAA,8BAAA,6BAAA,6BAAA,gCAAA,uCAAA,sCAAA,uCAAA,sCAAA,sCAME,iBAAA,QACA,iBAAA,KAgBN,aEtEI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDAEA,OAAA,+GCnBF,OAAA,0DH4CA,kBAAA,SACA,aAAA,QAEA,mBAAA,mBAEE,iBAAA,QACA,oBAAA,EAAA,MAGF,oBAAA,oBAEE,iBAAA,QACA,aAAA,QAMA,sBAAA,6BAAA,4BAAA,6BAAA,4BAAA,4BAAA,uBAAA,8BAAA,6BAAA,8BAAA,6BAAA,6BAAA,gCAAA,uCAAA,sCAAA,uCAAA,sCAAA,sCAME,iBAAA,QACA,iBAAA,KAiBN,aEvEI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDAEA,OAAA,+GCnBF,OAAA,0DH4CA,kBAAA,SACA,aAAA,QAEA,mBAAA,mBAEE,iBAAA,QACA,oBAAA,EAAA,MAGF,oBAAA,oBAEE,iBAAA,QACA,aAAA,QAMA,sBAAA,6BAAA,4BAAA,6BAAA,4BAAA,4BAAA,uBAAA,8BAAA,6BAAA,8BAAA,6BAAA,6BAAA,gCAAA,uCAAA,sCAAA,uCAAA,sCAAA,sCAME,iBAAA,QACA,iBAAA,KAkBN,UExEI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDAEA,OAAA,+GCnBF,OAAA,0DH4CA,kBAAA,SACA,aAAA,QAEA,gBAAA,gBAEE,iBAAA,QACA,oBAAA,EAAA,MAGF,iBAAA,iBAEE,iBAAA,QACA,aAAA,QAMA,mBAAA,0BAAA,yBAAA,0BAAA,yBAAA,yBAAA,oBAAA,2BAAA,0BAAA,2BAAA,0BAAA,0BAAA,6BAAA,oCAAA,mCAAA,oCAAA,mCAAA,mCAME,iBAAA,QACA,iBAAA,KAmBN,aEzEI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDAEA,OAAA,+GCnBF,OAAA,0DH4CA,kBAAA,SACA,aAAA,QAEA,mBAAA,mBAEE,iBAAA,QACA,oBAAA,EAAA,MAGF,oBAAA,oBAEE,iBAAA,QACA,aAAA,QAMA,sBAAA,6BAAA,4BAAA,6BAAA,4BAAA,4BAAA,uBAAA,8BAAA,6BAAA,8BAAA,6BAAA,6BAAA,gCAAA,uCAAA,sCAAA,uCAAA,sCAAA,sCAME,iBAAA,QACA,iBAAA,KAoBN,YE1EI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDAEA,OAAA,+GCnBF,OAAA,0DH4CA,kBAAA,SACA,aAAA,QAEA,kBAAA,kBAEE,iBAAA,QACA,oBAAA,EAAA,MAGF,mBAAA,mBAEE,iBAAA,QACA,aAAA,QAMA,qBAAA,4BAAA,2BAAA,4BAAA,2BAAA,2BAAA,sBAAA,6BAAA,4BAAA,6BAAA,4BAAA,4BAAA,+BAAA,sCAAA,qCAAA,sCAAA,qCAAA,qCAME,iBAAA,QACA,iBAAA,KA2BN,eAAA,WClCE,mBAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,EAAA,IAAA,IAAA,iBD2CV,0BAAA,0BE3FI,iBAAA,QACA,iBAAA,oDACA,iBAAA,+CAAA,iBAAA,wEACA,iBAAA,kDACA,OAAA,+GF0FF,kBAAA,SAEF,yBAAA,+BAAA,+BEhGI,iBAAA,QACA,iBAAA,oDACA,iBAAA,+CAAA,iBAAA,wEACA,iBAAA,kDACA,OAAA,+GFgGF,kBAAA,SASF,gBE7GI,iBAAA,iDACA,iBAAA,4CACA,iBAAA,qEAAA,iBAAA,+CACA,OAAA,+GACA,OAAA,0DCnBF,kBAAA,SH+HA,cAAA,ICjEA,mBAAA,MAAA,EAAA,IAAA,EAAA,sBAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,MAAA,EAAA,IAAA,EAAA,sBAAA,EAAA,IAAA,IAAA,iBD6DV,sCAAA,oCE7GI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SD2CF,mBAAA,MAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,MAAA,EAAA,IAAA,IAAA,iBD0EV,cAAA,iBAEE,YAAA,EAAA,IAAA,EAAA,sBAIF,gBEhII,iBAAA,iDACA,iBAAA,4CACA,iBAAA,qEAAA,iBAAA,+CACA,OAAA,+GACA,OAAA,0DCnBF,kBAAA,SHkJA,cAAA,IAHF,sCAAA,oCEhII,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SD2CF,mBAAA,MAAA,EAAA,IAAA,IAAA,gBACQ,WAAA,MAAA,EAAA,IAAA,IAAA,gBDgFV,8BAAA,iCAYI,YAAA,EAAA,KAAA,EAAA,gBAKJ,qBAAA,kBAAA,mBAGE,cAAA,EAqBF,yBAfI,mDAAA,yDAAA,yDAGE,MAAA,KE7JF,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,UFqKJ,OACE,YAAA,EAAA,IAAA,EAAA,qBC3HA,mBAAA,MAAA,EAAA,IAAA,EAAA,sBAAA,EAAA,IAAA,IAAA,gBACQ,WAAA,MAAA,EAAA,IAAA,EAAA,sBAAA,EAAA,IAAA,IAAA,gBDsIV,eEtLI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF8KF,aAAA,QAKF,YEvLI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF8KF,aAAA,QAMF,eExLI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF8KF,aAAA,QAOF,cEzLI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF8KF,aAAA,QAeF,UEjMI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SFuMJ,cE3MI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SFwMJ,sBE5MI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SFyMJ,mBE7MI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF0MJ,sBE9MI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF2MJ,qBE/MI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF+MJ,sBElLI,iBAAA,yKACA,iBAAA,oKACA,iBAAA,iKFyLJ,YACE,cAAA,IC9KA,mBAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,EAAA,IAAA,IAAA,iBDgLV,wBAAA,8BAAA,8BAGE,YAAA,EAAA,KAAA,EAAA,QEnOE,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SFiOF,aAAA,QALF,+BAAA,qCAAA,qCAQI,YAAA,KAUJ,OCnME,mBAAA,EAAA,IAAA,IAAA,gBACQ,WAAA,EAAA,IAAA,IAAA,gBD4MV,8BE5PI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SFyPJ,8BE7PI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF0PJ,8BE9PI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF2PJ,2BE/PI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF4PJ,8BEhQI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF6PJ,6BEjQI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SFoQJ,MExQI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SFsQF,aAAA,QC3NA,mBAAA,MAAA,EAAA,IAAA,IAAA,gBAAA,EAAA,IAAA,EAAA,qBACQ,WAAA,MAAA,EAAA,IAAA,IAAA,gBAAA,EAAA,IAAA,EAAA","sourcesContent":["/*!\n * Bootstrap v3.3.7 (http://getbootstrap.com)\n * Copyright 2011-2016 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n\n//\n// Load core variables and mixins\n// --------------------------------------------------\n\n@import \"variables.less\";\n@import \"mixins.less\";\n\n\n//\n// Buttons\n// --------------------------------------------------\n\n// Common styles\n.btn-default,\n.btn-primary,\n.btn-success,\n.btn-info,\n.btn-warning,\n.btn-danger {\n  text-shadow: 0 -1px 0 rgba(0,0,0,.2);\n  @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);\n  .box-shadow(@shadow);\n\n  // Reset the shadow\n  &:active,\n  &.active {\n    .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n  }\n\n  &.disabled,\n  &[disabled],\n  fieldset[disabled] & {\n    .box-shadow(none);\n  }\n\n  .badge {\n    text-shadow: none;\n  }\n}\n\n// Mixin for generating new styles\n.btn-styles(@btn-color: #555) {\n  #gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%));\n  .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners; see https://github.com/twbs/bootstrap/issues/10620\n  background-repeat: repeat-x;\n  border-color: darken(@btn-color, 14%);\n\n  &:hover,\n  &:focus  {\n    background-color: darken(@btn-color, 12%);\n    background-position: 0 -15px;\n  }\n\n  &:active,\n  &.active {\n    background-color: darken(@btn-color, 12%);\n    border-color: darken(@btn-color, 14%);\n  }\n\n  &.disabled,\n  &[disabled],\n  fieldset[disabled] & {\n    &,\n    &:hover,\n    &:focus,\n    &.focus,\n    &:active,\n    &.active {\n      background-color: darken(@btn-color, 12%);\n      background-image: none;\n    }\n  }\n}\n\n// Common styles\n.btn {\n  // Remove the gradient for the pressed/active state\n  &:active,\n  &.active {\n    background-image: none;\n  }\n}\n\n// Apply the mixin to the buttons\n.btn-default { .btn-styles(@btn-default-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; }\n.btn-primary { .btn-styles(@btn-primary-bg); }\n.btn-success { .btn-styles(@btn-success-bg); }\n.btn-info    { .btn-styles(@btn-info-bg); }\n.btn-warning { .btn-styles(@btn-warning-bg); }\n.btn-danger  { .btn-styles(@btn-danger-bg); }\n\n\n//\n// Images\n// --------------------------------------------------\n\n.thumbnail,\n.img-thumbnail {\n  .box-shadow(0 1px 2px rgba(0,0,0,.075));\n}\n\n\n//\n// Dropdowns\n// --------------------------------------------------\n\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n  #gradient > .vertical(@start-color: @dropdown-link-hover-bg; @end-color: darken(@dropdown-link-hover-bg, 5%));\n  background-color: darken(@dropdown-link-hover-bg, 5%);\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu > .active > a:focus {\n  #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%));\n  background-color: darken(@dropdown-link-active-bg, 5%);\n}\n\n\n//\n// Navbar\n// --------------------------------------------------\n\n// Default navbar\n.navbar-default {\n  #gradient > .vertical(@start-color: lighten(@navbar-default-bg, 10%); @end-color: @navbar-default-bg);\n  .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered\n  border-radius: @navbar-border-radius;\n  @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);\n  .box-shadow(@shadow);\n\n  .navbar-nav > .open > a,\n  .navbar-nav > .active > a {\n    #gradient > .vertical(@start-color: darken(@navbar-default-link-active-bg, 5%); @end-color: darken(@navbar-default-link-active-bg, 2%));\n    .box-shadow(inset 0 3px 9px rgba(0,0,0,.075));\n  }\n}\n.navbar-brand,\n.navbar-nav > li > a {\n  text-shadow: 0 1px 0 rgba(255,255,255,.25);\n}\n\n// Inverted navbar\n.navbar-inverse {\n  #gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg);\n  .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered; see https://github.com/twbs/bootstrap/issues/10257\n  border-radius: @navbar-border-radius;\n  .navbar-nav > .open > a,\n  .navbar-nav > .active > a {\n    #gradient > .vertical(@start-color: @navbar-inverse-link-active-bg; @end-color: lighten(@navbar-inverse-link-active-bg, 2.5%));\n    .box-shadow(inset 0 3px 9px rgba(0,0,0,.25));\n  }\n\n  .navbar-brand,\n  .navbar-nav > li > a {\n    text-shadow: 0 -1px 0 rgba(0,0,0,.25);\n  }\n}\n\n// Undo rounded corners in static and fixed navbars\n.navbar-static-top,\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n  border-radius: 0;\n}\n\n// Fix active state of dropdown items in collapsed mode\n@media (max-width: @grid-float-breakpoint-max) {\n  .navbar .navbar-nav .open .dropdown-menu > .active > a {\n    &,\n    &:hover,\n    &:focus {\n      color: #fff;\n      #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%));\n    }\n  }\n}\n\n\n//\n// Alerts\n// --------------------------------------------------\n\n// Common styles\n.alert {\n  text-shadow: 0 1px 0 rgba(255,255,255,.2);\n  @shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);\n  .box-shadow(@shadow);\n}\n\n// Mixin for generating new styles\n.alert-styles(@color) {\n  #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 7.5%));\n  border-color: darken(@color, 15%);\n}\n\n// Apply the mixin to the alerts\n.alert-success    { .alert-styles(@alert-success-bg); }\n.alert-info       { .alert-styles(@alert-info-bg); }\n.alert-warning    { .alert-styles(@alert-warning-bg); }\n.alert-danger     { .alert-styles(@alert-danger-bg); }\n\n\n//\n// Progress bars\n// --------------------------------------------------\n\n// Give the progress background some depth\n.progress {\n  #gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg)\n}\n\n// Mixin for generating new styles\n.progress-bar-styles(@color) {\n  #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 10%));\n}\n\n// Apply the mixin to the progress bars\n.progress-bar            { .progress-bar-styles(@progress-bar-bg); }\n.progress-bar-success    { .progress-bar-styles(@progress-bar-success-bg); }\n.progress-bar-info       { .progress-bar-styles(@progress-bar-info-bg); }\n.progress-bar-warning    { .progress-bar-styles(@progress-bar-warning-bg); }\n.progress-bar-danger     { .progress-bar-styles(@progress-bar-danger-bg); }\n\n// Reset the striped class because our mixins don't do multiple gradients and\n// the above custom styles override the new `.progress-bar-striped` in v3.2.0.\n.progress-bar-striped {\n  #gradient > .striped();\n}\n\n\n//\n// List groups\n// --------------------------------------------------\n\n.list-group {\n  border-radius: @border-radius-base;\n  .box-shadow(0 1px 2px rgba(0,0,0,.075));\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n  text-shadow: 0 -1px 0 darken(@list-group-active-bg, 10%);\n  #gradient > .vertical(@start-color: @list-group-active-bg; @end-color: darken(@list-group-active-bg, 7.5%));\n  border-color: darken(@list-group-active-border, 7.5%);\n\n  .badge {\n    text-shadow: none;\n  }\n}\n\n\n//\n// Panels\n// --------------------------------------------------\n\n// Common styles\n.panel {\n  .box-shadow(0 1px 2px rgba(0,0,0,.05));\n}\n\n// Mixin for generating new styles\n.panel-heading-styles(@color) {\n  #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 5%));\n}\n\n// Apply the mixin to the panel headings only\n.panel-default > .panel-heading   { .panel-heading-styles(@panel-default-heading-bg); }\n.panel-primary > .panel-heading   { .panel-heading-styles(@panel-primary-heading-bg); }\n.panel-success > .panel-heading   { .panel-heading-styles(@panel-success-heading-bg); }\n.panel-info > .panel-heading      { .panel-heading-styles(@panel-info-heading-bg); }\n.panel-warning > .panel-heading   { .panel-heading-styles(@panel-warning-heading-bg); }\n.panel-danger > .panel-heading    { .panel-heading-styles(@panel-danger-heading-bg); }\n\n\n//\n// Wells\n// --------------------------------------------------\n\n.well {\n  #gradient > .vertical(@start-color: darken(@well-bg, 5%); @end-color: @well-bg);\n  border-color: darken(@well-bg, 10%);\n  @shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);\n  .box-shadow(@shadow);\n}\n","// Vendor Prefixes\n//\n// All vendor mixins are deprecated as of v3.2.0 due to the introduction of\n// Autoprefixer in our Gruntfile. They have been removed in v4.\n\n// - Animations\n// - Backface visibility\n// - Box shadow\n// - Box sizing\n// - Content columns\n// - Hyphens\n// - Placeholder text\n// - Transformations\n// - Transitions\n// - User Select\n\n\n// Animations\n.animation(@animation) {\n  -webkit-animation: @animation;\n       -o-animation: @animation;\n          animation: @animation;\n}\n.animation-name(@name) {\n  -webkit-animation-name: @name;\n          animation-name: @name;\n}\n.animation-duration(@duration) {\n  -webkit-animation-duration: @duration;\n          animation-duration: @duration;\n}\n.animation-timing-function(@timing-function) {\n  -webkit-animation-timing-function: @timing-function;\n          animation-timing-function: @timing-function;\n}\n.animation-delay(@delay) {\n  -webkit-animation-delay: @delay;\n          animation-delay: @delay;\n}\n.animation-iteration-count(@iteration-count) {\n  -webkit-animation-iteration-count: @iteration-count;\n          animation-iteration-count: @iteration-count;\n}\n.animation-direction(@direction) {\n  -webkit-animation-direction: @direction;\n          animation-direction: @direction;\n}\n.animation-fill-mode(@fill-mode) {\n  -webkit-animation-fill-mode: @fill-mode;\n          animation-fill-mode: @fill-mode;\n}\n\n// Backface visibility\n// Prevent browsers from flickering when using CSS 3D transforms.\n// Default value is `visible`, but can be changed to `hidden`\n\n.backface-visibility(@visibility) {\n  -webkit-backface-visibility: @visibility;\n     -moz-backface-visibility: @visibility;\n          backface-visibility: @visibility;\n}\n\n// Drop shadows\n//\n// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's\n// supported browsers that have box shadow capabilities now support it.\n\n.box-shadow(@shadow) {\n  -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1\n          box-shadow: @shadow;\n}\n\n// Box sizing\n.box-sizing(@boxmodel) {\n  -webkit-box-sizing: @boxmodel;\n     -moz-box-sizing: @boxmodel;\n          box-sizing: @boxmodel;\n}\n\n// CSS3 Content Columns\n.content-columns(@column-count; @column-gap: @grid-gutter-width) {\n  -webkit-column-count: @column-count;\n     -moz-column-count: @column-count;\n          column-count: @column-count;\n  -webkit-column-gap: @column-gap;\n     -moz-column-gap: @column-gap;\n          column-gap: @column-gap;\n}\n\n// Optional hyphenation\n.hyphens(@mode: auto) {\n  word-wrap: break-word;\n  -webkit-hyphens: @mode;\n     -moz-hyphens: @mode;\n      -ms-hyphens: @mode; // IE10+\n       -o-hyphens: @mode;\n          hyphens: @mode;\n}\n\n// Placeholder text\n.placeholder(@color: @input-color-placeholder) {\n  // Firefox\n  &::-moz-placeholder {\n    color: @color;\n    opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526\n  }\n  &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+\n  &::-webkit-input-placeholder  { color: @color; } // Safari and Chrome\n}\n\n// Transformations\n.scale(@ratio) {\n  -webkit-transform: scale(@ratio);\n      -ms-transform: scale(@ratio); // IE9 only\n       -o-transform: scale(@ratio);\n          transform: scale(@ratio);\n}\n.scale(@ratioX; @ratioY) {\n  -webkit-transform: scale(@ratioX, @ratioY);\n      -ms-transform: scale(@ratioX, @ratioY); // IE9 only\n       -o-transform: scale(@ratioX, @ratioY);\n          transform: scale(@ratioX, @ratioY);\n}\n.scaleX(@ratio) {\n  -webkit-transform: scaleX(@ratio);\n      -ms-transform: scaleX(@ratio); // IE9 only\n       -o-transform: scaleX(@ratio);\n          transform: scaleX(@ratio);\n}\n.scaleY(@ratio) {\n  -webkit-transform: scaleY(@ratio);\n      -ms-transform: scaleY(@ratio); // IE9 only\n       -o-transform: scaleY(@ratio);\n          transform: scaleY(@ratio);\n}\n.skew(@x; @y) {\n  -webkit-transform: skewX(@x) skewY(@y);\n      -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n       -o-transform: skewX(@x) skewY(@y);\n          transform: skewX(@x) skewY(@y);\n}\n.translate(@x; @y) {\n  -webkit-transform: translate(@x, @y);\n      -ms-transform: translate(@x, @y); // IE9 only\n       -o-transform: translate(@x, @y);\n          transform: translate(@x, @y);\n}\n.translate3d(@x; @y; @z) {\n  -webkit-transform: translate3d(@x, @y, @z);\n          transform: translate3d(@x, @y, @z);\n}\n.rotate(@degrees) {\n  -webkit-transform: rotate(@degrees);\n      -ms-transform: rotate(@degrees); // IE9 only\n       -o-transform: rotate(@degrees);\n          transform: rotate(@degrees);\n}\n.rotateX(@degrees) {\n  -webkit-transform: rotateX(@degrees);\n      -ms-transform: rotateX(@degrees); // IE9 only\n       -o-transform: rotateX(@degrees);\n          transform: rotateX(@degrees);\n}\n.rotateY(@degrees) {\n  -webkit-transform: rotateY(@degrees);\n      -ms-transform: rotateY(@degrees); // IE9 only\n       -o-transform: rotateY(@degrees);\n          transform: rotateY(@degrees);\n}\n.perspective(@perspective) {\n  -webkit-perspective: @perspective;\n     -moz-perspective: @perspective;\n          perspective: @perspective;\n}\n.perspective-origin(@perspective) {\n  -webkit-perspective-origin: @perspective;\n     -moz-perspective-origin: @perspective;\n          perspective-origin: @perspective;\n}\n.transform-origin(@origin) {\n  -webkit-transform-origin: @origin;\n     -moz-transform-origin: @origin;\n      -ms-transform-origin: @origin; // IE9 only\n          transform-origin: @origin;\n}\n\n\n// Transitions\n\n.transition(@transition) {\n  -webkit-transition: @transition;\n       -o-transition: @transition;\n          transition: @transition;\n}\n.transition-property(@transition-property) {\n  -webkit-transition-property: @transition-property;\n          transition-property: @transition-property;\n}\n.transition-delay(@transition-delay) {\n  -webkit-transition-delay: @transition-delay;\n          transition-delay: @transition-delay;\n}\n.transition-duration(@transition-duration) {\n  -webkit-transition-duration: @transition-duration;\n          transition-duration: @transition-duration;\n}\n.transition-timing-function(@timing-function) {\n  -webkit-transition-timing-function: @timing-function;\n          transition-timing-function: @timing-function;\n}\n.transition-transform(@transition) {\n  -webkit-transition: -webkit-transform @transition;\n     -moz-transition: -moz-transform @transition;\n       -o-transition: -o-transform @transition;\n          transition: transform @transition;\n}\n\n\n// User select\n// For selecting text on the page\n\n.user-select(@select) {\n  -webkit-user-select: @select;\n     -moz-user-select: @select;\n      -ms-user-select: @select; // IE10+\n          user-select: @select;\n}\n","// Gradients\n\n#gradient {\n\n  // Horizontal gradient, from left to right\n  //\n  // Creates two color stops, start and end, by specifying a color and position for each color stop.\n  // Color stops are not available in IE9 and below.\n  .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n    background-image: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n    background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12\n    background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n    background-repeat: repeat-x;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down\n  }\n\n  // Vertical gradient, from top to bottom\n  //\n  // Creates two color stops, start and end, by specifying a color and position for each color stop.\n  // Color stops are not available in IE9 and below.\n  .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n    background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent);  // Safari 5.1-6, Chrome 10+\n    background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent);  // Opera 12\n    background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n    background-repeat: repeat-x;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down\n  }\n\n  .directional(@start-color: #555; @end-color: #333; @deg: 45deg) {\n    background-repeat: repeat-x;\n    background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+\n    background-image: -o-linear-gradient(@deg, @start-color, @end-color); // Opera 12\n    background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n  }\n  .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n    background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n    background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n    background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);\n    background-repeat: no-repeat;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n  }\n  .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n    background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-repeat: no-repeat;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n  }\n  .radial(@inner-color: #555; @outer-color: #333) {\n    background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);\n    background-image: radial-gradient(circle, @inner-color, @outer-color);\n    background-repeat: no-repeat;\n  }\n  .striped(@color: rgba(255,255,255,.15); @angle: 45deg) {\n    background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n    background-image: -o-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n    background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n  }\n}\n","// Reset filters for IE\n//\n// When you need to remove a gradient background, do not forget to use this to reset\n// the IE filter for IE9 and below.\n\n.reset-filter() {\n  filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"));\n}\n"]}
0 2
\ No newline at end of file
... ...
@@ -0,0 +1,6757 @@
1
+/*!
2
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
3
+ * Copyright 2011-2016 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
7
+html {
8
+  font-family: sans-serif;
9
+  -webkit-text-size-adjust: 100%;
10
+      -ms-text-size-adjust: 100%;
11
+}
12
+body {
13
+  margin: 0;
14
+}
15
+article,
16
+aside,
17
+details,
18
+figcaption,
19
+figure,
20
+footer,
21
+header,
22
+hgroup,
23
+main,
24
+menu,
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-color: 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
+  margin: .67em 0;
64
+  font-size: 2em;
65
+}
66
+mark {
67
+  color: #000;
68
+  background: #ff0;
69
+}
70
+small {
71
+  font-size: 80%;
72
+}
73
+sub,
74
+sup {
75
+  position: relative;
76
+  font-size: 75%;
77
+  line-height: 0;
78
+  vertical-align: baseline;
79
+}
80
+sup {
81
+  top: -.5em;
82
+}
83
+sub {
84
+  bottom: -.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
+  height: 0;
97
+  -webkit-box-sizing: content-box;
98
+     -moz-box-sizing: content-box;
99
+          box-sizing: content-box;
100
+}
101
+pre {
102
+  overflow: auto;
103
+}
104
+code,
105
+kbd,
106
+pre,
107
+samp {
108
+  font-family: monospace, monospace;
109
+  font-size: 1em;
110
+}
111
+button,
112
+input,
113
+optgroup,
114
+select,
115
+textarea {
116
+  margin: 0;
117
+  font: inherit;
118
+  color: inherit;
119
+}
120
+button {
121
+  overflow: visible;
122
+}
123
+button,
124
+select {
125
+  text-transform: none;
126
+}
127
+button,
128
+html input[type="button"],
129
+input[type="reset"],
130
+input[type="submit"] {
131
+  -webkit-appearance: button;
132
+  cursor: pointer;
133
+}
134
+button[disabled],
135
+html input[disabled] {
136
+  cursor: default;
137
+}
138
+button::-moz-focus-inner,
139
+input::-moz-focus-inner {
140
+  padding: 0;
141
+  border: 0;
142
+}
143
+input {
144
+  line-height: normal;
145
+}
146
+input[type="checkbox"],
147
+input[type="radio"] {
148
+  -webkit-box-sizing: border-box;
149
+     -moz-box-sizing: border-box;
150
+          box-sizing: border-box;
151
+  padding: 0;
152
+}
153
+input[type="number"]::-webkit-inner-spin-button,
154
+input[type="number"]::-webkit-outer-spin-button {
155
+  height: auto;
156
+}
157
+input[type="search"] {
158
+  -webkit-box-sizing: content-box;
159
+     -moz-box-sizing: content-box;
160
+          box-sizing: content-box;
161
+  -webkit-appearance: textfield;
162
+}
163
+input[type="search"]::-webkit-search-cancel-button,
164
+input[type="search"]::-webkit-search-decoration {
165
+  -webkit-appearance: none;
166
+}
167
+fieldset {
168
+  padding: .35em .625em .75em;
169
+  margin: 0 2px;
170
+  border: 1px solid #c0c0c0;
171
+}
172
+legend {
173
+  padding: 0;
174
+  border: 0;
175
+}
176
+textarea {
177
+  overflow: auto;
178
+}
179
+optgroup {
180
+  font-weight: bold;
181
+}
182
+table {
183
+  border-spacing: 0;
184
+  border-collapse: collapse;
185
+}
186
+td,
187
+th {
188
+  padding: 0;
189
+}
190
+/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
191
+@media print {
192
+  *,
193
+  *:before,
194
+  *:after {
195
+    color: #000 !important;
196
+    text-shadow: none !important;
197
+    background: transparent !important;
198
+    -webkit-box-shadow: none !important;
199
+            box-shadow: none !important;
200
+  }
201
+  a,
202
+  a:visited {
203
+    text-decoration: underline;
204
+  }
205
+  a[href]:after {
206
+    content: " (" attr(href) ")";
207
+  }
208
+  abbr[title]:after {
209
+    content: " (" attr(title) ")";
210
+  }
211
+  a[href^="#"]:after,
212
+  a[href^="javascript:"]:after {
213
+    content: "";
214
+  }
215
+  pre,
216
+  blockquote {
217
+    border: 1px solid #999;
218
+
219
+    page-break-inside: avoid;
220
+  }
221
+  thead {
222
+    display: table-header-group;
223
+  }
224
+  tr,
225
+  img {
226
+    page-break-inside: avoid;
227
+  }
228
+  img {
229
+    max-width: 100% !important;
230
+  }
231
+  p,
232
+  h2,
233
+  h3 {
234
+    orphans: 3;
235
+    widows: 3;
236
+  }
237
+  h2,
238
+  h3 {
239
+    page-break-after: avoid;
240
+  }
241
+  .navbar {
242
+    display: none;
243
+  }
244
+  .btn > .caret,
245
+  .dropup > .btn > .caret {
246
+    border-top-color: #000 !important;
247
+  }
248
+  .label {
249
+    border: 1px solid #000;
250
+  }
251
+  .table {
252
+    border-collapse: collapse !important;
253
+  }
254
+  .table td,
255
+  .table th {
256
+    background-color: #fff !important;
257
+  }
258
+  .table-bordered th,
259
+  .table-bordered td {
260
+    border: 1px solid #ddd !important;
261
+  }
262
+}
263
+@font-face {
264
+  font-family: 'Glyphicons Halflings';
265
+
266
+  src: url('../fonts/glyphicons-halflings-regular.eot');
267
+  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 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');
268
+}
269
+.glyphicon {
270
+  position: relative;
271
+  top: 1px;
272
+  display: inline-block;
273
+  font-family: 'Glyphicons Halflings';
274
+  font-style: normal;
275
+  font-weight: normal;
276
+  line-height: 1;
277
+
278
+  -webkit-font-smoothing: antialiased;
279
+  -moz-osx-font-smoothing: grayscale;
280
+}
281
+.glyphicon-asterisk:before {
282
+  content: "\002a";
283
+}
284
+.glyphicon-plus:before {
285
+  content: "\002b";
286
+}
287
+.glyphicon-euro:before,
288
+.glyphicon-eur:before {
289
+  content: "\20ac";
290
+}
291
+.glyphicon-minus:before {
292
+  content: "\2212";
293
+}
294
+.glyphicon-cloud:before {
295
+  content: "\2601";
296
+}
297
+.glyphicon-envelope:before {
298
+  content: "\2709";
299
+}
300
+.glyphicon-pencil:before {
301
+  content: "\270f";
302
+}
303
+.glyphicon-glass:before {
304
+  content: "\e001";
305
+}
306
+.glyphicon-music:before {
307
+  content: "\e002";
308
+}
309
+.glyphicon-search:before {
310
+  content: "\e003";
311
+}
312
+.glyphicon-heart:before {
313
+  content: "\e005";
314
+}
315
+.glyphicon-star:before {
316
+  content: "\e006";
317
+}
318
+.glyphicon-star-empty:before {
319
+  content: "\e007";
320
+}
321
+.glyphicon-user:before {
322
+  content: "\e008";
323
+}
324
+.glyphicon-film:before {
325
+  content: "\e009";
326
+}
327
+.glyphicon-th-large:before {
328
+  content: "\e010";
329
+}
330
+.glyphicon-th:before {
331
+  content: "\e011";
332
+}
333
+.glyphicon-th-list:before {
334
+  content: "\e012";
335
+}
336
+.glyphicon-ok:before {
337
+  content: "\e013";
338
+}
339
+.glyphicon-remove:before {
340
+  content: "\e014";
341
+}
342
+.glyphicon-zoom-in:before {
343
+  content: "\e015";
344
+}
345
+.glyphicon-zoom-out:before {
346
+  content: "\e016";
347
+}
348
+.glyphicon-off:before {
349
+  content: "\e017";
350
+}
351
+.glyphicon-signal:before {
352
+  content: "\e018";
353
+}
354
+.glyphicon-cog:before {
355
+  content: "\e019";
356
+}
357
+.glyphicon-trash:before {
358
+  content: "\e020";
359
+}
360
+.glyphicon-home:before {
361
+  content: "\e021";
362
+}
363
+.glyphicon-file:before {
364
+  content: "\e022";
365
+}
366
+.glyphicon-time:before {
367
+  content: "\e023";
368
+}
369
+.glyphicon-road:before {
370
+  content: "\e024";
371
+}
372
+.glyphicon-download-alt:before {
373
+  content: "\e025";
374
+}
375
+.glyphicon-download:before {
376
+  content: "\e026";
377
+}
378
+.glyphicon-upload:before {
379
+  content: "\e027";
380
+}
381
+.glyphicon-inbox:before {
382
+  content: "\e028";
383
+}
384
+.glyphicon-play-circle:before {
385
+  content: "\e029";
386
+}
387
+.glyphicon-repeat:before {
388
+  content: "\e030";
389
+}
390
+.glyphicon-refresh:before {
391
+  content: "\e031";
392
+}
393
+.glyphicon-list-alt:before {
394
+  content: "\e032";
395
+}
396
+.glyphicon-lock:before {
397
+  content: "\e033";
398
+}
399
+.glyphicon-flag:before {
400
+  content: "\e034";
401
+}
402
+.glyphicon-headphones:before {
403
+  content: "\e035";
404
+}
405
+.glyphicon-volume-off:before {
406
+  content: "\e036";
407
+}
408
+.glyphicon-volume-down:before {
409
+  content: "\e037";
410
+}
411
+.glyphicon-volume-up:before {
412
+  content: "\e038";
413
+}
414
+.glyphicon-qrcode:before {
415
+  content: "\e039";
416
+}
417
+.glyphicon-barcode:before {
418
+  content: "\e040";
419
+}
420
+.glyphicon-tag:before {
421
+  content: "\e041";
422
+}
423
+.glyphicon-tags:before {
424
+  content: "\e042";
425
+}
426
+.glyphicon-book:before {
427
+  content: "\e043";
428
+}
429
+.glyphicon-bookmark:before {
430
+  content: "\e044";
431
+}
432
+.glyphicon-print:before {
433
+  content: "\e045";
434
+}
435
+.glyphicon-camera:before {
436
+  content: "\e046";
437
+}
438
+.glyphicon-font:before {
439
+  content: "\e047";
440
+}
441
+.glyphicon-bold:before {
442
+  content: "\e048";
443
+}
444
+.glyphicon-italic:before {
445
+  content: "\e049";
446
+}
447
+.glyphicon-text-height:before {
448
+  content: "\e050";
449
+}
450
+.glyphicon-text-width:before {
451
+  content: "\e051";
452
+}
453
+.glyphicon-align-left:before {
454
+  content: "\e052";
455
+}
456
+.glyphicon-align-center:before {
457
+  content: "\e053";
458
+}
459
+.glyphicon-align-right:before {
460
+  content: "\e054";
461
+}
462
+.glyphicon-align-justify:before {
463
+  content: "\e055";
464
+}
465
+.glyphicon-list:before {
466
+  content: "\e056";
467
+}
468
+.glyphicon-indent-left:before {
469
+  content: "\e057";
470
+}
471
+.glyphicon-indent-right:before {
472
+  content: "\e058";
473
+}
474
+.glyphicon-facetime-video:before {
475
+  content: "\e059";
476
+}
477
+.glyphicon-picture:before {
478
+  content: "\e060";
479
+}
480
+.glyphicon-map-marker:before {
481
+  content: "\e062";
482
+}
483
+.glyphicon-adjust:before {
484
+  content: "\e063";
485
+}
486
+.glyphicon-tint:before {
487
+  content: "\e064";
488
+}
489
+.glyphicon-edit:before {
490
+  content: "\e065";
491
+}
492
+.glyphicon-share:before {
493
+  content: "\e066";
494
+}
495
+.glyphicon-check:before {
496
+  content: "\e067";
497
+}
498
+.glyphicon-move:before {
499
+  content: "\e068";
500
+}
501
+.glyphicon-step-backward:before {
502
+  content: "\e069";
503
+}
504
+.glyphicon-fast-backward:before {
505
+  content: "\e070";
506
+}
507
+.glyphicon-backward:before {
508
+  content: "\e071";
509
+}
510
+.glyphicon-play:before {
511
+  content: "\e072";
512
+}
513
+.glyphicon-pause:before {
514
+  content: "\e073";
515
+}
516
+.glyphicon-stop:before {
517
+  content: "\e074";
518
+}
519
+.glyphicon-forward:before {
520
+  content: "\e075";
521
+}
522
+.glyphicon-fast-forward:before {
523
+  content: "\e076";
524
+}
525
+.glyphicon-step-forward:before {
526
+  content: "\e077";
527
+}
528
+.glyphicon-eject:before {
529
+  content: "\e078";
530
+}
531
+.glyphicon-chevron-left:before {
532
+  content: "\e079";
533
+}
534
+.glyphicon-chevron-right:before {
535
+  content: "\e080";
536
+}
537
+.glyphicon-plus-sign:before {
538
+  content: "\e081";
539
+}
540
+.glyphicon-minus-sign:before {
541
+  content: "\e082";
542
+}
543
+.glyphicon-remove-sign:before {
544
+  content: "\e083";
545
+}
546
+.glyphicon-ok-sign:before {
547
+  content: "\e084";
548
+}
549
+.glyphicon-question-sign:before {
550
+  content: "\e085";
551
+}
552
+.glyphicon-info-sign:before {
553
+  content: "\e086";
554
+}
555
+.glyphicon-screenshot:before {
556
+  content: "\e087";
557
+}
558
+.glyphicon-remove-circle:before {
559
+  content: "\e088";
560
+}
561
+.glyphicon-ok-circle:before {
562
+  content: "\e089";
563
+}
564
+.glyphicon-ban-circle:before {
565
+  content: "\e090";
566
+}
567
+.glyphicon-arrow-left:before {
568
+  content: "\e091";
569
+}
570
+.glyphicon-arrow-right:before {
571
+  content: "\e092";
572
+}
573
+.glyphicon-arrow-up:before {
574
+  content: "\e093";
575
+}
576
+.glyphicon-arrow-down:before {
577
+  content: "\e094";
578
+}
579
+.glyphicon-share-alt:before {
580
+  content: "\e095";
581
+}
582
+.glyphicon-resize-full:before {
583
+  content: "\e096";
584
+}
585
+.glyphicon-resize-small:before {
586
+  content: "\e097";
587
+}
588
+.glyphicon-exclamation-sign:before {
589
+  content: "\e101";
590
+}
591
+.glyphicon-gift:before {
592
+  content: "\e102";
593
+}
594
+.glyphicon-leaf:before {
595
+  content: "\e103";
596
+}
597
+.glyphicon-fire:before {
598
+  content: "\e104";
599
+}
600
+.glyphicon-eye-open:before {
601
+  content: "\e105";
602
+}
603
+.glyphicon-eye-close:before {
604
+  content: "\e106";
605
+}
606
+.glyphicon-warning-sign:before {
607
+  content: "\e107";
608
+}
609
+.glyphicon-plane:before {
610
+  content: "\e108";
611
+}
612
+.glyphicon-calendar:before {
613
+  content: "\e109";
614
+}
615
+.glyphicon-random:before {
616
+  content: "\e110";
617
+}
618
+.glyphicon-comment:before {
619
+  content: "\e111";
620
+}
621
+.glyphicon-magnet:before {
622
+  content: "\e112";
623
+}
624
+.glyphicon-chevron-up:before {
625
+  content: "\e113";
626
+}
627
+.glyphicon-chevron-down:before {
628
+  content: "\e114";
629
+}
630
+.glyphicon-retweet:before {
631
+  content: "\e115";
632
+}
633
+.glyphicon-shopping-cart:before {
634
+  content: "\e116";
635
+}
636
+.glyphicon-folder-close:before {
637
+  content: "\e117";
638
+}
639
+.glyphicon-folder-open:before {
640
+  content: "\e118";
641
+}
642
+.glyphicon-resize-vertical:before {
643
+  content: "\e119";
644
+}
645
+.glyphicon-resize-horizontal:before {
646
+  content: "\e120";
647
+}
648
+.glyphicon-hdd:before {
649
+  content: "\e121";
650
+}
651
+.glyphicon-bullhorn:before {
652
+  content: "\e122";
653
+}
654
+.glyphicon-bell:before {
655
+  content: "\e123";
656
+}
657
+.glyphicon-certificate:before {
658
+  content: "\e124";
659
+}
660
+.glyphicon-thumbs-up:before {
661
+  content: "\e125";
662
+}
663
+.glyphicon-thumbs-down:before {
664
+  content: "\e126";
665
+}
666
+.glyphicon-hand-right:before {
667
+  content: "\e127";
668
+}
669
+.glyphicon-hand-left:before {
670
+  content: "\e128";
671
+}
672
+.glyphicon-hand-up:before {
673
+  content: "\e129";
674
+}
675
+.glyphicon-hand-down:before {
676
+  content: "\e130";
677
+}
678
+.glyphicon-circle-arrow-right:before {
679
+  content: "\e131";
680
+}
681
+.glyphicon-circle-arrow-left:before {
682
+  content: "\e132";
683
+}
684
+.glyphicon-circle-arrow-up:before {
685
+  content: "\e133";
686
+}
687
+.glyphicon-circle-arrow-down:before {
688
+  content: "\e134";
689
+}
690
+.glyphicon-globe:before {
691
+  content: "\e135";
692
+}
693
+.glyphicon-wrench:before {
694
+  content: "\e136";
695
+}
696
+.glyphicon-tasks:before {
697
+  content: "\e137";
698
+}
699
+.glyphicon-filter:before {
700
+  content: "\e138";
701
+}
702
+.glyphicon-briefcase:before {
703
+  content: "\e139";
704
+}
705
+.glyphicon-fullscreen:before {
706
+  content: "\e140";
707
+}
708
+.glyphicon-dashboard:before {
709
+  content: "\e141";
710
+}
711
+.glyphicon-paperclip:before {
712
+  content: "\e142";
713
+}
714
+.glyphicon-heart-empty:before {
715
+  content: "\e143";
716
+}
717
+.glyphicon-link:before {
718
+  content: "\e144";
719
+}
720
+.glyphicon-phone:before {
721
+  content: "\e145";
722
+}
723
+.glyphicon-pushpin:before {
724
+  content: "\e146";
725
+}
726
+.glyphicon-usd:before {
727
+  content: "\e148";
728
+}
729
+.glyphicon-gbp:before {
730
+  content: "\e149";
731
+}
732
+.glyphicon-sort:before {
733
+  content: "\e150";
734
+}
735
+.glyphicon-sort-by-alphabet:before {
736
+  content: "\e151";
737
+}
738
+.glyphicon-sort-by-alphabet-alt:before {
739
+  content: "\e152";
740
+}
741
+.glyphicon-sort-by-order:before {
742
+  content: "\e153";
743
+}
744
+.glyphicon-sort-by-order-alt:before {
745
+  content: "\e154";
746
+}
747
+.glyphicon-sort-by-attributes:before {
748
+  content: "\e155";
749
+}
750
+.glyphicon-sort-by-attributes-alt:before {
751
+  content: "\e156";
752
+}
753
+.glyphicon-unchecked:before {
754
+  content: "\e157";
755
+}
756
+.glyphicon-expand:before {
757
+  content: "\e158";
758
+}
759
+.glyphicon-collapse-down:before {
760
+  content: "\e159";
761
+}
762
+.glyphicon-collapse-up:before {
763
+  content: "\e160";
764
+}
765
+.glyphicon-log-in:before {
766
+  content: "\e161";
767
+}
768
+.glyphicon-flash:before {
769
+  content: "\e162";
770
+}
771
+.glyphicon-log-out:before {
772
+  content: "\e163";
773
+}
774
+.glyphicon-new-window:before {
775
+  content: "\e164";
776
+}
777
+.glyphicon-record:before {
778
+  content: "\e165";
779
+}
780
+.glyphicon-save:before {
781
+  content: "\e166";
782
+}
783
+.glyphicon-open:before {
784
+  content: "\e167";
785
+}
786
+.glyphicon-saved:before {
787
+  content: "\e168";
788
+}
789
+.glyphicon-import:before {
790
+  content: "\e169";
791
+}
792
+.glyphicon-export:before {
793
+  content: "\e170";
794
+}
795
+.glyphicon-send:before {
796
+  content: "\e171";
797
+}
798
+.glyphicon-floppy-disk:before {
799
+  content: "\e172";
800
+}
801
+.glyphicon-floppy-saved:before {
802
+  content: "\e173";
803
+}
804
+.glyphicon-floppy-remove:before {
805
+  content: "\e174";
806
+}
807
+.glyphicon-floppy-save:before {
808
+  content: "\e175";
809
+}
810
+.glyphicon-floppy-open:before {
811
+  content: "\e176";
812
+}
813
+.glyphicon-credit-card:before {
814
+  content: "\e177";
815
+}
816
+.glyphicon-transfer:before {
817
+  content: "\e178";
818
+}
819
+.glyphicon-cutlery:before {
820
+  content: "\e179";
821
+}
822
+.glyphicon-header:before {
823
+  content: "\e180";
824
+}
825
+.glyphicon-compressed:before {
826
+  content: "\e181";
827
+}
828
+.glyphicon-earphone:before {
829
+  content: "\e182";
830
+}
831
+.glyphicon-phone-alt:before {
832
+  content: "\e183";
833
+}
834
+.glyphicon-tower:before {
835
+  content: "\e184";
836
+}
837
+.glyphicon-stats:before {
838
+  content: "\e185";
839
+}
840
+.glyphicon-sd-video:before {
841
+  content: "\e186";
842
+}
843
+.glyphicon-hd-video:before {
844
+  content: "\e187";
845
+}
846
+.glyphicon-subtitles:before {
847
+  content: "\e188";
848
+}
849
+.glyphicon-sound-stereo:before {
850
+  content: "\e189";
851
+}
852
+.glyphicon-sound-dolby:before {
853
+  content: "\e190";
854
+}
855
+.glyphicon-sound-5-1:before {
856
+  content: "\e191";
857
+}
858
+.glyphicon-sound-6-1:before {
859
+  content: "\e192";
860
+}
861
+.glyphicon-sound-7-1:before {
862
+  content: "\e193";
863
+}
864
+.glyphicon-copyright-mark:before {
865
+  content: "\e194";
866
+}
867
+.glyphicon-registration-mark:before {
868
+  content: "\e195";
869
+}
870
+.glyphicon-cloud-download:before {
871
+  content: "\e197";
872
+}
873
+.glyphicon-cloud-upload:before {
874
+  content: "\e198";
875
+}
876
+.glyphicon-tree-conifer:before {
877
+  content: "\e199";
878
+}
879
+.glyphicon-tree-deciduous:before {
880
+  content: "\e200";
881
+}
882
+.glyphicon-cd:before {
883
+  content: "\e201";
884
+}
885
+.glyphicon-save-file:before {
886
+  content: "\e202";
887
+}
888
+.glyphicon-open-file:before {
889
+  content: "\e203";
890
+}
891
+.glyphicon-level-up:before {
892
+  content: "\e204";
893
+}
894
+.glyphicon-copy:before {
895
+  content: "\e205";
896
+}
897
+.glyphicon-paste:before {
898
+  content: "\e206";
899
+}
900
+.glyphicon-alert:before {
901
+  content: "\e209";
902
+}
903
+.glyphicon-equalizer:before {
904
+  content: "\e210";
905
+}
906
+.glyphicon-king:before {
907
+  content: "\e211";
908
+}
909
+.glyphicon-queen:before {
910
+  content: "\e212";
911
+}
912
+.glyphicon-pawn:before {
913
+  content: "\e213";
914
+}
915
+.glyphicon-bishop:before {
916
+  content: "\e214";
917
+}
918
+.glyphicon-knight:before {
919
+  content: "\e215";
920
+}
921
+.glyphicon-baby-formula:before {
922
+  content: "\e216";
923
+}
924
+.glyphicon-tent:before {
925
+  content: "\26fa";
926
+}
927
+.glyphicon-blackboard:before {
928
+  content: "\e218";
929
+}
930
+.glyphicon-bed:before {
931
+  content: "\e219";
932
+}
933
+.glyphicon-apple:before {
934
+  content: "\f8ff";
935
+}
936
+.glyphicon-erase:before {
937
+  content: "\e221";
938
+}
939
+.glyphicon-hourglass:before {
940
+  content: "\231b";
941
+}
942
+.glyphicon-lamp:before {
943
+  content: "\e223";
944
+}
945
+.glyphicon-duplicate:before {
946
+  content: "\e224";
947
+}
948
+.glyphicon-piggy-bank:before {
949
+  content: "\e225";
950
+}
951
+.glyphicon-scissors:before {
952
+  content: "\e226";
953
+}
954
+.glyphicon-bitcoin:before {
955
+  content: "\e227";
956
+}
957
+.glyphicon-btc:before {
958
+  content: "\e227";
959
+}
960
+.glyphicon-xbt:before {
961
+  content: "\e227";
962
+}
963
+.glyphicon-yen:before {
964
+  content: "\00a5";
965
+}
966
+.glyphicon-jpy:before {
967
+  content: "\00a5";
968
+}
969
+.glyphicon-ruble:before {
970
+  content: "\20bd";
971
+}
972
+.glyphicon-rub:before {
973
+  content: "\20bd";
974
+}
975
+.glyphicon-scale:before {
976
+  content: "\e230";
977
+}
978
+.glyphicon-ice-lolly:before {
979
+  content: "\e231";
980
+}
981
+.glyphicon-ice-lolly-tasted:before {
982
+  content: "\e232";
983
+}
984
+.glyphicon-education:before {
985
+  content: "\e233";
986
+}
987
+.glyphicon-option-horizontal:before {
988
+  content: "\e234";
989
+}
990
+.glyphicon-option-vertical:before {
991
+  content: "\e235";
992
+}
993
+.glyphicon-menu-hamburger:before {
994
+  content: "\e236";
995
+}
996
+.glyphicon-modal-window:before {
997
+  content: "\e237";
998
+}
999
+.glyphicon-oil:before {
1000
+  content: "\e238";
1001
+}
1002
+.glyphicon-grain:before {
1003
+  content: "\e239";
1004
+}
1005
+.glyphicon-sunglasses:before {
1006
+  content: "\e240";
1007
+}
1008
+.glyphicon-text-size:before {
1009
+  content: "\e241";
1010
+}
1011
+.glyphicon-text-color:before {
1012
+  content: "\e242";
1013
+}
1014
+.glyphicon-text-background:before {
1015
+  content: "\e243";
1016
+}
1017
+.glyphicon-object-align-top:before {
1018
+  content: "\e244";
1019
+}
1020
+.glyphicon-object-align-bottom:before {
1021
+  content: "\e245";
1022
+}
1023
+.glyphicon-object-align-horizontal:before {
1024
+  content: "\e246";
1025
+}
1026
+.glyphicon-object-align-left:before {
1027
+  content: "\e247";
1028
+}
1029
+.glyphicon-object-align-vertical:before {
1030
+  content: "\e248";
1031
+}
1032
+.glyphicon-object-align-right:before {
1033
+  content: "\e249";
1034
+}
1035
+.glyphicon-triangle-right:before {
1036
+  content: "\e250";
1037
+}
1038
+.glyphicon-triangle-left:before {
1039
+  content: "\e251";
1040
+}
1041
+.glyphicon-triangle-bottom:before {
1042
+  content: "\e252";
1043
+}
1044
+.glyphicon-triangle-top:before {
1045
+  content: "\e253";
1046
+}
1047
+.glyphicon-console:before {
1048
+  content: "\e254";
1049
+}
1050
+.glyphicon-superscript:before {
1051
+  content: "\e255";
1052
+}
1053
+.glyphicon-subscript:before {
1054
+  content: "\e256";
1055
+}
1056
+.glyphicon-menu-left:before {
1057
+  content: "\e257";
1058
+}
1059
+.glyphicon-menu-right:before {
1060
+  content: "\e258";
1061
+}
1062
+.glyphicon-menu-down:before {
1063
+  content: "\e259";
1064
+}
1065
+.glyphicon-menu-up:before {
1066
+  content: "\e260";
1067
+}
1068
+* {
1069
+  -webkit-box-sizing: border-box;
1070
+     -moz-box-sizing: border-box;
1071
+          box-sizing: border-box;
1072
+}
1073
+*:before,
1074
+*:after {
1075
+  -webkit-box-sizing: border-box;
1076
+     -moz-box-sizing: border-box;
1077
+          box-sizing: border-box;
1078
+}
1079
+html {
1080
+  font-size: 10px;
1081
+
1082
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1083
+}
1084
+body {
1085
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1086
+  font-size: 14px;
1087
+  line-height: 1.42857143;
1088
+  color: #333;
1089
+  background-color: #fff;
1090
+}
1091
+input,
1092
+button,
1093
+select,
1094
+textarea {
1095
+  font-family: inherit;
1096
+  font-size: inherit;
1097
+  line-height: inherit;
1098
+}
1099
+a {
1100
+  color: #337ab7;
1101
+  text-decoration: none;
1102
+}
1103
+a:hover,
1104
+a:focus {
1105
+  color: #23527c;
1106
+  text-decoration: underline;
1107
+}
1108
+a:focus {
1109
+  outline: 5px auto -webkit-focus-ring-color;
1110
+  outline-offset: -2px;
1111
+}
1112
+figure {
1113
+  margin: 0;
1114
+}
1115
+img {
1116
+  vertical-align: middle;
1117
+}
1118
+.img-responsive,
1119
+.thumbnail > img,
1120
+.thumbnail a > img,
1121
+.carousel-inner > .item > img,
1122
+.carousel-inner > .item > a > img {
1123
+  display: block;
1124
+  max-width: 100%;
1125
+  height: auto;
1126
+}
1127
+.img-rounded {
1128
+  border-radius: 6px;
1129
+}
1130
+.img-thumbnail {
1131
+  display: inline-block;
1132
+  max-width: 100%;
1133
+  height: auto;
1134
+  padding: 4px;
1135
+  line-height: 1.42857143;
1136
+  background-color: #fff;
1137
+  border: 1px solid #ddd;
1138
+  border-radius: 4px;
1139
+  -webkit-transition: all .2s ease-in-out;
1140
+       -o-transition: all .2s ease-in-out;
1141
+          transition: all .2s ease-in-out;
1142
+}
1143
+.img-circle {
1144
+  border-radius: 50%;
1145
+}
1146
+hr {
1147
+  margin-top: 20px;
1148
+  margin-bottom: 20px;
1149
+  border: 0;
1150
+  border-top: 1px solid #eee;
1151
+}
1152
+.sr-only {
1153
+  position: absolute;
1154
+  width: 1px;
1155
+  height: 1px;
1156
+  padding: 0;
1157
+  margin: -1px;
1158
+  overflow: hidden;
1159
+  clip: rect(0, 0, 0, 0);
1160
+  border: 0;
1161
+}
1162
+.sr-only-focusable:active,
1163
+.sr-only-focusable:focus {
1164
+  position: static;
1165
+  width: auto;
1166
+  height: auto;
1167
+  margin: 0;
1168
+  overflow: visible;
1169
+  clip: auto;
1170
+}
1171
+[role="button"] {
1172
+  cursor: pointer;
1173
+}
1174
+h1,
1175
+h2,
1176
+h3,
1177
+h4,
1178
+h5,
1179
+h6,
1180
+.h1,
1181
+.h2,
1182
+.h3,
1183
+.h4,
1184
+.h5,
1185
+.h6 {
1186
+  font-family: inherit;
1187
+  font-weight: 500;
1188
+  line-height: 1.1;
1189
+  color: inherit;
1190
+}
1191
+h1 small,
1192
+h2 small,
1193
+h3 small,
1194
+h4 small,
1195
+h5 small,
1196
+h6 small,
1197
+.h1 small,
1198
+.h2 small,
1199
+.h3 small,
1200
+.h4 small,
1201
+.h5 small,
1202
+.h6 small,
1203
+h1 .small,
1204
+h2 .small,
1205
+h3 .small,
1206
+h4 .small,
1207
+h5 .small,
1208
+h6 .small,
1209
+.h1 .small,
1210
+.h2 .small,
1211
+.h3 .small,
1212
+.h4 .small,
1213
+.h5 .small,
1214
+.h6 .small {
1215
+  font-weight: normal;
1216
+  line-height: 1;
1217
+  color: #777;
1218
+}
1219
+h1,
1220
+.h1,
1221
+h2,
1222
+.h2,
1223
+h3,
1224
+.h3 {
1225
+  margin-top: 20px;
1226
+  margin-bottom: 10px;
1227
+}
1228
+h1 small,
1229
+.h1 small,
1230
+h2 small,
1231
+.h2 small,
1232
+h3 small,
1233
+.h3 small,
1234
+h1 .small,
1235
+.h1 .small,
1236
+h2 .small,
1237
+.h2 .small,
1238
+h3 .small,
1239
+.h3 .small {
1240
+  font-size: 65%;
1241
+}
1242
+h4,
1243
+.h4,
1244
+h5,
1245
+.h5,
1246
+h6,
1247
+.h6 {
1248
+  margin-top: 10px;
1249
+  margin-bottom: 10px;
1250
+}
1251
+h4 small,
1252
+.h4 small,
1253
+h5 small,
1254
+.h5 small,
1255
+h6 small,
1256
+.h6 small,
1257
+h4 .small,
1258
+.h4 .small,
1259
+h5 .small,
1260
+.h5 .small,
1261
+h6 .small,
1262
+.h6 .small {
1263
+  font-size: 75%;
1264
+}
1265
+h1,
1266
+.h1 {
1267
+  font-size: 36px;
1268
+}
1269
+h2,
1270
+.h2 {
1271
+  font-size: 30px;
1272
+}
1273
+h3,
1274
+.h3 {
1275
+  font-size: 24px;
1276
+}
1277
+h4,
1278
+.h4 {
1279
+  font-size: 18px;
1280
+}
1281
+h5,
1282
+.h5 {
1283
+  font-size: 14px;
1284
+}
1285
+h6,
1286
+.h6 {
1287
+  font-size: 12px;
1288
+}
1289
+p {
1290
+  margin: 0 0 10px;
1291
+}
1292
+.lead {
1293
+  margin-bottom: 20px;
1294
+  font-size: 16px;
1295
+  font-weight: 300;
1296
+  line-height: 1.4;
1297
+}
1298
+@media (min-width: 768px) {
1299
+  .lead {
1300
+    font-size: 21px;
1301
+  }
1302
+}
1303
+small,
1304
+.small {
1305
+  font-size: 85%;
1306
+}
1307
+mark,
1308
+.mark {
1309
+  padding: .2em;
1310
+  background-color: #fcf8e3;
1311
+}
1312
+.text-left {
1313
+  text-align: left;
1314
+}
1315
+.text-right {
1316
+  text-align: right;
1317
+}
1318
+.text-center {
1319
+  text-align: center;
1320
+}
1321
+.text-justify {
1322
+  text-align: justify;
1323
+}
1324
+.text-nowrap {
1325
+  white-space: nowrap;
1326
+}
1327
+.text-lowercase {
1328
+  text-transform: lowercase;
1329
+}
1330
+.text-uppercase {
1331
+  text-transform: uppercase;
1332
+}
1333
+.text-capitalize {
1334
+  text-transform: capitalize;
1335
+}
1336
+.text-muted {
1337
+  color: #777;
1338
+}
1339
+.text-primary {
1340
+  color: #337ab7;
1341
+}
1342
+a.text-primary:hover,
1343
+a.text-primary:focus {
1344
+  color: #286090;
1345
+}
1346
+.text-success {
1347
+  color: #3c763d;
1348
+}
1349
+a.text-success:hover,
1350
+a.text-success:focus {
1351
+  color: #2b542c;
1352
+}
1353
+.text-info {
1354
+  color: #31708f;
1355
+}
1356
+a.text-info:hover,
1357
+a.text-info:focus {
1358
+  color: #245269;
1359
+}
1360
+.text-warning {
1361
+  color: #8a6d3b;
1362
+}
1363
+a.text-warning:hover,
1364
+a.text-warning:focus {
1365
+  color: #66512c;
1366
+}
1367
+.text-danger {
1368
+  color: #a94442;
1369
+}
1370
+a.text-danger:hover,
1371
+a.text-danger:focus {
1372
+  color: #843534;
1373
+}
1374
+.bg-primary {
1375
+  color: #fff;
1376
+  background-color: #337ab7;
1377
+}
1378
+a.bg-primary:hover,
1379
+a.bg-primary:focus {
1380
+  background-color: #286090;
1381
+}
1382
+.bg-success {
1383
+  background-color: #dff0d8;
1384
+}
1385
+a.bg-success:hover,
1386
+a.bg-success:focus {
1387
+  background-color: #c1e2b3;
1388
+}
1389
+.bg-info {
1390
+  background-color: #d9edf7;
1391
+}
1392
+a.bg-info:hover,
1393
+a.bg-info:focus {
1394
+  background-color: #afd9ee;
1395
+}
1396
+.bg-warning {
1397
+  background-color: #fcf8e3;
1398
+}
1399
+a.bg-warning:hover,
1400
+a.bg-warning:focus {
1401
+  background-color: #f7ecb5;
1402
+}
1403
+.bg-danger {
1404
+  background-color: #f2dede;
1405
+}
1406
+a.bg-danger:hover,
1407
+a.bg-danger:focus {
1408
+  background-color: #e4b9b9;
1409
+}
1410
+.page-header {
1411
+  padding-bottom: 9px;
1412
+  margin: 40px 0 20px;
1413
+  border-bottom: 1px solid #eee;
1414
+}
1415
+ul,
1416
+ol {
1417
+  margin-top: 0;
1418
+  margin-bottom: 10px;
1419
+}
1420
+ul ul,
1421
+ol ul,
1422
+ul ol,
1423
+ol ol {
1424
+  margin-bottom: 0;
1425
+}
1426
+.list-unstyled {
1427
+  padding-left: 0;
1428
+  list-style: none;
1429
+}
1430
+.list-inline {
1431
+  padding-left: 0;
1432
+  margin-left: -5px;
1433
+  list-style: none;
1434
+}
1435
+.list-inline > li {
1436
+  display: inline-block;
1437
+  padding-right: 5px;
1438
+  padding-left: 5px;
1439
+}
1440
+dl {
1441
+  margin-top: 0;
1442
+  margin-bottom: 20px;
1443
+}
1444
+dt,
1445
+dd {
1446
+  line-height: 1.42857143;
1447
+}
1448
+dt {
1449
+  font-weight: bold;
1450
+}
1451
+dd {
1452
+  margin-left: 0;
1453
+}
1454
+@media (min-width: 768px) {
1455
+  .dl-horizontal dt {
1456
+    float: left;
1457
+    width: 160px;
1458
+    overflow: hidden;
1459
+    clear: left;
1460
+    text-align: right;
1461
+    text-overflow: ellipsis;
1462
+    white-space: nowrap;
1463
+  }
1464
+  .dl-horizontal dd {
1465
+    margin-left: 180px;
1466
+  }
1467
+}
1468
+abbr[title],
1469
+abbr[data-original-title] {
1470
+  cursor: help;
1471
+  border-bottom: 1px dotted #777;
1472
+}
1473
+.initialism {
1474
+  font-size: 90%;
1475
+  text-transform: uppercase;
1476
+}
1477
+blockquote {
1478
+  padding: 10px 20px;
1479
+  margin: 0 0 20px;
1480
+  font-size: 17.5px;
1481
+  border-left: 5px solid #eee;
1482
+}
1483
+blockquote p:last-child,
1484
+blockquote ul:last-child,
1485
+blockquote ol:last-child {
1486
+  margin-bottom: 0;
1487
+}
1488
+blockquote footer,
1489
+blockquote small,
1490
+blockquote .small {
1491
+  display: block;
1492
+  font-size: 80%;
1493
+  line-height: 1.42857143;
1494
+  color: #777;
1495
+}
1496
+blockquote footer:before,
1497
+blockquote small:before,
1498
+blockquote .small:before {
1499
+  content: '\2014 \00A0';
1500
+}
1501
+.blockquote-reverse,
1502
+blockquote.pull-right {
1503
+  padding-right: 15px;
1504
+  padding-left: 0;
1505
+  text-align: right;
1506
+  border-right: 5px solid #eee;
1507
+  border-left: 0;
1508
+}
1509
+.blockquote-reverse footer:before,
1510
+blockquote.pull-right footer:before,
1511
+.blockquote-reverse small:before,
1512
+blockquote.pull-right small:before,
1513
+.blockquote-reverse .small:before,
1514
+blockquote.pull-right .small:before {
1515
+  content: '';
1516
+}
1517
+.blockquote-reverse footer:after,
1518
+blockquote.pull-right footer:after,
1519
+.blockquote-reverse small:after,
1520
+blockquote.pull-right small:after,
1521
+.blockquote-reverse .small:after,
1522
+blockquote.pull-right .small:after {
1523
+  content: '\00A0 \2014';
1524
+}
1525
+address {
1526
+  margin-bottom: 20px;
1527
+  font-style: normal;
1528
+  line-height: 1.42857143;
1529
+}
1530
+code,
1531
+kbd,
1532
+pre,
1533
+samp {
1534
+  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1535
+}
1536
+code {
1537
+  padding: 2px 4px;
1538
+  font-size: 90%;
1539
+  color: #c7254e;
1540
+  background-color: #f9f2f4;
1541
+  border-radius: 4px;
1542
+}
1543
+kbd {
1544
+  padding: 2px 4px;
1545
+  font-size: 90%;
1546
+  color: #fff;
1547
+  background-color: #333;
1548
+  border-radius: 3px;
1549
+  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
1550
+          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
1551
+}
1552
+kbd kbd {
1553
+  padding: 0;
1554
+  font-size: 100%;
1555
+  font-weight: bold;
1556
+  -webkit-box-shadow: none;
1557
+          box-shadow: none;
1558
+}
1559
+pre {
1560
+  display: block;
1561
+  padding: 9.5px;
1562
+  margin: 0 0 10px;
1563
+  font-size: 13px;
1564
+  line-height: 1.42857143;
1565
+  color: #333;
1566
+  word-break: break-all;
1567
+  word-wrap: break-word;
1568
+  background-color: #f5f5f5;
1569
+  border: 1px solid #ccc;
1570
+  border-radius: 4px;
1571
+}
1572
+pre code {
1573
+  padding: 0;
1574
+  font-size: inherit;
1575
+  color: inherit;
1576
+  white-space: pre-wrap;
1577
+  background-color: transparent;
1578
+  border-radius: 0;
1579
+}
1580
+.pre-scrollable {
1581
+  max-height: 340px;
1582
+  overflow-y: scroll;
1583
+}
1584
+.container {
1585
+  padding-right: 15px;
1586
+  padding-left: 15px;
1587
+  margin-right: auto;
1588
+  margin-left: auto;
1589
+}
1590
+@media (min-width: 768px) {
1591
+  .container {
1592
+    width: 750px;
1593
+  }
1594
+}
1595
+@media (min-width: 992px) {
1596
+  .container {
1597
+    width: 970px;
1598
+  }
1599
+}
1600
+@media (min-width: 1200px) {
1601
+  .container {
1602
+    width: 1170px;
1603
+  }
1604
+}
1605
+.container-fluid {
1606
+  padding-right: 15px;
1607
+  padding-left: 15px;
1608
+  margin-right: auto;
1609
+  margin-left: auto;
1610
+}
1611
+.row {
1612
+  margin-right: -15px;
1613
+  margin-left: -15px;
1614
+}
1615
+.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 {
1616
+  position: relative;
1617
+  min-height: 1px;
1618
+  padding-right: 15px;
1619
+  padding-left: 15px;
1620
+}
1621
+.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 {
1622
+  float: left;
1623
+}
1624
+.col-xs-12 {
1625
+  width: 100%;
1626
+}
1627
+.col-xs-11 {
1628
+  width: 91.66666667%;
1629
+}
1630
+.col-xs-10 {
1631
+  width: 83.33333333%;
1632
+}
1633
+.col-xs-9 {
1634
+  width: 75%;
1635
+}
1636
+.col-xs-8 {
1637
+  width: 66.66666667%;
1638
+}
1639
+.col-xs-7 {
1640
+  width: 58.33333333%;
1641
+}
1642
+.col-xs-6 {
1643
+  width: 50%;
1644
+}
1645
+.col-xs-5 {
1646
+  width: 41.66666667%;
1647
+}
1648
+.col-xs-4 {
1649
+  width: 33.33333333%;
1650
+}
1651
+.col-xs-3 {
1652
+  width: 25%;
1653
+}
1654
+.col-xs-2 {
1655
+  width: 16.66666667%;
1656
+}
1657
+.col-xs-1 {
1658
+  width: 8.33333333%;
1659
+}
1660
+.col-xs-pull-12 {
1661
+  right: 100%;
1662
+}
1663
+.col-xs-pull-11 {
1664
+  right: 91.66666667%;
1665
+}
1666
+.col-xs-pull-10 {
1667
+  right: 83.33333333%;
1668
+}
1669
+.col-xs-pull-9 {
1670
+  right: 75%;
1671
+}
1672
+.col-xs-pull-8 {
1673
+  right: 66.66666667%;
1674
+}
1675
+.col-xs-pull-7 {
1676
+  right: 58.33333333%;
1677
+}
1678
+.col-xs-pull-6 {
1679
+  right: 50%;
1680
+}
1681
+.col-xs-pull-5 {
1682
+  right: 41.66666667%;
1683
+}
1684
+.col-xs-pull-4 {
1685
+  right: 33.33333333%;
1686
+}
1687
+.col-xs-pull-3 {
1688
+  right: 25%;
1689
+}
1690
+.col-xs-pull-2 {
1691
+  right: 16.66666667%;
1692
+}
1693
+.col-xs-pull-1 {
1694
+  right: 8.33333333%;
1695
+}
1696
+.col-xs-pull-0 {
1697
+  right: auto;
1698
+}
1699
+.col-xs-push-12 {
1700
+  left: 100%;
1701
+}
1702
+.col-xs-push-11 {
1703
+  left: 91.66666667%;
1704
+}
1705
+.col-xs-push-10 {
1706
+  left: 83.33333333%;
1707
+}
1708
+.col-xs-push-9 {
1709
+  left: 75%;
1710
+}
1711
+.col-xs-push-8 {
1712
+  left: 66.66666667%;
1713
+}
1714
+.col-xs-push-7 {
1715
+  left: 58.33333333%;
1716
+}
1717
+.col-xs-push-6 {
1718
+  left: 50%;
1719
+}
1720
+.col-xs-push-5 {
1721
+  left: 41.66666667%;
1722
+}
1723
+.col-xs-push-4 {
1724
+  left: 33.33333333%;
1725
+}
1726
+.col-xs-push-3 {
1727
+  left: 25%;
1728
+}
1729
+.col-xs-push-2 {
1730
+  left: 16.66666667%;
1731
+}
1732
+.col-xs-push-1 {
1733
+  left: 8.33333333%;
1734
+}
1735
+.col-xs-push-0 {
1736
+  left: auto;
1737
+}
1738
+.col-xs-offset-12 {
1739
+  margin-left: 100%;
1740
+}
1741
+.col-xs-offset-11 {
1742
+  margin-left: 91.66666667%;
1743
+}
1744
+.col-xs-offset-10 {
1745
+  margin-left: 83.33333333%;
1746
+}
1747
+.col-xs-offset-9 {
1748
+  margin-left: 75%;
1749
+}
1750
+.col-xs-offset-8 {
1751
+  margin-left: 66.66666667%;
1752
+}
1753
+.col-xs-offset-7 {
1754
+  margin-left: 58.33333333%;
1755
+}
1756
+.col-xs-offset-6 {
1757
+  margin-left: 50%;
1758
+}
1759
+.col-xs-offset-5 {
1760
+  margin-left: 41.66666667%;
1761
+}
1762
+.col-xs-offset-4 {
1763
+  margin-left: 33.33333333%;
1764
+}
1765
+.col-xs-offset-3 {
1766
+  margin-left: 25%;
1767
+}
1768
+.col-xs-offset-2 {
1769
+  margin-left: 16.66666667%;
1770
+}
1771
+.col-xs-offset-1 {
1772
+  margin-left: 8.33333333%;
1773
+}
1774
+.col-xs-offset-0 {
1775
+  margin-left: 0;
1776
+}
1777
+@media (min-width: 768px) {
1778
+  .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 {
1779
+    float: left;
1780
+  }
1781
+  .col-sm-12 {
1782
+    width: 100%;
1783
+  }
1784
+  .col-sm-11 {
1785
+    width: 91.66666667%;
1786
+  }
1787
+  .col-sm-10 {
1788
+    width: 83.33333333%;
1789
+  }
1790
+  .col-sm-9 {
1791
+    width: 75%;
1792
+  }
1793
+  .col-sm-8 {
1794
+    width: 66.66666667%;
1795
+  }
1796
+  .col-sm-7 {
1797
+    width: 58.33333333%;
1798
+  }
1799
+  .col-sm-6 {
1800
+    width: 50%;
1801
+  }
1802
+  .col-sm-5 {
1803
+    width: 41.66666667%;
1804
+  }
1805
+  .col-sm-4 {
1806
+    width: 33.33333333%;
1807
+  }
1808
+  .col-sm-3 {
1809
+    width: 25%;
1810
+  }
1811
+  .col-sm-2 {
1812
+    width: 16.66666667%;
1813
+  }
1814
+  .col-sm-1 {
1815
+    width: 8.33333333%;
1816
+  }
1817
+  .col-sm-pull-12 {
1818
+    right: 100%;
1819
+  }
1820
+  .col-sm-pull-11 {
1821
+    right: 91.66666667%;
1822
+  }
1823
+  .col-sm-pull-10 {
1824
+    right: 83.33333333%;
1825
+  }
1826
+  .col-sm-pull-9 {
1827
+    right: 75%;
1828
+  }
1829
+  .col-sm-pull-8 {
1830
+    right: 66.66666667%;
1831
+  }
1832
+  .col-sm-pull-7 {
1833
+    right: 58.33333333%;
1834
+  }
1835
+  .col-sm-pull-6 {
1836
+    right: 50%;
1837
+  }
1838
+  .col-sm-pull-5 {
1839
+    right: 41.66666667%;
1840
+  }
1841
+  .col-sm-pull-4 {
1842
+    right: 33.33333333%;
1843
+  }
1844
+  .col-sm-pull-3 {
1845
+    right: 25%;
1846
+  }
1847
+  .col-sm-pull-2 {
1848
+    right: 16.66666667%;
1849
+  }
1850
+  .col-sm-pull-1 {
1851
+    right: 8.33333333%;
1852
+  }
1853
+  .col-sm-pull-0 {
1854
+    right: auto;
1855
+  }
1856
+  .col-sm-push-12 {
1857
+    left: 100%;
1858
+  }
1859
+  .col-sm-push-11 {
1860
+    left: 91.66666667%;
1861
+  }
1862
+  .col-sm-push-10 {
1863
+    left: 83.33333333%;
1864
+  }
1865
+  .col-sm-push-9 {
1866
+    left: 75%;
1867
+  }
1868
+  .col-sm-push-8 {
1869
+    left: 66.66666667%;
1870
+  }
1871
+  .col-sm-push-7 {
1872
+    left: 58.33333333%;
1873
+  }
1874
+  .col-sm-push-6 {
1875
+    left: 50%;
1876
+  }
1877
+  .col-sm-push-5 {
1878
+    left: 41.66666667%;
1879
+  }
1880
+  .col-sm-push-4 {
1881
+    left: 33.33333333%;
1882
+  }
1883
+  .col-sm-push-3 {
1884
+    left: 25%;
1885
+  }
1886
+  .col-sm-push-2 {
1887
+    left: 16.66666667%;
1888
+  }
1889
+  .col-sm-push-1 {
1890
+    left: 8.33333333%;
1891
+  }
1892
+  .col-sm-push-0 {
1893
+    left: auto;
1894
+  }
1895
+  .col-sm-offset-12 {
1896
+    margin-left: 100%;
1897
+  }
1898
+  .col-sm-offset-11 {
1899
+    margin-left: 91.66666667%;
1900
+  }
1901
+  .col-sm-offset-10 {
1902
+    margin-left: 83.33333333%;
1903
+  }
1904
+  .col-sm-offset-9 {
1905
+    margin-left: 75%;
1906
+  }
1907
+  .col-sm-offset-8 {
1908
+    margin-left: 66.66666667%;
1909
+  }
1910
+  .col-sm-offset-7 {
1911
+    margin-left: 58.33333333%;
1912
+  }
1913
+  .col-sm-offset-6 {
1914
+    margin-left: 50%;
1915
+  }
1916
+  .col-sm-offset-5 {
1917
+    margin-left: 41.66666667%;
1918
+  }
1919
+  .col-sm-offset-4 {
1920
+    margin-left: 33.33333333%;
1921
+  }
1922
+  .col-sm-offset-3 {
1923
+    margin-left: 25%;
1924
+  }
1925
+  .col-sm-offset-2 {
1926
+    margin-left: 16.66666667%;
1927
+  }
1928
+  .col-sm-offset-1 {
1929
+    margin-left: 8.33333333%;
1930
+  }
1931
+  .col-sm-offset-0 {
1932
+    margin-left: 0;
1933
+  }
1934
+}
1935
+@media (min-width: 992px) {
1936
+  .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 {
1937
+    float: left;
1938
+  }
1939
+  .col-md-12 {
1940
+    width: 100%;
1941
+  }
1942
+  .col-md-11 {
1943
+    width: 91.66666667%;
1944
+  }
1945
+  .col-md-10 {
1946
+    width: 83.33333333%;
1947
+  }
1948
+  .col-md-9 {
1949
+    width: 75%;
1950
+  }
1951
+  .col-md-8 {
1952
+    width: 66.66666667%;
1953
+  }
1954
+  .col-md-7 {
1955
+    width: 58.33333333%;
1956
+  }
1957
+  .col-md-6 {
1958
+    width: 50%;
1959
+  }
1960
+  .col-md-5 {
1961
+    width: 41.66666667%;
1962
+  }
1963
+  .col-md-4 {
1964
+    width: 33.33333333%;
1965
+  }
1966
+  .col-md-3 {
1967
+    width: 25%;
1968
+  }
1969
+  .col-md-2 {
1970
+    width: 16.66666667%;
1971
+  }
1972
+  .col-md-1 {
1973
+    width: 8.33333333%;
1974
+  }
1975
+  .col-md-pull-12 {
1976
+    right: 100%;
1977
+  }
1978
+  .col-md-pull-11 {
1979
+    right: 91.66666667%;
1980
+  }
1981
+  .col-md-pull-10 {
1982
+    right: 83.33333333%;
1983
+  }
1984
+  .col-md-pull-9 {
1985
+    right: 75%;
1986
+  }
1987
+  .col-md-pull-8 {
1988
+    right: 66.66666667%;
1989
+  }
1990
+  .col-md-pull-7 {
1991
+    right: 58.33333333%;
1992
+  }
1993
+  .col-md-pull-6 {
1994
+    right: 50%;
1995
+  }
1996
+  .col-md-pull-5 {
1997
+    right: 41.66666667%;
1998
+  }
1999
+  .col-md-pull-4 {
2000
+    right: 33.33333333%;
2001
+  }
2002
+  .col-md-pull-3 {
2003
+    right: 25%;
2004
+  }
2005
+  .col-md-pull-2 {
2006
+    right: 16.66666667%;
2007
+  }
2008
+  .col-md-pull-1 {
2009
+    right: 8.33333333%;
2010
+  }
2011
+  .col-md-pull-0 {
2012
+    right: auto;
2013
+  }
2014
+  .col-md-push-12 {
2015
+    left: 100%;
2016
+  }
2017
+  .col-md-push-11 {
2018
+    left: 91.66666667%;
2019
+  }
2020
+  .col-md-push-10 {
2021
+    left: 83.33333333%;
2022
+  }
2023
+  .col-md-push-9 {
2024
+    left: 75%;
2025
+  }
2026
+  .col-md-push-8 {
2027
+    left: 66.66666667%;
2028
+  }
2029
+  .col-md-push-7 {
2030
+    left: 58.33333333%;
2031
+  }
2032
+  .col-md-push-6 {
2033
+    left: 50%;
2034
+  }
2035
+  .col-md-push-5 {
2036
+    left: 41.66666667%;
2037
+  }
2038
+  .col-md-push-4 {
2039
+    left: 33.33333333%;
2040
+  }
2041
+  .col-md-push-3 {
2042
+    left: 25%;
2043
+  }
2044
+  .col-md-push-2 {
2045
+    left: 16.66666667%;
2046
+  }
2047
+  .col-md-push-1 {
2048
+    left: 8.33333333%;
2049
+  }
2050
+  .col-md-push-0 {
2051
+    left: auto;
2052
+  }
2053
+  .col-md-offset-12 {
2054
+    margin-left: 100%;
2055
+  }
2056
+  .col-md-offset-11 {
2057
+    margin-left: 91.66666667%;
2058
+  }
2059
+  .col-md-offset-10 {
2060
+    margin-left: 83.33333333%;
2061
+  }
2062
+  .col-md-offset-9 {
2063
+    margin-left: 75%;
2064
+  }
2065
+  .col-md-offset-8 {
2066
+    margin-left: 66.66666667%;
2067
+  }
2068
+  .col-md-offset-7 {
2069
+    margin-left: 58.33333333%;
2070
+  }
2071
+  .col-md-offset-6 {
2072
+    margin-left: 50%;
2073
+  }
2074
+  .col-md-offset-5 {
2075
+    margin-left: 41.66666667%;
2076
+  }
2077
+  .col-md-offset-4 {
2078
+    margin-left: 33.33333333%;
2079
+  }
2080
+  .col-md-offset-3 {
2081
+    margin-left: 25%;
2082
+  }
2083
+  .col-md-offset-2 {
2084
+    margin-left: 16.66666667%;
2085
+  }
2086
+  .col-md-offset-1 {
2087
+    margin-left: 8.33333333%;
2088
+  }
2089
+  .col-md-offset-0 {
2090
+    margin-left: 0;
2091
+  }
2092
+}
2093
+@media (min-width: 1200px) {
2094
+  .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 {
2095
+    float: left;
2096
+  }
2097
+  .col-lg-12 {
2098
+    width: 100%;
2099
+  }
2100
+  .col-lg-11 {
2101
+    width: 91.66666667%;
2102
+  }
2103
+  .col-lg-10 {
2104
+    width: 83.33333333%;
2105
+  }
2106
+  .col-lg-9 {
2107
+    width: 75%;
2108
+  }
2109
+  .col-lg-8 {
2110
+    width: 66.66666667%;
2111
+  }
2112
+  .col-lg-7 {
2113
+    width: 58.33333333%;
2114
+  }
2115
+  .col-lg-6 {
2116
+    width: 50%;
2117
+  }
2118
+  .col-lg-5 {
2119
+    width: 41.66666667%;
2120
+  }
2121
+  .col-lg-4 {
2122
+    width: 33.33333333%;
2123
+  }
2124
+  .col-lg-3 {
2125
+    width: 25%;
2126
+  }
2127
+  .col-lg-2 {
2128
+    width: 16.66666667%;
2129
+  }
2130
+  .col-lg-1 {
2131
+    width: 8.33333333%;
2132
+  }
2133
+  .col-lg-pull-12 {
2134
+    right: 100%;
2135
+  }
2136
+  .col-lg-pull-11 {
2137
+    right: 91.66666667%;
2138
+  }
2139
+  .col-lg-pull-10 {
2140
+    right: 83.33333333%;
2141
+  }
2142
+  .col-lg-pull-9 {
2143
+    right: 75%;
2144
+  }
2145
+  .col-lg-pull-8 {
2146
+    right: 66.66666667%;
2147
+  }
2148
+  .col-lg-pull-7 {
2149
+    right: 58.33333333%;
2150
+  }
2151
+  .col-lg-pull-6 {
2152
+    right: 50%;
2153
+  }
2154
+  .col-lg-pull-5 {
2155
+    right: 41.66666667%;
2156
+  }
2157
+  .col-lg-pull-4 {
2158
+    right: 33.33333333%;
2159
+  }
2160
+  .col-lg-pull-3 {
2161
+    right: 25%;
2162
+  }
2163
+  .col-lg-pull-2 {
2164
+    right: 16.66666667%;
2165
+  }
2166
+  .col-lg-pull-1 {
2167
+    right: 8.33333333%;
2168
+  }
2169
+  .col-lg-pull-0 {
2170
+    right: auto;
2171
+  }
2172
+  .col-lg-push-12 {
2173
+    left: 100%;
2174
+  }
2175
+  .col-lg-push-11 {
2176
+    left: 91.66666667%;
2177
+  }
2178
+  .col-lg-push-10 {
2179
+    left: 83.33333333%;
2180
+  }
2181
+  .col-lg-push-9 {
2182
+    left: 75%;
2183
+  }
2184
+  .col-lg-push-8 {
2185
+    left: 66.66666667%;
2186
+  }
2187
+  .col-lg-push-7 {
2188
+    left: 58.33333333%;
2189
+  }
2190
+  .col-lg-push-6 {
2191
+    left: 50%;
2192
+  }
2193
+  .col-lg-push-5 {
2194
+    left: 41.66666667%;
2195
+  }
2196
+  .col-lg-push-4 {
2197
+    left: 33.33333333%;
2198
+  }
2199
+  .col-lg-push-3 {
2200
+    left: 25%;
2201
+  }
2202
+  .col-lg-push-2 {
2203
+    left: 16.66666667%;
2204
+  }
2205
+  .col-lg-push-1 {
2206
+    left: 8.33333333%;
2207
+  }
2208
+  .col-lg-push-0 {
2209
+    left: auto;
2210
+  }
2211
+  .col-lg-offset-12 {
2212
+    margin-left: 100%;
2213
+  }
2214
+  .col-lg-offset-11 {
2215
+    margin-left: 91.66666667%;
2216
+  }
2217
+  .col-lg-offset-10 {
2218
+    margin-left: 83.33333333%;
2219
+  }
2220
+  .col-lg-offset-9 {
2221
+    margin-left: 75%;
2222
+  }
2223
+  .col-lg-offset-8 {
2224
+    margin-left: 66.66666667%;
2225
+  }
2226
+  .col-lg-offset-7 {
2227
+    margin-left: 58.33333333%;
2228
+  }
2229
+  .col-lg-offset-6 {
2230
+    margin-left: 50%;
2231
+  }
2232
+  .col-lg-offset-5 {
2233
+    margin-left: 41.66666667%;
2234
+  }
2235
+  .col-lg-offset-4 {
2236
+    margin-left: 33.33333333%;
2237
+  }
2238
+  .col-lg-offset-3 {
2239
+    margin-left: 25%;
2240
+  }
2241
+  .col-lg-offset-2 {
2242
+    margin-left: 16.66666667%;
2243
+  }
2244
+  .col-lg-offset-1 {
2245
+    margin-left: 8.33333333%;
2246
+  }
2247
+  .col-lg-offset-0 {
2248
+    margin-left: 0;
2249
+  }
2250
+}
2251
+table {
2252
+  background-color: transparent;
2253
+}
2254
+caption {
2255
+  padding-top: 8px;
2256
+  padding-bottom: 8px;
2257
+  color: #777;
2258
+  text-align: left;
2259
+}
2260
+th {
2261
+  text-align: left;
2262
+}
2263
+.table {
2264
+  width: 100%;
2265
+  max-width: 100%;
2266
+  margin-bottom: 20px;
2267
+}
2268
+.table > thead > tr > th,
2269
+.table > tbody > tr > th,
2270
+.table > tfoot > tr > th,
2271
+.table > thead > tr > td,
2272
+.table > tbody > tr > td,
2273
+.table > tfoot > tr > td {
2274
+  padding: 8px;
2275
+  line-height: 1.42857143;
2276
+  vertical-align: top;
2277
+  border-top: 1px solid #ddd;
2278
+}
2279
+.table > thead > tr > th {
2280
+  vertical-align: bottom;
2281
+  border-bottom: 2px solid #ddd;
2282
+}
2283
+.table > caption + thead > tr:first-child > th,
2284
+.table > colgroup + thead > tr:first-child > th,
2285
+.table > thead:first-child > tr:first-child > th,
2286
+.table > caption + thead > tr:first-child > td,
2287
+.table > colgroup + thead > tr:first-child > td,
2288
+.table > thead:first-child > tr:first-child > td {
2289
+  border-top: 0;
2290
+}
2291
+.table > tbody + tbody {
2292
+  border-top: 2px solid #ddd;
2293
+}
2294
+.table .table {
2295
+  background-color: #fff;
2296
+}
2297
+.table-condensed > thead > tr > th,
2298
+.table-condensed > tbody > tr > th,
2299
+.table-condensed > tfoot > tr > th,
2300
+.table-condensed > thead > tr > td,
2301
+.table-condensed > tbody > tr > td,
2302
+.table-condensed > tfoot > tr > td {
2303
+  padding: 5px;
2304
+}
2305
+.table-bordered {
2306
+  border: 1px solid #ddd;
2307
+}
2308
+.table-bordered > thead > tr > th,
2309
+.table-bordered > tbody > tr > th,
2310
+.table-bordered > tfoot > tr > th,
2311
+.table-bordered > thead > tr > td,
2312
+.table-bordered > tbody > tr > td,
2313
+.table-bordered > tfoot > tr > td {
2314
+  border: 1px solid #ddd;
2315
+}
2316
+.table-bordered > thead > tr > th,
2317
+.table-bordered > thead > tr > td {
2318
+  border-bottom-width: 2px;
2319
+}
2320
+.table-striped > tbody > tr:nth-of-type(odd) {
2321
+  background-color: #f9f9f9;
2322
+}
2323
+.table-hover > tbody > tr:hover {
2324
+  background-color: #f5f5f5;
2325
+}
2326
+table col[class*="col-"] {
2327
+  position: static;
2328
+  display: table-column;
2329
+  float: none;
2330
+}
2331
+table td[class*="col-"],
2332
+table th[class*="col-"] {
2333
+  position: static;
2334
+  display: table-cell;
2335
+  float: none;
2336
+}
2337
+.table > thead > tr > td.active,
2338
+.table > tbody > tr > td.active,
2339
+.table > tfoot > tr > td.active,
2340
+.table > thead > tr > th.active,
2341
+.table > tbody > tr > th.active,
2342
+.table > tfoot > tr > th.active,
2343
+.table > thead > tr.active > td,
2344
+.table > tbody > tr.active > td,
2345
+.table > tfoot > tr.active > td,
2346
+.table > thead > tr.active > th,
2347
+.table > tbody > tr.active > th,
2348
+.table > tfoot > tr.active > th {
2349
+  background-color: #f5f5f5;
2350
+}
2351
+.table-hover > tbody > tr > td.active:hover,
2352
+.table-hover > tbody > tr > th.active:hover,
2353
+.table-hover > tbody > tr.active:hover > td,
2354
+.table-hover > tbody > tr:hover > .active,
2355
+.table-hover > tbody > tr.active:hover > th {
2356
+  background-color: #e8e8e8;
2357
+}
2358
+.table > thead > tr > td.success,
2359
+.table > tbody > tr > td.success,
2360
+.table > tfoot > tr > td.success,
2361
+.table > thead > tr > th.success,
2362
+.table > tbody > tr > th.success,
2363
+.table > tfoot > tr > th.success,
2364
+.table > thead > tr.success > td,
2365
+.table > tbody > tr.success > td,
2366
+.table > tfoot > tr.success > td,
2367
+.table > thead > tr.success > th,
2368
+.table > tbody > tr.success > th,
2369
+.table > tfoot > tr.success > th {
2370
+  background-color: #dff0d8;
2371
+}
2372
+.table-hover > tbody > tr > td.success:hover,
2373
+.table-hover > tbody > tr > th.success:hover,
2374
+.table-hover > tbody > tr.success:hover > td,
2375
+.table-hover > tbody > tr:hover > .success,
2376
+.table-hover > tbody > tr.success:hover > th {
2377
+  background-color: #d0e9c6;
2378
+}
2379
+.table > thead > tr > td.info,
2380
+.table > tbody > tr > td.info,
2381
+.table > tfoot > tr > td.info,
2382
+.table > thead > tr > th.info,
2383
+.table > tbody > tr > th.info,
2384
+.table > tfoot > tr > th.info,
2385
+.table > thead > tr.info > td,
2386
+.table > tbody > tr.info > td,
2387
+.table > tfoot > tr.info > td,
2388
+.table > thead > tr.info > th,
2389
+.table > tbody > tr.info > th,
2390
+.table > tfoot > tr.info > th {
2391
+  background-color: #d9edf7;
2392
+}
2393
+.table-hover > tbody > tr > td.info:hover,
2394
+.table-hover > tbody > tr > th.info:hover,
2395
+.table-hover > tbody > tr.info:hover > td,
2396
+.table-hover > tbody > tr:hover > .info,
2397
+.table-hover > tbody > tr.info:hover > th {
2398
+  background-color: #c4e3f3;
2399
+}
2400
+.table > thead > tr > td.warning,
2401
+.table > tbody > tr > td.warning,
2402
+.table > tfoot > tr > td.warning,
2403
+.table > thead > tr > th.warning,
2404
+.table > tbody > tr > th.warning,
2405
+.table > tfoot > tr > th.warning,
2406
+.table > thead > tr.warning > td,
2407
+.table > tbody > tr.warning > td,
2408
+.table > tfoot > tr.warning > td,
2409
+.table > thead > tr.warning > th,
2410
+.table > tbody > tr.warning > th,
2411
+.table > tfoot > tr.warning > th {
2412
+  background-color: #fcf8e3;
2413
+}
2414
+.table-hover > tbody > tr > td.warning:hover,
2415
+.table-hover > tbody > tr > th.warning:hover,
2416
+.table-hover > tbody > tr.warning:hover > td,
2417
+.table-hover > tbody > tr:hover > .warning,
2418
+.table-hover > tbody > tr.warning:hover > th {
2419
+  background-color: #faf2cc;
2420
+}
2421
+.table > thead > tr > td.danger,
2422
+.table > tbody > tr > td.danger,
2423
+.table > tfoot > tr > td.danger,
2424
+.table > thead > tr > th.danger,
2425
+.table > tbody > tr > th.danger,
2426
+.table > tfoot > tr > th.danger,
2427
+.table > thead > tr.danger > td,
2428
+.table > tbody > tr.danger > td,
2429
+.table > tfoot > tr.danger > td,
2430
+.table > thead > tr.danger > th,
2431
+.table > tbody > tr.danger > th,
2432
+.table > tfoot > tr.danger > th {
2433
+  background-color: #f2dede;
2434
+}
2435
+.table-hover > tbody > tr > td.danger:hover,
2436
+.table-hover > tbody > tr > th.danger:hover,
2437
+.table-hover > tbody > tr.danger:hover > td,
2438
+.table-hover > tbody > tr:hover > .danger,
2439
+.table-hover > tbody > tr.danger:hover > th {
2440
+  background-color: #ebcccc;
2441
+}
2442
+.table-responsive {
2443
+  min-height: .01%;
2444
+  overflow-x: auto;
2445
+}
2446
+@media screen and (max-width: 767px) {
2447
+  .table-responsive {
2448
+    width: 100%;
2449
+    margin-bottom: 15px;
2450
+    overflow-y: hidden;
2451
+    -ms-overflow-style: -ms-autohiding-scrollbar;
2452
+    border: 1px solid #ddd;
2453
+  }
2454
+  .table-responsive > .table {
2455
+    margin-bottom: 0;
2456
+  }
2457
+  .table-responsive > .table > thead > tr > th,
2458
+  .table-responsive > .table > tbody > tr > th,
2459
+  .table-responsive > .table > tfoot > tr > th,
2460
+  .table-responsive > .table > thead > tr > td,
2461
+  .table-responsive > .table > tbody > tr > td,
2462
+  .table-responsive > .table > tfoot > tr > td {
2463
+    white-space: nowrap;
2464
+  }
2465
+  .table-responsive > .table-bordered {
2466
+    border: 0;
2467
+  }
2468
+  .table-responsive > .table-bordered > thead > tr > th:first-child,
2469
+  .table-responsive > .table-bordered > tbody > tr > th:first-child,
2470
+  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
2471
+  .table-responsive > .table-bordered > thead > tr > td:first-child,
2472
+  .table-responsive > .table-bordered > tbody > tr > td:first-child,
2473
+  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
2474
+    border-left: 0;
2475
+  }
2476
+  .table-responsive > .table-bordered > thead > tr > th:last-child,
2477
+  .table-responsive > .table-bordered > tbody > tr > th:last-child,
2478
+  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
2479
+  .table-responsive > .table-bordered > thead > tr > td:last-child,
2480
+  .table-responsive > .table-bordered > tbody > tr > td:last-child,
2481
+  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
2482
+    border-right: 0;
2483
+  }
2484
+  .table-responsive > .table-bordered > tbody > tr:last-child > th,
2485
+  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
2486
+  .table-responsive > .table-bordered > tbody > tr:last-child > td,
2487
+  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
2488
+    border-bottom: 0;
2489
+  }
2490
+}
2491
+fieldset {
2492
+  min-width: 0;
2493
+  padding: 0;
2494
+  margin: 0;
2495
+  border: 0;
2496
+}
2497
+legend {
2498
+  display: block;
2499
+  width: 100%;
2500
+  padding: 0;
2501
+  margin-bottom: 20px;
2502
+  font-size: 21px;
2503
+  line-height: inherit;
2504
+  color: #333;
2505
+  border: 0;
2506
+  border-bottom: 1px solid #e5e5e5;
2507
+}
2508
+label {
2509
+  display: inline-block;
2510
+  max-width: 100%;
2511
+  margin-bottom: 5px;
2512
+  font-weight: bold;
2513
+}
2514
+input[type="search"] {
2515
+  -webkit-box-sizing: border-box;
2516
+     -moz-box-sizing: border-box;
2517
+          box-sizing: border-box;
2518
+}
2519
+input[type="radio"],
2520
+input[type="checkbox"] {
2521
+  margin: 4px 0 0;
2522
+  margin-top: 1px \9;
2523
+  line-height: normal;
2524
+}
2525
+input[type="file"] {
2526
+  display: block;
2527
+}
2528
+input[type="range"] {
2529
+  display: block;
2530
+  width: 100%;
2531
+}
2532
+select[multiple],
2533
+select[size] {
2534
+  height: auto;
2535
+}
2536
+input[type="file"]:focus,
2537
+input[type="radio"]:focus,
2538
+input[type="checkbox"]:focus {
2539
+  outline: 5px auto -webkit-focus-ring-color;
2540
+  outline-offset: -2px;
2541
+}
2542
+output {
2543
+  display: block;
2544
+  padding-top: 7px;
2545
+  font-size: 14px;
2546
+  line-height: 1.42857143;
2547
+  color: #555;
2548
+}
2549
+.form-control {
2550
+  display: block;
2551
+  width: 100%;
2552
+  height: 34px;
2553
+  padding: 6px 12px;
2554
+  font-size: 14px;
2555
+  line-height: 1.42857143;
2556
+  color: #555;
2557
+  background-color: #fff;
2558
+  background-image: none;
2559
+  border: 1px solid #ccc;
2560
+  border-radius: 4px;
2561
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2562
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2563
+  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
2564
+       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2565
+          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2566
+}
2567
+.form-control:focus {
2568
+  border-color: #66afe9;
2569
+  outline: 0;
2570
+  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
2571
+          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
2572
+}
2573
+.form-control::-moz-placeholder {
2574
+  color: #999;
2575
+  opacity: 1;
2576
+}
2577
+.form-control:-ms-input-placeholder {
2578
+  color: #999;
2579
+}
2580
+.form-control::-webkit-input-placeholder {
2581
+  color: #999;
2582
+}
2583
+.form-control::-ms-expand {
2584
+  background-color: transparent;
2585
+  border: 0;
2586
+}
2587
+.form-control[disabled],
2588
+.form-control[readonly],
2589
+fieldset[disabled] .form-control {
2590
+  background-color: #eee;
2591
+  opacity: 1;
2592
+}
2593
+.form-control[disabled],
2594
+fieldset[disabled] .form-control {
2595
+  cursor: not-allowed;
2596
+}
2597
+textarea.form-control {
2598
+  height: auto;
2599
+}
2600
+input[type="search"] {
2601
+  -webkit-appearance: none;
2602
+}
2603
+@media screen and (-webkit-min-device-pixel-ratio: 0) {
2604
+  input[type="date"].form-control,
2605
+  input[type="time"].form-control,
2606
+  input[type="datetime-local"].form-control,
2607
+  input[type="month"].form-control {
2608
+    line-height: 34px;
2609
+  }
2610
+  input[type="date"].input-sm,
2611
+  input[type="time"].input-sm,
2612
+  input[type="datetime-local"].input-sm,
2613
+  input[type="month"].input-sm,
2614
+  .input-group-sm input[type="date"],
2615
+  .input-group-sm input[type="time"],
2616
+  .input-group-sm input[type="datetime-local"],
2617
+  .input-group-sm input[type="month"] {
2618
+    line-height: 30px;
2619
+  }
2620
+  input[type="date"].input-lg,
2621
+  input[type="time"].input-lg,
2622
+  input[type="datetime-local"].input-lg,
2623
+  input[type="month"].input-lg,
2624
+  .input-group-lg input[type="date"],
2625
+  .input-group-lg input[type="time"],
2626
+  .input-group-lg input[type="datetime-local"],
2627
+  .input-group-lg input[type="month"] {
2628
+    line-height: 46px;
2629
+  }
2630
+}
2631
+.form-group {
2632
+  margin-bottom: 15px;
2633
+}
2634
+.radio,
2635
+.checkbox {
2636
+  position: relative;
2637
+  display: block;
2638
+  margin-top: 10px;
2639
+  margin-bottom: 10px;
2640
+}
2641
+.radio label,
2642
+.checkbox label {
2643
+  min-height: 20px;
2644
+  padding-left: 20px;
2645
+  margin-bottom: 0;
2646
+  font-weight: normal;
2647
+  cursor: pointer;
2648
+}
2649
+.radio input[type="radio"],
2650
+.radio-inline input[type="radio"],
2651
+.checkbox input[type="checkbox"],
2652
+.checkbox-inline input[type="checkbox"] {
2653
+  position: absolute;
2654
+  margin-top: 4px \9;
2655
+  margin-left: -20px;
2656
+}
2657
+.radio + .radio,
2658
+.checkbox + .checkbox {
2659
+  margin-top: -5px;
2660
+}
2661
+.radio-inline,
2662
+.checkbox-inline {
2663
+  position: relative;
2664
+  display: inline-block;
2665
+  padding-left: 20px;
2666
+  margin-bottom: 0;
2667
+  font-weight: normal;
2668
+  vertical-align: middle;
2669
+  cursor: pointer;
2670
+}
2671
+.radio-inline + .radio-inline,
2672
+.checkbox-inline + .checkbox-inline {
2673
+  margin-top: 0;
2674
+  margin-left: 10px;
2675
+}
2676
+input[type="radio"][disabled],
2677
+input[type="checkbox"][disabled],
2678
+input[type="radio"].disabled,
2679
+input[type="checkbox"].disabled,
2680
+fieldset[disabled] input[type="radio"],
2681
+fieldset[disabled] input[type="checkbox"] {
2682
+  cursor: not-allowed;
2683
+}
2684
+.radio-inline.disabled,
2685
+.checkbox-inline.disabled,
2686
+fieldset[disabled] .radio-inline,
2687
+fieldset[disabled] .checkbox-inline {
2688
+  cursor: not-allowed;
2689
+}
2690
+.radio.disabled label,
2691
+.checkbox.disabled label,
2692
+fieldset[disabled] .radio label,
2693
+fieldset[disabled] .checkbox label {
2694
+  cursor: not-allowed;
2695
+}
2696
+.form-control-static {
2697
+  min-height: 34px;
2698
+  padding-top: 7px;
2699
+  padding-bottom: 7px;
2700
+  margin-bottom: 0;
2701
+}
2702
+.form-control-static.input-lg,
2703
+.form-control-static.input-sm {
2704
+  padding-right: 0;
2705
+  padding-left: 0;
2706
+}
2707
+.input-sm {
2708
+  height: 30px;
2709
+  padding: 5px 10px;
2710
+  font-size: 12px;
2711
+  line-height: 1.5;
2712
+  border-radius: 3px;
2713
+}
2714
+select.input-sm {
2715
+  height: 30px;
2716
+  line-height: 30px;
2717
+}
2718
+textarea.input-sm,
2719
+select[multiple].input-sm {
2720
+  height: auto;
2721
+}
2722
+.form-group-sm .form-control {
2723
+  height: 30px;
2724
+  padding: 5px 10px;
2725
+  font-size: 12px;
2726
+  line-height: 1.5;
2727
+  border-radius: 3px;
2728
+}
2729
+.form-group-sm select.form-control {
2730
+  height: 30px;
2731
+  line-height: 30px;
2732
+}
2733
+.form-group-sm textarea.form-control,
2734
+.form-group-sm select[multiple].form-control {
2735
+  height: auto;
2736
+}
2737
+.form-group-sm .form-control-static {
2738
+  height: 30px;
2739
+  min-height: 32px;
2740
+  padding: 6px 10px;
2741
+  font-size: 12px;
2742
+  line-height: 1.5;
2743
+}
2744
+.input-lg {
2745
+  height: 46px;
2746
+  padding: 10px 16px;
2747
+  font-size: 18px;
2748
+  line-height: 1.3333333;
2749
+  border-radius: 6px;
2750
+}
2751
+select.input-lg {
2752
+  height: 46px;
2753
+  line-height: 46px;
2754
+}
2755
+textarea.input-lg,
2756
+select[multiple].input-lg {
2757
+  height: auto;
2758
+}
2759
+.form-group-lg .form-control {
2760
+  height: 46px;
2761
+  padding: 10px 16px;
2762
+  font-size: 18px;
2763
+  line-height: 1.3333333;
2764
+  border-radius: 6px;
2765
+}
2766
+.form-group-lg select.form-control {
2767
+  height: 46px;
2768
+  line-height: 46px;
2769
+}
2770
+.form-group-lg textarea.form-control,
2771
+.form-group-lg select[multiple].form-control {
2772
+  height: auto;
2773
+}
2774
+.form-group-lg .form-control-static {
2775
+  height: 46px;
2776
+  min-height: 38px;
2777
+  padding: 11px 16px;
2778
+  font-size: 18px;
2779
+  line-height: 1.3333333;
2780
+}
2781
+.has-feedback {
2782
+  position: relative;
2783
+}
2784
+.has-feedback .form-control {
2785
+  padding-right: 42.5px;
2786
+}
2787
+.form-control-feedback {
2788
+  position: absolute;
2789
+  top: 0;
2790
+  right: 0;
2791
+  z-index: 2;
2792
+  display: block;
2793
+  width: 34px;
2794
+  height: 34px;
2795
+  line-height: 34px;
2796
+  text-align: center;
2797
+  pointer-events: none;
2798
+}
2799
+.input-lg + .form-control-feedback,
2800
+.input-group-lg + .form-control-feedback,
2801
+.form-group-lg .form-control + .form-control-feedback {
2802
+  width: 46px;
2803
+  height: 46px;
2804
+  line-height: 46px;
2805
+}
2806
+.input-sm + .form-control-feedback,
2807
+.input-group-sm + .form-control-feedback,
2808
+.form-group-sm .form-control + .form-control-feedback {
2809
+  width: 30px;
2810
+  height: 30px;
2811
+  line-height: 30px;
2812
+}
2813
+.has-success .help-block,
2814
+.has-success .control-label,
2815
+.has-success .radio,
2816
+.has-success .checkbox,
2817
+.has-success .radio-inline,
2818
+.has-success .checkbox-inline,
2819
+.has-success.radio label,
2820
+.has-success.checkbox label,
2821
+.has-success.radio-inline label,
2822
+.has-success.checkbox-inline label {
2823
+  color: #3c763d;
2824
+}
2825
+.has-success .form-control {
2826
+  border-color: #3c763d;
2827
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2828
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2829
+}
2830
+.has-success .form-control:focus {
2831
+  border-color: #2b542c;
2832
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
2833
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
2834
+}
2835
+.has-success .input-group-addon {
2836
+  color: #3c763d;
2837
+  background-color: #dff0d8;
2838
+  border-color: #3c763d;
2839
+}
2840
+.has-success .form-control-feedback {
2841
+  color: #3c763d;
2842
+}
2843
+.has-warning .help-block,
2844
+.has-warning .control-label,
2845
+.has-warning .radio,
2846
+.has-warning .checkbox,
2847
+.has-warning .radio-inline,
2848
+.has-warning .checkbox-inline,
2849
+.has-warning.radio label,
2850
+.has-warning.checkbox label,
2851
+.has-warning.radio-inline label,
2852
+.has-warning.checkbox-inline label {
2853
+  color: #8a6d3b;
2854
+}
2855
+.has-warning .form-control {
2856
+  border-color: #8a6d3b;
2857
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2858
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2859
+}
2860
+.has-warning .form-control:focus {
2861
+  border-color: #66512c;
2862
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
2863
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
2864
+}
2865
+.has-warning .input-group-addon {
2866
+  color: #8a6d3b;
2867
+  background-color: #fcf8e3;
2868
+  border-color: #8a6d3b;
2869
+}
2870
+.has-warning .form-control-feedback {
2871
+  color: #8a6d3b;
2872
+}
2873
+.has-error .help-block,
2874
+.has-error .control-label,
2875
+.has-error .radio,
2876
+.has-error .checkbox,
2877
+.has-error .radio-inline,
2878
+.has-error .checkbox-inline,
2879
+.has-error.radio label,
2880
+.has-error.checkbox label,
2881
+.has-error.radio-inline label,
2882
+.has-error.checkbox-inline label {
2883
+  color: #a94442;
2884
+}
2885
+.has-error .form-control {
2886
+  border-color: #a94442;
2887
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2888
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2889
+}
2890
+.has-error .form-control:focus {
2891
+  border-color: #843534;
2892
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
2893
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
2894
+}
2895
+.has-error .input-group-addon {
2896
+  color: #a94442;
2897
+  background-color: #f2dede;
2898
+  border-color: #a94442;
2899
+}
2900
+.has-error .form-control-feedback {
2901
+  color: #a94442;
2902
+}
2903
+.has-feedback label ~ .form-control-feedback {
2904
+  top: 25px;
2905
+}
2906
+.has-feedback label.sr-only ~ .form-control-feedback {
2907
+  top: 0;
2908
+}
2909
+.help-block {
2910
+  display: block;
2911
+  margin-top: 5px;
2912
+  margin-bottom: 10px;
2913
+  color: #737373;
2914
+}
2915
+@media (min-width: 768px) {
2916
+  .form-inline .form-group {
2917
+    display: inline-block;
2918
+    margin-bottom: 0;
2919
+    vertical-align: middle;
2920
+  }
2921
+  .form-inline .form-control {
2922
+    display: inline-block;
2923
+    width: auto;
2924
+    vertical-align: middle;
2925
+  }
2926
+  .form-inline .form-control-static {
2927
+    display: inline-block;
2928
+  }
2929
+  .form-inline .input-group {
2930
+    display: inline-table;
2931
+    vertical-align: middle;
2932
+  }
2933
+  .form-inline .input-group .input-group-addon,
2934
+  .form-inline .input-group .input-group-btn,
2935
+  .form-inline .input-group .form-control {
2936
+    width: auto;
2937
+  }
2938
+  .form-inline .input-group > .form-control {
2939
+    width: 100%;
2940
+  }
2941
+  .form-inline .control-label {
2942
+    margin-bottom: 0;
2943
+    vertical-align: middle;
2944
+  }
2945
+  .form-inline .radio,
2946
+  .form-inline .checkbox {
2947
+    display: inline-block;
2948
+    margin-top: 0;
2949
+    margin-bottom: 0;
2950
+    vertical-align: middle;
2951
+  }
2952
+  .form-inline .radio label,
2953
+  .form-inline .checkbox label {
2954
+    padding-left: 0;
2955
+  }
2956
+  .form-inline .radio input[type="radio"],
2957
+  .form-inline .checkbox input[type="checkbox"] {
2958
+    position: relative;
2959
+    margin-left: 0;
2960
+  }
2961
+  .form-inline .has-feedback .form-control-feedback {
2962
+    top: 0;
2963
+  }
2964
+}
2965
+.form-horizontal .radio,
2966
+.form-horizontal .checkbox,
2967
+.form-horizontal .radio-inline,
2968
+.form-horizontal .checkbox-inline {
2969
+  padding-top: 7px;
2970
+  margin-top: 0;
2971
+  margin-bottom: 0;
2972
+}
2973
+.form-horizontal .radio,
2974
+.form-horizontal .checkbox {
2975
+  min-height: 27px;
2976
+}
2977
+.form-horizontal .form-group {
2978
+  margin-right: -15px;
2979
+  margin-left: -15px;
2980
+}
2981
+@media (min-width: 768px) {
2982
+  .form-horizontal .control-label {
2983
+    padding-top: 7px;
2984
+    margin-bottom: 0;
2985
+    text-align: right;
2986
+  }
2987
+}
2988
+.form-horizontal .has-feedback .form-control-feedback {
2989
+  right: 15px;
2990
+}
2991
+@media (min-width: 768px) {
2992
+  .form-horizontal .form-group-lg .control-label {
2993
+    padding-top: 11px;
2994
+    font-size: 18px;
2995
+  }
2996
+}
2997
+@media (min-width: 768px) {
2998
+  .form-horizontal .form-group-sm .control-label {
2999
+    padding-top: 6px;
3000
+    font-size: 12px;
3001
+  }
3002
+}
3003
+.btn {
3004
+  display: inline-block;
3005
+  padding: 6px 12px;
3006
+  margin-bottom: 0;
3007
+  font-size: 14px;
3008
+  font-weight: normal;
3009
+  line-height: 1.42857143;
3010
+  text-align: center;
3011
+  white-space: nowrap;
3012
+  vertical-align: middle;
3013
+  -ms-touch-action: manipulation;
3014
+      touch-action: manipulation;
3015
+  cursor: pointer;
3016
+  -webkit-user-select: none;
3017
+     -moz-user-select: none;
3018
+      -ms-user-select: none;
3019
+          user-select: none;
3020
+  background-image: none;
3021
+  border: 1px solid transparent;
3022
+  border-radius: 4px;
3023
+}
3024
+.btn:focus,
3025
+.btn:active:focus,
3026
+.btn.active:focus,
3027
+.btn.focus,
3028
+.btn:active.focus,
3029
+.btn.active.focus {
3030
+  outline: 5px auto -webkit-focus-ring-color;
3031
+  outline-offset: -2px;
3032
+}
3033
+.btn:hover,
3034
+.btn:focus,
3035
+.btn.focus {
3036
+  color: #333;
3037
+  text-decoration: none;
3038
+}
3039
+.btn:active,
3040
+.btn.active {
3041
+  background-image: none;
3042
+  outline: 0;
3043
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
3044
+          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
3045
+}
3046
+.btn.disabled,
3047
+.btn[disabled],
3048
+fieldset[disabled] .btn {
3049
+  cursor: not-allowed;
3050
+  filter: alpha(opacity=65);
3051
+  -webkit-box-shadow: none;
3052
+          box-shadow: none;
3053
+  opacity: .65;
3054
+}
3055
+a.btn.disabled,
3056
+fieldset[disabled] a.btn {
3057
+  pointer-events: none;
3058
+}
3059
+.btn-default {
3060
+  color: #333;
3061
+  background-color: #fff;
3062
+  border-color: #ccc;
3063
+}
3064
+.btn-default:focus,
3065
+.btn-default.focus {
3066
+  color: #333;
3067
+  background-color: #e6e6e6;
3068
+  border-color: #8c8c8c;
3069
+}
3070
+.btn-default:hover {
3071
+  color: #333;
3072
+  background-color: #e6e6e6;
3073
+  border-color: #adadad;
3074
+}
3075
+.btn-default:active,
3076
+.btn-default.active,
3077
+.open > .dropdown-toggle.btn-default {
3078
+  color: #333;
3079
+  background-color: #e6e6e6;
3080
+  border-color: #adadad;
3081
+}
3082
+.btn-default:active:hover,
3083
+.btn-default.active:hover,
3084
+.open > .dropdown-toggle.btn-default:hover,
3085
+.btn-default:active:focus,
3086
+.btn-default.active:focus,
3087
+.open > .dropdown-toggle.btn-default:focus,
3088
+.btn-default:active.focus,
3089
+.btn-default.active.focus,
3090
+.open > .dropdown-toggle.btn-default.focus {
3091
+  color: #333;
3092
+  background-color: #d4d4d4;
3093
+  border-color: #8c8c8c;
3094
+}
3095
+.btn-default:active,
3096
+.btn-default.active,
3097
+.open > .dropdown-toggle.btn-default {
3098
+  background-image: none;
3099
+}
3100
+.btn-default.disabled:hover,
3101
+.btn-default[disabled]:hover,
3102
+fieldset[disabled] .btn-default:hover,
3103
+.btn-default.disabled:focus,
3104
+.btn-default[disabled]:focus,
3105
+fieldset[disabled] .btn-default:focus,
3106
+.btn-default.disabled.focus,
3107
+.btn-default[disabled].focus,
3108
+fieldset[disabled] .btn-default.focus {
3109
+  background-color: #fff;
3110
+  border-color: #ccc;
3111
+}
3112
+.btn-default .badge {
3113
+  color: #fff;
3114
+  background-color: #333;
3115
+}
3116
+.btn-primary {
3117
+  color: #fff;
3118
+  background-color: #337ab7;
3119
+  border-color: #2e6da4;
3120
+}
3121
+.btn-primary:focus,
3122
+.btn-primary.focus {
3123
+  color: #fff;
3124
+  background-color: #286090;
3125
+  border-color: #122b40;
3126
+}
3127
+.btn-primary:hover {
3128
+  color: #fff;
3129
+  background-color: #286090;
3130
+  border-color: #204d74;
3131
+}
3132
+.btn-primary:active,
3133
+.btn-primary.active,
3134
+.open > .dropdown-toggle.btn-primary {
3135
+  color: #fff;
3136
+  background-color: #286090;
3137
+  border-color: #204d74;
3138
+}
3139
+.btn-primary:active:hover,
3140
+.btn-primary.active:hover,
3141
+.open > .dropdown-toggle.btn-primary:hover,
3142
+.btn-primary:active:focus,
3143
+.btn-primary.active:focus,
3144
+.open > .dropdown-toggle.btn-primary:focus,
3145
+.btn-primary:active.focus,
3146
+.btn-primary.active.focus,
3147
+.open > .dropdown-toggle.btn-primary.focus {
3148
+  color: #fff;
3149
+  background-color: #204d74;
3150
+  border-color: #122b40;
3151
+}
3152
+.btn-primary:active,
3153
+.btn-primary.active,
3154
+.open > .dropdown-toggle.btn-primary {
3155
+  background-image: none;
3156
+}
3157
+.btn-primary.disabled:hover,
3158
+.btn-primary[disabled]:hover,
3159
+fieldset[disabled] .btn-primary:hover,
3160
+.btn-primary.disabled:focus,
3161
+.btn-primary[disabled]:focus,
3162
+fieldset[disabled] .btn-primary:focus,
3163
+.btn-primary.disabled.focus,
3164
+.btn-primary[disabled].focus,
3165
+fieldset[disabled] .btn-primary.focus {
3166
+  background-color: #337ab7;
3167
+  border-color: #2e6da4;
3168
+}
3169
+.btn-primary .badge {
3170
+  color: #337ab7;
3171
+  background-color: #fff;
3172
+}
3173
+.btn-success {
3174
+  color: #fff;
3175
+  background-color: #5cb85c;
3176
+  border-color: #4cae4c;
3177
+}
3178
+.btn-success:focus,
3179
+.btn-success.focus {
3180
+  color: #fff;
3181
+  background-color: #449d44;
3182
+  border-color: #255625;
3183
+}
3184
+.btn-success:hover {
3185
+  color: #fff;
3186
+  background-color: #449d44;
3187
+  border-color: #398439;
3188
+}
3189
+.btn-success:active,
3190
+.btn-success.active,
3191
+.open > .dropdown-toggle.btn-success {
3192
+  color: #fff;
3193
+  background-color: #449d44;
3194
+  border-color: #398439;
3195
+}
3196
+.btn-success:active:hover,
3197
+.btn-success.active:hover,
3198
+.open > .dropdown-toggle.btn-success:hover,
3199
+.btn-success:active:focus,
3200
+.btn-success.active:focus,
3201
+.open > .dropdown-toggle.btn-success:focus,
3202
+.btn-success:active.focus,
3203
+.btn-success.active.focus,
3204
+.open > .dropdown-toggle.btn-success.focus {
3205
+  color: #fff;
3206
+  background-color: #398439;
3207
+  border-color: #255625;
3208
+}
3209
+.btn-success:active,
3210
+.btn-success.active,
3211
+.open > .dropdown-toggle.btn-success {
3212
+  background-image: none;
3213
+}
3214
+.btn-success.disabled:hover,
3215
+.btn-success[disabled]:hover,
3216
+fieldset[disabled] .btn-success:hover,
3217
+.btn-success.disabled:focus,
3218
+.btn-success[disabled]:focus,
3219
+fieldset[disabled] .btn-success:focus,
3220
+.btn-success.disabled.focus,
3221
+.btn-success[disabled].focus,
3222
+fieldset[disabled] .btn-success.focus {
3223
+  background-color: #5cb85c;
3224
+  border-color: #4cae4c;
3225
+}
3226
+.btn-success .badge {
3227
+  color: #5cb85c;
3228
+  background-color: #fff;
3229
+}
3230
+.btn-info {
3231
+  color: #fff;
3232
+  background-color: #5bc0de;
3233
+  border-color: #46b8da;
3234
+}
3235
+.btn-info:focus,
3236
+.btn-info.focus {
3237
+  color: #fff;
3238
+  background-color: #31b0d5;
3239
+  border-color: #1b6d85;
3240
+}
3241
+.btn-info:hover {
3242
+  color: #fff;
3243
+  background-color: #31b0d5;
3244
+  border-color: #269abc;
3245
+}
3246
+.btn-info:active,
3247
+.btn-info.active,
3248
+.open > .dropdown-toggle.btn-info {
3249
+  color: #fff;
3250
+  background-color: #31b0d5;
3251
+  border-color: #269abc;
3252
+}
3253
+.btn-info:active:hover,
3254
+.btn-info.active:hover,
3255
+.open > .dropdown-toggle.btn-info:hover,
3256
+.btn-info:active:focus,
3257
+.btn-info.active:focus,
3258
+.open > .dropdown-toggle.btn-info:focus,
3259
+.btn-info:active.focus,
3260
+.btn-info.active.focus,
3261
+.open > .dropdown-toggle.btn-info.focus {
3262
+  color: #fff;
3263
+  background-color: #269abc;
3264
+  border-color: #1b6d85;
3265
+}
3266
+.btn-info:active,
3267
+.btn-info.active,
3268
+.open > .dropdown-toggle.btn-info {
3269
+  background-image: none;
3270
+}
3271
+.btn-info.disabled:hover,
3272
+.btn-info[disabled]:hover,
3273
+fieldset[disabled] .btn-info:hover,
3274
+.btn-info.disabled:focus,
3275
+.btn-info[disabled]:focus,
3276
+fieldset[disabled] .btn-info:focus,
3277
+.btn-info.disabled.focus,
3278
+.btn-info[disabled].focus,
3279
+fieldset[disabled] .btn-info.focus {
3280
+  background-color: #5bc0de;
3281
+  border-color: #46b8da;
3282
+}
3283
+.btn-info .badge {
3284
+  color: #5bc0de;
3285
+  background-color: #fff;
3286
+}
3287
+.btn-warning {
3288
+  color: #fff;
3289
+  background-color: #f0ad4e;
3290
+  border-color: #eea236;
3291
+}
3292
+.btn-warning:focus,
3293
+.btn-warning.focus {
3294
+  color: #fff;
3295
+  background-color: #ec971f;
3296
+  border-color: #985f0d;
3297
+}
3298
+.btn-warning:hover {
3299
+  color: #fff;
3300
+  background-color: #ec971f;
3301
+  border-color: #d58512;
3302
+}
3303
+.btn-warning:active,
3304
+.btn-warning.active,
3305
+.open > .dropdown-toggle.btn-warning {
3306
+  color: #fff;
3307
+  background-color: #ec971f;
3308
+  border-color: #d58512;
3309
+}
3310
+.btn-warning:active:hover,
3311
+.btn-warning.active:hover,
3312
+.open > .dropdown-toggle.btn-warning:hover,
3313
+.btn-warning:active:focus,
3314
+.btn-warning.active:focus,
3315
+.open > .dropdown-toggle.btn-warning:focus,
3316
+.btn-warning:active.focus,
3317
+.btn-warning.active.focus,
3318
+.open > .dropdown-toggle.btn-warning.focus {
3319
+  color: #fff;
3320
+  background-color: #d58512;
3321
+  border-color: #985f0d;
3322
+}
3323
+.btn-warning:active,
3324
+.btn-warning.active,
3325
+.open > .dropdown-toggle.btn-warning {
3326
+  background-image: none;
3327
+}
3328
+.btn-warning.disabled:hover,
3329
+.btn-warning[disabled]:hover,
3330
+fieldset[disabled] .btn-warning:hover,
3331
+.btn-warning.disabled:focus,
3332
+.btn-warning[disabled]:focus,
3333
+fieldset[disabled] .btn-warning:focus,
3334
+.btn-warning.disabled.focus,
3335
+.btn-warning[disabled].focus,
3336
+fieldset[disabled] .btn-warning.focus {
3337
+  background-color: #f0ad4e;
3338
+  border-color: #eea236;
3339
+}
3340
+.btn-warning .badge {
3341
+  color: #f0ad4e;
3342
+  background-color: #fff;
3343
+}
3344
+.btn-danger {
3345
+  color: #fff;
3346
+  background-color: #d9534f;
3347
+  border-color: #d43f3a;
3348
+}
3349
+.btn-danger:focus,
3350
+.btn-danger.focus {
3351
+  color: #fff;
3352
+  background-color: #c9302c;
3353
+  border-color: #761c19;
3354
+}
3355
+.btn-danger:hover {
3356
+  color: #fff;
3357
+  background-color: #c9302c;
3358
+  border-color: #ac2925;
3359
+}
3360
+.btn-danger:active,
3361
+.btn-danger.active,
3362
+.open > .dropdown-toggle.btn-danger {
3363
+  color: #fff;
3364
+  background-color: #c9302c;
3365
+  border-color: #ac2925;
3366
+}
3367
+.btn-danger:active:hover,
3368
+.btn-danger.active:hover,
3369
+.open > .dropdown-toggle.btn-danger:hover,
3370
+.btn-danger:active:focus,
3371
+.btn-danger.active:focus,
3372
+.open > .dropdown-toggle.btn-danger:focus,
3373
+.btn-danger:active.focus,
3374
+.btn-danger.active.focus,
3375
+.open > .dropdown-toggle.btn-danger.focus {
3376
+  color: #fff;
3377
+  background-color: #ac2925;
3378
+  border-color: #761c19;
3379
+}
3380
+.btn-danger:active,
3381
+.btn-danger.active,
3382
+.open > .dropdown-toggle.btn-danger {
3383
+  background-image: none;
3384
+}
3385
+.btn-danger.disabled:hover,
3386
+.btn-danger[disabled]:hover,
3387
+fieldset[disabled] .btn-danger:hover,
3388
+.btn-danger.disabled:focus,
3389
+.btn-danger[disabled]:focus,
3390
+fieldset[disabled] .btn-danger:focus,
3391
+.btn-danger.disabled.focus,
3392
+.btn-danger[disabled].focus,
3393
+fieldset[disabled] .btn-danger.focus {
3394
+  background-color: #d9534f;
3395
+  border-color: #d43f3a;
3396
+}
3397
+.btn-danger .badge {
3398
+  color: #d9534f;
3399
+  background-color: #fff;
3400
+}
3401
+.btn-link {
3402
+  font-weight: normal;
3403
+  color: #337ab7;
3404
+  border-radius: 0;
3405
+}
3406
+.btn-link,
3407
+.btn-link:active,
3408
+.btn-link.active,
3409
+.btn-link[disabled],
3410
+fieldset[disabled] .btn-link {
3411
+  background-color: transparent;
3412
+  -webkit-box-shadow: none;
3413
+          box-shadow: none;
3414
+}
3415
+.btn-link,
3416
+.btn-link:hover,
3417
+.btn-link:focus,
3418
+.btn-link:active {
3419
+  border-color: transparent;
3420
+}
3421
+.btn-link:hover,
3422
+.btn-link:focus {
3423
+  color: #23527c;
3424
+  text-decoration: underline;
3425
+  background-color: transparent;
3426
+}
3427
+.btn-link[disabled]:hover,
3428
+fieldset[disabled] .btn-link:hover,
3429
+.btn-link[disabled]:focus,
3430
+fieldset[disabled] .btn-link:focus {
3431
+  color: #777;
3432
+  text-decoration: none;
3433
+}
3434
+.btn-lg,
3435
+.btn-group-lg > .btn {
3436
+  padding: 10px 16px;
3437
+  font-size: 18px;
3438
+  line-height: 1.3333333;
3439
+  border-radius: 6px;
3440
+}
3441
+.btn-sm,
3442
+.btn-group-sm > .btn {
3443
+  padding: 5px 10px;
3444
+  font-size: 12px;
3445
+  line-height: 1.5;
3446
+  border-radius: 3px;
3447
+}
3448
+.btn-xs,
3449
+.btn-group-xs > .btn {
3450
+  padding: 1px 5px;
3451
+  font-size: 12px;
3452
+  line-height: 1.5;
3453
+  border-radius: 3px;
3454
+}
3455
+.btn-block {
3456
+  display: block;
3457
+  width: 100%;
3458
+}
3459
+.btn-block + .btn-block {
3460
+  margin-top: 5px;
3461
+}
3462
+input[type="submit"].btn-block,
3463
+input[type="reset"].btn-block,
3464
+input[type="button"].btn-block {
3465
+  width: 100%;
3466
+}
3467
+.fade {
3468
+  opacity: 0;
3469
+  -webkit-transition: opacity .15s linear;
3470
+       -o-transition: opacity .15s linear;
3471
+          transition: opacity .15s linear;
3472
+}
3473
+.fade.in {
3474
+  opacity: 1;
3475
+}
3476
+.collapse {
3477
+  display: none;
3478
+}
3479
+.collapse.in {
3480
+  display: block;
3481
+}
3482
+tr.collapse.in {
3483
+  display: table-row;
3484
+}
3485
+tbody.collapse.in {
3486
+  display: table-row-group;
3487
+}
3488
+.collapsing {
3489
+  position: relative;
3490
+  height: 0;
3491
+  overflow: hidden;
3492
+  -webkit-transition-timing-function: ease;
3493
+       -o-transition-timing-function: ease;
3494
+          transition-timing-function: ease;
3495
+  -webkit-transition-duration: .35s;
3496
+       -o-transition-duration: .35s;
3497
+          transition-duration: .35s;
3498
+  -webkit-transition-property: height, visibility;
3499
+       -o-transition-property: height, visibility;
3500
+          transition-property: height, visibility;
3501
+}
3502
+.caret {
3503
+  display: inline-block;
3504
+  width: 0;
3505
+  height: 0;
3506
+  margin-left: 2px;
3507
+  vertical-align: middle;
3508
+  border-top: 4px dashed;
3509
+  border-top: 4px solid \9;
3510
+  border-right: 4px solid transparent;
3511
+  border-left: 4px solid transparent;
3512
+}
3513
+.dropup,
3514
+.dropdown {
3515
+  position: relative;
3516
+}
3517
+.dropdown-toggle:focus {
3518
+  outline: 0;
3519
+}
3520
+.dropdown-menu {
3521
+  position: absolute;
3522
+  top: 100%;
3523
+  left: 0;
3524
+  z-index: 1000;
3525
+  display: none;
3526
+  float: left;
3527
+  min-width: 160px;
3528
+  padding: 5px 0;
3529
+  margin: 2px 0 0;
3530
+  font-size: 14px;
3531
+  text-align: left;
3532
+  list-style: none;
3533
+  background-color: #fff;
3534
+  -webkit-background-clip: padding-box;
3535
+          background-clip: padding-box;
3536
+  border: 1px solid #ccc;
3537
+  border: 1px solid rgba(0, 0, 0, .15);
3538
+  border-radius: 4px;
3539
+  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
3540
+          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
3541
+}
3542
+.dropdown-menu.pull-right {
3543
+  right: 0;
3544
+  left: auto;
3545
+}
3546
+.dropdown-menu .divider {
3547
+  height: 1px;
3548
+  margin: 9px 0;
3549
+  overflow: hidden;
3550
+  background-color: #e5e5e5;
3551
+}
3552
+.dropdown-menu > li > a {
3553
+  display: block;
3554
+  padding: 3px 20px;
3555
+  clear: both;
3556
+  font-weight: normal;
3557
+  line-height: 1.42857143;
3558
+  color: #333;
3559
+  white-space: nowrap;
3560
+}
3561
+.dropdown-menu > li > a:hover,
3562
+.dropdown-menu > li > a:focus {
3563
+  color: #262626;
3564
+  text-decoration: none;
3565
+  background-color: #f5f5f5;
3566
+}
3567
+.dropdown-menu > .active > a,
3568
+.dropdown-menu > .active > a:hover,
3569
+.dropdown-menu > .active > a:focus {
3570
+  color: #fff;
3571
+  text-decoration: none;
3572
+  background-color: #337ab7;
3573
+  outline: 0;
3574
+}
3575
+.dropdown-menu > .disabled > a,
3576
+.dropdown-menu > .disabled > a:hover,
3577
+.dropdown-menu > .disabled > a:focus {
3578
+  color: #777;
3579
+}
3580
+.dropdown-menu > .disabled > a:hover,
3581
+.dropdown-menu > .disabled > a:focus {
3582
+  text-decoration: none;
3583
+  cursor: not-allowed;
3584
+  background-color: transparent;
3585
+  background-image: none;
3586
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3587
+}
3588
+.open > .dropdown-menu {
3589
+  display: block;
3590
+}
3591
+.open > a {
3592
+  outline: 0;
3593
+}
3594
+.dropdown-menu-right {
3595
+  right: 0;
3596
+  left: auto;
3597
+}
3598
+.dropdown-menu-left {
3599
+  right: auto;
3600
+  left: 0;
3601
+}
3602
+.dropdown-header {
3603
+  display: block;
3604
+  padding: 3px 20px;
3605
+  font-size: 12px;
3606
+  line-height: 1.42857143;
3607
+  color: #777;
3608
+  white-space: nowrap;
3609
+}
3610
+.dropdown-backdrop {
3611
+  position: fixed;
3612
+  top: 0;
3613
+  right: 0;
3614
+  bottom: 0;
3615
+  left: 0;
3616
+  z-index: 990;
3617
+}
3618
+.pull-right > .dropdown-menu {
3619
+  right: 0;
3620
+  left: auto;
3621
+}
3622
+.dropup .caret,
3623
+.navbar-fixed-bottom .dropdown .caret {
3624
+  content: "";
3625
+  border-top: 0;
3626
+  border-bottom: 4px dashed;
3627
+  border-bottom: 4px solid \9;
3628
+}
3629
+.dropup .dropdown-menu,
3630
+.navbar-fixed-bottom .dropdown .dropdown-menu {
3631
+  top: auto;
3632
+  bottom: 100%;
3633
+  margin-bottom: 2px;
3634
+}
3635
+@media (min-width: 768px) {
3636
+  .navbar-right .dropdown-menu {
3637
+    right: 0;
3638
+    left: auto;
3639
+  }
3640
+  .navbar-right .dropdown-menu-left {
3641
+    right: auto;
3642
+    left: 0;
3643
+  }
3644
+}
3645
+.btn-group,
3646
+.btn-group-vertical {
3647
+  position: relative;
3648
+  display: inline-block;
3649
+  vertical-align: middle;
3650
+}
3651
+.btn-group > .btn,
3652
+.btn-group-vertical > .btn {
3653
+  position: relative;
3654
+  float: left;
3655
+}
3656
+.btn-group > .btn:hover,
3657
+.btn-group-vertical > .btn:hover,
3658
+.btn-group > .btn:focus,
3659
+.btn-group-vertical > .btn:focus,
3660
+.btn-group > .btn:active,
3661
+.btn-group-vertical > .btn:active,
3662
+.btn-group > .btn.active,
3663
+.btn-group-vertical > .btn.active {
3664
+  z-index: 2;
3665
+}
3666
+.btn-group .btn + .btn,
3667
+.btn-group .btn + .btn-group,
3668
+.btn-group .btn-group + .btn,
3669
+.btn-group .btn-group + .btn-group {
3670
+  margin-left: -1px;
3671
+}
3672
+.btn-toolbar {
3673
+  margin-left: -5px;
3674
+}
3675
+.btn-toolbar .btn,
3676
+.btn-toolbar .btn-group,
3677
+.btn-toolbar .input-group {
3678
+  float: left;
3679
+}
3680
+.btn-toolbar > .btn,
3681
+.btn-toolbar > .btn-group,
3682
+.btn-toolbar > .input-group {
3683
+  margin-left: 5px;
3684
+}
3685
+.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
3686
+  border-radius: 0;
3687
+}
3688
+.btn-group > .btn:first-child {
3689
+  margin-left: 0;
3690
+}
3691
+.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
3692
+  border-top-right-radius: 0;
3693
+  border-bottom-right-radius: 0;
3694
+}
3695
+.btn-group > .btn:last-child:not(:first-child),
3696
+.btn-group > .dropdown-toggle:not(:first-child) {
3697
+  border-top-left-radius: 0;
3698
+  border-bottom-left-radius: 0;
3699
+}
3700
+.btn-group > .btn-group {
3701
+  float: left;
3702
+}
3703
+.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
3704
+  border-radius: 0;
3705
+}
3706
+.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
3707
+.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3708
+  border-top-right-radius: 0;
3709
+  border-bottom-right-radius: 0;
3710
+}
3711
+.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
3712
+  border-top-left-radius: 0;
3713
+  border-bottom-left-radius: 0;
3714
+}
3715
+.btn-group .dropdown-toggle:active,
3716
+.btn-group.open .dropdown-toggle {
3717
+  outline: 0;
3718
+}
3719
+.btn-group > .btn + .dropdown-toggle {
3720
+  padding-right: 8px;
3721
+  padding-left: 8px;
3722
+}
3723
+.btn-group > .btn-lg + .dropdown-toggle {
3724
+  padding-right: 12px;
3725
+  padding-left: 12px;
3726
+}
3727
+.btn-group.open .dropdown-toggle {
3728
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
3729
+          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
3730
+}
3731
+.btn-group.open .dropdown-toggle.btn-link {
3732
+  -webkit-box-shadow: none;
3733
+          box-shadow: none;
3734
+}
3735
+.btn .caret {
3736
+  margin-left: 0;
3737
+}
3738
+.btn-lg .caret {
3739
+  border-width: 5px 5px 0;
3740
+  border-bottom-width: 0;
3741
+}
3742
+.dropup .btn-lg .caret {
3743
+  border-width: 0 5px 5px;
3744
+}
3745
+.btn-group-vertical > .btn,
3746
+.btn-group-vertical > .btn-group,
3747
+.btn-group-vertical > .btn-group > .btn {
3748
+  display: block;
3749
+  float: none;
3750
+  width: 100%;
3751
+  max-width: 100%;
3752
+}
3753
+.btn-group-vertical > .btn-group > .btn {
3754
+  float: none;
3755
+}
3756
+.btn-group-vertical > .btn + .btn,
3757
+.btn-group-vertical > .btn + .btn-group,
3758
+.btn-group-vertical > .btn-group + .btn,
3759
+.btn-group-vertical > .btn-group + .btn-group {
3760
+  margin-top: -1px;
3761
+  margin-left: 0;
3762
+}
3763
+.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3764
+  border-radius: 0;
3765
+}
3766
+.btn-group-vertical > .btn:first-child:not(:last-child) {
3767
+  border-top-left-radius: 4px;
3768
+  border-top-right-radius: 4px;
3769
+  border-bottom-right-radius: 0;
3770
+  border-bottom-left-radius: 0;
3771
+}
3772
+.btn-group-vertical > .btn:last-child:not(:first-child) {
3773
+  border-top-left-radius: 0;
3774
+  border-top-right-radius: 0;
3775
+  border-bottom-right-radius: 4px;
3776
+  border-bottom-left-radius: 4px;
3777
+}
3778
+.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3779
+  border-radius: 0;
3780
+}
3781
+.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
3782
+.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3783
+  border-bottom-right-radius: 0;
3784
+  border-bottom-left-radius: 0;
3785
+}
3786
+.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
3787
+  border-top-left-radius: 0;
3788
+  border-top-right-radius: 0;
3789
+}
3790
+.btn-group-justified {
3791
+  display: table;
3792
+  width: 100%;
3793
+  table-layout: fixed;
3794
+  border-collapse: separate;
3795
+}
3796
+.btn-group-justified > .btn,
3797
+.btn-group-justified > .btn-group {
3798
+  display: table-cell;
3799
+  float: none;
3800
+  width: 1%;
3801
+}
3802
+.btn-group-justified > .btn-group .btn {
3803
+  width: 100%;
3804
+}
3805
+.btn-group-justified > .btn-group .dropdown-menu {
3806
+  left: auto;
3807
+}
3808
+[data-toggle="buttons"] > .btn input[type="radio"],
3809
+[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
3810
+[data-toggle="buttons"] > .btn input[type="checkbox"],
3811
+[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
3812
+  position: absolute;
3813
+  clip: rect(0, 0, 0, 0);
3814
+  pointer-events: none;
3815
+}
3816
+.input-group {
3817
+  position: relative;
3818
+  display: table;
3819
+  border-collapse: separate;
3820
+}
3821
+.input-group[class*="col-"] {
3822
+  float: none;
3823
+  padding-right: 0;
3824
+  padding-left: 0;
3825
+}
3826
+.input-group .form-control {
3827
+  position: relative;
3828
+  z-index: 2;
3829
+  float: left;
3830
+  width: 100%;
3831
+  margin-bottom: 0;
3832
+}
3833
+.input-group .form-control:focus {
3834
+  z-index: 3;
3835
+}
3836
+.input-group-lg > .form-control,
3837
+.input-group-lg > .input-group-addon,
3838
+.input-group-lg > .input-group-btn > .btn {
3839
+  height: 46px;
3840
+  padding: 10px 16px;
3841
+  font-size: 18px;
3842
+  line-height: 1.3333333;
3843
+  border-radius: 6px;
3844
+}
3845
+select.input-group-lg > .form-control,
3846
+select.input-group-lg > .input-group-addon,
3847
+select.input-group-lg > .input-group-btn > .btn {
3848
+  height: 46px;
3849
+  line-height: 46px;
3850
+}
3851
+textarea.input-group-lg > .form-control,
3852
+textarea.input-group-lg > .input-group-addon,
3853
+textarea.input-group-lg > .input-group-btn > .btn,
3854
+select[multiple].input-group-lg > .form-control,
3855
+select[multiple].input-group-lg > .input-group-addon,
3856
+select[multiple].input-group-lg > .input-group-btn > .btn {
3857
+  height: auto;
3858
+}
3859
+.input-group-sm > .form-control,
3860
+.input-group-sm > .input-group-addon,
3861
+.input-group-sm > .input-group-btn > .btn {
3862
+  height: 30px;
3863
+  padding: 5px 10px;
3864
+  font-size: 12px;
3865
+  line-height: 1.5;
3866
+  border-radius: 3px;
3867
+}
3868
+select.input-group-sm > .form-control,
3869
+select.input-group-sm > .input-group-addon,
3870
+select.input-group-sm > .input-group-btn > .btn {
3871
+  height: 30px;
3872
+  line-height: 30px;
3873
+}
3874
+textarea.input-group-sm > .form-control,
3875
+textarea.input-group-sm > .input-group-addon,
3876
+textarea.input-group-sm > .input-group-btn > .btn,
3877
+select[multiple].input-group-sm > .form-control,
3878
+select[multiple].input-group-sm > .input-group-addon,
3879
+select[multiple].input-group-sm > .input-group-btn > .btn {
3880
+  height: auto;
3881
+}
3882
+.input-group-addon,
3883
+.input-group-btn,
3884
+.input-group .form-control {
3885
+  display: table-cell;
3886
+}
3887
+.input-group-addon:not(:first-child):not(:last-child),
3888
+.input-group-btn:not(:first-child):not(:last-child),
3889
+.input-group .form-control:not(:first-child):not(:last-child) {
3890
+  border-radius: 0;
3891
+}
3892
+.input-group-addon,
3893
+.input-group-btn {
3894
+  width: 1%;
3895
+  white-space: nowrap;
3896
+  vertical-align: middle;
3897
+}
3898
+.input-group-addon {
3899
+  padding: 6px 12px;
3900
+  font-size: 14px;
3901
+  font-weight: normal;
3902
+  line-height: 1;
3903
+  color: #555;
3904
+  text-align: center;
3905
+  background-color: #eee;
3906
+  border: 1px solid #ccc;
3907
+  border-radius: 4px;
3908
+}
3909
+.input-group-addon.input-sm {
3910
+  padding: 5px 10px;
3911
+  font-size: 12px;
3912
+  border-radius: 3px;
3913
+}
3914
+.input-group-addon.input-lg {
3915
+  padding: 10px 16px;
3916
+  font-size: 18px;
3917
+  border-radius: 6px;
3918
+}
3919
+.input-group-addon input[type="radio"],
3920
+.input-group-addon input[type="checkbox"] {
3921
+  margin-top: 0;
3922
+}
3923
+.input-group .form-control:first-child,
3924
+.input-group-addon:first-child,
3925
+.input-group-btn:first-child > .btn,
3926
+.input-group-btn:first-child > .btn-group > .btn,
3927
+.input-group-btn:first-child > .dropdown-toggle,
3928
+.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
3929
+.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
3930
+  border-top-right-radius: 0;
3931
+  border-bottom-right-radius: 0;
3932
+}
3933
+.input-group-addon:first-child {
3934
+  border-right: 0;
3935
+}
3936
+.input-group .form-control:last-child,
3937
+.input-group-addon:last-child,
3938
+.input-group-btn:last-child > .btn,
3939
+.input-group-btn:last-child > .btn-group > .btn,
3940
+.input-group-btn:last-child > .dropdown-toggle,
3941
+.input-group-btn:first-child > .btn:not(:first-child),
3942
+.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
3943
+  border-top-left-radius: 0;
3944
+  border-bottom-left-radius: 0;
3945
+}
3946
+.input-group-addon:last-child {
3947
+  border-left: 0;
3948
+}
3949
+.input-group-btn {
3950
+  position: relative;
3951
+  font-size: 0;
3952
+  white-space: nowrap;
3953
+}
3954
+.input-group-btn > .btn {
3955
+  position: relative;
3956
+}
3957
+.input-group-btn > .btn + .btn {
3958
+  margin-left: -1px;
3959
+}
3960
+.input-group-btn > .btn:hover,
3961
+.input-group-btn > .btn:focus,
3962
+.input-group-btn > .btn:active {
3963
+  z-index: 2;
3964
+}
3965
+.input-group-btn:first-child > .btn,
3966
+.input-group-btn:first-child > .btn-group {
3967
+  margin-right: -1px;
3968
+}
3969
+.input-group-btn:last-child > .btn,
3970
+.input-group-btn:last-child > .btn-group {
3971
+  z-index: 2;
3972
+  margin-left: -1px;
3973
+}
3974
+.nav {
3975
+  padding-left: 0;
3976
+  margin-bottom: 0;
3977
+  list-style: none;
3978
+}
3979
+.nav > li {
3980
+  position: relative;
3981
+  display: block;
3982
+}
3983
+.nav > li > a {
3984
+  position: relative;
3985
+  display: block;
3986
+  padding: 10px 15px;
3987
+}
3988
+.nav > li > a:hover,
3989
+.nav > li > a:focus {
3990
+  text-decoration: none;
3991
+  background-color: #eee;
3992
+}
3993
+.nav > li.disabled > a {
3994
+  color: #777;
3995
+}
3996
+.nav > li.disabled > a:hover,
3997
+.nav > li.disabled > a:focus {
3998
+  color: #777;
3999
+  text-decoration: none;
4000
+  cursor: not-allowed;
4001
+  background-color: transparent;
4002
+}
4003
+.nav .open > a,
4004
+.nav .open > a:hover,
4005
+.nav .open > a:focus {
4006
+  background-color: #eee;
4007
+  border-color: #337ab7;
4008
+}
4009
+.nav .nav-divider {
4010
+  height: 1px;
4011
+  margin: 9px 0;
4012
+  overflow: hidden;
4013
+  background-color: #e5e5e5;
4014
+}
4015
+.nav > li > a > img {
4016
+  max-width: none;
4017
+}
4018
+.nav-tabs {
4019
+  border-bottom: 1px solid #ddd;
4020
+}
4021
+.nav-tabs > li {
4022
+  float: left;
4023
+  margin-bottom: -1px;
4024
+}
4025
+.nav-tabs > li > a {
4026
+  margin-right: 2px;
4027
+  line-height: 1.42857143;
4028
+  border: 1px solid transparent;
4029
+  border-radius: 4px 4px 0 0;
4030
+}
4031
+.nav-tabs > li > a:hover {
4032
+  border-color: #eee #eee #ddd;
4033
+}
4034
+.nav-tabs > li.active > a,
4035
+.nav-tabs > li.active > a:hover,
4036
+.nav-tabs > li.active > a:focus {
4037
+  color: #555;
4038
+  cursor: default;
4039
+  background-color: #fff;
4040
+  border: 1px solid #ddd;
4041
+  border-bottom-color: transparent;
4042
+}
4043
+.nav-tabs.nav-justified {
4044
+  width: 100%;
4045
+  border-bottom: 0;
4046
+}
4047
+.nav-tabs.nav-justified > li {
4048
+  float: none;
4049
+}
4050
+.nav-tabs.nav-justified > li > a {
4051
+  margin-bottom: 5px;
4052
+  text-align: center;
4053
+}
4054
+.nav-tabs.nav-justified > .dropdown .dropdown-menu {
4055
+  top: auto;
4056
+  left: auto;
4057
+}
4058
+@media (min-width: 768px) {
4059
+  .nav-tabs.nav-justified > li {
4060
+    display: table-cell;
4061
+    width: 1%;
4062
+  }
4063
+  .nav-tabs.nav-justified > li > a {
4064
+    margin-bottom: 0;
4065
+  }
4066
+}
4067
+.nav-tabs.nav-justified > li > a {
4068
+  margin-right: 0;
4069
+  border-radius: 4px;
4070
+}
4071
+.nav-tabs.nav-justified > .active > a,
4072
+.nav-tabs.nav-justified > .active > a:hover,
4073
+.nav-tabs.nav-justified > .active > a:focus {
4074
+  border: 1px solid #ddd;
4075
+}
4076
+@media (min-width: 768px) {
4077
+  .nav-tabs.nav-justified > li > a {
4078
+    border-bottom: 1px solid #ddd;
4079
+    border-radius: 4px 4px 0 0;
4080
+  }
4081
+  .nav-tabs.nav-justified > .active > a,
4082
+  .nav-tabs.nav-justified > .active > a:hover,
4083
+  .nav-tabs.nav-justified > .active > a:focus {
4084
+    border-bottom-color: #fff;
4085
+  }
4086
+}
4087
+.nav-pills > li {
4088
+  float: left;
4089
+}
4090
+.nav-pills > li > a {
4091
+  border-radius: 4px;
4092
+}
4093
+.nav-pills > li + li {
4094
+  margin-left: 2px;
4095
+}
4096
+.nav-pills > li.active > a,
4097
+.nav-pills > li.active > a:hover,
4098
+.nav-pills > li.active > a:focus {
4099
+  color: #fff;
4100
+  background-color: #337ab7;
4101
+}
4102
+.nav-stacked > li {
4103
+  float: none;
4104
+}
4105
+.nav-stacked > li + li {
4106
+  margin-top: 2px;
4107
+  margin-left: 0;
4108
+}
4109
+.nav-justified {
4110
+  width: 100%;
4111
+}
4112
+.nav-justified > li {
4113
+  float: none;
4114
+}
4115
+.nav-justified > li > a {
4116
+  margin-bottom: 5px;
4117
+  text-align: center;
4118
+}
4119
+.nav-justified > .dropdown .dropdown-menu {
4120
+  top: auto;
4121
+  left: auto;
4122
+}
4123
+@media (min-width: 768px) {
4124
+  .nav-justified > li {
4125
+    display: table-cell;
4126
+    width: 1%;
4127
+  }
4128
+  .nav-justified > li > a {
4129
+    margin-bottom: 0;
4130
+  }
4131
+}
4132
+.nav-tabs-justified {
4133
+  border-bottom: 0;
4134
+}
4135
+.nav-tabs-justified > li > a {
4136
+  margin-right: 0;
4137
+  border-radius: 4px;
4138
+}
4139
+.nav-tabs-justified > .active > a,
4140
+.nav-tabs-justified > .active > a:hover,
4141
+.nav-tabs-justified > .active > a:focus {
4142
+  border: 1px solid #ddd;
4143
+}
4144
+@media (min-width: 768px) {
4145
+  .nav-tabs-justified > li > a {
4146
+    border-bottom: 1px solid #ddd;
4147
+    border-radius: 4px 4px 0 0;
4148
+  }
4149
+  .nav-tabs-justified > .active > a,
4150
+  .nav-tabs-justified > .active > a:hover,
4151
+  .nav-tabs-justified > .active > a:focus {
4152
+    border-bottom-color: #fff;
4153
+  }
4154
+}
4155
+.tab-content > .tab-pane {
4156
+  display: none;
4157
+}
4158
+.tab-content > .active {
4159
+  display: block;
4160
+}
4161
+.nav-tabs .dropdown-menu {
4162
+  margin-top: -1px;
4163
+  border-top-left-radius: 0;
4164
+  border-top-right-radius: 0;
4165
+}
4166
+.navbar {
4167
+  position: relative;
4168
+  min-height: 50px;
4169
+  margin-bottom: 20px;
4170
+  border: 1px solid transparent;
4171
+}
4172
+@media (min-width: 768px) {
4173
+  .navbar {
4174
+    border-radius: 4px;
4175
+  }
4176
+}
4177
+@media (min-width: 768px) {
4178
+  .navbar-header {
4179
+    float: left;
4180
+  }
4181
+}
4182
+.navbar-collapse {
4183
+  padding-right: 15px;
4184
+  padding-left: 15px;
4185
+  overflow-x: visible;
4186
+  -webkit-overflow-scrolling: touch;
4187
+  border-top: 1px solid transparent;
4188
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
4189
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
4190
+}
4191
+.navbar-collapse.in {
4192
+  overflow-y: auto;
4193
+}
4194
+@media (min-width: 768px) {
4195
+  .navbar-collapse {
4196
+    width: auto;
4197
+    border-top: 0;
4198
+    -webkit-box-shadow: none;
4199
+            box-shadow: none;
4200
+  }
4201
+  .navbar-collapse.collapse {
4202
+    display: block !important;
4203
+    height: auto !important;
4204
+    padding-bottom: 0;
4205
+    overflow: visible !important;
4206
+  }
4207
+  .navbar-collapse.in {
4208
+    overflow-y: visible;
4209
+  }
4210
+  .navbar-fixed-top .navbar-collapse,
4211
+  .navbar-static-top .navbar-collapse,
4212
+  .navbar-fixed-bottom .navbar-collapse {
4213
+    padding-right: 0;
4214
+    padding-left: 0;
4215
+  }
4216
+}
4217
+.navbar-fixed-top .navbar-collapse,
4218
+.navbar-fixed-bottom .navbar-collapse {
4219
+  max-height: 340px;
4220
+}
4221
+@media (max-device-width: 480px) and (orientation: landscape) {
4222
+  .navbar-fixed-top .navbar-collapse,
4223
+  .navbar-fixed-bottom .navbar-collapse {
4224
+    max-height: 200px;
4225
+  }
4226
+}
4227
+.container > .navbar-header,
4228
+.container-fluid > .navbar-header,
4229
+.container > .navbar-collapse,
4230
+.container-fluid > .navbar-collapse {
4231
+  margin-right: -15px;
4232
+  margin-left: -15px;
4233
+}
4234
+@media (min-width: 768px) {
4235
+  .container > .navbar-header,
4236
+  .container-fluid > .navbar-header,
4237
+  .container > .navbar-collapse,
4238
+  .container-fluid > .navbar-collapse {
4239
+    margin-right: 0;
4240
+    margin-left: 0;
4241
+  }
4242
+}
4243
+.navbar-static-top {
4244
+  z-index: 1000;
4245
+  border-width: 0 0 1px;
4246
+}
4247
+@media (min-width: 768px) {
4248
+  .navbar-static-top {
4249
+    border-radius: 0;
4250
+  }
4251
+}
4252
+.navbar-fixed-top,
4253
+.navbar-fixed-bottom {
4254
+  position: fixed;
4255
+  right: 0;
4256
+  left: 0;
4257
+  z-index: 1030;
4258
+}
4259
+@media (min-width: 768px) {
4260
+  .navbar-fixed-top,
4261
+  .navbar-fixed-bottom {
4262
+    border-radius: 0;
4263
+  }
4264
+}
4265
+.navbar-fixed-top {
4266
+  top: 0;
4267
+  border-width: 0 0 1px;
4268
+}
4269
+.navbar-fixed-bottom {
4270
+  bottom: 0;
4271
+  margin-bottom: 0;
4272
+  border-width: 1px 0 0;
4273
+}
4274
+.navbar-brand {
4275
+  float: left;
4276
+  height: 50px;
4277
+  padding: 15px 15px;
4278
+  font-size: 18px;
4279
+  line-height: 20px;
4280
+}
4281
+.navbar-brand:hover,
4282
+.navbar-brand:focus {
4283
+  text-decoration: none;
4284
+}
4285
+.navbar-brand > img {
4286
+  display: block;
4287
+}
4288
+@media (min-width: 768px) {
4289
+  .navbar > .container .navbar-brand,
4290
+  .navbar > .container-fluid .navbar-brand {
4291
+    margin-left: -15px;
4292
+  }
4293
+}
4294
+.navbar-toggle {
4295
+  position: relative;
4296
+  float: right;
4297
+  padding: 9px 10px;
4298
+  margin-top: 8px;
4299
+  margin-right: 15px;
4300
+  margin-bottom: 8px;
4301
+  background-color: transparent;
4302
+  background-image: none;
4303
+  border: 1px solid transparent;
4304
+  border-radius: 4px;
4305
+}
4306
+.navbar-toggle:focus {
4307
+  outline: 0;
4308
+}
4309
+.navbar-toggle .icon-bar {
4310
+  display: block;
4311
+  width: 22px;
4312
+  height: 2px;
4313
+  border-radius: 1px;
4314
+}
4315
+.navbar-toggle .icon-bar + .icon-bar {
4316
+  margin-top: 4px;
4317
+}
4318
+@media (min-width: 768px) {
4319
+  .navbar-toggle {
4320
+    display: none;
4321
+  }
4322
+}
4323
+.navbar-nav {
4324
+  margin: 7.5px -15px;
4325
+}
4326
+.navbar-nav > li > a {
4327
+  padding-top: 10px;
4328
+  padding-bottom: 10px;
4329
+  line-height: 20px;
4330
+}
4331
+@media (max-width: 767px) {
4332
+  .navbar-nav .open .dropdown-menu {
4333
+    position: static;
4334
+    float: none;
4335
+    width: auto;
4336
+    margin-top: 0;
4337
+    background-color: transparent;
4338
+    border: 0;
4339
+    -webkit-box-shadow: none;
4340
+            box-shadow: none;
4341
+  }
4342
+  .navbar-nav .open .dropdown-menu > li > a,
4343
+  .navbar-nav .open .dropdown-menu .dropdown-header {
4344
+    padding: 5px 15px 5px 25px;
4345
+  }
4346
+  .navbar-nav .open .dropdown-menu > li > a {
4347
+    line-height: 20px;
4348
+  }
4349
+  .navbar-nav .open .dropdown-menu > li > a:hover,
4350
+  .navbar-nav .open .dropdown-menu > li > a:focus {
4351
+    background-image: none;
4352
+  }
4353
+}
4354
+@media (min-width: 768px) {
4355
+  .navbar-nav {
4356
+    float: left;
4357
+    margin: 0;
4358
+  }
4359
+  .navbar-nav > li {
4360
+    float: left;
4361
+  }
4362
+  .navbar-nav > li > a {
4363
+    padding-top: 15px;
4364
+    padding-bottom: 15px;
4365
+  }
4366
+}
4367
+.navbar-form {
4368
+  padding: 10px 15px;
4369
+  margin-top: 8px;
4370
+  margin-right: -15px;
4371
+  margin-bottom: 8px;
4372
+  margin-left: -15px;
4373
+  border-top: 1px solid transparent;
4374
+  border-bottom: 1px solid transparent;
4375
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
4376
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
4377
+}
4378
+@media (min-width: 768px) {
4379
+  .navbar-form .form-group {
4380
+    display: inline-block;
4381
+    margin-bottom: 0;
4382
+    vertical-align: middle;
4383
+  }
4384
+  .navbar-form .form-control {
4385
+    display: inline-block;
4386
+    width: auto;
4387
+    vertical-align: middle;
4388
+  }
4389
+  .navbar-form .form-control-static {
4390
+    display: inline-block;
4391
+  }
4392
+  .navbar-form .input-group {
4393
+    display: inline-table;
4394
+    vertical-align: middle;
4395
+  }
4396
+  .navbar-form .input-group .input-group-addon,
4397
+  .navbar-form .input-group .input-group-btn,
4398
+  .navbar-form .input-group .form-control {
4399
+    width: auto;
4400
+  }
4401
+  .navbar-form .input-group > .form-control {
4402
+    width: 100%;
4403
+  }
4404
+  .navbar-form .control-label {
4405
+    margin-bottom: 0;
4406
+    vertical-align: middle;
4407
+  }
4408
+  .navbar-form .radio,
4409
+  .navbar-form .checkbox {
4410
+    display: inline-block;
4411
+    margin-top: 0;
4412
+    margin-bottom: 0;
4413
+    vertical-align: middle;
4414
+  }
4415
+  .navbar-form .radio label,
4416
+  .navbar-form .checkbox label {
4417
+    padding-left: 0;
4418
+  }
4419
+  .navbar-form .radio input[type="radio"],
4420
+  .navbar-form .checkbox input[type="checkbox"] {
4421
+    position: relative;
4422
+    margin-left: 0;
4423
+  }
4424
+  .navbar-form .has-feedback .form-control-feedback {
4425
+    top: 0;
4426
+  }
4427
+}
4428
+@media (max-width: 767px) {
4429
+  .navbar-form .form-group {
4430
+    margin-bottom: 5px;
4431
+  }
4432
+  .navbar-form .form-group:last-child {
4433
+    margin-bottom: 0;
4434
+  }
4435
+}
4436
+@media (min-width: 768px) {
4437
+  .navbar-form {
4438
+    width: auto;
4439
+    padding-top: 0;
4440
+    padding-bottom: 0;
4441
+    margin-right: 0;
4442
+    margin-left: 0;
4443
+    border: 0;
4444
+    -webkit-box-shadow: none;
4445
+            box-shadow: none;
4446
+  }
4447
+}
4448
+.navbar-nav > li > .dropdown-menu {
4449
+  margin-top: 0;
4450
+  border-top-left-radius: 0;
4451
+  border-top-right-radius: 0;
4452
+}
4453
+.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
4454
+  margin-bottom: 0;
4455
+  border-top-left-radius: 4px;
4456
+  border-top-right-radius: 4px;
4457
+  border-bottom-right-radius: 0;
4458
+  border-bottom-left-radius: 0;
4459
+}
4460
+.navbar-btn {
4461
+  margin-top: 8px;
4462
+  margin-bottom: 8px;
4463
+}
4464
+.navbar-btn.btn-sm {
4465
+  margin-top: 10px;
4466
+  margin-bottom: 10px;
4467
+}
4468
+.navbar-btn.btn-xs {
4469
+  margin-top: 14px;
4470
+  margin-bottom: 14px;
4471
+}
4472
+.navbar-text {
4473
+  margin-top: 15px;
4474
+  margin-bottom: 15px;
4475
+}
4476
+@media (min-width: 768px) {
4477
+  .navbar-text {
4478
+    float: left;
4479
+    margin-right: 15px;
4480
+    margin-left: 15px;
4481
+  }
4482
+}
4483
+@media (min-width: 768px) {
4484
+  .navbar-left {
4485
+    float: left !important;
4486
+  }
4487
+  .navbar-right {
4488
+    float: right !important;
4489
+    margin-right: -15px;
4490
+  }
4491
+  .navbar-right ~ .navbar-right {
4492
+    margin-right: 0;
4493
+  }
4494
+}
4495
+.navbar-default {
4496
+  background-color: #f8f8f8;
4497
+  border-color: #e7e7e7;
4498
+}
4499
+.navbar-default .navbar-brand {
4500
+  color: #777;
4501
+}
4502
+.navbar-default .navbar-brand:hover,
4503
+.navbar-default .navbar-brand:focus {
4504
+  color: #5e5e5e;
4505
+  background-color: transparent;
4506
+}
4507
+.navbar-default .navbar-text {
4508
+  color: #777;
4509
+}
4510
+.navbar-default .navbar-nav > li > a {
4511
+  color: #777;
4512
+}
4513
+.navbar-default .navbar-nav > li > a:hover,
4514
+.navbar-default .navbar-nav > li > a:focus {
4515
+  color: #333;
4516
+  background-color: transparent;
4517
+}
4518
+.navbar-default .navbar-nav > .active > a,
4519
+.navbar-default .navbar-nav > .active > a:hover,
4520
+.navbar-default .navbar-nav > .active > a:focus {
4521
+  color: #555;
4522
+  background-color: #e7e7e7;
4523
+}
4524
+.navbar-default .navbar-nav > .disabled > a,
4525
+.navbar-default .navbar-nav > .disabled > a:hover,
4526
+.navbar-default .navbar-nav > .disabled > a:focus {
4527
+  color: #ccc;
4528
+  background-color: transparent;
4529
+}
4530
+.navbar-default .navbar-toggle {
4531
+  border-color: #ddd;
4532
+}
4533
+.navbar-default .navbar-toggle:hover,
4534
+.navbar-default .navbar-toggle:focus {
4535
+  background-color: #ddd;
4536
+}
4537
+.navbar-default .navbar-toggle .icon-bar {
4538
+  background-color: #888;
4539
+}
4540
+.navbar-default .navbar-collapse,
4541
+.navbar-default .navbar-form {
4542
+  border-color: #e7e7e7;
4543
+}
4544
+.navbar-default .navbar-nav > .open > a,
4545
+.navbar-default .navbar-nav > .open > a:hover,
4546
+.navbar-default .navbar-nav > .open > a:focus {
4547
+  color: #555;
4548
+  background-color: #e7e7e7;
4549
+}
4550
+@media (max-width: 767px) {
4551
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
4552
+    color: #777;
4553
+  }
4554
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
4555
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
4556
+    color: #333;
4557
+    background-color: transparent;
4558
+  }
4559
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
4560
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
4561
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
4562
+    color: #555;
4563
+    background-color: #e7e7e7;
4564
+  }
4565
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
4566
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4567
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4568
+    color: #ccc;
4569
+    background-color: transparent;
4570
+  }
4571
+}
4572
+.navbar-default .navbar-link {
4573
+  color: #777;
4574
+}
4575
+.navbar-default .navbar-link:hover {
4576
+  color: #333;
4577
+}
4578
+.navbar-default .btn-link {
4579
+  color: #777;
4580
+}
4581
+.navbar-default .btn-link:hover,
4582
+.navbar-default .btn-link:focus {
4583
+  color: #333;
4584
+}
4585
+.navbar-default .btn-link[disabled]:hover,
4586
+fieldset[disabled] .navbar-default .btn-link:hover,
4587
+.navbar-default .btn-link[disabled]:focus,
4588
+fieldset[disabled] .navbar-default .btn-link:focus {
4589
+  color: #ccc;
4590
+}
4591
+.navbar-inverse {
4592
+  background-color: #222;
4593
+  border-color: #080808;
4594
+}
4595
+.navbar-inverse .navbar-brand {
4596
+  color: #9d9d9d;
4597
+}
4598
+.navbar-inverse .navbar-brand:hover,
4599
+.navbar-inverse .navbar-brand:focus {
4600
+  color: #fff;
4601
+  background-color: transparent;
4602
+}
4603
+.navbar-inverse .navbar-text {
4604
+  color: #9d9d9d;
4605
+}
4606
+.navbar-inverse .navbar-nav > li > a {
4607
+  color: #9d9d9d;
4608
+}
4609
+.navbar-inverse .navbar-nav > li > a:hover,
4610
+.navbar-inverse .navbar-nav > li > a:focus {
4611
+  color: #fff;
4612
+  background-color: transparent;
4613
+}
4614
+.navbar-inverse .navbar-nav > .active > a,
4615
+.navbar-inverse .navbar-nav > .active > a:hover,
4616
+.navbar-inverse .navbar-nav > .active > a:focus {
4617
+  color: #fff;
4618
+  background-color: #080808;
4619
+}
4620
+.navbar-inverse .navbar-nav > .disabled > a,
4621
+.navbar-inverse .navbar-nav > .disabled > a:hover,
4622
+.navbar-inverse .navbar-nav > .disabled > a:focus {
4623
+  color: #444;
4624
+  background-color: transparent;
4625
+}
4626
+.navbar-inverse .navbar-toggle {
4627
+  border-color: #333;
4628
+}
4629
+.navbar-inverse .navbar-toggle:hover,
4630
+.navbar-inverse .navbar-toggle:focus {
4631
+  background-color: #333;
4632
+}
4633
+.navbar-inverse .navbar-toggle .icon-bar {
4634
+  background-color: #fff;
4635
+}
4636
+.navbar-inverse .navbar-collapse,
4637
+.navbar-inverse .navbar-form {
4638
+  border-color: #101010;
4639
+}
4640
+.navbar-inverse .navbar-nav > .open > a,
4641
+.navbar-inverse .navbar-nav > .open > a:hover,
4642
+.navbar-inverse .navbar-nav > .open > a:focus {
4643
+  color: #fff;
4644
+  background-color: #080808;
4645
+}
4646
+@media (max-width: 767px) {
4647
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
4648
+    border-color: #080808;
4649
+  }
4650
+  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
4651
+    background-color: #080808;
4652
+  }
4653
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4654
+    color: #9d9d9d;
4655
+  }
4656
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4657
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
4658
+    color: #fff;
4659
+    background-color: transparent;
4660
+  }
4661
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
4662
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
4663
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
4664
+    color: #fff;
4665
+    background-color: #080808;
4666
+  }
4667
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
4668
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4669
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4670
+    color: #444;
4671
+    background-color: transparent;
4672
+  }
4673
+}
4674
+.navbar-inverse .navbar-link {
4675
+  color: #9d9d9d;
4676
+}
4677
+.navbar-inverse .navbar-link:hover {
4678
+  color: #fff;
4679
+}
4680
+.navbar-inverse .btn-link {
4681
+  color: #9d9d9d;
4682
+}
4683
+.navbar-inverse .btn-link:hover,
4684
+.navbar-inverse .btn-link:focus {
4685
+  color: #fff;
4686
+}
4687
+.navbar-inverse .btn-link[disabled]:hover,
4688
+fieldset[disabled] .navbar-inverse .btn-link:hover,
4689
+.navbar-inverse .btn-link[disabled]:focus,
4690
+fieldset[disabled] .navbar-inverse .btn-link:focus {
4691
+  color: #444;
4692
+}
4693
+.breadcrumb {
4694
+  padding: 8px 15px;
4695
+  margin-bottom: 20px;
4696
+  list-style: none;
4697
+  background-color: #f5f5f5;
4698
+  border-radius: 4px;
4699
+}
4700
+.breadcrumb > li {
4701
+  display: inline-block;
4702
+}
4703
+.breadcrumb > li + li:before {
4704
+  padding: 0 5px;
4705
+  color: #ccc;
4706
+  content: "/\00a0";
4707
+}
4708
+.breadcrumb > .active {
4709
+  color: #777;
4710
+}
4711
+.pagination {
4712
+  display: inline-block;
4713
+  padding-left: 0;
4714
+  margin: 20px 0;
4715
+  border-radius: 4px;
4716
+}
4717
+.pagination > li {
4718
+  display: inline;
4719
+}
4720
+.pagination > li > a,
4721
+.pagination > li > span {
4722
+  position: relative;
4723
+  float: left;
4724
+  padding: 6px 12px;
4725
+  margin-left: -1px;
4726
+  line-height: 1.42857143;
4727
+  color: #337ab7;
4728
+  text-decoration: none;
4729
+  background-color: #fff;
4730
+  border: 1px solid #ddd;
4731
+}
4732
+.pagination > li:first-child > a,
4733
+.pagination > li:first-child > span {
4734
+  margin-left: 0;
4735
+  border-top-left-radius: 4px;
4736
+  border-bottom-left-radius: 4px;
4737
+}
4738
+.pagination > li:last-child > a,
4739
+.pagination > li:last-child > span {
4740
+  border-top-right-radius: 4px;
4741
+  border-bottom-right-radius: 4px;
4742
+}
4743
+.pagination > li > a:hover,
4744
+.pagination > li > span:hover,
4745
+.pagination > li > a:focus,
4746
+.pagination > li > span:focus {
4747
+  z-index: 2;
4748
+  color: #23527c;
4749
+  background-color: #eee;
4750
+  border-color: #ddd;
4751
+}
4752
+.pagination > .active > a,
4753
+.pagination > .active > span,
4754
+.pagination > .active > a:hover,
4755
+.pagination > .active > span:hover,
4756
+.pagination > .active > a:focus,
4757
+.pagination > .active > span:focus {
4758
+  z-index: 3;
4759
+  color: #fff;
4760
+  cursor: default;
4761
+  background-color: #337ab7;
4762
+  border-color: #337ab7;
4763
+}
4764
+.pagination > .disabled > span,
4765
+.pagination > .disabled > span:hover,
4766
+.pagination > .disabled > span:focus,
4767
+.pagination > .disabled > a,
4768
+.pagination > .disabled > a:hover,
4769
+.pagination > .disabled > a:focus {
4770
+  color: #777;
4771
+  cursor: not-allowed;
4772
+  background-color: #fff;
4773
+  border-color: #ddd;
4774
+}
4775
+.pagination-lg > li > a,
4776
+.pagination-lg > li > span {
4777
+  padding: 10px 16px;
4778
+  font-size: 18px;
4779
+  line-height: 1.3333333;
4780
+}
4781
+.pagination-lg > li:first-child > a,
4782
+.pagination-lg > li:first-child > span {
4783
+  border-top-left-radius: 6px;
4784
+  border-bottom-left-radius: 6px;
4785
+}
4786
+.pagination-lg > li:last-child > a,
4787
+.pagination-lg > li:last-child > span {
4788
+  border-top-right-radius: 6px;
4789
+  border-bottom-right-radius: 6px;
4790
+}
4791
+.pagination-sm > li > a,
4792
+.pagination-sm > li > span {
4793
+  padding: 5px 10px;
4794
+  font-size: 12px;
4795
+  line-height: 1.5;
4796
+}
4797
+.pagination-sm > li:first-child > a,
4798
+.pagination-sm > li:first-child > span {
4799
+  border-top-left-radius: 3px;
4800
+  border-bottom-left-radius: 3px;
4801
+}
4802
+.pagination-sm > li:last-child > a,
4803
+.pagination-sm > li:last-child > span {
4804
+  border-top-right-radius: 3px;
4805
+  border-bottom-right-radius: 3px;
4806
+}
4807
+.pager {
4808
+  padding-left: 0;
4809
+  margin: 20px 0;
4810
+  text-align: center;
4811
+  list-style: none;
4812
+}
4813
+.pager li {
4814
+  display: inline;
4815
+}
4816
+.pager li > a,
4817
+.pager li > span {
4818
+  display: inline-block;
4819
+  padding: 5px 14px;
4820
+  background-color: #fff;
4821
+  border: 1px solid #ddd;
4822
+  border-radius: 15px;
4823
+}
4824
+.pager li > a:hover,
4825
+.pager li > a:focus {
4826
+  text-decoration: none;
4827
+  background-color: #eee;
4828
+}
4829
+.pager .next > a,
4830
+.pager .next > span {
4831
+  float: right;
4832
+}
4833
+.pager .previous > a,
4834
+.pager .previous > span {
4835
+  float: left;
4836
+}
4837
+.pager .disabled > a,
4838
+.pager .disabled > a:hover,
4839
+.pager .disabled > a:focus,
4840
+.pager .disabled > span {
4841
+  color: #777;
4842
+  cursor: not-allowed;
4843
+  background-color: #fff;
4844
+}
4845
+.label {
4846
+  display: inline;
4847
+  padding: .2em .6em .3em;
4848
+  font-size: 75%;
4849
+  font-weight: bold;
4850
+  line-height: 1;
4851
+  color: #fff;
4852
+  text-align: center;
4853
+  white-space: nowrap;
4854
+  vertical-align: baseline;
4855
+  border-radius: .25em;
4856
+}
4857
+a.label:hover,
4858
+a.label:focus {
4859
+  color: #fff;
4860
+  text-decoration: none;
4861
+  cursor: pointer;
4862
+}
4863
+.label:empty {
4864
+  display: none;
4865
+}
4866
+.btn .label {
4867
+  position: relative;
4868
+  top: -1px;
4869
+}
4870
+.label-default {
4871
+  background-color: #777;
4872
+}
4873
+.label-default[href]:hover,
4874
+.label-default[href]:focus {
4875
+  background-color: #5e5e5e;
4876
+}
4877
+.label-primary {
4878
+  background-color: #337ab7;
4879
+}
4880
+.label-primary[href]:hover,
4881
+.label-primary[href]:focus {
4882
+  background-color: #286090;
4883
+}
4884
+.label-success {
4885
+  background-color: #5cb85c;
4886
+}
4887
+.label-success[href]:hover,
4888
+.label-success[href]:focus {
4889
+  background-color: #449d44;
4890
+}
4891
+.label-info {
4892
+  background-color: #5bc0de;
4893
+}
4894
+.label-info[href]:hover,
4895
+.label-info[href]:focus {
4896
+  background-color: #31b0d5;
4897
+}
4898
+.label-warning {
4899
+  background-color: #f0ad4e;
4900
+}
4901
+.label-warning[href]:hover,
4902
+.label-warning[href]:focus {
4903
+  background-color: #ec971f;
4904
+}
4905
+.label-danger {
4906
+  background-color: #d9534f;
4907
+}
4908
+.label-danger[href]:hover,
4909
+.label-danger[href]:focus {
4910
+  background-color: #c9302c;
4911
+}
4912
+.badge {
4913
+  display: inline-block;
4914
+  min-width: 10px;
4915
+  padding: 3px 7px;
4916
+  font-size: 12px;
4917
+  font-weight: bold;
4918
+  line-height: 1;
4919
+  color: #fff;
4920
+  text-align: center;
4921
+  white-space: nowrap;
4922
+  vertical-align: middle;
4923
+  background-color: #777;
4924
+  border-radius: 10px;
4925
+}
4926
+.badge:empty {
4927
+  display: none;
4928
+}
4929
+.btn .badge {
4930
+  position: relative;
4931
+  top: -1px;
4932
+}
4933
+.btn-xs .badge,
4934
+.btn-group-xs > .btn .badge {
4935
+  top: 0;
4936
+  padding: 1px 5px;
4937
+}
4938
+a.badge:hover,
4939
+a.badge:focus {
4940
+  color: #fff;
4941
+  text-decoration: none;
4942
+  cursor: pointer;
4943
+}
4944
+.list-group-item.active > .badge,
4945
+.nav-pills > .active > a > .badge {
4946
+  color: #337ab7;
4947
+  background-color: #fff;
4948
+}
4949
+.list-group-item > .badge {
4950
+  float: right;
4951
+}
4952
+.list-group-item > .badge + .badge {
4953
+  margin-right: 5px;
4954
+}
4955
+.nav-pills > li > a > .badge {
4956
+  margin-left: 3px;
4957
+}
4958
+.jumbotron {
4959
+  padding-top: 30px;
4960
+  padding-bottom: 30px;
4961
+  margin-bottom: 30px;
4962
+  color: inherit;
4963
+  background-color: #eee;
4964
+}
4965
+.jumbotron h1,
4966
+.jumbotron .h1 {
4967
+  color: inherit;
4968
+}
4969
+.jumbotron p {
4970
+  margin-bottom: 15px;
4971
+  font-size: 21px;
4972
+  font-weight: 200;
4973
+}
4974
+.jumbotron > hr {
4975
+  border-top-color: #d5d5d5;
4976
+}
4977
+.container .jumbotron,
4978
+.container-fluid .jumbotron {
4979
+  padding-right: 15px;
4980
+  padding-left: 15px;
4981
+  border-radius: 6px;
4982
+}
4983
+.jumbotron .container {
4984
+  max-width: 100%;
4985
+}
4986
+@media screen and (min-width: 768px) {
4987
+  .jumbotron {
4988
+    padding-top: 48px;
4989
+    padding-bottom: 48px;
4990
+  }
4991
+  .container .jumbotron,
4992
+  .container-fluid .jumbotron {
4993
+    padding-right: 60px;
4994
+    padding-left: 60px;
4995
+  }
4996
+  .jumbotron h1,
4997
+  .jumbotron .h1 {
4998
+    font-size: 63px;
4999
+  }
5000
+}
5001
+.thumbnail {
5002
+  display: block;
5003
+  padding: 4px;
5004
+  margin-bottom: 20px;
5005
+  line-height: 1.42857143;
5006
+  background-color: #fff;
5007
+  border: 1px solid #ddd;
5008
+  border-radius: 4px;
5009
+  -webkit-transition: border .2s ease-in-out;
5010
+       -o-transition: border .2s ease-in-out;
5011
+          transition: border .2s ease-in-out;
5012
+}
5013
+.thumbnail > img,
5014
+.thumbnail a > img {
5015
+  margin-right: auto;
5016
+  margin-left: auto;
5017
+}
5018
+a.thumbnail:hover,
5019
+a.thumbnail:focus,
5020
+a.thumbnail.active {
5021
+  border-color: #337ab7;
5022
+}
5023
+.thumbnail .caption {
5024
+  padding: 9px;
5025
+  color: #333;
5026
+}
5027
+.alert {
5028
+  padding: 15px;
5029
+  margin-bottom: 20px;
5030
+  border: 1px solid transparent;
5031
+  border-radius: 4px;
5032
+}
5033
+.alert h4 {
5034
+  margin-top: 0;
5035
+  color: inherit;
5036
+}
5037
+.alert .alert-link {
5038
+  font-weight: bold;
5039
+}
5040
+.alert > p,
5041
+.alert > ul {
5042
+  margin-bottom: 0;
5043
+}
5044
+.alert > p + p {
5045
+  margin-top: 5px;
5046
+}
5047
+.alert-dismissable,
5048
+.alert-dismissible {
5049
+  padding-right: 35px;
5050
+}
5051
+.alert-dismissable .close,
5052
+.alert-dismissible .close {
5053
+  position: relative;
5054
+  top: -2px;
5055
+  right: -21px;
5056
+  color: inherit;
5057
+}
5058
+.alert-success {
5059
+  color: #3c763d;
5060
+  background-color: #dff0d8;
5061
+  border-color: #d6e9c6;
5062
+}
5063
+.alert-success hr {
5064
+  border-top-color: #c9e2b3;
5065
+}
5066
+.alert-success .alert-link {
5067
+  color: #2b542c;
5068
+}
5069
+.alert-info {
5070
+  color: #31708f;
5071
+  background-color: #d9edf7;
5072
+  border-color: #bce8f1;
5073
+}
5074
+.alert-info hr {
5075
+  border-top-color: #a6e1ec;
5076
+}
5077
+.alert-info .alert-link {
5078
+  color: #245269;
5079
+}
5080
+.alert-warning {
5081
+  color: #8a6d3b;
5082
+  background-color: #fcf8e3;
5083
+  border-color: #faebcc;
5084
+}
5085
+.alert-warning hr {
5086
+  border-top-color: #f7e1b5;
5087
+}
5088
+.alert-warning .alert-link {
5089
+  color: #66512c;
5090
+}
5091
+.alert-danger {
5092
+  color: #a94442;
5093
+  background-color: #f2dede;
5094
+  border-color: #ebccd1;
5095
+}
5096
+.alert-danger hr {
5097
+  border-top-color: #e4b9c0;
5098
+}
5099
+.alert-danger .alert-link {
5100
+  color: #843534;
5101
+}
5102
+@-webkit-keyframes progress-bar-stripes {
5103
+  from {
5104
+    background-position: 40px 0;
5105
+  }
5106
+  to {
5107
+    background-position: 0 0;
5108
+  }
5109
+}
5110
+@-o-keyframes progress-bar-stripes {
5111
+  from {
5112
+    background-position: 40px 0;
5113
+  }
5114
+  to {
5115
+    background-position: 0 0;
5116
+  }
5117
+}
5118
+@keyframes progress-bar-stripes {
5119
+  from {
5120
+    background-position: 40px 0;
5121
+  }
5122
+  to {
5123
+    background-position: 0 0;
5124
+  }
5125
+}
5126
+.progress {
5127
+  height: 20px;
5128
+  margin-bottom: 20px;
5129
+  overflow: hidden;
5130
+  background-color: #f5f5f5;
5131
+  border-radius: 4px;
5132
+  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
5133
+          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
5134
+}
5135
+.progress-bar {
5136
+  float: left;
5137
+  width: 0;
5138
+  height: 100%;
5139
+  font-size: 12px;
5140
+  line-height: 20px;
5141
+  color: #fff;
5142
+  text-align: center;
5143
+  background-color: #337ab7;
5144
+  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
5145
+          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
5146
+  -webkit-transition: width .6s ease;
5147
+       -o-transition: width .6s ease;
5148
+          transition: width .6s ease;
5149
+}
5150
+.progress-striped .progress-bar,
5151
+.progress-bar-striped {
5152
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5153
+  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5154
+  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5155
+  -webkit-background-size: 40px 40px;
5156
+          background-size: 40px 40px;
5157
+}
5158
+.progress.active .progress-bar,
5159
+.progress-bar.active {
5160
+  -webkit-animation: progress-bar-stripes 2s linear infinite;
5161
+       -o-animation: progress-bar-stripes 2s linear infinite;
5162
+          animation: progress-bar-stripes 2s linear infinite;
5163
+}
5164
+.progress-bar-success {
5165
+  background-color: #5cb85c;
5166
+}
5167
+.progress-striped .progress-bar-success {
5168
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5169
+  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5170
+  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5171
+}
5172
+.progress-bar-info {
5173
+  background-color: #5bc0de;
5174
+}
5175
+.progress-striped .progress-bar-info {
5176
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5177
+  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5178
+  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5179
+}
5180
+.progress-bar-warning {
5181
+  background-color: #f0ad4e;
5182
+}
5183
+.progress-striped .progress-bar-warning {
5184
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5185
+  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5186
+  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5187
+}
5188
+.progress-bar-danger {
5189
+  background-color: #d9534f;
5190
+}
5191
+.progress-striped .progress-bar-danger {
5192
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5193
+  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5194
+  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5195
+}
5196
+.media {
5197
+  margin-top: 15px;
5198
+}
5199
+.media:first-child {
5200
+  margin-top: 0;
5201
+}
5202
+.media,
5203
+.media-body {
5204
+  overflow: hidden;
5205
+  zoom: 1;
5206
+}
5207
+.media-body {
5208
+  width: 10000px;
5209
+}
5210
+.media-object {
5211
+  display: block;
5212
+}
5213
+.media-object.img-thumbnail {
5214
+  max-width: none;
5215
+}
5216
+.media-right,
5217
+.media > .pull-right {
5218
+  padding-left: 10px;
5219
+}
5220
+.media-left,
5221
+.media > .pull-left {
5222
+  padding-right: 10px;
5223
+}
5224
+.media-left,
5225
+.media-right,
5226
+.media-body {
5227
+  display: table-cell;
5228
+  vertical-align: top;
5229
+}
5230
+.media-middle {
5231
+  vertical-align: middle;
5232
+}
5233
+.media-bottom {
5234
+  vertical-align: bottom;
5235
+}
5236
+.media-heading {
5237
+  margin-top: 0;
5238
+  margin-bottom: 5px;
5239
+}
5240
+.media-list {
5241
+  padding-left: 0;
5242
+  list-style: none;
5243
+}
5244
+.list-group {
5245
+  padding-left: 0;
5246
+  margin-bottom: 20px;
5247
+}
5248
+.list-group-item {
5249
+  position: relative;
5250
+  display: block;
5251
+  padding: 10px 15px;
5252
+  margin-bottom: -1px;
5253
+  background-color: #fff;
5254
+  border: 1px solid #ddd;
5255
+}
5256
+.list-group-item:first-child {
5257
+  border-top-left-radius: 4px;
5258
+  border-top-right-radius: 4px;
5259
+}
5260
+.list-group-item:last-child {
5261
+  margin-bottom: 0;
5262
+  border-bottom-right-radius: 4px;
5263
+  border-bottom-left-radius: 4px;
5264
+}
5265
+a.list-group-item,
5266
+button.list-group-item {
5267
+  color: #555;
5268
+}
5269
+a.list-group-item .list-group-item-heading,
5270
+button.list-group-item .list-group-item-heading {
5271
+  color: #333;
5272
+}
5273
+a.list-group-item:hover,
5274
+button.list-group-item:hover,
5275
+a.list-group-item:focus,
5276
+button.list-group-item:focus {
5277
+  color: #555;
5278
+  text-decoration: none;
5279
+  background-color: #f5f5f5;
5280
+}
5281
+button.list-group-item {
5282
+  width: 100%;
5283
+  text-align: left;
5284
+}
5285
+.list-group-item.disabled,
5286
+.list-group-item.disabled:hover,
5287
+.list-group-item.disabled:focus {
5288
+  color: #777;
5289
+  cursor: not-allowed;
5290
+  background-color: #eee;
5291
+}
5292
+.list-group-item.disabled .list-group-item-heading,
5293
+.list-group-item.disabled:hover .list-group-item-heading,
5294
+.list-group-item.disabled:focus .list-group-item-heading {
5295
+  color: inherit;
5296
+}
5297
+.list-group-item.disabled .list-group-item-text,
5298
+.list-group-item.disabled:hover .list-group-item-text,
5299
+.list-group-item.disabled:focus .list-group-item-text {
5300
+  color: #777;
5301
+}
5302
+.list-group-item.active,
5303
+.list-group-item.active:hover,
5304
+.list-group-item.active:focus {
5305
+  z-index: 2;
5306
+  color: #fff;
5307
+  background-color: #337ab7;
5308
+  border-color: #337ab7;
5309
+}
5310
+.list-group-item.active .list-group-item-heading,
5311
+.list-group-item.active:hover .list-group-item-heading,
5312
+.list-group-item.active:focus .list-group-item-heading,
5313
+.list-group-item.active .list-group-item-heading > small,
5314
+.list-group-item.active:hover .list-group-item-heading > small,
5315
+.list-group-item.active:focus .list-group-item-heading > small,
5316
+.list-group-item.active .list-group-item-heading > .small,
5317
+.list-group-item.active:hover .list-group-item-heading > .small,
5318
+.list-group-item.active:focus .list-group-item-heading > .small {
5319
+  color: inherit;
5320
+}
5321
+.list-group-item.active .list-group-item-text,
5322
+.list-group-item.active:hover .list-group-item-text,
5323
+.list-group-item.active:focus .list-group-item-text {
5324
+  color: #c7ddef;
5325
+}
5326
+.list-group-item-success {
5327
+  color: #3c763d;
5328
+  background-color: #dff0d8;
5329
+}
5330
+a.list-group-item-success,
5331
+button.list-group-item-success {
5332
+  color: #3c763d;
5333
+}
5334
+a.list-group-item-success .list-group-item-heading,
5335
+button.list-group-item-success .list-group-item-heading {
5336
+  color: inherit;
5337
+}
5338
+a.list-group-item-success:hover,
5339
+button.list-group-item-success:hover,
5340
+a.list-group-item-success:focus,
5341
+button.list-group-item-success:focus {
5342
+  color: #3c763d;
5343
+  background-color: #d0e9c6;
5344
+}
5345
+a.list-group-item-success.active,
5346
+button.list-group-item-success.active,
5347
+a.list-group-item-success.active:hover,
5348
+button.list-group-item-success.active:hover,
5349
+a.list-group-item-success.active:focus,
5350
+button.list-group-item-success.active:focus {
5351
+  color: #fff;
5352
+  background-color: #3c763d;
5353
+  border-color: #3c763d;
5354
+}
5355
+.list-group-item-info {
5356
+  color: #31708f;
5357
+  background-color: #d9edf7;
5358
+}
5359
+a.list-group-item-info,
5360
+button.list-group-item-info {
5361
+  color: #31708f;
5362
+}
5363
+a.list-group-item-info .list-group-item-heading,
5364
+button.list-group-item-info .list-group-item-heading {
5365
+  color: inherit;
5366
+}
5367
+a.list-group-item-info:hover,
5368
+button.list-group-item-info:hover,
5369
+a.list-group-item-info:focus,
5370
+button.list-group-item-info:focus {
5371
+  color: #31708f;
5372
+  background-color: #c4e3f3;
5373
+}
5374
+a.list-group-item-info.active,
5375
+button.list-group-item-info.active,
5376
+a.list-group-item-info.active:hover,
5377
+button.list-group-item-info.active:hover,
5378
+a.list-group-item-info.active:focus,
5379
+button.list-group-item-info.active:focus {
5380
+  color: #fff;
5381
+  background-color: #31708f;
5382
+  border-color: #31708f;
5383
+}
5384
+.list-group-item-warning {
5385
+  color: #8a6d3b;
5386
+  background-color: #fcf8e3;
5387
+}
5388
+a.list-group-item-warning,
5389
+button.list-group-item-warning {
5390
+  color: #8a6d3b;
5391
+}
5392
+a.list-group-item-warning .list-group-item-heading,
5393
+button.list-group-item-warning .list-group-item-heading {
5394
+  color: inherit;
5395
+}
5396
+a.list-group-item-warning:hover,
5397
+button.list-group-item-warning:hover,
5398
+a.list-group-item-warning:focus,
5399
+button.list-group-item-warning:focus {
5400
+  color: #8a6d3b;
5401
+  background-color: #faf2cc;
5402
+}
5403
+a.list-group-item-warning.active,
5404
+button.list-group-item-warning.active,
5405
+a.list-group-item-warning.active:hover,
5406
+button.list-group-item-warning.active:hover,
5407
+a.list-group-item-warning.active:focus,
5408
+button.list-group-item-warning.active:focus {
5409
+  color: #fff;
5410
+  background-color: #8a6d3b;
5411
+  border-color: #8a6d3b;
5412
+}
5413
+.list-group-item-danger {
5414
+  color: #a94442;
5415
+  background-color: #f2dede;
5416
+}
5417
+a.list-group-item-danger,
5418
+button.list-group-item-danger {
5419
+  color: #a94442;
5420
+}
5421
+a.list-group-item-danger .list-group-item-heading,
5422
+button.list-group-item-danger .list-group-item-heading {
5423
+  color: inherit;
5424
+}
5425
+a.list-group-item-danger:hover,
5426
+button.list-group-item-danger:hover,
5427
+a.list-group-item-danger:focus,
5428
+button.list-group-item-danger:focus {
5429
+  color: #a94442;
5430
+  background-color: #ebcccc;
5431
+}
5432
+a.list-group-item-danger.active,
5433
+button.list-group-item-danger.active,
5434
+a.list-group-item-danger.active:hover,
5435
+button.list-group-item-danger.active:hover,
5436
+a.list-group-item-danger.active:focus,
5437
+button.list-group-item-danger.active:focus {
5438
+  color: #fff;
5439
+  background-color: #a94442;
5440
+  border-color: #a94442;
5441
+}
5442
+.list-group-item-heading {
5443
+  margin-top: 0;
5444
+  margin-bottom: 5px;
5445
+}
5446
+.list-group-item-text {
5447
+  margin-bottom: 0;
5448
+  line-height: 1.3;
5449
+}
5450
+.panel {
5451
+  margin-bottom: 20px;
5452
+  background-color: #fff;
5453
+  border: 1px solid transparent;
5454
+  border-radius: 4px;
5455
+  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
5456
+          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
5457
+}
5458
+.panel-body {
5459
+  padding: 15px;
5460
+}
5461
+.panel-heading {
5462
+  padding: 10px 15px;
5463
+  border-bottom: 1px solid transparent;
5464
+  border-top-left-radius: 3px;
5465
+  border-top-right-radius: 3px;
5466
+}
5467
+.panel-heading > .dropdown .dropdown-toggle {
5468
+  color: inherit;
5469
+}
5470
+.panel-title {
5471
+  margin-top: 0;
5472
+  margin-bottom: 0;
5473
+  font-size: 16px;
5474
+  color: inherit;
5475
+}
5476
+.panel-title > a,
5477
+.panel-title > small,
5478
+.panel-title > .small,
5479
+.panel-title > small > a,
5480
+.panel-title > .small > a {
5481
+  color: inherit;
5482
+}
5483
+.panel-footer {
5484
+  padding: 10px 15px;
5485
+  background-color: #f5f5f5;
5486
+  border-top: 1px solid #ddd;
5487
+  border-bottom-right-radius: 3px;
5488
+  border-bottom-left-radius: 3px;
5489
+}
5490
+.panel > .list-group,
5491
+.panel > .panel-collapse > .list-group {
5492
+  margin-bottom: 0;
5493
+}
5494
+.panel > .list-group .list-group-item,
5495
+.panel > .panel-collapse > .list-group .list-group-item {
5496
+  border-width: 1px 0;
5497
+  border-radius: 0;
5498
+}
5499
+.panel > .list-group:first-child .list-group-item:first-child,
5500
+.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
5501
+  border-top: 0;
5502
+  border-top-left-radius: 3px;
5503
+  border-top-right-radius: 3px;
5504
+}
5505
+.panel > .list-group:last-child .list-group-item:last-child,
5506
+.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
5507
+  border-bottom: 0;
5508
+  border-bottom-right-radius: 3px;
5509
+  border-bottom-left-radius: 3px;
5510
+}
5511
+.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
5512
+  border-top-left-radius: 0;
5513
+  border-top-right-radius: 0;
5514
+}
5515
+.panel-heading + .list-group .list-group-item:first-child {
5516
+  border-top-width: 0;
5517
+}
5518
+.list-group + .panel-footer {
5519
+  border-top-width: 0;
5520
+}
5521
+.panel > .table,
5522
+.panel > .table-responsive > .table,
5523
+.panel > .panel-collapse > .table {
5524
+  margin-bottom: 0;
5525
+}
5526
+.panel > .table caption,
5527
+.panel > .table-responsive > .table caption,
5528
+.panel > .panel-collapse > .table caption {
5529
+  padding-right: 15px;
5530
+  padding-left: 15px;
5531
+}
5532
+.panel > .table:first-child,
5533
+.panel > .table-responsive:first-child > .table:first-child {
5534
+  border-top-left-radius: 3px;
5535
+  border-top-right-radius: 3px;
5536
+}
5537
+.panel > .table:first-child > thead:first-child > tr:first-child,
5538
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
5539
+.panel > .table:first-child > tbody:first-child > tr:first-child,
5540
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
5541
+  border-top-left-radius: 3px;
5542
+  border-top-right-radius: 3px;
5543
+}
5544
+.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
5545
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
5546
+.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5547
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5548
+.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
5549
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
5550
+.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
5551
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
5552
+  border-top-left-radius: 3px;
5553
+}
5554
+.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
5555
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
5556
+.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5557
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5558
+.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
5559
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
5560
+.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
5561
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
5562
+  border-top-right-radius: 3px;
5563
+}
5564
+.panel > .table:last-child,
5565
+.panel > .table-responsive:last-child > .table:last-child {
5566
+  border-bottom-right-radius: 3px;
5567
+  border-bottom-left-radius: 3px;
5568
+}
5569
+.panel > .table:last-child > tbody:last-child > tr:last-child,
5570
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
5571
+.panel > .table:last-child > tfoot:last-child > tr:last-child,
5572
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
5573
+  border-bottom-right-radius: 3px;
5574
+  border-bottom-left-radius: 3px;
5575
+}
5576
+.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5577
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5578
+.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5579
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5580
+.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5581
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5582
+.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
5583
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
5584
+  border-bottom-left-radius: 3px;
5585
+}
5586
+.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5587
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5588
+.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5589
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5590
+.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5591
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5592
+.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
5593
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
5594
+  border-bottom-right-radius: 3px;
5595
+}
5596
+.panel > .panel-body + .table,
5597
+.panel > .panel-body + .table-responsive,
5598
+.panel > .table + .panel-body,
5599
+.panel > .table-responsive + .panel-body {
5600
+  border-top: 1px solid #ddd;
5601
+}
5602
+.panel > .table > tbody:first-child > tr:first-child th,
5603
+.panel > .table > tbody:first-child > tr:first-child td {
5604
+  border-top: 0;
5605
+}
5606
+.panel > .table-bordered,
5607
+.panel > .table-responsive > .table-bordered {
5608
+  border: 0;
5609
+}
5610
+.panel > .table-bordered > thead > tr > th:first-child,
5611
+.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
5612
+.panel > .table-bordered > tbody > tr > th:first-child,
5613
+.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
5614
+.panel > .table-bordered > tfoot > tr > th:first-child,
5615
+.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
5616
+.panel > .table-bordered > thead > tr > td:first-child,
5617
+.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
5618
+.panel > .table-bordered > tbody > tr > td:first-child,
5619
+.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
5620
+.panel > .table-bordered > tfoot > tr > td:first-child,
5621
+.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
5622
+  border-left: 0;
5623
+}
5624
+.panel > .table-bordered > thead > tr > th:last-child,
5625
+.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
5626
+.panel > .table-bordered > tbody > tr > th:last-child,
5627
+.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
5628
+.panel > .table-bordered > tfoot > tr > th:last-child,
5629
+.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
5630
+.panel > .table-bordered > thead > tr > td:last-child,
5631
+.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
5632
+.panel > .table-bordered > tbody > tr > td:last-child,
5633
+.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
5634
+.panel > .table-bordered > tfoot > tr > td:last-child,
5635
+.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
5636
+  border-right: 0;
5637
+}
5638
+.panel > .table-bordered > thead > tr:first-child > td,
5639
+.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
5640
+.panel > .table-bordered > tbody > tr:first-child > td,
5641
+.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
5642
+.panel > .table-bordered > thead > tr:first-child > th,
5643
+.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
5644
+.panel > .table-bordered > tbody > tr:first-child > th,
5645
+.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
5646
+  border-bottom: 0;
5647
+}
5648
+.panel > .table-bordered > tbody > tr:last-child > td,
5649
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
5650
+.panel > .table-bordered > tfoot > tr:last-child > td,
5651
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
5652
+.panel > .table-bordered > tbody > tr:last-child > th,
5653
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
5654
+.panel > .table-bordered > tfoot > tr:last-child > th,
5655
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
5656
+  border-bottom: 0;
5657
+}
5658
+.panel > .table-responsive {
5659
+  margin-bottom: 0;
5660
+  border: 0;
5661
+}
5662
+.panel-group {
5663
+  margin-bottom: 20px;
5664
+}
5665
+.panel-group .panel {
5666
+  margin-bottom: 0;
5667
+  border-radius: 4px;
5668
+}
5669
+.panel-group .panel + .panel {
5670
+  margin-top: 5px;
5671
+}
5672
+.panel-group .panel-heading {
5673
+  border-bottom: 0;
5674
+}
5675
+.panel-group .panel-heading + .panel-collapse > .panel-body,
5676
+.panel-group .panel-heading + .panel-collapse > .list-group {
5677
+  border-top: 1px solid #ddd;
5678
+}
5679
+.panel-group .panel-footer {
5680
+  border-top: 0;
5681
+}
5682
+.panel-group .panel-footer + .panel-collapse .panel-body {
5683
+  border-bottom: 1px solid #ddd;
5684
+}
5685
+.panel-default {
5686
+  border-color: #ddd;
5687
+}
5688
+.panel-default > .panel-heading {
5689
+  color: #333;
5690
+  background-color: #f5f5f5;
5691
+  border-color: #ddd;
5692
+}
5693
+.panel-default > .panel-heading + .panel-collapse > .panel-body {
5694
+  border-top-color: #ddd;
5695
+}
5696
+.panel-default > .panel-heading .badge {
5697
+  color: #f5f5f5;
5698
+  background-color: #333;
5699
+}
5700
+.panel-default > .panel-footer + .panel-collapse > .panel-body {
5701
+  border-bottom-color: #ddd;
5702
+}
5703
+.panel-primary {
5704
+  border-color: #337ab7;
5705
+}
5706
+.panel-primary > .panel-heading {
5707
+  color: #fff;
5708
+  background-color: #337ab7;
5709
+  border-color: #337ab7;
5710
+}
5711
+.panel-primary > .panel-heading + .panel-collapse > .panel-body {
5712
+  border-top-color: #337ab7;
5713
+}
5714
+.panel-primary > .panel-heading .badge {
5715
+  color: #337ab7;
5716
+  background-color: #fff;
5717
+}
5718
+.panel-primary > .panel-footer + .panel-collapse > .panel-body {
5719
+  border-bottom-color: #337ab7;
5720
+}
5721
+.panel-success {
5722
+  border-color: #d6e9c6;
5723
+}
5724
+.panel-success > .panel-heading {
5725
+  color: #3c763d;
5726
+  background-color: #dff0d8;
5727
+  border-color: #d6e9c6;
5728
+}
5729
+.panel-success > .panel-heading + .panel-collapse > .panel-body {
5730
+  border-top-color: #d6e9c6;
5731
+}
5732
+.panel-success > .panel-heading .badge {
5733
+  color: #dff0d8;
5734
+  background-color: #3c763d;
5735
+}
5736
+.panel-success > .panel-footer + .panel-collapse > .panel-body {
5737
+  border-bottom-color: #d6e9c6;
5738
+}
5739
+.panel-info {
5740
+  border-color: #bce8f1;
5741
+}
5742
+.panel-info > .panel-heading {
5743
+  color: #31708f;
5744
+  background-color: #d9edf7;
5745
+  border-color: #bce8f1;
5746
+}
5747
+.panel-info > .panel-heading + .panel-collapse > .panel-body {
5748
+  border-top-color: #bce8f1;
5749
+}
5750
+.panel-info > .panel-heading .badge {
5751
+  color: #d9edf7;
5752
+  background-color: #31708f;
5753
+}
5754
+.panel-info > .panel-footer + .panel-collapse > .panel-body {
5755
+  border-bottom-color: #bce8f1;
5756
+}
5757
+.panel-warning {
5758
+  border-color: #faebcc;
5759
+}
5760
+.panel-warning > .panel-heading {
5761
+  color: #8a6d3b;
5762
+  background-color: #fcf8e3;
5763
+  border-color: #faebcc;
5764
+}
5765
+.panel-warning > .panel-heading + .panel-collapse > .panel-body {
5766
+  border-top-color: #faebcc;
5767
+}
5768
+.panel-warning > .panel-heading .badge {
5769
+  color: #fcf8e3;
5770
+  background-color: #8a6d3b;
5771
+}
5772
+.panel-warning > .panel-footer + .panel-collapse > .panel-body {
5773
+  border-bottom-color: #faebcc;
5774
+}
5775
+.panel-danger {
5776
+  border-color: #ebccd1;
5777
+}
5778
+.panel-danger > .panel-heading {
5779
+  color: #a94442;
5780
+  background-color: #f2dede;
5781
+  border-color: #ebccd1;
5782
+}
5783
+.panel-danger > .panel-heading + .panel-collapse > .panel-body {
5784
+  border-top-color: #ebccd1;
5785
+}
5786
+.panel-danger > .panel-heading .badge {
5787
+  color: #f2dede;
5788
+  background-color: #a94442;
5789
+}
5790
+.panel-danger > .panel-footer + .panel-collapse > .panel-body {
5791
+  border-bottom-color: #ebccd1;
5792
+}
5793
+.embed-responsive {
5794
+  position: relative;
5795
+  display: block;
5796
+  height: 0;
5797
+  padding: 0;
5798
+  overflow: hidden;
5799
+}
5800
+.embed-responsive .embed-responsive-item,
5801
+.embed-responsive iframe,
5802
+.embed-responsive embed,
5803
+.embed-responsive object,
5804
+.embed-responsive video {
5805
+  position: absolute;
5806
+  top: 0;
5807
+  bottom: 0;
5808
+  left: 0;
5809
+  width: 100%;
5810
+  height: 100%;
5811
+  border: 0;
5812
+}
5813
+.embed-responsive-16by9 {
5814
+  padding-bottom: 56.25%;
5815
+}
5816
+.embed-responsive-4by3 {
5817
+  padding-bottom: 75%;
5818
+}
5819
+.well {
5820
+  min-height: 20px;
5821
+  padding: 19px;
5822
+  margin-bottom: 20px;
5823
+  background-color: #f5f5f5;
5824
+  border: 1px solid #e3e3e3;
5825
+  border-radius: 4px;
5826
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
5827
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
5828
+}
5829
+.well blockquote {
5830
+  border-color: #ddd;
5831
+  border-color: rgba(0, 0, 0, .15);
5832
+}
5833
+.well-lg {
5834
+  padding: 24px;
5835
+  border-radius: 6px;
5836
+}
5837
+.well-sm {
5838
+  padding: 9px;
5839
+  border-radius: 3px;
5840
+}
5841
+.close {
5842
+  float: right;
5843
+  font-size: 21px;
5844
+  font-weight: bold;
5845
+  line-height: 1;
5846
+  color: #000;
5847
+  text-shadow: 0 1px 0 #fff;
5848
+  filter: alpha(opacity=20);
5849
+  opacity: .2;
5850
+}
5851
+.close:hover,
5852
+.close:focus {
5853
+  color: #000;
5854
+  text-decoration: none;
5855
+  cursor: pointer;
5856
+  filter: alpha(opacity=50);
5857
+  opacity: .5;
5858
+}
5859
+button.close {
5860
+  -webkit-appearance: none;
5861
+  padding: 0;
5862
+  cursor: pointer;
5863
+  background: transparent;
5864
+  border: 0;
5865
+}
5866
+.modal-open {
5867
+  overflow: hidden;
5868
+}
5869
+.modal {
5870
+  position: fixed;
5871
+  top: 0;
5872
+  right: 0;
5873
+  bottom: 0;
5874
+  left: 0;
5875
+  z-index: 1050;
5876
+  display: none;
5877
+  overflow: hidden;
5878
+  -webkit-overflow-scrolling: touch;
5879
+  outline: 0;
5880
+}
5881
+.modal.fade .modal-dialog {
5882
+  -webkit-transition: -webkit-transform .3s ease-out;
5883
+       -o-transition:      -o-transform .3s ease-out;
5884
+          transition:         transform .3s ease-out;
5885
+  -webkit-transform: translate(0, -25%);
5886
+      -ms-transform: translate(0, -25%);
5887
+       -o-transform: translate(0, -25%);
5888
+          transform: translate(0, -25%);
5889
+}
5890
+.modal.in .modal-dialog {
5891
+  -webkit-transform: translate(0, 0);
5892
+      -ms-transform: translate(0, 0);
5893
+       -o-transform: translate(0, 0);
5894
+          transform: translate(0, 0);
5895
+}
5896
+.modal-open .modal {
5897
+  overflow-x: hidden;
5898
+  overflow-y: auto;
5899
+}
5900
+.modal-dialog {
5901
+  position: relative;
5902
+  width: auto;
5903
+  margin: 10px;
5904
+}
5905
+.modal-content {
5906
+  position: relative;
5907
+  background-color: #fff;
5908
+  -webkit-background-clip: padding-box;
5909
+          background-clip: padding-box;
5910
+  border: 1px solid #999;
5911
+  border: 1px solid rgba(0, 0, 0, .2);
5912
+  border-radius: 6px;
5913
+  outline: 0;
5914
+  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
5915
+          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
5916
+}
5917
+.modal-backdrop {
5918
+  position: fixed;
5919
+  top: 0;
5920
+  right: 0;
5921
+  bottom: 0;
5922
+  left: 0;
5923
+  z-index: 1040;
5924
+  background-color: #000;
5925
+}
5926
+.modal-backdrop.fade {
5927
+  filter: alpha(opacity=0);
5928
+  opacity: 0;
5929
+}
5930
+.modal-backdrop.in {
5931
+  filter: alpha(opacity=50);
5932
+  opacity: .5;
5933
+}
5934
+.modal-header {
5935
+  padding: 15px;
5936
+  border-bottom: 1px solid #e5e5e5;
5937
+}
5938
+.modal-header .close {
5939
+  margin-top: -2px;
5940
+}
5941
+.modal-title {
5942
+  margin: 0;
5943
+  line-height: 1.42857143;
5944
+}
5945
+.modal-body {
5946
+  position: relative;
5947
+  padding: 15px;
5948
+}
5949
+.modal-footer {
5950
+  padding: 15px;
5951
+  text-align: right;
5952
+  border-top: 1px solid #e5e5e5;
5953
+}
5954
+.modal-footer .btn + .btn {
5955
+  margin-bottom: 0;
5956
+  margin-left: 5px;
5957
+}
5958
+.modal-footer .btn-group .btn + .btn {
5959
+  margin-left: -1px;
5960
+}
5961
+.modal-footer .btn-block + .btn-block {
5962
+  margin-left: 0;
5963
+}
5964
+.modal-scrollbar-measure {
5965
+  position: absolute;
5966
+  top: -9999px;
5967
+  width: 50px;
5968
+  height: 50px;
5969
+  overflow: scroll;
5970
+}
5971
+@media (min-width: 768px) {
5972
+  .modal-dialog {
5973
+    width: 600px;
5974
+    margin: 30px auto;
5975
+  }
5976
+  .modal-content {
5977
+    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
5978
+            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
5979
+  }
5980
+  .modal-sm {
5981
+    width: 300px;
5982
+  }
5983
+}
5984
+@media (min-width: 992px) {
5985
+  .modal-lg {
5986
+    width: 900px;
5987
+  }
5988
+}
5989
+.tooltip {
5990
+  position: absolute;
5991
+  z-index: 1070;
5992
+  display: block;
5993
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5994
+  font-size: 12px;
5995
+  font-style: normal;
5996
+  font-weight: normal;
5997
+  line-height: 1.42857143;
5998
+  text-align: left;
5999
+  text-align: start;
6000
+  text-decoration: none;
6001
+  text-shadow: none;
6002
+  text-transform: none;
6003
+  letter-spacing: normal;
6004
+  word-break: normal;
6005
+  word-spacing: normal;
6006
+  word-wrap: normal;
6007
+  white-space: normal;
6008
+  filter: alpha(opacity=0);
6009
+  opacity: 0;
6010
+
6011
+  line-break: auto;
6012
+}
6013
+.tooltip.in {
6014
+  filter: alpha(opacity=90);
6015
+  opacity: .9;
6016
+}
6017
+.tooltip.top {
6018
+  padding: 5px 0;
6019
+  margin-top: -3px;
6020
+}
6021
+.tooltip.right {
6022
+  padding: 0 5px;
6023
+  margin-left: 3px;
6024
+}
6025
+.tooltip.bottom {
6026
+  padding: 5px 0;
6027
+  margin-top: 3px;
6028
+}
6029
+.tooltip.left {
6030
+  padding: 0 5px;
6031
+  margin-left: -3px;
6032
+}
6033
+.tooltip-inner {
6034
+  max-width: 200px;
6035
+  padding: 3px 8px;
6036
+  color: #fff;
6037
+  text-align: center;
6038
+  background-color: #000;
6039
+  border-radius: 4px;
6040
+}
6041
+.tooltip-arrow {
6042
+  position: absolute;
6043
+  width: 0;
6044
+  height: 0;
6045
+  border-color: transparent;
6046
+  border-style: solid;
6047
+}
6048
+.tooltip.top .tooltip-arrow {
6049
+  bottom: 0;
6050
+  left: 50%;
6051
+  margin-left: -5px;
6052
+  border-width: 5px 5px 0;
6053
+  border-top-color: #000;
6054
+}
6055
+.tooltip.top-left .tooltip-arrow {
6056
+  right: 5px;
6057
+  bottom: 0;
6058
+  margin-bottom: -5px;
6059
+  border-width: 5px 5px 0;
6060
+  border-top-color: #000;
6061
+}
6062
+.tooltip.top-right .tooltip-arrow {
6063
+  bottom: 0;
6064
+  left: 5px;
6065
+  margin-bottom: -5px;
6066
+  border-width: 5px 5px 0;
6067
+  border-top-color: #000;
6068
+}
6069
+.tooltip.right .tooltip-arrow {
6070
+  top: 50%;
6071
+  left: 0;
6072
+  margin-top: -5px;
6073
+  border-width: 5px 5px 5px 0;
6074
+  border-right-color: #000;
6075
+}
6076
+.tooltip.left .tooltip-arrow {
6077
+  top: 50%;
6078
+  right: 0;
6079
+  margin-top: -5px;
6080
+  border-width: 5px 0 5px 5px;
6081
+  border-left-color: #000;
6082
+}
6083
+.tooltip.bottom .tooltip-arrow {
6084
+  top: 0;
6085
+  left: 50%;
6086
+  margin-left: -5px;
6087
+  border-width: 0 5px 5px;
6088
+  border-bottom-color: #000;
6089
+}
6090
+.tooltip.bottom-left .tooltip-arrow {
6091
+  top: 0;
6092
+  right: 5px;
6093
+  margin-top: -5px;
6094
+  border-width: 0 5px 5px;
6095
+  border-bottom-color: #000;
6096
+}
6097
+.tooltip.bottom-right .tooltip-arrow {
6098
+  top: 0;
6099
+  left: 5px;
6100
+  margin-top: -5px;
6101
+  border-width: 0 5px 5px;
6102
+  border-bottom-color: #000;
6103
+}
6104
+.popover {
6105
+  position: absolute;
6106
+  top: 0;
6107
+  left: 0;
6108
+  z-index: 1060;
6109
+  display: none;
6110
+  max-width: 276px;
6111
+  padding: 1px;
6112
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
6113
+  font-size: 14px;
6114
+  font-style: normal;
6115
+  font-weight: normal;
6116
+  line-height: 1.42857143;
6117
+  text-align: left;
6118
+  text-align: start;
6119
+  text-decoration: none;
6120
+  text-shadow: none;
6121
+  text-transform: none;
6122
+  letter-spacing: normal;
6123
+  word-break: normal;
6124
+  word-spacing: normal;
6125
+  word-wrap: normal;
6126
+  white-space: normal;
6127
+  background-color: #fff;
6128
+  -webkit-background-clip: padding-box;
6129
+          background-clip: padding-box;
6130
+  border: 1px solid #ccc;
6131
+  border: 1px solid rgba(0, 0, 0, .2);
6132
+  border-radius: 6px;
6133
+  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
6134
+          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
6135
+
6136
+  line-break: auto;
6137
+}
6138
+.popover.top {
6139
+  margin-top: -10px;
6140
+}
6141
+.popover.right {
6142
+  margin-left: 10px;
6143
+}
6144
+.popover.bottom {
6145
+  margin-top: 10px;
6146
+}
6147
+.popover.left {
6148
+  margin-left: -10px;
6149
+}
6150
+.popover-title {
6151
+  padding: 8px 14px;
6152
+  margin: 0;
6153
+  font-size: 14px;
6154
+  background-color: #f7f7f7;
6155
+  border-bottom: 1px solid #ebebeb;
6156
+  border-radius: 5px 5px 0 0;
6157
+}
6158
+.popover-content {
6159
+  padding: 9px 14px;
6160
+}
6161
+.popover > .arrow,
6162
+.popover > .arrow:after {
6163
+  position: absolute;
6164
+  display: block;
6165
+  width: 0;
6166
+  height: 0;
6167
+  border-color: transparent;
6168
+  border-style: solid;
6169
+}
6170
+.popover > .arrow {
6171
+  border-width: 11px;
6172
+}
6173
+.popover > .arrow:after {
6174
+  content: "";
6175
+  border-width: 10px;
6176
+}
6177
+.popover.top > .arrow {
6178
+  bottom: -11px;
6179
+  left: 50%;
6180
+  margin-left: -11px;
6181
+  border-top-color: #999;
6182
+  border-top-color: rgba(0, 0, 0, .25);
6183
+  border-bottom-width: 0;
6184
+}
6185
+.popover.top > .arrow:after {
6186
+  bottom: 1px;
6187
+  margin-left: -10px;
6188
+  content: " ";
6189
+  border-top-color: #fff;
6190
+  border-bottom-width: 0;
6191
+}
6192
+.popover.right > .arrow {
6193
+  top: 50%;
6194
+  left: -11px;
6195
+  margin-top: -11px;
6196
+  border-right-color: #999;
6197
+  border-right-color: rgba(0, 0, 0, .25);
6198
+  border-left-width: 0;
6199
+}
6200
+.popover.right > .arrow:after {
6201
+  bottom: -10px;
6202
+  left: 1px;
6203
+  content: " ";
6204
+  border-right-color: #fff;
6205
+  border-left-width: 0;
6206
+}
6207
+.popover.bottom > .arrow {
6208
+  top: -11px;
6209
+  left: 50%;
6210
+  margin-left: -11px;
6211
+  border-top-width: 0;
6212
+  border-bottom-color: #999;
6213
+  border-bottom-color: rgba(0, 0, 0, .25);
6214
+}
6215
+.popover.bottom > .arrow:after {
6216
+  top: 1px;
6217
+  margin-left: -10px;
6218
+  content: " ";
6219
+  border-top-width: 0;
6220
+  border-bottom-color: #fff;
6221
+}
6222
+.popover.left > .arrow {
6223
+  top: 50%;
6224
+  right: -11px;
6225
+  margin-top: -11px;
6226
+  border-right-width: 0;
6227
+  border-left-color: #999;
6228
+  border-left-color: rgba(0, 0, 0, .25);
6229
+}
6230
+.popover.left > .arrow:after {
6231
+  right: 1px;
6232
+  bottom: -10px;
6233
+  content: " ";
6234
+  border-right-width: 0;
6235
+  border-left-color: #fff;
6236
+}
6237
+.carousel {
6238
+  position: relative;
6239
+}
6240
+.carousel-inner {
6241
+  position: relative;
6242
+  width: 100%;
6243
+  overflow: hidden;
6244
+}
6245
+.carousel-inner > .item {
6246
+  position: relative;
6247
+  display: none;
6248
+  -webkit-transition: .6s ease-in-out left;
6249
+       -o-transition: .6s ease-in-out left;
6250
+          transition: .6s ease-in-out left;
6251
+}
6252
+.carousel-inner > .item > img,
6253
+.carousel-inner > .item > a > img {
6254
+  line-height: 1;
6255
+}
6256
+@media all and (transform-3d), (-webkit-transform-3d) {
6257
+  .carousel-inner > .item {
6258
+    -webkit-transition: -webkit-transform .6s ease-in-out;
6259
+         -o-transition:      -o-transform .6s ease-in-out;
6260
+            transition:         transform .6s ease-in-out;
6261
+
6262
+    -webkit-backface-visibility: hidden;
6263
+            backface-visibility: hidden;
6264
+    -webkit-perspective: 1000px;
6265
+            perspective: 1000px;
6266
+  }
6267
+  .carousel-inner > .item.next,
6268
+  .carousel-inner > .item.active.right {
6269
+    left: 0;
6270
+    -webkit-transform: translate3d(100%, 0, 0);
6271
+            transform: translate3d(100%, 0, 0);
6272
+  }
6273
+  .carousel-inner > .item.prev,
6274
+  .carousel-inner > .item.active.left {
6275
+    left: 0;
6276
+    -webkit-transform: translate3d(-100%, 0, 0);
6277
+            transform: translate3d(-100%, 0, 0);
6278
+  }
6279
+  .carousel-inner > .item.next.left,
6280
+  .carousel-inner > .item.prev.right,
6281
+  .carousel-inner > .item.active {
6282
+    left: 0;
6283
+    -webkit-transform: translate3d(0, 0, 0);
6284
+            transform: translate3d(0, 0, 0);
6285
+  }
6286
+}
6287
+.carousel-inner > .active,
6288
+.carousel-inner > .next,
6289
+.carousel-inner > .prev {
6290
+  display: block;
6291
+}
6292
+.carousel-inner > .active {
6293
+  left: 0;
6294
+}
6295
+.carousel-inner > .next,
6296
+.carousel-inner > .prev {
6297
+  position: absolute;
6298
+  top: 0;
6299
+  width: 100%;
6300
+}
6301
+.carousel-inner > .next {
6302
+  left: 100%;
6303
+}
6304
+.carousel-inner > .prev {
6305
+  left: -100%;
6306
+}
6307
+.carousel-inner > .next.left,
6308
+.carousel-inner > .prev.right {
6309
+  left: 0;
6310
+}
6311
+.carousel-inner > .active.left {
6312
+  left: -100%;
6313
+}
6314
+.carousel-inner > .active.right {
6315
+  left: 100%;
6316
+}
6317
+.carousel-control {
6318
+  position: absolute;
6319
+  top: 0;
6320
+  bottom: 0;
6321
+  left: 0;
6322
+  width: 15%;
6323
+  font-size: 20px;
6324
+  color: #fff;
6325
+  text-align: center;
6326
+  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
6327
+  background-color: rgba(0, 0, 0, 0);
6328
+  filter: alpha(opacity=50);
6329
+  opacity: .5;
6330
+}
6331
+.carousel-control.left {
6332
+  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
6333
+  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
6334
+  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
6335
+  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
6336
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
6337
+  background-repeat: repeat-x;
6338
+}
6339
+.carousel-control.right {
6340
+  right: 0;
6341
+  left: auto;
6342
+  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
6343
+  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
6344
+  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
6345
+  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
6346
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
6347
+  background-repeat: repeat-x;
6348
+}
6349
+.carousel-control:hover,
6350
+.carousel-control:focus {
6351
+  color: #fff;
6352
+  text-decoration: none;
6353
+  filter: alpha(opacity=90);
6354
+  outline: 0;
6355
+  opacity: .9;
6356
+}
6357
+.carousel-control .icon-prev,
6358
+.carousel-control .icon-next,
6359
+.carousel-control .glyphicon-chevron-left,
6360
+.carousel-control .glyphicon-chevron-right {
6361
+  position: absolute;
6362
+  top: 50%;
6363
+  z-index: 5;
6364
+  display: inline-block;
6365
+  margin-top: -10px;
6366
+}
6367
+.carousel-control .icon-prev,
6368
+.carousel-control .glyphicon-chevron-left {
6369
+  left: 50%;
6370
+  margin-left: -10px;
6371
+}
6372
+.carousel-control .icon-next,
6373
+.carousel-control .glyphicon-chevron-right {
6374
+  right: 50%;
6375
+  margin-right: -10px;
6376
+}
6377
+.carousel-control .icon-prev,
6378
+.carousel-control .icon-next {
6379
+  width: 20px;
6380
+  height: 20px;
6381
+  font-family: serif;
6382
+  line-height: 1;
6383
+}
6384
+.carousel-control .icon-prev:before {
6385
+  content: '\2039';
6386
+}
6387
+.carousel-control .icon-next:before {
6388
+  content: '\203a';
6389
+}
6390
+.carousel-indicators {
6391
+  position: absolute;
6392
+  bottom: 10px;
6393
+  left: 50%;
6394
+  z-index: 15;
6395
+  width: 60%;
6396
+  padding-left: 0;
6397
+  margin-left: -30%;
6398
+  text-align: center;
6399
+  list-style: none;
6400
+}
6401
+.carousel-indicators li {
6402
+  display: inline-block;
6403
+  width: 10px;
6404
+  height: 10px;
6405
+  margin: 1px;
6406
+  text-indent: -999px;
6407
+  cursor: pointer;
6408
+  background-color: #000 \9;
6409
+  background-color: rgba(0, 0, 0, 0);
6410
+  border: 1px solid #fff;
6411
+  border-radius: 10px;
6412
+}
6413
+.carousel-indicators .active {
6414
+  width: 12px;
6415
+  height: 12px;
6416
+  margin: 0;
6417
+  background-color: #fff;
6418
+}
6419
+.carousel-caption {
6420
+  position: absolute;
6421
+  right: 15%;
6422
+  bottom: 20px;
6423
+  left: 15%;
6424
+  z-index: 10;
6425
+  padding-top: 20px;
6426
+  padding-bottom: 20px;
6427
+  color: #fff;
6428
+  text-align: center;
6429
+  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
6430
+}
6431
+.carousel-caption .btn {
6432
+  text-shadow: none;
6433
+}
6434
+@media screen and (min-width: 768px) {
6435
+  .carousel-control .glyphicon-chevron-left,
6436
+  .carousel-control .glyphicon-chevron-right,
6437
+  .carousel-control .icon-prev,
6438
+  .carousel-control .icon-next {
6439
+    width: 30px;
6440
+    height: 30px;
6441
+    margin-top: -10px;
6442
+    font-size: 30px;
6443
+  }
6444
+  .carousel-control .glyphicon-chevron-left,
6445
+  .carousel-control .icon-prev {
6446
+    margin-left: -10px;
6447
+  }
6448
+  .carousel-control .glyphicon-chevron-right,
6449
+  .carousel-control .icon-next {
6450
+    margin-right: -10px;
6451
+  }
6452
+  .carousel-caption {
6453
+    right: 20%;
6454
+    left: 20%;
6455
+    padding-bottom: 30px;
6456
+  }
6457
+  .carousel-indicators {
6458
+    bottom: 20px;
6459
+  }
6460
+}
6461
+.clearfix:before,
6462
+.clearfix:after,
6463
+.dl-horizontal dd:before,
6464
+.dl-horizontal dd:after,
6465
+.container:before,
6466
+.container:after,
6467
+.container-fluid:before,
6468
+.container-fluid:after,
6469
+.row:before,
6470
+.row:after,
6471
+.form-horizontal .form-group:before,
6472
+.form-horizontal .form-group:after,
6473
+.btn-toolbar:before,
6474
+.btn-toolbar:after,
6475
+.btn-group-vertical > .btn-group:before,
6476
+.btn-group-vertical > .btn-group:after,
6477
+.nav:before,
6478
+.nav:after,
6479
+.navbar:before,
6480
+.navbar:after,
6481
+.navbar-header:before,
6482
+.navbar-header:after,
6483
+.navbar-collapse:before,
6484
+.navbar-collapse:after,
6485
+.pager:before,
6486
+.pager:after,
6487
+.panel-body:before,
6488
+.panel-body:after,
6489
+.modal-header:before,
6490
+.modal-header:after,
6491
+.modal-footer:before,
6492
+.modal-footer:after {
6493
+  display: table;
6494
+  content: " ";
6495
+}
6496
+.clearfix:after,
6497
+.dl-horizontal dd:after,
6498
+.container:after,
6499
+.container-fluid:after,
6500
+.row:after,
6501
+.form-horizontal .form-group:after,
6502
+.btn-toolbar:after,
6503
+.btn-group-vertical > .btn-group:after,
6504
+.nav:after,
6505
+.navbar:after,
6506
+.navbar-header:after,
6507
+.navbar-collapse:after,
6508
+.pager:after,
6509
+.panel-body:after,
6510
+.modal-header:after,
6511
+.modal-footer:after {
6512
+  clear: both;
6513
+}
6514
+.center-block {
6515
+  display: block;
6516
+  margin-right: auto;
6517
+  margin-left: auto;
6518
+}
6519
+.pull-right {
6520
+  float: right !important;
6521
+}
6522
+.pull-left {
6523
+  float: left !important;
6524
+}
6525
+.hide {
6526
+  display: none !important;
6527
+}
6528
+.show {
6529
+  display: block !important;
6530
+}
6531
+.invisible {
6532
+  visibility: hidden;
6533
+}
6534
+.text-hide {
6535
+  font: 0/0 a;
6536
+  color: transparent;
6537
+  text-shadow: none;
6538
+  background-color: transparent;
6539
+  border: 0;
6540
+}
6541
+.hidden {
6542
+  display: none !important;
6543
+}
6544
+.affix {
6545
+  position: fixed;
6546
+}
6547
+@-ms-viewport {
6548
+  width: device-width;
6549
+}
6550
+.visible-xs,
6551
+.visible-sm,
6552
+.visible-md,
6553
+.visible-lg {
6554
+  display: none !important;
6555
+}
6556
+.visible-xs-block,
6557
+.visible-xs-inline,
6558
+.visible-xs-inline-block,
6559
+.visible-sm-block,
6560
+.visible-sm-inline,
6561
+.visible-sm-inline-block,
6562
+.visible-md-block,
6563
+.visible-md-inline,
6564
+.visible-md-inline-block,
6565
+.visible-lg-block,
6566
+.visible-lg-inline,
6567
+.visible-lg-inline-block {
6568
+  display: none !important;
6569
+}
6570
+@media (max-width: 767px) {
6571
+  .visible-xs {
6572
+    display: block !important;
6573
+  }
6574
+  table.visible-xs {
6575
+    display: table !important;
6576
+  }
6577
+  tr.visible-xs {
6578
+    display: table-row !important;
6579
+  }
6580
+  th.visible-xs,
6581
+  td.visible-xs {
6582
+    display: table-cell !important;
6583
+  }
6584
+}
6585
+@media (max-width: 767px) {
6586
+  .visible-xs-block {
6587
+    display: block !important;
6588
+  }
6589
+}
6590
+@media (max-width: 767px) {
6591
+  .visible-xs-inline {
6592
+    display: inline !important;
6593
+  }
6594
+}
6595
+@media (max-width: 767px) {
6596
+  .visible-xs-inline-block {
6597
+    display: inline-block !important;
6598
+  }
6599
+}
6600
+@media (min-width: 768px) and (max-width: 991px) {
6601
+  .visible-sm {
6602
+    display: block !important;
6603
+  }
6604
+  table.visible-sm {
6605
+    display: table !important;
6606
+  }
6607
+  tr.visible-sm {
6608
+    display: table-row !important;
6609
+  }
6610
+  th.visible-sm,
6611
+  td.visible-sm {
6612
+    display: table-cell !important;
6613
+  }
6614
+}
6615
+@media (min-width: 768px) and (max-width: 991px) {
6616
+  .visible-sm-block {
6617
+    display: block !important;
6618
+  }
6619
+}
6620
+@media (min-width: 768px) and (max-width: 991px) {
6621
+  .visible-sm-inline {
6622
+    display: inline !important;
6623
+  }
6624
+}
6625
+@media (min-width: 768px) and (max-width: 991px) {
6626
+  .visible-sm-inline-block {
6627
+    display: inline-block !important;
6628
+  }
6629
+}
6630
+@media (min-width: 992px) and (max-width: 1199px) {
6631
+  .visible-md {
6632
+    display: block !important;
6633
+  }
6634
+  table.visible-md {
6635
+    display: table !important;
6636
+  }
6637
+  tr.visible-md {
6638
+    display: table-row !important;
6639
+  }
6640
+  th.visible-md,
6641
+  td.visible-md {
6642
+    display: table-cell !important;
6643
+  }
6644
+}
6645
+@media (min-width: 992px) and (max-width: 1199px) {
6646
+  .visible-md-block {
6647
+    display: block !important;
6648
+  }
6649
+}
6650
+@media (min-width: 992px) and (max-width: 1199px) {
6651
+  .visible-md-inline {
6652
+    display: inline !important;
6653
+  }
6654
+}
6655
+@media (min-width: 992px) and (max-width: 1199px) {
6656
+  .visible-md-inline-block {
6657
+    display: inline-block !important;
6658
+  }
6659
+}
6660
+@media (min-width: 1200px) {
6661
+  .visible-lg {
6662
+    display: block !important;
6663
+  }
6664
+  table.visible-lg {
6665
+    display: table !important;
6666
+  }
6667
+  tr.visible-lg {
6668
+    display: table-row !important;
6669
+  }
6670
+  th.visible-lg,
6671
+  td.visible-lg {
6672
+    display: table-cell !important;
6673
+  }
6674
+}
6675
+@media (min-width: 1200px) {
6676
+  .visible-lg-block {
6677
+    display: block !important;
6678
+  }
6679
+}
6680
+@media (min-width: 1200px) {
6681
+  .visible-lg-inline {
6682
+    display: inline !important;
6683
+  }
6684
+}
6685
+@media (min-width: 1200px) {
6686
+  .visible-lg-inline-block {
6687
+    display: inline-block !important;
6688
+  }
6689
+}
6690
+@media (max-width: 767px) {
6691
+  .hidden-xs {
6692
+    display: none !important;
6693
+  }
6694
+}
6695
+@media (min-width: 768px) and (max-width: 991px) {
6696
+  .hidden-sm {
6697
+    display: none !important;
6698
+  }
6699
+}
6700
+@media (min-width: 992px) and (max-width: 1199px) {
6701
+  .hidden-md {
6702
+    display: none !important;
6703
+  }
6704
+}
6705
+@media (min-width: 1200px) {
6706
+  .hidden-lg {
6707
+    display: none !important;
6708
+  }
6709
+}
6710
+.visible-print {
6711
+  display: none !important;
6712
+}
6713
+@media print {
6714
+  .visible-print {
6715
+    display: block !important;
6716
+  }
6717
+  table.visible-print {
6718
+    display: table !important;
6719
+  }
6720
+  tr.visible-print {
6721
+    display: table-row !important;
6722
+  }
6723
+  th.visible-print,
6724
+  td.visible-print {
6725
+    display: table-cell !important;
6726
+  }
6727
+}
6728
+.visible-print-block {
6729
+  display: none !important;
6730
+}
6731
+@media print {
6732
+  .visible-print-block {
6733
+    display: block !important;
6734
+  }
6735
+}
6736
+.visible-print-inline {
6737
+  display: none !important;
6738
+}
6739
+@media print {
6740
+  .visible-print-inline {
6741
+    display: inline !important;
6742
+  }
6743
+}
6744
+.visible-print-inline-block {
6745
+  display: none !important;
6746
+}
6747
+@media print {
6748
+  .visible-print-inline-block {
6749
+    display: inline-block !important;
6750
+  }
6751
+}
6752
+@media print {
6753
+  .hidden-print {
6754
+    display: none !important;
6755
+  }
6756
+}
6757
+/*# sourceMappingURL=bootstrap.css.map */
... ...
@@ -0,0 +1 @@
1
+{"version":3,"sources":["bootstrap.css","less/normalize.less","less/print.less","less/glyphicons.less","less/scaffolding.less","less/mixins/vendor-prefixes.less","less/mixins/tab-focus.less","less/mixins/image.less","less/type.less","less/mixins/text-emphasis.less","less/mixins/background-variant.less","less/mixins/text-overflow.less","less/code.less","less/grid.less","less/mixins/grid.less","less/mixins/grid-framework.less","less/tables.less","less/mixins/table-row.less","less/forms.less","less/mixins/forms.less","less/buttons.less","less/mixins/buttons.less","less/mixins/opacity.less","less/component-animations.less","less/dropdowns.less","less/mixins/nav-divider.less","less/mixins/reset-filter.less","less/button-groups.less","less/mixins/border-radius.less","less/input-groups.less","less/navs.less","less/navbar.less","less/mixins/nav-vertical-align.less","less/utilities.less","less/breadcrumbs.less","less/pagination.less","less/mixins/pagination.less","less/pager.less","less/labels.less","less/mixins/labels.less","less/badges.less","less/jumbotron.less","less/thumbnails.less","less/alerts.less","less/mixins/alerts.less","less/progress-bars.less","less/mixins/gradients.less","less/mixins/progress-bar.less","less/media.less","less/list-group.less","less/mixins/list-group.less","less/panels.less","less/mixins/panels.less","less/responsive-embed.less","less/wells.less","less/close.less","less/modals.less","less/tooltip.less","less/mixins/reset-text.less","less/popovers.less","less/carousel.less","less/mixins/clearfix.less","less/mixins/center-block.less","less/mixins/hide-text.less","less/responsive-utilities.less","less/mixins/responsive-visibility.less"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,4EAA4E;ACG5E;EACE,wBAAA;EACA,2BAAA;EACA,+BAAA;CDDD;ACQD;EACE,UAAA;CDND;ACmBD;;;;;;;;;;;;;EAaE,eAAA;CDjBD;ACyBD;;;;EAIE,sBAAA;EACA,yBAAA;CDvBD;AC+BD;EACE,cAAA;EACA,UAAA;CD7BD;ACqCD;;EAEE,cAAA;CDnCD;AC6CD;EACE,8BAAA;CD3CD;ACmDD;;EAEE,WAAA;CDjDD;AC2DD;EACE,0BAAA;CDzDD;ACgED;;EAEE,kBAAA;CD9DD;ACqED;EACE,mBAAA;CDnED;AC2ED;EACE,eAAA;EACA,iBAAA;CDzED;ACgFD;EACE,iBAAA;EACA,YAAA;CD9ED;ACqFD;EACE,eAAA;CDnFD;AC0FD;;EAEE,eAAA;EACA,eAAA;EACA,mBAAA;EACA,yBAAA;CDxFD;AC2FD;EACE,YAAA;CDzFD;AC4FD;EACE,gBAAA;CD1FD;ACoGD;EACE,UAAA;CDlGD;ACyGD;EACE,iBAAA;CDvGD;ACiHD;EACE,iBAAA;CD/GD;ACsHD;EACE,gCAAA;KAAA,6BAAA;UAAA,wBAAA;EACA,UAAA;CDpHD;AC2HD;EACE,eAAA;CDzHD;ACgID;;;;EAIE,kCAAA;EACA,eAAA;CD9HD;ACgJD;;;;;EAKE,eAAA;EACA,cAAA;EACA,UAAA;CD9ID;ACqJD;EACE,kBAAA;CDnJD;AC6JD;;EAEE,qBAAA;CD3JD;ACsKD;;;;EAIE,2BAAA;EACA,gBAAA;CDpKD;AC2KD;;EAEE,gBAAA;CDzKD;ACgLD;;EAEE,UAAA;EACA,WAAA;CD9KD;ACsLD;EACE,oBAAA;CDpLD;AC+LD;;EAEE,+BAAA;KAAA,4BAAA;UAAA,uBAAA;EACA,WAAA;CD7LD;ACsMD;;EAEE,aAAA;CDpMD;AC4MD;EACE,8BAAA;EACA,gCAAA;KAAA,6BAAA;UAAA,wBAAA;CD1MD;ACmND;;EAEE,yBAAA;CDjND;ACwND;EACE,0BAAA;EACA,cAAA;EACA,+BAAA;CDtND;AC8ND;EACE,UAAA;EACA,WAAA;CD5ND;ACmOD;EACE,eAAA;CDjOD;ACyOD;EACE,kBAAA;CDvOD;ACiPD;EACE,0BAAA;EACA,kBAAA;CD/OD;ACkPD;;EAEE,WAAA;CDhPD;AACD,qFAAqF;AElFrF;EA7FI;;;IAGI,mCAAA;IACA,uBAAA;IACA,oCAAA;YAAA,4BAAA;IACA,6BAAA;GFkLL;EE/KC;;IAEI,2BAAA;GFiLL;EE9KC;IACI,6BAAA;GFgLL;EE7KC;IACI,8BAAA;GF+KL;EE1KC;;IAEI,YAAA;GF4KL;EEzKC;;IAEI,uBAAA;IACA,yBAAA;GF2KL;EExKC;IACI,4BAAA;GF0KL;EEvKC;;IAEI,yBAAA;GFyKL;EEtKC;IACI,2BAAA;GFwKL;EErKC;;;IAGI,WAAA;IACA,UAAA;GFuKL;EEpKC;;IAEI,wBAAA;GFsKL;EEhKC;IACI,cAAA;GFkKL;EEhKC;;IAGQ,kCAAA;GFiKT;EE9JC;IACI,uBAAA;GFgKL;EE7JC;IACI,qCAAA;GF+JL;EEhKC;;IAKQ,kCAAA;GF+JT;EE5JC;;IAGQ,kCAAA;GF6JT;CACF;AGnPD;EACE,oCAAA;EACA,sDAAA;EACA,gYAAA;CHqPD;AG7OD;EACE,mBAAA;EACA,SAAA;EACA,sBAAA;EACA,oCAAA;EACA,mBAAA;EACA,oBAAA;EACA,eAAA;EACA,oCAAA;EACA,mCAAA;CH+OD;AG3OmC;EAAW,iBAAA;CH8O9C;AG7OmC;EAAW,iBAAA;CHgP9C;AG9OmC;;EAAW,iBAAA;CHkP9C;AGjPmC;EAAW,iBAAA;CHoP9C;AGnPmC;EAAW,iBAAA;CHsP9C;AGrPmC;EAAW,iBAAA;CHwP9C;AGvPmC;EAAW,iBAAA;CH0P9C;AGzPmC;EAAW,iBAAA;CH4P9C;AG3PmC;EAAW,iBAAA;CH8P9C;AG7PmC;EAAW,iBAAA;CHgQ9C;AG/PmC;EAAW,iBAAA;CHkQ9C;AGjQmC;EAAW,iBAAA;CHoQ9C;AGnQmC;EAAW,iBAAA;CHsQ9C;AGrQmC;EAAW,iBAAA;CHwQ9C;AGvQmC;EAAW,iBAAA;CH0Q9C;AGzQmC;EAAW,iBAAA;CH4Q9C;AG3QmC;EAAW,iBAAA;CH8Q9C;AG7QmC;EAAW,iBAAA;CHgR9C;AG/QmC;EAAW,iBAAA;CHkR9C;AGjRmC;EAAW,iBAAA;CHoR9C;AGnRmC;EAAW,iBAAA;CHsR9C;AGrRmC;EAAW,iBAAA;CHwR9C;AGvRmC;EAAW,iBAAA;CH0R9C;AGzRmC;EAAW,iBAAA;CH4R9C;AG3RmC;EAAW,iBAAA;CH8R9C;AG7RmC;EAAW,iBAAA;CHgS9C;AG/RmC;EAAW,iBAAA;CHkS9C;AGjSmC;EAAW,iBAAA;CHoS9C;AGnSmC;EAAW,iBAAA;CHsS9C;AGrSmC;EAAW,iBAAA;CHwS9C;AGvSmC;EAAW,iBAAA;CH0S9C;AGzSmC;EAAW,iBAAA;CH4S9C;AG3SmC;EAAW,iBAAA;CH8S9C;AG7SmC;EAAW,iBAAA;CHgT9C;AG/SmC;EAAW,iBAAA;CHkT9C;AGjTmC;EAAW,iBAAA;CHoT9C;AGnTmC;EAAW,iBAAA;CHsT9C;AGrTmC;EAAW,iBAAA;CHwT9C;AGvTmC;EAAW,iBAAA;CH0T9C;AGzTmC;EAAW,iBAAA;CH4T9C;AG3TmC;EAAW,iBAAA;CH8T9C;AG7TmC;EAAW,iBAAA;CHgU9C;AG/TmC;EAAW,iBAAA;CHkU9C;AGjUmC;EAAW,iBAAA;CHoU9C;AGnUmC;EAAW,iBAAA;CHsU9C;AGrUmC;EAAW,iBAAA;CHwU9C;AGvUmC;EAAW,iBAAA;CH0U9C;AGzUmC;EAAW,iBAAA;CH4U9C;AG3UmC;EAAW,iBAAA;CH8U9C;AG7UmC;EAAW,iBAAA;CHgV9C;AG/UmC;EAAW,iBAAA;CHkV9C;AGjVmC;EAAW,iBAAA;CHoV9C;AGnVmC;EAAW,iBAAA;CHsV9C;AGrVmC;EAAW,iBAAA;CHwV9C;AGvVmC;EAAW,iBAAA;CH0V9C;AGzVmC;EAAW,iBAAA;CH4V9C;AG3VmC;EAAW,iBAAA;CH8V9C;AG7VmC;EAAW,iBAAA;CHgW9C;AG/VmC;EAAW,iBAAA;CHkW9C;AGjWmC;EAAW,iBAAA;CHoW9C;AGnWmC;EAAW,iBAAA;CHsW9C;AGrWmC;EAAW,iBAAA;CHwW9C;AGvWmC;EAAW,iBAAA;CH0W9C;AGzWmC;EAAW,iBAAA;CH4W9C;AG3WmC;EAAW,iBAAA;CH8W9C;AG7WmC;EAAW,iBAAA;CHgX9C;AG/WmC;EAAW,iBAAA;CHkX9C;AGjXmC;EAAW,iBAAA;CHoX9C;AGnXmC;EAAW,iBAAA;CHsX9C;AGrXmC;EAAW,iBAAA;CHwX9C;AGvXmC;EAAW,iBAAA;CH0X9C;AGzXmC;EAAW,iBAAA;CH4X9C;AG3XmC;EAAW,iBAAA;CH8X9C;AG7XmC;EAAW,iBAAA;CHgY9C;AG/XmC;EAAW,iBAAA;CHkY9C;AGjYmC;EAAW,iBAAA;CHoY9C;AGnYmC;EAAW,iBAAA;CHsY9C;AGrYmC;EAAW,iBAAA;CHwY9C;AGvYmC;EAAW,iBAAA;CH0Y9C;AGzYmC;EAAW,iBAAA;CH4Y9C;AG3YmC;EAAW,iBAAA;CH8Y9C;AG7YmC;EAAW,iBAAA;CHgZ9C;AG/YmC;EAAW,iBAAA;CHkZ9C;AGjZmC;EAAW,iBAAA;CHoZ9C;AGnZmC;EAAW,iBAAA;CHsZ9C;AGrZmC;EAAW,iBAAA;CHwZ9C;AGvZmC;EAAW,iBAAA;CH0Z9C;AGzZmC;EAAW,iBAAA;CH4Z9C;AG3ZmC;EAAW,iBAAA;CH8Z9C;AG7ZmC;EAAW,iBAAA;CHga9C;AG/ZmC;EAAW,iBAAA;CHka9C;AGjamC;EAAW,iBAAA;CHoa9C;AGnamC;EAAW,iBAAA;CHsa9C;AGramC;EAAW,iBAAA;CHwa9C;AGvamC;EAAW,iBAAA;CH0a9C;AGzamC;EAAW,iBAAA;CH4a9C;AG3amC;EAAW,iBAAA;CH8a9C;AG7amC;EAAW,iBAAA;CHgb9C;AG/amC;EAAW,iBAAA;CHkb9C;AGjbmC;EAAW,iBAAA;CHob9C;AGnbmC;EAAW,iBAAA;CHsb9C;AGrbmC;EAAW,iBAAA;CHwb9C;AGvbmC;EAAW,iBAAA;CH0b9C;AGzbmC;EAAW,iBAAA;CH4b9C;AG3bmC;EAAW,iBAAA;CH8b9C;AG7bmC;EAAW,iBAAA;CHgc9C;AG/bmC;EAAW,iBAAA;CHkc9C;AGjcmC;EAAW,iBAAA;CHoc9C;AGncmC;EAAW,iBAAA;CHsc9C;AGrcmC;EAAW,iBAAA;CHwc9C;AGvcmC;EAAW,iBAAA;CH0c9C;AGzcmC;EAAW,iBAAA;CH4c9C;AG3cmC;EAAW,iBAAA;CH8c9C;AG7cmC;EAAW,iBAAA;CHgd9C;AG/cmC;EAAW,iBAAA;CHkd9C;AGjdmC;EAAW,iBAAA;CHod9C;AGndmC;EAAW,iBAAA;CHsd9C;AGrdmC;EAAW,iBAAA;CHwd9C;AGvdmC;EAAW,iBAAA;CH0d9C;AGzdmC;EAAW,iBAAA;CH4d9C;AG3dmC;EAAW,iBAAA;CH8d9C;AG7dmC;EAAW,iBAAA;CHge9C;AG/dmC;EAAW,iBAAA;CHke9C;AGjemC;EAAW,iBAAA;CHoe9C;AGnemC;EAAW,iBAAA;CHse9C;AGremC;EAAW,iBAAA;CHwe9C;AGvemC;EAAW,iBAAA;CH0e9C;AGzemC;EAAW,iBAAA;CH4e9C;AG3emC;EAAW,iBAAA;CH8e9C;AG7emC;EAAW,iBAAA;CHgf9C;AG/emC;EAAW,iBAAA;CHkf9C;AGjfmC;EAAW,iBAAA;CHof9C;AGnfmC;EAAW,iBAAA;CHsf9C;AGrfmC;EAAW,iBAAA;CHwf9C;AGvfmC;EAAW,iBAAA;CH0f9C;AGzfmC;EAAW,iBAAA;CH4f9C;AG3fmC;EAAW,iBAAA;CH8f9C;AG7fmC;EAAW,iBAAA;CHggB9C;AG/fmC;EAAW,iBAAA;CHkgB9C;AGjgBmC;EAAW,iBAAA;CHogB9C;AGngBmC;EAAW,iBAAA;CHsgB9C;AGrgBmC;EAAW,iBAAA;CHwgB9C;AGvgBmC;EAAW,iBAAA;CH0gB9C;AGzgBmC;EAAW,iBAAA;CH4gB9C;AG3gBmC;EAAW,iBAAA;CH8gB9C;AG7gBmC;EAAW,iBAAA;CHghB9C;AG/gBmC;EAAW,iBAAA;CHkhB9C;AGjhBmC;EAAW,iBAAA;CHohB9C;AGnhBmC;EAAW,iBAAA;CHshB9C;AGrhBmC;EAAW,iBAAA;CHwhB9C;AGvhBmC;EAAW,iBAAA;CH0hB9C;AGzhBmC;EAAW,iBAAA;CH4hB9C;AG3hBmC;EAAW,iBAAA;CH8hB9C;AG7hBmC;EAAW,iBAAA;CHgiB9C;AG/hBmC;EAAW,iBAAA;CHkiB9C;AGjiBmC;EAAW,iBAAA;CHoiB9C;AGniBmC;EAAW,iBAAA;CHsiB9C;AGriBmC;EAAW,iBAAA;CHwiB9C;AGviBmC;EAAW,iBAAA;CH0iB9C;AGziBmC;EAAW,iBAAA;CH4iB9C;AG3iBmC;EAAW,iBAAA;CH8iB9C;AG7iBmC;EAAW,iBAAA;CHgjB9C;AG/iBmC;EAAW,iBAAA;CHkjB9C;AGjjBmC;EAAW,iBAAA;CHojB9C;AGnjBmC;EAAW,iBAAA;CHsjB9C;AGrjBmC;EAAW,iBAAA;CHwjB9C;AGvjBmC;EAAW,iBAAA;CH0jB9C;AGzjBmC;EAAW,iBAAA;CH4jB9C;AG3jBmC;EAAW,iBAAA;CH8jB9C;AG7jBmC;EAAW,iBAAA;CHgkB9C;AG/jBmC;EAAW,iBAAA;CHkkB9C;AGjkBmC;EAAW,iBAAA;CHokB9C;AGnkBmC;EAAW,iBAAA;CHskB9C;AGrkBmC;EAAW,iBAAA;CHwkB9C;AGvkBmC;EAAW,iBAAA;CH0kB9C;AGzkBmC;EAAW,iBAAA;CH4kB9C;AG3kBmC;EAAW,iBAAA;CH8kB9C;AG7kBmC;EAAW,iBAAA;CHglB9C;AG/kBmC;EAAW,iBAAA;CHklB9C;AGjlBmC;EAAW,iBAAA;CHolB9C;AGnlBmC;EAAW,iBAAA;CHslB9C;AGrlBmC;EAAW,iBAAA;CHwlB9C;AGvlBmC;EAAW,iBAAA;CH0lB9C;AGzlBmC;EAAW,iBAAA;CH4lB9C;AG3lBmC;EAAW,iBAAA;CH8lB9C;AG7lBmC;EAAW,iBAAA;CHgmB9C;AG/lBmC;EAAW,iBAAA;CHkmB9C;AGjmBmC;EAAW,iBAAA;CHomB9C;AGnmBmC;EAAW,iBAAA;CHsmB9C;AGrmBmC;EAAW,iBAAA;CHwmB9C;AGvmBmC;EAAW,iBAAA;CH0mB9C;AGzmBmC;EAAW,iBAAA;CH4mB9C;AG3mBmC;EAAW,iBAAA;CH8mB9C;AG7mBmC;EAAW,iBAAA;CHgnB9C;AG/mBmC;EAAW,iBAAA;CHknB9C;AGjnBmC;EAAW,iBAAA;CHonB9C;AGnnBmC;EAAW,iBAAA;CHsnB9C;AGrnBmC;EAAW,iBAAA;CHwnB9C;AGvnBmC;EAAW,iBAAA;CH0nB9C;AGznBmC;EAAW,iBAAA;CH4nB9C;AG3nBmC;EAAW,iBAAA;CH8nB9C;AG7nBmC;EAAW,iBAAA;CHgoB9C;AG/nBmC;EAAW,iBAAA;CHkoB9C;AGjoBmC;EAAW,iBAAA;CHooB9C;AGnoBmC;EAAW,iBAAA;CHsoB9C;AGroBmC;EAAW,iBAAA;CHwoB9C;AG/nBmC;EAAW,iBAAA;CHkoB9C;AGjoBmC;EAAW,iBAAA;CHooB9C;AGnoBmC;EAAW,iBAAA;CHsoB9C;AGroBmC;EAAW,iBAAA;CHwoB9C;AGvoBmC;EAAW,iBAAA;CH0oB9C;AGzoBmC;EAAW,iBAAA;CH4oB9C;AG3oBmC;EAAW,iBAAA;CH8oB9C;AG7oBmC;EAAW,iBAAA;CHgpB9C;AG/oBmC;EAAW,iBAAA;CHkpB9C;AGjpBmC;EAAW,iBAAA;CHopB9C;AGnpBmC;EAAW,iBAAA;CHspB9C;AGrpBmC;EAAW,iBAAA;CHwpB9C;AGvpBmC;EAAW,iBAAA;CH0pB9C;AGzpBmC;EAAW,iBAAA;CH4pB9C;AG3pBmC;EAAW,iBAAA;CH8pB9C;AG7pBmC;EAAW,iBAAA;CHgqB9C;AG/pBmC;EAAW,iBAAA;CHkqB9C;AGjqBmC;EAAW,iBAAA;CHoqB9C;AGnqBmC;EAAW,iBAAA;CHsqB9C;AGrqBmC;EAAW,iBAAA;CHwqB9C;AGvqBmC;EAAW,iBAAA;CH0qB9C;AGzqBmC;EAAW,iBAAA;CH4qB9C;AG3qBmC;EAAW,iBAAA;CH8qB9C;AG7qBmC;EAAW,iBAAA;CHgrB9C;AG/qBmC;EAAW,iBAAA;CHkrB9C;AGjrBmC;EAAW,iBAAA;CHorB9C;AGnrBmC;EAAW,iBAAA;CHsrB9C;AGrrBmC;EAAW,iBAAA;CHwrB9C;AGvrBmC;EAAW,iBAAA;CH0rB9C;AGzrBmC;EAAW,iBAAA;CH4rB9C;AG3rBmC;EAAW,iBAAA;CH8rB9C;AG7rBmC;EAAW,iBAAA;CHgsB9C;AG/rBmC;EAAW,iBAAA;CHksB9C;AGjsBmC;EAAW,iBAAA;CHosB9C;AGnsBmC;EAAW,iBAAA;CHssB9C;AGrsBmC;EAAW,iBAAA;CHwsB9C;AGvsBmC;EAAW,iBAAA;CH0sB9C;AGzsBmC;EAAW,iBAAA;CH4sB9C;AG3sBmC;EAAW,iBAAA;CH8sB9C;AG7sBmC;EAAW,iBAAA;CHgtB9C;AG/sBmC;EAAW,iBAAA;CHktB9C;AGjtBmC;EAAW,iBAAA;CHotB9C;AGntBmC;EAAW,iBAAA;CHstB9C;AGrtBmC;EAAW,iBAAA;CHwtB9C;AGvtBmC;EAAW,iBAAA;CH0tB9C;AGztBmC;EAAW,iBAAA;CH4tB9C;AG3tBmC;EAAW,iBAAA;CH8tB9C;AG7tBmC;EAAW,iBAAA;CHguB9C;AG/tBmC;EAAW,iBAAA;CHkuB9C;AGjuBmC;EAAW,iBAAA;CHouB9C;AGnuBmC;EAAW,iBAAA;CHsuB9C;AGruBmC;EAAW,iBAAA;CHwuB9C;AGvuBmC;EAAW,iBAAA;CH0uB9C;AGzuBmC;EAAW,iBAAA;CH4uB9C;AG3uBmC;EAAW,iBAAA;CH8uB9C;AG7uBmC;EAAW,iBAAA;CHgvB9C;AIthCD;ECgEE,+BAAA;EACG,4BAAA;EACK,uBAAA;CLy9BT;AIxhCD;;EC6DE,+BAAA;EACG,4BAAA;EACK,uBAAA;CL+9BT;AIthCD;EACE,gBAAA;EACA,8CAAA;CJwhCD;AIrhCD;EACE,4DAAA;EACA,gBAAA;EACA,wBAAA;EACA,eAAA;EACA,uBAAA;CJuhCD;AInhCD;;;;EAIE,qBAAA;EACA,mBAAA;EACA,qBAAA;CJqhCD;AI/gCD;EACE,eAAA;EACA,sBAAA;CJihCD;AI/gCC;;EAEE,eAAA;EACA,2BAAA;CJihCH;AI9gCC;EEnDA,2CAAA;EACA,qBAAA;CNokCD;AIvgCD;EACE,UAAA;CJygCD;AIngCD;EACE,uBAAA;CJqgCD;AIjgCD;;;;;EGvEE,eAAA;EACA,gBAAA;EACA,aAAA;CP+kCD;AIrgCD;EACE,mBAAA;CJugCD;AIjgCD;EACE,aAAA;EACA,wBAAA;EACA,uBAAA;EACA,uBAAA;EACA,mBAAA;EC6FA,yCAAA;EACK,oCAAA;EACG,iCAAA;EEvLR,sBAAA;EACA,gBAAA;EACA,aAAA;CP+lCD;AIjgCD;EACE,mBAAA;CJmgCD;AI7/BD;EACE,iBAAA;EACA,oBAAA;EACA,UAAA;EACA,8BAAA;CJ+/BD;AIv/BD;EACE,mBAAA;EACA,WAAA;EACA,YAAA;EACA,aAAA;EACA,WAAA;EACA,iBAAA;EACA,uBAAA;EACA,UAAA;CJy/BD;AIj/BC;;EAEE,iBAAA;EACA,YAAA;EACA,aAAA;EACA,UAAA;EACA,kBAAA;EACA,WAAA;CJm/BH;AIx+BD;EACE,gBAAA;CJ0+BD;AQjoCD;;;;;;;;;;;;EAEE,qBAAA;EACA,iBAAA;EACA,iBAAA;EACA,eAAA;CR6oCD;AQlpCD;;;;;;;;;;;;;;;;;;;;;;;;EASI,oBAAA;EACA,eAAA;EACA,eAAA;CRmqCH;AQ/pCD;;;;;;EAGE,iBAAA;EACA,oBAAA;CRoqCD;AQxqCD;;;;;;;;;;;;EAQI,eAAA;CR8qCH;AQ3qCD;;;;;;EAGE,iBAAA;EACA,oBAAA;CRgrCD;AQprCD;;;;;;;;;;;;EAQI,eAAA;CR0rCH;AQtrCD;;EAAU,gBAAA;CR0rCT;AQzrCD;;EAAU,gBAAA;CR6rCT;AQ5rCD;;EAAU,gBAAA;CRgsCT;AQ/rCD;;EAAU,gBAAA;CRmsCT;AQlsCD;;EAAU,gBAAA;CRssCT;AQrsCD;;EAAU,gBAAA;CRysCT;AQnsCD;EACE,iBAAA;CRqsCD;AQlsCD;EACE,oBAAA;EACA,gBAAA;EACA,iBAAA;EACA,iBAAA;CRosCD;AQ/rCD;EAwOA;IA1OI,gBAAA;GRqsCD;CACF;AQ7rCD;;EAEE,eAAA;CR+rCD;AQ5rCD;;EAEE,0BAAA;EACA,cAAA;CR8rCD;AQ1rCD;EAAuB,iBAAA;CR6rCtB;AQ5rCD;EAAuB,kBAAA;CR+rCtB;AQ9rCD;EAAuB,mBAAA;CRisCtB;AQhsCD;EAAuB,oBAAA;CRmsCtB;AQlsCD;EAAuB,oBAAA;CRqsCtB;AQlsCD;EAAuB,0BAAA;CRqsCtB;AQpsCD;EAAuB,0BAAA;CRusCtB;AQtsCD;EAAuB,2BAAA;CRysCtB;AQtsCD;EACE,eAAA;CRwsCD;AQtsCD;ECrGE,eAAA;CT8yCD;AS7yCC;;EAEE,eAAA;CT+yCH;AQ1sCD;ECxGE,eAAA;CTqzCD;ASpzCC;;EAEE,eAAA;CTszCH;AQ9sCD;EC3GE,eAAA;CT4zCD;AS3zCC;;EAEE,eAAA;CT6zCH;AQltCD;EC9GE,eAAA;CTm0CD;ASl0CC;;EAEE,eAAA;CTo0CH;AQttCD;ECjHE,eAAA;CT00CD;ASz0CC;;EAEE,eAAA;CT20CH;AQttCD;EAGE,YAAA;EE3HA,0BAAA;CVk1CD;AUj1CC;;EAEE,0BAAA;CVm1CH;AQxtCD;EE9HE,0BAAA;CVy1CD;AUx1CC;;EAEE,0BAAA;CV01CH;AQ5tCD;EEjIE,0BAAA;CVg2CD;AU/1CC;;EAEE,0BAAA;CVi2CH;AQhuCD;EEpIE,0BAAA;CVu2CD;AUt2CC;;EAEE,0BAAA;CVw2CH;AQpuCD;EEvIE,0BAAA;CV82CD;AU72CC;;EAEE,0BAAA;CV+2CH;AQnuCD;EACE,oBAAA;EACA,oBAAA;EACA,iCAAA;CRquCD;AQ7tCD;;EAEE,cAAA;EACA,oBAAA;CR+tCD;AQluCD;;;;EAMI,iBAAA;CRkuCH;AQ3tCD;EACE,gBAAA;EACA,iBAAA;CR6tCD;AQztCD;EALE,gBAAA;EACA,iBAAA;EAMA,kBAAA;CR4tCD;AQ9tCD;EAKI,sBAAA;EACA,kBAAA;EACA,mBAAA;CR4tCH;AQvtCD;EACE,cAAA;EACA,oBAAA;CRytCD;AQvtCD;;EAEE,wBAAA;CRytCD;AQvtCD;EACE,kBAAA;CRytCD;AQvtCD;EACE,eAAA;CRytCD;AQhsCD;EA6EA;IAvFM,YAAA;IACA,aAAA;IACA,YAAA;IACA,kBAAA;IGtNJ,iBAAA;IACA,wBAAA;IACA,oBAAA;GXq6CC;EQ7nCH;IAhFM,mBAAA;GRgtCH;CACF;AQvsCD;;EAGE,aAAA;EACA,kCAAA;CRwsCD;AQtsCD;EACE,eAAA;EA9IqB,0BAAA;CRu1CtB;AQpsCD;EACE,mBAAA;EACA,iBAAA;EACA,kBAAA;EACA,+BAAA;CRssCD;AQjsCG;;;EACE,iBAAA;CRqsCL;AQ/sCD;;;EAmBI,eAAA;EACA,eAAA;EACA,wBAAA;EACA,eAAA;CRisCH;AQ/rCG;;;EACE,uBAAA;CRmsCL;AQ3rCD;;EAEE,oBAAA;EACA,gBAAA;EACA,gCAAA;EACA,eAAA;EACA,kBAAA;CR6rCD;AQvrCG;;;;;;EAAW,YAAA;CR+rCd;AQ9rCG;;;;;;EACE,uBAAA;CRqsCL;AQ/rCD;EACE,oBAAA;EACA,mBAAA;EACA,wBAAA;CRisCD;AYv+CD;;;;EAIE,+DAAA;CZy+CD;AYr+CD;EACE,iBAAA;EACA,eAAA;EACA,eAAA;EACA,0BAAA;EACA,mBAAA;CZu+CD;AYn+CD;EACE,iBAAA;EACA,eAAA;EACA,YAAA;EACA,uBAAA;EACA,mBAAA;EACA,uDAAA;UAAA,+CAAA;CZq+CD;AY3+CD;EASI,WAAA;EACA,gBAAA;EACA,kBAAA;EACA,yBAAA;UAAA,iBAAA;CZq+CH;AYh+CD;EACE,eAAA;EACA,eAAA;EACA,iBAAA;EACA,gBAAA;EACA,wBAAA;EACA,sBAAA;EACA,sBAAA;EACA,eAAA;EACA,0BAAA;EACA,uBAAA;EACA,mBAAA;CZk+CD;AY7+CD;EAeI,WAAA;EACA,mBAAA;EACA,eAAA;EACA,sBAAA;EACA,8BAAA;EACA,iBAAA;CZi+CH;AY59CD;EACE,kBAAA;EACA,mBAAA;CZ89CD;AaxhDD;ECHE,mBAAA;EACA,kBAAA;EACA,mBAAA;EACA,oBAAA;Cd8hDD;AaxhDC;EAqEF;IAvEI,aAAA;Gb8hDD;CACF;Aa1hDC;EAkEF;IApEI,aAAA;GbgiDD;CACF;Aa5hDD;EA+DA;IAjEI,cAAA;GbkiDD;CACF;AazhDD;ECvBE,mBAAA;EACA,kBAAA;EACA,mBAAA;EACA,oBAAA;CdmjDD;AathDD;ECvBE,mBAAA;EACA,oBAAA;CdgjDD;AehjDG;EACE,mBAAA;EAEA,gBAAA;EAEA,mBAAA;EACA,oBAAA;CfgjDL;AehiDG;EACE,YAAA;CfkiDL;Ae3hDC;EACE,YAAA;Cf6hDH;Ae9hDC;EACE,oBAAA;CfgiDH;AejiDC;EACE,oBAAA;CfmiDH;AepiDC;EACE,WAAA;CfsiDH;AeviDC;EACE,oBAAA;CfyiDH;Ae1iDC;EACE,oBAAA;Cf4iDH;Ae7iDC;EACE,WAAA;Cf+iDH;AehjDC;EACE,oBAAA;CfkjDH;AenjDC;EACE,oBAAA;CfqjDH;AetjDC;EACE,WAAA;CfwjDH;AezjDC;EACE,oBAAA;Cf2jDH;Ae5jDC;EACE,mBAAA;Cf8jDH;AehjDC;EACE,YAAA;CfkjDH;AenjDC;EACE,oBAAA;CfqjDH;AetjDC;EACE,oBAAA;CfwjDH;AezjDC;EACE,WAAA;Cf2jDH;Ae5jDC;EACE,oBAAA;Cf8jDH;Ae/jDC;EACE,oBAAA;CfikDH;AelkDC;EACE,WAAA;CfokDH;AerkDC;EACE,oBAAA;CfukDH;AexkDC;EACE,oBAAA;Cf0kDH;Ae3kDC;EACE,WAAA;Cf6kDH;Ae9kDC;EACE,oBAAA;CfglDH;AejlDC;EACE,mBAAA;CfmlDH;Ae/kDC;EACE,YAAA;CfilDH;AejmDC;EACE,WAAA;CfmmDH;AepmDC;EACE,mBAAA;CfsmDH;AevmDC;EACE,mBAAA;CfymDH;Ae1mDC;EACE,UAAA;Cf4mDH;Ae7mDC;EACE,mBAAA;Cf+mDH;AehnDC;EACE,mBAAA;CfknDH;AennDC;EACE,UAAA;CfqnDH;AetnDC;EACE,mBAAA;CfwnDH;AeznDC;EACE,mBAAA;Cf2nDH;Ae5nDC;EACE,UAAA;Cf8nDH;Ae/nDC;EACE,mBAAA;CfioDH;AeloDC;EACE,kBAAA;CfooDH;AehoDC;EACE,WAAA;CfkoDH;AepnDC;EACE,kBAAA;CfsnDH;AevnDC;EACE,0BAAA;CfynDH;Ae1nDC;EACE,0BAAA;Cf4nDH;Ae7nDC;EACE,iBAAA;Cf+nDH;AehoDC;EACE,0BAAA;CfkoDH;AenoDC;EACE,0BAAA;CfqoDH;AetoDC;EACE,iBAAA;CfwoDH;AezoDC;EACE,0BAAA;Cf2oDH;Ae5oDC;EACE,0BAAA;Cf8oDH;Ae/oDC;EACE,iBAAA;CfipDH;AelpDC;EACE,0BAAA;CfopDH;AerpDC;EACE,yBAAA;CfupDH;AexpDC;EACE,gBAAA;Cf0pDH;Aa1pDD;EElCI;IACE,YAAA;Gf+rDH;EexrDD;IACE,YAAA;Gf0rDD;Ee3rDD;IACE,oBAAA;Gf6rDD;Ee9rDD;IACE,oBAAA;GfgsDD;EejsDD;IACE,WAAA;GfmsDD;EepsDD;IACE,oBAAA;GfssDD;EevsDD;IACE,oBAAA;GfysDD;Ee1sDD;IACE,WAAA;Gf4sDD;Ee7sDD;IACE,oBAAA;Gf+sDD;EehtDD;IACE,oBAAA;GfktDD;EentDD;IACE,WAAA;GfqtDD;EettDD;IACE,oBAAA;GfwtDD;EeztDD;IACE,mBAAA;Gf2tDD;Ee7sDD;IACE,YAAA;Gf+sDD;EehtDD;IACE,oBAAA;GfktDD;EentDD;IACE,oBAAA;GfqtDD;EettDD;IACE,WAAA;GfwtDD;EeztDD;IACE,oBAAA;Gf2tDD;Ee5tDD;IACE,oBAAA;Gf8tDD;Ee/tDD;IACE,WAAA;GfiuDD;EeluDD;IACE,oBAAA;GfouDD;EeruDD;IACE,oBAAA;GfuuDD;EexuDD;IACE,WAAA;Gf0uDD;Ee3uDD;IACE,oBAAA;Gf6uDD;Ee9uDD;IACE,mBAAA;GfgvDD;Ee5uDD;IACE,YAAA;Gf8uDD;Ee9vDD;IACE,WAAA;GfgwDD;EejwDD;IACE,mBAAA;GfmwDD;EepwDD;IACE,mBAAA;GfswDD;EevwDD;IACE,UAAA;GfywDD;Ee1wDD;IACE,mBAAA;Gf4wDD;Ee7wDD;IACE,mBAAA;Gf+wDD;EehxDD;IACE,UAAA;GfkxDD;EenxDD;IACE,mBAAA;GfqxDD;EetxDD;IACE,mBAAA;GfwxDD;EezxDD;IACE,UAAA;Gf2xDD;Ee5xDD;IACE,mBAAA;Gf8xDD;Ee/xDD;IACE,kBAAA;GfiyDD;Ee7xDD;IACE,WAAA;Gf+xDD;EejxDD;IACE,kBAAA;GfmxDD;EepxDD;IACE,0BAAA;GfsxDD;EevxDD;IACE,0BAAA;GfyxDD;Ee1xDD;IACE,iBAAA;Gf4xDD;Ee7xDD;IACE,0BAAA;Gf+xDD;EehyDD;IACE,0BAAA;GfkyDD;EenyDD;IACE,iBAAA;GfqyDD;EetyDD;IACE,0BAAA;GfwyDD;EezyDD;IACE,0BAAA;Gf2yDD;Ee5yDD;IACE,iBAAA;Gf8yDD;Ee/yDD;IACE,0BAAA;GfizDD;EelzDD;IACE,yBAAA;GfozDD;EerzDD;IACE,gBAAA;GfuzDD;CACF;Aa/yDD;EE3CI;IACE,YAAA;Gf61DH;Eet1DD;IACE,YAAA;Gfw1DD;Eez1DD;IACE,oBAAA;Gf21DD;Ee51DD;IACE,oBAAA;Gf81DD;Ee/1DD;IACE,WAAA;Gfi2DD;Eel2DD;IACE,oBAAA;Gfo2DD;Eer2DD;IACE,oBAAA;Gfu2DD;Eex2DD;IACE,WAAA;Gf02DD;Ee32DD;IACE,oBAAA;Gf62DD;Ee92DD;IACE,oBAAA;Gfg3DD;Eej3DD;IACE,WAAA;Gfm3DD;Eep3DD;IACE,oBAAA;Gfs3DD;Eev3DD;IACE,mBAAA;Gfy3DD;Ee32DD;IACE,YAAA;Gf62DD;Ee92DD;IACE,oBAAA;Gfg3DD;Eej3DD;IACE,oBAAA;Gfm3DD;Eep3DD;IACE,WAAA;Gfs3DD;Eev3DD;IACE,oBAAA;Gfy3DD;Ee13DD;IACE,oBAAA;Gf43DD;Ee73DD;IACE,WAAA;Gf+3DD;Eeh4DD;IACE,oBAAA;Gfk4DD;Een4DD;IACE,oBAAA;Gfq4DD;Eet4DD;IACE,WAAA;Gfw4DD;Eez4DD;IACE,oBAAA;Gf24DD;Ee54DD;IACE,mBAAA;Gf84DD;Ee14DD;IACE,YAAA;Gf44DD;Ee55DD;IACE,WAAA;Gf85DD;Ee/5DD;IACE,mBAAA;Gfi6DD;Eel6DD;IACE,mBAAA;Gfo6DD;Eer6DD;IACE,UAAA;Gfu6DD;Eex6DD;IACE,mBAAA;Gf06DD;Ee36DD;IACE,mBAAA;Gf66DD;Ee96DD;IACE,UAAA;Gfg7DD;Eej7DD;IACE,mBAAA;Gfm7DD;Eep7DD;IACE,mBAAA;Gfs7DD;Eev7DD;IACE,UAAA;Gfy7DD;Ee17DD;IACE,mBAAA;Gf47DD;Ee77DD;IACE,kBAAA;Gf+7DD;Ee37DD;IACE,WAAA;Gf67DD;Ee/6DD;IACE,kBAAA;Gfi7DD;Eel7DD;IACE,0BAAA;Gfo7DD;Eer7DD;IACE,0BAAA;Gfu7DD;Eex7DD;IACE,iBAAA;Gf07DD;Ee37DD;IACE,0BAAA;Gf67DD;Ee97DD;IACE,0BAAA;Gfg8DD;Eej8DD;IACE,iBAAA;Gfm8DD;Eep8DD;IACE,0BAAA;Gfs8DD;Eev8DD;IACE,0BAAA;Gfy8DD;Ee18DD;IACE,iBAAA;Gf48DD;Ee78DD;IACE,0BAAA;Gf+8DD;Eeh9DD;IACE,yBAAA;Gfk9DD;Een9DD;IACE,gBAAA;Gfq9DD;CACF;Aa18DD;EE9CI;IACE,YAAA;Gf2/DH;Eep/DD;IACE,YAAA;Gfs/DD;Eev/DD;IACE,oBAAA;Gfy/DD;Ee1/DD;IACE,oBAAA;Gf4/DD;Ee7/DD;IACE,WAAA;Gf+/DD;EehgED;IACE,oBAAA;GfkgED;EengED;IACE,oBAAA;GfqgED;EetgED;IACE,WAAA;GfwgED;EezgED;IACE,oBAAA;Gf2gED;Ee5gED;IACE,oBAAA;Gf8gED;Ee/gED;IACE,WAAA;GfihED;EelhED;IACE,oBAAA;GfohED;EerhED;IACE,mBAAA;GfuhED;EezgED;IACE,YAAA;Gf2gED;Ee5gED;IACE,oBAAA;Gf8gED;Ee/gED;IACE,oBAAA;GfihED;EelhED;IACE,WAAA;GfohED;EerhED;IACE,oBAAA;GfuhED;EexhED;IACE,oBAAA;Gf0hED;Ee3hED;IACE,WAAA;Gf6hED;Ee9hED;IACE,oBAAA;GfgiED;EejiED;IACE,oBAAA;GfmiED;EepiED;IACE,WAAA;GfsiED;EeviED;IACE,oBAAA;GfyiED;Ee1iED;IACE,mBAAA;Gf4iED;EexiED;IACE,YAAA;Gf0iED;Ee1jED;IACE,WAAA;Gf4jED;Ee7jED;IACE,mBAAA;Gf+jED;EehkED;IACE,mBAAA;GfkkED;EenkED;IACE,UAAA;GfqkED;EetkED;IACE,mBAAA;GfwkED;EezkED;IACE,mBAAA;Gf2kED;Ee5kED;IACE,UAAA;Gf8kED;Ee/kED;IACE,mBAAA;GfilED;EellED;IACE,mBAAA;GfolED;EerlED;IACE,UAAA;GfulED;EexlED;IACE,mBAAA;Gf0lED;Ee3lED;IACE,kBAAA;Gf6lED;EezlED;IACE,WAAA;Gf2lED;Ee7kED;IACE,kBAAA;Gf+kED;EehlED;IACE,0BAAA;GfklED;EenlED;IACE,0BAAA;GfqlED;EetlED;IACE,iBAAA;GfwlED;EezlED;IACE,0BAAA;Gf2lED;Ee5lED;IACE,0BAAA;Gf8lED;Ee/lED;IACE,iBAAA;GfimED;EelmED;IACE,0BAAA;GfomED;EermED;IACE,0BAAA;GfumED;EexmED;IACE,iBAAA;Gf0mED;Ee3mED;IACE,0BAAA;Gf6mED;Ee9mED;IACE,yBAAA;GfgnED;EejnED;IACE,gBAAA;GfmnED;CACF;AgBvrED;EACE,8BAAA;ChByrED;AgBvrED;EACE,iBAAA;EACA,oBAAA;EACA,eAAA;EACA,iBAAA;ChByrED;AgBvrED;EACE,iBAAA;ChByrED;AgBnrED;EACE,YAAA;EACA,gBAAA;EACA,oBAAA;ChBqrED;AgBxrED;;;;;;EAWQ,aAAA;EACA,wBAAA;EACA,oBAAA;EACA,2BAAA;ChBqrEP;AgBnsED;EAoBI,uBAAA;EACA,8BAAA;ChBkrEH;AgBvsED;;;;;;EA8BQ,cAAA;ChBirEP;AgB/sED;EAoCI,2BAAA;ChB8qEH;AgBltED;EAyCI,uBAAA;ChB4qEH;AgBrqED;;;;;;EAOQ,aAAA;ChBsqEP;AgB3pED;EACE,uBAAA;ChB6pED;AgB9pED;;;;;;EAQQ,uBAAA;ChB8pEP;AgBtqED;;EAeM,yBAAA;ChB2pEL;AgBjpED;EAEI,0BAAA;ChBkpEH;AgBzoED;EAEI,0BAAA;ChB0oEH;AgBjoED;EACE,iBAAA;EACA,YAAA;EACA,sBAAA;ChBmoED;AgB9nEG;;EACE,iBAAA;EACA,YAAA;EACA,oBAAA;ChBioEL;AiB7wEC;;;;;;;;;;;;EAOI,0BAAA;CjBoxEL;AiB9wEC;;;;;EAMI,0BAAA;CjB+wEL;AiBlyEC;;;;;;;;;;;;EAOI,0BAAA;CjByyEL;AiBnyEC;;;;;EAMI,0BAAA;CjBoyEL;AiBvzEC;;;;;;;;;;;;EAOI,0BAAA;CjB8zEL;AiBxzEC;;;;;EAMI,0BAAA;CjByzEL;AiB50EC;;;;;;;;;;;;EAOI,0BAAA;CjBm1EL;AiB70EC;;;;;EAMI,0BAAA;CjB80EL;AiBj2EC;;;;;;;;;;;;EAOI,0BAAA;CjBw2EL;AiBl2EC;;;;;EAMI,0BAAA;CjBm2EL;AgBjtED;EACE,iBAAA;EACA,kBAAA;ChBmtED;AgBtpED;EACA;IA3DI,YAAA;IACA,oBAAA;IACA,mBAAA;IACA,6CAAA;IACA,uBAAA;GhBotED;EgB7pEH;IAnDM,iBAAA;GhBmtEH;EgBhqEH;;;;;;IA1CY,oBAAA;GhBktET;EgBxqEH;IAlCM,UAAA;GhB6sEH;EgB3qEH;;;;;;IAzBY,eAAA;GhB4sET;EgBnrEH;;;;;;IArBY,gBAAA;GhBgtET;EgB3rEH;;;;IARY,iBAAA;GhBysET;CACF;AkBn6ED;EACE,WAAA;EACA,UAAA;EACA,UAAA;EAIA,aAAA;ClBk6ED;AkB/5ED;EACE,eAAA;EACA,YAAA;EACA,WAAA;EACA,oBAAA;EACA,gBAAA;EACA,qBAAA;EACA,eAAA;EACA,UAAA;EACA,iCAAA;ClBi6ED;AkB95ED;EACE,sBAAA;EACA,gBAAA;EACA,mBAAA;EACA,kBAAA;ClBg6ED;AkBr5ED;Eb4BE,+BAAA;EACG,4BAAA;EACK,uBAAA;CL43ET;AkBr5ED;;EAEE,gBAAA;EACA,mBAAA;EACA,oBAAA;ClBu5ED;AkBp5ED;EACE,eAAA;ClBs5ED;AkBl5ED;EACE,eAAA;EACA,YAAA;ClBo5ED;AkBh5ED;;EAEE,aAAA;ClBk5ED;AkB94ED;;;EZrEE,2CAAA;EACA,qBAAA;CNw9ED;AkB74ED;EACE,eAAA;EACA,iBAAA;EACA,gBAAA;EACA,wBAAA;EACA,eAAA;ClB+4ED;AkBr3ED;EACE,eAAA;EACA,YAAA;EACA,aAAA;EACA,kBAAA;EACA,gBAAA;EACA,wBAAA;EACA,eAAA;EACA,uBAAA;EACA,uBAAA;EACA,uBAAA;EACA,mBAAA;EbxDA,yDAAA;EACQ,iDAAA;EAyHR,uFAAA;EACK,0EAAA;EACG,uEAAA;CLwzET;AmBh8EC;EACE,sBAAA;EACA,WAAA;EdUF,uFAAA;EACQ,+EAAA;CLy7ET;AKx5EC;EACE,YAAA;EACA,WAAA;CL05EH;AKx5EC;EAA0B,YAAA;CL25E3B;AK15EC;EAAgC,YAAA;CL65EjC;AkBj4EC;EACE,UAAA;EACA,8BAAA;ClBm4EH;AkB33EC;;;EAGE,0BAAA;EACA,WAAA;ClB63EH;AkB13EC;;EAEE,oBAAA;ClB43EH;AkBx3EC;EACE,aAAA;ClB03EH;AkB92ED;EACE,yBAAA;ClBg3ED;AkBx0ED;EAtBI;;;;IACE,kBAAA;GlBo2EH;EkBj2EC;;;;;;;;IAEE,kBAAA;GlBy2EH;EkBt2EC;;;;;;;;IAEE,kBAAA;GlB82EH;CACF;AkBp2ED;EACE,oBAAA;ClBs2ED;AkB91ED;;EAEE,mBAAA;EACA,eAAA;EACA,iBAAA;EACA,oBAAA;ClBg2ED;AkBr2ED;;EAQI,iBAAA;EACA,mBAAA;EACA,iBAAA;EACA,oBAAA;EACA,gBAAA;ClBi2EH;AkB91ED;;;;EAIE,mBAAA;EACA,mBAAA;EACA,mBAAA;ClBg2ED;AkB71ED;;EAEE,iBAAA;ClB+1ED;AkB31ED;;EAEE,mBAAA;EACA,sBAAA;EACA,mBAAA;EACA,iBAAA;EACA,uBAAA;EACA,oBAAA;EACA,gBAAA;ClB61ED;AkB31ED;;EAEE,cAAA;EACA,kBAAA;ClB61ED;AkBp1EC;;;;;;EAGE,oBAAA;ClBy1EH;AkBn1EC;;;;EAEE,oBAAA;ClBu1EH;AkBj1EC;;;;EAGI,oBAAA;ClBo1EL;AkBz0ED;EAEE,iBAAA;EACA,oBAAA;EAEA,iBAAA;EACA,iBAAA;ClBy0ED;AkBv0EC;;EAEE,gBAAA;EACA,iBAAA;ClBy0EH;AkB5zED;ECnQE,aAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,mBAAA;CnBkkFD;AmBhkFC;EACE,aAAA;EACA,kBAAA;CnBkkFH;AmB/jFC;;EAEE,aAAA;CnBikFH;AkBx0ED;EAEI,aAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,mBAAA;ClBy0EH;AkB/0ED;EASI,aAAA;EACA,kBAAA;ClBy0EH;AkBn1ED;;EAcI,aAAA;ClBy0EH;AkBv1ED;EAiBI,aAAA;EACA,iBAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;ClBy0EH;AkBr0ED;EC/RE,aAAA;EACA,mBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;CnBumFD;AmBrmFC;EACE,aAAA;EACA,kBAAA;CnBumFH;AmBpmFC;;EAEE,aAAA;CnBsmFH;AkBj1ED;EAEI,aAAA;EACA,mBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;ClBk1EH;AkBx1ED;EASI,aAAA;EACA,kBAAA;ClBk1EH;AkB51ED;;EAcI,aAAA;ClBk1EH;AkBh2ED;EAiBI,aAAA;EACA,iBAAA;EACA,mBAAA;EACA,gBAAA;EACA,uBAAA;ClBk1EH;AkBz0ED;EAEE,mBAAA;ClB00ED;AkB50ED;EAMI,sBAAA;ClBy0EH;AkBr0ED;EACE,mBAAA;EACA,OAAA;EACA,SAAA;EACA,WAAA;EACA,eAAA;EACA,YAAA;EACA,aAAA;EACA,kBAAA;EACA,mBAAA;EACA,qBAAA;ClBu0ED;AkBr0ED;;;EAGE,YAAA;EACA,aAAA;EACA,kBAAA;ClBu0ED;AkBr0ED;;;EAGE,YAAA;EACA,aAAA;EACA,kBAAA;ClBu0ED;AkBn0ED;;;;;;;;;;EC1ZI,eAAA;CnByuFH;AkB/0ED;ECtZI,sBAAA;Ed+CF,yDAAA;EACQ,iDAAA;CL0rFT;AmBxuFG;EACE,sBAAA;Ed4CJ,0EAAA;EACQ,kEAAA;CL+rFT;AkBz1ED;EC5YI,eAAA;EACA,sBAAA;EACA,0BAAA;CnBwuFH;AkB91ED;ECtYI,eAAA;CnBuuFH;AkB91ED;;;;;;;;;;EC7ZI,eAAA;CnBuwFH;AkB12ED;ECzZI,sBAAA;Ed+CF,yDAAA;EACQ,iDAAA;CLwtFT;AmBtwFG;EACE,sBAAA;Ed4CJ,0EAAA;EACQ,kEAAA;CL6tFT;AkBp3ED;EC/YI,eAAA;EACA,sBAAA;EACA,0BAAA;CnBswFH;AkBz3ED;ECzYI,eAAA;CnBqwFH;AkBz3ED;;;;;;;;;;EChaI,eAAA;CnBqyFH;AkBr4ED;EC5ZI,sBAAA;Ed+CF,yDAAA;EACQ,iDAAA;CLsvFT;AmBpyFG;EACE,sBAAA;Ed4CJ,0EAAA;EACQ,kEAAA;CL2vFT;AkB/4ED;EClZI,eAAA;EACA,sBAAA;EACA,0BAAA;CnBoyFH;AkBp5ED;EC5YI,eAAA;CnBmyFH;AkBh5EC;EACE,UAAA;ClBk5EH;AkBh5EC;EACE,OAAA;ClBk5EH;AkBx4ED;EACE,eAAA;EACA,gBAAA;EACA,oBAAA;EACA,eAAA;ClB04ED;AkBvzED;EAwEA;IAtIM,sBAAA;IACA,iBAAA;IACA,uBAAA;GlBy3EH;EkBrvEH;IA/HM,sBAAA;IACA,YAAA;IACA,uBAAA;GlBu3EH;EkB1vEH;IAxHM,sBAAA;GlBq3EH;EkB7vEH;IApHM,sBAAA;IACA,uBAAA;GlBo3EH;EkBjwEH;;;IA9GQ,YAAA;GlBo3EL;EkBtwEH;IAxGM,YAAA;GlBi3EH;EkBzwEH;IApGM,iBAAA;IACA,uBAAA;GlBg3EH;EkB7wEH;;IA5FM,sBAAA;IACA,cAAA;IACA,iBAAA;IACA,uBAAA;GlB62EH;EkBpxEH;;IAtFQ,gBAAA;GlB82EL;EkBxxEH;;IAjFM,mBAAA;IACA,eAAA;GlB62EH;EkB7xEH;IA3EM,OAAA;GlB22EH;CACF;AkBj2ED;;;;EASI,cAAA;EACA,iBAAA;EACA,iBAAA;ClB81EH;AkBz2ED;;EAiBI,iBAAA;ClB41EH;AkB72ED;EJthBE,mBAAA;EACA,oBAAA;Cds4FD;AkB10EC;EAyBF;IAnCM,kBAAA;IACA,iBAAA;IACA,iBAAA;GlBw1EH;CACF;AkBx3ED;EAwCI,YAAA;ClBm1EH;AkBr0EC;EAUF;IAdQ,kBAAA;IACA,gBAAA;GlB60EL;CACF;AkBn0EC;EAEF;IANQ,iBAAA;IACA,gBAAA;GlB20EL;CACF;AoBp6FD;EACE,sBAAA;EACA,iBAAA;EACA,oBAAA;EACA,mBAAA;EACA,uBAAA;EACA,+BAAA;MAAA,2BAAA;EACA,gBAAA;EACA,uBAAA;EACA,8BAAA;EACA,oBAAA;EC0CA,kBAAA;EACA,gBAAA;EACA,wBAAA;EACA,mBAAA;EhB+JA,0BAAA;EACG,uBAAA;EACC,sBAAA;EACI,kBAAA;CL+tFT;AoBv6FG;;;;;;EdnBF,2CAAA;EACA,qBAAA;CNk8FD;AoB16FC;;;EAGE,YAAA;EACA,sBAAA;CpB46FH;AoBz6FC;;EAEE,WAAA;EACA,uBAAA;Ef2BF,yDAAA;EACQ,iDAAA;CLi5FT;AoBz6FC;;;EAGE,oBAAA;EE7CF,cAAA;EAGA,0BAAA;EjB8DA,yBAAA;EACQ,iBAAA;CL05FT;AoBz6FG;;EAEE,qBAAA;CpB26FL;AoBl6FD;EC3DE,YAAA;EACA,uBAAA;EACA,mBAAA;CrBg+FD;AqB99FC;;EAEE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBg+FP;AqB99FC;EACE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBg+FP;AqB99FC;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBg+FP;AqB99FG;;;;;;;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBs+FT;AqBn+FC;;;EAGE,uBAAA;CrBq+FH;AqBh+FG;;;;;;;;;EAGE,uBAAA;EACI,mBAAA;CrBw+FT;AoBv9FD;ECZI,YAAA;EACA,uBAAA;CrBs+FH;AoBx9FD;EC9DE,YAAA;EACA,0BAAA;EACA,sBAAA;CrByhGD;AqBvhGC;;EAEE,YAAA;EACA,0BAAA;EACI,sBAAA;CrByhGP;AqBvhGC;EACE,YAAA;EACA,0BAAA;EACI,sBAAA;CrByhGP;AqBvhGC;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrByhGP;AqBvhGG;;;;;;;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB+hGT;AqB5hGC;;;EAGE,uBAAA;CrB8hGH;AqBzhGG;;;;;;;;;EAGE,0BAAA;EACI,sBAAA;CrBiiGT;AoB7gGD;ECfI,eAAA;EACA,uBAAA;CrB+hGH;AoB7gGD;EClEE,YAAA;EACA,0BAAA;EACA,sBAAA;CrBklGD;AqBhlGC;;EAEE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBklGP;AqBhlGC;EACE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBklGP;AqBhlGC;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBklGP;AqBhlGG;;;;;;;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBwlGT;AqBrlGC;;;EAGE,uBAAA;CrBulGH;AqBllGG;;;;;;;;;EAGE,0BAAA;EACI,sBAAA;CrB0lGT;AoBlkGD;ECnBI,eAAA;EACA,uBAAA;CrBwlGH;AoBlkGD;ECtEE,YAAA;EACA,0BAAA;EACA,sBAAA;CrB2oGD;AqBzoGC;;EAEE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB2oGP;AqBzoGC;EACE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB2oGP;AqBzoGC;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB2oGP;AqBzoGG;;;;;;;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBipGT;AqB9oGC;;;EAGE,uBAAA;CrBgpGH;AqB3oGG;;;;;;;;;EAGE,0BAAA;EACI,sBAAA;CrBmpGT;AoBvnGD;ECvBI,eAAA;EACA,uBAAA;CrBipGH;AoBvnGD;EC1EE,YAAA;EACA,0BAAA;EACA,sBAAA;CrBosGD;AqBlsGC;;EAEE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBosGP;AqBlsGC;EACE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBosGP;AqBlsGC;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBosGP;AqBlsGG;;;;;;;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB0sGT;AqBvsGC;;;EAGE,uBAAA;CrBysGH;AqBpsGG;;;;;;;;;EAGE,0BAAA;EACI,sBAAA;CrB4sGT;AoB5qGD;EC3BI,eAAA;EACA,uBAAA;CrB0sGH;AoB5qGD;EC9EE,YAAA;EACA,0BAAA;EACA,sBAAA;CrB6vGD;AqB3vGC;;EAEE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB6vGP;AqB3vGC;EACE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB6vGP;AqB3vGC;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB6vGP;AqB3vGG;;;;;;;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBmwGT;AqBhwGC;;;EAGE,uBAAA;CrBkwGH;AqB7vGG;;;;;;;;;EAGE,0BAAA;EACI,sBAAA;CrBqwGT;AoBjuGD;EC/BI,eAAA;EACA,uBAAA;CrBmwGH;AoB5tGD;EACE,eAAA;EACA,oBAAA;EACA,iBAAA;CpB8tGD;AoB5tGC;;;;;EAKE,8BAAA;EfnCF,yBAAA;EACQ,iBAAA;CLkwGT;AoB7tGC;;;;EAIE,0BAAA;CpB+tGH;AoB7tGC;;EAEE,eAAA;EACA,2BAAA;EACA,8BAAA;CpB+tGH;AoB3tGG;;;;EAEE,eAAA;EACA,sBAAA;CpB+tGL;AoBttGD;;ECxEE,mBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;CrBkyGD;AoBztGD;;EC5EE,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,mBAAA;CrByyGD;AoB5tGD;;EChFE,iBAAA;EACA,gBAAA;EACA,iBAAA;EACA,mBAAA;CrBgzGD;AoB3tGD;EACE,eAAA;EACA,YAAA;CpB6tGD;AoBztGD;EACE,gBAAA;CpB2tGD;AoBptGC;;;EACE,YAAA;CpBwtGH;AuBl3GD;EACE,WAAA;ElBoLA,yCAAA;EACK,oCAAA;EACG,iCAAA;CLisGT;AuBr3GC;EACE,WAAA;CvBu3GH;AuBn3GD;EACE,cAAA;CvBq3GD;AuBn3GC;EAAY,eAAA;CvBs3Gb;AuBr3GC;EAAY,mBAAA;CvBw3Gb;AuBv3GC;EAAY,yBAAA;CvB03Gb;AuBv3GD;EACE,mBAAA;EACA,UAAA;EACA,iBAAA;ElBuKA,gDAAA;EACQ,2CAAA;KAAA,wCAAA;EAOR,mCAAA;EACQ,8BAAA;KAAA,2BAAA;EAGR,yCAAA;EACQ,oCAAA;KAAA,iCAAA;CL2sGT;AwBr5GD;EACE,sBAAA;EACA,SAAA;EACA,UAAA;EACA,iBAAA;EACA,uBAAA;EACA,uBAAA;EACA,yBAAA;EACA,oCAAA;EACA,mCAAA;CxBu5GD;AwBn5GD;;EAEE,mBAAA;CxBq5GD;AwBj5GD;EACE,WAAA;CxBm5GD;AwB/4GD;EACE,mBAAA;EACA,UAAA;EACA,QAAA;EACA,cAAA;EACA,cAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,gBAAA;EACA,iBAAA;EACA,gBAAA;EACA,iBAAA;EACA,uBAAA;EACA,uBAAA;EACA,sCAAA;EACA,mBAAA;EnBsBA,oDAAA;EACQ,4CAAA;EmBrBR,qCAAA;UAAA,6BAAA;CxBk5GD;AwB74GC;EACE,SAAA;EACA,WAAA;CxB+4GH;AwBx6GD;ECzBE,YAAA;EACA,cAAA;EACA,iBAAA;EACA,0BAAA;CzBo8GD;AwB96GD;EAmCI,eAAA;EACA,kBAAA;EACA,YAAA;EACA,oBAAA;EACA,wBAAA;EACA,eAAA;EACA,oBAAA;CxB84GH;AwBx4GC;;EAEE,sBAAA;EACA,eAAA;EACA,0BAAA;CxB04GH;AwBp4GC;;;EAGE,YAAA;EACA,sBAAA;EACA,WAAA;EACA,0BAAA;CxBs4GH;AwB73GC;;;EAGE,eAAA;CxB+3GH;AwB33GC;;EAEE,sBAAA;EACA,8BAAA;EACA,uBAAA;EE3GF,oEAAA;EF6GE,oBAAA;CxB63GH;AwBx3GD;EAGI,eAAA;CxBw3GH;AwB33GD;EAQI,WAAA;CxBs3GH;AwB92GD;EACE,WAAA;EACA,SAAA;CxBg3GD;AwBx2GD;EACE,QAAA;EACA,YAAA;CxB02GD;AwBt2GD;EACE,eAAA;EACA,kBAAA;EACA,gBAAA;EACA,wBAAA;EACA,eAAA;EACA,oBAAA;CxBw2GD;AwBp2GD;EACE,gBAAA;EACA,QAAA;EACA,SAAA;EACA,UAAA;EACA,OAAA;EACA,aAAA;CxBs2GD;AwBl2GD;EACE,SAAA;EACA,WAAA;CxBo2GD;AwB51GD;;EAII,cAAA;EACA,0BAAA;EACA,4BAAA;EACA,YAAA;CxB41GH;AwBn2GD;;EAWI,UAAA;EACA,aAAA;EACA,mBAAA;CxB41GH;AwBv0GD;EAXE;IApEA,WAAA;IACA,SAAA;GxB05GC;EwBv1GD;IA1DA,QAAA;IACA,YAAA;GxBo5GC;CACF;A2BpiHD;;EAEE,mBAAA;EACA,sBAAA;EACA,uBAAA;C3BsiHD;A2B1iHD;;EAMI,mBAAA;EACA,YAAA;C3BwiHH;A2BtiHG;;;;;;;;EAIE,WAAA;C3B4iHL;A2BtiHD;;;;EAKI,kBAAA;C3BuiHH;A2BliHD;EACE,kBAAA;C3BoiHD;A2BriHD;;;EAOI,YAAA;C3BmiHH;A2B1iHD;;;EAYI,iBAAA;C3BmiHH;A2B/hHD;EACE,iBAAA;C3BiiHD;A2B7hHD;EACE,eAAA;C3B+hHD;A2B9hHC;EClDA,8BAAA;EACG,2BAAA;C5BmlHJ;A2B7hHD;;EC/CE,6BAAA;EACG,0BAAA;C5BglHJ;A2B5hHD;EACE,YAAA;C3B8hHD;A2B5hHD;EACE,iBAAA;C3B8hHD;A2B5hHD;;ECnEE,8BAAA;EACG,2BAAA;C5BmmHJ;A2B3hHD;ECjEE,6BAAA;EACG,0BAAA;C5B+lHJ;A2B1hHD;;EAEE,WAAA;C3B4hHD;A2B3gHD;EACE,kBAAA;EACA,mBAAA;C3B6gHD;A2B3gHD;EACE,mBAAA;EACA,oBAAA;C3B6gHD;A2BxgHD;EtB/CE,yDAAA;EACQ,iDAAA;CL0jHT;A2BxgHC;EtBnDA,yBAAA;EACQ,iBAAA;CL8jHT;A2BrgHD;EACE,eAAA;C3BugHD;A2BpgHD;EACE,wBAAA;EACA,uBAAA;C3BsgHD;A2BngHD;EACE,wBAAA;C3BqgHD;A2B9/GD;;;EAII,eAAA;EACA,YAAA;EACA,YAAA;EACA,gBAAA;C3B+/GH;A2BtgHD;EAcM,YAAA;C3B2/GL;A2BzgHD;;;;EAsBI,iBAAA;EACA,eAAA;C3By/GH;A2Bp/GC;EACE,iBAAA;C3Bs/GH;A2Bp/GC;EC3KA,6BAAA;EACC,4BAAA;EAOD,8BAAA;EACC,6BAAA;C5B4pHF;A2Bt/GC;EC/KA,2BAAA;EACC,0BAAA;EAOD,gCAAA;EACC,+BAAA;C5BkqHF;A2Bv/GD;EACE,iBAAA;C3By/GD;A2Bv/GD;;EC/KE,8BAAA;EACC,6BAAA;C5B0qHF;A2Bt/GD;EC7LE,2BAAA;EACC,0BAAA;C5BsrHF;A2Bl/GD;EACE,eAAA;EACA,YAAA;EACA,oBAAA;EACA,0BAAA;C3Bo/GD;A2Bx/GD;;EAOI,YAAA;EACA,oBAAA;EACA,UAAA;C3Bq/GH;A2B9/GD;EAYI,YAAA;C3Bq/GH;A2BjgHD;EAgBI,WAAA;C3Bo/GH;A2Bn+GD;;;;EAKM,mBAAA;EACA,uBAAA;EACA,qBAAA;C3Bo+GL;A6B9sHD;EACE,mBAAA;EACA,eAAA;EACA,0BAAA;C7BgtHD;A6B7sHC;EACE,YAAA;EACA,gBAAA;EACA,iBAAA;C7B+sHH;A6BxtHD;EAeI,mBAAA;EACA,WAAA;EAKA,YAAA;EAEA,YAAA;EACA,iBAAA;C7BusHH;A6BrsHG;EACE,WAAA;C7BusHL;A6B7rHD;;;EV0BE,aAAA;EACA,mBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;CnBwqHD;AmBtqHC;;;EACE,aAAA;EACA,kBAAA;CnB0qHH;AmBvqHC;;;;;;EAEE,aAAA;CnB6qHH;A6B/sHD;;;EVqBE,aAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,mBAAA;CnB+rHD;AmB7rHC;;;EACE,aAAA;EACA,kBAAA;CnBisHH;AmB9rHC;;;;;;EAEE,aAAA;CnBosHH;A6B7tHD;;;EAGE,oBAAA;C7B+tHD;A6B7tHC;;;EACE,iBAAA;C7BiuHH;A6B7tHD;;EAEE,UAAA;EACA,oBAAA;EACA,uBAAA;C7B+tHD;A6B1tHD;EACE,kBAAA;EACA,gBAAA;EACA,oBAAA;EACA,eAAA;EACA,eAAA;EACA,mBAAA;EACA,0BAAA;EACA,uBAAA;EACA,mBAAA;C7B4tHD;A6BztHC;EACE,kBAAA;EACA,gBAAA;EACA,mBAAA;C7B2tHH;A6BztHC;EACE,mBAAA;EACA,gBAAA;EACA,mBAAA;C7B2tHH;A6B/uHD;;EA0BI,cAAA;C7BytHH;A6BptHD;;;;;;;EDpGE,8BAAA;EACG,2BAAA;C5Bi0HJ;A6BrtHD;EACE,gBAAA;C7ButHD;A6BrtHD;;;;;;;EDxGE,6BAAA;EACG,0BAAA;C5Bs0HJ;A6BttHD;EACE,eAAA;C7BwtHD;A6BntHD;EACE,mBAAA;EAGA,aAAA;EACA,oBAAA;C7BmtHD;A6BxtHD;EAUI,mBAAA;C7BitHH;A6B3tHD;EAYM,kBAAA;C7BktHL;A6B/sHG;;;EAGE,WAAA;C7BitHL;A6B5sHC;;EAGI,mBAAA;C7B6sHL;A6B1sHC;;EAGI,WAAA;EACA,kBAAA;C7B2sHL;A8B12HD;EACE,iBAAA;EACA,gBAAA;EACA,iBAAA;C9B42HD;A8B/2HD;EAOI,mBAAA;EACA,eAAA;C9B22HH;A8Bn3HD;EAWM,mBAAA;EACA,eAAA;EACA,mBAAA;C9B22HL;A8B12HK;;EAEE,sBAAA;EACA,0BAAA;C9B42HP;A8Bv2HG;EACE,eAAA;C9By2HL;A8Bv2HK;;EAEE,eAAA;EACA,sBAAA;EACA,8BAAA;EACA,oBAAA;C9By2HP;A8Bl2HG;;;EAGE,0BAAA;EACA,sBAAA;C9Bo2HL;A8B74HD;ELHE,YAAA;EACA,cAAA;EACA,iBAAA;EACA,0BAAA;CzBm5HD;A8Bn5HD;EA0DI,gBAAA;C9B41HH;A8Bn1HD;EACE,8BAAA;C9Bq1HD;A8Bt1HD;EAGI,YAAA;EAEA,oBAAA;C9Bq1HH;A8B11HD;EASM,kBAAA;EACA,wBAAA;EACA,8BAAA;EACA,2BAAA;C9Bo1HL;A8Bn1HK;EACE,mCAAA;C9Bq1HP;A8B/0HK;;;EAGE,eAAA;EACA,uBAAA;EACA,uBAAA;EACA,iCAAA;EACA,gBAAA;C9Bi1HP;A8B50HC;EAqDA,YAAA;EA8BA,iBAAA;C9B6vHD;A8Bh1HC;EAwDE,YAAA;C9B2xHH;A8Bn1HC;EA0DI,mBAAA;EACA,mBAAA;C9B4xHL;A8Bv1HC;EAgEE,UAAA;EACA,WAAA;C9B0xHH;A8B9wHD;EA0DA;IAjEM,oBAAA;IACA,UAAA;G9ByxHH;E8BztHH;IA9DQ,iBAAA;G9B0xHL;CACF;A8Bp2HC;EAuFE,gBAAA;EACA,mBAAA;C9BgxHH;A8Bx2HC;;;EA8FE,uBAAA;C9B+wHH;A8BjwHD;EA2BA;IApCM,8BAAA;IACA,2BAAA;G9B8wHH;E8B3uHH;;;IA9BM,0BAAA;G9B8wHH;CACF;A8B/2HD;EAEI,YAAA;C9Bg3HH;A8Bl3HD;EAMM,mBAAA;C9B+2HL;A8Br3HD;EASM,iBAAA;C9B+2HL;A8B12HK;;;EAGE,YAAA;EACA,0BAAA;C9B42HP;A8Bp2HD;EAEI,YAAA;C9Bq2HH;A8Bv2HD;EAIM,gBAAA;EACA,eAAA;C9Bs2HL;A8B11HD;EACE,YAAA;C9B41HD;A8B71HD;EAII,YAAA;C9B41HH;A8Bh2HD;EAMM,mBAAA;EACA,mBAAA;C9B61HL;A8Bp2HD;EAYI,UAAA;EACA,WAAA;C9B21HH;A8B/0HD;EA0DA;IAjEM,oBAAA;IACA,UAAA;G9B01HH;E8B1xHH;IA9DQ,iBAAA;G9B21HL;CACF;A8Bn1HD;EACE,iBAAA;C9Bq1HD;A8Bt1HD;EAKI,gBAAA;EACA,mBAAA;C9Bo1HH;A8B11HD;;;EAYI,uBAAA;C9Bm1HH;A8Br0HD;EA2BA;IApCM,8BAAA;IACA,2BAAA;G9Bk1HH;E8B/yHH;;;IA9BM,0BAAA;G9Bk1HH;CACF;A8Bz0HD;EAEI,cAAA;C9B00HH;A8B50HD;EAKI,eAAA;C9B00HH;A8Bj0HD;EAEE,iBAAA;EF3OA,2BAAA;EACC,0BAAA;C5B8iIF;A+BxiID;EACE,mBAAA;EACA,iBAAA;EACA,oBAAA;EACA,8BAAA;C/B0iID;A+BliID;EA8nBA;IAhoBI,mBAAA;G/BwiID;CACF;A+BzhID;EAgnBA;IAlnBI,YAAA;G/B+hID;CACF;A+BjhID;EACE,oBAAA;EACA,oBAAA;EACA,mBAAA;EACA,kCAAA;EACA,2DAAA;UAAA,mDAAA;EAEA,kCAAA;C/BkhID;A+BhhIC;EACE,iBAAA;C/BkhIH;A+Bt/HD;EA6jBA;IArlBI,YAAA;IACA,cAAA;IACA,yBAAA;YAAA,iBAAA;G/BkhID;E+BhhIC;IACE,0BAAA;IACA,wBAAA;IACA,kBAAA;IACA,6BAAA;G/BkhIH;E+B/gIC;IACE,oBAAA;G/BihIH;E+B5gIC;;;IAGE,gBAAA;IACA,iBAAA;G/B8gIH;CACF;A+B1gID;;EAGI,kBAAA;C/B2gIH;A+BtgIC;EAmjBF;;IArjBM,kBAAA;G/B6gIH;CACF;A+BpgID;;;;EAII,oBAAA;EACA,mBAAA;C/BsgIH;A+BhgIC;EAgiBF;;;;IAniBM,gBAAA;IACA,eAAA;G/B0gIH;CACF;A+B9/HD;EACE,cAAA;EACA,sBAAA;C/BggID;A+B3/HD;EA8gBA;IAhhBI,iBAAA;G/BigID;CACF;A+B7/HD;;EAEE,gBAAA;EACA,SAAA;EACA,QAAA;EACA,cAAA;C/B+/HD;A+Bz/HD;EAggBA;;IAlgBI,iBAAA;G/BggID;CACF;A+B9/HD;EACE,OAAA;EACA,sBAAA;C/BggID;A+B9/HD;EACE,UAAA;EACA,iBAAA;EACA,sBAAA;C/BggID;A+B1/HD;EACE,YAAA;EACA,mBAAA;EACA,gBAAA;EACA,kBAAA;EACA,aAAA;C/B4/HD;A+B1/HC;;EAEE,sBAAA;C/B4/HH;A+BrgID;EAaI,eAAA;C/B2/HH;A+Bl/HD;EALI;;IAEE,mBAAA;G/B0/HH;CACF;A+Bh/HD;EACE,mBAAA;EACA,aAAA;EACA,mBAAA;EACA,kBAAA;EC9LA,gBAAA;EACA,mBAAA;ED+LA,8BAAA;EACA,uBAAA;EACA,8BAAA;EACA,mBAAA;C/Bm/HD;A+B/+HC;EACE,WAAA;C/Bi/HH;A+B//HD;EAmBI,eAAA;EACA,YAAA;EACA,YAAA;EACA,mBAAA;C/B++HH;A+BrgID;EAyBI,gBAAA;C/B++HH;A+Bz+HD;EAqbA;IAvbI,cAAA;G/B++HD;CACF;A+Bt+HD;EACE,oBAAA;C/Bw+HD;A+Bz+HD;EAII,kBAAA;EACA,qBAAA;EACA,kBAAA;C/Bw+HH;A+B58HC;EA2YF;IAjaM,iBAAA;IACA,YAAA;IACA,YAAA;IACA,cAAA;IACA,8BAAA;IACA,UAAA;IACA,yBAAA;YAAA,iBAAA;G/Bs+HH;E+B3kHH;;IAxZQ,2BAAA;G/Bu+HL;E+B/kHH;IArZQ,kBAAA;G/Bu+HL;E+Bt+HK;;IAEE,uBAAA;G/Bw+HP;CACF;A+Bt9HD;EA+XA;IA1YI,YAAA;IACA,UAAA;G/Bq+HD;E+B5lHH;IAtYM,YAAA;G/Bq+HH;E+B/lHH;IApYQ,kBAAA;IACA,qBAAA;G/Bs+HL;CACF;A+B39HD;EACE,mBAAA;EACA,oBAAA;EACA,mBAAA;EACA,kCAAA;EACA,qCAAA;E1B9NA,6FAAA;EACQ,qFAAA;E2B/DR,gBAAA;EACA,mBAAA;ChC4vID;AkBtuHD;EAwEA;IAtIM,sBAAA;IACA,iBAAA;IACA,uBAAA;GlBwyHH;EkBpqHH;IA/HM,sBAAA;IACA,YAAA;IACA,uBAAA;GlBsyHH;EkBzqHH;IAxHM,sBAAA;GlBoyHH;EkB5qHH;IApHM,sBAAA;IACA,uBAAA;GlBmyHH;EkBhrHH;;;IA9GQ,YAAA;GlBmyHL;EkBrrHH;IAxGM,YAAA;GlBgyHH;EkBxrHH;IApGM,iBAAA;IACA,uBAAA;GlB+xHH;EkB5rHH;;IA5FM,sBAAA;IACA,cAAA;IACA,iBAAA;IACA,uBAAA;GlB4xHH;EkBnsHH;;IAtFQ,gBAAA;GlB6xHL;EkBvsHH;;IAjFM,mBAAA;IACA,eAAA;GlB4xHH;EkB5sHH;IA3EM,OAAA;GlB0xHH;CACF;A+BpgIC;EAmWF;IAzWM,mBAAA;G/B8gIH;E+B5gIG;IACE,iBAAA;G/B8gIL;CACF;A+B7/HD;EAoVA;IA5VI,YAAA;IACA,UAAA;IACA,eAAA;IACA,gBAAA;IACA,eAAA;IACA,kBAAA;I1BzPF,yBAAA;IACQ,iBAAA;GLmwIP;CACF;A+BngID;EACE,cAAA;EHpUA,2BAAA;EACC,0BAAA;C5B00IF;A+BngID;EACE,iBAAA;EHzUA,6BAAA;EACC,4BAAA;EAOD,8BAAA;EACC,6BAAA;C5By0IF;A+B//HD;EChVE,gBAAA;EACA,mBAAA;ChCk1ID;A+BhgIC;ECnVA,iBAAA;EACA,oBAAA;ChCs1ID;A+BjgIC;ECtVA,iBAAA;EACA,oBAAA;ChC01ID;A+B3/HD;EChWE,iBAAA;EACA,oBAAA;ChC81ID;A+Bv/HD;EAsSA;IA1SI,YAAA;IACA,kBAAA;IACA,mBAAA;G/B+/HD;CACF;A+Bl+HD;EAhBE;IExWA,uBAAA;GjC81IC;E+Br/HD;IE5WA,wBAAA;IF8WE,oBAAA;G/Bu/HD;E+Bz/HD;IAKI,gBAAA;G/Bu/HH;CACF;A+B9+HD;EACE,0BAAA;EACA,sBAAA;C/Bg/HD;A+Bl/HD;EAKI,YAAA;C/Bg/HH;A+B/+HG;;EAEE,eAAA;EACA,8BAAA;C/Bi/HL;A+B1/HD;EAcI,YAAA;C/B++HH;A+B7/HD;EAmBM,YAAA;C/B6+HL;A+B3+HK;;EAEE,YAAA;EACA,8BAAA;C/B6+HP;A+Bz+HK;;;EAGE,YAAA;EACA,0BAAA;C/B2+HP;A+Bv+HK;;;EAGE,YAAA;EACA,8BAAA;C/By+HP;A+BjhID;EA8CI,mBAAA;C/Bs+HH;A+Br+HG;;EAEE,uBAAA;C/Bu+HL;A+BxhID;EAoDM,uBAAA;C/Bu+HL;A+B3hID;;EA0DI,sBAAA;C/Bq+HH;A+B99HK;;;EAGE,0BAAA;EACA,YAAA;C/Bg+HP;A+B/7HC;EAoKF;IA7LU,YAAA;G/B49HP;E+B39HO;;IAEE,YAAA;IACA,8BAAA;G/B69HT;E+Bz9HO;;;IAGE,YAAA;IACA,0BAAA;G/B29HT;E+Bv9HO;;;IAGE,YAAA;IACA,8BAAA;G/By9HT;CACF;A+B3jID;EA8GI,YAAA;C/Bg9HH;A+B/8HG;EACE,YAAA;C/Bi9HL;A+BjkID;EAqHI,YAAA;C/B+8HH;A+B98HG;;EAEE,YAAA;C/Bg9HL;A+B58HK;;;;EAEE,YAAA;C/Bg9HP;A+Bx8HD;EACE,uBAAA;EACA,sBAAA;C/B08HD;A+B58HD;EAKI,eAAA;C/B08HH;A+Bz8HG;;EAEE,YAAA;EACA,8BAAA;C/B28HL;A+Bp9HD;EAcI,eAAA;C/By8HH;A+Bv9HD;EAmBM,eAAA;C/Bu8HL;A+Br8HK;;EAEE,YAAA;EACA,8BAAA;C/Bu8HP;A+Bn8HK;;;EAGE,YAAA;EACA,0BAAA;C/Bq8HP;A+Bj8HK;;;EAGE,YAAA;EACA,8BAAA;C/Bm8HP;A+B3+HD;EA+CI,mBAAA;C/B+7HH;A+B97HG;;EAEE,uBAAA;C/Bg8HL;A+Bl/HD;EAqDM,uBAAA;C/Bg8HL;A+Br/HD;;EA2DI,sBAAA;C/B87HH;A+Bx7HK;;;EAGE,0BAAA;EACA,YAAA;C/B07HP;A+Bn5HC;EAwBF;IAvDU,sBAAA;G/Bs7HP;E+B/3HH;IApDU,0BAAA;G/Bs7HP;E+Bl4HH;IAjDU,eAAA;G/Bs7HP;E+Br7HO;;IAEE,YAAA;IACA,8BAAA;G/Bu7HT;E+Bn7HO;;;IAGE,YAAA;IACA,0BAAA;G/Bq7HT;E+Bj7HO;;;IAGE,YAAA;IACA,8BAAA;G/Bm7HT;CACF;A+B3hID;EA+GI,eAAA;C/B+6HH;A+B96HG;EACE,YAAA;C/Bg7HL;A+BjiID;EAsHI,eAAA;C/B86HH;A+B76HG;;EAEE,YAAA;C/B+6HL;A+B36HK;;;;EAEE,YAAA;C/B+6HP;AkCzjJD;EACE,kBAAA;EACA,oBAAA;EACA,iBAAA;EACA,0BAAA;EACA,mBAAA;ClC2jJD;AkChkJD;EAQI,sBAAA;ClC2jJH;AkCnkJD;EAWM,kBAAA;EACA,eAAA;EACA,YAAA;ClC2jJL;AkCxkJD;EAkBI,eAAA;ClCyjJH;AmC7kJD;EACE,sBAAA;EACA,gBAAA;EACA,eAAA;EACA,mBAAA;CnC+kJD;AmCnlJD;EAOI,gBAAA;CnC+kJH;AmCtlJD;;EAUM,mBAAA;EACA,YAAA;EACA,kBAAA;EACA,wBAAA;EACA,sBAAA;EACA,eAAA;EACA,uBAAA;EACA,uBAAA;EACA,kBAAA;CnCglJL;AmC9kJG;;EAGI,eAAA;EPXN,+BAAA;EACG,4BAAA;C5B2lJJ;AmC7kJG;;EPvBF,gCAAA;EACG,6BAAA;C5BwmJJ;AmCxkJG;;;;EAEE,WAAA;EACA,eAAA;EACA,0BAAA;EACA,mBAAA;CnC4kJL;AmCtkJG;;;;;;EAGE,WAAA;EACA,YAAA;EACA,0BAAA;EACA,sBAAA;EACA,gBAAA;CnC2kJL;AmCloJD;;;;;;EAkEM,eAAA;EACA,uBAAA;EACA,mBAAA;EACA,oBAAA;CnCwkJL;AmC/jJD;;EC3EM,mBAAA;EACA,gBAAA;EACA,uBAAA;CpC8oJL;AoC5oJG;;ERKF,+BAAA;EACG,4BAAA;C5B2oJJ;AoC3oJG;;ERTF,gCAAA;EACG,6BAAA;C5BwpJJ;AmC1kJD;;EChFM,kBAAA;EACA,gBAAA;EACA,iBAAA;CpC8pJL;AoC5pJG;;ERKF,+BAAA;EACG,4BAAA;C5B2pJJ;AoC3pJG;;ERTF,gCAAA;EACG,6BAAA;C5BwqJJ;AqC3qJD;EACE,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,mBAAA;CrC6qJD;AqCjrJD;EAOI,gBAAA;CrC6qJH;AqCprJD;;EAUM,sBAAA;EACA,kBAAA;EACA,uBAAA;EACA,uBAAA;EACA,oBAAA;CrC8qJL;AqC5rJD;;EAmBM,sBAAA;EACA,0BAAA;CrC6qJL;AqCjsJD;;EA2BM,aAAA;CrC0qJL;AqCrsJD;;EAkCM,YAAA;CrCuqJL;AqCzsJD;;;;EA2CM,eAAA;EACA,uBAAA;EACA,oBAAA;CrCoqJL;AsCltJD;EACE,gBAAA;EACA,wBAAA;EACA,eAAA;EACA,kBAAA;EACA,eAAA;EACA,YAAA;EACA,mBAAA;EACA,oBAAA;EACA,yBAAA;EACA,qBAAA;CtCotJD;AsChtJG;;EAEE,YAAA;EACA,sBAAA;EACA,gBAAA;CtCktJL;AsC7sJC;EACE,cAAA;CtC+sJH;AsC3sJC;EACE,mBAAA;EACA,UAAA;CtC6sJH;AsCtsJD;ECtCE,0BAAA;CvC+uJD;AuC5uJG;;EAEE,0BAAA;CvC8uJL;AsCzsJD;EC1CE,0BAAA;CvCsvJD;AuCnvJG;;EAEE,0BAAA;CvCqvJL;AsC5sJD;EC9CE,0BAAA;CvC6vJD;AuC1vJG;;EAEE,0BAAA;CvC4vJL;AsC/sJD;EClDE,0BAAA;CvCowJD;AuCjwJG;;EAEE,0BAAA;CvCmwJL;AsCltJD;ECtDE,0BAAA;CvC2wJD;AuCxwJG;;EAEE,0BAAA;CvC0wJL;AsCrtJD;EC1DE,0BAAA;CvCkxJD;AuC/wJG;;EAEE,0BAAA;CvCixJL;AwCnxJD;EACE,sBAAA;EACA,gBAAA;EACA,iBAAA;EACA,gBAAA;EACA,kBAAA;EACA,YAAA;EACA,eAAA;EACA,uBAAA;EACA,oBAAA;EACA,mBAAA;EACA,0BAAA;EACA,oBAAA;CxCqxJD;AwClxJC;EACE,cAAA;CxCoxJH;AwChxJC;EACE,mBAAA;EACA,UAAA;CxCkxJH;AwC/wJC;;EAEE,OAAA;EACA,iBAAA;CxCixJH;AwC5wJG;;EAEE,YAAA;EACA,sBAAA;EACA,gBAAA;CxC8wJL;AwCzwJC;;EAEE,eAAA;EACA,uBAAA;CxC2wJH;AwCxwJC;EACE,aAAA;CxC0wJH;AwCvwJC;EACE,kBAAA;CxCywJH;AwCtwJC;EACE,iBAAA;CxCwwJH;AyCl0JD;EACE,kBAAA;EACA,qBAAA;EACA,oBAAA;EACA,eAAA;EACA,0BAAA;CzCo0JD;AyCz0JD;;EASI,eAAA;CzCo0JH;AyC70JD;EAaI,oBAAA;EACA,gBAAA;EACA,iBAAA;CzCm0JH;AyCl1JD;EAmBI,0BAAA;CzCk0JH;AyC/zJC;;EAEE,mBAAA;EACA,mBAAA;EACA,oBAAA;CzCi0JH;AyC31JD;EA8BI,gBAAA;CzCg0JH;AyC9yJD;EACA;IAfI,kBAAA;IACA,qBAAA;GzCg0JD;EyC9zJC;;IAEE,mBAAA;IACA,oBAAA;GzCg0JH;EyCvzJH;;IAJM,gBAAA;GzC+zJH;CACF;A0C52JD;EACE,eAAA;EACA,aAAA;EACA,oBAAA;EACA,wBAAA;EACA,uBAAA;EACA,uBAAA;EACA,mBAAA;ErCiLA,4CAAA;EACK,uCAAA;EACG,oCAAA;CL8rJT;A0Cx3JD;;EAaI,kBAAA;EACA,mBAAA;C1C+2JH;A0C32JC;;;EAGE,sBAAA;C1C62JH;A0Cl4JD;EA0BI,aAAA;EACA,eAAA;C1C22JH;A2Cp4JD;EACE,cAAA;EACA,oBAAA;EACA,8BAAA;EACA,mBAAA;C3Cs4JD;A2C14JD;EAQI,cAAA;EAEA,eAAA;C3Co4JH;A2C94JD;EAeI,kBAAA;C3Ck4JH;A2Cj5JD;;EAqBI,iBAAA;C3Cg4JH;A2Cr5JD;EAyBI,gBAAA;C3C+3JH;A2Cv3JD;;EAEE,oBAAA;C3Cy3JD;A2C33JD;;EAMI,mBAAA;EACA,UAAA;EACA,aAAA;EACA,eAAA;C3Cy3JH;A2Cj3JD;ECvDE,0BAAA;EACA,sBAAA;EACA,eAAA;C5C26JD;A2Ct3JD;EClDI,0BAAA;C5C26JH;A2Cz3JD;EC/CI,eAAA;C5C26JH;A2Cx3JD;EC3DE,0BAAA;EACA,sBAAA;EACA,eAAA;C5Cs7JD;A2C73JD;ECtDI,0BAAA;C5Cs7JH;A2Ch4JD;ECnDI,eAAA;C5Cs7JH;A2C/3JD;EC/DE,0BAAA;EACA,sBAAA;EACA,eAAA;C5Ci8JD;A2Cp4JD;EC1DI,0BAAA;C5Ci8JH;A2Cv4JD;ECvDI,eAAA;C5Ci8JH;A2Ct4JD;ECnEE,0BAAA;EACA,sBAAA;EACA,eAAA;C5C48JD;A2C34JD;EC9DI,0BAAA;C5C48JH;A2C94JD;EC3DI,eAAA;C5C48JH;A6C98JD;EACE;IAAQ,4BAAA;G7Ci9JP;E6Ch9JD;IAAQ,yBAAA;G7Cm9JP;CACF;A6Ch9JD;EACE;IAAQ,4BAAA;G7Cm9JP;E6Cl9JD;IAAQ,yBAAA;G7Cq9JP;CACF;A6Cx9JD;EACE;IAAQ,4BAAA;G7Cm9JP;E6Cl9JD;IAAQ,yBAAA;G7Cq9JP;CACF;A6C98JD;EACE,iBAAA;EACA,aAAA;EACA,oBAAA;EACA,0BAAA;EACA,mBAAA;ExCsCA,uDAAA;EACQ,+CAAA;CL26JT;A6C78JD;EACE,YAAA;EACA,UAAA;EACA,aAAA;EACA,gBAAA;EACA,kBAAA;EACA,YAAA;EACA,mBAAA;EACA,0BAAA;ExCyBA,uDAAA;EACQ,+CAAA;EAyHR,oCAAA;EACK,+BAAA;EACG,4BAAA;CL+zJT;A6C18JD;;ECCI,8MAAA;EACA,yMAAA;EACA,sMAAA;EDAF,mCAAA;UAAA,2BAAA;C7C88JD;A6Cv8JD;;ExC5CE,2DAAA;EACK,sDAAA;EACG,mDAAA;CLu/JT;A6Cp8JD;EErEE,0BAAA;C/C4gKD;A+CzgKC;EDgDE,8MAAA;EACA,yMAAA;EACA,sMAAA;C9C49JH;A6Cx8JD;EEzEE,0BAAA;C/CohKD;A+CjhKC;EDgDE,8MAAA;EACA,yMAAA;EACA,sMAAA;C9Co+JH;A6C58JD;EE7EE,0BAAA;C/C4hKD;A+CzhKC;EDgDE,8MAAA;EACA,yMAAA;EACA,sMAAA;C9C4+JH;A6Ch9JD;EEjFE,0BAAA;C/CoiKD;A+CjiKC;EDgDE,8MAAA;EACA,yMAAA;EACA,sMAAA;C9Co/JH;AgD5iKD;EAEE,iBAAA;ChD6iKD;AgD3iKC;EACE,cAAA;ChD6iKH;AgDziKD;;EAEE,QAAA;EACA,iBAAA;ChD2iKD;AgDxiKD;EACE,eAAA;ChD0iKD;AgDviKD;EACE,eAAA;ChDyiKD;AgDtiKC;EACE,gBAAA;ChDwiKH;AgDpiKD;;EAEE,mBAAA;ChDsiKD;AgDniKD;;EAEE,oBAAA;ChDqiKD;AgDliKD;;;EAGE,oBAAA;EACA,oBAAA;ChDoiKD;AgDjiKD;EACE,uBAAA;ChDmiKD;AgDhiKD;EACE,uBAAA;ChDkiKD;AgD9hKD;EACE,cAAA;EACA,mBAAA;ChDgiKD;AgD1hKD;EACE,gBAAA;EACA,iBAAA;ChD4hKD;AiDnlKD;EAEE,oBAAA;EACA,gBAAA;CjDolKD;AiD5kKD;EACE,mBAAA;EACA,eAAA;EACA,mBAAA;EAEA,oBAAA;EACA,uBAAA;EACA,uBAAA;CjD6kKD;AiD1kKC;ErB3BA,6BAAA;EACC,4BAAA;C5BwmKF;AiD3kKC;EACE,iBAAA;ErBvBF,gCAAA;EACC,+BAAA;C5BqmKF;AiDpkKD;;EAEE,YAAA;CjDskKD;AiDxkKD;;EAKI,YAAA;CjDukKH;AiDnkKC;;;;EAEE,sBAAA;EACA,YAAA;EACA,0BAAA;CjDukKH;AiDnkKD;EACE,YAAA;EACA,iBAAA;CjDqkKD;AiDhkKC;;;EAGE,0BAAA;EACA,eAAA;EACA,oBAAA;CjDkkKH;AiDvkKC;;;EASI,eAAA;CjDmkKL;AiD5kKC;;;EAYI,eAAA;CjDqkKL;AiDhkKC;;;EAGE,WAAA;EACA,YAAA;EACA,0BAAA;EACA,sBAAA;CjDkkKH;AiDxkKC;;;;;;;;;EAYI,eAAA;CjDukKL;AiDnlKC;;;EAeI,eAAA;CjDykKL;AkD3qKC;EACE,eAAA;EACA,0BAAA;ClD6qKH;AkD3qKG;;EAEE,eAAA;ClD6qKL;AkD/qKG;;EAKI,eAAA;ClD8qKP;AkD3qKK;;;;EAEE,eAAA;EACA,0BAAA;ClD+qKP;AkD7qKK;;;;;;EAGE,YAAA;EACA,0BAAA;EACA,sBAAA;ClDkrKP;AkDxsKC;EACE,eAAA;EACA,0BAAA;ClD0sKH;AkDxsKG;;EAEE,eAAA;ClD0sKL;AkD5sKG;;EAKI,eAAA;ClD2sKP;AkDxsKK;;;;EAEE,eAAA;EACA,0BAAA;ClD4sKP;AkD1sKK;;;;;;EAGE,YAAA;EACA,0BAAA;EACA,sBAAA;ClD+sKP;AkDruKC;EACE,eAAA;EACA,0BAAA;ClDuuKH;AkDruKG;;EAEE,eAAA;ClDuuKL;AkDzuKG;;EAKI,eAAA;ClDwuKP;AkDruKK;;;;EAEE,eAAA;EACA,0BAAA;ClDyuKP;AkDvuKK;;;;;;EAGE,YAAA;EACA,0BAAA;EACA,sBAAA;ClD4uKP;AkDlwKC;EACE,eAAA;EACA,0BAAA;ClDowKH;AkDlwKG;;EAEE,eAAA;ClDowKL;AkDtwKG;;EAKI,eAAA;ClDqwKP;AkDlwKK;;;;EAEE,eAAA;EACA,0BAAA;ClDswKP;AkDpwKK;;;;;;EAGE,YAAA;EACA,0BAAA;EACA,sBAAA;ClDywKP;AiDxqKD;EACE,cAAA;EACA,mBAAA;CjD0qKD;AiDxqKD;EACE,iBAAA;EACA,iBAAA;CjD0qKD;AmDpyKD;EACE,oBAAA;EACA,uBAAA;EACA,8BAAA;EACA,mBAAA;E9C0DA,kDAAA;EACQ,0CAAA;CL6uKT;AmDnyKD;EACE,cAAA;CnDqyKD;AmDhyKD;EACE,mBAAA;EACA,qCAAA;EvBpBA,6BAAA;EACC,4BAAA;C5BuzKF;AmDtyKD;EAMI,eAAA;CnDmyKH;AmD9xKD;EACE,cAAA;EACA,iBAAA;EACA,gBAAA;EACA,eAAA;CnDgyKD;AmDpyKD;;;;;EAWI,eAAA;CnDgyKH;AmD3xKD;EACE,mBAAA;EACA,0BAAA;EACA,2BAAA;EvBxCA,gCAAA;EACC,+BAAA;C5Bs0KF;AmDrxKD;;EAGI,iBAAA;CnDsxKH;AmDzxKD;;EAMM,oBAAA;EACA,iBAAA;CnDuxKL;AmDnxKG;;EAEI,cAAA;EvBvEN,6BAAA;EACC,4BAAA;C5B61KF;AmDjxKG;;EAEI,iBAAA;EvBvEN,gCAAA;EACC,+BAAA;C5B21KF;AmD1yKD;EvB1DE,2BAAA;EACC,0BAAA;C5Bu2KF;AmD7wKD;EAEI,oBAAA;CnD8wKH;AmD3wKD;EACE,oBAAA;CnD6wKD;AmDrwKD;;;EAII,iBAAA;CnDswKH;AmD1wKD;;;EAOM,mBAAA;EACA,oBAAA;CnDwwKL;AmDhxKD;;EvBzGE,6BAAA;EACC,4BAAA;C5B63KF;AmDrxKD;;;;EAmBQ,4BAAA;EACA,6BAAA;CnDwwKP;AmD5xKD;;;;;;;;EAwBU,4BAAA;CnD8wKT;AmDtyKD;;;;;;;;EA4BU,6BAAA;CnDoxKT;AmDhzKD;;EvBjGE,gCAAA;EACC,+BAAA;C5Bq5KF;AmDrzKD;;;;EAyCQ,+BAAA;EACA,gCAAA;CnDkxKP;AmD5zKD;;;;;;;;EA8CU,+BAAA;CnDwxKT;AmDt0KD;;;;;;;;EAkDU,gCAAA;CnD8xKT;AmDh1KD;;;;EA2DI,2BAAA;CnD2xKH;AmDt1KD;;EA+DI,cAAA;CnD2xKH;AmD11KD;;EAmEI,UAAA;CnD2xKH;AmD91KD;;;;;;;;;;;;EA0EU,eAAA;CnDkyKT;AmD52KD;;;;;;;;;;;;EA8EU,gBAAA;CnD4yKT;AmD13KD;;;;;;;;EAuFU,iBAAA;CnD6yKT;AmDp4KD;;;;;;;;EAgGU,iBAAA;CnD8yKT;AmD94KD;EAsGI,UAAA;EACA,iBAAA;CnD2yKH;AmDjyKD;EACE,oBAAA;CnDmyKD;AmDpyKD;EAKI,iBAAA;EACA,mBAAA;CnDkyKH;AmDxyKD;EASM,gBAAA;CnDkyKL;AmD3yKD;EAcI,iBAAA;CnDgyKH;AmD9yKD;;EAkBM,2BAAA;CnDgyKL;AmDlzKD;EAuBI,cAAA;CnD8xKH;AmDrzKD;EAyBM,8BAAA;CnD+xKL;AmDxxKD;EC1PE,mBAAA;CpDqhLD;AoDnhLC;EACE,eAAA;EACA,0BAAA;EACA,mBAAA;CpDqhLH;AoDxhLC;EAMI,uBAAA;CpDqhLL;AoD3hLC;EASI,eAAA;EACA,0BAAA;CpDqhLL;AoDlhLC;EAEI,0BAAA;CpDmhLL;AmDvyKD;EC7PE,sBAAA;CpDuiLD;AoDriLC;EACE,YAAA;EACA,0BAAA;EACA,sBAAA;CpDuiLH;AoD1iLC;EAMI,0BAAA;CpDuiLL;AoD7iLC;EASI,eAAA;EACA,uBAAA;CpDuiLL;AoDpiLC;EAEI,6BAAA;CpDqiLL;AmDtzKD;EChQE,sBAAA;CpDyjLD;AoDvjLC;EACE,eAAA;EACA,0BAAA;EACA,sBAAA;CpDyjLH;AoD5jLC;EAMI,0BAAA;CpDyjLL;AoD/jLC;EASI,eAAA;EACA,0BAAA;CpDyjLL;AoDtjLC;EAEI,6BAAA;CpDujLL;AmDr0KD;ECnQE,sBAAA;CpD2kLD;AoDzkLC;EACE,eAAA;EACA,0BAAA;EACA,sBAAA;CpD2kLH;AoD9kLC;EAMI,0BAAA;CpD2kLL;AoDjlLC;EASI,eAAA;EACA,0BAAA;CpD2kLL;AoDxkLC;EAEI,6BAAA;CpDykLL;AmDp1KD;ECtQE,sBAAA;CpD6lLD;AoD3lLC;EACE,eAAA;EACA,0BAAA;EACA,sBAAA;CpD6lLH;AoDhmLC;EAMI,0BAAA;CpD6lLL;AoDnmLC;EASI,eAAA;EACA,0BAAA;CpD6lLL;AoD1lLC;EAEI,6BAAA;CpD2lLL;AmDn2KD;ECzQE,sBAAA;CpD+mLD;AoD7mLC;EACE,eAAA;EACA,0BAAA;EACA,sBAAA;CpD+mLH;AoDlnLC;EAMI,0BAAA;CpD+mLL;AoDrnLC;EASI,eAAA;EACA,0BAAA;CpD+mLL;AoD5mLC;EAEI,6BAAA;CpD6mLL;AqD7nLD;EACE,mBAAA;EACA,eAAA;EACA,UAAA;EACA,WAAA;EACA,iBAAA;CrD+nLD;AqDpoLD;;;;;EAYI,mBAAA;EACA,OAAA;EACA,QAAA;EACA,UAAA;EACA,aAAA;EACA,YAAA;EACA,UAAA;CrD+nLH;AqD1nLD;EACE,uBAAA;CrD4nLD;AqDxnLD;EACE,oBAAA;CrD0nLD;AsDrpLD;EACE,iBAAA;EACA,cAAA;EACA,oBAAA;EACA,0BAAA;EACA,0BAAA;EACA,mBAAA;EjDwDA,wDAAA;EACQ,gDAAA;CLgmLT;AsD/pLD;EASI,mBAAA;EACA,kCAAA;CtDypLH;AsDppLD;EACE,cAAA;EACA,mBAAA;CtDspLD;AsDppLD;EACE,aAAA;EACA,mBAAA;CtDspLD;AuD5qLD;EACE,aAAA;EACA,gBAAA;EACA,kBAAA;EACA,eAAA;EACA,YAAA;EACA,0BAAA;EjCRA,aAAA;EAGA,0BAAA;CtBqrLD;AuD7qLC;;EAEE,YAAA;EACA,sBAAA;EACA,gBAAA;EjCfF,aAAA;EAGA,0BAAA;CtB6rLD;AuDzqLC;EACE,WAAA;EACA,gBAAA;EACA,wBAAA;EACA,UAAA;EACA,yBAAA;CvD2qLH;AwDhsLD;EACE,iBAAA;CxDksLD;AwD9rLD;EACE,cAAA;EACA,iBAAA;EACA,gBAAA;EACA,OAAA;EACA,SAAA;EACA,UAAA;EACA,QAAA;EACA,cAAA;EACA,kCAAA;EAIA,WAAA;CxD6rLD;AwD1rLC;EnD+GA,sCAAA;EACI,kCAAA;EACC,iCAAA;EACG,8BAAA;EAkER,oDAAA;EAEK,0CAAA;EACG,oCAAA;CL6gLT;AwDhsLC;EnD2GA,mCAAA;EACI,+BAAA;EACC,8BAAA;EACG,2BAAA;CLwlLT;AwDpsLD;EACE,mBAAA;EACA,iBAAA;CxDssLD;AwDlsLD;EACE,mBAAA;EACA,YAAA;EACA,aAAA;CxDosLD;AwDhsLD;EACE,mBAAA;EACA,uBAAA;EACA,uBAAA;EACA,qCAAA;EACA,mBAAA;EnDaA,iDAAA;EACQ,yCAAA;EmDZR,qCAAA;UAAA,6BAAA;EAEA,WAAA;CxDksLD;AwD9rLD;EACE,gBAAA;EACA,OAAA;EACA,SAAA;EACA,UAAA;EACA,QAAA;EACA,cAAA;EACA,uBAAA;CxDgsLD;AwD9rLC;ElCrEA,WAAA;EAGA,yBAAA;CtBowLD;AwDjsLC;ElCtEA,aAAA;EAGA,0BAAA;CtBwwLD;AwDhsLD;EACE,cAAA;EACA,iCAAA;CxDksLD;AwD9rLD;EACE,iBAAA;CxDgsLD;AwD5rLD;EACE,UAAA;EACA,wBAAA;CxD8rLD;AwDzrLD;EACE,mBAAA;EACA,cAAA;CxD2rLD;AwDvrLD;EACE,cAAA;EACA,kBAAA;EACA,8BAAA;CxDyrLD;AwD5rLD;EAQI,iBAAA;EACA,iBAAA;CxDurLH;AwDhsLD;EAaI,kBAAA;CxDsrLH;AwDnsLD;EAiBI,eAAA;CxDqrLH;AwDhrLD;EACE,mBAAA;EACA,aAAA;EACA,YAAA;EACA,aAAA;EACA,iBAAA;CxDkrLD;AwDhqLD;EAZE;IACE,aAAA;IACA,kBAAA;GxD+qLD;EwD7qLD;InDvEA,kDAAA;IACQ,0CAAA;GLuvLP;EwD5qLD;IAAY,aAAA;GxD+qLX;CACF;AwD1qLD;EAFE;IAAY,aAAA;GxDgrLX;CACF;AyD/zLD;EACE,mBAAA;EACA,cAAA;EACA,eAAA;ECRA,4DAAA;EAEA,mBAAA;EACA,oBAAA;EACA,uBAAA;EACA,iBAAA;EACA,wBAAA;EACA,iBAAA;EACA,kBAAA;EACA,sBAAA;EACA,kBAAA;EACA,qBAAA;EACA,oBAAA;EACA,mBAAA;EACA,qBAAA;EACA,kBAAA;EDHA,gBAAA;EnCVA,WAAA;EAGA,yBAAA;CtBs1LD;AyD30LC;EnCdA,aAAA;EAGA,0BAAA;CtB01LD;AyD90LC;EAAW,iBAAA;EAAmB,eAAA;CzDk1L/B;AyDj1LC;EAAW,iBAAA;EAAmB,eAAA;CzDq1L/B;AyDp1LC;EAAW,gBAAA;EAAmB,eAAA;CzDw1L/B;AyDv1LC;EAAW,kBAAA;EAAmB,eAAA;CzD21L/B;AyDv1LD;EACE,iBAAA;EACA,iBAAA;EACA,YAAA;EACA,mBAAA;EACA,uBAAA;EACA,mBAAA;CzDy1LD;AyDr1LD;EACE,mBAAA;EACA,SAAA;EACA,UAAA;EACA,0BAAA;EACA,oBAAA;CzDu1LD;AyDn1LC;EACE,UAAA;EACA,UAAA;EACA,kBAAA;EACA,wBAAA;EACA,uBAAA;CzDq1LH;AyDn1LC;EACE,UAAA;EACA,WAAA;EACA,oBAAA;EACA,wBAAA;EACA,uBAAA;CzDq1LH;AyDn1LC;EACE,UAAA;EACA,UAAA;EACA,oBAAA;EACA,wBAAA;EACA,uBAAA;CzDq1LH;AyDn1LC;EACE,SAAA;EACA,QAAA;EACA,iBAAA;EACA,4BAAA;EACA,yBAAA;CzDq1LH;AyDn1LC;EACE,SAAA;EACA,SAAA;EACA,iBAAA;EACA,4BAAA;EACA,wBAAA;CzDq1LH;AyDn1LC;EACE,OAAA;EACA,UAAA;EACA,kBAAA;EACA,wBAAA;EACA,0BAAA;CzDq1LH;AyDn1LC;EACE,OAAA;EACA,WAAA;EACA,iBAAA;EACA,wBAAA;EACA,0BAAA;CzDq1LH;AyDn1LC;EACE,OAAA;EACA,UAAA;EACA,iBAAA;EACA,wBAAA;EACA,0BAAA;CzDq1LH;A2Dl7LD;EACE,mBAAA;EACA,OAAA;EACA,QAAA;EACA,cAAA;EACA,cAAA;EACA,iBAAA;EACA,aAAA;EDXA,4DAAA;EAEA,mBAAA;EACA,oBAAA;EACA,uBAAA;EACA,iBAAA;EACA,wBAAA;EACA,iBAAA;EACA,kBAAA;EACA,sBAAA;EACA,kBAAA;EACA,qBAAA;EACA,oBAAA;EACA,mBAAA;EACA,qBAAA;EACA,kBAAA;ECAA,gBAAA;EAEA,uBAAA;EACA,qCAAA;UAAA,6BAAA;EACA,uBAAA;EACA,qCAAA;EACA,mBAAA;EtD8CA,kDAAA;EACQ,0CAAA;CLk5LT;A2D77LC;EAAY,kBAAA;C3Dg8Lb;A2D/7LC;EAAY,kBAAA;C3Dk8Lb;A2Dj8LC;EAAY,iBAAA;C3Do8Lb;A2Dn8LC;EAAY,mBAAA;C3Ds8Lb;A2Dn8LD;EACE,UAAA;EACA,kBAAA;EACA,gBAAA;EACA,0BAAA;EACA,iCAAA;EACA,2BAAA;C3Dq8LD;A2Dl8LD;EACE,kBAAA;C3Do8LD;A2D57LC;;EAEE,mBAAA;EACA,eAAA;EACA,SAAA;EACA,UAAA;EACA,0BAAA;EACA,oBAAA;C3D87LH;A2D37LD;EACE,mBAAA;C3D67LD;A2D37LD;EACE,mBAAA;EACA,YAAA;C3D67LD;A2Dz7LC;EACE,UAAA;EACA,mBAAA;EACA,uBAAA;EACA,0BAAA;EACA,sCAAA;EACA,cAAA;C3D27LH;A2D17LG;EACE,aAAA;EACA,YAAA;EACA,mBAAA;EACA,uBAAA;EACA,uBAAA;C3D47LL;A2Dz7LC;EACE,SAAA;EACA,YAAA;EACA,kBAAA;EACA,qBAAA;EACA,4BAAA;EACA,wCAAA;C3D27LH;A2D17LG;EACE,aAAA;EACA,UAAA;EACA,cAAA;EACA,qBAAA;EACA,yBAAA;C3D47LL;A2Dz7LC;EACE,UAAA;EACA,mBAAA;EACA,oBAAA;EACA,6BAAA;EACA,yCAAA;EACA,WAAA;C3D27LH;A2D17LG;EACE,aAAA;EACA,SAAA;EACA,mBAAA;EACA,oBAAA;EACA,0BAAA;C3D47LL;A2Dx7LC;EACE,SAAA;EACA,aAAA;EACA,kBAAA;EACA,sBAAA;EACA,2BAAA;EACA,uCAAA;C3D07LH;A2Dz7LG;EACE,aAAA;EACA,WAAA;EACA,sBAAA;EACA,wBAAA;EACA,cAAA;C3D27LL;A4DpjMD;EACE,mBAAA;C5DsjMD;A4DnjMD;EACE,mBAAA;EACA,iBAAA;EACA,YAAA;C5DqjMD;A4DxjMD;EAMI,cAAA;EACA,mBAAA;EvD6KF,0CAAA;EACK,qCAAA;EACG,kCAAA;CLy4LT;A4D/jMD;;EAcM,eAAA;C5DqjML;A4D3hMC;EA4NF;IvD3DE,uDAAA;IAEK,6CAAA;IACG,uCAAA;IA7JR,oCAAA;IAEQ,4BAAA;IA+GR,4BAAA;IAEQ,oBAAA;GL86LP;E4DzjMG;;IvDmHJ,2CAAA;IACQ,mCAAA;IuDjHF,QAAA;G5D4jML;E4D1jMG;;IvD8GJ,4CAAA;IACQ,oCAAA;IuD5GF,QAAA;G5D6jML;E4D3jMG;;;IvDyGJ,wCAAA;IACQ,gCAAA;IuDtGF,QAAA;G5D8jML;CACF;A4DpmMD;;;EA6CI,eAAA;C5D4jMH;A4DzmMD;EAiDI,QAAA;C5D2jMH;A4D5mMD;;EAsDI,mBAAA;EACA,OAAA;EACA,YAAA;C5D0jMH;A4DlnMD;EA4DI,WAAA;C5DyjMH;A4DrnMD;EA+DI,YAAA;C5DyjMH;A4DxnMD;;EAmEI,QAAA;C5DyjMH;A4D5nMD;EAuEI,YAAA;C5DwjMH;A4D/nMD;EA0EI,WAAA;C5DwjMH;A4DhjMD;EACE,mBAAA;EACA,OAAA;EACA,QAAA;EACA,UAAA;EACA,WAAA;EtC9FA,aAAA;EAGA,0BAAA;EsC6FA,gBAAA;EACA,YAAA;EACA,mBAAA;EACA,0CAAA;EACA,mCAAA;C5DmjMD;A4D9iMC;EdnGE,mGAAA;EACA,8FAAA;EACA,qHAAA;EAAA,+FAAA;EACA,4BAAA;EACA,uHAAA;C9CopMH;A4DljMC;EACE,WAAA;EACA,SAAA;EdxGA,mGAAA;EACA,8FAAA;EACA,qHAAA;EAAA,+FAAA;EACA,4BAAA;EACA,uHAAA;C9C6pMH;A4DpjMC;;EAEE,WAAA;EACA,YAAA;EACA,sBAAA;EtCvHF,aAAA;EAGA,0BAAA;CtB4qMD;A4DtlMD;;;;EAuCI,mBAAA;EACA,SAAA;EACA,kBAAA;EACA,WAAA;EACA,sBAAA;C5DqjMH;A4DhmMD;;EA+CI,UAAA;EACA,mBAAA;C5DqjMH;A4DrmMD;;EAoDI,WAAA;EACA,oBAAA;C5DqjMH;A4D1mMD;;EAyDI,YAAA;EACA,aAAA;EACA,eAAA;EACA,mBAAA;C5DqjMH;A4DhjMG;EACE,iBAAA;C5DkjML;A4D9iMG;EACE,iBAAA;C5DgjML;A4DtiMD;EACE,mBAAA;EACA,aAAA;EACA,UAAA;EACA,YAAA;EACA,WAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,mBAAA;C5DwiMD;A4DjjMD;EAYI,sBAAA;EACA,YAAA;EACA,aAAA;EACA,YAAA;EACA,oBAAA;EACA,uBAAA;EACA,oBAAA;EACA,gBAAA;EAWA,0BAAA;EACA,mCAAA;C5D8hMH;A4D7jMD;EAkCI,UAAA;EACA,YAAA;EACA,aAAA;EACA,uBAAA;C5D8hMH;A4DvhMD;EACE,mBAAA;EACA,UAAA;EACA,WAAA;EACA,aAAA;EACA,YAAA;EACA,kBAAA;EACA,qBAAA;EACA,YAAA;EACA,mBAAA;EACA,0CAAA;C5DyhMD;A4DxhMC;EACE,kBAAA;C5D0hMH;A4Dj/LD;EAhCE;;;;IAKI,YAAA;IACA,aAAA;IACA,kBAAA;IACA,gBAAA;G5DmhMH;E4D3hMD;;IAYI,mBAAA;G5DmhMH;E4D/hMD;;IAgBI,oBAAA;G5DmhMH;E4D9gMD;IACE,UAAA;IACA,WAAA;IACA,qBAAA;G5DghMD;E4D5gMD;IACE,aAAA;G5D8gMD;CACF;A6D7wMC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEE,aAAA;EACA,eAAA;C7D6yMH;A6D3yMC;;;;;;;;;;;;;;;;EACE,YAAA;C7D4zMH;AiCp0MD;E6BRE,eAAA;EACA,kBAAA;EACA,mBAAA;C9D+0MD;AiCt0MD;EACE,wBAAA;CjCw0MD;AiCt0MD;EACE,uBAAA;CjCw0MD;AiCh0MD;EACE,yBAAA;CjCk0MD;AiCh0MD;EACE,0BAAA;CjCk0MD;AiCh0MD;EACE,mBAAA;CjCk0MD;AiCh0MD;E8BzBE,YAAA;EACA,mBAAA;EACA,kBAAA;EACA,8BAAA;EACA,UAAA;C/D41MD;AiC9zMD;EACE,yBAAA;CjCg0MD;AiCzzMD;EACE,gBAAA;CjC2zMD;AgE51MD;EACE,oBAAA;ChE81MD;AgEx1MD;;;;ECdE,yBAAA;CjE42MD;AgEv1MD;;;;;;;;;;;;EAYE,yBAAA;ChEy1MD;AgEl1MD;EA6IA;IC7LE,0BAAA;GjEs4MC;EiEr4MD;IAAU,0BAAA;GjEw4MT;EiEv4MD;IAAU,8BAAA;GjE04MT;EiEz4MD;;IACU,+BAAA;GjE44MT;CACF;AgE51MD;EAwIA;IA1II,0BAAA;GhEk2MD;CACF;AgE51MD;EAmIA;IArII,2BAAA;GhEk2MD;CACF;AgE51MD;EA8HA;IAhII,iCAAA;GhEk2MD;CACF;AgE31MD;EAwHA;IC7LE,0BAAA;GjEo6MC;EiEn6MD;IAAU,0BAAA;GjEs6MT;EiEr6MD;IAAU,8BAAA;GjEw6MT;EiEv6MD;;IACU,+BAAA;GjE06MT;CACF;AgEr2MD;EAmHA;IArHI,0BAAA;GhE22MD;CACF;AgEr2MD;EA8GA;IAhHI,2BAAA;GhE22MD;CACF;AgEr2MD;EAyGA;IA3GI,iCAAA;GhE22MD;CACF;AgEp2MD;EAmGA;IC7LE,0BAAA;GjEk8MC;EiEj8MD;IAAU,0BAAA;GjEo8MT;EiEn8MD;IAAU,8BAAA;GjEs8MT;EiEr8MD;;IACU,+BAAA;GjEw8MT;CACF;AgE92MD;EA8FA;IAhGI,0BAAA;GhEo3MD;CACF;AgE92MD;EAyFA;IA3FI,2BAAA;GhEo3MD;CACF;AgE92MD;EAoFA;IAtFI,iCAAA;GhEo3MD;CACF;AgE72MD;EA8EA;IC7LE,0BAAA;GjEg+MC;EiE/9MD;IAAU,0BAAA;GjEk+MT;EiEj+MD;IAAU,8BAAA;GjEo+MT;EiEn+MD;;IACU,+BAAA;GjEs+MT;CACF;AgEv3MD;EAyEA;IA3EI,0BAAA;GhE63MD;CACF;AgEv3MD;EAoEA;IAtEI,2BAAA;GhE63MD;CACF;AgEv3MD;EA+DA;IAjEI,iCAAA;GhE63MD;CACF;AgEt3MD;EAyDA;ICrLE,yBAAA;GjEs/MC;CACF;AgEt3MD;EAoDA;ICrLE,yBAAA;GjE2/MC;CACF;AgEt3MD;EA+CA;ICrLE,yBAAA;GjEggNC;CACF;AgEt3MD;EA0CA;ICrLE,yBAAA;GjEqgNC;CACF;AgEn3MD;ECnJE,yBAAA;CjEygND;AgEh3MD;EA4BA;IC7LE,0BAAA;GjEqhNC;EiEphND;IAAU,0BAAA;GjEuhNT;EiEthND;IAAU,8BAAA;GjEyhNT;EiExhND;;IACU,+BAAA;GjE2hNT;CACF;AgE93MD;EACE,yBAAA;ChEg4MD;AgE33MD;EAqBA;IAvBI,0BAAA;GhEi4MD;CACF;AgE/3MD;EACE,yBAAA;ChEi4MD;AgE53MD;EAcA;IAhBI,2BAAA;GhEk4MD;CACF;AgEh4MD;EACE,yBAAA;ChEk4MD;AgE73MD;EAOA;IATI,iCAAA;GhEm4MD;CACF;AgE53MD;EACA;ICrLE,yBAAA;GjEojNC;CACF","file":"bootstrap.css","sourcesContent":["/*!\n * Bootstrap v3.3.7 (http://getbootstrap.com)\n * Copyright 2011-2016 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */\nhtml {\n  font-family: sans-serif;\n  -ms-text-size-adjust: 100%;\n  -webkit-text-size-adjust: 100%;\n}\nbody {\n  margin: 0;\n}\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n  display: block;\n}\naudio,\ncanvas,\nprogress,\nvideo {\n  display: inline-block;\n  vertical-align: baseline;\n}\naudio:not([controls]) {\n  display: none;\n  height: 0;\n}\n[hidden],\ntemplate {\n  display: none;\n}\na {\n  background-color: transparent;\n}\na:active,\na:hover {\n  outline: 0;\n}\nabbr[title] {\n  border-bottom: 1px dotted;\n}\nb,\nstrong {\n  font-weight: bold;\n}\ndfn {\n  font-style: italic;\n}\nh1 {\n  font-size: 2em;\n  margin: 0.67em 0;\n}\nmark {\n  background: #ff0;\n  color: #000;\n}\nsmall {\n  font-size: 80%;\n}\nsub,\nsup {\n  font-size: 75%;\n  line-height: 0;\n  position: relative;\n  vertical-align: baseline;\n}\nsup {\n  top: -0.5em;\n}\nsub {\n  bottom: -0.25em;\n}\nimg {\n  border: 0;\n}\nsvg:not(:root) {\n  overflow: hidden;\n}\nfigure {\n  margin: 1em 40px;\n}\nhr {\n  box-sizing: content-box;\n  height: 0;\n}\npre {\n  overflow: auto;\n}\ncode,\nkbd,\npre,\nsamp {\n  font-family: monospace, monospace;\n  font-size: 1em;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n  color: inherit;\n  font: inherit;\n  margin: 0;\n}\nbutton {\n  overflow: visible;\n}\nbutton,\nselect {\n  text-transform: none;\n}\nbutton,\nhtml input[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n  -webkit-appearance: button;\n  cursor: pointer;\n}\nbutton[disabled],\nhtml input[disabled] {\n  cursor: default;\n}\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n  border: 0;\n  padding: 0;\n}\ninput {\n  line-height: normal;\n}\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n  box-sizing: border-box;\n  padding: 0;\n}\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n  height: auto;\n}\ninput[type=\"search\"] {\n  -webkit-appearance: textfield;\n  box-sizing: content-box;\n}\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n  -webkit-appearance: none;\n}\nfieldset {\n  border: 1px solid #c0c0c0;\n  margin: 0 2px;\n  padding: 0.35em 0.625em 0.75em;\n}\nlegend {\n  border: 0;\n  padding: 0;\n}\ntextarea {\n  overflow: auto;\n}\noptgroup {\n  font-weight: bold;\n}\ntable {\n  border-collapse: collapse;\n  border-spacing: 0;\n}\ntd,\nth {\n  padding: 0;\n}\n/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */\n@media print {\n  *,\n  *:before,\n  *:after {\n    background: transparent !important;\n    color: #000 !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n  }\n  a,\n  a:visited {\n    text-decoration: underline;\n  }\n  a[href]:after {\n    content: \" (\" attr(href) \")\";\n  }\n  abbr[title]:after {\n    content: \" (\" attr(title) \")\";\n  }\n  a[href^=\"#\"]:after,\n  a[href^=\"javascript:\"]:after {\n    content: \"\";\n  }\n  pre,\n  blockquote {\n    border: 1px solid #999;\n    page-break-inside: avoid;\n  }\n  thead {\n    display: table-header-group;\n  }\n  tr,\n  img {\n    page-break-inside: avoid;\n  }\n  img {\n    max-width: 100% !important;\n  }\n  p,\n  h2,\n  h3 {\n    orphans: 3;\n    widows: 3;\n  }\n  h2,\n  h3 {\n    page-break-after: avoid;\n  }\n  .navbar {\n    display: none;\n  }\n  .btn > .caret,\n  .dropup > .btn > .caret {\n    border-top-color: #000 !important;\n  }\n  .label {\n    border: 1px solid #000;\n  }\n  .table {\n    border-collapse: collapse !important;\n  }\n  .table td,\n  .table th {\n    background-color: #fff !important;\n  }\n  .table-bordered th,\n  .table-bordered td {\n    border: 1px solid #ddd !important;\n  }\n}\n@font-face {\n  font-family: 'Glyphicons Halflings';\n  src: url('../fonts/glyphicons-halflings-regular.eot');\n  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 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');\n}\n.glyphicon {\n  position: relative;\n  top: 1px;\n  display: inline-block;\n  font-family: 'Glyphicons Halflings';\n  font-style: normal;\n  font-weight: normal;\n  line-height: 1;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n.glyphicon-asterisk:before {\n  content: \"\\002a\";\n}\n.glyphicon-plus:before {\n  content: \"\\002b\";\n}\n.glyphicon-euro:before,\n.glyphicon-eur:before {\n  content: \"\\20ac\";\n}\n.glyphicon-minus:before {\n  content: \"\\2212\";\n}\n.glyphicon-cloud:before {\n  content: \"\\2601\";\n}\n.glyphicon-envelope:before {\n  content: \"\\2709\";\n}\n.glyphicon-pencil:before {\n  content: \"\\270f\";\n}\n.glyphicon-glass:before {\n  content: \"\\e001\";\n}\n.glyphicon-music:before {\n  content: \"\\e002\";\n}\n.glyphicon-search:before {\n  content: \"\\e003\";\n}\n.glyphicon-heart:before {\n  content: \"\\e005\";\n}\n.glyphicon-star:before {\n  content: \"\\e006\";\n}\n.glyphicon-star-empty:before {\n  content: \"\\e007\";\n}\n.glyphicon-user:before {\n  content: \"\\e008\";\n}\n.glyphicon-film:before {\n  content: \"\\e009\";\n}\n.glyphicon-th-large:before {\n  content: \"\\e010\";\n}\n.glyphicon-th:before {\n  content: \"\\e011\";\n}\n.glyphicon-th-list:before {\n  content: \"\\e012\";\n}\n.glyphicon-ok:before {\n  content: \"\\e013\";\n}\n.glyphicon-remove:before {\n  content: \"\\e014\";\n}\n.glyphicon-zoom-in:before {\n  content: \"\\e015\";\n}\n.glyphicon-zoom-out:before {\n  content: \"\\e016\";\n}\n.glyphicon-off:before {\n  content: \"\\e017\";\n}\n.glyphicon-signal:before {\n  content: \"\\e018\";\n}\n.glyphicon-cog:before {\n  content: \"\\e019\";\n}\n.glyphicon-trash:before {\n  content: \"\\e020\";\n}\n.glyphicon-home:before {\n  content: \"\\e021\";\n}\n.glyphicon-file:before {\n  content: \"\\e022\";\n}\n.glyphicon-time:before {\n  content: \"\\e023\";\n}\n.glyphicon-road:before {\n  content: \"\\e024\";\n}\n.glyphicon-download-alt:before {\n  content: \"\\e025\";\n}\n.glyphicon-download:before {\n  content: \"\\e026\";\n}\n.glyphicon-upload:before {\n  content: \"\\e027\";\n}\n.glyphicon-inbox:before {\n  content: \"\\e028\";\n}\n.glyphicon-play-circle:before {\n  content: \"\\e029\";\n}\n.glyphicon-repeat:before {\n  content: \"\\e030\";\n}\n.glyphicon-refresh:before {\n  content: \"\\e031\";\n}\n.glyphicon-list-alt:before {\n  content: \"\\e032\";\n}\n.glyphicon-lock:before {\n  content: \"\\e033\";\n}\n.glyphicon-flag:before {\n  content: \"\\e034\";\n}\n.glyphicon-headphones:before {\n  content: \"\\e035\";\n}\n.glyphicon-volume-off:before {\n  content: \"\\e036\";\n}\n.glyphicon-volume-down:before {\n  content: \"\\e037\";\n}\n.glyphicon-volume-up:before {\n  content: \"\\e038\";\n}\n.glyphicon-qrcode:before {\n  content: \"\\e039\";\n}\n.glyphicon-barcode:before {\n  content: \"\\e040\";\n}\n.glyphicon-tag:before {\n  content: \"\\e041\";\n}\n.glyphicon-tags:before {\n  content: \"\\e042\";\n}\n.glyphicon-book:before {\n  content: \"\\e043\";\n}\n.glyphicon-bookmark:before {\n  content: \"\\e044\";\n}\n.glyphicon-print:before {\n  content: \"\\e045\";\n}\n.glyphicon-camera:before {\n  content: \"\\e046\";\n}\n.glyphicon-font:before {\n  content: \"\\e047\";\n}\n.glyphicon-bold:before {\n  content: \"\\e048\";\n}\n.glyphicon-italic:before {\n  content: \"\\e049\";\n}\n.glyphicon-text-height:before {\n  content: \"\\e050\";\n}\n.glyphicon-text-width:before {\n  content: \"\\e051\";\n}\n.glyphicon-align-left:before {\n  content: \"\\e052\";\n}\n.glyphicon-align-center:before {\n  content: \"\\e053\";\n}\n.glyphicon-align-right:before {\n  content: \"\\e054\";\n}\n.glyphicon-align-justify:before {\n  content: \"\\e055\";\n}\n.glyphicon-list:before {\n  content: \"\\e056\";\n}\n.glyphicon-indent-left:before {\n  content: \"\\e057\";\n}\n.glyphicon-indent-right:before {\n  content: \"\\e058\";\n}\n.glyphicon-facetime-video:before {\n  content: \"\\e059\";\n}\n.glyphicon-picture:before {\n  content: \"\\e060\";\n}\n.glyphicon-map-marker:before {\n  content: \"\\e062\";\n}\n.glyphicon-adjust:before {\n  content: \"\\e063\";\n}\n.glyphicon-tint:before {\n  content: \"\\e064\";\n}\n.glyphicon-edit:before {\n  content: \"\\e065\";\n}\n.glyphicon-share:before {\n  content: \"\\e066\";\n}\n.glyphicon-check:before {\n  content: \"\\e067\";\n}\n.glyphicon-move:before {\n  content: \"\\e068\";\n}\n.glyphicon-step-backward:before {\n  content: \"\\e069\";\n}\n.glyphicon-fast-backward:before {\n  content: \"\\e070\";\n}\n.glyphicon-backward:before {\n  content: \"\\e071\";\n}\n.glyphicon-play:before {\n  content: \"\\e072\";\n}\n.glyphicon-pause:before {\n  content: \"\\e073\";\n}\n.glyphicon-stop:before {\n  content: \"\\e074\";\n}\n.glyphicon-forward:before {\n  content: \"\\e075\";\n}\n.glyphicon-fast-forward:before {\n  content: \"\\e076\";\n}\n.glyphicon-step-forward:before {\n  content: \"\\e077\";\n}\n.glyphicon-eject:before {\n  content: \"\\e078\";\n}\n.glyphicon-chevron-left:before {\n  content: \"\\e079\";\n}\n.glyphicon-chevron-right:before {\n  content: \"\\e080\";\n}\n.glyphicon-plus-sign:before {\n  content: \"\\e081\";\n}\n.glyphicon-minus-sign:before {\n  content: \"\\e082\";\n}\n.glyphicon-remove-sign:before {\n  content: \"\\e083\";\n}\n.glyphicon-ok-sign:before {\n  content: \"\\e084\";\n}\n.glyphicon-question-sign:before {\n  content: \"\\e085\";\n}\n.glyphicon-info-sign:before {\n  content: \"\\e086\";\n}\n.glyphicon-screenshot:before {\n  content: \"\\e087\";\n}\n.glyphicon-remove-circle:before {\n  content: \"\\e088\";\n}\n.glyphicon-ok-circle:before {\n  content: \"\\e089\";\n}\n.glyphicon-ban-circle:before {\n  content: \"\\e090\";\n}\n.glyphicon-arrow-left:before {\n  content: \"\\e091\";\n}\n.glyphicon-arrow-right:before {\n  content: \"\\e092\";\n}\n.glyphicon-arrow-up:before {\n  content: \"\\e093\";\n}\n.glyphicon-arrow-down:before {\n  content: \"\\e094\";\n}\n.glyphicon-share-alt:before {\n  content: \"\\e095\";\n}\n.glyphicon-resize-full:before {\n  content: \"\\e096\";\n}\n.glyphicon-resize-small:before {\n  content: \"\\e097\";\n}\n.glyphicon-exclamation-sign:before {\n  content: \"\\e101\";\n}\n.glyphicon-gift:before {\n  content: \"\\e102\";\n}\n.glyphicon-leaf:before {\n  content: \"\\e103\";\n}\n.glyphicon-fire:before {\n  content: \"\\e104\";\n}\n.glyphicon-eye-open:before {\n  content: \"\\e105\";\n}\n.glyphicon-eye-close:before {\n  content: \"\\e106\";\n}\n.glyphicon-warning-sign:before {\n  content: \"\\e107\";\n}\n.glyphicon-plane:before {\n  content: \"\\e108\";\n}\n.glyphicon-calendar:before {\n  content: \"\\e109\";\n}\n.glyphicon-random:before {\n  content: \"\\e110\";\n}\n.glyphicon-comment:before {\n  content: \"\\e111\";\n}\n.glyphicon-magnet:before {\n  content: \"\\e112\";\n}\n.glyphicon-chevron-up:before {\n  content: \"\\e113\";\n}\n.glyphicon-chevron-down:before {\n  content: \"\\e114\";\n}\n.glyphicon-retweet:before {\n  content: \"\\e115\";\n}\n.glyphicon-shopping-cart:before {\n  content: \"\\e116\";\n}\n.glyphicon-folder-close:before {\n  content: \"\\e117\";\n}\n.glyphicon-folder-open:before {\n  content: \"\\e118\";\n}\n.glyphicon-resize-vertical:before {\n  content: \"\\e119\";\n}\n.glyphicon-resize-horizontal:before {\n  content: \"\\e120\";\n}\n.glyphicon-hdd:before {\n  content: \"\\e121\";\n}\n.glyphicon-bullhorn:before {\n  content: \"\\e122\";\n}\n.glyphicon-bell:before {\n  content: \"\\e123\";\n}\n.glyphicon-certificate:before {\n  content: \"\\e124\";\n}\n.glyphicon-thumbs-up:before {\n  content: \"\\e125\";\n}\n.glyphicon-thumbs-down:before {\n  content: \"\\e126\";\n}\n.glyphicon-hand-right:before {\n  content: \"\\e127\";\n}\n.glyphicon-hand-left:before {\n  content: \"\\e128\";\n}\n.glyphicon-hand-up:before {\n  content: \"\\e129\";\n}\n.glyphicon-hand-down:before {\n  content: \"\\e130\";\n}\n.glyphicon-circle-arrow-right:before {\n  content: \"\\e131\";\n}\n.glyphicon-circle-arrow-left:before {\n  content: \"\\e132\";\n}\n.glyphicon-circle-arrow-up:before {\n  content: \"\\e133\";\n}\n.glyphicon-circle-arrow-down:before {\n  content: \"\\e134\";\n}\n.glyphicon-globe:before {\n  content: \"\\e135\";\n}\n.glyphicon-wrench:before {\n  content: \"\\e136\";\n}\n.glyphicon-tasks:before {\n  content: \"\\e137\";\n}\n.glyphicon-filter:before {\n  content: \"\\e138\";\n}\n.glyphicon-briefcase:before {\n  content: \"\\e139\";\n}\n.glyphicon-fullscreen:before {\n  content: \"\\e140\";\n}\n.glyphicon-dashboard:before {\n  content: \"\\e141\";\n}\n.glyphicon-paperclip:before {\n  content: \"\\e142\";\n}\n.glyphicon-heart-empty:before {\n  content: \"\\e143\";\n}\n.glyphicon-link:before {\n  content: \"\\e144\";\n}\n.glyphicon-phone:before {\n  content: \"\\e145\";\n}\n.glyphicon-pushpin:before {\n  content: \"\\e146\";\n}\n.glyphicon-usd:before {\n  content: \"\\e148\";\n}\n.glyphicon-gbp:before {\n  content: \"\\e149\";\n}\n.glyphicon-sort:before {\n  content: \"\\e150\";\n}\n.glyphicon-sort-by-alphabet:before {\n  content: \"\\e151\";\n}\n.glyphicon-sort-by-alphabet-alt:before {\n  content: \"\\e152\";\n}\n.glyphicon-sort-by-order:before {\n  content: \"\\e153\";\n}\n.glyphicon-sort-by-order-alt:before {\n  content: \"\\e154\";\n}\n.glyphicon-sort-by-attributes:before {\n  content: \"\\e155\";\n}\n.glyphicon-sort-by-attributes-alt:before {\n  content: \"\\e156\";\n}\n.glyphicon-unchecked:before {\n  content: \"\\e157\";\n}\n.glyphicon-expand:before {\n  content: \"\\e158\";\n}\n.glyphicon-collapse-down:before {\n  content: \"\\e159\";\n}\n.glyphicon-collapse-up:before {\n  content: \"\\e160\";\n}\n.glyphicon-log-in:before {\n  content: \"\\e161\";\n}\n.glyphicon-flash:before {\n  content: \"\\e162\";\n}\n.glyphicon-log-out:before {\n  content: \"\\e163\";\n}\n.glyphicon-new-window:before {\n  content: \"\\e164\";\n}\n.glyphicon-record:before {\n  content: \"\\e165\";\n}\n.glyphicon-save:before {\n  content: \"\\e166\";\n}\n.glyphicon-open:before {\n  content: \"\\e167\";\n}\n.glyphicon-saved:before {\n  content: \"\\e168\";\n}\n.glyphicon-import:before {\n  content: \"\\e169\";\n}\n.glyphicon-export:before {\n  content: \"\\e170\";\n}\n.glyphicon-send:before {\n  content: \"\\e171\";\n}\n.glyphicon-floppy-disk:before {\n  content: \"\\e172\";\n}\n.glyphicon-floppy-saved:before {\n  content: \"\\e173\";\n}\n.glyphicon-floppy-remove:before {\n  content: \"\\e174\";\n}\n.glyphicon-floppy-save:before {\n  content: \"\\e175\";\n}\n.glyphicon-floppy-open:before {\n  content: \"\\e176\";\n}\n.glyphicon-credit-card:before {\n  content: \"\\e177\";\n}\n.glyphicon-transfer:before {\n  content: \"\\e178\";\n}\n.glyphicon-cutlery:before {\n  content: \"\\e179\";\n}\n.glyphicon-header:before {\n  content: \"\\e180\";\n}\n.glyphicon-compressed:before {\n  content: \"\\e181\";\n}\n.glyphicon-earphone:before {\n  content: \"\\e182\";\n}\n.glyphicon-phone-alt:before {\n  content: \"\\e183\";\n}\n.glyphicon-tower:before {\n  content: \"\\e184\";\n}\n.glyphicon-stats:before {\n  content: \"\\e185\";\n}\n.glyphicon-sd-video:before {\n  content: \"\\e186\";\n}\n.glyphicon-hd-video:before {\n  content: \"\\e187\";\n}\n.glyphicon-subtitles:before {\n  content: \"\\e188\";\n}\n.glyphicon-sound-stereo:before {\n  content: \"\\e189\";\n}\n.glyphicon-sound-dolby:before {\n  content: \"\\e190\";\n}\n.glyphicon-sound-5-1:before {\n  content: \"\\e191\";\n}\n.glyphicon-sound-6-1:before {\n  content: \"\\e192\";\n}\n.glyphicon-sound-7-1:before {\n  content: \"\\e193\";\n}\n.glyphicon-copyright-mark:before {\n  content: \"\\e194\";\n}\n.glyphicon-registration-mark:before {\n  content: \"\\e195\";\n}\n.glyphicon-cloud-download:before {\n  content: \"\\e197\";\n}\n.glyphicon-cloud-upload:before {\n  content: \"\\e198\";\n}\n.glyphicon-tree-conifer:before {\n  content: \"\\e199\";\n}\n.glyphicon-tree-deciduous:before {\n  content: \"\\e200\";\n}\n.glyphicon-cd:before {\n  content: \"\\e201\";\n}\n.glyphicon-save-file:before {\n  content: \"\\e202\";\n}\n.glyphicon-open-file:before {\n  content: \"\\e203\";\n}\n.glyphicon-level-up:before {\n  content: \"\\e204\";\n}\n.glyphicon-copy:before {\n  content: \"\\e205\";\n}\n.glyphicon-paste:before {\n  content: \"\\e206\";\n}\n.glyphicon-alert:before {\n  content: \"\\e209\";\n}\n.glyphicon-equalizer:before {\n  content: \"\\e210\";\n}\n.glyphicon-king:before {\n  content: \"\\e211\";\n}\n.glyphicon-queen:before {\n  content: \"\\e212\";\n}\n.glyphicon-pawn:before {\n  content: \"\\e213\";\n}\n.glyphicon-bishop:before {\n  content: \"\\e214\";\n}\n.glyphicon-knight:before {\n  content: \"\\e215\";\n}\n.glyphicon-baby-formula:before {\n  content: \"\\e216\";\n}\n.glyphicon-tent:before {\n  content: \"\\26fa\";\n}\n.glyphicon-blackboard:before {\n  content: \"\\e218\";\n}\n.glyphicon-bed:before {\n  content: \"\\e219\";\n}\n.glyphicon-apple:before {\n  content: \"\\f8ff\";\n}\n.glyphicon-erase:before {\n  content: \"\\e221\";\n}\n.glyphicon-hourglass:before {\n  content: \"\\231b\";\n}\n.glyphicon-lamp:before {\n  content: \"\\e223\";\n}\n.glyphicon-duplicate:before {\n  content: \"\\e224\";\n}\n.glyphicon-piggy-bank:before {\n  content: \"\\e225\";\n}\n.glyphicon-scissors:before {\n  content: \"\\e226\";\n}\n.glyphicon-bitcoin:before {\n  content: \"\\e227\";\n}\n.glyphicon-btc:before {\n  content: \"\\e227\";\n}\n.glyphicon-xbt:before {\n  content: \"\\e227\";\n}\n.glyphicon-yen:before {\n  content: \"\\00a5\";\n}\n.glyphicon-jpy:before {\n  content: \"\\00a5\";\n}\n.glyphicon-ruble:before {\n  content: \"\\20bd\";\n}\n.glyphicon-rub:before {\n  content: \"\\20bd\";\n}\n.glyphicon-scale:before {\n  content: \"\\e230\";\n}\n.glyphicon-ice-lolly:before {\n  content: \"\\e231\";\n}\n.glyphicon-ice-lolly-tasted:before {\n  content: \"\\e232\";\n}\n.glyphicon-education:before {\n  content: \"\\e233\";\n}\n.glyphicon-option-horizontal:before {\n  content: \"\\e234\";\n}\n.glyphicon-option-vertical:before {\n  content: \"\\e235\";\n}\n.glyphicon-menu-hamburger:before {\n  content: \"\\e236\";\n}\n.glyphicon-modal-window:before {\n  content: \"\\e237\";\n}\n.glyphicon-oil:before {\n  content: \"\\e238\";\n}\n.glyphicon-grain:before {\n  content: \"\\e239\";\n}\n.glyphicon-sunglasses:before {\n  content: \"\\e240\";\n}\n.glyphicon-text-size:before {\n  content: \"\\e241\";\n}\n.glyphicon-text-color:before {\n  content: \"\\e242\";\n}\n.glyphicon-text-background:before {\n  content: \"\\e243\";\n}\n.glyphicon-object-align-top:before {\n  content: \"\\e244\";\n}\n.glyphicon-object-align-bottom:before {\n  content: \"\\e245\";\n}\n.glyphicon-object-align-horizontal:before {\n  content: \"\\e246\";\n}\n.glyphicon-object-align-left:before {\n  content: \"\\e247\";\n}\n.glyphicon-object-align-vertical:before {\n  content: \"\\e248\";\n}\n.glyphicon-object-align-right:before {\n  content: \"\\e249\";\n}\n.glyphicon-triangle-right:before {\n  content: \"\\e250\";\n}\n.glyphicon-triangle-left:before {\n  content: \"\\e251\";\n}\n.glyphicon-triangle-bottom:before {\n  content: \"\\e252\";\n}\n.glyphicon-triangle-top:before {\n  content: \"\\e253\";\n}\n.glyphicon-console:before {\n  content: \"\\e254\";\n}\n.glyphicon-superscript:before {\n  content: \"\\e255\";\n}\n.glyphicon-subscript:before {\n  content: \"\\e256\";\n}\n.glyphicon-menu-left:before {\n  content: \"\\e257\";\n}\n.glyphicon-menu-right:before {\n  content: \"\\e258\";\n}\n.glyphicon-menu-down:before {\n  content: \"\\e259\";\n}\n.glyphicon-menu-up:before {\n  content: \"\\e260\";\n}\n* {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n}\n*:before,\n*:after {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n}\nhtml {\n  font-size: 10px;\n  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\nbody {\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-size: 14px;\n  line-height: 1.42857143;\n  color: #333333;\n  background-color: #fff;\n}\ninput,\nbutton,\nselect,\ntextarea {\n  font-family: inherit;\n  font-size: inherit;\n  line-height: inherit;\n}\na {\n  color: #337ab7;\n  text-decoration: none;\n}\na:hover,\na:focus {\n  color: #23527c;\n  text-decoration: underline;\n}\na:focus {\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\nfigure {\n  margin: 0;\n}\nimg {\n  vertical-align: middle;\n}\n.img-responsive,\n.thumbnail > img,\n.thumbnail a > img,\n.carousel-inner > .item > img,\n.carousel-inner > .item > a > img {\n  display: block;\n  max-width: 100%;\n  height: auto;\n}\n.img-rounded {\n  border-radius: 6px;\n}\n.img-thumbnail {\n  padding: 4px;\n  line-height: 1.42857143;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  -webkit-transition: all 0.2s ease-in-out;\n  -o-transition: all 0.2s ease-in-out;\n  transition: all 0.2s ease-in-out;\n  display: inline-block;\n  max-width: 100%;\n  height: auto;\n}\n.img-circle {\n  border-radius: 50%;\n}\nhr {\n  margin-top: 20px;\n  margin-bottom: 20px;\n  border: 0;\n  border-top: 1px solid #eeeeee;\n}\n.sr-only {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  margin: -1px;\n  padding: 0;\n  overflow: hidden;\n  clip: rect(0, 0, 0, 0);\n  border: 0;\n}\n.sr-only-focusable:active,\n.sr-only-focusable:focus {\n  position: static;\n  width: auto;\n  height: auto;\n  margin: 0;\n  overflow: visible;\n  clip: auto;\n}\n[role=\"button\"] {\n  cursor: pointer;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\n.h1,\n.h2,\n.h3,\n.h4,\n.h5,\n.h6 {\n  font-family: inherit;\n  font-weight: 500;\n  line-height: 1.1;\n  color: inherit;\n}\nh1 small,\nh2 small,\nh3 small,\nh4 small,\nh5 small,\nh6 small,\n.h1 small,\n.h2 small,\n.h3 small,\n.h4 small,\n.h5 small,\n.h6 small,\nh1 .small,\nh2 .small,\nh3 .small,\nh4 .small,\nh5 .small,\nh6 .small,\n.h1 .small,\n.h2 .small,\n.h3 .small,\n.h4 .small,\n.h5 .small,\n.h6 .small {\n  font-weight: normal;\n  line-height: 1;\n  color: #777777;\n}\nh1,\n.h1,\nh2,\n.h2,\nh3,\n.h3 {\n  margin-top: 20px;\n  margin-bottom: 10px;\n}\nh1 small,\n.h1 small,\nh2 small,\n.h2 small,\nh3 small,\n.h3 small,\nh1 .small,\n.h1 .small,\nh2 .small,\n.h2 .small,\nh3 .small,\n.h3 .small {\n  font-size: 65%;\n}\nh4,\n.h4,\nh5,\n.h5,\nh6,\n.h6 {\n  margin-top: 10px;\n  margin-bottom: 10px;\n}\nh4 small,\n.h4 small,\nh5 small,\n.h5 small,\nh6 small,\n.h6 small,\nh4 .small,\n.h4 .small,\nh5 .small,\n.h5 .small,\nh6 .small,\n.h6 .small {\n  font-size: 75%;\n}\nh1,\n.h1 {\n  font-size: 36px;\n}\nh2,\n.h2 {\n  font-size: 30px;\n}\nh3,\n.h3 {\n  font-size: 24px;\n}\nh4,\n.h4 {\n  font-size: 18px;\n}\nh5,\n.h5 {\n  font-size: 14px;\n}\nh6,\n.h6 {\n  font-size: 12px;\n}\np {\n  margin: 0 0 10px;\n}\n.lead {\n  margin-bottom: 20px;\n  font-size: 16px;\n  font-weight: 300;\n  line-height: 1.4;\n}\n@media (min-width: 768px) {\n  .lead {\n    font-size: 21px;\n  }\n}\nsmall,\n.small {\n  font-size: 85%;\n}\nmark,\n.mark {\n  background-color: #fcf8e3;\n  padding: .2em;\n}\n.text-left {\n  text-align: left;\n}\n.text-right {\n  text-align: right;\n}\n.text-center {\n  text-align: center;\n}\n.text-justify {\n  text-align: justify;\n}\n.text-nowrap {\n  white-space: nowrap;\n}\n.text-lowercase {\n  text-transform: lowercase;\n}\n.text-uppercase {\n  text-transform: uppercase;\n}\n.text-capitalize {\n  text-transform: capitalize;\n}\n.text-muted {\n  color: #777777;\n}\n.text-primary {\n  color: #337ab7;\n}\na.text-primary:hover,\na.text-primary:focus {\n  color: #286090;\n}\n.text-success {\n  color: #3c763d;\n}\na.text-success:hover,\na.text-success:focus {\n  color: #2b542c;\n}\n.text-info {\n  color: #31708f;\n}\na.text-info:hover,\na.text-info:focus {\n  color: #245269;\n}\n.text-warning {\n  color: #8a6d3b;\n}\na.text-warning:hover,\na.text-warning:focus {\n  color: #66512c;\n}\n.text-danger {\n  color: #a94442;\n}\na.text-danger:hover,\na.text-danger:focus {\n  color: #843534;\n}\n.bg-primary {\n  color: #fff;\n  background-color: #337ab7;\n}\na.bg-primary:hover,\na.bg-primary:focus {\n  background-color: #286090;\n}\n.bg-success {\n  background-color: #dff0d8;\n}\na.bg-success:hover,\na.bg-success:focus {\n  background-color: #c1e2b3;\n}\n.bg-info {\n  background-color: #d9edf7;\n}\na.bg-info:hover,\na.bg-info:focus {\n  background-color: #afd9ee;\n}\n.bg-warning {\n  background-color: #fcf8e3;\n}\na.bg-warning:hover,\na.bg-warning:focus {\n  background-color: #f7ecb5;\n}\n.bg-danger {\n  background-color: #f2dede;\n}\na.bg-danger:hover,\na.bg-danger:focus {\n  background-color: #e4b9b9;\n}\n.page-header {\n  padding-bottom: 9px;\n  margin: 40px 0 20px;\n  border-bottom: 1px solid #eeeeee;\n}\nul,\nol {\n  margin-top: 0;\n  margin-bottom: 10px;\n}\nul ul,\nol ul,\nul ol,\nol ol {\n  margin-bottom: 0;\n}\n.list-unstyled {\n  padding-left: 0;\n  list-style: none;\n}\n.list-inline {\n  padding-left: 0;\n  list-style: none;\n  margin-left: -5px;\n}\n.list-inline > li {\n  display: inline-block;\n  padding-left: 5px;\n  padding-right: 5px;\n}\ndl {\n  margin-top: 0;\n  margin-bottom: 20px;\n}\ndt,\ndd {\n  line-height: 1.42857143;\n}\ndt {\n  font-weight: bold;\n}\ndd {\n  margin-left: 0;\n}\n@media (min-width: 768px) {\n  .dl-horizontal dt {\n    float: left;\n    width: 160px;\n    clear: left;\n    text-align: right;\n    overflow: hidden;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n  }\n  .dl-horizontal dd {\n    margin-left: 180px;\n  }\n}\nabbr[title],\nabbr[data-original-title] {\n  cursor: help;\n  border-bottom: 1px dotted #777777;\n}\n.initialism {\n  font-size: 90%;\n  text-transform: uppercase;\n}\nblockquote {\n  padding: 10px 20px;\n  margin: 0 0 20px;\n  font-size: 17.5px;\n  border-left: 5px solid #eeeeee;\n}\nblockquote p:last-child,\nblockquote ul:last-child,\nblockquote ol:last-child {\n  margin-bottom: 0;\n}\nblockquote footer,\nblockquote small,\nblockquote .small {\n  display: block;\n  font-size: 80%;\n  line-height: 1.42857143;\n  color: #777777;\n}\nblockquote footer:before,\nblockquote small:before,\nblockquote .small:before {\n  content: '\\2014 \\00A0';\n}\n.blockquote-reverse,\nblockquote.pull-right {\n  padding-right: 15px;\n  padding-left: 0;\n  border-right: 5px solid #eeeeee;\n  border-left: 0;\n  text-align: right;\n}\n.blockquote-reverse footer:before,\nblockquote.pull-right footer:before,\n.blockquote-reverse small:before,\nblockquote.pull-right small:before,\n.blockquote-reverse .small:before,\nblockquote.pull-right .small:before {\n  content: '';\n}\n.blockquote-reverse footer:after,\nblockquote.pull-right footer:after,\n.blockquote-reverse small:after,\nblockquote.pull-right small:after,\n.blockquote-reverse .small:after,\nblockquote.pull-right .small:after {\n  content: '\\00A0 \\2014';\n}\naddress {\n  margin-bottom: 20px;\n  font-style: normal;\n  line-height: 1.42857143;\n}\ncode,\nkbd,\npre,\nsamp {\n  font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;\n}\ncode {\n  padding: 2px 4px;\n  font-size: 90%;\n  color: #c7254e;\n  background-color: #f9f2f4;\n  border-radius: 4px;\n}\nkbd {\n  padding: 2px 4px;\n  font-size: 90%;\n  color: #fff;\n  background-color: #333;\n  border-radius: 3px;\n  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);\n}\nkbd kbd {\n  padding: 0;\n  font-size: 100%;\n  font-weight: bold;\n  box-shadow: none;\n}\npre {\n  display: block;\n  padding: 9.5px;\n  margin: 0 0 10px;\n  font-size: 13px;\n  line-height: 1.42857143;\n  word-break: break-all;\n  word-wrap: break-word;\n  color: #333333;\n  background-color: #f5f5f5;\n  border: 1px solid #ccc;\n  border-radius: 4px;\n}\npre code {\n  padding: 0;\n  font-size: inherit;\n  color: inherit;\n  white-space: pre-wrap;\n  background-color: transparent;\n  border-radius: 0;\n}\n.pre-scrollable {\n  max-height: 340px;\n  overflow-y: scroll;\n}\n.container {\n  margin-right: auto;\n  margin-left: auto;\n  padding-left: 15px;\n  padding-right: 15px;\n}\n@media (min-width: 768px) {\n  .container {\n    width: 750px;\n  }\n}\n@media (min-width: 992px) {\n  .container {\n    width: 970px;\n  }\n}\n@media (min-width: 1200px) {\n  .container {\n    width: 1170px;\n  }\n}\n.container-fluid {\n  margin-right: auto;\n  margin-left: auto;\n  padding-left: 15px;\n  padding-right: 15px;\n}\n.row {\n  margin-left: -15px;\n  margin-right: -15px;\n}\n.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 {\n  position: relative;\n  min-height: 1px;\n  padding-left: 15px;\n  padding-right: 15px;\n}\n.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 {\n  float: left;\n}\n.col-xs-12 {\n  width: 100%;\n}\n.col-xs-11 {\n  width: 91.66666667%;\n}\n.col-xs-10 {\n  width: 83.33333333%;\n}\n.col-xs-9 {\n  width: 75%;\n}\n.col-xs-8 {\n  width: 66.66666667%;\n}\n.col-xs-7 {\n  width: 58.33333333%;\n}\n.col-xs-6 {\n  width: 50%;\n}\n.col-xs-5 {\n  width: 41.66666667%;\n}\n.col-xs-4 {\n  width: 33.33333333%;\n}\n.col-xs-3 {\n  width: 25%;\n}\n.col-xs-2 {\n  width: 16.66666667%;\n}\n.col-xs-1 {\n  width: 8.33333333%;\n}\n.col-xs-pull-12 {\n  right: 100%;\n}\n.col-xs-pull-11 {\n  right: 91.66666667%;\n}\n.col-xs-pull-10 {\n  right: 83.33333333%;\n}\n.col-xs-pull-9 {\n  right: 75%;\n}\n.col-xs-pull-8 {\n  right: 66.66666667%;\n}\n.col-xs-pull-7 {\n  right: 58.33333333%;\n}\n.col-xs-pull-6 {\n  right: 50%;\n}\n.col-xs-pull-5 {\n  right: 41.66666667%;\n}\n.col-xs-pull-4 {\n  right: 33.33333333%;\n}\n.col-xs-pull-3 {\n  right: 25%;\n}\n.col-xs-pull-2 {\n  right: 16.66666667%;\n}\n.col-xs-pull-1 {\n  right: 8.33333333%;\n}\n.col-xs-pull-0 {\n  right: auto;\n}\n.col-xs-push-12 {\n  left: 100%;\n}\n.col-xs-push-11 {\n  left: 91.66666667%;\n}\n.col-xs-push-10 {\n  left: 83.33333333%;\n}\n.col-xs-push-9 {\n  left: 75%;\n}\n.col-xs-push-8 {\n  left: 66.66666667%;\n}\n.col-xs-push-7 {\n  left: 58.33333333%;\n}\n.col-xs-push-6 {\n  left: 50%;\n}\n.col-xs-push-5 {\n  left: 41.66666667%;\n}\n.col-xs-push-4 {\n  left: 33.33333333%;\n}\n.col-xs-push-3 {\n  left: 25%;\n}\n.col-xs-push-2 {\n  left: 16.66666667%;\n}\n.col-xs-push-1 {\n  left: 8.33333333%;\n}\n.col-xs-push-0 {\n  left: auto;\n}\n.col-xs-offset-12 {\n  margin-left: 100%;\n}\n.col-xs-offset-11 {\n  margin-left: 91.66666667%;\n}\n.col-xs-offset-10 {\n  margin-left: 83.33333333%;\n}\n.col-xs-offset-9 {\n  margin-left: 75%;\n}\n.col-xs-offset-8 {\n  margin-left: 66.66666667%;\n}\n.col-xs-offset-7 {\n  margin-left: 58.33333333%;\n}\n.col-xs-offset-6 {\n  margin-left: 50%;\n}\n.col-xs-offset-5 {\n  margin-left: 41.66666667%;\n}\n.col-xs-offset-4 {\n  margin-left: 33.33333333%;\n}\n.col-xs-offset-3 {\n  margin-left: 25%;\n}\n.col-xs-offset-2 {\n  margin-left: 16.66666667%;\n}\n.col-xs-offset-1 {\n  margin-left: 8.33333333%;\n}\n.col-xs-offset-0 {\n  margin-left: 0%;\n}\n@media (min-width: 768px) {\n  .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 {\n    float: left;\n  }\n  .col-sm-12 {\n    width: 100%;\n  }\n  .col-sm-11 {\n    width: 91.66666667%;\n  }\n  .col-sm-10 {\n    width: 83.33333333%;\n  }\n  .col-sm-9 {\n    width: 75%;\n  }\n  .col-sm-8 {\n    width: 66.66666667%;\n  }\n  .col-sm-7 {\n    width: 58.33333333%;\n  }\n  .col-sm-6 {\n    width: 50%;\n  }\n  .col-sm-5 {\n    width: 41.66666667%;\n  }\n  .col-sm-4 {\n    width: 33.33333333%;\n  }\n  .col-sm-3 {\n    width: 25%;\n  }\n  .col-sm-2 {\n    width: 16.66666667%;\n  }\n  .col-sm-1 {\n    width: 8.33333333%;\n  }\n  .col-sm-pull-12 {\n    right: 100%;\n  }\n  .col-sm-pull-11 {\n    right: 91.66666667%;\n  }\n  .col-sm-pull-10 {\n    right: 83.33333333%;\n  }\n  .col-sm-pull-9 {\n    right: 75%;\n  }\n  .col-sm-pull-8 {\n    right: 66.66666667%;\n  }\n  .col-sm-pull-7 {\n    right: 58.33333333%;\n  }\n  .col-sm-pull-6 {\n    right: 50%;\n  }\n  .col-sm-pull-5 {\n    right: 41.66666667%;\n  }\n  .col-sm-pull-4 {\n    right: 33.33333333%;\n  }\n  .col-sm-pull-3 {\n    right: 25%;\n  }\n  .col-sm-pull-2 {\n    right: 16.66666667%;\n  }\n  .col-sm-pull-1 {\n    right: 8.33333333%;\n  }\n  .col-sm-pull-0 {\n    right: auto;\n  }\n  .col-sm-push-12 {\n    left: 100%;\n  }\n  .col-sm-push-11 {\n    left: 91.66666667%;\n  }\n  .col-sm-push-10 {\n    left: 83.33333333%;\n  }\n  .col-sm-push-9 {\n    left: 75%;\n  }\n  .col-sm-push-8 {\n    left: 66.66666667%;\n  }\n  .col-sm-push-7 {\n    left: 58.33333333%;\n  }\n  .col-sm-push-6 {\n    left: 50%;\n  }\n  .col-sm-push-5 {\n    left: 41.66666667%;\n  }\n  .col-sm-push-4 {\n    left: 33.33333333%;\n  }\n  .col-sm-push-3 {\n    left: 25%;\n  }\n  .col-sm-push-2 {\n    left: 16.66666667%;\n  }\n  .col-sm-push-1 {\n    left: 8.33333333%;\n  }\n  .col-sm-push-0 {\n    left: auto;\n  }\n  .col-sm-offset-12 {\n    margin-left: 100%;\n  }\n  .col-sm-offset-11 {\n    margin-left: 91.66666667%;\n  }\n  .col-sm-offset-10 {\n    margin-left: 83.33333333%;\n  }\n  .col-sm-offset-9 {\n    margin-left: 75%;\n  }\n  .col-sm-offset-8 {\n    margin-left: 66.66666667%;\n  }\n  .col-sm-offset-7 {\n    margin-left: 58.33333333%;\n  }\n  .col-sm-offset-6 {\n    margin-left: 50%;\n  }\n  .col-sm-offset-5 {\n    margin-left: 41.66666667%;\n  }\n  .col-sm-offset-4 {\n    margin-left: 33.33333333%;\n  }\n  .col-sm-offset-3 {\n    margin-left: 25%;\n  }\n  .col-sm-offset-2 {\n    margin-left: 16.66666667%;\n  }\n  .col-sm-offset-1 {\n    margin-left: 8.33333333%;\n  }\n  .col-sm-offset-0 {\n    margin-left: 0%;\n  }\n}\n@media (min-width: 992px) {\n  .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 {\n    float: left;\n  }\n  .col-md-12 {\n    width: 100%;\n  }\n  .col-md-11 {\n    width: 91.66666667%;\n  }\n  .col-md-10 {\n    width: 83.33333333%;\n  }\n  .col-md-9 {\n    width: 75%;\n  }\n  .col-md-8 {\n    width: 66.66666667%;\n  }\n  .col-md-7 {\n    width: 58.33333333%;\n  }\n  .col-md-6 {\n    width: 50%;\n  }\n  .col-md-5 {\n    width: 41.66666667%;\n  }\n  .col-md-4 {\n    width: 33.33333333%;\n  }\n  .col-md-3 {\n    width: 25%;\n  }\n  .col-md-2 {\n    width: 16.66666667%;\n  }\n  .col-md-1 {\n    width: 8.33333333%;\n  }\n  .col-md-pull-12 {\n    right: 100%;\n  }\n  .col-md-pull-11 {\n    right: 91.66666667%;\n  }\n  .col-md-pull-10 {\n    right: 83.33333333%;\n  }\n  .col-md-pull-9 {\n    right: 75%;\n  }\n  .col-md-pull-8 {\n    right: 66.66666667%;\n  }\n  .col-md-pull-7 {\n    right: 58.33333333%;\n  }\n  .col-md-pull-6 {\n    right: 50%;\n  }\n  .col-md-pull-5 {\n    right: 41.66666667%;\n  }\n  .col-md-pull-4 {\n    right: 33.33333333%;\n  }\n  .col-md-pull-3 {\n    right: 25%;\n  }\n  .col-md-pull-2 {\n    right: 16.66666667%;\n  }\n  .col-md-pull-1 {\n    right: 8.33333333%;\n  }\n  .col-md-pull-0 {\n    right: auto;\n  }\n  .col-md-push-12 {\n    left: 100%;\n  }\n  .col-md-push-11 {\n    left: 91.66666667%;\n  }\n  .col-md-push-10 {\n    left: 83.33333333%;\n  }\n  .col-md-push-9 {\n    left: 75%;\n  }\n  .col-md-push-8 {\n    left: 66.66666667%;\n  }\n  .col-md-push-7 {\n    left: 58.33333333%;\n  }\n  .col-md-push-6 {\n    left: 50%;\n  }\n  .col-md-push-5 {\n    left: 41.66666667%;\n  }\n  .col-md-push-4 {\n    left: 33.33333333%;\n  }\n  .col-md-push-3 {\n    left: 25%;\n  }\n  .col-md-push-2 {\n    left: 16.66666667%;\n  }\n  .col-md-push-1 {\n    left: 8.33333333%;\n  }\n  .col-md-push-0 {\n    left: auto;\n  }\n  .col-md-offset-12 {\n    margin-left: 100%;\n  }\n  .col-md-offset-11 {\n    margin-left: 91.66666667%;\n  }\n  .col-md-offset-10 {\n    margin-left: 83.33333333%;\n  }\n  .col-md-offset-9 {\n    margin-left: 75%;\n  }\n  .col-md-offset-8 {\n    margin-left: 66.66666667%;\n  }\n  .col-md-offset-7 {\n    margin-left: 58.33333333%;\n  }\n  .col-md-offset-6 {\n    margin-left: 50%;\n  }\n  .col-md-offset-5 {\n    margin-left: 41.66666667%;\n  }\n  .col-md-offset-4 {\n    margin-left: 33.33333333%;\n  }\n  .col-md-offset-3 {\n    margin-left: 25%;\n  }\n  .col-md-offset-2 {\n    margin-left: 16.66666667%;\n  }\n  .col-md-offset-1 {\n    margin-left: 8.33333333%;\n  }\n  .col-md-offset-0 {\n    margin-left: 0%;\n  }\n}\n@media (min-width: 1200px) {\n  .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 {\n    float: left;\n  }\n  .col-lg-12 {\n    width: 100%;\n  }\n  .col-lg-11 {\n    width: 91.66666667%;\n  }\n  .col-lg-10 {\n    width: 83.33333333%;\n  }\n  .col-lg-9 {\n    width: 75%;\n  }\n  .col-lg-8 {\n    width: 66.66666667%;\n  }\n  .col-lg-7 {\n    width: 58.33333333%;\n  }\n  .col-lg-6 {\n    width: 50%;\n  }\n  .col-lg-5 {\n    width: 41.66666667%;\n  }\n  .col-lg-4 {\n    width: 33.33333333%;\n  }\n  .col-lg-3 {\n    width: 25%;\n  }\n  .col-lg-2 {\n    width: 16.66666667%;\n  }\n  .col-lg-1 {\n    width: 8.33333333%;\n  }\n  .col-lg-pull-12 {\n    right: 100%;\n  }\n  .col-lg-pull-11 {\n    right: 91.66666667%;\n  }\n  .col-lg-pull-10 {\n    right: 83.33333333%;\n  }\n  .col-lg-pull-9 {\n    right: 75%;\n  }\n  .col-lg-pull-8 {\n    right: 66.66666667%;\n  }\n  .col-lg-pull-7 {\n    right: 58.33333333%;\n  }\n  .col-lg-pull-6 {\n    right: 50%;\n  }\n  .col-lg-pull-5 {\n    right: 41.66666667%;\n  }\n  .col-lg-pull-4 {\n    right: 33.33333333%;\n  }\n  .col-lg-pull-3 {\n    right: 25%;\n  }\n  .col-lg-pull-2 {\n    right: 16.66666667%;\n  }\n  .col-lg-pull-1 {\n    right: 8.33333333%;\n  }\n  .col-lg-pull-0 {\n    right: auto;\n  }\n  .col-lg-push-12 {\n    left: 100%;\n  }\n  .col-lg-push-11 {\n    left: 91.66666667%;\n  }\n  .col-lg-push-10 {\n    left: 83.33333333%;\n  }\n  .col-lg-push-9 {\n    left: 75%;\n  }\n  .col-lg-push-8 {\n    left: 66.66666667%;\n  }\n  .col-lg-push-7 {\n    left: 58.33333333%;\n  }\n  .col-lg-push-6 {\n    left: 50%;\n  }\n  .col-lg-push-5 {\n    left: 41.66666667%;\n  }\n  .col-lg-push-4 {\n    left: 33.33333333%;\n  }\n  .col-lg-push-3 {\n    left: 25%;\n  }\n  .col-lg-push-2 {\n    left: 16.66666667%;\n  }\n  .col-lg-push-1 {\n    left: 8.33333333%;\n  }\n  .col-lg-push-0 {\n    left: auto;\n  }\n  .col-lg-offset-12 {\n    margin-left: 100%;\n  }\n  .col-lg-offset-11 {\n    margin-left: 91.66666667%;\n  }\n  .col-lg-offset-10 {\n    margin-left: 83.33333333%;\n  }\n  .col-lg-offset-9 {\n    margin-left: 75%;\n  }\n  .col-lg-offset-8 {\n    margin-left: 66.66666667%;\n  }\n  .col-lg-offset-7 {\n    margin-left: 58.33333333%;\n  }\n  .col-lg-offset-6 {\n    margin-left: 50%;\n  }\n  .col-lg-offset-5 {\n    margin-left: 41.66666667%;\n  }\n  .col-lg-offset-4 {\n    margin-left: 33.33333333%;\n  }\n  .col-lg-offset-3 {\n    margin-left: 25%;\n  }\n  .col-lg-offset-2 {\n    margin-left: 16.66666667%;\n  }\n  .col-lg-offset-1 {\n    margin-left: 8.33333333%;\n  }\n  .col-lg-offset-0 {\n    margin-left: 0%;\n  }\n}\ntable {\n  background-color: transparent;\n}\ncaption {\n  padding-top: 8px;\n  padding-bottom: 8px;\n  color: #777777;\n  text-align: left;\n}\nth {\n  text-align: left;\n}\n.table {\n  width: 100%;\n  max-width: 100%;\n  margin-bottom: 20px;\n}\n.table > thead > tr > th,\n.table > tbody > tr > th,\n.table > tfoot > tr > th,\n.table > thead > tr > td,\n.table > tbody > tr > td,\n.table > tfoot > tr > td {\n  padding: 8px;\n  line-height: 1.42857143;\n  vertical-align: top;\n  border-top: 1px solid #ddd;\n}\n.table > thead > tr > th {\n  vertical-align: bottom;\n  border-bottom: 2px solid #ddd;\n}\n.table > caption + thead > tr:first-child > th,\n.table > colgroup + thead > tr:first-child > th,\n.table > thead:first-child > tr:first-child > th,\n.table > caption + thead > tr:first-child > td,\n.table > colgroup + thead > tr:first-child > td,\n.table > thead:first-child > tr:first-child > td {\n  border-top: 0;\n}\n.table > tbody + tbody {\n  border-top: 2px solid #ddd;\n}\n.table .table {\n  background-color: #fff;\n}\n.table-condensed > thead > tr > th,\n.table-condensed > tbody > tr > th,\n.table-condensed > tfoot > tr > th,\n.table-condensed > thead > tr > td,\n.table-condensed > tbody > tr > td,\n.table-condensed > tfoot > tr > td {\n  padding: 5px;\n}\n.table-bordered {\n  border: 1px solid #ddd;\n}\n.table-bordered > thead > tr > th,\n.table-bordered > tbody > tr > th,\n.table-bordered > tfoot > tr > th,\n.table-bordered > thead > tr > td,\n.table-bordered > tbody > tr > td,\n.table-bordered > tfoot > tr > td {\n  border: 1px solid #ddd;\n}\n.table-bordered > thead > tr > th,\n.table-bordered > thead > tr > td {\n  border-bottom-width: 2px;\n}\n.table-striped > tbody > tr:nth-of-type(odd) {\n  background-color: #f9f9f9;\n}\n.table-hover > tbody > tr:hover {\n  background-color: #f5f5f5;\n}\ntable col[class*=\"col-\"] {\n  position: static;\n  float: none;\n  display: table-column;\n}\ntable td[class*=\"col-\"],\ntable th[class*=\"col-\"] {\n  position: static;\n  float: none;\n  display: table-cell;\n}\n.table > thead > tr > td.active,\n.table > tbody > tr > td.active,\n.table > tfoot > tr > td.active,\n.table > thead > tr > th.active,\n.table > tbody > tr > th.active,\n.table > tfoot > tr > th.active,\n.table > thead > tr.active > td,\n.table > tbody > tr.active > td,\n.table > tfoot > tr.active > td,\n.table > thead > tr.active > th,\n.table > tbody > tr.active > th,\n.table > tfoot > tr.active > th {\n  background-color: #f5f5f5;\n}\n.table-hover > tbody > tr > td.active:hover,\n.table-hover > tbody > tr > th.active:hover,\n.table-hover > tbody > tr.active:hover > td,\n.table-hover > tbody > tr:hover > .active,\n.table-hover > tbody > tr.active:hover > th {\n  background-color: #e8e8e8;\n}\n.table > thead > tr > td.success,\n.table > tbody > tr > td.success,\n.table > tfoot > tr > td.success,\n.table > thead > tr > th.success,\n.table > tbody > tr > th.success,\n.table > tfoot > tr > th.success,\n.table > thead > tr.success > td,\n.table > tbody > tr.success > td,\n.table > tfoot > tr.success > td,\n.table > thead > tr.success > th,\n.table > tbody > tr.success > th,\n.table > tfoot > tr.success > th {\n  background-color: #dff0d8;\n}\n.table-hover > tbody > tr > td.success:hover,\n.table-hover > tbody > tr > th.success:hover,\n.table-hover > tbody > tr.success:hover > td,\n.table-hover > tbody > tr:hover > .success,\n.table-hover > tbody > tr.success:hover > th {\n  background-color: #d0e9c6;\n}\n.table > thead > tr > td.info,\n.table > tbody > tr > td.info,\n.table > tfoot > tr > td.info,\n.table > thead > tr > th.info,\n.table > tbody > tr > th.info,\n.table > tfoot > tr > th.info,\n.table > thead > tr.info > td,\n.table > tbody > tr.info > td,\n.table > tfoot > tr.info > td,\n.table > thead > tr.info > th,\n.table > tbody > tr.info > th,\n.table > tfoot > tr.info > th {\n  background-color: #d9edf7;\n}\n.table-hover > tbody > tr > td.info:hover,\n.table-hover > tbody > tr > th.info:hover,\n.table-hover > tbody > tr.info:hover > td,\n.table-hover > tbody > tr:hover > .info,\n.table-hover > tbody > tr.info:hover > th {\n  background-color: #c4e3f3;\n}\n.table > thead > tr > td.warning,\n.table > tbody > tr > td.warning,\n.table > tfoot > tr > td.warning,\n.table > thead > tr > th.warning,\n.table > tbody > tr > th.warning,\n.table > tfoot > tr > th.warning,\n.table > thead > tr.warning > td,\n.table > tbody > tr.warning > td,\n.table > tfoot > tr.warning > td,\n.table > thead > tr.warning > th,\n.table > tbody > tr.warning > th,\n.table > tfoot > tr.warning > th {\n  background-color: #fcf8e3;\n}\n.table-hover > tbody > tr > td.warning:hover,\n.table-hover > tbody > tr > th.warning:hover,\n.table-hover > tbody > tr.warning:hover > td,\n.table-hover > tbody > tr:hover > .warning,\n.table-hover > tbody > tr.warning:hover > th {\n  background-color: #faf2cc;\n}\n.table > thead > tr > td.danger,\n.table > tbody > tr > td.danger,\n.table > tfoot > tr > td.danger,\n.table > thead > tr > th.danger,\n.table > tbody > tr > th.danger,\n.table > tfoot > tr > th.danger,\n.table > thead > tr.danger > td,\n.table > tbody > tr.danger > td,\n.table > tfoot > tr.danger > td,\n.table > thead > tr.danger > th,\n.table > tbody > tr.danger > th,\n.table > tfoot > tr.danger > th {\n  background-color: #f2dede;\n}\n.table-hover > tbody > tr > td.danger:hover,\n.table-hover > tbody > tr > th.danger:hover,\n.table-hover > tbody > tr.danger:hover > td,\n.table-hover > tbody > tr:hover > .danger,\n.table-hover > tbody > tr.danger:hover > th {\n  background-color: #ebcccc;\n}\n.table-responsive {\n  overflow-x: auto;\n  min-height: 0.01%;\n}\n@media screen and (max-width: 767px) {\n  .table-responsive {\n    width: 100%;\n    margin-bottom: 15px;\n    overflow-y: hidden;\n    -ms-overflow-style: -ms-autohiding-scrollbar;\n    border: 1px solid #ddd;\n  }\n  .table-responsive > .table {\n    margin-bottom: 0;\n  }\n  .table-responsive > .table > thead > tr > th,\n  .table-responsive > .table > tbody > tr > th,\n  .table-responsive > .table > tfoot > tr > th,\n  .table-responsive > .table > thead > tr > td,\n  .table-responsive > .table > tbody > tr > td,\n  .table-responsive > .table > tfoot > tr > td {\n    white-space: nowrap;\n  }\n  .table-responsive > .table-bordered {\n    border: 0;\n  }\n  .table-responsive > .table-bordered > thead > tr > th:first-child,\n  .table-responsive > .table-bordered > tbody > tr > th:first-child,\n  .table-responsive > .table-bordered > tfoot > tr > th:first-child,\n  .table-responsive > .table-bordered > thead > tr > td:first-child,\n  .table-responsive > .table-bordered > tbody > tr > td:first-child,\n  .table-responsive > .table-bordered > tfoot > tr > td:first-child {\n    border-left: 0;\n  }\n  .table-responsive > .table-bordered > thead > tr > th:last-child,\n  .table-responsive > .table-bordered > tbody > tr > th:last-child,\n  .table-responsive > .table-bordered > tfoot > tr > th:last-child,\n  .table-responsive > .table-bordered > thead > tr > td:last-child,\n  .table-responsive > .table-bordered > tbody > tr > td:last-child,\n  .table-responsive > .table-bordered > tfoot > tr > td:last-child {\n    border-right: 0;\n  }\n  .table-responsive > .table-bordered > tbody > tr:last-child > th,\n  .table-responsive > .table-bordered > tfoot > tr:last-child > th,\n  .table-responsive > .table-bordered > tbody > tr:last-child > td,\n  .table-responsive > .table-bordered > tfoot > tr:last-child > td {\n    border-bottom: 0;\n  }\n}\nfieldset {\n  padding: 0;\n  margin: 0;\n  border: 0;\n  min-width: 0;\n}\nlegend {\n  display: block;\n  width: 100%;\n  padding: 0;\n  margin-bottom: 20px;\n  font-size: 21px;\n  line-height: inherit;\n  color: #333333;\n  border: 0;\n  border-bottom: 1px solid #e5e5e5;\n}\nlabel {\n  display: inline-block;\n  max-width: 100%;\n  margin-bottom: 5px;\n  font-weight: bold;\n}\ninput[type=\"search\"] {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n}\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  margin: 4px 0 0;\n  margin-top: 1px \\9;\n  line-height: normal;\n}\ninput[type=\"file\"] {\n  display: block;\n}\ninput[type=\"range\"] {\n  display: block;\n  width: 100%;\n}\nselect[multiple],\nselect[size] {\n  height: auto;\n}\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\noutput {\n  display: block;\n  padding-top: 7px;\n  font-size: 14px;\n  line-height: 1.42857143;\n  color: #555555;\n}\n.form-control {\n  display: block;\n  width: 100%;\n  height: 34px;\n  padding: 6px 12px;\n  font-size: 14px;\n  line-height: 1.42857143;\n  color: #555555;\n  background-color: #fff;\n  background-image: none;\n  border: 1px solid #ccc;\n  border-radius: 4px;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n}\n.form-control:focus {\n  border-color: #66afe9;\n  outline: 0;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);\n  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);\n}\n.form-control::-moz-placeholder {\n  color: #999;\n  opacity: 1;\n}\n.form-control:-ms-input-placeholder {\n  color: #999;\n}\n.form-control::-webkit-input-placeholder {\n  color: #999;\n}\n.form-control::-ms-expand {\n  border: 0;\n  background-color: transparent;\n}\n.form-control[disabled],\n.form-control[readonly],\nfieldset[disabled] .form-control {\n  background-color: #eeeeee;\n  opacity: 1;\n}\n.form-control[disabled],\nfieldset[disabled] .form-control {\n  cursor: not-allowed;\n}\ntextarea.form-control {\n  height: auto;\n}\ninput[type=\"search\"] {\n  -webkit-appearance: none;\n}\n@media screen and (-webkit-min-device-pixel-ratio: 0) {\n  input[type=\"date\"].form-control,\n  input[type=\"time\"].form-control,\n  input[type=\"datetime-local\"].form-control,\n  input[type=\"month\"].form-control {\n    line-height: 34px;\n  }\n  input[type=\"date\"].input-sm,\n  input[type=\"time\"].input-sm,\n  input[type=\"datetime-local\"].input-sm,\n  input[type=\"month\"].input-sm,\n  .input-group-sm input[type=\"date\"],\n  .input-group-sm input[type=\"time\"],\n  .input-group-sm input[type=\"datetime-local\"],\n  .input-group-sm input[type=\"month\"] {\n    line-height: 30px;\n  }\n  input[type=\"date\"].input-lg,\n  input[type=\"time\"].input-lg,\n  input[type=\"datetime-local\"].input-lg,\n  input[type=\"month\"].input-lg,\n  .input-group-lg input[type=\"date\"],\n  .input-group-lg input[type=\"time\"],\n  .input-group-lg input[type=\"datetime-local\"],\n  .input-group-lg input[type=\"month\"] {\n    line-height: 46px;\n  }\n}\n.form-group {\n  margin-bottom: 15px;\n}\n.radio,\n.checkbox {\n  position: relative;\n  display: block;\n  margin-top: 10px;\n  margin-bottom: 10px;\n}\n.radio label,\n.checkbox label {\n  min-height: 20px;\n  padding-left: 20px;\n  margin-bottom: 0;\n  font-weight: normal;\n  cursor: pointer;\n}\n.radio input[type=\"radio\"],\n.radio-inline input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"],\n.checkbox-inline input[type=\"checkbox\"] {\n  position: absolute;\n  margin-left: -20px;\n  margin-top: 4px \\9;\n}\n.radio + .radio,\n.checkbox + .checkbox {\n  margin-top: -5px;\n}\n.radio-inline,\n.checkbox-inline {\n  position: relative;\n  display: inline-block;\n  padding-left: 20px;\n  margin-bottom: 0;\n  vertical-align: middle;\n  font-weight: normal;\n  cursor: pointer;\n}\n.radio-inline + .radio-inline,\n.checkbox-inline + .checkbox-inline {\n  margin-top: 0;\n  margin-left: 10px;\n}\ninput[type=\"radio\"][disabled],\ninput[type=\"checkbox\"][disabled],\ninput[type=\"radio\"].disabled,\ninput[type=\"checkbox\"].disabled,\nfieldset[disabled] input[type=\"radio\"],\nfieldset[disabled] input[type=\"checkbox\"] {\n  cursor: not-allowed;\n}\n.radio-inline.disabled,\n.checkbox-inline.disabled,\nfieldset[disabled] .radio-inline,\nfieldset[disabled] .checkbox-inline {\n  cursor: not-allowed;\n}\n.radio.disabled label,\n.checkbox.disabled label,\nfieldset[disabled] .radio label,\nfieldset[disabled] .checkbox label {\n  cursor: not-allowed;\n}\n.form-control-static {\n  padding-top: 7px;\n  padding-bottom: 7px;\n  margin-bottom: 0;\n  min-height: 34px;\n}\n.form-control-static.input-lg,\n.form-control-static.input-sm {\n  padding-left: 0;\n  padding-right: 0;\n}\n.input-sm {\n  height: 30px;\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\nselect.input-sm {\n  height: 30px;\n  line-height: 30px;\n}\ntextarea.input-sm,\nselect[multiple].input-sm {\n  height: auto;\n}\n.form-group-sm .form-control {\n  height: 30px;\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\n.form-group-sm select.form-control {\n  height: 30px;\n  line-height: 30px;\n}\n.form-group-sm textarea.form-control,\n.form-group-sm select[multiple].form-control {\n  height: auto;\n}\n.form-group-sm .form-control-static {\n  height: 30px;\n  min-height: 32px;\n  padding: 6px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n}\n.input-lg {\n  height: 46px;\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n  border-radius: 6px;\n}\nselect.input-lg {\n  height: 46px;\n  line-height: 46px;\n}\ntextarea.input-lg,\nselect[multiple].input-lg {\n  height: auto;\n}\n.form-group-lg .form-control {\n  height: 46px;\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n  border-radius: 6px;\n}\n.form-group-lg select.form-control {\n  height: 46px;\n  line-height: 46px;\n}\n.form-group-lg textarea.form-control,\n.form-group-lg select[multiple].form-control {\n  height: auto;\n}\n.form-group-lg .form-control-static {\n  height: 46px;\n  min-height: 38px;\n  padding: 11px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n}\n.has-feedback {\n  position: relative;\n}\n.has-feedback .form-control {\n  padding-right: 42.5px;\n}\n.form-control-feedback {\n  position: absolute;\n  top: 0;\n  right: 0;\n  z-index: 2;\n  display: block;\n  width: 34px;\n  height: 34px;\n  line-height: 34px;\n  text-align: center;\n  pointer-events: none;\n}\n.input-lg + .form-control-feedback,\n.input-group-lg + .form-control-feedback,\n.form-group-lg .form-control + .form-control-feedback {\n  width: 46px;\n  height: 46px;\n  line-height: 46px;\n}\n.input-sm + .form-control-feedback,\n.input-group-sm + .form-control-feedback,\n.form-group-sm .form-control + .form-control-feedback {\n  width: 30px;\n  height: 30px;\n  line-height: 30px;\n}\n.has-success .help-block,\n.has-success .control-label,\n.has-success .radio,\n.has-success .checkbox,\n.has-success .radio-inline,\n.has-success .checkbox-inline,\n.has-success.radio label,\n.has-success.checkbox label,\n.has-success.radio-inline label,\n.has-success.checkbox-inline label {\n  color: #3c763d;\n}\n.has-success .form-control {\n  border-color: #3c763d;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.has-success .form-control:focus {\n  border-color: #2b542c;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;\n}\n.has-success .input-group-addon {\n  color: #3c763d;\n  border-color: #3c763d;\n  background-color: #dff0d8;\n}\n.has-success .form-control-feedback {\n  color: #3c763d;\n}\n.has-warning .help-block,\n.has-warning .control-label,\n.has-warning .radio,\n.has-warning .checkbox,\n.has-warning .radio-inline,\n.has-warning .checkbox-inline,\n.has-warning.radio label,\n.has-warning.checkbox label,\n.has-warning.radio-inline label,\n.has-warning.checkbox-inline label {\n  color: #8a6d3b;\n}\n.has-warning .form-control {\n  border-color: #8a6d3b;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.has-warning .form-control:focus {\n  border-color: #66512c;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;\n}\n.has-warning .input-group-addon {\n  color: #8a6d3b;\n  border-color: #8a6d3b;\n  background-color: #fcf8e3;\n}\n.has-warning .form-control-feedback {\n  color: #8a6d3b;\n}\n.has-error .help-block,\n.has-error .control-label,\n.has-error .radio,\n.has-error .checkbox,\n.has-error .radio-inline,\n.has-error .checkbox-inline,\n.has-error.radio label,\n.has-error.checkbox label,\n.has-error.radio-inline label,\n.has-error.checkbox-inline label {\n  color: #a94442;\n}\n.has-error .form-control {\n  border-color: #a94442;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.has-error .form-control:focus {\n  border-color: #843534;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;\n}\n.has-error .input-group-addon {\n  color: #a94442;\n  border-color: #a94442;\n  background-color: #f2dede;\n}\n.has-error .form-control-feedback {\n  color: #a94442;\n}\n.has-feedback label ~ .form-control-feedback {\n  top: 25px;\n}\n.has-feedback label.sr-only ~ .form-control-feedback {\n  top: 0;\n}\n.help-block {\n  display: block;\n  margin-top: 5px;\n  margin-bottom: 10px;\n  color: #737373;\n}\n@media (min-width: 768px) {\n  .form-inline .form-group {\n    display: inline-block;\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .form-inline .form-control {\n    display: inline-block;\n    width: auto;\n    vertical-align: middle;\n  }\n  .form-inline .form-control-static {\n    display: inline-block;\n  }\n  .form-inline .input-group {\n    display: inline-table;\n    vertical-align: middle;\n  }\n  .form-inline .input-group .input-group-addon,\n  .form-inline .input-group .input-group-btn,\n  .form-inline .input-group .form-control {\n    width: auto;\n  }\n  .form-inline .input-group > .form-control {\n    width: 100%;\n  }\n  .form-inline .control-label {\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .form-inline .radio,\n  .form-inline .checkbox {\n    display: inline-block;\n    margin-top: 0;\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .form-inline .radio label,\n  .form-inline .checkbox label {\n    padding-left: 0;\n  }\n  .form-inline .radio input[type=\"radio\"],\n  .form-inline .checkbox input[type=\"checkbox\"] {\n    position: relative;\n    margin-left: 0;\n  }\n  .form-inline .has-feedback .form-control-feedback {\n    top: 0;\n  }\n}\n.form-horizontal .radio,\n.form-horizontal .checkbox,\n.form-horizontal .radio-inline,\n.form-horizontal .checkbox-inline {\n  margin-top: 0;\n  margin-bottom: 0;\n  padding-top: 7px;\n}\n.form-horizontal .radio,\n.form-horizontal .checkbox {\n  min-height: 27px;\n}\n.form-horizontal .form-group {\n  margin-left: -15px;\n  margin-right: -15px;\n}\n@media (min-width: 768px) {\n  .form-horizontal .control-label {\n    text-align: right;\n    margin-bottom: 0;\n    padding-top: 7px;\n  }\n}\n.form-horizontal .has-feedback .form-control-feedback {\n  right: 15px;\n}\n@media (min-width: 768px) {\n  .form-horizontal .form-group-lg .control-label {\n    padding-top: 11px;\n    font-size: 18px;\n  }\n}\n@media (min-width: 768px) {\n  .form-horizontal .form-group-sm .control-label {\n    padding-top: 6px;\n    font-size: 12px;\n  }\n}\n.btn {\n  display: inline-block;\n  margin-bottom: 0;\n  font-weight: normal;\n  text-align: center;\n  vertical-align: middle;\n  touch-action: manipulation;\n  cursor: pointer;\n  background-image: none;\n  border: 1px solid transparent;\n  white-space: nowrap;\n  padding: 6px 12px;\n  font-size: 14px;\n  line-height: 1.42857143;\n  border-radius: 4px;\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  user-select: none;\n}\n.btn:focus,\n.btn:active:focus,\n.btn.active:focus,\n.btn.focus,\n.btn:active.focus,\n.btn.active.focus {\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n.btn:hover,\n.btn:focus,\n.btn.focus {\n  color: #333;\n  text-decoration: none;\n}\n.btn:active,\n.btn.active {\n  outline: 0;\n  background-image: none;\n  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n.btn.disabled,\n.btn[disabled],\nfieldset[disabled] .btn {\n  cursor: not-allowed;\n  opacity: 0.65;\n  filter: alpha(opacity=65);\n  -webkit-box-shadow: none;\n  box-shadow: none;\n}\na.btn.disabled,\nfieldset[disabled] a.btn {\n  pointer-events: none;\n}\n.btn-default {\n  color: #333;\n  background-color: #fff;\n  border-color: #ccc;\n}\n.btn-default:focus,\n.btn-default.focus {\n  color: #333;\n  background-color: #e6e6e6;\n  border-color: #8c8c8c;\n}\n.btn-default:hover {\n  color: #333;\n  background-color: #e6e6e6;\n  border-color: #adadad;\n}\n.btn-default:active,\n.btn-default.active,\n.open > .dropdown-toggle.btn-default {\n  color: #333;\n  background-color: #e6e6e6;\n  border-color: #adadad;\n}\n.btn-default:active:hover,\n.btn-default.active:hover,\n.open > .dropdown-toggle.btn-default:hover,\n.btn-default:active:focus,\n.btn-default.active:focus,\n.open > .dropdown-toggle.btn-default:focus,\n.btn-default:active.focus,\n.btn-default.active.focus,\n.open > .dropdown-toggle.btn-default.focus {\n  color: #333;\n  background-color: #d4d4d4;\n  border-color: #8c8c8c;\n}\n.btn-default:active,\n.btn-default.active,\n.open > .dropdown-toggle.btn-default {\n  background-image: none;\n}\n.btn-default.disabled:hover,\n.btn-default[disabled]:hover,\nfieldset[disabled] .btn-default:hover,\n.btn-default.disabled:focus,\n.btn-default[disabled]:focus,\nfieldset[disabled] .btn-default:focus,\n.btn-default.disabled.focus,\n.btn-default[disabled].focus,\nfieldset[disabled] .btn-default.focus {\n  background-color: #fff;\n  border-color: #ccc;\n}\n.btn-default .badge {\n  color: #fff;\n  background-color: #333;\n}\n.btn-primary {\n  color: #fff;\n  background-color: #337ab7;\n  border-color: #2e6da4;\n}\n.btn-primary:focus,\n.btn-primary.focus {\n  color: #fff;\n  background-color: #286090;\n  border-color: #122b40;\n}\n.btn-primary:hover {\n  color: #fff;\n  background-color: #286090;\n  border-color: #204d74;\n}\n.btn-primary:active,\n.btn-primary.active,\n.open > .dropdown-toggle.btn-primary {\n  color: #fff;\n  background-color: #286090;\n  border-color: #204d74;\n}\n.btn-primary:active:hover,\n.btn-primary.active:hover,\n.open > .dropdown-toggle.btn-primary:hover,\n.btn-primary:active:focus,\n.btn-primary.active:focus,\n.open > .dropdown-toggle.btn-primary:focus,\n.btn-primary:active.focus,\n.btn-primary.active.focus,\n.open > .dropdown-toggle.btn-primary.focus {\n  color: #fff;\n  background-color: #204d74;\n  border-color: #122b40;\n}\n.btn-primary:active,\n.btn-primary.active,\n.open > .dropdown-toggle.btn-primary {\n  background-image: none;\n}\n.btn-primary.disabled:hover,\n.btn-primary[disabled]:hover,\nfieldset[disabled] .btn-primary:hover,\n.btn-primary.disabled:focus,\n.btn-primary[disabled]:focus,\nfieldset[disabled] .btn-primary:focus,\n.btn-primary.disabled.focus,\n.btn-primary[disabled].focus,\nfieldset[disabled] .btn-primary.focus {\n  background-color: #337ab7;\n  border-color: #2e6da4;\n}\n.btn-primary .badge {\n  color: #337ab7;\n  background-color: #fff;\n}\n.btn-success {\n  color: #fff;\n  background-color: #5cb85c;\n  border-color: #4cae4c;\n}\n.btn-success:focus,\n.btn-success.focus {\n  color: #fff;\n  background-color: #449d44;\n  border-color: #255625;\n}\n.btn-success:hover {\n  color: #fff;\n  background-color: #449d44;\n  border-color: #398439;\n}\n.btn-success:active,\n.btn-success.active,\n.open > .dropdown-toggle.btn-success {\n  color: #fff;\n  background-color: #449d44;\n  border-color: #398439;\n}\n.btn-success:active:hover,\n.btn-success.active:hover,\n.open > .dropdown-toggle.btn-success:hover,\n.btn-success:active:focus,\n.btn-success.active:focus,\n.open > .dropdown-toggle.btn-success:focus,\n.btn-success:active.focus,\n.btn-success.active.focus,\n.open > .dropdown-toggle.btn-success.focus {\n  color: #fff;\n  background-color: #398439;\n  border-color: #255625;\n}\n.btn-success:active,\n.btn-success.active,\n.open > .dropdown-toggle.btn-success {\n  background-image: none;\n}\n.btn-success.disabled:hover,\n.btn-success[disabled]:hover,\nfieldset[disabled] .btn-success:hover,\n.btn-success.disabled:focus,\n.btn-success[disabled]:focus,\nfieldset[disabled] .btn-success:focus,\n.btn-success.disabled.focus,\n.btn-success[disabled].focus,\nfieldset[disabled] .btn-success.focus {\n  background-color: #5cb85c;\n  border-color: #4cae4c;\n}\n.btn-success .badge {\n  color: #5cb85c;\n  background-color: #fff;\n}\n.btn-info {\n  color: #fff;\n  background-color: #5bc0de;\n  border-color: #46b8da;\n}\n.btn-info:focus,\n.btn-info.focus {\n  color: #fff;\n  background-color: #31b0d5;\n  border-color: #1b6d85;\n}\n.btn-info:hover {\n  color: #fff;\n  background-color: #31b0d5;\n  border-color: #269abc;\n}\n.btn-info:active,\n.btn-info.active,\n.open > .dropdown-toggle.btn-info {\n  color: #fff;\n  background-color: #31b0d5;\n  border-color: #269abc;\n}\n.btn-info:active:hover,\n.btn-info.active:hover,\n.open > .dropdown-toggle.btn-info:hover,\n.btn-info:active:focus,\n.btn-info.active:focus,\n.open > .dropdown-toggle.btn-info:focus,\n.btn-info:active.focus,\n.btn-info.active.focus,\n.open > .dropdown-toggle.btn-info.focus {\n  color: #fff;\n  background-color: #269abc;\n  border-color: #1b6d85;\n}\n.btn-info:active,\n.btn-info.active,\n.open > .dropdown-toggle.btn-info {\n  background-image: none;\n}\n.btn-info.disabled:hover,\n.btn-info[disabled]:hover,\nfieldset[disabled] .btn-info:hover,\n.btn-info.disabled:focus,\n.btn-info[disabled]:focus,\nfieldset[disabled] .btn-info:focus,\n.btn-info.disabled.focus,\n.btn-info[disabled].focus,\nfieldset[disabled] .btn-info.focus {\n  background-color: #5bc0de;\n  border-color: #46b8da;\n}\n.btn-info .badge {\n  color: #5bc0de;\n  background-color: #fff;\n}\n.btn-warning {\n  color: #fff;\n  background-color: #f0ad4e;\n  border-color: #eea236;\n}\n.btn-warning:focus,\n.btn-warning.focus {\n  color: #fff;\n  background-color: #ec971f;\n  border-color: #985f0d;\n}\n.btn-warning:hover {\n  color: #fff;\n  background-color: #ec971f;\n  border-color: #d58512;\n}\n.btn-warning:active,\n.btn-warning.active,\n.open > .dropdown-toggle.btn-warning {\n  color: #fff;\n  background-color: #ec971f;\n  border-color: #d58512;\n}\n.btn-warning:active:hover,\n.btn-warning.active:hover,\n.open > .dropdown-toggle.btn-warning:hover,\n.btn-warning:active:focus,\n.btn-warning.active:focus,\n.open > .dropdown-toggle.btn-warning:focus,\n.btn-warning:active.focus,\n.btn-warning.active.focus,\n.open > .dropdown-toggle.btn-warning.focus {\n  color: #fff;\n  background-color: #d58512;\n  border-color: #985f0d;\n}\n.btn-warning:active,\n.btn-warning.active,\n.open > .dropdown-toggle.btn-warning {\n  background-image: none;\n}\n.btn-warning.disabled:hover,\n.btn-warning[disabled]:hover,\nfieldset[disabled] .btn-warning:hover,\n.btn-warning.disabled:focus,\n.btn-warning[disabled]:focus,\nfieldset[disabled] .btn-warning:focus,\n.btn-warning.disabled.focus,\n.btn-warning[disabled].focus,\nfieldset[disabled] .btn-warning.focus {\n  background-color: #f0ad4e;\n  border-color: #eea236;\n}\n.btn-warning .badge {\n  color: #f0ad4e;\n  background-color: #fff;\n}\n.btn-danger {\n  color: #fff;\n  background-color: #d9534f;\n  border-color: #d43f3a;\n}\n.btn-danger:focus,\n.btn-danger.focus {\n  color: #fff;\n  background-color: #c9302c;\n  border-color: #761c19;\n}\n.btn-danger:hover {\n  color: #fff;\n  background-color: #c9302c;\n  border-color: #ac2925;\n}\n.btn-danger:active,\n.btn-danger.active,\n.open > .dropdown-toggle.btn-danger {\n  color: #fff;\n  background-color: #c9302c;\n  border-color: #ac2925;\n}\n.btn-danger:active:hover,\n.btn-danger.active:hover,\n.open > .dropdown-toggle.btn-danger:hover,\n.btn-danger:active:focus,\n.btn-danger.active:focus,\n.open > .dropdown-toggle.btn-danger:focus,\n.btn-danger:active.focus,\n.btn-danger.active.focus,\n.open > .dropdown-toggle.btn-danger.focus {\n  color: #fff;\n  background-color: #ac2925;\n  border-color: #761c19;\n}\n.btn-danger:active,\n.btn-danger.active,\n.open > .dropdown-toggle.btn-danger {\n  background-image: none;\n}\n.btn-danger.disabled:hover,\n.btn-danger[disabled]:hover,\nfieldset[disabled] .btn-danger:hover,\n.btn-danger.disabled:focus,\n.btn-danger[disabled]:focus,\nfieldset[disabled] .btn-danger:focus,\n.btn-danger.disabled.focus,\n.btn-danger[disabled].focus,\nfieldset[disabled] .btn-danger.focus {\n  background-color: #d9534f;\n  border-color: #d43f3a;\n}\n.btn-danger .badge {\n  color: #d9534f;\n  background-color: #fff;\n}\n.btn-link {\n  color: #337ab7;\n  font-weight: normal;\n  border-radius: 0;\n}\n.btn-link,\n.btn-link:active,\n.btn-link.active,\n.btn-link[disabled],\nfieldset[disabled] .btn-link {\n  background-color: transparent;\n  -webkit-box-shadow: none;\n  box-shadow: none;\n}\n.btn-link,\n.btn-link:hover,\n.btn-link:focus,\n.btn-link:active {\n  border-color: transparent;\n}\n.btn-link:hover,\n.btn-link:focus {\n  color: #23527c;\n  text-decoration: underline;\n  background-color: transparent;\n}\n.btn-link[disabled]:hover,\nfieldset[disabled] .btn-link:hover,\n.btn-link[disabled]:focus,\nfieldset[disabled] .btn-link:focus {\n  color: #777777;\n  text-decoration: none;\n}\n.btn-lg,\n.btn-group-lg > .btn {\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n  border-radius: 6px;\n}\n.btn-sm,\n.btn-group-sm > .btn {\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\n.btn-xs,\n.btn-group-xs > .btn {\n  padding: 1px 5px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\n.btn-block {\n  display: block;\n  width: 100%;\n}\n.btn-block + .btn-block {\n  margin-top: 5px;\n}\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n  width: 100%;\n}\n.fade {\n  opacity: 0;\n  -webkit-transition: opacity 0.15s linear;\n  -o-transition: opacity 0.15s linear;\n  transition: opacity 0.15s linear;\n}\n.fade.in {\n  opacity: 1;\n}\n.collapse {\n  display: none;\n}\n.collapse.in {\n  display: block;\n}\ntr.collapse.in {\n  display: table-row;\n}\ntbody.collapse.in {\n  display: table-row-group;\n}\n.collapsing {\n  position: relative;\n  height: 0;\n  overflow: hidden;\n  -webkit-transition-property: height, visibility;\n  transition-property: height, visibility;\n  -webkit-transition-duration: 0.35s;\n  transition-duration: 0.35s;\n  -webkit-transition-timing-function: ease;\n  transition-timing-function: ease;\n}\n.caret {\n  display: inline-block;\n  width: 0;\n  height: 0;\n  margin-left: 2px;\n  vertical-align: middle;\n  border-top: 4px dashed;\n  border-top: 4px solid \\9;\n  border-right: 4px solid transparent;\n  border-left: 4px solid transparent;\n}\n.dropup,\n.dropdown {\n  position: relative;\n}\n.dropdown-toggle:focus {\n  outline: 0;\n}\n.dropdown-menu {\n  position: absolute;\n  top: 100%;\n  left: 0;\n  z-index: 1000;\n  display: none;\n  float: left;\n  min-width: 160px;\n  padding: 5px 0;\n  margin: 2px 0 0;\n  list-style: none;\n  font-size: 14px;\n  text-align: left;\n  background-color: #fff;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0, 0, 0, 0.15);\n  border-radius: 4px;\n  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);\n  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);\n  background-clip: padding-box;\n}\n.dropdown-menu.pull-right {\n  right: 0;\n  left: auto;\n}\n.dropdown-menu .divider {\n  height: 1px;\n  margin: 9px 0;\n  overflow: hidden;\n  background-color: #e5e5e5;\n}\n.dropdown-menu > li > a {\n  display: block;\n  padding: 3px 20px;\n  clear: both;\n  font-weight: normal;\n  line-height: 1.42857143;\n  color: #333333;\n  white-space: nowrap;\n}\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n  text-decoration: none;\n  color: #262626;\n  background-color: #f5f5f5;\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu > .active > a:focus {\n  color: #fff;\n  text-decoration: none;\n  outline: 0;\n  background-color: #337ab7;\n}\n.dropdown-menu > .disabled > a,\n.dropdown-menu > .disabled > a:hover,\n.dropdown-menu > .disabled > a:focus {\n  color: #777777;\n}\n.dropdown-menu > .disabled > a:hover,\n.dropdown-menu > .disabled > a:focus {\n  text-decoration: none;\n  background-color: transparent;\n  background-image: none;\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n  cursor: not-allowed;\n}\n.open > .dropdown-menu {\n  display: block;\n}\n.open > a {\n  outline: 0;\n}\n.dropdown-menu-right {\n  left: auto;\n  right: 0;\n}\n.dropdown-menu-left {\n  left: 0;\n  right: auto;\n}\n.dropdown-header {\n  display: block;\n  padding: 3px 20px;\n  font-size: 12px;\n  line-height: 1.42857143;\n  color: #777777;\n  white-space: nowrap;\n}\n.dropdown-backdrop {\n  position: fixed;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  top: 0;\n  z-index: 990;\n}\n.pull-right > .dropdown-menu {\n  right: 0;\n  left: auto;\n}\n.dropup .caret,\n.navbar-fixed-bottom .dropdown .caret {\n  border-top: 0;\n  border-bottom: 4px dashed;\n  border-bottom: 4px solid \\9;\n  content: \"\";\n}\n.dropup .dropdown-menu,\n.navbar-fixed-bottom .dropdown .dropdown-menu {\n  top: auto;\n  bottom: 100%;\n  margin-bottom: 2px;\n}\n@media (min-width: 768px) {\n  .navbar-right .dropdown-menu {\n    left: auto;\n    right: 0;\n  }\n  .navbar-right .dropdown-menu-left {\n    left: 0;\n    right: auto;\n  }\n}\n.btn-group,\n.btn-group-vertical {\n  position: relative;\n  display: inline-block;\n  vertical-align: middle;\n}\n.btn-group > .btn,\n.btn-group-vertical > .btn {\n  position: relative;\n  float: left;\n}\n.btn-group > .btn:hover,\n.btn-group-vertical > .btn:hover,\n.btn-group > .btn:focus,\n.btn-group-vertical > .btn:focus,\n.btn-group > .btn:active,\n.btn-group-vertical > .btn:active,\n.btn-group > .btn.active,\n.btn-group-vertical > .btn.active {\n  z-index: 2;\n}\n.btn-group .btn + .btn,\n.btn-group .btn + .btn-group,\n.btn-group .btn-group + .btn,\n.btn-group .btn-group + .btn-group {\n  margin-left: -1px;\n}\n.btn-toolbar {\n  margin-left: -5px;\n}\n.btn-toolbar .btn,\n.btn-toolbar .btn-group,\n.btn-toolbar .input-group {\n  float: left;\n}\n.btn-toolbar > .btn,\n.btn-toolbar > .btn-group,\n.btn-toolbar > .input-group {\n  margin-left: 5px;\n}\n.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {\n  border-radius: 0;\n}\n.btn-group > .btn:first-child {\n  margin-left: 0;\n}\n.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {\n  border-bottom-right-radius: 0;\n  border-top-right-radius: 0;\n}\n.btn-group > .btn:last-child:not(:first-child),\n.btn-group > .dropdown-toggle:not(:first-child) {\n  border-bottom-left-radius: 0;\n  border-top-left-radius: 0;\n}\n.btn-group > .btn-group {\n  float: left;\n}\n.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {\n  border-radius: 0;\n}\n.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,\n.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n  border-bottom-right-radius: 0;\n  border-top-right-radius: 0;\n}\n.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {\n  border-bottom-left-radius: 0;\n  border-top-left-radius: 0;\n}\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n  outline: 0;\n}\n.btn-group > .btn + .dropdown-toggle {\n  padding-left: 8px;\n  padding-right: 8px;\n}\n.btn-group > .btn-lg + .dropdown-toggle {\n  padding-left: 12px;\n  padding-right: 12px;\n}\n.btn-group.open .dropdown-toggle {\n  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n.btn-group.open .dropdown-toggle.btn-link {\n  -webkit-box-shadow: none;\n  box-shadow: none;\n}\n.btn .caret {\n  margin-left: 0;\n}\n.btn-lg .caret {\n  border-width: 5px 5px 0;\n  border-bottom-width: 0;\n}\n.dropup .btn-lg .caret {\n  border-width: 0 5px 5px;\n}\n.btn-group-vertical > .btn,\n.btn-group-vertical > .btn-group,\n.btn-group-vertical > .btn-group > .btn {\n  display: block;\n  float: none;\n  width: 100%;\n  max-width: 100%;\n}\n.btn-group-vertical > .btn-group > .btn {\n  float: none;\n}\n.btn-group-vertical > .btn + .btn,\n.btn-group-vertical > .btn + .btn-group,\n.btn-group-vertical > .btn-group + .btn,\n.btn-group-vertical > .btn-group + .btn-group {\n  margin-top: -1px;\n  margin-left: 0;\n}\n.btn-group-vertical > .btn:not(:first-child):not(:last-child) {\n  border-radius: 0;\n}\n.btn-group-vertical > .btn:first-child:not(:last-child) {\n  border-top-right-radius: 4px;\n  border-top-left-radius: 4px;\n  border-bottom-right-radius: 0;\n  border-bottom-left-radius: 0;\n}\n.btn-group-vertical > .btn:last-child:not(:first-child) {\n  border-top-right-radius: 0;\n  border-top-left-radius: 0;\n  border-bottom-right-radius: 4px;\n  border-bottom-left-radius: 4px;\n}\n.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {\n  border-radius: 0;\n}\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n  border-bottom-right-radius: 0;\n  border-bottom-left-radius: 0;\n}\n.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {\n  border-top-right-radius: 0;\n  border-top-left-radius: 0;\n}\n.btn-group-justified {\n  display: table;\n  width: 100%;\n  table-layout: fixed;\n  border-collapse: separate;\n}\n.btn-group-justified > .btn,\n.btn-group-justified > .btn-group {\n  float: none;\n  display: table-cell;\n  width: 1%;\n}\n.btn-group-justified > .btn-group .btn {\n  width: 100%;\n}\n.btn-group-justified > .btn-group .dropdown-menu {\n  left: auto;\n}\n[data-toggle=\"buttons\"] > .btn input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn input[type=\"checkbox\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"checkbox\"] {\n  position: absolute;\n  clip: rect(0, 0, 0, 0);\n  pointer-events: none;\n}\n.input-group {\n  position: relative;\n  display: table;\n  border-collapse: separate;\n}\n.input-group[class*=\"col-\"] {\n  float: none;\n  padding-left: 0;\n  padding-right: 0;\n}\n.input-group .form-control {\n  position: relative;\n  z-index: 2;\n  float: left;\n  width: 100%;\n  margin-bottom: 0;\n}\n.input-group .form-control:focus {\n  z-index: 3;\n}\n.input-group-lg > .form-control,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .btn {\n  height: 46px;\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n  border-radius: 6px;\n}\nselect.input-group-lg > .form-control,\nselect.input-group-lg > .input-group-addon,\nselect.input-group-lg > .input-group-btn > .btn {\n  height: 46px;\n  line-height: 46px;\n}\ntextarea.input-group-lg > .form-control,\ntextarea.input-group-lg > .input-group-addon,\ntextarea.input-group-lg > .input-group-btn > .btn,\nselect[multiple].input-group-lg > .form-control,\nselect[multiple].input-group-lg > .input-group-addon,\nselect[multiple].input-group-lg > .input-group-btn > .btn {\n  height: auto;\n}\n.input-group-sm > .form-control,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .btn {\n  height: 30px;\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\nselect.input-group-sm > .form-control,\nselect.input-group-sm > .input-group-addon,\nselect.input-group-sm > .input-group-btn > .btn {\n  height: 30px;\n  line-height: 30px;\n}\ntextarea.input-group-sm > .form-control,\ntextarea.input-group-sm > .input-group-addon,\ntextarea.input-group-sm > .input-group-btn > .btn,\nselect[multiple].input-group-sm > .form-control,\nselect[multiple].input-group-sm > .input-group-addon,\nselect[multiple].input-group-sm > .input-group-btn > .btn {\n  height: auto;\n}\n.input-group-addon,\n.input-group-btn,\n.input-group .form-control {\n  display: table-cell;\n}\n.input-group-addon:not(:first-child):not(:last-child),\n.input-group-btn:not(:first-child):not(:last-child),\n.input-group .form-control:not(:first-child):not(:last-child) {\n  border-radius: 0;\n}\n.input-group-addon,\n.input-group-btn {\n  width: 1%;\n  white-space: nowrap;\n  vertical-align: middle;\n}\n.input-group-addon {\n  padding: 6px 12px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1;\n  color: #555555;\n  text-align: center;\n  background-color: #eeeeee;\n  border: 1px solid #ccc;\n  border-radius: 4px;\n}\n.input-group-addon.input-sm {\n  padding: 5px 10px;\n  font-size: 12px;\n  border-radius: 3px;\n}\n.input-group-addon.input-lg {\n  padding: 10px 16px;\n  font-size: 18px;\n  border-radius: 6px;\n}\n.input-group-addon input[type=\"radio\"],\n.input-group-addon input[type=\"checkbox\"] {\n  margin-top: 0;\n}\n.input-group .form-control:first-child,\n.input-group-addon:first-child,\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group > .btn,\n.input-group-btn:first-child > .dropdown-toggle,\n.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {\n  border-bottom-right-radius: 0;\n  border-top-right-radius: 0;\n}\n.input-group-addon:first-child {\n  border-right: 0;\n}\n.input-group .form-control:last-child,\n.input-group-addon:last-child,\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group > .btn,\n.input-group-btn:last-child > .dropdown-toggle,\n.input-group-btn:first-child > .btn:not(:first-child),\n.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {\n  border-bottom-left-radius: 0;\n  border-top-left-radius: 0;\n}\n.input-group-addon:last-child {\n  border-left: 0;\n}\n.input-group-btn {\n  position: relative;\n  font-size: 0;\n  white-space: nowrap;\n}\n.input-group-btn > .btn {\n  position: relative;\n}\n.input-group-btn > .btn + .btn {\n  margin-left: -1px;\n}\n.input-group-btn > .btn:hover,\n.input-group-btn > .btn:focus,\n.input-group-btn > .btn:active {\n  z-index: 2;\n}\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group {\n  margin-right: -1px;\n}\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group {\n  z-index: 2;\n  margin-left: -1px;\n}\n.nav {\n  margin-bottom: 0;\n  padding-left: 0;\n  list-style: none;\n}\n.nav > li {\n  position: relative;\n  display: block;\n}\n.nav > li > a {\n  position: relative;\n  display: block;\n  padding: 10px 15px;\n}\n.nav > li > a:hover,\n.nav > li > a:focus {\n  text-decoration: none;\n  background-color: #eeeeee;\n}\n.nav > li.disabled > a {\n  color: #777777;\n}\n.nav > li.disabled > a:hover,\n.nav > li.disabled > a:focus {\n  color: #777777;\n  text-decoration: none;\n  background-color: transparent;\n  cursor: not-allowed;\n}\n.nav .open > a,\n.nav .open > a:hover,\n.nav .open > a:focus {\n  background-color: #eeeeee;\n  border-color: #337ab7;\n}\n.nav .nav-divider {\n  height: 1px;\n  margin: 9px 0;\n  overflow: hidden;\n  background-color: #e5e5e5;\n}\n.nav > li > a > img {\n  max-width: none;\n}\n.nav-tabs {\n  border-bottom: 1px solid #ddd;\n}\n.nav-tabs > li {\n  float: left;\n  margin-bottom: -1px;\n}\n.nav-tabs > li > a {\n  margin-right: 2px;\n  line-height: 1.42857143;\n  border: 1px solid transparent;\n  border-radius: 4px 4px 0 0;\n}\n.nav-tabs > li > a:hover {\n  border-color: #eeeeee #eeeeee #ddd;\n}\n.nav-tabs > li.active > a,\n.nav-tabs > li.active > a:hover,\n.nav-tabs > li.active > a:focus {\n  color: #555555;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  border-bottom-color: transparent;\n  cursor: default;\n}\n.nav-tabs.nav-justified {\n  width: 100%;\n  border-bottom: 0;\n}\n.nav-tabs.nav-justified > li {\n  float: none;\n}\n.nav-tabs.nav-justified > li > a {\n  text-align: center;\n  margin-bottom: 5px;\n}\n.nav-tabs.nav-justified > .dropdown .dropdown-menu {\n  top: auto;\n  left: auto;\n}\n@media (min-width: 768px) {\n  .nav-tabs.nav-justified > li {\n    display: table-cell;\n    width: 1%;\n  }\n  .nav-tabs.nav-justified > li > a {\n    margin-bottom: 0;\n  }\n}\n.nav-tabs.nav-justified > li > a {\n  margin-right: 0;\n  border-radius: 4px;\n}\n.nav-tabs.nav-justified > .active > a,\n.nav-tabs.nav-justified > .active > a:hover,\n.nav-tabs.nav-justified > .active > a:focus {\n  border: 1px solid #ddd;\n}\n@media (min-width: 768px) {\n  .nav-tabs.nav-justified > li > a {\n    border-bottom: 1px solid #ddd;\n    border-radius: 4px 4px 0 0;\n  }\n  .nav-tabs.nav-justified > .active > a,\n  .nav-tabs.nav-justified > .active > a:hover,\n  .nav-tabs.nav-justified > .active > a:focus {\n    border-bottom-color: #fff;\n  }\n}\n.nav-pills > li {\n  float: left;\n}\n.nav-pills > li > a {\n  border-radius: 4px;\n}\n.nav-pills > li + li {\n  margin-left: 2px;\n}\n.nav-pills > li.active > a,\n.nav-pills > li.active > a:hover,\n.nav-pills > li.active > a:focus {\n  color: #fff;\n  background-color: #337ab7;\n}\n.nav-stacked > li {\n  float: none;\n}\n.nav-stacked > li + li {\n  margin-top: 2px;\n  margin-left: 0;\n}\n.nav-justified {\n  width: 100%;\n}\n.nav-justified > li {\n  float: none;\n}\n.nav-justified > li > a {\n  text-align: center;\n  margin-bottom: 5px;\n}\n.nav-justified > .dropdown .dropdown-menu {\n  top: auto;\n  left: auto;\n}\n@media (min-width: 768px) {\n  .nav-justified > li {\n    display: table-cell;\n    width: 1%;\n  }\n  .nav-justified > li > a {\n    margin-bottom: 0;\n  }\n}\n.nav-tabs-justified {\n  border-bottom: 0;\n}\n.nav-tabs-justified > li > a {\n  margin-right: 0;\n  border-radius: 4px;\n}\n.nav-tabs-justified > .active > a,\n.nav-tabs-justified > .active > a:hover,\n.nav-tabs-justified > .active > a:focus {\n  border: 1px solid #ddd;\n}\n@media (min-width: 768px) {\n  .nav-tabs-justified > li > a {\n    border-bottom: 1px solid #ddd;\n    border-radius: 4px 4px 0 0;\n  }\n  .nav-tabs-justified > .active > a,\n  .nav-tabs-justified > .active > a:hover,\n  .nav-tabs-justified > .active > a:focus {\n    border-bottom-color: #fff;\n  }\n}\n.tab-content > .tab-pane {\n  display: none;\n}\n.tab-content > .active {\n  display: block;\n}\n.nav-tabs .dropdown-menu {\n  margin-top: -1px;\n  border-top-right-radius: 0;\n  border-top-left-radius: 0;\n}\n.navbar {\n  position: relative;\n  min-height: 50px;\n  margin-bottom: 20px;\n  border: 1px solid transparent;\n}\n@media (min-width: 768px) {\n  .navbar {\n    border-radius: 4px;\n  }\n}\n@media (min-width: 768px) {\n  .navbar-header {\n    float: left;\n  }\n}\n.navbar-collapse {\n  overflow-x: visible;\n  padding-right: 15px;\n  padding-left: 15px;\n  border-top: 1px solid transparent;\n  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);\n  -webkit-overflow-scrolling: touch;\n}\n.navbar-collapse.in {\n  overflow-y: auto;\n}\n@media (min-width: 768px) {\n  .navbar-collapse {\n    width: auto;\n    border-top: 0;\n    box-shadow: none;\n  }\n  .navbar-collapse.collapse {\n    display: block !important;\n    height: auto !important;\n    padding-bottom: 0;\n    overflow: visible !important;\n  }\n  .navbar-collapse.in {\n    overflow-y: visible;\n  }\n  .navbar-fixed-top .navbar-collapse,\n  .navbar-static-top .navbar-collapse,\n  .navbar-fixed-bottom .navbar-collapse {\n    padding-left: 0;\n    padding-right: 0;\n  }\n}\n.navbar-fixed-top .navbar-collapse,\n.navbar-fixed-bottom .navbar-collapse {\n  max-height: 340px;\n}\n@media (max-device-width: 480px) and (orientation: landscape) {\n  .navbar-fixed-top .navbar-collapse,\n  .navbar-fixed-bottom .navbar-collapse {\n    max-height: 200px;\n  }\n}\n.container > .navbar-header,\n.container-fluid > .navbar-header,\n.container > .navbar-collapse,\n.container-fluid > .navbar-collapse {\n  margin-right: -15px;\n  margin-left: -15px;\n}\n@media (min-width: 768px) {\n  .container > .navbar-header,\n  .container-fluid > .navbar-header,\n  .container > .navbar-collapse,\n  .container-fluid > .navbar-collapse {\n    margin-right: 0;\n    margin-left: 0;\n  }\n}\n.navbar-static-top {\n  z-index: 1000;\n  border-width: 0 0 1px;\n}\n@media (min-width: 768px) {\n  .navbar-static-top {\n    border-radius: 0;\n  }\n}\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n  position: fixed;\n  right: 0;\n  left: 0;\n  z-index: 1030;\n}\n@media (min-width: 768px) {\n  .navbar-fixed-top,\n  .navbar-fixed-bottom {\n    border-radius: 0;\n  }\n}\n.navbar-fixed-top {\n  top: 0;\n  border-width: 0 0 1px;\n}\n.navbar-fixed-bottom {\n  bottom: 0;\n  margin-bottom: 0;\n  border-width: 1px 0 0;\n}\n.navbar-brand {\n  float: left;\n  padding: 15px 15px;\n  font-size: 18px;\n  line-height: 20px;\n  height: 50px;\n}\n.navbar-brand:hover,\n.navbar-brand:focus {\n  text-decoration: none;\n}\n.navbar-brand > img {\n  display: block;\n}\n@media (min-width: 768px) {\n  .navbar > .container .navbar-brand,\n  .navbar > .container-fluid .navbar-brand {\n    margin-left: -15px;\n  }\n}\n.navbar-toggle {\n  position: relative;\n  float: right;\n  margin-right: 15px;\n  padding: 9px 10px;\n  margin-top: 8px;\n  margin-bottom: 8px;\n  background-color: transparent;\n  background-image: none;\n  border: 1px solid transparent;\n  border-radius: 4px;\n}\n.navbar-toggle:focus {\n  outline: 0;\n}\n.navbar-toggle .icon-bar {\n  display: block;\n  width: 22px;\n  height: 2px;\n  border-radius: 1px;\n}\n.navbar-toggle .icon-bar + .icon-bar {\n  margin-top: 4px;\n}\n@media (min-width: 768px) {\n  .navbar-toggle {\n    display: none;\n  }\n}\n.navbar-nav {\n  margin: 7.5px -15px;\n}\n.navbar-nav > li > a {\n  padding-top: 10px;\n  padding-bottom: 10px;\n  line-height: 20px;\n}\n@media (max-width: 767px) {\n  .navbar-nav .open .dropdown-menu {\n    position: static;\n    float: none;\n    width: auto;\n    margin-top: 0;\n    background-color: transparent;\n    border: 0;\n    box-shadow: none;\n  }\n  .navbar-nav .open .dropdown-menu > li > a,\n  .navbar-nav .open .dropdown-menu .dropdown-header {\n    padding: 5px 15px 5px 25px;\n  }\n  .navbar-nav .open .dropdown-menu > li > a {\n    line-height: 20px;\n  }\n  .navbar-nav .open .dropdown-menu > li > a:hover,\n  .navbar-nav .open .dropdown-menu > li > a:focus {\n    background-image: none;\n  }\n}\n@media (min-width: 768px) {\n  .navbar-nav {\n    float: left;\n    margin: 0;\n  }\n  .navbar-nav > li {\n    float: left;\n  }\n  .navbar-nav > li > a {\n    padding-top: 15px;\n    padding-bottom: 15px;\n  }\n}\n.navbar-form {\n  margin-left: -15px;\n  margin-right: -15px;\n  padding: 10px 15px;\n  border-top: 1px solid transparent;\n  border-bottom: 1px solid transparent;\n  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);\n  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);\n  margin-top: 8px;\n  margin-bottom: 8px;\n}\n@media (min-width: 768px) {\n  .navbar-form .form-group {\n    display: inline-block;\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .navbar-form .form-control {\n    display: inline-block;\n    width: auto;\n    vertical-align: middle;\n  }\n  .navbar-form .form-control-static {\n    display: inline-block;\n  }\n  .navbar-form .input-group {\n    display: inline-table;\n    vertical-align: middle;\n  }\n  .navbar-form .input-group .input-group-addon,\n  .navbar-form .input-group .input-group-btn,\n  .navbar-form .input-group .form-control {\n    width: auto;\n  }\n  .navbar-form .input-group > .form-control {\n    width: 100%;\n  }\n  .navbar-form .control-label {\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .navbar-form .radio,\n  .navbar-form .checkbox {\n    display: inline-block;\n    margin-top: 0;\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .navbar-form .radio label,\n  .navbar-form .checkbox label {\n    padding-left: 0;\n  }\n  .navbar-form .radio input[type=\"radio\"],\n  .navbar-form .checkbox input[type=\"checkbox\"] {\n    position: relative;\n    margin-left: 0;\n  }\n  .navbar-form .has-feedback .form-control-feedback {\n    top: 0;\n  }\n}\n@media (max-width: 767px) {\n  .navbar-form .form-group {\n    margin-bottom: 5px;\n  }\n  .navbar-form .form-group:last-child {\n    margin-bottom: 0;\n  }\n}\n@media (min-width: 768px) {\n  .navbar-form {\n    width: auto;\n    border: 0;\n    margin-left: 0;\n    margin-right: 0;\n    padding-top: 0;\n    padding-bottom: 0;\n    -webkit-box-shadow: none;\n    box-shadow: none;\n  }\n}\n.navbar-nav > li > .dropdown-menu {\n  margin-top: 0;\n  border-top-right-radius: 0;\n  border-top-left-radius: 0;\n}\n.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n  margin-bottom: 0;\n  border-top-right-radius: 4px;\n  border-top-left-radius: 4px;\n  border-bottom-right-radius: 0;\n  border-bottom-left-radius: 0;\n}\n.navbar-btn {\n  margin-top: 8px;\n  margin-bottom: 8px;\n}\n.navbar-btn.btn-sm {\n  margin-top: 10px;\n  margin-bottom: 10px;\n}\n.navbar-btn.btn-xs {\n  margin-top: 14px;\n  margin-bottom: 14px;\n}\n.navbar-text {\n  margin-top: 15px;\n  margin-bottom: 15px;\n}\n@media (min-width: 768px) {\n  .navbar-text {\n    float: left;\n    margin-left: 15px;\n    margin-right: 15px;\n  }\n}\n@media (min-width: 768px) {\n  .navbar-left {\n    float: left !important;\n  }\n  .navbar-right {\n    float: right !important;\n    margin-right: -15px;\n  }\n  .navbar-right ~ .navbar-right {\n    margin-right: 0;\n  }\n}\n.navbar-default {\n  background-color: #f8f8f8;\n  border-color: #e7e7e7;\n}\n.navbar-default .navbar-brand {\n  color: #777;\n}\n.navbar-default .navbar-brand:hover,\n.navbar-default .navbar-brand:focus {\n  color: #5e5e5e;\n  background-color: transparent;\n}\n.navbar-default .navbar-text {\n  color: #777;\n}\n.navbar-default .navbar-nav > li > a {\n  color: #777;\n}\n.navbar-default .navbar-nav > li > a:hover,\n.navbar-default .navbar-nav > li > a:focus {\n  color: #333;\n  background-color: transparent;\n}\n.navbar-default .navbar-nav > .active > a,\n.navbar-default .navbar-nav > .active > a:hover,\n.navbar-default .navbar-nav > .active > a:focus {\n  color: #555;\n  background-color: #e7e7e7;\n}\n.navbar-default .navbar-nav > .disabled > a,\n.navbar-default .navbar-nav > .disabled > a:hover,\n.navbar-default .navbar-nav > .disabled > a:focus {\n  color: #ccc;\n  background-color: transparent;\n}\n.navbar-default .navbar-toggle {\n  border-color: #ddd;\n}\n.navbar-default .navbar-toggle:hover,\n.navbar-default .navbar-toggle:focus {\n  background-color: #ddd;\n}\n.navbar-default .navbar-toggle .icon-bar {\n  background-color: #888;\n}\n.navbar-default .navbar-collapse,\n.navbar-default .navbar-form {\n  border-color: #e7e7e7;\n}\n.navbar-default .navbar-nav > .open > a,\n.navbar-default .navbar-nav > .open > a:hover,\n.navbar-default .navbar-nav > .open > a:focus {\n  background-color: #e7e7e7;\n  color: #555;\n}\n@media (max-width: 767px) {\n  .navbar-default .navbar-nav .open .dropdown-menu > li > a {\n    color: #777;\n  }\n  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,\n  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {\n    color: #333;\n    background-color: transparent;\n  }\n  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,\n  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,\n  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {\n    color: #555;\n    background-color: #e7e7e7;\n  }\n  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,\n  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n    color: #ccc;\n    background-color: transparent;\n  }\n}\n.navbar-default .navbar-link {\n  color: #777;\n}\n.navbar-default .navbar-link:hover {\n  color: #333;\n}\n.navbar-default .btn-link {\n  color: #777;\n}\n.navbar-default .btn-link:hover,\n.navbar-default .btn-link:focus {\n  color: #333;\n}\n.navbar-default .btn-link[disabled]:hover,\nfieldset[disabled] .navbar-default .btn-link:hover,\n.navbar-default .btn-link[disabled]:focus,\nfieldset[disabled] .navbar-default .btn-link:focus {\n  color: #ccc;\n}\n.navbar-inverse {\n  background-color: #222;\n  border-color: #080808;\n}\n.navbar-inverse .navbar-brand {\n  color: #9d9d9d;\n}\n.navbar-inverse .navbar-brand:hover,\n.navbar-inverse .navbar-brand:focus {\n  color: #fff;\n  background-color: transparent;\n}\n.navbar-inverse .navbar-text {\n  color: #9d9d9d;\n}\n.navbar-inverse .navbar-nav > li > a {\n  color: #9d9d9d;\n}\n.navbar-inverse .navbar-nav > li > a:hover,\n.navbar-inverse .navbar-nav > li > a:focus {\n  color: #fff;\n  background-color: transparent;\n}\n.navbar-inverse .navbar-nav > .active > a,\n.navbar-inverse .navbar-nav > .active > a:hover,\n.navbar-inverse .navbar-nav > .active > a:focus {\n  color: #fff;\n  background-color: #080808;\n}\n.navbar-inverse .navbar-nav > .disabled > a,\n.navbar-inverse .navbar-nav > .disabled > a:hover,\n.navbar-inverse .navbar-nav > .disabled > a:focus {\n  color: #444;\n  background-color: transparent;\n}\n.navbar-inverse .navbar-toggle {\n  border-color: #333;\n}\n.navbar-inverse .navbar-toggle:hover,\n.navbar-inverse .navbar-toggle:focus {\n  background-color: #333;\n}\n.navbar-inverse .navbar-toggle .icon-bar {\n  background-color: #fff;\n}\n.navbar-inverse .navbar-collapse,\n.navbar-inverse .navbar-form {\n  border-color: #101010;\n}\n.navbar-inverse .navbar-nav > .open > a,\n.navbar-inverse .navbar-nav > .open > a:hover,\n.navbar-inverse .navbar-nav > .open > a:focus {\n  background-color: #080808;\n  color: #fff;\n}\n@media (max-width: 767px) {\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {\n    border-color: #080808;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {\n    background-color: #080808;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {\n    color: #9d9d9d;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {\n    color: #fff;\n    background-color: transparent;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {\n    color: #fff;\n    background-color: #080808;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n    color: #444;\n    background-color: transparent;\n  }\n}\n.navbar-inverse .navbar-link {\n  color: #9d9d9d;\n}\n.navbar-inverse .navbar-link:hover {\n  color: #fff;\n}\n.navbar-inverse .btn-link {\n  color: #9d9d9d;\n}\n.navbar-inverse .btn-link:hover,\n.navbar-inverse .btn-link:focus {\n  color: #fff;\n}\n.navbar-inverse .btn-link[disabled]:hover,\nfieldset[disabled] .navbar-inverse .btn-link:hover,\n.navbar-inverse .btn-link[disabled]:focus,\nfieldset[disabled] .navbar-inverse .btn-link:focus {\n  color: #444;\n}\n.breadcrumb {\n  padding: 8px 15px;\n  margin-bottom: 20px;\n  list-style: none;\n  background-color: #f5f5f5;\n  border-radius: 4px;\n}\n.breadcrumb > li {\n  display: inline-block;\n}\n.breadcrumb > li + li:before {\n  content: \"/\\00a0\";\n  padding: 0 5px;\n  color: #ccc;\n}\n.breadcrumb > .active {\n  color: #777777;\n}\n.pagination {\n  display: inline-block;\n  padding-left: 0;\n  margin: 20px 0;\n  border-radius: 4px;\n}\n.pagination > li {\n  display: inline;\n}\n.pagination > li > a,\n.pagination > li > span {\n  position: relative;\n  float: left;\n  padding: 6px 12px;\n  line-height: 1.42857143;\n  text-decoration: none;\n  color: #337ab7;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  margin-left: -1px;\n}\n.pagination > li:first-child > a,\n.pagination > li:first-child > span {\n  margin-left: 0;\n  border-bottom-left-radius: 4px;\n  border-top-left-radius: 4px;\n}\n.pagination > li:last-child > a,\n.pagination > li:last-child > span {\n  border-bottom-right-radius: 4px;\n  border-top-right-radius: 4px;\n}\n.pagination > li > a:hover,\n.pagination > li > span:hover,\n.pagination > li > a:focus,\n.pagination > li > span:focus {\n  z-index: 2;\n  color: #23527c;\n  background-color: #eeeeee;\n  border-color: #ddd;\n}\n.pagination > .active > a,\n.pagination > .active > span,\n.pagination > .active > a:hover,\n.pagination > .active > span:hover,\n.pagination > .active > a:focus,\n.pagination > .active > span:focus {\n  z-index: 3;\n  color: #fff;\n  background-color: #337ab7;\n  border-color: #337ab7;\n  cursor: default;\n}\n.pagination > .disabled > span,\n.pagination > .disabled > span:hover,\n.pagination > .disabled > span:focus,\n.pagination > .disabled > a,\n.pagination > .disabled > a:hover,\n.pagination > .disabled > a:focus {\n  color: #777777;\n  background-color: #fff;\n  border-color: #ddd;\n  cursor: not-allowed;\n}\n.pagination-lg > li > a,\n.pagination-lg > li > span {\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n}\n.pagination-lg > li:first-child > a,\n.pagination-lg > li:first-child > span {\n  border-bottom-left-radius: 6px;\n  border-top-left-radius: 6px;\n}\n.pagination-lg > li:last-child > a,\n.pagination-lg > li:last-child > span {\n  border-bottom-right-radius: 6px;\n  border-top-right-radius: 6px;\n}\n.pagination-sm > li > a,\n.pagination-sm > li > span {\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n}\n.pagination-sm > li:first-child > a,\n.pagination-sm > li:first-child > span {\n  border-bottom-left-radius: 3px;\n  border-top-left-radius: 3px;\n}\n.pagination-sm > li:last-child > a,\n.pagination-sm > li:last-child > span {\n  border-bottom-right-radius: 3px;\n  border-top-right-radius: 3px;\n}\n.pager {\n  padding-left: 0;\n  margin: 20px 0;\n  list-style: none;\n  text-align: center;\n}\n.pager li {\n  display: inline;\n}\n.pager li > a,\n.pager li > span {\n  display: inline-block;\n  padding: 5px 14px;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  border-radius: 15px;\n}\n.pager li > a:hover,\n.pager li > a:focus {\n  text-decoration: none;\n  background-color: #eeeeee;\n}\n.pager .next > a,\n.pager .next > span {\n  float: right;\n}\n.pager .previous > a,\n.pager .previous > span {\n  float: left;\n}\n.pager .disabled > a,\n.pager .disabled > a:hover,\n.pager .disabled > a:focus,\n.pager .disabled > span {\n  color: #777777;\n  background-color: #fff;\n  cursor: not-allowed;\n}\n.label {\n  display: inline;\n  padding: .2em .6em .3em;\n  font-size: 75%;\n  font-weight: bold;\n  line-height: 1;\n  color: #fff;\n  text-align: center;\n  white-space: nowrap;\n  vertical-align: baseline;\n  border-radius: .25em;\n}\na.label:hover,\na.label:focus {\n  color: #fff;\n  text-decoration: none;\n  cursor: pointer;\n}\n.label:empty {\n  display: none;\n}\n.btn .label {\n  position: relative;\n  top: -1px;\n}\n.label-default {\n  background-color: #777777;\n}\n.label-default[href]:hover,\n.label-default[href]:focus {\n  background-color: #5e5e5e;\n}\n.label-primary {\n  background-color: #337ab7;\n}\n.label-primary[href]:hover,\n.label-primary[href]:focus {\n  background-color: #286090;\n}\n.label-success {\n  background-color: #5cb85c;\n}\n.label-success[href]:hover,\n.label-success[href]:focus {\n  background-color: #449d44;\n}\n.label-info {\n  background-color: #5bc0de;\n}\n.label-info[href]:hover,\n.label-info[href]:focus {\n  background-color: #31b0d5;\n}\n.label-warning {\n  background-color: #f0ad4e;\n}\n.label-warning[href]:hover,\n.label-warning[href]:focus {\n  background-color: #ec971f;\n}\n.label-danger {\n  background-color: #d9534f;\n}\n.label-danger[href]:hover,\n.label-danger[href]:focus {\n  background-color: #c9302c;\n}\n.badge {\n  display: inline-block;\n  min-width: 10px;\n  padding: 3px 7px;\n  font-size: 12px;\n  font-weight: bold;\n  color: #fff;\n  line-height: 1;\n  vertical-align: middle;\n  white-space: nowrap;\n  text-align: center;\n  background-color: #777777;\n  border-radius: 10px;\n}\n.badge:empty {\n  display: none;\n}\n.btn .badge {\n  position: relative;\n  top: -1px;\n}\n.btn-xs .badge,\n.btn-group-xs > .btn .badge {\n  top: 0;\n  padding: 1px 5px;\n}\na.badge:hover,\na.badge:focus {\n  color: #fff;\n  text-decoration: none;\n  cursor: pointer;\n}\n.list-group-item.active > .badge,\n.nav-pills > .active > a > .badge {\n  color: #337ab7;\n  background-color: #fff;\n}\n.list-group-item > .badge {\n  float: right;\n}\n.list-group-item > .badge + .badge {\n  margin-right: 5px;\n}\n.nav-pills > li > a > .badge {\n  margin-left: 3px;\n}\n.jumbotron {\n  padding-top: 30px;\n  padding-bottom: 30px;\n  margin-bottom: 30px;\n  color: inherit;\n  background-color: #eeeeee;\n}\n.jumbotron h1,\n.jumbotron .h1 {\n  color: inherit;\n}\n.jumbotron p {\n  margin-bottom: 15px;\n  font-size: 21px;\n  font-weight: 200;\n}\n.jumbotron > hr {\n  border-top-color: #d5d5d5;\n}\n.container .jumbotron,\n.container-fluid .jumbotron {\n  border-radius: 6px;\n  padding-left: 15px;\n  padding-right: 15px;\n}\n.jumbotron .container {\n  max-width: 100%;\n}\n@media screen and (min-width: 768px) {\n  .jumbotron {\n    padding-top: 48px;\n    padding-bottom: 48px;\n  }\n  .container .jumbotron,\n  .container-fluid .jumbotron {\n    padding-left: 60px;\n    padding-right: 60px;\n  }\n  .jumbotron h1,\n  .jumbotron .h1 {\n    font-size: 63px;\n  }\n}\n.thumbnail {\n  display: block;\n  padding: 4px;\n  margin-bottom: 20px;\n  line-height: 1.42857143;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  -webkit-transition: border 0.2s ease-in-out;\n  -o-transition: border 0.2s ease-in-out;\n  transition: border 0.2s ease-in-out;\n}\n.thumbnail > img,\n.thumbnail a > img {\n  margin-left: auto;\n  margin-right: auto;\n}\na.thumbnail:hover,\na.thumbnail:focus,\na.thumbnail.active {\n  border-color: #337ab7;\n}\n.thumbnail .caption {\n  padding: 9px;\n  color: #333333;\n}\n.alert {\n  padding: 15px;\n  margin-bottom: 20px;\n  border: 1px solid transparent;\n  border-radius: 4px;\n}\n.alert h4 {\n  margin-top: 0;\n  color: inherit;\n}\n.alert .alert-link {\n  font-weight: bold;\n}\n.alert > p,\n.alert > ul {\n  margin-bottom: 0;\n}\n.alert > p + p {\n  margin-top: 5px;\n}\n.alert-dismissable,\n.alert-dismissible {\n  padding-right: 35px;\n}\n.alert-dismissable .close,\n.alert-dismissible .close {\n  position: relative;\n  top: -2px;\n  right: -21px;\n  color: inherit;\n}\n.alert-success {\n  background-color: #dff0d8;\n  border-color: #d6e9c6;\n  color: #3c763d;\n}\n.alert-success hr {\n  border-top-color: #c9e2b3;\n}\n.alert-success .alert-link {\n  color: #2b542c;\n}\n.alert-info {\n  background-color: #d9edf7;\n  border-color: #bce8f1;\n  color: #31708f;\n}\n.alert-info hr {\n  border-top-color: #a6e1ec;\n}\n.alert-info .alert-link {\n  color: #245269;\n}\n.alert-warning {\n  background-color: #fcf8e3;\n  border-color: #faebcc;\n  color: #8a6d3b;\n}\n.alert-warning hr {\n  border-top-color: #f7e1b5;\n}\n.alert-warning .alert-link {\n  color: #66512c;\n}\n.alert-danger {\n  background-color: #f2dede;\n  border-color: #ebccd1;\n  color: #a94442;\n}\n.alert-danger hr {\n  border-top-color: #e4b9c0;\n}\n.alert-danger .alert-link {\n  color: #843534;\n}\n@-webkit-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n@keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n.progress {\n  overflow: hidden;\n  height: 20px;\n  margin-bottom: 20px;\n  background-color: #f5f5f5;\n  border-radius: 4px;\n  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n.progress-bar {\n  float: left;\n  width: 0%;\n  height: 100%;\n  font-size: 12px;\n  line-height: 20px;\n  color: #fff;\n  text-align: center;\n  background-color: #337ab7;\n  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);\n  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);\n  -webkit-transition: width 0.6s ease;\n  -o-transition: width 0.6s ease;\n  transition: width 0.6s ease;\n}\n.progress-striped .progress-bar,\n.progress-bar-striped {\n  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);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  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);\n  background-size: 40px 40px;\n}\n.progress.active .progress-bar,\n.progress-bar.active {\n  -webkit-animation: progress-bar-stripes 2s linear infinite;\n  -o-animation: progress-bar-stripes 2s linear infinite;\n  animation: progress-bar-stripes 2s linear infinite;\n}\n.progress-bar-success {\n  background-color: #5cb85c;\n}\n.progress-striped .progress-bar-success {\n  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);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  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);\n}\n.progress-bar-info {\n  background-color: #5bc0de;\n}\n.progress-striped .progress-bar-info {\n  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);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  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);\n}\n.progress-bar-warning {\n  background-color: #f0ad4e;\n}\n.progress-striped .progress-bar-warning {\n  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);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  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);\n}\n.progress-bar-danger {\n  background-color: #d9534f;\n}\n.progress-striped .progress-bar-danger {\n  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);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  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);\n}\n.media {\n  margin-top: 15px;\n}\n.media:first-child {\n  margin-top: 0;\n}\n.media,\n.media-body {\n  zoom: 1;\n  overflow: hidden;\n}\n.media-body {\n  width: 10000px;\n}\n.media-object {\n  display: block;\n}\n.media-object.img-thumbnail {\n  max-width: none;\n}\n.media-right,\n.media > .pull-right {\n  padding-left: 10px;\n}\n.media-left,\n.media > .pull-left {\n  padding-right: 10px;\n}\n.media-left,\n.media-right,\n.media-body {\n  display: table-cell;\n  vertical-align: top;\n}\n.media-middle {\n  vertical-align: middle;\n}\n.media-bottom {\n  vertical-align: bottom;\n}\n.media-heading {\n  margin-top: 0;\n  margin-bottom: 5px;\n}\n.media-list {\n  padding-left: 0;\n  list-style: none;\n}\n.list-group {\n  margin-bottom: 20px;\n  padding-left: 0;\n}\n.list-group-item {\n  position: relative;\n  display: block;\n  padding: 10px 15px;\n  margin-bottom: -1px;\n  background-color: #fff;\n  border: 1px solid #ddd;\n}\n.list-group-item:first-child {\n  border-top-right-radius: 4px;\n  border-top-left-radius: 4px;\n}\n.list-group-item:last-child {\n  margin-bottom: 0;\n  border-bottom-right-radius: 4px;\n  border-bottom-left-radius: 4px;\n}\na.list-group-item,\nbutton.list-group-item {\n  color: #555;\n}\na.list-group-item .list-group-item-heading,\nbutton.list-group-item .list-group-item-heading {\n  color: #333;\n}\na.list-group-item:hover,\nbutton.list-group-item:hover,\na.list-group-item:focus,\nbutton.list-group-item:focus {\n  text-decoration: none;\n  color: #555;\n  background-color: #f5f5f5;\n}\nbutton.list-group-item {\n  width: 100%;\n  text-align: left;\n}\n.list-group-item.disabled,\n.list-group-item.disabled:hover,\n.list-group-item.disabled:focus {\n  background-color: #eeeeee;\n  color: #777777;\n  cursor: not-allowed;\n}\n.list-group-item.disabled .list-group-item-heading,\n.list-group-item.disabled:hover .list-group-item-heading,\n.list-group-item.disabled:focus .list-group-item-heading {\n  color: inherit;\n}\n.list-group-item.disabled .list-group-item-text,\n.list-group-item.disabled:hover .list-group-item-text,\n.list-group-item.disabled:focus .list-group-item-text {\n  color: #777777;\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n  z-index: 2;\n  color: #fff;\n  background-color: #337ab7;\n  border-color: #337ab7;\n}\n.list-group-item.active .list-group-item-heading,\n.list-group-item.active:hover .list-group-item-heading,\n.list-group-item.active:focus .list-group-item-heading,\n.list-group-item.active .list-group-item-heading > small,\n.list-group-item.active:hover .list-group-item-heading > small,\n.list-group-item.active:focus .list-group-item-heading > small,\n.list-group-item.active .list-group-item-heading > .small,\n.list-group-item.active:hover .list-group-item-heading > .small,\n.list-group-item.active:focus .list-group-item-heading > .small {\n  color: inherit;\n}\n.list-group-item.active .list-group-item-text,\n.list-group-item.active:hover .list-group-item-text,\n.list-group-item.active:focus .list-group-item-text {\n  color: #c7ddef;\n}\n.list-group-item-success {\n  color: #3c763d;\n  background-color: #dff0d8;\n}\na.list-group-item-success,\nbutton.list-group-item-success {\n  color: #3c763d;\n}\na.list-group-item-success .list-group-item-heading,\nbutton.list-group-item-success .list-group-item-heading {\n  color: inherit;\n}\na.list-group-item-success:hover,\nbutton.list-group-item-success:hover,\na.list-group-item-success:focus,\nbutton.list-group-item-success:focus {\n  color: #3c763d;\n  background-color: #d0e9c6;\n}\na.list-group-item-success.active,\nbutton.list-group-item-success.active,\na.list-group-item-success.active:hover,\nbutton.list-group-item-success.active:hover,\na.list-group-item-success.active:focus,\nbutton.list-group-item-success.active:focus {\n  color: #fff;\n  background-color: #3c763d;\n  border-color: #3c763d;\n}\n.list-group-item-info {\n  color: #31708f;\n  background-color: #d9edf7;\n}\na.list-group-item-info,\nbutton.list-group-item-info {\n  color: #31708f;\n}\na.list-group-item-info .list-group-item-heading,\nbutton.list-group-item-info .list-group-item-heading {\n  color: inherit;\n}\na.list-group-item-info:hover,\nbutton.list-group-item-info:hover,\na.list-group-item-info:focus,\nbutton.list-group-item-info:focus {\n  color: #31708f;\n  background-color: #c4e3f3;\n}\na.list-group-item-info.active,\nbutton.list-group-item-info.active,\na.list-group-item-info.active:hover,\nbutton.list-group-item-info.active:hover,\na.list-group-item-info.active:focus,\nbutton.list-group-item-info.active:focus {\n  color: #fff;\n  background-color: #31708f;\n  border-color: #31708f;\n}\n.list-group-item-warning {\n  color: #8a6d3b;\n  background-color: #fcf8e3;\n}\na.list-group-item-warning,\nbutton.list-group-item-warning {\n  color: #8a6d3b;\n}\na.list-group-item-warning .list-group-item-heading,\nbutton.list-group-item-warning .list-group-item-heading {\n  color: inherit;\n}\na.list-group-item-warning:hover,\nbutton.list-group-item-warning:hover,\na.list-group-item-warning:focus,\nbutton.list-group-item-warning:focus {\n  color: #8a6d3b;\n  background-color: #faf2cc;\n}\na.list-group-item-warning.active,\nbutton.list-group-item-warning.active,\na.list-group-item-warning.active:hover,\nbutton.list-group-item-warning.active:hover,\na.list-group-item-warning.active:focus,\nbutton.list-group-item-warning.active:focus {\n  color: #fff;\n  background-color: #8a6d3b;\n  border-color: #8a6d3b;\n}\n.list-group-item-danger {\n  color: #a94442;\n  background-color: #f2dede;\n}\na.list-group-item-danger,\nbutton.list-group-item-danger {\n  color: #a94442;\n}\na.list-group-item-danger .list-group-item-heading,\nbutton.list-group-item-danger .list-group-item-heading {\n  color: inherit;\n}\na.list-group-item-danger:hover,\nbutton.list-group-item-danger:hover,\na.list-group-item-danger:focus,\nbutton.list-group-item-danger:focus {\n  color: #a94442;\n  background-color: #ebcccc;\n}\na.list-group-item-danger.active,\nbutton.list-group-item-danger.active,\na.list-group-item-danger.active:hover,\nbutton.list-group-item-danger.active:hover,\na.list-group-item-danger.active:focus,\nbutton.list-group-item-danger.active:focus {\n  color: #fff;\n  background-color: #a94442;\n  border-color: #a94442;\n}\n.list-group-item-heading {\n  margin-top: 0;\n  margin-bottom: 5px;\n}\n.list-group-item-text {\n  margin-bottom: 0;\n  line-height: 1.3;\n}\n.panel {\n  margin-bottom: 20px;\n  background-color: #fff;\n  border: 1px solid transparent;\n  border-radius: 4px;\n  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);\n  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);\n}\n.panel-body {\n  padding: 15px;\n}\n.panel-heading {\n  padding: 10px 15px;\n  border-bottom: 1px solid transparent;\n  border-top-right-radius: 3px;\n  border-top-left-radius: 3px;\n}\n.panel-heading > .dropdown .dropdown-toggle {\n  color: inherit;\n}\n.panel-title {\n  margin-top: 0;\n  margin-bottom: 0;\n  font-size: 16px;\n  color: inherit;\n}\n.panel-title > a,\n.panel-title > small,\n.panel-title > .small,\n.panel-title > small > a,\n.panel-title > .small > a {\n  color: inherit;\n}\n.panel-footer {\n  padding: 10px 15px;\n  background-color: #f5f5f5;\n  border-top: 1px solid #ddd;\n  border-bottom-right-radius: 3px;\n  border-bottom-left-radius: 3px;\n}\n.panel > .list-group,\n.panel > .panel-collapse > .list-group {\n  margin-bottom: 0;\n}\n.panel > .list-group .list-group-item,\n.panel > .panel-collapse > .list-group .list-group-item {\n  border-width: 1px 0;\n  border-radius: 0;\n}\n.panel > .list-group:first-child .list-group-item:first-child,\n.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {\n  border-top: 0;\n  border-top-right-radius: 3px;\n  border-top-left-radius: 3px;\n}\n.panel > .list-group:last-child .list-group-item:last-child,\n.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {\n  border-bottom: 0;\n  border-bottom-right-radius: 3px;\n  border-bottom-left-radius: 3px;\n}\n.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {\n  border-top-right-radius: 0;\n  border-top-left-radius: 0;\n}\n.panel-heading + .list-group .list-group-item:first-child {\n  border-top-width: 0;\n}\n.list-group + .panel-footer {\n  border-top-width: 0;\n}\n.panel > .table,\n.panel > .table-responsive > .table,\n.panel > .panel-collapse > .table {\n  margin-bottom: 0;\n}\n.panel > .table caption,\n.panel > .table-responsive > .table caption,\n.panel > .panel-collapse > .table caption {\n  padding-left: 15px;\n  padding-right: 15px;\n}\n.panel > .table:first-child,\n.panel > .table-responsive:first-child > .table:first-child {\n  border-top-right-radius: 3px;\n  border-top-left-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {\n  border-top-left-radius: 3px;\n  border-top-right-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,\n.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {\n  border-top-left-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,\n.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {\n  border-top-right-radius: 3px;\n}\n.panel > .table:last-child,\n.panel > .table-responsive:last-child > .table:last-child {\n  border-bottom-right-radius: 3px;\n  border-bottom-left-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,\n.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {\n  border-bottom-left-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,\n.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {\n  border-bottom-right-radius: 3px;\n}\n.panel > .panel-body + .table,\n.panel > .panel-body + .table-responsive,\n.panel > .table + .panel-body,\n.panel > .table-responsive + .panel-body {\n  border-top: 1px solid #ddd;\n}\n.panel > .table > tbody:first-child > tr:first-child th,\n.panel > .table > tbody:first-child > tr:first-child td {\n  border-top: 0;\n}\n.panel > .table-bordered,\n.panel > .table-responsive > .table-bordered {\n  border: 0;\n}\n.panel > .table-bordered > thead > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,\n.panel > .table-bordered > tbody > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,\n.panel > .table-bordered > tfoot > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,\n.panel > .table-bordered > thead > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,\n.panel > .table-bordered > tbody > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,\n.panel > .table-bordered > tfoot > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {\n  border-left: 0;\n}\n.panel > .table-bordered > thead > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,\n.panel > .table-bordered > tbody > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,\n.panel > .table-bordered > tfoot > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,\n.panel > .table-bordered > thead > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,\n.panel > .table-bordered > tbody > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,\n.panel > .table-bordered > tfoot > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {\n  border-right: 0;\n}\n.panel > .table-bordered > thead > tr:first-child > td,\n.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,\n.panel > .table-bordered > tbody > tr:first-child > td,\n.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,\n.panel > .table-bordered > thead > tr:first-child > th,\n.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,\n.panel > .table-bordered > tbody > tr:first-child > th,\n.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {\n  border-bottom: 0;\n}\n.panel > .table-bordered > tbody > tr:last-child > td,\n.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,\n.panel > .table-bordered > tfoot > tr:last-child > td,\n.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,\n.panel > .table-bordered > tbody > tr:last-child > th,\n.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,\n.panel > .table-bordered > tfoot > tr:last-child > th,\n.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {\n  border-bottom: 0;\n}\n.panel > .table-responsive {\n  border: 0;\n  margin-bottom: 0;\n}\n.panel-group {\n  margin-bottom: 20px;\n}\n.panel-group .panel {\n  margin-bottom: 0;\n  border-radius: 4px;\n}\n.panel-group .panel + .panel {\n  margin-top: 5px;\n}\n.panel-group .panel-heading {\n  border-bottom: 0;\n}\n.panel-group .panel-heading + .panel-collapse > .panel-body,\n.panel-group .panel-heading + .panel-collapse > .list-group {\n  border-top: 1px solid #ddd;\n}\n.panel-group .panel-footer {\n  border-top: 0;\n}\n.panel-group .panel-footer + .panel-collapse .panel-body {\n  border-bottom: 1px solid #ddd;\n}\n.panel-default {\n  border-color: #ddd;\n}\n.panel-default > .panel-heading {\n  color: #333333;\n  background-color: #f5f5f5;\n  border-color: #ddd;\n}\n.panel-default > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #ddd;\n}\n.panel-default > .panel-heading .badge {\n  color: #f5f5f5;\n  background-color: #333333;\n}\n.panel-default > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #ddd;\n}\n.panel-primary {\n  border-color: #337ab7;\n}\n.panel-primary > .panel-heading {\n  color: #fff;\n  background-color: #337ab7;\n  border-color: #337ab7;\n}\n.panel-primary > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #337ab7;\n}\n.panel-primary > .panel-heading .badge {\n  color: #337ab7;\n  background-color: #fff;\n}\n.panel-primary > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #337ab7;\n}\n.panel-success {\n  border-color: #d6e9c6;\n}\n.panel-success > .panel-heading {\n  color: #3c763d;\n  background-color: #dff0d8;\n  border-color: #d6e9c6;\n}\n.panel-success > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #d6e9c6;\n}\n.panel-success > .panel-heading .badge {\n  color: #dff0d8;\n  background-color: #3c763d;\n}\n.panel-success > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #d6e9c6;\n}\n.panel-info {\n  border-color: #bce8f1;\n}\n.panel-info > .panel-heading {\n  color: #31708f;\n  background-color: #d9edf7;\n  border-color: #bce8f1;\n}\n.panel-info > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #bce8f1;\n}\n.panel-info > .panel-heading .badge {\n  color: #d9edf7;\n  background-color: #31708f;\n}\n.panel-info > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #bce8f1;\n}\n.panel-warning {\n  border-color: #faebcc;\n}\n.panel-warning > .panel-heading {\n  color: #8a6d3b;\n  background-color: #fcf8e3;\n  border-color: #faebcc;\n}\n.panel-warning > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #faebcc;\n}\n.panel-warning > .panel-heading .badge {\n  color: #fcf8e3;\n  background-color: #8a6d3b;\n}\n.panel-warning > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #faebcc;\n}\n.panel-danger {\n  border-color: #ebccd1;\n}\n.panel-danger > .panel-heading {\n  color: #a94442;\n  background-color: #f2dede;\n  border-color: #ebccd1;\n}\n.panel-danger > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #ebccd1;\n}\n.panel-danger > .panel-heading .badge {\n  color: #f2dede;\n  background-color: #a94442;\n}\n.panel-danger > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #ebccd1;\n}\n.embed-responsive {\n  position: relative;\n  display: block;\n  height: 0;\n  padding: 0;\n  overflow: hidden;\n}\n.embed-responsive .embed-responsive-item,\n.embed-responsive iframe,\n.embed-responsive embed,\n.embed-responsive object,\n.embed-responsive video {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  height: 100%;\n  width: 100%;\n  border: 0;\n}\n.embed-responsive-16by9 {\n  padding-bottom: 56.25%;\n}\n.embed-responsive-4by3 {\n  padding-bottom: 75%;\n}\n.well {\n  min-height: 20px;\n  padding: 19px;\n  margin-bottom: 20px;\n  background-color: #f5f5f5;\n  border: 1px solid #e3e3e3;\n  border-radius: 4px;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n}\n.well blockquote {\n  border-color: #ddd;\n  border-color: rgba(0, 0, 0, 0.15);\n}\n.well-lg {\n  padding: 24px;\n  border-radius: 6px;\n}\n.well-sm {\n  padding: 9px;\n  border-radius: 3px;\n}\n.close {\n  float: right;\n  font-size: 21px;\n  font-weight: bold;\n  line-height: 1;\n  color: #000;\n  text-shadow: 0 1px 0 #fff;\n  opacity: 0.2;\n  filter: alpha(opacity=20);\n}\n.close:hover,\n.close:focus {\n  color: #000;\n  text-decoration: none;\n  cursor: pointer;\n  opacity: 0.5;\n  filter: alpha(opacity=50);\n}\nbutton.close {\n  padding: 0;\n  cursor: pointer;\n  background: transparent;\n  border: 0;\n  -webkit-appearance: none;\n}\n.modal-open {\n  overflow: hidden;\n}\n.modal {\n  display: none;\n  overflow: hidden;\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 1050;\n  -webkit-overflow-scrolling: touch;\n  outline: 0;\n}\n.modal.fade .modal-dialog {\n  -webkit-transform: translate(0, -25%);\n  -ms-transform: translate(0, -25%);\n  -o-transform: translate(0, -25%);\n  transform: translate(0, -25%);\n  -webkit-transition: -webkit-transform 0.3s ease-out;\n  -moz-transition: -moz-transform 0.3s ease-out;\n  -o-transition: -o-transform 0.3s ease-out;\n  transition: transform 0.3s ease-out;\n}\n.modal.in .modal-dialog {\n  -webkit-transform: translate(0, 0);\n  -ms-transform: translate(0, 0);\n  -o-transform: translate(0, 0);\n  transform: translate(0, 0);\n}\n.modal-open .modal {\n  overflow-x: hidden;\n  overflow-y: auto;\n}\n.modal-dialog {\n  position: relative;\n  width: auto;\n  margin: 10px;\n}\n.modal-content {\n  position: relative;\n  background-color: #fff;\n  border: 1px solid #999;\n  border: 1px solid rgba(0, 0, 0, 0.2);\n  border-radius: 6px;\n  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);\n  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);\n  background-clip: padding-box;\n  outline: 0;\n}\n.modal-backdrop {\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 1040;\n  background-color: #000;\n}\n.modal-backdrop.fade {\n  opacity: 0;\n  filter: alpha(opacity=0);\n}\n.modal-backdrop.in {\n  opacity: 0.5;\n  filter: alpha(opacity=50);\n}\n.modal-header {\n  padding: 15px;\n  border-bottom: 1px solid #e5e5e5;\n}\n.modal-header .close {\n  margin-top: -2px;\n}\n.modal-title {\n  margin: 0;\n  line-height: 1.42857143;\n}\n.modal-body {\n  position: relative;\n  padding: 15px;\n}\n.modal-footer {\n  padding: 15px;\n  text-align: right;\n  border-top: 1px solid #e5e5e5;\n}\n.modal-footer .btn + .btn {\n  margin-left: 5px;\n  margin-bottom: 0;\n}\n.modal-footer .btn-group .btn + .btn {\n  margin-left: -1px;\n}\n.modal-footer .btn-block + .btn-block {\n  margin-left: 0;\n}\n.modal-scrollbar-measure {\n  position: absolute;\n  top: -9999px;\n  width: 50px;\n  height: 50px;\n  overflow: scroll;\n}\n@media (min-width: 768px) {\n  .modal-dialog {\n    width: 600px;\n    margin: 30px auto;\n  }\n  .modal-content {\n    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);\n    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);\n  }\n  .modal-sm {\n    width: 300px;\n  }\n}\n@media (min-width: 992px) {\n  .modal-lg {\n    width: 900px;\n  }\n}\n.tooltip {\n  position: absolute;\n  z-index: 1070;\n  display: block;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-style: normal;\n  font-weight: normal;\n  letter-spacing: normal;\n  line-break: auto;\n  line-height: 1.42857143;\n  text-align: left;\n  text-align: start;\n  text-decoration: none;\n  text-shadow: none;\n  text-transform: none;\n  white-space: normal;\n  word-break: normal;\n  word-spacing: normal;\n  word-wrap: normal;\n  font-size: 12px;\n  opacity: 0;\n  filter: alpha(opacity=0);\n}\n.tooltip.in {\n  opacity: 0.9;\n  filter: alpha(opacity=90);\n}\n.tooltip.top {\n  margin-top: -3px;\n  padding: 5px 0;\n}\n.tooltip.right {\n  margin-left: 3px;\n  padding: 0 5px;\n}\n.tooltip.bottom {\n  margin-top: 3px;\n  padding: 5px 0;\n}\n.tooltip.left {\n  margin-left: -3px;\n  padding: 0 5px;\n}\n.tooltip-inner {\n  max-width: 200px;\n  padding: 3px 8px;\n  color: #fff;\n  text-align: center;\n  background-color: #000;\n  border-radius: 4px;\n}\n.tooltip-arrow {\n  position: absolute;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n}\n.tooltip.top .tooltip-arrow {\n  bottom: 0;\n  left: 50%;\n  margin-left: -5px;\n  border-width: 5px 5px 0;\n  border-top-color: #000;\n}\n.tooltip.top-left .tooltip-arrow {\n  bottom: 0;\n  right: 5px;\n  margin-bottom: -5px;\n  border-width: 5px 5px 0;\n  border-top-color: #000;\n}\n.tooltip.top-right .tooltip-arrow {\n  bottom: 0;\n  left: 5px;\n  margin-bottom: -5px;\n  border-width: 5px 5px 0;\n  border-top-color: #000;\n}\n.tooltip.right .tooltip-arrow {\n  top: 50%;\n  left: 0;\n  margin-top: -5px;\n  border-width: 5px 5px 5px 0;\n  border-right-color: #000;\n}\n.tooltip.left .tooltip-arrow {\n  top: 50%;\n  right: 0;\n  margin-top: -5px;\n  border-width: 5px 0 5px 5px;\n  border-left-color: #000;\n}\n.tooltip.bottom .tooltip-arrow {\n  top: 0;\n  left: 50%;\n  margin-left: -5px;\n  border-width: 0 5px 5px;\n  border-bottom-color: #000;\n}\n.tooltip.bottom-left .tooltip-arrow {\n  top: 0;\n  right: 5px;\n  margin-top: -5px;\n  border-width: 0 5px 5px;\n  border-bottom-color: #000;\n}\n.tooltip.bottom-right .tooltip-arrow {\n  top: 0;\n  left: 5px;\n  margin-top: -5px;\n  border-width: 0 5px 5px;\n  border-bottom-color: #000;\n}\n.popover {\n  position: absolute;\n  top: 0;\n  left: 0;\n  z-index: 1060;\n  display: none;\n  max-width: 276px;\n  padding: 1px;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-style: normal;\n  font-weight: normal;\n  letter-spacing: normal;\n  line-break: auto;\n  line-height: 1.42857143;\n  text-align: left;\n  text-align: start;\n  text-decoration: none;\n  text-shadow: none;\n  text-transform: none;\n  white-space: normal;\n  word-break: normal;\n  word-spacing: normal;\n  word-wrap: normal;\n  font-size: 14px;\n  background-color: #fff;\n  background-clip: padding-box;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0, 0, 0, 0.2);\n  border-radius: 6px;\n  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n}\n.popover.top {\n  margin-top: -10px;\n}\n.popover.right {\n  margin-left: 10px;\n}\n.popover.bottom {\n  margin-top: 10px;\n}\n.popover.left {\n  margin-left: -10px;\n}\n.popover-title {\n  margin: 0;\n  padding: 8px 14px;\n  font-size: 14px;\n  background-color: #f7f7f7;\n  border-bottom: 1px solid #ebebeb;\n  border-radius: 5px 5px 0 0;\n}\n.popover-content {\n  padding: 9px 14px;\n}\n.popover > .arrow,\n.popover > .arrow:after {\n  position: absolute;\n  display: block;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n}\n.popover > .arrow {\n  border-width: 11px;\n}\n.popover > .arrow:after {\n  border-width: 10px;\n  content: \"\";\n}\n.popover.top > .arrow {\n  left: 50%;\n  margin-left: -11px;\n  border-bottom-width: 0;\n  border-top-color: #999999;\n  border-top-color: rgba(0, 0, 0, 0.25);\n  bottom: -11px;\n}\n.popover.top > .arrow:after {\n  content: \" \";\n  bottom: 1px;\n  margin-left: -10px;\n  border-bottom-width: 0;\n  border-top-color: #fff;\n}\n.popover.right > .arrow {\n  top: 50%;\n  left: -11px;\n  margin-top: -11px;\n  border-left-width: 0;\n  border-right-color: #999999;\n  border-right-color: rgba(0, 0, 0, 0.25);\n}\n.popover.right > .arrow:after {\n  content: \" \";\n  left: 1px;\n  bottom: -10px;\n  border-left-width: 0;\n  border-right-color: #fff;\n}\n.popover.bottom > .arrow {\n  left: 50%;\n  margin-left: -11px;\n  border-top-width: 0;\n  border-bottom-color: #999999;\n  border-bottom-color: rgba(0, 0, 0, 0.25);\n  top: -11px;\n}\n.popover.bottom > .arrow:after {\n  content: \" \";\n  top: 1px;\n  margin-left: -10px;\n  border-top-width: 0;\n  border-bottom-color: #fff;\n}\n.popover.left > .arrow {\n  top: 50%;\n  right: -11px;\n  margin-top: -11px;\n  border-right-width: 0;\n  border-left-color: #999999;\n  border-left-color: rgba(0, 0, 0, 0.25);\n}\n.popover.left > .arrow:after {\n  content: \" \";\n  right: 1px;\n  border-right-width: 0;\n  border-left-color: #fff;\n  bottom: -10px;\n}\n.carousel {\n  position: relative;\n}\n.carousel-inner {\n  position: relative;\n  overflow: hidden;\n  width: 100%;\n}\n.carousel-inner > .item {\n  display: none;\n  position: relative;\n  -webkit-transition: 0.6s ease-in-out left;\n  -o-transition: 0.6s ease-in-out left;\n  transition: 0.6s ease-in-out left;\n}\n.carousel-inner > .item > img,\n.carousel-inner > .item > a > img {\n  line-height: 1;\n}\n@media all and (transform-3d), (-webkit-transform-3d) {\n  .carousel-inner > .item {\n    -webkit-transition: -webkit-transform 0.6s ease-in-out;\n    -moz-transition: -moz-transform 0.6s ease-in-out;\n    -o-transition: -o-transform 0.6s ease-in-out;\n    transition: transform 0.6s ease-in-out;\n    -webkit-backface-visibility: hidden;\n    -moz-backface-visibility: hidden;\n    backface-visibility: hidden;\n    -webkit-perspective: 1000px;\n    -moz-perspective: 1000px;\n    perspective: 1000px;\n  }\n  .carousel-inner > .item.next,\n  .carousel-inner > .item.active.right {\n    -webkit-transform: translate3d(100%, 0, 0);\n    transform: translate3d(100%, 0, 0);\n    left: 0;\n  }\n  .carousel-inner > .item.prev,\n  .carousel-inner > .item.active.left {\n    -webkit-transform: translate3d(-100%, 0, 0);\n    transform: translate3d(-100%, 0, 0);\n    left: 0;\n  }\n  .carousel-inner > .item.next.left,\n  .carousel-inner > .item.prev.right,\n  .carousel-inner > .item.active {\n    -webkit-transform: translate3d(0, 0, 0);\n    transform: translate3d(0, 0, 0);\n    left: 0;\n  }\n}\n.carousel-inner > .active,\n.carousel-inner > .next,\n.carousel-inner > .prev {\n  display: block;\n}\n.carousel-inner > .active {\n  left: 0;\n}\n.carousel-inner > .next,\n.carousel-inner > .prev {\n  position: absolute;\n  top: 0;\n  width: 100%;\n}\n.carousel-inner > .next {\n  left: 100%;\n}\n.carousel-inner > .prev {\n  left: -100%;\n}\n.carousel-inner > .next.left,\n.carousel-inner > .prev.right {\n  left: 0;\n}\n.carousel-inner > .active.left {\n  left: -100%;\n}\n.carousel-inner > .active.right {\n  left: 100%;\n}\n.carousel-control {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  width: 15%;\n  opacity: 0.5;\n  filter: alpha(opacity=50);\n  font-size: 20px;\n  color: #fff;\n  text-align: center;\n  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);\n  background-color: rgba(0, 0, 0, 0);\n}\n.carousel-control.left {\n  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);\n  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);\n  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);\n}\n.carousel-control.right {\n  left: auto;\n  right: 0;\n  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);\n  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);\n  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);\n}\n.carousel-control:hover,\n.carousel-control:focus {\n  outline: 0;\n  color: #fff;\n  text-decoration: none;\n  opacity: 0.9;\n  filter: alpha(opacity=90);\n}\n.carousel-control .icon-prev,\n.carousel-control .icon-next,\n.carousel-control .glyphicon-chevron-left,\n.carousel-control .glyphicon-chevron-right {\n  position: absolute;\n  top: 50%;\n  margin-top: -10px;\n  z-index: 5;\n  display: inline-block;\n}\n.carousel-control .icon-prev,\n.carousel-control .glyphicon-chevron-left {\n  left: 50%;\n  margin-left: -10px;\n}\n.carousel-control .icon-next,\n.carousel-control .glyphicon-chevron-right {\n  right: 50%;\n  margin-right: -10px;\n}\n.carousel-control .icon-prev,\n.carousel-control .icon-next {\n  width: 20px;\n  height: 20px;\n  line-height: 1;\n  font-family: serif;\n}\n.carousel-control .icon-prev:before {\n  content: '\\2039';\n}\n.carousel-control .icon-next:before {\n  content: '\\203a';\n}\n.carousel-indicators {\n  position: absolute;\n  bottom: 10px;\n  left: 50%;\n  z-index: 15;\n  width: 60%;\n  margin-left: -30%;\n  padding-left: 0;\n  list-style: none;\n  text-align: center;\n}\n.carousel-indicators li {\n  display: inline-block;\n  width: 10px;\n  height: 10px;\n  margin: 1px;\n  text-indent: -999px;\n  border: 1px solid #fff;\n  border-radius: 10px;\n  cursor: pointer;\n  background-color: #000 \\9;\n  background-color: rgba(0, 0, 0, 0);\n}\n.carousel-indicators .active {\n  margin: 0;\n  width: 12px;\n  height: 12px;\n  background-color: #fff;\n}\n.carousel-caption {\n  position: absolute;\n  left: 15%;\n  right: 15%;\n  bottom: 20px;\n  z-index: 10;\n  padding-top: 20px;\n  padding-bottom: 20px;\n  color: #fff;\n  text-align: center;\n  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);\n}\n.carousel-caption .btn {\n  text-shadow: none;\n}\n@media screen and (min-width: 768px) {\n  .carousel-control .glyphicon-chevron-left,\n  .carousel-control .glyphicon-chevron-right,\n  .carousel-control .icon-prev,\n  .carousel-control .icon-next {\n    width: 30px;\n    height: 30px;\n    margin-top: -10px;\n    font-size: 30px;\n  }\n  .carousel-control .glyphicon-chevron-left,\n  .carousel-control .icon-prev {\n    margin-left: -10px;\n  }\n  .carousel-control .glyphicon-chevron-right,\n  .carousel-control .icon-next {\n    margin-right: -10px;\n  }\n  .carousel-caption {\n    left: 20%;\n    right: 20%;\n    padding-bottom: 30px;\n  }\n  .carousel-indicators {\n    bottom: 20px;\n  }\n}\n.clearfix:before,\n.clearfix:after,\n.dl-horizontal dd:before,\n.dl-horizontal dd:after,\n.container:before,\n.container:after,\n.container-fluid:before,\n.container-fluid:after,\n.row:before,\n.row:after,\n.form-horizontal .form-group:before,\n.form-horizontal .form-group:after,\n.btn-toolbar:before,\n.btn-toolbar:after,\n.btn-group-vertical > .btn-group:before,\n.btn-group-vertical > .btn-group:after,\n.nav:before,\n.nav:after,\n.navbar:before,\n.navbar:after,\n.navbar-header:before,\n.navbar-header:after,\n.navbar-collapse:before,\n.navbar-collapse:after,\n.pager:before,\n.pager:after,\n.panel-body:before,\n.panel-body:after,\n.modal-header:before,\n.modal-header:after,\n.modal-footer:before,\n.modal-footer:after {\n  content: \" \";\n  display: table;\n}\n.clearfix:after,\n.dl-horizontal dd:after,\n.container:after,\n.container-fluid:after,\n.row:after,\n.form-horizontal .form-group:after,\n.btn-toolbar:after,\n.btn-group-vertical > .btn-group:after,\n.nav:after,\n.navbar:after,\n.navbar-header:after,\n.navbar-collapse:after,\n.pager:after,\n.panel-body:after,\n.modal-header:after,\n.modal-footer:after {\n  clear: both;\n}\n.center-block {\n  display: block;\n  margin-left: auto;\n  margin-right: auto;\n}\n.pull-right {\n  float: right !important;\n}\n.pull-left {\n  float: left !important;\n}\n.hide {\n  display: none !important;\n}\n.show {\n  display: block !important;\n}\n.invisible {\n  visibility: hidden;\n}\n.text-hide {\n  font: 0/0 a;\n  color: transparent;\n  text-shadow: none;\n  background-color: transparent;\n  border: 0;\n}\n.hidden {\n  display: none !important;\n}\n.affix {\n  position: fixed;\n}\n@-ms-viewport {\n  width: device-width;\n}\n.visible-xs,\n.visible-sm,\n.visible-md,\n.visible-lg {\n  display: none !important;\n}\n.visible-xs-block,\n.visible-xs-inline,\n.visible-xs-inline-block,\n.visible-sm-block,\n.visible-sm-inline,\n.visible-sm-inline-block,\n.visible-md-block,\n.visible-md-inline,\n.visible-md-inline-block,\n.visible-lg-block,\n.visible-lg-inline,\n.visible-lg-inline-block {\n  display: none !important;\n}\n@media (max-width: 767px) {\n  .visible-xs {\n    display: block !important;\n  }\n  table.visible-xs {\n    display: table !important;\n  }\n  tr.visible-xs {\n    display: table-row !important;\n  }\n  th.visible-xs,\n  td.visible-xs {\n    display: table-cell !important;\n  }\n}\n@media (max-width: 767px) {\n  .visible-xs-block {\n    display: block !important;\n  }\n}\n@media (max-width: 767px) {\n  .visible-xs-inline {\n    display: inline !important;\n  }\n}\n@media (max-width: 767px) {\n  .visible-xs-inline-block {\n    display: inline-block !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .visible-sm {\n    display: block !important;\n  }\n  table.visible-sm {\n    display: table !important;\n  }\n  tr.visible-sm {\n    display: table-row !important;\n  }\n  th.visible-sm,\n  td.visible-sm {\n    display: table-cell !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .visible-sm-block {\n    display: block !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .visible-sm-inline {\n    display: inline !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .visible-sm-inline-block {\n    display: inline-block !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .visible-md {\n    display: block !important;\n  }\n  table.visible-md {\n    display: table !important;\n  }\n  tr.visible-md {\n    display: table-row !important;\n  }\n  th.visible-md,\n  td.visible-md {\n    display: table-cell !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .visible-md-block {\n    display: block !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .visible-md-inline {\n    display: inline !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .visible-md-inline-block {\n    display: inline-block !important;\n  }\n}\n@media (min-width: 1200px) {\n  .visible-lg {\n    display: block !important;\n  }\n  table.visible-lg {\n    display: table !important;\n  }\n  tr.visible-lg {\n    display: table-row !important;\n  }\n  th.visible-lg,\n  td.visible-lg {\n    display: table-cell !important;\n  }\n}\n@media (min-width: 1200px) {\n  .visible-lg-block {\n    display: block !important;\n  }\n}\n@media (min-width: 1200px) {\n  .visible-lg-inline {\n    display: inline !important;\n  }\n}\n@media (min-width: 1200px) {\n  .visible-lg-inline-block {\n    display: inline-block !important;\n  }\n}\n@media (max-width: 767px) {\n  .hidden-xs {\n    display: none !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .hidden-sm {\n    display: none !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .hidden-md {\n    display: none !important;\n  }\n}\n@media (min-width: 1200px) {\n  .hidden-lg {\n    display: none !important;\n  }\n}\n.visible-print {\n  display: none !important;\n}\n@media print {\n  .visible-print {\n    display: block !important;\n  }\n  table.visible-print {\n    display: table !important;\n  }\n  tr.visible-print {\n    display: table-row !important;\n  }\n  th.visible-print,\n  td.visible-print {\n    display: table-cell !important;\n  }\n}\n.visible-print-block {\n  display: none !important;\n}\n@media print {\n  .visible-print-block {\n    display: block !important;\n  }\n}\n.visible-print-inline {\n  display: none !important;\n}\n@media print {\n  .visible-print-inline {\n    display: inline !important;\n  }\n}\n.visible-print-inline-block {\n  display: none !important;\n}\n@media print {\n  .visible-print-inline-block {\n    display: inline-block !important;\n  }\n}\n@media print {\n  .hidden-print {\n    display: none !important;\n  }\n}\n/*# sourceMappingURL=bootstrap.css.map */","/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */\n\n//\n// 1. Set default font family to sans-serif.\n// 2. Prevent iOS and IE text size adjust after device orientation change,\n//    without disabling user zoom.\n//\n\nhtml {\n  font-family: sans-serif; // 1\n  -ms-text-size-adjust: 100%; // 2\n  -webkit-text-size-adjust: 100%; // 2\n}\n\n//\n// Remove default margin.\n//\n\nbody {\n  margin: 0;\n}\n\n// HTML5 display definitions\n// ==========================================================================\n\n//\n// Correct `block` display not defined for any HTML5 element in IE 8/9.\n// Correct `block` display not defined for `details` or `summary` in IE 10/11\n// and Firefox.\n// Correct `block` display not defined for `main` in IE 11.\n//\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n  display: block;\n}\n\n//\n// 1. Correct `inline-block` display not defined in IE 8/9.\n// 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\n//\n\naudio,\ncanvas,\nprogress,\nvideo {\n  display: inline-block; // 1\n  vertical-align: baseline; // 2\n}\n\n//\n// Prevent modern browsers from displaying `audio` without controls.\n// Remove excess height in iOS 5 devices.\n//\n\naudio:not([controls]) {\n  display: none;\n  height: 0;\n}\n\n//\n// Address `[hidden]` styling not present in IE 8/9/10.\n// Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.\n//\n\n[hidden],\ntemplate {\n  display: none;\n}\n\n// Links\n// ==========================================================================\n\n//\n// Remove the gray background color from active links in IE 10.\n//\n\na {\n  background-color: transparent;\n}\n\n//\n// Improve readability of focused elements when they are also in an\n// active/hover state.\n//\n\na:active,\na:hover {\n  outline: 0;\n}\n\n// Text-level semantics\n// ==========================================================================\n\n//\n// Address styling not present in IE 8/9/10/11, Safari, and Chrome.\n//\n\nabbr[title] {\n  border-bottom: 1px dotted;\n}\n\n//\n// Address style set to `bolder` in Firefox 4+, Safari, and Chrome.\n//\n\nb,\nstrong {\n  font-weight: bold;\n}\n\n//\n// Address styling not present in Safari and Chrome.\n//\n\ndfn {\n  font-style: italic;\n}\n\n//\n// Address variable `h1` font-size and margin within `section` and `article`\n// contexts in Firefox 4+, Safari, and Chrome.\n//\n\nh1 {\n  font-size: 2em;\n  margin: 0.67em 0;\n}\n\n//\n// Address styling not present in IE 8/9.\n//\n\nmark {\n  background: #ff0;\n  color: #000;\n}\n\n//\n// Address inconsistent and variable font size in all browsers.\n//\n\nsmall {\n  font-size: 80%;\n}\n\n//\n// Prevent `sub` and `sup` affecting `line-height` in all browsers.\n//\n\nsub,\nsup {\n  font-size: 75%;\n  line-height: 0;\n  position: relative;\n  vertical-align: baseline;\n}\n\nsup {\n  top: -0.5em;\n}\n\nsub {\n  bottom: -0.25em;\n}\n\n// Embedded content\n// ==========================================================================\n\n//\n// Remove border when inside `a` element in IE 8/9/10.\n//\n\nimg {\n  border: 0;\n}\n\n//\n// Correct overflow not hidden in IE 9/10/11.\n//\n\nsvg:not(:root) {\n  overflow: hidden;\n}\n\n// Grouping content\n// ==========================================================================\n\n//\n// Address margin not present in IE 8/9 and Safari.\n//\n\nfigure {\n  margin: 1em 40px;\n}\n\n//\n// Address differences between Firefox and other browsers.\n//\n\nhr {\n  box-sizing: content-box;\n  height: 0;\n}\n\n//\n// Contain overflow in all browsers.\n//\n\npre {\n  overflow: auto;\n}\n\n//\n// Address odd `em`-unit font size rendering in all browsers.\n//\n\ncode,\nkbd,\npre,\nsamp {\n  font-family: monospace, monospace;\n  font-size: 1em;\n}\n\n// Forms\n// ==========================================================================\n\n//\n// Known limitation: by default, Chrome and Safari on OS X allow very limited\n// styling of `select`, unless a `border` property is set.\n//\n\n//\n// 1. Correct color not being inherited.\n//    Known issue: affects color of disabled elements.\n// 2. Correct font properties not being inherited.\n// 3. Address margins set differently in Firefox 4+, Safari, and Chrome.\n//\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n  color: inherit; // 1\n  font: inherit; // 2\n  margin: 0; // 3\n}\n\n//\n// Address `overflow` set to `hidden` in IE 8/9/10/11.\n//\n\nbutton {\n  overflow: visible;\n}\n\n//\n// Address inconsistent `text-transform` inheritance for `button` and `select`.\n// All other form control elements do not inherit `text-transform` values.\n// Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.\n// Correct `select` style inheritance in Firefox.\n//\n\nbutton,\nselect {\n  text-transform: none;\n}\n\n//\n// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n//    and `video` controls.\n// 2. Correct inability to style clickable `input` types in iOS.\n// 3. Improve usability and consistency of cursor style between image-type\n//    `input` and others.\n//\n\nbutton,\nhtml input[type=\"button\"], // 1\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n  -webkit-appearance: button; // 2\n  cursor: pointer; // 3\n}\n\n//\n// Re-set default cursor for disabled elements.\n//\n\nbutton[disabled],\nhtml input[disabled] {\n  cursor: default;\n}\n\n//\n// Remove inner padding and border in Firefox 4+.\n//\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n  border: 0;\n  padding: 0;\n}\n\n//\n// Address Firefox 4+ setting `line-height` on `input` using `!important` in\n// the UA stylesheet.\n//\n\ninput {\n  line-height: normal;\n}\n\n//\n// It's recommended that you don't attempt to style these elements.\n// Firefox's implementation doesn't respect box-sizing, padding, or width.\n//\n// 1. Address box sizing set to `content-box` in IE 8/9/10.\n// 2. Remove excess padding in IE 8/9/10.\n//\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n  box-sizing: border-box; // 1\n  padding: 0; // 2\n}\n\n//\n// Fix the cursor style for Chrome's increment/decrement buttons. For certain\n// `font-size` values of the `input`, it causes the cursor style of the\n// decrement button to change from `default` to `text`.\n//\n\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n  height: auto;\n}\n\n//\n// 1. Address `appearance` set to `searchfield` in Safari and Chrome.\n// 2. Address `box-sizing` set to `border-box` in Safari and Chrome.\n//\n\ninput[type=\"search\"] {\n  -webkit-appearance: textfield; // 1\n  box-sizing: content-box; //2\n}\n\n//\n// Remove inner padding and search cancel button in Safari and Chrome on OS X.\n// Safari (but not Chrome) clips the cancel button when the search input has\n// padding (and `textfield` appearance).\n//\n\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n  -webkit-appearance: none;\n}\n\n//\n// Define consistent border, margin, and padding.\n//\n\nfieldset {\n  border: 1px solid #c0c0c0;\n  margin: 0 2px;\n  padding: 0.35em 0.625em 0.75em;\n}\n\n//\n// 1. Correct `color` not being inherited in IE 8/9/10/11.\n// 2. Remove padding so people aren't caught out if they zero out fieldsets.\n//\n\nlegend {\n  border: 0; // 1\n  padding: 0; // 2\n}\n\n//\n// Remove default vertical scrollbar in IE 8/9/10/11.\n//\n\ntextarea {\n  overflow: auto;\n}\n\n//\n// Don't inherit the `font-weight` (applied by a rule above).\n// NOTE: the default cannot safely be changed in Chrome and Safari on OS X.\n//\n\noptgroup {\n  font-weight: bold;\n}\n\n// Tables\n// ==========================================================================\n\n//\n// Remove most spacing between table cells.\n//\n\ntable {\n  border-collapse: collapse;\n  border-spacing: 0;\n}\n\ntd,\nth {\n  padding: 0;\n}\n","/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */\n\n// ==========================================================================\n// Print styles.\n// Inlined to avoid the additional HTTP request: h5bp.com/r\n// ==========================================================================\n\n@media print {\n    *,\n    *:before,\n    *:after {\n        background: transparent !important;\n        color: #000 !important; // Black prints faster: h5bp.com/s\n        box-shadow: none !important;\n        text-shadow: none !important;\n    }\n\n    a,\n    a:visited {\n        text-decoration: underline;\n    }\n\n    a[href]:after {\n        content: \" (\" attr(href) \")\";\n    }\n\n    abbr[title]:after {\n        content: \" (\" attr(title) \")\";\n    }\n\n    // Don't show links that are fragment identifiers,\n    // or use the `javascript:` pseudo protocol\n    a[href^=\"#\"]:after,\n    a[href^=\"javascript:\"]:after {\n        content: \"\";\n    }\n\n    pre,\n    blockquote {\n        border: 1px solid #999;\n        page-break-inside: avoid;\n    }\n\n    thead {\n        display: table-header-group; // h5bp.com/t\n    }\n\n    tr,\n    img {\n        page-break-inside: avoid;\n    }\n\n    img {\n        max-width: 100% !important;\n    }\n\n    p,\n    h2,\n    h3 {\n        orphans: 3;\n        widows: 3;\n    }\n\n    h2,\n    h3 {\n        page-break-after: avoid;\n    }\n\n    // Bootstrap specific changes start\n\n    // Bootstrap components\n    .navbar {\n        display: none;\n    }\n    .btn,\n    .dropup > .btn {\n        > .caret {\n            border-top-color: #000 !important;\n        }\n    }\n    .label {\n        border: 1px solid #000;\n    }\n\n    .table {\n        border-collapse: collapse !important;\n\n        td,\n        th {\n            background-color: #fff !important;\n        }\n    }\n    .table-bordered {\n        th,\n        td {\n            border: 1px solid #ddd !important;\n        }\n    }\n\n    // Bootstrap specific changes end\n}\n","//\n// Glyphicons for Bootstrap\n//\n// Since icons are fonts, they can be placed anywhere text is placed and are\n// thus automatically sized to match the surrounding child. To use, create an\n// inline element with the appropriate classes, like so:\n//\n// <a href=\"#\"><span class=\"glyphicon glyphicon-star\"></span> Star</a>\n\n// Import the fonts\n@font-face {\n  font-family: 'Glyphicons Halflings';\n  src: url('@{icon-font-path}@{icon-font-name}.eot');\n  src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),\n       url('@{icon-font-path}@{icon-font-name}.woff2') format('woff2'),\n       url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),\n       url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),\n       url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');\n}\n\n// Catchall baseclass\n.glyphicon {\n  position: relative;\n  top: 1px;\n  display: inline-block;\n  font-family: 'Glyphicons Halflings';\n  font-style: normal;\n  font-weight: normal;\n  line-height: 1;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\n// Individual icons\n.glyphicon-asterisk               { &:before { content: \"\\002a\"; } }\n.glyphicon-plus                   { &:before { content: \"\\002b\"; } }\n.glyphicon-euro,\n.glyphicon-eur                    { &:before { content: \"\\20ac\"; } }\n.glyphicon-minus                  { &:before { content: \"\\2212\"; } }\n.glyphicon-cloud                  { &:before { content: \"\\2601\"; } }\n.glyphicon-envelope               { &:before { content: \"\\2709\"; } }\n.glyphicon-pencil                 { &:before { content: \"\\270f\"; } }\n.glyphicon-glass                  { &:before { content: \"\\e001\"; } }\n.glyphicon-music                  { &:before { content: \"\\e002\"; } }\n.glyphicon-search                 { &:before { content: \"\\e003\"; } }\n.glyphicon-heart                  { &:before { content: \"\\e005\"; } }\n.glyphicon-star                   { &:before { content: \"\\e006\"; } }\n.glyphicon-star-empty             { &:before { content: \"\\e007\"; } }\n.glyphicon-user                   { &:before { content: \"\\e008\"; } }\n.glyphicon-film                   { &:before { content: \"\\e009\"; } }\n.glyphicon-th-large               { &:before { content: \"\\e010\"; } }\n.glyphicon-th                     { &:before { content: \"\\e011\"; } }\n.glyphicon-th-list                { &:before { content: \"\\e012\"; } }\n.glyphicon-ok                     { &:before { content: \"\\e013\"; } }\n.glyphicon-remove                 { &:before { content: \"\\e014\"; } }\n.glyphicon-zoom-in                { &:before { content: \"\\e015\"; } }\n.glyphicon-zoom-out               { &:before { content: \"\\e016\"; } }\n.glyphicon-off                    { &:before { content: \"\\e017\"; } }\n.glyphicon-signal                 { &:before { content: \"\\e018\"; } }\n.glyphicon-cog                    { &:before { content: \"\\e019\"; } }\n.glyphicon-trash                  { &:before { content: \"\\e020\"; } }\n.glyphicon-home                   { &:before { content: \"\\e021\"; } }\n.glyphicon-file                   { &:before { content: \"\\e022\"; } }\n.glyphicon-time                   { &:before { content: \"\\e023\"; } }\n.glyphicon-road                   { &:before { content: \"\\e024\"; } }\n.glyphicon-download-alt           { &:before { content: \"\\e025\"; } }\n.glyphicon-download               { &:before { content: \"\\e026\"; } }\n.glyphicon-upload                 { &:before { content: \"\\e027\"; } }\n.glyphicon-inbox                  { &:before { content: \"\\e028\"; } }\n.glyphicon-play-circle            { &:before { content: \"\\e029\"; } }\n.glyphicon-repeat                 { &:before { content: \"\\e030\"; } }\n.glyphicon-refresh                { &:before { content: \"\\e031\"; } }\n.glyphicon-list-alt               { &:before { content: \"\\e032\"; } }\n.glyphicon-lock                   { &:before { content: \"\\e033\"; } }\n.glyphicon-flag                   { &:before { content: \"\\e034\"; } }\n.glyphicon-headphones             { &:before { content: \"\\e035\"; } }\n.glyphicon-volume-off             { &:before { content: \"\\e036\"; } }\n.glyphicon-volume-down            { &:before { content: \"\\e037\"; } }\n.glyphicon-volume-up              { &:before { content: \"\\e038\"; } }\n.glyphicon-qrcode                 { &:before { content: \"\\e039\"; } }\n.glyphicon-barcode                { &:before { content: \"\\e040\"; } }\n.glyphicon-tag                    { &:before { content: \"\\e041\"; } }\n.glyphicon-tags                   { &:before { content: \"\\e042\"; } }\n.glyphicon-book                   { &:before { content: \"\\e043\"; } }\n.glyphicon-bookmark               { &:before { content: \"\\e044\"; } }\n.glyphicon-print                  { &:before { content: \"\\e045\"; } }\n.glyphicon-camera                 { &:before { content: \"\\e046\"; } }\n.glyphicon-font                   { &:before { content: \"\\e047\"; } }\n.glyphicon-bold                   { &:before { content: \"\\e048\"; } }\n.glyphicon-italic                 { &:before { content: \"\\e049\"; } }\n.glyphicon-text-height            { &:before { content: \"\\e050\"; } }\n.glyphicon-text-width             { &:before { content: \"\\e051\"; } }\n.glyphicon-align-left             { &:before { content: \"\\e052\"; } }\n.glyphicon-align-center           { &:before { content: \"\\e053\"; } }\n.glyphicon-align-right            { &:before { content: \"\\e054\"; } }\n.glyphicon-align-justify          { &:before { content: \"\\e055\"; } }\n.glyphicon-list                   { &:before { content: \"\\e056\"; } }\n.glyphicon-indent-left            { &:before { content: \"\\e057\"; } }\n.glyphicon-indent-right           { &:before { content: \"\\e058\"; } }\n.glyphicon-facetime-video         { &:before { content: \"\\e059\"; } }\n.glyphicon-picture                { &:before { content: \"\\e060\"; } }\n.glyphicon-map-marker             { &:before { content: \"\\e062\"; } }\n.glyphicon-adjust                 { &:before { content: \"\\e063\"; } }\n.glyphicon-tint                   { &:before { content: \"\\e064\"; } }\n.glyphicon-edit                   { &:before { content: \"\\e065\"; } }\n.glyphicon-share                  { &:before { content: \"\\e066\"; } }\n.glyphicon-check                  { &:before { content: \"\\e067\"; } }\n.glyphicon-move                   { &:before { content: \"\\e068\"; } }\n.glyphicon-step-backward          { &:before { content: \"\\e069\"; } }\n.glyphicon-fast-backward          { &:before { content: \"\\e070\"; } }\n.glyphicon-backward               { &:before { content: \"\\e071\"; } }\n.glyphicon-play                   { &:before { content: \"\\e072\"; } }\n.glyphicon-pause                  { &:before { content: \"\\e073\"; } }\n.glyphicon-stop                   { &:before { content: \"\\e074\"; } }\n.glyphicon-forward                { &:before { content: \"\\e075\"; } }\n.glyphicon-fast-forward           { &:before { content: \"\\e076\"; } }\n.glyphicon-step-forward           { &:before { content: \"\\e077\"; } }\n.glyphicon-eject                  { &:before { content: \"\\e078\"; } }\n.glyphicon-chevron-left           { &:before { content: \"\\e079\"; } }\n.glyphicon-chevron-right          { &:before { content: \"\\e080\"; } }\n.glyphicon-plus-sign              { &:before { content: \"\\e081\"; } }\n.glyphicon-minus-sign             { &:before { content: \"\\e082\"; } }\n.glyphicon-remove-sign            { &:before { content: \"\\e083\"; } }\n.glyphicon-ok-sign                { &:before { content: \"\\e084\"; } }\n.glyphicon-question-sign          { &:before { content: \"\\e085\"; } }\n.glyphicon-info-sign              { &:before { content: \"\\e086\"; } }\n.glyphicon-screenshot             { &:before { content: \"\\e087\"; } }\n.glyphicon-remove-circle          { &:before { content: \"\\e088\"; } }\n.glyphicon-ok-circle              { &:before { content: \"\\e089\"; } }\n.glyphicon-ban-circle             { &:before { content: \"\\e090\"; } }\n.glyphicon-arrow-left             { &:before { content: \"\\e091\"; } }\n.glyphicon-arrow-right            { &:before { content: \"\\e092\"; } }\n.glyphicon-arrow-up               { &:before { content: \"\\e093\"; } }\n.glyphicon-arrow-down             { &:before { content: \"\\e094\"; } }\n.glyphicon-share-alt              { &:before { content: \"\\e095\"; } }\n.glyphicon-resize-full            { &:before { content: \"\\e096\"; } }\n.glyphicon-resize-small           { &:before { content: \"\\e097\"; } }\n.glyphicon-exclamation-sign       { &:before { content: \"\\e101\"; } }\n.glyphicon-gift                   { &:before { content: \"\\e102\"; } }\n.glyphicon-leaf                   { &:before { content: \"\\e103\"; } }\n.glyphicon-fire                   { &:before { content: \"\\e104\"; } }\n.glyphicon-eye-open               { &:before { content: \"\\e105\"; } }\n.glyphicon-eye-close              { &:before { content: \"\\e106\"; } }\n.glyphicon-warning-sign           { &:before { content: \"\\e107\"; } }\n.glyphicon-plane                  { &:before { content: \"\\e108\"; } }\n.glyphicon-calendar               { &:before { content: \"\\e109\"; } }\n.glyphicon-random                 { &:before { content: \"\\e110\"; } }\n.glyphicon-comment                { &:before { content: \"\\e111\"; } }\n.glyphicon-magnet                 { &:before { content: \"\\e112\"; } }\n.glyphicon-chevron-up             { &:before { content: \"\\e113\"; } }\n.glyphicon-chevron-down           { &:before { content: \"\\e114\"; } }\n.glyphicon-retweet                { &:before { content: \"\\e115\"; } }\n.glyphicon-shopping-cart          { &:before { content: \"\\e116\"; } }\n.glyphicon-folder-close           { &:before { content: \"\\e117\"; } }\n.glyphicon-folder-open            { &:before { content: \"\\e118\"; } }\n.glyphicon-resize-vertical        { &:before { content: \"\\e119\"; } }\n.glyphicon-resize-horizontal      { &:before { content: \"\\e120\"; } }\n.glyphicon-hdd                    { &:before { content: \"\\e121\"; } }\n.glyphicon-bullhorn               { &:before { content: \"\\e122\"; } }\n.glyphicon-bell                   { &:before { content: \"\\e123\"; } }\n.glyphicon-certificate            { &:before { content: \"\\e124\"; } }\n.glyphicon-thumbs-up              { &:before { content: \"\\e125\"; } }\n.glyphicon-thumbs-down            { &:before { content: \"\\e126\"; } }\n.glyphicon-hand-right             { &:before { content: \"\\e127\"; } }\n.glyphicon-hand-left              { &:before { content: \"\\e128\"; } }\n.glyphicon-hand-up                { &:before { content: \"\\e129\"; } }\n.glyphicon-hand-down              { &:before { content: \"\\e130\"; } }\n.glyphicon-circle-arrow-right     { &:before { content: \"\\e131\"; } }\n.glyphicon-circle-arrow-left      { &:before { content: \"\\e132\"; } }\n.glyphicon-circle-arrow-up        { &:before { content: \"\\e133\"; } }\n.glyphicon-circle-arrow-down      { &:before { content: \"\\e134\"; } }\n.glyphicon-globe                  { &:before { content: \"\\e135\"; } }\n.glyphicon-wrench                 { &:before { content: \"\\e136\"; } }\n.glyphicon-tasks                  { &:before { content: \"\\e137\"; } }\n.glyphicon-filter                 { &:before { content: \"\\e138\"; } }\n.glyphicon-briefcase              { &:before { content: \"\\e139\"; } }\n.glyphicon-fullscreen             { &:before { content: \"\\e140\"; } }\n.glyphicon-dashboard              { &:before { content: \"\\e141\"; } }\n.glyphicon-paperclip              { &:before { content: \"\\e142\"; } }\n.glyphicon-heart-empty            { &:before { content: \"\\e143\"; } }\n.glyphicon-link                   { &:before { content: \"\\e144\"; } }\n.glyphicon-phone                  { &:before { content: \"\\e145\"; } }\n.glyphicon-pushpin                { &:before { content: \"\\e146\"; } }\n.glyphicon-usd                    { &:before { content: \"\\e148\"; } }\n.glyphicon-gbp                    { &:before { content: \"\\e149\"; } }\n.glyphicon-sort                   { &:before { content: \"\\e150\"; } }\n.glyphicon-sort-by-alphabet       { &:before { content: \"\\e151\"; } }\n.glyphicon-sort-by-alphabet-alt   { &:before { content: \"\\e152\"; } }\n.glyphicon-sort-by-order          { &:before { content: \"\\e153\"; } }\n.glyphicon-sort-by-order-alt      { &:before { content: \"\\e154\"; } }\n.glyphicon-sort-by-attributes     { &:before { content: \"\\e155\"; } }\n.glyphicon-sort-by-attributes-alt { &:before { content: \"\\e156\"; } }\n.glyphicon-unchecked              { &:before { content: \"\\e157\"; } }\n.glyphicon-expand                 { &:before { content: \"\\e158\"; } }\n.glyphicon-collapse-down          { &:before { content: \"\\e159\"; } }\n.glyphicon-collapse-up            { &:before { content: \"\\e160\"; } }\n.glyphicon-log-in                 { &:before { content: \"\\e161\"; } }\n.glyphicon-flash                  { &:before { content: \"\\e162\"; } }\n.glyphicon-log-out                { &:before { content: \"\\e163\"; } }\n.glyphicon-new-window             { &:before { content: \"\\e164\"; } }\n.glyphicon-record                 { &:before { content: \"\\e165\"; } }\n.glyphicon-save                   { &:before { content: \"\\e166\"; } }\n.glyphicon-open                   { &:before { content: \"\\e167\"; } }\n.glyphicon-saved                  { &:before { content: \"\\e168\"; } }\n.glyphicon-import                 { &:before { content: \"\\e169\"; } }\n.glyphicon-export                 { &:before { content: \"\\e170\"; } }\n.glyphicon-send                   { &:before { content: \"\\e171\"; } }\n.glyphicon-floppy-disk            { &:before { content: \"\\e172\"; } }\n.glyphicon-floppy-saved           { &:before { content: \"\\e173\"; } }\n.glyphicon-floppy-remove          { &:before { content: \"\\e174\"; } }\n.glyphicon-floppy-save            { &:before { content: \"\\e175\"; } }\n.glyphicon-floppy-open            { &:before { content: \"\\e176\"; } }\n.glyphicon-credit-card            { &:before { content: \"\\e177\"; } }\n.glyphicon-transfer               { &:before { content: \"\\e178\"; } }\n.glyphicon-cutlery                { &:before { content: \"\\e179\"; } }\n.glyphicon-header                 { &:before { content: \"\\e180\"; } }\n.glyphicon-compressed             { &:before { content: \"\\e181\"; } }\n.glyphicon-earphone               { &:before { content: \"\\e182\"; } }\n.glyphicon-phone-alt              { &:before { content: \"\\e183\"; } }\n.glyphicon-tower                  { &:before { content: \"\\e184\"; } }\n.glyphicon-stats                  { &:before { content: \"\\e185\"; } }\n.glyphicon-sd-video               { &:before { content: \"\\e186\"; } }\n.glyphicon-hd-video               { &:before { content: \"\\e187\"; } }\n.glyphicon-subtitles              { &:before { content: \"\\e188\"; } }\n.glyphicon-sound-stereo           { &:before { content: \"\\e189\"; } }\n.glyphicon-sound-dolby            { &:before { content: \"\\e190\"; } }\n.glyphicon-sound-5-1              { &:before { content: \"\\e191\"; } }\n.glyphicon-sound-6-1              { &:before { content: \"\\e192\"; } }\n.glyphicon-sound-7-1              { &:before { content: \"\\e193\"; } }\n.glyphicon-copyright-mark         { &:before { content: \"\\e194\"; } }\n.glyphicon-registration-mark      { &:before { content: \"\\e195\"; } }\n.glyphicon-cloud-download         { &:before { content: \"\\e197\"; } }\n.glyphicon-cloud-upload           { &:before { content: \"\\e198\"; } }\n.glyphicon-tree-conifer           { &:before { content: \"\\e199\"; } }\n.glyphicon-tree-deciduous         { &:before { content: \"\\e200\"; } }\n.glyphicon-cd                     { &:before { content: \"\\e201\"; } }\n.glyphicon-save-file              { &:before { content: \"\\e202\"; } }\n.glyphicon-open-file              { &:before { content: \"\\e203\"; } }\n.glyphicon-level-up               { &:before { content: \"\\e204\"; } }\n.glyphicon-copy                   { &:before { content: \"\\e205\"; } }\n.glyphicon-paste                  { &:before { content: \"\\e206\"; } }\n// The following 2 Glyphicons are omitted for the time being because\n// they currently use Unicode codepoints that are outside the\n// Basic Multilingual Plane (BMP). Older buggy versions of WebKit can't handle\n// non-BMP codepoints in CSS string escapes, and thus can't display these two icons.\n// Notably, the bug affects some older versions of the Android Browser.\n// More info: https://github.com/twbs/bootstrap/issues/10106\n// .glyphicon-door                   { &:before { content: \"\\1f6aa\"; } }\n// .glyphicon-key                    { &:before { content: \"\\1f511\"; } }\n.glyphicon-alert                  { &:before { content: \"\\e209\"; } }\n.glyphicon-equalizer              { &:before { content: \"\\e210\"; } }\n.glyphicon-king                   { &:before { content: \"\\e211\"; } }\n.glyphicon-queen                  { &:before { content: \"\\e212\"; } }\n.glyphicon-pawn                   { &:before { content: \"\\e213\"; } }\n.glyphicon-bishop                 { &:before { content: \"\\e214\"; } }\n.glyphicon-knight                 { &:before { content: \"\\e215\"; } }\n.glyphicon-baby-formula           { &:before { content: \"\\e216\"; } }\n.glyphicon-tent                   { &:before { content: \"\\26fa\"; } }\n.glyphicon-blackboard             { &:before { content: \"\\e218\"; } }\n.glyphicon-bed                    { &:before { content: \"\\e219\"; } }\n.glyphicon-apple                  { &:before { content: \"\\f8ff\"; } }\n.glyphicon-erase                  { &:before { content: \"\\e221\"; } }\n.glyphicon-hourglass              { &:before { content: \"\\231b\"; } }\n.glyphicon-lamp                   { &:before { content: \"\\e223\"; } }\n.glyphicon-duplicate              { &:before { content: \"\\e224\"; } }\n.glyphicon-piggy-bank             { &:before { content: \"\\e225\"; } }\n.glyphicon-scissors               { &:before { content: \"\\e226\"; } }\n.glyphicon-bitcoin                { &:before { content: \"\\e227\"; } }\n.glyphicon-btc                    { &:before { content: \"\\e227\"; } }\n.glyphicon-xbt                    { &:before { content: \"\\e227\"; } }\n.glyphicon-yen                    { &:before { content: \"\\00a5\"; } }\n.glyphicon-jpy                    { &:before { content: \"\\00a5\"; } }\n.glyphicon-ruble                  { &:before { content: \"\\20bd\"; } }\n.glyphicon-rub                    { &:before { content: \"\\20bd\"; } }\n.glyphicon-scale                  { &:before { content: \"\\e230\"; } }\n.glyphicon-ice-lolly              { &:before { content: \"\\e231\"; } }\n.glyphicon-ice-lolly-tasted       { &:before { content: \"\\e232\"; } }\n.glyphicon-education              { &:before { content: \"\\e233\"; } }\n.glyphicon-option-horizontal      { &:before { content: \"\\e234\"; } }\n.glyphicon-option-vertical        { &:before { content: \"\\e235\"; } }\n.glyphicon-menu-hamburger         { &:before { content: \"\\e236\"; } }\n.glyphicon-modal-window           { &:before { content: \"\\e237\"; } }\n.glyphicon-oil                    { &:before { content: \"\\e238\"; } }\n.glyphicon-grain                  { &:before { content: \"\\e239\"; } }\n.glyphicon-sunglasses             { &:before { content: \"\\e240\"; } }\n.glyphicon-text-size              { &:before { content: \"\\e241\"; } }\n.glyphicon-text-color             { &:before { content: \"\\e242\"; } }\n.glyphicon-text-background        { &:before { content: \"\\e243\"; } }\n.glyphicon-object-align-top       { &:before { content: \"\\e244\"; } }\n.glyphicon-object-align-bottom    { &:before { content: \"\\e245\"; } }\n.glyphicon-object-align-horizontal{ &:before { content: \"\\e246\"; } }\n.glyphicon-object-align-left      { &:before { content: \"\\e247\"; } }\n.glyphicon-object-align-vertical  { &:before { content: \"\\e248\"; } }\n.glyphicon-object-align-right     { &:before { content: \"\\e249\"; } }\n.glyphicon-triangle-right         { &:before { content: \"\\e250\"; } }\n.glyphicon-triangle-left          { &:before { content: \"\\e251\"; } }\n.glyphicon-triangle-bottom        { &:before { content: \"\\e252\"; } }\n.glyphicon-triangle-top           { &:before { content: \"\\e253\"; } }\n.glyphicon-console                { &:before { content: \"\\e254\"; } }\n.glyphicon-superscript            { &:before { content: \"\\e255\"; } }\n.glyphicon-subscript              { &:before { content: \"\\e256\"; } }\n.glyphicon-menu-left              { &:before { content: \"\\e257\"; } }\n.glyphicon-menu-right             { &:before { content: \"\\e258\"; } }\n.glyphicon-menu-down              { &:before { content: \"\\e259\"; } }\n.glyphicon-menu-up                { &:before { content: \"\\e260\"; } }\n","//\n// Scaffolding\n// --------------------------------------------------\n\n\n// Reset the box-sizing\n//\n// Heads up! This reset may cause conflicts with some third-party widgets.\n// For recommendations on resolving such conflicts, see\n// http://getbootstrap.com/getting-started/#third-box-sizing\n* {\n  .box-sizing(border-box);\n}\n*:before,\n*:after {\n  .box-sizing(border-box);\n}\n\n\n// Body reset\n\nhtml {\n  font-size: 10px;\n  -webkit-tap-highlight-color: rgba(0,0,0,0);\n}\n\nbody {\n  font-family: @font-family-base;\n  font-size: @font-size-base;\n  line-height: @line-height-base;\n  color: @text-color;\n  background-color: @body-bg;\n}\n\n// Reset fonts for relevant elements\ninput,\nbutton,\nselect,\ntextarea {\n  font-family: inherit;\n  font-size: inherit;\n  line-height: inherit;\n}\n\n\n// Links\n\na {\n  color: @link-color;\n  text-decoration: none;\n\n  &:hover,\n  &:focus {\n    color: @link-hover-color;\n    text-decoration: @link-hover-decoration;\n  }\n\n  &:focus {\n    .tab-focus();\n  }\n}\n\n\n// Figures\n//\n// We reset this here because previously Normalize had no `figure` margins. This\n// ensures we don't break anyone's use of the element.\n\nfigure {\n  margin: 0;\n}\n\n\n// Images\n\nimg {\n  vertical-align: middle;\n}\n\n// Responsive images (ensure images don't scale beyond their parents)\n.img-responsive {\n  .img-responsive();\n}\n\n// Rounded corners\n.img-rounded {\n  border-radius: @border-radius-large;\n}\n\n// Image thumbnails\n//\n// Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`.\n.img-thumbnail {\n  padding: @thumbnail-padding;\n  line-height: @line-height-base;\n  background-color: @thumbnail-bg;\n  border: 1px solid @thumbnail-border;\n  border-radius: @thumbnail-border-radius;\n  .transition(all .2s ease-in-out);\n\n  // Keep them at most 100% wide\n  .img-responsive(inline-block);\n}\n\n// Perfect circle\n.img-circle {\n  border-radius: 50%; // set radius in percents\n}\n\n\n// Horizontal rules\n\nhr {\n  margin-top:    @line-height-computed;\n  margin-bottom: @line-height-computed;\n  border: 0;\n  border-top: 1px solid @hr-border;\n}\n\n\n// Only display content to screen readers\n//\n// See: http://a11yproject.com/posts/how-to-hide-content\n\n.sr-only {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  margin: -1px;\n  padding: 0;\n  overflow: hidden;\n  clip: rect(0,0,0,0);\n  border: 0;\n}\n\n// Use in conjunction with .sr-only to only display content when it's focused.\n// Useful for \"Skip to main content\" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1\n// Credit: HTML5 Boilerplate\n\n.sr-only-focusable {\n  &:active,\n  &:focus {\n    position: static;\n    width: auto;\n    height: auto;\n    margin: 0;\n    overflow: visible;\n    clip: auto;\n  }\n}\n\n\n// iOS \"clickable elements\" fix for role=\"button\"\n//\n// Fixes \"clickability\" issue (and more generally, the firing of events such as focus as well)\n// for traditionally non-focusable elements with role=\"button\"\n// see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile\n\n[role=\"button\"] {\n  cursor: pointer;\n}\n","// Vendor Prefixes\n//\n// All vendor mixins are deprecated as of v3.2.0 due to the introduction of\n// Autoprefixer in our Gruntfile. They have been removed in v4.\n\n// - Animations\n// - Backface visibility\n// - Box shadow\n// - Box sizing\n// - Content columns\n// - Hyphens\n// - Placeholder text\n// - Transformations\n// - Transitions\n// - User Select\n\n\n// Animations\n.animation(@animation) {\n  -webkit-animation: @animation;\n       -o-animation: @animation;\n          animation: @animation;\n}\n.animation-name(@name) {\n  -webkit-animation-name: @name;\n          animation-name: @name;\n}\n.animation-duration(@duration) {\n  -webkit-animation-duration: @duration;\n          animation-duration: @duration;\n}\n.animation-timing-function(@timing-function) {\n  -webkit-animation-timing-function: @timing-function;\n          animation-timing-function: @timing-function;\n}\n.animation-delay(@delay) {\n  -webkit-animation-delay: @delay;\n          animation-delay: @delay;\n}\n.animation-iteration-count(@iteration-count) {\n  -webkit-animation-iteration-count: @iteration-count;\n          animation-iteration-count: @iteration-count;\n}\n.animation-direction(@direction) {\n  -webkit-animation-direction: @direction;\n          animation-direction: @direction;\n}\n.animation-fill-mode(@fill-mode) {\n  -webkit-animation-fill-mode: @fill-mode;\n          animation-fill-mode: @fill-mode;\n}\n\n// Backface visibility\n// Prevent browsers from flickering when using CSS 3D transforms.\n// Default value is `visible`, but can be changed to `hidden`\n\n.backface-visibility(@visibility) {\n  -webkit-backface-visibility: @visibility;\n     -moz-backface-visibility: @visibility;\n          backface-visibility: @visibility;\n}\n\n// Drop shadows\n//\n// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's\n// supported browsers that have box shadow capabilities now support it.\n\n.box-shadow(@shadow) {\n  -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1\n          box-shadow: @shadow;\n}\n\n// Box sizing\n.box-sizing(@boxmodel) {\n  -webkit-box-sizing: @boxmodel;\n     -moz-box-sizing: @boxmodel;\n          box-sizing: @boxmodel;\n}\n\n// CSS3 Content Columns\n.content-columns(@column-count; @column-gap: @grid-gutter-width) {\n  -webkit-column-count: @column-count;\n     -moz-column-count: @column-count;\n          column-count: @column-count;\n  -webkit-column-gap: @column-gap;\n     -moz-column-gap: @column-gap;\n          column-gap: @column-gap;\n}\n\n// Optional hyphenation\n.hyphens(@mode: auto) {\n  word-wrap: break-word;\n  -webkit-hyphens: @mode;\n     -moz-hyphens: @mode;\n      -ms-hyphens: @mode; // IE10+\n       -o-hyphens: @mode;\n          hyphens: @mode;\n}\n\n// Placeholder text\n.placeholder(@color: @input-color-placeholder) {\n  // Firefox\n  &::-moz-placeholder {\n    color: @color;\n    opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526\n  }\n  &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+\n  &::-webkit-input-placeholder  { color: @color; } // Safari and Chrome\n}\n\n// Transformations\n.scale(@ratio) {\n  -webkit-transform: scale(@ratio);\n      -ms-transform: scale(@ratio); // IE9 only\n       -o-transform: scale(@ratio);\n          transform: scale(@ratio);\n}\n.scale(@ratioX; @ratioY) {\n  -webkit-transform: scale(@ratioX, @ratioY);\n      -ms-transform: scale(@ratioX, @ratioY); // IE9 only\n       -o-transform: scale(@ratioX, @ratioY);\n          transform: scale(@ratioX, @ratioY);\n}\n.scaleX(@ratio) {\n  -webkit-transform: scaleX(@ratio);\n      -ms-transform: scaleX(@ratio); // IE9 only\n       -o-transform: scaleX(@ratio);\n          transform: scaleX(@ratio);\n}\n.scaleY(@ratio) {\n  -webkit-transform: scaleY(@ratio);\n      -ms-transform: scaleY(@ratio); // IE9 only\n       -o-transform: scaleY(@ratio);\n          transform: scaleY(@ratio);\n}\n.skew(@x; @y) {\n  -webkit-transform: skewX(@x) skewY(@y);\n      -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n       -o-transform: skewX(@x) skewY(@y);\n          transform: skewX(@x) skewY(@y);\n}\n.translate(@x; @y) {\n  -webkit-transform: translate(@x, @y);\n      -ms-transform: translate(@x, @y); // IE9 only\n       -o-transform: translate(@x, @y);\n          transform: translate(@x, @y);\n}\n.translate3d(@x; @y; @z) {\n  -webkit-transform: translate3d(@x, @y, @z);\n          transform: translate3d(@x, @y, @z);\n}\n.rotate(@degrees) {\n  -webkit-transform: rotate(@degrees);\n      -ms-transform: rotate(@degrees); // IE9 only\n       -o-transform: rotate(@degrees);\n          transform: rotate(@degrees);\n}\n.rotateX(@degrees) {\n  -webkit-transform: rotateX(@degrees);\n      -ms-transform: rotateX(@degrees); // IE9 only\n       -o-transform: rotateX(@degrees);\n          transform: rotateX(@degrees);\n}\n.rotateY(@degrees) {\n  -webkit-transform: rotateY(@degrees);\n      -ms-transform: rotateY(@degrees); // IE9 only\n       -o-transform: rotateY(@degrees);\n          transform: rotateY(@degrees);\n}\n.perspective(@perspective) {\n  -webkit-perspective: @perspective;\n     -moz-perspective: @perspective;\n          perspective: @perspective;\n}\n.perspective-origin(@perspective) {\n  -webkit-perspective-origin: @perspective;\n     -moz-perspective-origin: @perspective;\n          perspective-origin: @perspective;\n}\n.transform-origin(@origin) {\n  -webkit-transform-origin: @origin;\n     -moz-transform-origin: @origin;\n      -ms-transform-origin: @origin; // IE9 only\n          transform-origin: @origin;\n}\n\n\n// Transitions\n\n.transition(@transition) {\n  -webkit-transition: @transition;\n       -o-transition: @transition;\n          transition: @transition;\n}\n.transition-property(@transition-property) {\n  -webkit-transition-property: @transition-property;\n          transition-property: @transition-property;\n}\n.transition-delay(@transition-delay) {\n  -webkit-transition-delay: @transition-delay;\n          transition-delay: @transition-delay;\n}\n.transition-duration(@transition-duration) {\n  -webkit-transition-duration: @transition-duration;\n          transition-duration: @transition-duration;\n}\n.transition-timing-function(@timing-function) {\n  -webkit-transition-timing-function: @timing-function;\n          transition-timing-function: @timing-function;\n}\n.transition-transform(@transition) {\n  -webkit-transition: -webkit-transform @transition;\n     -moz-transition: -moz-transform @transition;\n       -o-transition: -o-transform @transition;\n          transition: transform @transition;\n}\n\n\n// User select\n// For selecting text on the page\n\n.user-select(@select) {\n  -webkit-user-select: @select;\n     -moz-user-select: @select;\n      -ms-user-select: @select; // IE10+\n          user-select: @select;\n}\n","// WebKit-style focus\n\n.tab-focus() {\n  // WebKit-specific. Other browsers will keep their default outline style.\n  // (Initially tried to also force default via `outline: initial`,\n  // but that seems to erroneously remove the outline in Firefox altogether.)\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n","// Image Mixins\n// - Responsive image\n// - Retina image\n\n\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n.img-responsive(@display: block) {\n  display: @display;\n  max-width: 100%; // Part 1: Set a maximum relative to the parent\n  height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching\n}\n\n\n// Retina image\n//\n// Short retina mixin for setting background-image and -size. Note that the\n// spelling of `min--moz-device-pixel-ratio` is intentional.\n.img-retina(@file-1x; @file-2x; @width-1x; @height-1x) {\n  background-image: url(\"@{file-1x}\");\n\n  @media\n  only screen and (-webkit-min-device-pixel-ratio: 2),\n  only screen and (   min--moz-device-pixel-ratio: 2),\n  only screen and (     -o-min-device-pixel-ratio: 2/1),\n  only screen and (        min-device-pixel-ratio: 2),\n  only screen and (                min-resolution: 192dpi),\n  only screen and (                min-resolution: 2dppx) {\n    background-image: url(\"@{file-2x}\");\n    background-size: @width-1x @height-1x;\n  }\n}\n","//\n// Typography\n// --------------------------------------------------\n\n\n// Headings\n// -------------------------\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n  font-family: @headings-font-family;\n  font-weight: @headings-font-weight;\n  line-height: @headings-line-height;\n  color: @headings-color;\n\n  small,\n  .small {\n    font-weight: normal;\n    line-height: 1;\n    color: @headings-small-color;\n  }\n}\n\nh1, .h1,\nh2, .h2,\nh3, .h3 {\n  margin-top: @line-height-computed;\n  margin-bottom: (@line-height-computed / 2);\n\n  small,\n  .small {\n    font-size: 65%;\n  }\n}\nh4, .h4,\nh5, .h5,\nh6, .h6 {\n  margin-top: (@line-height-computed / 2);\n  margin-bottom: (@line-height-computed / 2);\n\n  small,\n  .small {\n    font-size: 75%;\n  }\n}\n\nh1, .h1 { font-size: @font-size-h1; }\nh2, .h2 { font-size: @font-size-h2; }\nh3, .h3 { font-size: @font-size-h3; }\nh4, .h4 { font-size: @font-size-h4; }\nh5, .h5 { font-size: @font-size-h5; }\nh6, .h6 { font-size: @font-size-h6; }\n\n\n// Body text\n// -------------------------\n\np {\n  margin: 0 0 (@line-height-computed / 2);\n}\n\n.lead {\n  margin-bottom: @line-height-computed;\n  font-size: floor((@font-size-base * 1.15));\n  font-weight: 300;\n  line-height: 1.4;\n\n  @media (min-width: @screen-sm-min) {\n    font-size: (@font-size-base * 1.5);\n  }\n}\n\n\n// Emphasis & misc\n// -------------------------\n\n// Ex: (12px small font / 14px base font) * 100% = about 85%\nsmall,\n.small {\n  font-size: floor((100% * @font-size-small / @font-size-base));\n}\n\nmark,\n.mark {\n  background-color: @state-warning-bg;\n  padding: .2em;\n}\n\n// Alignment\n.text-left           { text-align: left; }\n.text-right          { text-align: right; }\n.text-center         { text-align: center; }\n.text-justify        { text-align: justify; }\n.text-nowrap         { white-space: nowrap; }\n\n// Transformation\n.text-lowercase      { text-transform: lowercase; }\n.text-uppercase      { text-transform: uppercase; }\n.text-capitalize     { text-transform: capitalize; }\n\n// Contextual colors\n.text-muted {\n  color: @text-muted;\n}\n.text-primary {\n  .text-emphasis-variant(@brand-primary);\n}\n.text-success {\n  .text-emphasis-variant(@state-success-text);\n}\n.text-info {\n  .text-emphasis-variant(@state-info-text);\n}\n.text-warning {\n  .text-emphasis-variant(@state-warning-text);\n}\n.text-danger {\n  .text-emphasis-variant(@state-danger-text);\n}\n\n// Contextual backgrounds\n// For now we'll leave these alongside the text classes until v4 when we can\n// safely shift things around (per SemVer rules).\n.bg-primary {\n  // Given the contrast here, this is the only class to have its color inverted\n  // automatically.\n  color: #fff;\n  .bg-variant(@brand-primary);\n}\n.bg-success {\n  .bg-variant(@state-success-bg);\n}\n.bg-info {\n  .bg-variant(@state-info-bg);\n}\n.bg-warning {\n  .bg-variant(@state-warning-bg);\n}\n.bg-danger {\n  .bg-variant(@state-danger-bg);\n}\n\n\n// Page header\n// -------------------------\n\n.page-header {\n  padding-bottom: ((@line-height-computed / 2) - 1);\n  margin: (@line-height-computed * 2) 0 @line-height-computed;\n  border-bottom: 1px solid @page-header-border-color;\n}\n\n\n// Lists\n// -------------------------\n\n// Unordered and Ordered lists\nul,\nol {\n  margin-top: 0;\n  margin-bottom: (@line-height-computed / 2);\n  ul,\n  ol {\n    margin-bottom: 0;\n  }\n}\n\n// List options\n\n// Unstyled keeps list items block level, just removes default browser padding and list-style\n.list-unstyled {\n  padding-left: 0;\n  list-style: none;\n}\n\n// Inline turns list items into inline-block\n.list-inline {\n  .list-unstyled();\n  margin-left: -5px;\n\n  > li {\n    display: inline-block;\n    padding-left: 5px;\n    padding-right: 5px;\n  }\n}\n\n// Description Lists\ndl {\n  margin-top: 0; // Remove browser default\n  margin-bottom: @line-height-computed;\n}\ndt,\ndd {\n  line-height: @line-height-base;\n}\ndt {\n  font-weight: bold;\n}\ndd {\n  margin-left: 0; // Undo browser default\n}\n\n// Horizontal description lists\n//\n// Defaults to being stacked without any of the below styles applied, until the\n// grid breakpoint is reached (default of ~768px).\n\n.dl-horizontal {\n  dd {\n    &:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present\n  }\n\n  @media (min-width: @dl-horizontal-breakpoint) {\n    dt {\n      float: left;\n      width: (@dl-horizontal-offset - 20);\n      clear: left;\n      text-align: right;\n      .text-overflow();\n    }\n    dd {\n      margin-left: @dl-horizontal-offset;\n    }\n  }\n}\n\n\n// Misc\n// -------------------------\n\n// Abbreviations and acronyms\nabbr[title],\n// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257\nabbr[data-original-title] {\n  cursor: help;\n  border-bottom: 1px dotted @abbr-border-color;\n}\n.initialism {\n  font-size: 90%;\n  .text-uppercase();\n}\n\n// Blockquotes\nblockquote {\n  padding: (@line-height-computed / 2) @line-height-computed;\n  margin: 0 0 @line-height-computed;\n  font-size: @blockquote-font-size;\n  border-left: 5px solid @blockquote-border-color;\n\n  p,\n  ul,\n  ol {\n    &:last-child {\n      margin-bottom: 0;\n    }\n  }\n\n  // Note: Deprecated small and .small as of v3.1.0\n  // Context: https://github.com/twbs/bootstrap/issues/11660\n  footer,\n  small,\n  .small {\n    display: block;\n    font-size: 80%; // back to default font-size\n    line-height: @line-height-base;\n    color: @blockquote-small-color;\n\n    &:before {\n      content: '\\2014 \\00A0'; // em dash, nbsp\n    }\n  }\n}\n\n// Opposite alignment of blockquote\n//\n// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0.\n.blockquote-reverse,\nblockquote.pull-right {\n  padding-right: 15px;\n  padding-left: 0;\n  border-right: 5px solid @blockquote-border-color;\n  border-left: 0;\n  text-align: right;\n\n  // Account for citation\n  footer,\n  small,\n  .small {\n    &:before { content: ''; }\n    &:after {\n      content: '\\00A0 \\2014'; // nbsp, em dash\n    }\n  }\n}\n\n// Addresses\naddress {\n  margin-bottom: @line-height-computed;\n  font-style: normal;\n  line-height: @line-height-base;\n}\n","// Typography\n\n.text-emphasis-variant(@color) {\n  color: @color;\n  a&:hover,\n  a&:focus {\n    color: darken(@color, 10%);\n  }\n}\n","// Contextual backgrounds\n\n.bg-variant(@color) {\n  background-color: @color;\n  a&:hover,\n  a&:focus {\n    background-color: darken(@color, 10%);\n  }\n}\n","// Text overflow\n// Requires inline-block or block for proper styling\n\n.text-overflow() {\n  overflow: hidden;\n  text-overflow: ellipsis;\n  white-space: nowrap;\n}\n","//\n// Code (inline and block)\n// --------------------------------------------------\n\n\n// Inline and block code styles\ncode,\nkbd,\npre,\nsamp {\n  font-family: @font-family-monospace;\n}\n\n// Inline code\ncode {\n  padding: 2px 4px;\n  font-size: 90%;\n  color: @code-color;\n  background-color: @code-bg;\n  border-radius: @border-radius-base;\n}\n\n// User input typically entered via keyboard\nkbd {\n  padding: 2px 4px;\n  font-size: 90%;\n  color: @kbd-color;\n  background-color: @kbd-bg;\n  border-radius: @border-radius-small;\n  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);\n\n  kbd {\n    padding: 0;\n    font-size: 100%;\n    font-weight: bold;\n    box-shadow: none;\n  }\n}\n\n// Blocks of code\npre {\n  display: block;\n  padding: ((@line-height-computed - 1) / 2);\n  margin: 0 0 (@line-height-computed / 2);\n  font-size: (@font-size-base - 1); // 14px to 13px\n  line-height: @line-height-base;\n  word-break: break-all;\n  word-wrap: break-word;\n  color: @pre-color;\n  background-color: @pre-bg;\n  border: 1px solid @pre-border-color;\n  border-radius: @border-radius-base;\n\n  // Account for some code outputs that place code tags in pre tags\n  code {\n    padding: 0;\n    font-size: inherit;\n    color: inherit;\n    white-space: pre-wrap;\n    background-color: transparent;\n    border-radius: 0;\n  }\n}\n\n// Enable scrollable blocks of code\n.pre-scrollable {\n  max-height: @pre-scrollable-max-height;\n  overflow-y: scroll;\n}\n","//\n// Grid system\n// --------------------------------------------------\n\n\n// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n.container {\n  .container-fixed();\n\n  @media (min-width: @screen-sm-min) {\n    width: @container-sm;\n  }\n  @media (min-width: @screen-md-min) {\n    width: @container-md;\n  }\n  @media (min-width: @screen-lg-min) {\n    width: @container-lg;\n  }\n}\n\n\n// Fluid container\n//\n// Utilizes the mixin meant for fixed width containers, but without any defined\n// width for fluid, full width layouts.\n\n.container-fluid {\n  .container-fixed();\n}\n\n\n// Row\n//\n// Rows contain and clear the floats of your columns.\n\n.row {\n  .make-row();\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n.make-grid-columns();\n\n\n// Extra small grid\n//\n// Columns, offsets, pushes, and pulls for extra small devices like\n// smartphones.\n\n.make-grid(xs);\n\n\n// Small grid\n//\n// Columns, offsets, pushes, and pulls for the small device range, from phones\n// to tablets.\n\n@media (min-width: @screen-sm-min) {\n  .make-grid(sm);\n}\n\n\n// Medium grid\n//\n// Columns, offsets, pushes, and pulls for the desktop device range.\n\n@media (min-width: @screen-md-min) {\n  .make-grid(md);\n}\n\n\n// Large grid\n//\n// Columns, offsets, pushes, and pulls for the large desktop device range.\n\n@media (min-width: @screen-lg-min) {\n  .make-grid(lg);\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n// Centered container element\n.container-fixed(@gutter: @grid-gutter-width) {\n  margin-right: auto;\n  margin-left: auto;\n  padding-left:  floor((@gutter / 2));\n  padding-right: ceil((@gutter / 2));\n  &:extend(.clearfix all);\n}\n\n// Creates a wrapper for a series of columns\n.make-row(@gutter: @grid-gutter-width) {\n  margin-left:  ceil((@gutter / -2));\n  margin-right: floor((@gutter / -2));\n  &:extend(.clearfix all);\n}\n\n// Generate the extra small columns\n.make-xs-column(@columns; @gutter: @grid-gutter-width) {\n  position: relative;\n  float: left;\n  width: percentage((@columns / @grid-columns));\n  min-height: 1px;\n  padding-left:  (@gutter / 2);\n  padding-right: (@gutter / 2);\n}\n.make-xs-column-offset(@columns) {\n  margin-left: percentage((@columns / @grid-columns));\n}\n.make-xs-column-push(@columns) {\n  left: percentage((@columns / @grid-columns));\n}\n.make-xs-column-pull(@columns) {\n  right: percentage((@columns / @grid-columns));\n}\n\n// Generate the small columns\n.make-sm-column(@columns; @gutter: @grid-gutter-width) {\n  position: relative;\n  min-height: 1px;\n  padding-left:  (@gutter / 2);\n  padding-right: (@gutter / 2);\n\n  @media (min-width: @screen-sm-min) {\n    float: left;\n    width: percentage((@columns / @grid-columns));\n  }\n}\n.make-sm-column-offset(@columns) {\n  @media (min-width: @screen-sm-min) {\n    margin-left: percentage((@columns / @grid-columns));\n  }\n}\n.make-sm-column-push(@columns) {\n  @media (min-width: @screen-sm-min) {\n    left: percentage((@columns / @grid-columns));\n  }\n}\n.make-sm-column-pull(@columns) {\n  @media (min-width: @screen-sm-min) {\n    right: percentage((@columns / @grid-columns));\n  }\n}\n\n// Generate the medium columns\n.make-md-column(@columns; @gutter: @grid-gutter-width) {\n  position: relative;\n  min-height: 1px;\n  padding-left:  (@gutter / 2);\n  padding-right: (@gutter / 2);\n\n  @media (min-width: @screen-md-min) {\n    float: left;\n    width: percentage((@columns / @grid-columns));\n  }\n}\n.make-md-column-offset(@columns) {\n  @media (min-width: @screen-md-min) {\n    margin-left: percentage((@columns / @grid-columns));\n  }\n}\n.make-md-column-push(@columns) {\n  @media (min-width: @screen-md-min) {\n    left: percentage((@columns / @grid-columns));\n  }\n}\n.make-md-column-pull(@columns) {\n  @media (min-width: @screen-md-min) {\n    right: percentage((@columns / @grid-columns));\n  }\n}\n\n// Generate the large columns\n.make-lg-column(@columns; @gutter: @grid-gutter-width) {\n  position: relative;\n  min-height: 1px;\n  padding-left:  (@gutter / 2);\n  padding-right: (@gutter / 2);\n\n  @media (min-width: @screen-lg-min) {\n    float: left;\n    width: percentage((@columns / @grid-columns));\n  }\n}\n.make-lg-column-offset(@columns) {\n  @media (min-width: @screen-lg-min) {\n    margin-left: percentage((@columns / @grid-columns));\n  }\n}\n.make-lg-column-push(@columns) {\n  @media (min-width: @screen-lg-min) {\n    left: percentage((@columns / @grid-columns));\n  }\n}\n.make-lg-column-pull(@columns) {\n  @media (min-width: @screen-lg-min) {\n    right: percentage((@columns / @grid-columns));\n  }\n}\n","// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `@grid-columns`.\n\n.make-grid-columns() {\n  // Common styles for all sizes of grid columns, widths 1-12\n  .col(@index) { // initial\n    @item: ~\".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}\";\n    .col((@index + 1), @item);\n  }\n  .col(@index, @list) when (@index =< @grid-columns) { // general; \"=<\" isn't a typo\n    @item: ~\".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}\";\n    .col((@index + 1), ~\"@{list}, @{item}\");\n  }\n  .col(@index, @list) when (@index > @grid-columns) { // terminal\n    @{list} {\n      position: relative;\n      // Prevent columns from collapsing when empty\n      min-height: 1px;\n      // Inner gutter via padding\n      padding-left:  ceil((@grid-gutter-width / 2));\n      padding-right: floor((@grid-gutter-width / 2));\n    }\n  }\n  .col(1); // kickstart it\n}\n\n.float-grid-columns(@class) {\n  .col(@index) { // initial\n    @item: ~\".col-@{class}-@{index}\";\n    .col((@index + 1), @item);\n  }\n  .col(@index, @list) when (@index =< @grid-columns) { // general\n    @item: ~\".col-@{class}-@{index}\";\n    .col((@index + 1), ~\"@{list}, @{item}\");\n  }\n  .col(@index, @list) when (@index > @grid-columns) { // terminal\n    @{list} {\n      float: left;\n    }\n  }\n  .col(1); // kickstart it\n}\n\n.calc-grid-column(@index, @class, @type) when (@type = width) and (@index > 0) {\n  .col-@{class}-@{index} {\n    width: percentage((@index / @grid-columns));\n  }\n}\n.calc-grid-column(@index, @class, @type) when (@type = push) and (@index > 0) {\n  .col-@{class}-push-@{index} {\n    left: percentage((@index / @grid-columns));\n  }\n}\n.calc-grid-column(@index, @class, @type) when (@type = push) and (@index = 0) {\n  .col-@{class}-push-0 {\n    left: auto;\n  }\n}\n.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index > 0) {\n  .col-@{class}-pull-@{index} {\n    right: percentage((@index / @grid-columns));\n  }\n}\n.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index = 0) {\n  .col-@{class}-pull-0 {\n    right: auto;\n  }\n}\n.calc-grid-column(@index, @class, @type) when (@type = offset) {\n  .col-@{class}-offset-@{index} {\n    margin-left: percentage((@index / @grid-columns));\n  }\n}\n\n// Basic looping in LESS\n.loop-grid-columns(@index, @class, @type) when (@index >= 0) {\n  .calc-grid-column(@index, @class, @type);\n  // next iteration\n  .loop-grid-columns((@index - 1), @class, @type);\n}\n\n// Create grid for specific class\n.make-grid(@class) {\n  .float-grid-columns(@class);\n  .loop-grid-columns(@grid-columns, @class, width);\n  .loop-grid-columns(@grid-columns, @class, pull);\n  .loop-grid-columns(@grid-columns, @class, push);\n  .loop-grid-columns(@grid-columns, @class, offset);\n}\n","//\n// Tables\n// --------------------------------------------------\n\n\ntable {\n  background-color: @table-bg;\n}\ncaption {\n  padding-top: @table-cell-padding;\n  padding-bottom: @table-cell-padding;\n  color: @text-muted;\n  text-align: left;\n}\nth {\n  text-align: left;\n}\n\n\n// Baseline styles\n\n.table {\n  width: 100%;\n  max-width: 100%;\n  margin-bottom: @line-height-computed;\n  // Cells\n  > thead,\n  > tbody,\n  > tfoot {\n    > tr {\n      > th,\n      > td {\n        padding: @table-cell-padding;\n        line-height: @line-height-base;\n        vertical-align: top;\n        border-top: 1px solid @table-border-color;\n      }\n    }\n  }\n  // Bottom align for column headings\n  > thead > tr > th {\n    vertical-align: bottom;\n    border-bottom: 2px solid @table-border-color;\n  }\n  // Remove top border from thead by default\n  > caption + thead,\n  > colgroup + thead,\n  > thead:first-child {\n    > tr:first-child {\n      > th,\n      > td {\n        border-top: 0;\n      }\n    }\n  }\n  // Account for multiple tbody instances\n  > tbody + tbody {\n    border-top: 2px solid @table-border-color;\n  }\n\n  // Nesting\n  .table {\n    background-color: @body-bg;\n  }\n}\n\n\n// Condensed table w/ half padding\n\n.table-condensed {\n  > thead,\n  > tbody,\n  > tfoot {\n    > tr {\n      > th,\n      > td {\n        padding: @table-condensed-cell-padding;\n      }\n    }\n  }\n}\n\n\n// Bordered version\n//\n// Add borders all around the table and between all the columns.\n\n.table-bordered {\n  border: 1px solid @table-border-color;\n  > thead,\n  > tbody,\n  > tfoot {\n    > tr {\n      > th,\n      > td {\n        border: 1px solid @table-border-color;\n      }\n    }\n  }\n  > thead > tr {\n    > th,\n    > td {\n      border-bottom-width: 2px;\n    }\n  }\n}\n\n\n// Zebra-striping\n//\n// Default zebra-stripe styles (alternating gray and transparent backgrounds)\n\n.table-striped {\n  > tbody > tr:nth-of-type(odd) {\n    background-color: @table-bg-accent;\n  }\n}\n\n\n// Hover effect\n//\n// Placed here since it has to come after the potential zebra striping\n\n.table-hover {\n  > tbody > tr:hover {\n    background-color: @table-bg-hover;\n  }\n}\n\n\n// Table cell sizing\n//\n// Reset default table behavior\n\ntable col[class*=\"col-\"] {\n  position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)\n  float: none;\n  display: table-column;\n}\ntable {\n  td,\n  th {\n    &[class*=\"col-\"] {\n      position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)\n      float: none;\n      display: table-cell;\n    }\n  }\n}\n\n\n// Table backgrounds\n//\n// Exact selectors below required to override `.table-striped` and prevent\n// inheritance to nested tables.\n\n// Generate the contextual variants\n.table-row-variant(active; @table-bg-active);\n.table-row-variant(success; @state-success-bg);\n.table-row-variant(info; @state-info-bg);\n.table-row-variant(warning; @state-warning-bg);\n.table-row-variant(danger; @state-danger-bg);\n\n\n// Responsive tables\n//\n// Wrap your tables in `.table-responsive` and we'll make them mobile friendly\n// by enabling horizontal scrolling. Only applies <768px. Everything above that\n// will display normally.\n\n.table-responsive {\n  overflow-x: auto;\n  min-height: 0.01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)\n\n  @media screen and (max-width: @screen-xs-max) {\n    width: 100%;\n    margin-bottom: (@line-height-computed * 0.75);\n    overflow-y: hidden;\n    -ms-overflow-style: -ms-autohiding-scrollbar;\n    border: 1px solid @table-border-color;\n\n    // Tighten up spacing\n    > .table {\n      margin-bottom: 0;\n\n      // Ensure the content doesn't wrap\n      > thead,\n      > tbody,\n      > tfoot {\n        > tr {\n          > th,\n          > td {\n            white-space: nowrap;\n          }\n        }\n      }\n    }\n\n    // Special overrides for the bordered tables\n    > .table-bordered {\n      border: 0;\n\n      // Nuke the appropriate borders so that the parent can handle them\n      > thead,\n      > tbody,\n      > tfoot {\n        > tr {\n          > th:first-child,\n          > td:first-child {\n            border-left: 0;\n          }\n          > th:last-child,\n          > td:last-child {\n            border-right: 0;\n          }\n        }\n      }\n\n      // Only nuke the last row's bottom-border in `tbody` and `tfoot` since\n      // chances are there will be only one `tr` in a `thead` and that would\n      // remove the border altogether.\n      > tbody,\n      > tfoot {\n        > tr:last-child {\n          > th,\n          > td {\n            border-bottom: 0;\n          }\n        }\n      }\n\n    }\n  }\n}\n","// Tables\n\n.table-row-variant(@state; @background) {\n  // Exact selectors below required to override `.table-striped` and prevent\n  // inheritance to nested tables.\n  .table > thead > tr,\n  .table > tbody > tr,\n  .table > tfoot > tr {\n    > td.@{state},\n    > th.@{state},\n    &.@{state} > td,\n    &.@{state} > th {\n      background-color: @background;\n    }\n  }\n\n  // Hover states for `.table-hover`\n  // Note: this is not available for cells or rows within `thead` or `tfoot`.\n  .table-hover > tbody > tr {\n    > td.@{state}:hover,\n    > th.@{state}:hover,\n    &.@{state}:hover > td,\n    &:hover > .@{state},\n    &.@{state}:hover > th {\n      background-color: darken(@background, 5%);\n    }\n  }\n}\n","//\n// Forms\n// --------------------------------------------------\n\n\n// Normalize non-controls\n//\n// Restyle and baseline non-control form elements.\n\nfieldset {\n  padding: 0;\n  margin: 0;\n  border: 0;\n  // Chrome and Firefox set a `min-width: min-content;` on fieldsets,\n  // so we reset that to ensure it behaves more like a standard block element.\n  // See https://github.com/twbs/bootstrap/issues/12359.\n  min-width: 0;\n}\n\nlegend {\n  display: block;\n  width: 100%;\n  padding: 0;\n  margin-bottom: @line-height-computed;\n  font-size: (@font-size-base * 1.5);\n  line-height: inherit;\n  color: @legend-color;\n  border: 0;\n  border-bottom: 1px solid @legend-border-color;\n}\n\nlabel {\n  display: inline-block;\n  max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141)\n  margin-bottom: 5px;\n  font-weight: bold;\n}\n\n\n// Normalize form controls\n//\n// While most of our form styles require extra classes, some basic normalization\n// is required to ensure optimum display with or without those classes to better\n// address browser inconsistencies.\n\n// Override content-box in Normalize (* isn't specific enough)\ninput[type=\"search\"] {\n  .box-sizing(border-box);\n}\n\n// Position radios and checkboxes better\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  margin: 4px 0 0;\n  margin-top: 1px \\9; // IE8-9\n  line-height: normal;\n}\n\ninput[type=\"file\"] {\n  display: block;\n}\n\n// Make range inputs behave like textual form controls\ninput[type=\"range\"] {\n  display: block;\n  width: 100%;\n}\n\n// Make multiple select elements height not fixed\nselect[multiple],\nselect[size] {\n  height: auto;\n}\n\n// Focus for file, radio, and checkbox\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n  .tab-focus();\n}\n\n// Adjust output element\noutput {\n  display: block;\n  padding-top: (@padding-base-vertical + 1);\n  font-size: @font-size-base;\n  line-height: @line-height-base;\n  color: @input-color;\n}\n\n\n// Common form controls\n//\n// Shared size and type resets for form controls. Apply `.form-control` to any\n// of the following form controls:\n//\n// select\n// textarea\n// input[type=\"text\"]\n// input[type=\"password\"]\n// input[type=\"datetime\"]\n// input[type=\"datetime-local\"]\n// input[type=\"date\"]\n// input[type=\"month\"]\n// input[type=\"time\"]\n// input[type=\"week\"]\n// input[type=\"number\"]\n// input[type=\"email\"]\n// input[type=\"url\"]\n// input[type=\"search\"]\n// input[type=\"tel\"]\n// input[type=\"color\"]\n\n.form-control {\n  display: block;\n  width: 100%;\n  height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)\n  padding: @padding-base-vertical @padding-base-horizontal;\n  font-size: @font-size-base;\n  line-height: @line-height-base;\n  color: @input-color;\n  background-color: @input-bg;\n  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n  border: 1px solid @input-border;\n  border-radius: @input-border-radius; // Note: This has no effect on <select>s in some browsers, due to the limited stylability of <select>s in CSS.\n  .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));\n  .transition(~\"border-color ease-in-out .15s, box-shadow ease-in-out .15s\");\n\n  // Customize the `:focus` state to imitate native WebKit styles.\n  .form-control-focus();\n\n  // Placeholder\n  .placeholder();\n\n  // Unstyle the caret on `<select>`s in IE10+.\n  &::-ms-expand {\n    border: 0;\n    background-color: transparent;\n  }\n\n  // Disabled and read-only inputs\n  //\n  // HTML5 says that controls under a fieldset > legend:first-child won't be\n  // disabled if the fieldset is disabled. Due to implementation difficulty, we\n  // don't honor that edge case; we style them as disabled anyway.\n  &[disabled],\n  &[readonly],\n  fieldset[disabled] & {\n    background-color: @input-bg-disabled;\n    opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655\n  }\n\n  &[disabled],\n  fieldset[disabled] & {\n    cursor: @cursor-disabled;\n  }\n\n  // Reset height for `textarea`s\n  textarea& {\n    height: auto;\n  }\n}\n\n\n// Search inputs in iOS\n//\n// This overrides the extra rounded corners on search inputs in iOS so that our\n// `.form-control` class can properly style them. Note that this cannot simply\n// be added to `.form-control` as it's not specific enough. For details, see\n// https://github.com/twbs/bootstrap/issues/11586.\n\ninput[type=\"search\"] {\n  -webkit-appearance: none;\n}\n\n\n// Special styles for iOS temporal inputs\n//\n// In Mobile Safari, setting `display: block` on temporal inputs causes the\n// text within the input to become vertically misaligned. As a workaround, we\n// set a pixel line-height that matches the given height of the input, but only\n// for Safari. See https://bugs.webkit.org/show_bug.cgi?id=139848\n//\n// Note that as of 9.3, iOS doesn't support `week`.\n\n@media screen and (-webkit-min-device-pixel-ratio: 0) {\n  input[type=\"date\"],\n  input[type=\"time\"],\n  input[type=\"datetime-local\"],\n  input[type=\"month\"] {\n    &.form-control {\n      line-height: @input-height-base;\n    }\n\n    &.input-sm,\n    .input-group-sm & {\n      line-height: @input-height-small;\n    }\n\n    &.input-lg,\n    .input-group-lg & {\n      line-height: @input-height-large;\n    }\n  }\n}\n\n\n// Form groups\n//\n// Designed to help with the organization and spacing of vertical forms. For\n// horizontal forms, use the predefined grid classes.\n\n.form-group {\n  margin-bottom: @form-group-margin-bottom;\n}\n\n\n// Checkboxes and radios\n//\n// Indent the labels to position radios/checkboxes as hanging controls.\n\n.radio,\n.checkbox {\n  position: relative;\n  display: block;\n  margin-top: 10px;\n  margin-bottom: 10px;\n\n  label {\n    min-height: @line-height-computed; // Ensure the input doesn't jump when there is no text\n    padding-left: 20px;\n    margin-bottom: 0;\n    font-weight: normal;\n    cursor: pointer;\n  }\n}\n.radio input[type=\"radio\"],\n.radio-inline input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"],\n.checkbox-inline input[type=\"checkbox\"] {\n  position: absolute;\n  margin-left: -20px;\n  margin-top: 4px \\9;\n}\n\n.radio + .radio,\n.checkbox + .checkbox {\n  margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing\n}\n\n// Radios and checkboxes on same line\n.radio-inline,\n.checkbox-inline {\n  position: relative;\n  display: inline-block;\n  padding-left: 20px;\n  margin-bottom: 0;\n  vertical-align: middle;\n  font-weight: normal;\n  cursor: pointer;\n}\n.radio-inline + .radio-inline,\n.checkbox-inline + .checkbox-inline {\n  margin-top: 0;\n  margin-left: 10px; // space out consecutive inline controls\n}\n\n// Apply same disabled cursor tweak as for inputs\n// Some special care is needed because <label>s don't inherit their parent's `cursor`.\n//\n// Note: Neither radios nor checkboxes can be readonly.\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  &[disabled],\n  &.disabled,\n  fieldset[disabled] & {\n    cursor: @cursor-disabled;\n  }\n}\n// These classes are used directly on <label>s\n.radio-inline,\n.checkbox-inline {\n  &.disabled,\n  fieldset[disabled] & {\n    cursor: @cursor-disabled;\n  }\n}\n// These classes are used on elements with <label> descendants\n.radio,\n.checkbox {\n  &.disabled,\n  fieldset[disabled] & {\n    label {\n      cursor: @cursor-disabled;\n    }\n  }\n}\n\n\n// Static form control text\n//\n// Apply class to a `p` element to make any string of text align with labels in\n// a horizontal form layout.\n\n.form-control-static {\n  // Size it appropriately next to real form controls\n  padding-top: (@padding-base-vertical + 1);\n  padding-bottom: (@padding-base-vertical + 1);\n  // Remove default margin from `p`\n  margin-bottom: 0;\n  min-height: (@line-height-computed + @font-size-base);\n\n  &.input-lg,\n  &.input-sm {\n    padding-left: 0;\n    padding-right: 0;\n  }\n}\n\n\n// Form control sizing\n//\n// Build on `.form-control` with modifier classes to decrease or increase the\n// height and font-size of form controls.\n//\n// The `.form-group-* form-control` variations are sadly duplicated to avoid the\n// issue documented in https://github.com/twbs/bootstrap/issues/15074.\n\n.input-sm {\n  .input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @input-border-radius-small);\n}\n.form-group-sm {\n  .form-control {\n    height: @input-height-small;\n    padding: @padding-small-vertical @padding-small-horizontal;\n    font-size: @font-size-small;\n    line-height: @line-height-small;\n    border-radius: @input-border-radius-small;\n  }\n  select.form-control {\n    height: @input-height-small;\n    line-height: @input-height-small;\n  }\n  textarea.form-control,\n  select[multiple].form-control {\n    height: auto;\n  }\n  .form-control-static {\n    height: @input-height-small;\n    min-height: (@line-height-computed + @font-size-small);\n    padding: (@padding-small-vertical + 1) @padding-small-horizontal;\n    font-size: @font-size-small;\n    line-height: @line-height-small;\n  }\n}\n\n.input-lg {\n  .input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @input-border-radius-large);\n}\n.form-group-lg {\n  .form-control {\n    height: @input-height-large;\n    padding: @padding-large-vertical @padding-large-horizontal;\n    font-size: @font-size-large;\n    line-height: @line-height-large;\n    border-radius: @input-border-radius-large;\n  }\n  select.form-control {\n    height: @input-height-large;\n    line-height: @input-height-large;\n  }\n  textarea.form-control,\n  select[multiple].form-control {\n    height: auto;\n  }\n  .form-control-static {\n    height: @input-height-large;\n    min-height: (@line-height-computed + @font-size-large);\n    padding: (@padding-large-vertical + 1) @padding-large-horizontal;\n    font-size: @font-size-large;\n    line-height: @line-height-large;\n  }\n}\n\n\n// Form control feedback states\n//\n// Apply contextual and semantic states to individual form controls.\n\n.has-feedback {\n  // Enable absolute positioning\n  position: relative;\n\n  // Ensure icons don't overlap text\n  .form-control {\n    padding-right: (@input-height-base * 1.25);\n  }\n}\n// Feedback icon (requires .glyphicon classes)\n.form-control-feedback {\n  position: absolute;\n  top: 0;\n  right: 0;\n  z-index: 2; // Ensure icon is above input groups\n  display: block;\n  width: @input-height-base;\n  height: @input-height-base;\n  line-height: @input-height-base;\n  text-align: center;\n  pointer-events: none;\n}\n.input-lg + .form-control-feedback,\n.input-group-lg + .form-control-feedback,\n.form-group-lg .form-control + .form-control-feedback {\n  width: @input-height-large;\n  height: @input-height-large;\n  line-height: @input-height-large;\n}\n.input-sm + .form-control-feedback,\n.input-group-sm + .form-control-feedback,\n.form-group-sm .form-control + .form-control-feedback {\n  width: @input-height-small;\n  height: @input-height-small;\n  line-height: @input-height-small;\n}\n\n// Feedback states\n.has-success {\n  .form-control-validation(@state-success-text; @state-success-text; @state-success-bg);\n}\n.has-warning {\n  .form-control-validation(@state-warning-text; @state-warning-text; @state-warning-bg);\n}\n.has-error {\n  .form-control-validation(@state-danger-text; @state-danger-text; @state-danger-bg);\n}\n\n// Reposition feedback icon if input has visible label above\n.has-feedback label {\n\n  & ~ .form-control-feedback {\n    top: (@line-height-computed + 5); // Height of the `label` and its margin\n  }\n  &.sr-only ~ .form-control-feedback {\n    top: 0;\n  }\n}\n\n\n// Help text\n//\n// Apply to any element you wish to create light text for placement immediately\n// below a form control. Use for general help, formatting, or instructional text.\n\n.help-block {\n  display: block; // account for any element using help-block\n  margin-top: 5px;\n  margin-bottom: 10px;\n  color: lighten(@text-color, 25%); // lighten the text some for contrast\n}\n\n\n// Inline forms\n//\n// Make forms appear inline(-block) by adding the `.form-inline` class. Inline\n// forms begin stacked on extra small (mobile) devices and then go inline when\n// viewports reach <768px.\n//\n// Requires wrapping inputs and labels with `.form-group` for proper display of\n// default HTML form controls and our custom form controls (e.g., input groups).\n//\n// Heads up! This is mixin-ed into `.navbar-form` in navbars.less.\n\n.form-inline {\n\n  // Kick in the inline\n  @media (min-width: @screen-sm-min) {\n    // Inline-block all the things for \"inline\"\n    .form-group {\n      display: inline-block;\n      margin-bottom: 0;\n      vertical-align: middle;\n    }\n\n    // In navbar-form, allow folks to *not* use `.form-group`\n    .form-control {\n      display: inline-block;\n      width: auto; // Prevent labels from stacking above inputs in `.form-group`\n      vertical-align: middle;\n    }\n\n    // Make static controls behave like regular ones\n    .form-control-static {\n      display: inline-block;\n    }\n\n    .input-group {\n      display: inline-table;\n      vertical-align: middle;\n\n      .input-group-addon,\n      .input-group-btn,\n      .form-control {\n        width: auto;\n      }\n    }\n\n    // Input groups need that 100% width though\n    .input-group > .form-control {\n      width: 100%;\n    }\n\n    .control-label {\n      margin-bottom: 0;\n      vertical-align: middle;\n    }\n\n    // Remove default margin on radios/checkboxes that were used for stacking, and\n    // then undo the floating of radios and checkboxes to match.\n    .radio,\n    .checkbox {\n      display: inline-block;\n      margin-top: 0;\n      margin-bottom: 0;\n      vertical-align: middle;\n\n      label {\n        padding-left: 0;\n      }\n    }\n    .radio input[type=\"radio\"],\n    .checkbox input[type=\"checkbox\"] {\n      position: relative;\n      margin-left: 0;\n    }\n\n    // Re-override the feedback icon.\n    .has-feedback .form-control-feedback {\n      top: 0;\n    }\n  }\n}\n\n\n// Horizontal forms\n//\n// Horizontal forms are built on grid classes and allow you to create forms with\n// labels on the left and inputs on the right.\n\n.form-horizontal {\n\n  // Consistent vertical alignment of radios and checkboxes\n  //\n  // Labels also get some reset styles, but that is scoped to a media query below.\n  .radio,\n  .checkbox,\n  .radio-inline,\n  .checkbox-inline {\n    margin-top: 0;\n    margin-bottom: 0;\n    padding-top: (@padding-base-vertical + 1); // Default padding plus a border\n  }\n  // Account for padding we're adding to ensure the alignment and of help text\n  // and other content below items\n  .radio,\n  .checkbox {\n    min-height: (@line-height-computed + (@padding-base-vertical + 1));\n  }\n\n  // Make form groups behave like rows\n  .form-group {\n    .make-row();\n  }\n\n  // Reset spacing and right align labels, but scope to media queries so that\n  // labels on narrow viewports stack the same as a default form example.\n  @media (min-width: @screen-sm-min) {\n    .control-label {\n      text-align: right;\n      margin-bottom: 0;\n      padding-top: (@padding-base-vertical + 1); // Default padding plus a border\n    }\n  }\n\n  // Validation states\n  //\n  // Reposition the icon because it's now within a grid column and columns have\n  // `position: relative;` on them. Also accounts for the grid gutter padding.\n  .has-feedback .form-control-feedback {\n    right: floor((@grid-gutter-width / 2));\n  }\n\n  // Form group sizes\n  //\n  // Quick utility class for applying `.input-lg` and `.input-sm` styles to the\n  // inputs and labels within a `.form-group`.\n  .form-group-lg {\n    @media (min-width: @screen-sm-min) {\n      .control-label {\n        padding-top: (@padding-large-vertical + 1);\n        font-size: @font-size-large;\n      }\n    }\n  }\n  .form-group-sm {\n    @media (min-width: @screen-sm-min) {\n      .control-label {\n        padding-top: (@padding-small-vertical + 1);\n        font-size: @font-size-small;\n      }\n    }\n  }\n}\n","// Form validation states\n//\n// Used in forms.less to generate the form validation CSS for warnings, errors,\n// and successes.\n\n.form-control-validation(@text-color: #555; @border-color: #ccc; @background-color: #f5f5f5) {\n  // Color the label and help text\n  .help-block,\n  .control-label,\n  .radio,\n  .checkbox,\n  .radio-inline,\n  .checkbox-inline,\n  &.radio label,\n  &.checkbox label,\n  &.radio-inline label,\n  &.checkbox-inline label  {\n    color: @text-color;\n  }\n  // Set the border and box shadow on specific inputs to match\n  .form-control {\n    border-color: @border-color;\n    .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work\n    &:focus {\n      border-color: darken(@border-color, 10%);\n      @shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%);\n      .box-shadow(@shadow);\n    }\n  }\n  // Set validation states also for addons\n  .input-group-addon {\n    color: @text-color;\n    border-color: @border-color;\n    background-color: @background-color;\n  }\n  // Optional feedback icon\n  .form-control-feedback {\n    color: @text-color;\n  }\n}\n\n\n// Form control focus state\n//\n// Generate a customized focus state and for any input with the specified color,\n// which defaults to the `@input-border-focus` variable.\n//\n// We highly encourage you to not customize the default value, but instead use\n// this to tweak colors on an as-needed basis. This aesthetic change is based on\n// WebKit's default styles, but applicable to a wider range of browsers. Its\n// usability and accessibility should be taken into account with any change.\n//\n// Example usage: change the default blue border and shadow to white for better\n// contrast against a dark gray background.\n.form-control-focus(@color: @input-border-focus) {\n  @color-rgba: rgba(red(@color), green(@color), blue(@color), .6);\n  &:focus {\n    border-color: @color;\n    outline: 0;\n    .box-shadow(~\"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}\");\n  }\n}\n\n// Form control sizing\n//\n// Relative text size, padding, and border-radii changes for form controls. For\n// horizontal sizing, wrap controls in the predefined grid classes. `<select>`\n// element gets special love because it's special, and that's a fact!\n.input-size(@input-height; @padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n  height: @input-height;\n  padding: @padding-vertical @padding-horizontal;\n  font-size: @font-size;\n  line-height: @line-height;\n  border-radius: @border-radius;\n\n  select& {\n    height: @input-height;\n    line-height: @input-height;\n  }\n\n  textarea&,\n  select[multiple]& {\n    height: auto;\n  }\n}\n","//\n// Buttons\n// --------------------------------------------------\n\n\n// Base styles\n// --------------------------------------------------\n\n.btn {\n  display: inline-block;\n  margin-bottom: 0; // For input.btn\n  font-weight: @btn-font-weight;\n  text-align: center;\n  vertical-align: middle;\n  touch-action: manipulation;\n  cursor: pointer;\n  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n  border: 1px solid transparent;\n  white-space: nowrap;\n  .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @btn-border-radius-base);\n  .user-select(none);\n\n  &,\n  &:active,\n  &.active {\n    &:focus,\n    &.focus {\n      .tab-focus();\n    }\n  }\n\n  &:hover,\n  &:focus,\n  &.focus {\n    color: @btn-default-color;\n    text-decoration: none;\n  }\n\n  &:active,\n  &.active {\n    outline: 0;\n    background-image: none;\n    .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n  }\n\n  &.disabled,\n  &[disabled],\n  fieldset[disabled] & {\n    cursor: @cursor-disabled;\n    .opacity(.65);\n    .box-shadow(none);\n  }\n\n  a& {\n    &.disabled,\n    fieldset[disabled] & {\n      pointer-events: none; // Future-proof disabling of clicks on `<a>` elements\n    }\n  }\n}\n\n\n// Alternate buttons\n// --------------------------------------------------\n\n.btn-default {\n  .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border);\n}\n.btn-primary {\n  .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border);\n}\n// Success appears as green\n.btn-success {\n  .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border);\n}\n// Info appears as blue-green\n.btn-info {\n  .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border);\n}\n// Warning appears as orange\n.btn-warning {\n  .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border);\n}\n// Danger and error appear as red\n.btn-danger {\n  .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border);\n}\n\n\n// Link buttons\n// -------------------------\n\n// Make a button look and behave like a link\n.btn-link {\n  color: @link-color;\n  font-weight: normal;\n  border-radius: 0;\n\n  &,\n  &:active,\n  &.active,\n  &[disabled],\n  fieldset[disabled] & {\n    background-color: transparent;\n    .box-shadow(none);\n  }\n  &,\n  &:hover,\n  &:focus,\n  &:active {\n    border-color: transparent;\n  }\n  &:hover,\n  &:focus {\n    color: @link-hover-color;\n    text-decoration: @link-hover-decoration;\n    background-color: transparent;\n  }\n  &[disabled],\n  fieldset[disabled] & {\n    &:hover,\n    &:focus {\n      color: @btn-link-disabled-color;\n      text-decoration: none;\n    }\n  }\n}\n\n\n// Button Sizes\n// --------------------------------------------------\n\n.btn-lg {\n  // line-height: ensure even-numbered height of button next to large input\n  .button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @btn-border-radius-large);\n}\n.btn-sm {\n  // line-height: ensure proper height of button next to small input\n  .button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small);\n}\n.btn-xs {\n  .button-size(@padding-xs-vertical; @padding-xs-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small);\n}\n\n\n// Block button\n// --------------------------------------------------\n\n.btn-block {\n  display: block;\n  width: 100%;\n}\n\n// Vertically space out multiple block buttons\n.btn-block + .btn-block {\n  margin-top: 5px;\n}\n\n// Specificity overrides\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"] {\n  &.btn-block {\n    width: 100%;\n  }\n}\n","// Button variants\n//\n// Easily pump out default styles, as well as :hover, :focus, :active,\n// and disabled options for all buttons\n\n.button-variant(@color; @background; @border) {\n  color: @color;\n  background-color: @background;\n  border-color: @border;\n\n  &:focus,\n  &.focus {\n    color: @color;\n    background-color: darken(@background, 10%);\n        border-color: darken(@border, 25%);\n  }\n  &:hover {\n    color: @color;\n    background-color: darken(@background, 10%);\n        border-color: darken(@border, 12%);\n  }\n  &:active,\n  &.active,\n  .open > .dropdown-toggle& {\n    color: @color;\n    background-color: darken(@background, 10%);\n        border-color: darken(@border, 12%);\n\n    &:hover,\n    &:focus,\n    &.focus {\n      color: @color;\n      background-color: darken(@background, 17%);\n          border-color: darken(@border, 25%);\n    }\n  }\n  &:active,\n  &.active,\n  .open > .dropdown-toggle& {\n    background-image: none;\n  }\n  &.disabled,\n  &[disabled],\n  fieldset[disabled] & {\n    &:hover,\n    &:focus,\n    &.focus {\n      background-color: @background;\n          border-color: @border;\n    }\n  }\n\n  .badge {\n    color: @background;\n    background-color: @color;\n  }\n}\n\n// Button sizes\n.button-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n  padding: @padding-vertical @padding-horizontal;\n  font-size: @font-size;\n  line-height: @line-height;\n  border-radius: @border-radius;\n}\n","// Opacity\n\n.opacity(@opacity) {\n  opacity: @opacity;\n  // IE8 filter\n  @opacity-ie: (@opacity * 100);\n  filter: ~\"alpha(opacity=@{opacity-ie})\";\n}\n","//\n// Component animations\n// --------------------------------------------------\n\n// Heads up!\n//\n// We don't use the `.opacity()` mixin here since it causes a bug with text\n// fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552.\n\n.fade {\n  opacity: 0;\n  .transition(opacity .15s linear);\n  &.in {\n    opacity: 1;\n  }\n}\n\n.collapse {\n  display: none;\n\n  &.in      { display: block; }\n  tr&.in    { display: table-row; }\n  tbody&.in { display: table-row-group; }\n}\n\n.collapsing {\n  position: relative;\n  height: 0;\n  overflow: hidden;\n  .transition-property(~\"height, visibility\");\n  .transition-duration(.35s);\n  .transition-timing-function(ease);\n}\n","//\n// Dropdown menus\n// --------------------------------------------------\n\n\n// Dropdown arrow/caret\n.caret {\n  display: inline-block;\n  width: 0;\n  height: 0;\n  margin-left: 2px;\n  vertical-align: middle;\n  border-top:   @caret-width-base dashed;\n  border-top:   @caret-width-base solid ~\"\\9\"; // IE8\n  border-right: @caret-width-base solid transparent;\n  border-left:  @caret-width-base solid transparent;\n}\n\n// The dropdown wrapper (div)\n.dropup,\n.dropdown {\n  position: relative;\n}\n\n// Prevent the focus on the dropdown toggle when closing dropdowns\n.dropdown-toggle:focus {\n  outline: 0;\n}\n\n// The dropdown menu (ul)\n.dropdown-menu {\n  position: absolute;\n  top: 100%;\n  left: 0;\n  z-index: @zindex-dropdown;\n  display: none; // none by default, but block on \"open\" of the menu\n  float: left;\n  min-width: 160px;\n  padding: 5px 0;\n  margin: 2px 0 0; // override default ul\n  list-style: none;\n  font-size: @font-size-base;\n  text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)\n  background-color: @dropdown-bg;\n  border: 1px solid @dropdown-fallback-border; // IE8 fallback\n  border: 1px solid @dropdown-border;\n  border-radius: @border-radius-base;\n  .box-shadow(0 6px 12px rgba(0,0,0,.175));\n  background-clip: padding-box;\n\n  // Aligns the dropdown menu to right\n  //\n  // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`\n  &.pull-right {\n    right: 0;\n    left: auto;\n  }\n\n  // Dividers (basically an hr) within the dropdown\n  .divider {\n    .nav-divider(@dropdown-divider-bg);\n  }\n\n  // Links within the dropdown menu\n  > li > a {\n    display: block;\n    padding: 3px 20px;\n    clear: both;\n    font-weight: normal;\n    line-height: @line-height-base;\n    color: @dropdown-link-color;\n    white-space: nowrap; // prevent links from randomly breaking onto new lines\n  }\n}\n\n// Hover/Focus state\n.dropdown-menu > li > a {\n  &:hover,\n  &:focus {\n    text-decoration: none;\n    color: @dropdown-link-hover-color;\n    background-color: @dropdown-link-hover-bg;\n  }\n}\n\n// Active state\n.dropdown-menu > .active > a {\n  &,\n  &:hover,\n  &:focus {\n    color: @dropdown-link-active-color;\n    text-decoration: none;\n    outline: 0;\n    background-color: @dropdown-link-active-bg;\n  }\n}\n\n// Disabled state\n//\n// Gray out text and ensure the hover/focus state remains gray\n\n.dropdown-menu > .disabled > a {\n  &,\n  &:hover,\n  &:focus {\n    color: @dropdown-link-disabled-color;\n  }\n\n  // Nuke hover/focus effects\n  &:hover,\n  &:focus {\n    text-decoration: none;\n    background-color: transparent;\n    background-image: none; // Remove CSS gradient\n    .reset-filter();\n    cursor: @cursor-disabled;\n  }\n}\n\n// Open state for the dropdown\n.open {\n  // Show the menu\n  > .dropdown-menu {\n    display: block;\n  }\n\n  // Remove the outline when :focus is triggered\n  > a {\n    outline: 0;\n  }\n}\n\n// Menu positioning\n//\n// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown\n// menu with the parent.\n.dropdown-menu-right {\n  left: auto; // Reset the default from `.dropdown-menu`\n  right: 0;\n}\n// With v3, we enabled auto-flipping if you have a dropdown within a right\n// aligned nav component. To enable the undoing of that, we provide an override\n// to restore the default dropdown menu alignment.\n//\n// This is only for left-aligning a dropdown menu within a `.navbar-right` or\n// `.pull-right` nav component.\n.dropdown-menu-left {\n  left: 0;\n  right: auto;\n}\n\n// Dropdown section headers\n.dropdown-header {\n  display: block;\n  padding: 3px 20px;\n  font-size: @font-size-small;\n  line-height: @line-height-base;\n  color: @dropdown-header-color;\n  white-space: nowrap; // as with > li > a\n}\n\n// Backdrop to catch body clicks on mobile, etc.\n.dropdown-backdrop {\n  position: fixed;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  top: 0;\n  z-index: (@zindex-dropdown - 10);\n}\n\n// Right aligned dropdowns\n.pull-right > .dropdown-menu {\n  right: 0;\n  left: auto;\n}\n\n// Allow for dropdowns to go bottom up (aka, dropup-menu)\n//\n// Just add .dropup after the standard .dropdown class and you're set, bro.\n// TODO: abstract this so that the navbar fixed styles are not placed here?\n\n.dropup,\n.navbar-fixed-bottom .dropdown {\n  // Reverse the caret\n  .caret {\n    border-top: 0;\n    border-bottom: @caret-width-base dashed;\n    border-bottom: @caret-width-base solid ~\"\\9\"; // IE8\n    content: \"\";\n  }\n  // Different positioning for bottom up menu\n  .dropdown-menu {\n    top: auto;\n    bottom: 100%;\n    margin-bottom: 2px;\n  }\n}\n\n\n// Component alignment\n//\n// Reiterate per navbar.less and the modified component alignment there.\n\n@media (min-width: @grid-float-breakpoint) {\n  .navbar-right {\n    .dropdown-menu {\n      .dropdown-menu-right();\n    }\n    // Necessary for overrides of the default right aligned menu.\n    // Will remove come v4 in all likelihood.\n    .dropdown-menu-left {\n      .dropdown-menu-left();\n    }\n  }\n}\n","// Horizontal dividers\n//\n// Dividers (basically an hr) within dropdowns and nav lists\n\n.nav-divider(@color: #e5e5e5) {\n  height: 1px;\n  margin: ((@line-height-computed / 2) - 1) 0;\n  overflow: hidden;\n  background-color: @color;\n}\n","// Reset filters for IE\n//\n// When you need to remove a gradient background, do not forget to use this to reset\n// the IE filter for IE9 and below.\n\n.reset-filter() {\n  filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"));\n}\n","//\n// Button groups\n// --------------------------------------------------\n\n// Make the div behave like a button\n.btn-group,\n.btn-group-vertical {\n  position: relative;\n  display: inline-block;\n  vertical-align: middle; // match .btn alignment given font-size hack above\n  > .btn {\n    position: relative;\n    float: left;\n    // Bring the \"active\" button to the front\n    &:hover,\n    &:focus,\n    &:active,\n    &.active {\n      z-index: 2;\n    }\n  }\n}\n\n// Prevent double borders when buttons are next to each other\n.btn-group {\n  .btn + .btn,\n  .btn + .btn-group,\n  .btn-group + .btn,\n  .btn-group + .btn-group {\n    margin-left: -1px;\n  }\n}\n\n// Optional: Group multiple button groups together for a toolbar\n.btn-toolbar {\n  margin-left: -5px; // Offset the first child's margin\n  &:extend(.clearfix all);\n\n  .btn,\n  .btn-group,\n  .input-group {\n    float: left;\n  }\n  > .btn,\n  > .btn-group,\n  > .input-group {\n    margin-left: 5px;\n  }\n}\n\n.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {\n  border-radius: 0;\n}\n\n// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match\n.btn-group > .btn:first-child {\n  margin-left: 0;\n  &:not(:last-child):not(.dropdown-toggle) {\n    .border-right-radius(0);\n  }\n}\n// Need .dropdown-toggle since :last-child doesn't apply, given that a .dropdown-menu is used immediately after it\n.btn-group > .btn:last-child:not(:first-child),\n.btn-group > .dropdown-toggle:not(:first-child) {\n  .border-left-radius(0);\n}\n\n// Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group)\n.btn-group > .btn-group {\n  float: left;\n}\n.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {\n  border-radius: 0;\n}\n.btn-group > .btn-group:first-child:not(:last-child) {\n  > .btn:last-child,\n  > .dropdown-toggle {\n    .border-right-radius(0);\n  }\n}\n.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {\n  .border-left-radius(0);\n}\n\n// On active and open, don't show outline\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n  outline: 0;\n}\n\n\n// Sizing\n//\n// Remix the default button sizing classes into new ones for easier manipulation.\n\n.btn-group-xs > .btn { &:extend(.btn-xs); }\n.btn-group-sm > .btn { &:extend(.btn-sm); }\n.btn-group-lg > .btn { &:extend(.btn-lg); }\n\n\n// Split button dropdowns\n// ----------------------\n\n// Give the line between buttons some depth\n.btn-group > .btn + .dropdown-toggle {\n  padding-left: 8px;\n  padding-right: 8px;\n}\n.btn-group > .btn-lg + .dropdown-toggle {\n  padding-left: 12px;\n  padding-right: 12px;\n}\n\n// The clickable button for toggling the menu\n// Remove the gradient and set the same inset shadow as the :active state\n.btn-group.open .dropdown-toggle {\n  .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n\n  // Show no shadow for `.btn-link` since it has no other button styles.\n  &.btn-link {\n    .box-shadow(none);\n  }\n}\n\n\n// Reposition the caret\n.btn .caret {\n  margin-left: 0;\n}\n// Carets in other button sizes\n.btn-lg .caret {\n  border-width: @caret-width-large @caret-width-large 0;\n  border-bottom-width: 0;\n}\n// Upside down carets for .dropup\n.dropup .btn-lg .caret {\n  border-width: 0 @caret-width-large @caret-width-large;\n}\n\n\n// Vertical button groups\n// ----------------------\n\n.btn-group-vertical {\n  > .btn,\n  > .btn-group,\n  > .btn-group > .btn {\n    display: block;\n    float: none;\n    width: 100%;\n    max-width: 100%;\n  }\n\n  // Clear floats so dropdown menus can be properly placed\n  > .btn-group {\n    &:extend(.clearfix all);\n    > .btn {\n      float: none;\n    }\n  }\n\n  > .btn + .btn,\n  > .btn + .btn-group,\n  > .btn-group + .btn,\n  > .btn-group + .btn-group {\n    margin-top: -1px;\n    margin-left: 0;\n  }\n}\n\n.btn-group-vertical > .btn {\n  &:not(:first-child):not(:last-child) {\n    border-radius: 0;\n  }\n  &:first-child:not(:last-child) {\n    .border-top-radius(@btn-border-radius-base);\n    .border-bottom-radius(0);\n  }\n  &:last-child:not(:first-child) {\n    .border-top-radius(0);\n    .border-bottom-radius(@btn-border-radius-base);\n  }\n}\n.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {\n  border-radius: 0;\n}\n.btn-group-vertical > .btn-group:first-child:not(:last-child) {\n  > .btn:last-child,\n  > .dropdown-toggle {\n    .border-bottom-radius(0);\n  }\n}\n.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {\n  .border-top-radius(0);\n}\n\n\n// Justified button groups\n// ----------------------\n\n.btn-group-justified {\n  display: table;\n  width: 100%;\n  table-layout: fixed;\n  border-collapse: separate;\n  > .btn,\n  > .btn-group {\n    float: none;\n    display: table-cell;\n    width: 1%;\n  }\n  > .btn-group .btn {\n    width: 100%;\n  }\n\n  > .btn-group .dropdown-menu {\n    left: auto;\n  }\n}\n\n\n// Checkbox and radio options\n//\n// In order to support the browser's form validation feedback, powered by the\n// `required` attribute, we have to \"hide\" the inputs via `clip`. We cannot use\n// `display: none;` or `visibility: hidden;` as that also hides the popover.\n// Simply visually hiding the inputs via `opacity` would leave them clickable in\n// certain cases which is prevented by using `clip` and `pointer-events`.\n// This way, we ensure a DOM element is visible to position the popover from.\n//\n// See https://github.com/twbs/bootstrap/pull/12794 and\n// https://github.com/twbs/bootstrap/pull/14559 for more information.\n\n[data-toggle=\"buttons\"] {\n  > .btn,\n  > .btn-group > .btn {\n    input[type=\"radio\"],\n    input[type=\"checkbox\"] {\n      position: absolute;\n      clip: rect(0,0,0,0);\n      pointer-events: none;\n    }\n  }\n}\n","// Single side border-radius\n\n.border-top-radius(@radius) {\n  border-top-right-radius: @radius;\n   border-top-left-radius: @radius;\n}\n.border-right-radius(@radius) {\n  border-bottom-right-radius: @radius;\n     border-top-right-radius: @radius;\n}\n.border-bottom-radius(@radius) {\n  border-bottom-right-radius: @radius;\n   border-bottom-left-radius: @radius;\n}\n.border-left-radius(@radius) {\n  border-bottom-left-radius: @radius;\n     border-top-left-radius: @radius;\n}\n","//\n// Input groups\n// --------------------------------------------------\n\n// Base styles\n// -------------------------\n.input-group {\n  position: relative; // For dropdowns\n  display: table;\n  border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table\n\n  // Undo padding and float of grid classes\n  &[class*=\"col-\"] {\n    float: none;\n    padding-left: 0;\n    padding-right: 0;\n  }\n\n  .form-control {\n    // Ensure that the input is always above the *appended* addon button for\n    // proper border colors.\n    position: relative;\n    z-index: 2;\n\n    // IE9 fubars the placeholder attribute in text inputs and the arrows on\n    // select elements in input groups. To fix it, we float the input. Details:\n    // https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855\n    float: left;\n\n    width: 100%;\n    margin-bottom: 0;\n\n    &:focus {\n      z-index: 3;\n    }\n  }\n}\n\n// Sizing options\n//\n// Remix the default form control sizing classes into new ones for easier\n// manipulation.\n\n.input-group-lg > .form-control,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .btn {\n  .input-lg();\n}\n.input-group-sm > .form-control,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .btn {\n  .input-sm();\n}\n\n\n// Display as table-cell\n// -------------------------\n.input-group-addon,\n.input-group-btn,\n.input-group .form-control {\n  display: table-cell;\n\n  &:not(:first-child):not(:last-child) {\n    border-radius: 0;\n  }\n}\n// Addon and addon wrapper for buttons\n.input-group-addon,\n.input-group-btn {\n  width: 1%;\n  white-space: nowrap;\n  vertical-align: middle; // Match the inputs\n}\n\n// Text input groups\n// -------------------------\n.input-group-addon {\n  padding: @padding-base-vertical @padding-base-horizontal;\n  font-size: @font-size-base;\n  font-weight: normal;\n  line-height: 1;\n  color: @input-color;\n  text-align: center;\n  background-color: @input-group-addon-bg;\n  border: 1px solid @input-group-addon-border-color;\n  border-radius: @input-border-radius;\n\n  // Sizing\n  &.input-sm {\n    padding: @padding-small-vertical @padding-small-horizontal;\n    font-size: @font-size-small;\n    border-radius: @input-border-radius-small;\n  }\n  &.input-lg {\n    padding: @padding-large-vertical @padding-large-horizontal;\n    font-size: @font-size-large;\n    border-radius: @input-border-radius-large;\n  }\n\n  // Nuke default margins from checkboxes and radios to vertically center within.\n  input[type=\"radio\"],\n  input[type=\"checkbox\"] {\n    margin-top: 0;\n  }\n}\n\n// Reset rounded corners\n.input-group .form-control:first-child,\n.input-group-addon:first-child,\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group > .btn,\n.input-group-btn:first-child > .dropdown-toggle,\n.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {\n  .border-right-radius(0);\n}\n.input-group-addon:first-child {\n  border-right: 0;\n}\n.input-group .form-control:last-child,\n.input-group-addon:last-child,\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group > .btn,\n.input-group-btn:last-child > .dropdown-toggle,\n.input-group-btn:first-child > .btn:not(:first-child),\n.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {\n  .border-left-radius(0);\n}\n.input-group-addon:last-child {\n  border-left: 0;\n}\n\n// Button input groups\n// -------------------------\n.input-group-btn {\n  position: relative;\n  // Jankily prevent input button groups from wrapping with `white-space` and\n  // `font-size` in combination with `inline-block` on buttons.\n  font-size: 0;\n  white-space: nowrap;\n\n  // Negative margin for spacing, position for bringing hovered/focused/actived\n  // element above the siblings.\n  > .btn {\n    position: relative;\n    + .btn {\n      margin-left: -1px;\n    }\n    // Bring the \"active\" button to the front\n    &:hover,\n    &:focus,\n    &:active {\n      z-index: 2;\n    }\n  }\n\n  // Negative margin to only have a 1px border between the two\n  &:first-child {\n    > .btn,\n    > .btn-group {\n      margin-right: -1px;\n    }\n  }\n  &:last-child {\n    > .btn,\n    > .btn-group {\n      z-index: 2;\n      margin-left: -1px;\n    }\n  }\n}\n","//\n// Navs\n// --------------------------------------------------\n\n\n// Base class\n// --------------------------------------------------\n\n.nav {\n  margin-bottom: 0;\n  padding-left: 0; // Override default ul/ol\n  list-style: none;\n  &:extend(.clearfix all);\n\n  > li {\n    position: relative;\n    display: block;\n\n    > a {\n      position: relative;\n      display: block;\n      padding: @nav-link-padding;\n      &:hover,\n      &:focus {\n        text-decoration: none;\n        background-color: @nav-link-hover-bg;\n      }\n    }\n\n    // Disabled state sets text to gray and nukes hover/tab effects\n    &.disabled > a {\n      color: @nav-disabled-link-color;\n\n      &:hover,\n      &:focus {\n        color: @nav-disabled-link-hover-color;\n        text-decoration: none;\n        background-color: transparent;\n        cursor: @cursor-disabled;\n      }\n    }\n  }\n\n  // Open dropdowns\n  .open > a {\n    &,\n    &:hover,\n    &:focus {\n      background-color: @nav-link-hover-bg;\n      border-color: @link-color;\n    }\n  }\n\n  // Nav dividers (deprecated with v3.0.1)\n  //\n  // This should have been removed in v3 with the dropping of `.nav-list`, but\n  // we missed it. We don't currently support this anywhere, but in the interest\n  // of maintaining backward compatibility in case you use it, it's deprecated.\n  .nav-divider {\n    .nav-divider();\n  }\n\n  // Prevent IE8 from misplacing imgs\n  //\n  // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989\n  > li > a > img {\n    max-width: none;\n  }\n}\n\n\n// Tabs\n// -------------------------\n\n// Give the tabs something to sit on\n.nav-tabs {\n  border-bottom: 1px solid @nav-tabs-border-color;\n  > li {\n    float: left;\n    // Make the list-items overlay the bottom border\n    margin-bottom: -1px;\n\n    // Actual tabs (as links)\n    > a {\n      margin-right: 2px;\n      line-height: @line-height-base;\n      border: 1px solid transparent;\n      border-radius: @border-radius-base @border-radius-base 0 0;\n      &:hover {\n        border-color: @nav-tabs-link-hover-border-color @nav-tabs-link-hover-border-color @nav-tabs-border-color;\n      }\n    }\n\n    // Active state, and its :hover to override normal :hover\n    &.active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @nav-tabs-active-link-hover-color;\n        background-color: @nav-tabs-active-link-hover-bg;\n        border: 1px solid @nav-tabs-active-link-hover-border-color;\n        border-bottom-color: transparent;\n        cursor: default;\n      }\n    }\n  }\n  // pulling this in mainly for less shorthand\n  &.nav-justified {\n    .nav-justified();\n    .nav-tabs-justified();\n  }\n}\n\n\n// Pills\n// -------------------------\n.nav-pills {\n  > li {\n    float: left;\n\n    // Links rendered as pills\n    > a {\n      border-radius: @nav-pills-border-radius;\n    }\n    + li {\n      margin-left: 2px;\n    }\n\n    // Active state\n    &.active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @nav-pills-active-link-hover-color;\n        background-color: @nav-pills-active-link-hover-bg;\n      }\n    }\n  }\n}\n\n\n// Stacked pills\n.nav-stacked {\n  > li {\n    float: none;\n    + li {\n      margin-top: 2px;\n      margin-left: 0; // no need for this gap between nav items\n    }\n  }\n}\n\n\n// Nav variations\n// --------------------------------------------------\n\n// Justified nav links\n// -------------------------\n\n.nav-justified {\n  width: 100%;\n\n  > li {\n    float: none;\n    > a {\n      text-align: center;\n      margin-bottom: 5px;\n    }\n  }\n\n  > .dropdown .dropdown-menu {\n    top: auto;\n    left: auto;\n  }\n\n  @media (min-width: @screen-sm-min) {\n    > li {\n      display: table-cell;\n      width: 1%;\n      > a {\n        margin-bottom: 0;\n      }\n    }\n  }\n}\n\n// Move borders to anchors instead of bottom of list\n//\n// Mixin for adding on top the shared `.nav-justified` styles for our tabs\n.nav-tabs-justified {\n  border-bottom: 0;\n\n  > li > a {\n    // Override margin from .nav-tabs\n    margin-right: 0;\n    border-radius: @border-radius-base;\n  }\n\n  > .active > a,\n  > .active > a:hover,\n  > .active > a:focus {\n    border: 1px solid @nav-tabs-justified-link-border-color;\n  }\n\n  @media (min-width: @screen-sm-min) {\n    > li > a {\n      border-bottom: 1px solid @nav-tabs-justified-link-border-color;\n      border-radius: @border-radius-base @border-radius-base 0 0;\n    }\n    > .active > a,\n    > .active > a:hover,\n    > .active > a:focus {\n      border-bottom-color: @nav-tabs-justified-active-link-border-color;\n    }\n  }\n}\n\n\n// Tabbable tabs\n// -------------------------\n\n// Hide tabbable panes to start, show them when `.active`\n.tab-content {\n  > .tab-pane {\n    display: none;\n  }\n  > .active {\n    display: block;\n  }\n}\n\n\n// Dropdowns\n// -------------------------\n\n// Specific dropdowns\n.nav-tabs .dropdown-menu {\n  // make dropdown border overlap tab border\n  margin-top: -1px;\n  // Remove the top rounded corners here since there is a hard edge above the menu\n  .border-top-radius(0);\n}\n","//\n// Navbars\n// --------------------------------------------------\n\n\n// Wrapper and base class\n//\n// Provide a static navbar from which we expand to create full-width, fixed, and\n// other navbar variations.\n\n.navbar {\n  position: relative;\n  min-height: @navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)\n  margin-bottom: @navbar-margin-bottom;\n  border: 1px solid transparent;\n\n  // Prevent floats from breaking the navbar\n  &:extend(.clearfix all);\n\n  @media (min-width: @grid-float-breakpoint) {\n    border-radius: @navbar-border-radius;\n  }\n}\n\n\n// Navbar heading\n//\n// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy\n// styling of responsive aspects.\n\n.navbar-header {\n  &:extend(.clearfix all);\n\n  @media (min-width: @grid-float-breakpoint) {\n    float: left;\n  }\n}\n\n\n// Navbar collapse (body)\n//\n// Group your navbar content into this for easy collapsing and expanding across\n// various device sizes. By default, this content is collapsed when <768px, but\n// will expand past that for a horizontal display.\n//\n// To start (on mobile devices) the navbar links, forms, and buttons are stacked\n// vertically and include a `max-height` to overflow in case you have too much\n// content for the user's viewport.\n\n.navbar-collapse {\n  overflow-x: visible;\n  padding-right: @navbar-padding-horizontal;\n  padding-left:  @navbar-padding-horizontal;\n  border-top: 1px solid transparent;\n  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);\n  &:extend(.clearfix all);\n  -webkit-overflow-scrolling: touch;\n\n  &.in {\n    overflow-y: auto;\n  }\n\n  @media (min-width: @grid-float-breakpoint) {\n    width: auto;\n    border-top: 0;\n    box-shadow: none;\n\n    &.collapse {\n      display: block !important;\n      height: auto !important;\n      padding-bottom: 0; // Override default setting\n      overflow: visible !important;\n    }\n\n    &.in {\n      overflow-y: visible;\n    }\n\n    // Undo the collapse side padding for navbars with containers to ensure\n    // alignment of right-aligned contents.\n    .navbar-fixed-top &,\n    .navbar-static-top &,\n    .navbar-fixed-bottom & {\n      padding-left: 0;\n      padding-right: 0;\n    }\n  }\n}\n\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n  .navbar-collapse {\n    max-height: @navbar-collapse-max-height;\n\n    @media (max-device-width: @screen-xs-min) and (orientation: landscape) {\n      max-height: 200px;\n    }\n  }\n}\n\n\n// Both navbar header and collapse\n//\n// When a container is present, change the behavior of the header and collapse.\n\n.container,\n.container-fluid {\n  > .navbar-header,\n  > .navbar-collapse {\n    margin-right: -@navbar-padding-horizontal;\n    margin-left:  -@navbar-padding-horizontal;\n\n    @media (min-width: @grid-float-breakpoint) {\n      margin-right: 0;\n      margin-left:  0;\n    }\n  }\n}\n\n\n//\n// Navbar alignment options\n//\n// Display the navbar across the entirety of the page or fixed it to the top or\n// bottom of the page.\n\n// Static top (unfixed, but 100% wide) navbar\n.navbar-static-top {\n  z-index: @zindex-navbar;\n  border-width: 0 0 1px;\n\n  @media (min-width: @grid-float-breakpoint) {\n    border-radius: 0;\n  }\n}\n\n// Fix the top/bottom navbars when screen real estate supports it\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n  position: fixed;\n  right: 0;\n  left: 0;\n  z-index: @zindex-navbar-fixed;\n\n  // Undo the rounded corners\n  @media (min-width: @grid-float-breakpoint) {\n    border-radius: 0;\n  }\n}\n.navbar-fixed-top {\n  top: 0;\n  border-width: 0 0 1px;\n}\n.navbar-fixed-bottom {\n  bottom: 0;\n  margin-bottom: 0; // override .navbar defaults\n  border-width: 1px 0 0;\n}\n\n\n// Brand/project name\n\n.navbar-brand {\n  float: left;\n  padding: @navbar-padding-vertical @navbar-padding-horizontal;\n  font-size: @font-size-large;\n  line-height: @line-height-computed;\n  height: @navbar-height;\n\n  &:hover,\n  &:focus {\n    text-decoration: none;\n  }\n\n  > img {\n    display: block;\n  }\n\n  @media (min-width: @grid-float-breakpoint) {\n    .navbar > .container &,\n    .navbar > .container-fluid & {\n      margin-left: -@navbar-padding-horizontal;\n    }\n  }\n}\n\n\n// Navbar toggle\n//\n// Custom button for toggling the `.navbar-collapse`, powered by the collapse\n// JavaScript plugin.\n\n.navbar-toggle {\n  position: relative;\n  float: right;\n  margin-right: @navbar-padding-horizontal;\n  padding: 9px 10px;\n  .navbar-vertical-align(34px);\n  background-color: transparent;\n  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n  border: 1px solid transparent;\n  border-radius: @border-radius-base;\n\n  // We remove the `outline` here, but later compensate by attaching `:hover`\n  // styles to `:focus`.\n  &:focus {\n    outline: 0;\n  }\n\n  // Bars\n  .icon-bar {\n    display: block;\n    width: 22px;\n    height: 2px;\n    border-radius: 1px;\n  }\n  .icon-bar + .icon-bar {\n    margin-top: 4px;\n  }\n\n  @media (min-width: @grid-float-breakpoint) {\n    display: none;\n  }\n}\n\n\n// Navbar nav links\n//\n// Builds on top of the `.nav` components with its own modifier class to make\n// the nav the full height of the horizontal nav (above 768px).\n\n.navbar-nav {\n  margin: (@navbar-padding-vertical / 2) -@navbar-padding-horizontal;\n\n  > li > a {\n    padding-top:    10px;\n    padding-bottom: 10px;\n    line-height: @line-height-computed;\n  }\n\n  @media (max-width: @grid-float-breakpoint-max) {\n    // Dropdowns get custom display when collapsed\n    .open .dropdown-menu {\n      position: static;\n      float: none;\n      width: auto;\n      margin-top: 0;\n      background-color: transparent;\n      border: 0;\n      box-shadow: none;\n      > li > a,\n      .dropdown-header {\n        padding: 5px 15px 5px 25px;\n      }\n      > li > a {\n        line-height: @line-height-computed;\n        &:hover,\n        &:focus {\n          background-image: none;\n        }\n      }\n    }\n  }\n\n  // Uncollapse the nav\n  @media (min-width: @grid-float-breakpoint) {\n    float: left;\n    margin: 0;\n\n    > li {\n      float: left;\n      > a {\n        padding-top:    @navbar-padding-vertical;\n        padding-bottom: @navbar-padding-vertical;\n      }\n    }\n  }\n}\n\n\n// Navbar form\n//\n// Extension of the `.form-inline` with some extra flavor for optimum display in\n// our navbars.\n\n.navbar-form {\n  margin-left: -@navbar-padding-horizontal;\n  margin-right: -@navbar-padding-horizontal;\n  padding: 10px @navbar-padding-horizontal;\n  border-top: 1px solid transparent;\n  border-bottom: 1px solid transparent;\n  @shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);\n  .box-shadow(@shadow);\n\n  // Mixin behavior for optimum display\n  .form-inline();\n\n  .form-group {\n    @media (max-width: @grid-float-breakpoint-max) {\n      margin-bottom: 5px;\n\n      &:last-child {\n        margin-bottom: 0;\n      }\n    }\n  }\n\n  // Vertically center in expanded, horizontal navbar\n  .navbar-vertical-align(@input-height-base);\n\n  // Undo 100% width for pull classes\n  @media (min-width: @grid-float-breakpoint) {\n    width: auto;\n    border: 0;\n    margin-left: 0;\n    margin-right: 0;\n    padding-top: 0;\n    padding-bottom: 0;\n    .box-shadow(none);\n  }\n}\n\n\n// Dropdown menus\n\n// Menu position and menu carets\n.navbar-nav > li > .dropdown-menu {\n  margin-top: 0;\n  .border-top-radius(0);\n}\n// Menu position and menu caret support for dropups via extra dropup class\n.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n  margin-bottom: 0;\n  .border-top-radius(@navbar-border-radius);\n  .border-bottom-radius(0);\n}\n\n\n// Buttons in navbars\n//\n// Vertically center a button within a navbar (when *not* in a form).\n\n.navbar-btn {\n  .navbar-vertical-align(@input-height-base);\n\n  &.btn-sm {\n    .navbar-vertical-align(@input-height-small);\n  }\n  &.btn-xs {\n    .navbar-vertical-align(22);\n  }\n}\n\n\n// Text in navbars\n//\n// Add a class to make any element properly align itself vertically within the navbars.\n\n.navbar-text {\n  .navbar-vertical-align(@line-height-computed);\n\n  @media (min-width: @grid-float-breakpoint) {\n    float: left;\n    margin-left: @navbar-padding-horizontal;\n    margin-right: @navbar-padding-horizontal;\n  }\n}\n\n\n// Component alignment\n//\n// Repurpose the pull utilities as their own navbar utilities to avoid specificity\n// issues with parents and chaining. Only do this when the navbar is uncollapsed\n// though so that navbar contents properly stack and align in mobile.\n//\n// Declared after the navbar components to ensure more specificity on the margins.\n\n@media (min-width: @grid-float-breakpoint) {\n  .navbar-left  { .pull-left(); }\n  .navbar-right {\n    .pull-right();\n    margin-right: -@navbar-padding-horizontal;\n\n    ~ .navbar-right {\n      margin-right: 0;\n    }\n  }\n}\n\n\n// Alternate navbars\n// --------------------------------------------------\n\n// Default navbar\n.navbar-default {\n  background-color: @navbar-default-bg;\n  border-color: @navbar-default-border;\n\n  .navbar-brand {\n    color: @navbar-default-brand-color;\n    &:hover,\n    &:focus {\n      color: @navbar-default-brand-hover-color;\n      background-color: @navbar-default-brand-hover-bg;\n    }\n  }\n\n  .navbar-text {\n    color: @navbar-default-color;\n  }\n\n  .navbar-nav {\n    > li > a {\n      color: @navbar-default-link-color;\n\n      &:hover,\n      &:focus {\n        color: @navbar-default-link-hover-color;\n        background-color: @navbar-default-link-hover-bg;\n      }\n    }\n    > .active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-default-link-active-color;\n        background-color: @navbar-default-link-active-bg;\n      }\n    }\n    > .disabled > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-default-link-disabled-color;\n        background-color: @navbar-default-link-disabled-bg;\n      }\n    }\n  }\n\n  .navbar-toggle {\n    border-color: @navbar-default-toggle-border-color;\n    &:hover,\n    &:focus {\n      background-color: @navbar-default-toggle-hover-bg;\n    }\n    .icon-bar {\n      background-color: @navbar-default-toggle-icon-bar-bg;\n    }\n  }\n\n  .navbar-collapse,\n  .navbar-form {\n    border-color: @navbar-default-border;\n  }\n\n  // Dropdown menu items\n  .navbar-nav {\n    // Remove background color from open dropdown\n    > .open > a {\n      &,\n      &:hover,\n      &:focus {\n        background-color: @navbar-default-link-active-bg;\n        color: @navbar-default-link-active-color;\n      }\n    }\n\n    @media (max-width: @grid-float-breakpoint-max) {\n      // Dropdowns get custom display when collapsed\n      .open .dropdown-menu {\n        > li > a {\n          color: @navbar-default-link-color;\n          &:hover,\n          &:focus {\n            color: @navbar-default-link-hover-color;\n            background-color: @navbar-default-link-hover-bg;\n          }\n        }\n        > .active > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-default-link-active-color;\n            background-color: @navbar-default-link-active-bg;\n          }\n        }\n        > .disabled > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-default-link-disabled-color;\n            background-color: @navbar-default-link-disabled-bg;\n          }\n        }\n      }\n    }\n  }\n\n\n  // Links in navbars\n  //\n  // Add a class to ensure links outside the navbar nav are colored correctly.\n\n  .navbar-link {\n    color: @navbar-default-link-color;\n    &:hover {\n      color: @navbar-default-link-hover-color;\n    }\n  }\n\n  .btn-link {\n    color: @navbar-default-link-color;\n    &:hover,\n    &:focus {\n      color: @navbar-default-link-hover-color;\n    }\n    &[disabled],\n    fieldset[disabled] & {\n      &:hover,\n      &:focus {\n        color: @navbar-default-link-disabled-color;\n      }\n    }\n  }\n}\n\n// Inverse navbar\n\n.navbar-inverse {\n  background-color: @navbar-inverse-bg;\n  border-color: @navbar-inverse-border;\n\n  .navbar-brand {\n    color: @navbar-inverse-brand-color;\n    &:hover,\n    &:focus {\n      color: @navbar-inverse-brand-hover-color;\n      background-color: @navbar-inverse-brand-hover-bg;\n    }\n  }\n\n  .navbar-text {\n    color: @navbar-inverse-color;\n  }\n\n  .navbar-nav {\n    > li > a {\n      color: @navbar-inverse-link-color;\n\n      &:hover,\n      &:focus {\n        color: @navbar-inverse-link-hover-color;\n        background-color: @navbar-inverse-link-hover-bg;\n      }\n    }\n    > .active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-inverse-link-active-color;\n        background-color: @navbar-inverse-link-active-bg;\n      }\n    }\n    > .disabled > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-inverse-link-disabled-color;\n        background-color: @navbar-inverse-link-disabled-bg;\n      }\n    }\n  }\n\n  // Darken the responsive nav toggle\n  .navbar-toggle {\n    border-color: @navbar-inverse-toggle-border-color;\n    &:hover,\n    &:focus {\n      background-color: @navbar-inverse-toggle-hover-bg;\n    }\n    .icon-bar {\n      background-color: @navbar-inverse-toggle-icon-bar-bg;\n    }\n  }\n\n  .navbar-collapse,\n  .navbar-form {\n    border-color: darken(@navbar-inverse-bg, 7%);\n  }\n\n  // Dropdowns\n  .navbar-nav {\n    > .open > a {\n      &,\n      &:hover,\n      &:focus {\n        background-color: @navbar-inverse-link-active-bg;\n        color: @navbar-inverse-link-active-color;\n      }\n    }\n\n    @media (max-width: @grid-float-breakpoint-max) {\n      // Dropdowns get custom display\n      .open .dropdown-menu {\n        > .dropdown-header {\n          border-color: @navbar-inverse-border;\n        }\n        .divider {\n          background-color: @navbar-inverse-border;\n        }\n        > li > a {\n          color: @navbar-inverse-link-color;\n          &:hover,\n          &:focus {\n            color: @navbar-inverse-link-hover-color;\n            background-color: @navbar-inverse-link-hover-bg;\n          }\n        }\n        > .active > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-inverse-link-active-color;\n            background-color: @navbar-inverse-link-active-bg;\n          }\n        }\n        > .disabled > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-inverse-link-disabled-color;\n            background-color: @navbar-inverse-link-disabled-bg;\n          }\n        }\n      }\n    }\n  }\n\n  .navbar-link {\n    color: @navbar-inverse-link-color;\n    &:hover {\n      color: @navbar-inverse-link-hover-color;\n    }\n  }\n\n  .btn-link {\n    color: @navbar-inverse-link-color;\n    &:hover,\n    &:focus {\n      color: @navbar-inverse-link-hover-color;\n    }\n    &[disabled],\n    fieldset[disabled] & {\n      &:hover,\n      &:focus {\n        color: @navbar-inverse-link-disabled-color;\n      }\n    }\n  }\n}\n","// Navbar vertical align\n//\n// Vertically center elements in the navbar.\n// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin.\n\n.navbar-vertical-align(@element-height) {\n  margin-top: ((@navbar-height - @element-height) / 2);\n  margin-bottom: ((@navbar-height - @element-height) / 2);\n}\n","//\n// Utility classes\n// --------------------------------------------------\n\n\n// Floats\n// -------------------------\n\n.clearfix {\n  .clearfix();\n}\n.center-block {\n  .center-block();\n}\n.pull-right {\n  float: right !important;\n}\n.pull-left {\n  float: left !important;\n}\n\n\n// Toggling content\n// -------------------------\n\n// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1\n.hide {\n  display: none !important;\n}\n.show {\n  display: block !important;\n}\n.invisible {\n  visibility: hidden;\n}\n.text-hide {\n  .text-hide();\n}\n\n\n// Hide from screenreaders and browsers\n//\n// Credit: HTML5 Boilerplate\n\n.hidden {\n  display: none !important;\n}\n\n\n// For Affix plugin\n// -------------------------\n\n.affix {\n  position: fixed;\n}\n","//\n// Breadcrumbs\n// --------------------------------------------------\n\n\n.breadcrumb {\n  padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal;\n  margin-bottom: @line-height-computed;\n  list-style: none;\n  background-color: @breadcrumb-bg;\n  border-radius: @border-radius-base;\n\n  > li {\n    display: inline-block;\n\n    + li:before {\n      content: \"@{breadcrumb-separator}\\00a0\"; // Unicode space added since inline-block means non-collapsing white-space\n      padding: 0 5px;\n      color: @breadcrumb-color;\n    }\n  }\n\n  > .active {\n    color: @breadcrumb-active-color;\n  }\n}\n","//\n// Pagination (multiple pages)\n// --------------------------------------------------\n.pagination {\n  display: inline-block;\n  padding-left: 0;\n  margin: @line-height-computed 0;\n  border-radius: @border-radius-base;\n\n  > li {\n    display: inline; // Remove list-style and block-level defaults\n    > a,\n    > span {\n      position: relative;\n      float: left; // Collapse white-space\n      padding: @padding-base-vertical @padding-base-horizontal;\n      line-height: @line-height-base;\n      text-decoration: none;\n      color: @pagination-color;\n      background-color: @pagination-bg;\n      border: 1px solid @pagination-border;\n      margin-left: -1px;\n    }\n    &:first-child {\n      > a,\n      > span {\n        margin-left: 0;\n        .border-left-radius(@border-radius-base);\n      }\n    }\n    &:last-child {\n      > a,\n      > span {\n        .border-right-radius(@border-radius-base);\n      }\n    }\n  }\n\n  > li > a,\n  > li > span {\n    &:hover,\n    &:focus {\n      z-index: 2;\n      color: @pagination-hover-color;\n      background-color: @pagination-hover-bg;\n      border-color: @pagination-hover-border;\n    }\n  }\n\n  > .active > a,\n  > .active > span {\n    &,\n    &:hover,\n    &:focus {\n      z-index: 3;\n      color: @pagination-active-color;\n      background-color: @pagination-active-bg;\n      border-color: @pagination-active-border;\n      cursor: default;\n    }\n  }\n\n  > .disabled {\n    > span,\n    > span:hover,\n    > span:focus,\n    > a,\n    > a:hover,\n    > a:focus {\n      color: @pagination-disabled-color;\n      background-color: @pagination-disabled-bg;\n      border-color: @pagination-disabled-border;\n      cursor: @cursor-disabled;\n    }\n  }\n}\n\n// Sizing\n// --------------------------------------------------\n\n// Large\n.pagination-lg {\n  .pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large);\n}\n\n// Small\n.pagination-sm {\n  .pagination-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);\n}\n","// Pagination\n\n.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n  > li {\n    > a,\n    > span {\n      padding: @padding-vertical @padding-horizontal;\n      font-size: @font-size;\n      line-height: @line-height;\n    }\n    &:first-child {\n      > a,\n      > span {\n        .border-left-radius(@border-radius);\n      }\n    }\n    &:last-child {\n      > a,\n      > span {\n        .border-right-radius(@border-radius);\n      }\n    }\n  }\n}\n","//\n// Pager pagination\n// --------------------------------------------------\n\n\n.pager {\n  padding-left: 0;\n  margin: @line-height-computed 0;\n  list-style: none;\n  text-align: center;\n  &:extend(.clearfix all);\n  li {\n    display: inline;\n    > a,\n    > span {\n      display: inline-block;\n      padding: 5px 14px;\n      background-color: @pager-bg;\n      border: 1px solid @pager-border;\n      border-radius: @pager-border-radius;\n    }\n\n    > a:hover,\n    > a:focus {\n      text-decoration: none;\n      background-color: @pager-hover-bg;\n    }\n  }\n\n  .next {\n    > a,\n    > span {\n      float: right;\n    }\n  }\n\n  .previous {\n    > a,\n    > span {\n      float: left;\n    }\n  }\n\n  .disabled {\n    > a,\n    > a:hover,\n    > a:focus,\n    > span {\n      color: @pager-disabled-color;\n      background-color: @pager-bg;\n      cursor: @cursor-disabled;\n    }\n  }\n}\n","//\n// Labels\n// --------------------------------------------------\n\n.label {\n  display: inline;\n  padding: .2em .6em .3em;\n  font-size: 75%;\n  font-weight: bold;\n  line-height: 1;\n  color: @label-color;\n  text-align: center;\n  white-space: nowrap;\n  vertical-align: baseline;\n  border-radius: .25em;\n\n  // Add hover effects, but only for links\n  a& {\n    &:hover,\n    &:focus {\n      color: @label-link-hover-color;\n      text-decoration: none;\n      cursor: pointer;\n    }\n  }\n\n  // Empty labels collapse automatically (not available in IE8)\n  &:empty {\n    display: none;\n  }\n\n  // Quick fix for labels in buttons\n  .btn & {\n    position: relative;\n    top: -1px;\n  }\n}\n\n// Colors\n// Contextual variations (linked labels get darker on :hover)\n\n.label-default {\n  .label-variant(@label-default-bg);\n}\n\n.label-primary {\n  .label-variant(@label-primary-bg);\n}\n\n.label-success {\n  .label-variant(@label-success-bg);\n}\n\n.label-info {\n  .label-variant(@label-info-bg);\n}\n\n.label-warning {\n  .label-variant(@label-warning-bg);\n}\n\n.label-danger {\n  .label-variant(@label-danger-bg);\n}\n","// Labels\n\n.label-variant(@color) {\n  background-color: @color;\n\n  &[href] {\n    &:hover,\n    &:focus {\n      background-color: darken(@color, 10%);\n    }\n  }\n}\n","//\n// Badges\n// --------------------------------------------------\n\n\n// Base class\n.badge {\n  display: inline-block;\n  min-width: 10px;\n  padding: 3px 7px;\n  font-size: @font-size-small;\n  font-weight: @badge-font-weight;\n  color: @badge-color;\n  line-height: @badge-line-height;\n  vertical-align: middle;\n  white-space: nowrap;\n  text-align: center;\n  background-color: @badge-bg;\n  border-radius: @badge-border-radius;\n\n  // Empty badges collapse automatically (not available in IE8)\n  &:empty {\n    display: none;\n  }\n\n  // Quick fix for badges in buttons\n  .btn & {\n    position: relative;\n    top: -1px;\n  }\n\n  .btn-xs &,\n  .btn-group-xs > .btn & {\n    top: 0;\n    padding: 1px 5px;\n  }\n\n  // Hover state, but only for links\n  a& {\n    &:hover,\n    &:focus {\n      color: @badge-link-hover-color;\n      text-decoration: none;\n      cursor: pointer;\n    }\n  }\n\n  // Account for badges in navs\n  .list-group-item.active > &,\n  .nav-pills > .active > a > & {\n    color: @badge-active-color;\n    background-color: @badge-active-bg;\n  }\n\n  .list-group-item > & {\n    float: right;\n  }\n\n  .list-group-item > & + & {\n    margin-right: 5px;\n  }\n\n  .nav-pills > li > a > & {\n    margin-left: 3px;\n  }\n}\n","//\n// Jumbotron\n// --------------------------------------------------\n\n\n.jumbotron {\n  padding-top:    @jumbotron-padding;\n  padding-bottom: @jumbotron-padding;\n  margin-bottom: @jumbotron-padding;\n  color: @jumbotron-color;\n  background-color: @jumbotron-bg;\n\n  h1,\n  .h1 {\n    color: @jumbotron-heading-color;\n  }\n\n  p {\n    margin-bottom: (@jumbotron-padding / 2);\n    font-size: @jumbotron-font-size;\n    font-weight: 200;\n  }\n\n  > hr {\n    border-top-color: darken(@jumbotron-bg, 10%);\n  }\n\n  .container &,\n  .container-fluid & {\n    border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container\n    padding-left:  (@grid-gutter-width / 2);\n    padding-right: (@grid-gutter-width / 2);\n  }\n\n  .container {\n    max-width: 100%;\n  }\n\n  @media screen and (min-width: @screen-sm-min) {\n    padding-top:    (@jumbotron-padding * 1.6);\n    padding-bottom: (@jumbotron-padding * 1.6);\n\n    .container &,\n    .container-fluid & {\n      padding-left:  (@jumbotron-padding * 2);\n      padding-right: (@jumbotron-padding * 2);\n    }\n\n    h1,\n    .h1 {\n      font-size: @jumbotron-heading-font-size;\n    }\n  }\n}\n","//\n// Thumbnails\n// --------------------------------------------------\n\n\n// Mixin and adjust the regular image class\n.thumbnail {\n  display: block;\n  padding: @thumbnail-padding;\n  margin-bottom: @line-height-computed;\n  line-height: @line-height-base;\n  background-color: @thumbnail-bg;\n  border: 1px solid @thumbnail-border;\n  border-radius: @thumbnail-border-radius;\n  .transition(border .2s ease-in-out);\n\n  > img,\n  a > img {\n    &:extend(.img-responsive);\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  // Add a hover state for linked versions only\n  a&:hover,\n  a&:focus,\n  a&.active {\n    border-color: @link-color;\n  }\n\n  // Image captions\n  .caption {\n    padding: @thumbnail-caption-padding;\n    color: @thumbnail-caption-color;\n  }\n}\n","//\n// Alerts\n// --------------------------------------------------\n\n\n// Base styles\n// -------------------------\n\n.alert {\n  padding: @alert-padding;\n  margin-bottom: @line-height-computed;\n  border: 1px solid transparent;\n  border-radius: @alert-border-radius;\n\n  // Headings for larger alerts\n  h4 {\n    margin-top: 0;\n    // Specified for the h4 to prevent conflicts of changing @headings-color\n    color: inherit;\n  }\n\n  // Provide class for links that match alerts\n  .alert-link {\n    font-weight: @alert-link-font-weight;\n  }\n\n  // Improve alignment and spacing of inner content\n  > p,\n  > ul {\n    margin-bottom: 0;\n  }\n\n  > p + p {\n    margin-top: 5px;\n  }\n}\n\n// Dismissible alerts\n//\n// Expand the right padding and account for the close button's positioning.\n\n.alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0.\n.alert-dismissible {\n  padding-right: (@alert-padding + 20);\n\n  // Adjust close link position\n  .close {\n    position: relative;\n    top: -2px;\n    right: -21px;\n    color: inherit;\n  }\n}\n\n// Alternate styles\n//\n// Generate contextual modifier classes for colorizing the alert.\n\n.alert-success {\n  .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text);\n}\n\n.alert-info {\n  .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text);\n}\n\n.alert-warning {\n  .alert-variant(@alert-warning-bg; @alert-warning-border; @alert-warning-text);\n}\n\n.alert-danger {\n  .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text);\n}\n","// Alerts\n\n.alert-variant(@background; @border; @text-color) {\n  background-color: @background;\n  border-color: @border;\n  color: @text-color;\n\n  hr {\n    border-top-color: darken(@border, 5%);\n  }\n  .alert-link {\n    color: darken(@text-color, 10%);\n  }\n}\n","//\n// Progress bars\n// --------------------------------------------------\n\n\n// Bar animations\n// -------------------------\n\n// WebKit\n@-webkit-keyframes progress-bar-stripes {\n  from  { background-position: 40px 0; }\n  to    { background-position: 0 0; }\n}\n\n// Spec and IE10+\n@keyframes progress-bar-stripes {\n  from  { background-position: 40px 0; }\n  to    { background-position: 0 0; }\n}\n\n\n// Bar itself\n// -------------------------\n\n// Outer container\n.progress {\n  overflow: hidden;\n  height: @line-height-computed;\n  margin-bottom: @line-height-computed;\n  background-color: @progress-bg;\n  border-radius: @progress-border-radius;\n  .box-shadow(inset 0 1px 2px rgba(0,0,0,.1));\n}\n\n// Bar of progress\n.progress-bar {\n  float: left;\n  width: 0%;\n  height: 100%;\n  font-size: @font-size-small;\n  line-height: @line-height-computed;\n  color: @progress-bar-color;\n  text-align: center;\n  background-color: @progress-bar-bg;\n  .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));\n  .transition(width .6s ease);\n}\n\n// Striped bars\n//\n// `.progress-striped .progress-bar` is deprecated as of v3.2.0 in favor of the\n// `.progress-bar-striped` class, which you just add to an existing\n// `.progress-bar`.\n.progress-striped .progress-bar,\n.progress-bar-striped {\n  #gradient > .striped();\n  background-size: 40px 40px;\n}\n\n// Call animation for the active one\n//\n// `.progress.active .progress-bar` is deprecated as of v3.2.0 in favor of the\n// `.progress-bar.active` approach.\n.progress.active .progress-bar,\n.progress-bar.active {\n  .animation(progress-bar-stripes 2s linear infinite);\n}\n\n\n// Variations\n// -------------------------\n\n.progress-bar-success {\n  .progress-bar-variant(@progress-bar-success-bg);\n}\n\n.progress-bar-info {\n  .progress-bar-variant(@progress-bar-info-bg);\n}\n\n.progress-bar-warning {\n  .progress-bar-variant(@progress-bar-warning-bg);\n}\n\n.progress-bar-danger {\n  .progress-bar-variant(@progress-bar-danger-bg);\n}\n","// Gradients\n\n#gradient {\n\n  // Horizontal gradient, from left to right\n  //\n  // Creates two color stops, start and end, by specifying a color and position for each color stop.\n  // Color stops are not available in IE9 and below.\n  .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n    background-image: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n    background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12\n    background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n    background-repeat: repeat-x;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down\n  }\n\n  // Vertical gradient, from top to bottom\n  //\n  // Creates two color stops, start and end, by specifying a color and position for each color stop.\n  // Color stops are not available in IE9 and below.\n  .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n    background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent);  // Safari 5.1-6, Chrome 10+\n    background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent);  // Opera 12\n    background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n    background-repeat: repeat-x;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down\n  }\n\n  .directional(@start-color: #555; @end-color: #333; @deg: 45deg) {\n    background-repeat: repeat-x;\n    background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+\n    background-image: -o-linear-gradient(@deg, @start-color, @end-color); // Opera 12\n    background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n  }\n  .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n    background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n    background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n    background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);\n    background-repeat: no-repeat;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n  }\n  .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n    background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-repeat: no-repeat;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n  }\n  .radial(@inner-color: #555; @outer-color: #333) {\n    background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);\n    background-image: radial-gradient(circle, @inner-color, @outer-color);\n    background-repeat: no-repeat;\n  }\n  .striped(@color: rgba(255,255,255,.15); @angle: 45deg) {\n    background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n    background-image: -o-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n    background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n  }\n}\n","// Progress bars\n\n.progress-bar-variant(@color) {\n  background-color: @color;\n\n  // Deprecated parent class requirement as of v3.2.0\n  .progress-striped & {\n    #gradient > .striped();\n  }\n}\n",".media {\n  // Proper spacing between instances of .media\n  margin-top: 15px;\n\n  &:first-child {\n    margin-top: 0;\n  }\n}\n\n.media,\n.media-body {\n  zoom: 1;\n  overflow: hidden;\n}\n\n.media-body {\n  width: 10000px;\n}\n\n.media-object {\n  display: block;\n\n  // Fix collapse in webkit from max-width: 100% and display: table-cell.\n  &.img-thumbnail {\n    max-width: none;\n  }\n}\n\n.media-right,\n.media > .pull-right {\n  padding-left: 10px;\n}\n\n.media-left,\n.media > .pull-left {\n  padding-right: 10px;\n}\n\n.media-left,\n.media-right,\n.media-body {\n  display: table-cell;\n  vertical-align: top;\n}\n\n.media-middle {\n  vertical-align: middle;\n}\n\n.media-bottom {\n  vertical-align: bottom;\n}\n\n// Reset margins on headings for tighter default spacing\n.media-heading {\n  margin-top: 0;\n  margin-bottom: 5px;\n}\n\n// Media list variation\n//\n// Undo default ul/ol styles\n.media-list {\n  padding-left: 0;\n  list-style: none;\n}\n","//\n// List groups\n// --------------------------------------------------\n\n\n// Base class\n//\n// Easily usable on <ul>, <ol>, or <div>.\n\n.list-group {\n  // No need to set list-style: none; since .list-group-item is block level\n  margin-bottom: 20px;\n  padding-left: 0; // reset padding because ul and ol\n}\n\n\n// Individual list items\n//\n// Use on `li`s or `div`s within the `.list-group` parent.\n\n.list-group-item {\n  position: relative;\n  display: block;\n  padding: 10px 15px;\n  // Place the border on the list items and negative margin up for better styling\n  margin-bottom: -1px;\n  background-color: @list-group-bg;\n  border: 1px solid @list-group-border;\n\n  // Round the first and last items\n  &:first-child {\n    .border-top-radius(@list-group-border-radius);\n  }\n  &:last-child {\n    margin-bottom: 0;\n    .border-bottom-radius(@list-group-border-radius);\n  }\n}\n\n\n// Interactive list items\n//\n// Use anchor or button elements instead of `li`s or `div`s to create interactive items.\n// Includes an extra `.active` modifier class for showing selected items.\n\na.list-group-item,\nbutton.list-group-item {\n  color: @list-group-link-color;\n\n  .list-group-item-heading {\n    color: @list-group-link-heading-color;\n  }\n\n  // Hover state\n  &:hover,\n  &:focus {\n    text-decoration: none;\n    color: @list-group-link-hover-color;\n    background-color: @list-group-hover-bg;\n  }\n}\n\nbutton.list-group-item {\n  width: 100%;\n  text-align: left;\n}\n\n.list-group-item {\n  // Disabled state\n  &.disabled,\n  &.disabled:hover,\n  &.disabled:focus {\n    background-color: @list-group-disabled-bg;\n    color: @list-group-disabled-color;\n    cursor: @cursor-disabled;\n\n    // Force color to inherit for custom content\n    .list-group-item-heading {\n      color: inherit;\n    }\n    .list-group-item-text {\n      color: @list-group-disabled-text-color;\n    }\n  }\n\n  // Active class on item itself, not parent\n  &.active,\n  &.active:hover,\n  &.active:focus {\n    z-index: 2; // Place active items above their siblings for proper border styling\n    color: @list-group-active-color;\n    background-color: @list-group-active-bg;\n    border-color: @list-group-active-border;\n\n    // Force color to inherit for custom content\n    .list-group-item-heading,\n    .list-group-item-heading > small,\n    .list-group-item-heading > .small {\n      color: inherit;\n    }\n    .list-group-item-text {\n      color: @list-group-active-text-color;\n    }\n  }\n}\n\n\n// Contextual variants\n//\n// Add modifier classes to change text and background color on individual items.\n// Organizationally, this must come after the `:hover` states.\n\n.list-group-item-variant(success; @state-success-bg; @state-success-text);\n.list-group-item-variant(info; @state-info-bg; @state-info-text);\n.list-group-item-variant(warning; @state-warning-bg; @state-warning-text);\n.list-group-item-variant(danger; @state-danger-bg; @state-danger-text);\n\n\n// Custom content options\n//\n// Extra classes for creating well-formatted content within `.list-group-item`s.\n\n.list-group-item-heading {\n  margin-top: 0;\n  margin-bottom: 5px;\n}\n.list-group-item-text {\n  margin-bottom: 0;\n  line-height: 1.3;\n}\n","// List Groups\n\n.list-group-item-variant(@state; @background; @color) {\n  .list-group-item-@{state} {\n    color: @color;\n    background-color: @background;\n\n    a&,\n    button& {\n      color: @color;\n\n      .list-group-item-heading {\n        color: inherit;\n      }\n\n      &:hover,\n      &:focus {\n        color: @color;\n        background-color: darken(@background, 5%);\n      }\n      &.active,\n      &.active:hover,\n      &.active:focus {\n        color: #fff;\n        background-color: @color;\n        border-color: @color;\n      }\n    }\n  }\n}\n","//\n// Panels\n// --------------------------------------------------\n\n\n// Base class\n.panel {\n  margin-bottom: @line-height-computed;\n  background-color: @panel-bg;\n  border: 1px solid transparent;\n  border-radius: @panel-border-radius;\n  .box-shadow(0 1px 1px rgba(0,0,0,.05));\n}\n\n// Panel contents\n.panel-body {\n  padding: @panel-body-padding;\n  &:extend(.clearfix all);\n}\n\n// Optional heading\n.panel-heading {\n  padding: @panel-heading-padding;\n  border-bottom: 1px solid transparent;\n  .border-top-radius((@panel-border-radius - 1));\n\n  > .dropdown .dropdown-toggle {\n    color: inherit;\n  }\n}\n\n// Within heading, strip any `h*` tag of its default margins for spacing.\n.panel-title {\n  margin-top: 0;\n  margin-bottom: 0;\n  font-size: ceil((@font-size-base * 1.125));\n  color: inherit;\n\n  > a,\n  > small,\n  > .small,\n  > small > a,\n  > .small > a {\n    color: inherit;\n  }\n}\n\n// Optional footer (stays gray in every modifier class)\n.panel-footer {\n  padding: @panel-footer-padding;\n  background-color: @panel-footer-bg;\n  border-top: 1px solid @panel-inner-border;\n  .border-bottom-radius((@panel-border-radius - 1));\n}\n\n\n// List groups in panels\n//\n// By default, space out list group content from panel headings to account for\n// any kind of custom content between the two.\n\n.panel {\n  > .list-group,\n  > .panel-collapse > .list-group {\n    margin-bottom: 0;\n\n    .list-group-item {\n      border-width: 1px 0;\n      border-radius: 0;\n    }\n\n    // Add border top radius for first one\n    &:first-child {\n      .list-group-item:first-child {\n        border-top: 0;\n        .border-top-radius((@panel-border-radius - 1));\n      }\n    }\n\n    // Add border bottom radius for last one\n    &:last-child {\n      .list-group-item:last-child {\n        border-bottom: 0;\n        .border-bottom-radius((@panel-border-radius - 1));\n      }\n    }\n  }\n  > .panel-heading + .panel-collapse > .list-group {\n    .list-group-item:first-child {\n      .border-top-radius(0);\n    }\n  }\n}\n// Collapse space between when there's no additional content.\n.panel-heading + .list-group {\n  .list-group-item:first-child {\n    border-top-width: 0;\n  }\n}\n.list-group + .panel-footer {\n  border-top-width: 0;\n}\n\n// Tables in panels\n//\n// Place a non-bordered `.table` within a panel (not within a `.panel-body`) and\n// watch it go full width.\n\n.panel {\n  > .table,\n  > .table-responsive > .table,\n  > .panel-collapse > .table {\n    margin-bottom: 0;\n\n    caption {\n      padding-left: @panel-body-padding;\n      padding-right: @panel-body-padding;\n    }\n  }\n  // Add border top radius for first one\n  > .table:first-child,\n  > .table-responsive:first-child > .table:first-child {\n    .border-top-radius((@panel-border-radius - 1));\n\n    > thead:first-child,\n    > tbody:first-child {\n      > tr:first-child {\n        border-top-left-radius: (@panel-border-radius - 1);\n        border-top-right-radius: (@panel-border-radius - 1);\n\n        td:first-child,\n        th:first-child {\n          border-top-left-radius: (@panel-border-radius - 1);\n        }\n        td:last-child,\n        th:last-child {\n          border-top-right-radius: (@panel-border-radius - 1);\n        }\n      }\n    }\n  }\n  // Add border bottom radius for last one\n  > .table:last-child,\n  > .table-responsive:last-child > .table:last-child {\n    .border-bottom-radius((@panel-border-radius - 1));\n\n    > tbody:last-child,\n    > tfoot:last-child {\n      > tr:last-child {\n        border-bottom-left-radius: (@panel-border-radius - 1);\n        border-bottom-right-radius: (@panel-border-radius - 1);\n\n        td:first-child,\n        th:first-child {\n          border-bottom-left-radius: (@panel-border-radius - 1);\n        }\n        td:last-child,\n        th:last-child {\n          border-bottom-right-radius: (@panel-border-radius - 1);\n        }\n      }\n    }\n  }\n  > .panel-body + .table,\n  > .panel-body + .table-responsive,\n  > .table + .panel-body,\n  > .table-responsive + .panel-body {\n    border-top: 1px solid @table-border-color;\n  }\n  > .table > tbody:first-child > tr:first-child th,\n  > .table > tbody:first-child > tr:first-child td {\n    border-top: 0;\n  }\n  > .table-bordered,\n  > .table-responsive > .table-bordered {\n    border: 0;\n    > thead,\n    > tbody,\n    > tfoot {\n      > tr {\n        > th:first-child,\n        > td:first-child {\n          border-left: 0;\n        }\n        > th:last-child,\n        > td:last-child {\n          border-right: 0;\n        }\n      }\n    }\n    > thead,\n    > tbody {\n      > tr:first-child {\n        > td,\n        > th {\n          border-bottom: 0;\n        }\n      }\n    }\n    > tbody,\n    > tfoot {\n      > tr:last-child {\n        > td,\n        > th {\n          border-bottom: 0;\n        }\n      }\n    }\n  }\n  > .table-responsive {\n    border: 0;\n    margin-bottom: 0;\n  }\n}\n\n\n// Collapsible panels (aka, accordion)\n//\n// Wrap a series of panels in `.panel-group` to turn them into an accordion with\n// the help of our collapse JavaScript plugin.\n\n.panel-group {\n  margin-bottom: @line-height-computed;\n\n  // Tighten up margin so it's only between panels\n  .panel {\n    margin-bottom: 0;\n    border-radius: @panel-border-radius;\n\n    + .panel {\n      margin-top: 5px;\n    }\n  }\n\n  .panel-heading {\n    border-bottom: 0;\n\n    + .panel-collapse > .panel-body,\n    + .panel-collapse > .list-group {\n      border-top: 1px solid @panel-inner-border;\n    }\n  }\n\n  .panel-footer {\n    border-top: 0;\n    + .panel-collapse .panel-body {\n      border-bottom: 1px solid @panel-inner-border;\n    }\n  }\n}\n\n\n// Contextual variations\n.panel-default {\n  .panel-variant(@panel-default-border; @panel-default-text; @panel-default-heading-bg; @panel-default-border);\n}\n.panel-primary {\n  .panel-variant(@panel-primary-border; @panel-primary-text; @panel-primary-heading-bg; @panel-primary-border);\n}\n.panel-success {\n  .panel-variant(@panel-success-border; @panel-success-text; @panel-success-heading-bg; @panel-success-border);\n}\n.panel-info {\n  .panel-variant(@panel-info-border; @panel-info-text; @panel-info-heading-bg; @panel-info-border);\n}\n.panel-warning {\n  .panel-variant(@panel-warning-border; @panel-warning-text; @panel-warning-heading-bg; @panel-warning-border);\n}\n.panel-danger {\n  .panel-variant(@panel-danger-border; @panel-danger-text; @panel-danger-heading-bg; @panel-danger-border);\n}\n","// Panels\n\n.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {\n  border-color: @border;\n\n  & > .panel-heading {\n    color: @heading-text-color;\n    background-color: @heading-bg-color;\n    border-color: @heading-border;\n\n    + .panel-collapse > .panel-body {\n      border-top-color: @border;\n    }\n    .badge {\n      color: @heading-bg-color;\n      background-color: @heading-text-color;\n    }\n  }\n  & > .panel-footer {\n    + .panel-collapse > .panel-body {\n      border-bottom-color: @border;\n    }\n  }\n}\n","// Embeds responsive\n//\n// Credit: Nicolas Gallagher and SUIT CSS.\n\n.embed-responsive {\n  position: relative;\n  display: block;\n  height: 0;\n  padding: 0;\n  overflow: hidden;\n\n  .embed-responsive-item,\n  iframe,\n  embed,\n  object,\n  video {\n    position: absolute;\n    top: 0;\n    left: 0;\n    bottom: 0;\n    height: 100%;\n    width: 100%;\n    border: 0;\n  }\n}\n\n// Modifier class for 16:9 aspect ratio\n.embed-responsive-16by9 {\n  padding-bottom: 56.25%;\n}\n\n// Modifier class for 4:3 aspect ratio\n.embed-responsive-4by3 {\n  padding-bottom: 75%;\n}\n","//\n// Wells\n// --------------------------------------------------\n\n\n// Base class\n.well {\n  min-height: 20px;\n  padding: 19px;\n  margin-bottom: 20px;\n  background-color: @well-bg;\n  border: 1px solid @well-border;\n  border-radius: @border-radius-base;\n  .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));\n  blockquote {\n    border-color: #ddd;\n    border-color: rgba(0,0,0,.15);\n  }\n}\n\n// Sizes\n.well-lg {\n  padding: 24px;\n  border-radius: @border-radius-large;\n}\n.well-sm {\n  padding: 9px;\n  border-radius: @border-radius-small;\n}\n","//\n// Close icons\n// --------------------------------------------------\n\n\n.close {\n  float: right;\n  font-size: (@font-size-base * 1.5);\n  font-weight: @close-font-weight;\n  line-height: 1;\n  color: @close-color;\n  text-shadow: @close-text-shadow;\n  .opacity(.2);\n\n  &:hover,\n  &:focus {\n    color: @close-color;\n    text-decoration: none;\n    cursor: pointer;\n    .opacity(.5);\n  }\n\n  // Additional properties for button version\n  // iOS requires the button element instead of an anchor tag.\n  // If you want the anchor version, it requires `href=\"#\"`.\n  // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile\n  button& {\n    padding: 0;\n    cursor: pointer;\n    background: transparent;\n    border: 0;\n    -webkit-appearance: none;\n  }\n}\n","//\n// Modals\n// --------------------------------------------------\n\n// .modal-open      - body class for killing the scroll\n// .modal           - container to scroll within\n// .modal-dialog    - positioning shell for the actual modal\n// .modal-content   - actual modal w/ bg and corners and shit\n\n// Kill the scroll on the body\n.modal-open {\n  overflow: hidden;\n}\n\n// Container that the modal scrolls within\n.modal {\n  display: none;\n  overflow: hidden;\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: @zindex-modal;\n  -webkit-overflow-scrolling: touch;\n\n  // Prevent Chrome on Windows from adding a focus outline. For details, see\n  // https://github.com/twbs/bootstrap/pull/10951.\n  outline: 0;\n\n  // When fading in the modal, animate it to slide down\n  &.fade .modal-dialog {\n    .translate(0, -25%);\n    .transition-transform(~\"0.3s ease-out\");\n  }\n  &.in .modal-dialog { .translate(0, 0) }\n}\n.modal-open .modal {\n  overflow-x: hidden;\n  overflow-y: auto;\n}\n\n// Shell div to position the modal with bottom padding\n.modal-dialog {\n  position: relative;\n  width: auto;\n  margin: 10px;\n}\n\n// Actual modal\n.modal-content {\n  position: relative;\n  background-color: @modal-content-bg;\n  border: 1px solid @modal-content-fallback-border-color; //old browsers fallback (ie8 etc)\n  border: 1px solid @modal-content-border-color;\n  border-radius: @border-radius-large;\n  .box-shadow(0 3px 9px rgba(0,0,0,.5));\n  background-clip: padding-box;\n  // Remove focus outline from opened modal\n  outline: 0;\n}\n\n// Modal background\n.modal-backdrop {\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: @zindex-modal-background;\n  background-color: @modal-backdrop-bg;\n  // Fade for backdrop\n  &.fade { .opacity(0); }\n  &.in { .opacity(@modal-backdrop-opacity); }\n}\n\n// Modal header\n// Top section of the modal w/ title and dismiss\n.modal-header {\n  padding: @modal-title-padding;\n  border-bottom: 1px solid @modal-header-border-color;\n  &:extend(.clearfix all);\n}\n// Close icon\n.modal-header .close {\n  margin-top: -2px;\n}\n\n// Title text within header\n.modal-title {\n  margin: 0;\n  line-height: @modal-title-line-height;\n}\n\n// Modal body\n// Where all modal content resides (sibling of .modal-header and .modal-footer)\n.modal-body {\n  position: relative;\n  padding: @modal-inner-padding;\n}\n\n// Footer (for actions)\n.modal-footer {\n  padding: @modal-inner-padding;\n  text-align: right; // right align buttons\n  border-top: 1px solid @modal-footer-border-color;\n  &:extend(.clearfix all); // clear it in case folks use .pull-* classes on buttons\n\n  // Properly space out buttons\n  .btn + .btn {\n    margin-left: 5px;\n    margin-bottom: 0; // account for input[type=\"submit\"] which gets the bottom margin like all other inputs\n  }\n  // but override that for button groups\n  .btn-group .btn + .btn {\n    margin-left: -1px;\n  }\n  // and override it for block buttons as well\n  .btn-block + .btn-block {\n    margin-left: 0;\n  }\n}\n\n// Measure scrollbar width for padding body during modal show/hide\n.modal-scrollbar-measure {\n  position: absolute;\n  top: -9999px;\n  width: 50px;\n  height: 50px;\n  overflow: scroll;\n}\n\n// Scale up the modal\n@media (min-width: @screen-sm-min) {\n  // Automatically set modal's width for larger viewports\n  .modal-dialog {\n    width: @modal-md;\n    margin: 30px auto;\n  }\n  .modal-content {\n    .box-shadow(0 5px 15px rgba(0,0,0,.5));\n  }\n\n  // Modal sizes\n  .modal-sm { width: @modal-sm; }\n}\n\n@media (min-width: @screen-md-min) {\n  .modal-lg { width: @modal-lg; }\n}\n","//\n// Tooltips\n// --------------------------------------------------\n\n\n// Base class\n.tooltip {\n  position: absolute;\n  z-index: @zindex-tooltip;\n  display: block;\n  // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.\n  // So reset our font and text properties to avoid inheriting weird values.\n  .reset-text();\n  font-size: @font-size-small;\n\n  .opacity(0);\n\n  &.in     { .opacity(@tooltip-opacity); }\n  &.top    { margin-top:  -3px; padding: @tooltip-arrow-width 0; }\n  &.right  { margin-left:  3px; padding: 0 @tooltip-arrow-width; }\n  &.bottom { margin-top:   3px; padding: @tooltip-arrow-width 0; }\n  &.left   { margin-left: -3px; padding: 0 @tooltip-arrow-width; }\n}\n\n// Wrapper for the tooltip content\n.tooltip-inner {\n  max-width: @tooltip-max-width;\n  padding: 3px 8px;\n  color: @tooltip-color;\n  text-align: center;\n  background-color: @tooltip-bg;\n  border-radius: @border-radius-base;\n}\n\n// Arrows\n.tooltip-arrow {\n  position: absolute;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n}\n// Note: Deprecated .top-left, .top-right, .bottom-left, and .bottom-right as of v3.3.1\n.tooltip {\n  &.top .tooltip-arrow {\n    bottom: 0;\n    left: 50%;\n    margin-left: -@tooltip-arrow-width;\n    border-width: @tooltip-arrow-width @tooltip-arrow-width 0;\n    border-top-color: @tooltip-arrow-color;\n  }\n  &.top-left .tooltip-arrow {\n    bottom: 0;\n    right: @tooltip-arrow-width;\n    margin-bottom: -@tooltip-arrow-width;\n    border-width: @tooltip-arrow-width @tooltip-arrow-width 0;\n    border-top-color: @tooltip-arrow-color;\n  }\n  &.top-right .tooltip-arrow {\n    bottom: 0;\n    left: @tooltip-arrow-width;\n    margin-bottom: -@tooltip-arrow-width;\n    border-width: @tooltip-arrow-width @tooltip-arrow-width 0;\n    border-top-color: @tooltip-arrow-color;\n  }\n  &.right .tooltip-arrow {\n    top: 50%;\n    left: 0;\n    margin-top: -@tooltip-arrow-width;\n    border-width: @tooltip-arrow-width @tooltip-arrow-width @tooltip-arrow-width 0;\n    border-right-color: @tooltip-arrow-color;\n  }\n  &.left .tooltip-arrow {\n    top: 50%;\n    right: 0;\n    margin-top: -@tooltip-arrow-width;\n    border-width: @tooltip-arrow-width 0 @tooltip-arrow-width @tooltip-arrow-width;\n    border-left-color: @tooltip-arrow-color;\n  }\n  &.bottom .tooltip-arrow {\n    top: 0;\n    left: 50%;\n    margin-left: -@tooltip-arrow-width;\n    border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;\n    border-bottom-color: @tooltip-arrow-color;\n  }\n  &.bottom-left .tooltip-arrow {\n    top: 0;\n    right: @tooltip-arrow-width;\n    margin-top: -@tooltip-arrow-width;\n    border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;\n    border-bottom-color: @tooltip-arrow-color;\n  }\n  &.bottom-right .tooltip-arrow {\n    top: 0;\n    left: @tooltip-arrow-width;\n    margin-top: -@tooltip-arrow-width;\n    border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;\n    border-bottom-color: @tooltip-arrow-color;\n  }\n}\n",".reset-text() {\n  font-family: @font-family-base;\n  // We deliberately do NOT reset font-size.\n  font-style: normal;\n  font-weight: normal;\n  letter-spacing: normal;\n  line-break: auto;\n  line-height: @line-height-base;\n  text-align: left; // Fallback for where `start` is not supported\n  text-align: start;\n  text-decoration: none;\n  text-shadow: none;\n  text-transform: none;\n  white-space: normal;\n  word-break: normal;\n  word-spacing: normal;\n  word-wrap: normal;\n}\n","//\n// Popovers\n// --------------------------------------------------\n\n\n.popover {\n  position: absolute;\n  top: 0;\n  left: 0;\n  z-index: @zindex-popover;\n  display: none;\n  max-width: @popover-max-width;\n  padding: 1px;\n  // Our parent element can be arbitrary since popovers are by default inserted as a sibling of their target element.\n  // So reset our font and text properties to avoid inheriting weird values.\n  .reset-text();\n  font-size: @font-size-base;\n\n  background-color: @popover-bg;\n  background-clip: padding-box;\n  border: 1px solid @popover-fallback-border-color;\n  border: 1px solid @popover-border-color;\n  border-radius: @border-radius-large;\n  .box-shadow(0 5px 10px rgba(0,0,0,.2));\n\n  // Offset the popover to account for the popover arrow\n  &.top     { margin-top: -@popover-arrow-width; }\n  &.right   { margin-left: @popover-arrow-width; }\n  &.bottom  { margin-top: @popover-arrow-width; }\n  &.left    { margin-left: -@popover-arrow-width; }\n}\n\n.popover-title {\n  margin: 0; // reset heading margin\n  padding: 8px 14px;\n  font-size: @font-size-base;\n  background-color: @popover-title-bg;\n  border-bottom: 1px solid darken(@popover-title-bg, 5%);\n  border-radius: (@border-radius-large - 1) (@border-radius-large - 1) 0 0;\n}\n\n.popover-content {\n  padding: 9px 14px;\n}\n\n// Arrows\n//\n// .arrow is outer, .arrow:after is inner\n\n.popover > .arrow {\n  &,\n  &:after {\n    position: absolute;\n    display: block;\n    width: 0;\n    height: 0;\n    border-color: transparent;\n    border-style: solid;\n  }\n}\n.popover > .arrow {\n  border-width: @popover-arrow-outer-width;\n}\n.popover > .arrow:after {\n  border-width: @popover-arrow-width;\n  content: \"\";\n}\n\n.popover {\n  &.top > .arrow {\n    left: 50%;\n    margin-left: -@popover-arrow-outer-width;\n    border-bottom-width: 0;\n    border-top-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n    border-top-color: @popover-arrow-outer-color;\n    bottom: -@popover-arrow-outer-width;\n    &:after {\n      content: \" \";\n      bottom: 1px;\n      margin-left: -@popover-arrow-width;\n      border-bottom-width: 0;\n      border-top-color: @popover-arrow-color;\n    }\n  }\n  &.right > .arrow {\n    top: 50%;\n    left: -@popover-arrow-outer-width;\n    margin-top: -@popover-arrow-outer-width;\n    border-left-width: 0;\n    border-right-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n    border-right-color: @popover-arrow-outer-color;\n    &:after {\n      content: \" \";\n      left: 1px;\n      bottom: -@popover-arrow-width;\n      border-left-width: 0;\n      border-right-color: @popover-arrow-color;\n    }\n  }\n  &.bottom > .arrow {\n    left: 50%;\n    margin-left: -@popover-arrow-outer-width;\n    border-top-width: 0;\n    border-bottom-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n    border-bottom-color: @popover-arrow-outer-color;\n    top: -@popover-arrow-outer-width;\n    &:after {\n      content: \" \";\n      top: 1px;\n      margin-left: -@popover-arrow-width;\n      border-top-width: 0;\n      border-bottom-color: @popover-arrow-color;\n    }\n  }\n\n  &.left > .arrow {\n    top: 50%;\n    right: -@popover-arrow-outer-width;\n    margin-top: -@popover-arrow-outer-width;\n    border-right-width: 0;\n    border-left-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n    border-left-color: @popover-arrow-outer-color;\n    &:after {\n      content: \" \";\n      right: 1px;\n      border-right-width: 0;\n      border-left-color: @popover-arrow-color;\n      bottom: -@popover-arrow-width;\n    }\n  }\n}\n","//\n// Carousel\n// --------------------------------------------------\n\n\n// Wrapper for the slide container and indicators\n.carousel {\n  position: relative;\n}\n\n.carousel-inner {\n  position: relative;\n  overflow: hidden;\n  width: 100%;\n\n  > .item {\n    display: none;\n    position: relative;\n    .transition(.6s ease-in-out left);\n\n    // Account for jankitude on images\n    > img,\n    > a > img {\n      &:extend(.img-responsive);\n      line-height: 1;\n    }\n\n    // WebKit CSS3 transforms for supported devices\n    @media all and (transform-3d), (-webkit-transform-3d) {\n      .transition-transform(~'0.6s ease-in-out');\n      .backface-visibility(~'hidden');\n      .perspective(1000px);\n\n      &.next,\n      &.active.right {\n        .translate3d(100%, 0, 0);\n        left: 0;\n      }\n      &.prev,\n      &.active.left {\n        .translate3d(-100%, 0, 0);\n        left: 0;\n      }\n      &.next.left,\n      &.prev.right,\n      &.active {\n        .translate3d(0, 0, 0);\n        left: 0;\n      }\n    }\n  }\n\n  > .active,\n  > .next,\n  > .prev {\n    display: block;\n  }\n\n  > .active {\n    left: 0;\n  }\n\n  > .next,\n  > .prev {\n    position: absolute;\n    top: 0;\n    width: 100%;\n  }\n\n  > .next {\n    left: 100%;\n  }\n  > .prev {\n    left: -100%;\n  }\n  > .next.left,\n  > .prev.right {\n    left: 0;\n  }\n\n  > .active.left {\n    left: -100%;\n  }\n  > .active.right {\n    left: 100%;\n  }\n\n}\n\n// Left/right controls for nav\n// ---------------------------\n\n.carousel-control {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  width: @carousel-control-width;\n  .opacity(@carousel-control-opacity);\n  font-size: @carousel-control-font-size;\n  color: @carousel-control-color;\n  text-align: center;\n  text-shadow: @carousel-text-shadow;\n  background-color: rgba(0, 0, 0, 0); // Fix IE9 click-thru bug\n  // We can't have this transition here because WebKit cancels the carousel\n  // animation if you trip this while in the middle of another animation.\n\n  // Set gradients for backgrounds\n  &.left {\n    #gradient > .horizontal(@start-color: rgba(0,0,0,.5); @end-color: rgba(0,0,0,.0001));\n  }\n  &.right {\n    left: auto;\n    right: 0;\n    #gradient > .horizontal(@start-color: rgba(0,0,0,.0001); @end-color: rgba(0,0,0,.5));\n  }\n\n  // Hover/focus state\n  &:hover,\n  &:focus {\n    outline: 0;\n    color: @carousel-control-color;\n    text-decoration: none;\n    .opacity(.9);\n  }\n\n  // Toggles\n  .icon-prev,\n  .icon-next,\n  .glyphicon-chevron-left,\n  .glyphicon-chevron-right {\n    position: absolute;\n    top: 50%;\n    margin-top: -10px;\n    z-index: 5;\n    display: inline-block;\n  }\n  .icon-prev,\n  .glyphicon-chevron-left {\n    left: 50%;\n    margin-left: -10px;\n  }\n  .icon-next,\n  .glyphicon-chevron-right {\n    right: 50%;\n    margin-right: -10px;\n  }\n  .icon-prev,\n  .icon-next {\n    width:  20px;\n    height: 20px;\n    line-height: 1;\n    font-family: serif;\n  }\n\n\n  .icon-prev {\n    &:before {\n      content: '\\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)\n    }\n  }\n  .icon-next {\n    &:before {\n      content: '\\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)\n    }\n  }\n}\n\n// Optional indicator pips\n//\n// Add an unordered list with the following class and add a list item for each\n// slide your carousel holds.\n\n.carousel-indicators {\n  position: absolute;\n  bottom: 10px;\n  left: 50%;\n  z-index: 15;\n  width: 60%;\n  margin-left: -30%;\n  padding-left: 0;\n  list-style: none;\n  text-align: center;\n\n  li {\n    display: inline-block;\n    width:  10px;\n    height: 10px;\n    margin: 1px;\n    text-indent: -999px;\n    border: 1px solid @carousel-indicator-border-color;\n    border-radius: 10px;\n    cursor: pointer;\n\n    // IE8-9 hack for event handling\n    //\n    // Internet Explorer 8-9 does not support clicks on elements without a set\n    // `background-color`. We cannot use `filter` since that's not viewed as a\n    // background color by the browser. Thus, a hack is needed.\n    // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Internet_Explorer\n    //\n    // For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we\n    // set alpha transparency for the best results possible.\n    background-color: #000 \\9; // IE8\n    background-color: rgba(0,0,0,0); // IE9\n  }\n  .active {\n    margin: 0;\n    width:  12px;\n    height: 12px;\n    background-color: @carousel-indicator-active-bg;\n  }\n}\n\n// Optional captions\n// -----------------------------\n// Hidden by default for smaller viewports\n.carousel-caption {\n  position: absolute;\n  left: 15%;\n  right: 15%;\n  bottom: 20px;\n  z-index: 10;\n  padding-top: 20px;\n  padding-bottom: 20px;\n  color: @carousel-caption-color;\n  text-align: center;\n  text-shadow: @carousel-text-shadow;\n  & .btn {\n    text-shadow: none; // No shadow for button elements in carousel-caption\n  }\n}\n\n\n// Scale up controls for tablets and up\n@media screen and (min-width: @screen-sm-min) {\n\n  // Scale up the controls a smidge\n  .carousel-control {\n    .glyphicon-chevron-left,\n    .glyphicon-chevron-right,\n    .icon-prev,\n    .icon-next {\n      width: (@carousel-control-font-size * 1.5);\n      height: (@carousel-control-font-size * 1.5);\n      margin-top: (@carousel-control-font-size / -2);\n      font-size: (@carousel-control-font-size * 1.5);\n    }\n    .glyphicon-chevron-left,\n    .icon-prev {\n      margin-left: (@carousel-control-font-size / -2);\n    }\n    .glyphicon-chevron-right,\n    .icon-next {\n      margin-right: (@carousel-control-font-size / -2);\n    }\n  }\n\n  // Show and left align the captions\n  .carousel-caption {\n    left: 20%;\n    right: 20%;\n    padding-bottom: 30px;\n  }\n\n  // Move up the indicators\n  .carousel-indicators {\n    bottom: 20px;\n  }\n}\n","// Clearfix\n//\n// For modern browsers\n// 1. The space content is one way to avoid an Opera bug when the\n//    contenteditable attribute is included anywhere else in the document.\n//    Otherwise it causes space to appear at the top and bottom of elements\n//    that are clearfixed.\n// 2. The use of `table` rather than `block` is only necessary if using\n//    `:before` to contain the top-margins of child elements.\n//\n// Source: http://nicolasgallagher.com/micro-clearfix-hack/\n\n.clearfix() {\n  &:before,\n  &:after {\n    content: \" \"; // 1\n    display: table; // 2\n  }\n  &:after {\n    clear: both;\n  }\n}\n","// Center-align a block level element\n\n.center-block() {\n  display: block;\n  margin-left: auto;\n  margin-right: auto;\n}\n","// CSS image replacement\n//\n// Heads up! v3 launched with only `.hide-text()`, but per our pattern for\n// mixins being reused as classes with the same name, this doesn't hold up. As\n// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`.\n//\n// Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757\n\n// Deprecated as of v3.0.1 (has been removed in v4)\n.hide-text() {\n  font: ~\"0/0\" a;\n  color: transparent;\n  text-shadow: none;\n  background-color: transparent;\n  border: 0;\n}\n\n// New mixin to use as of v3.0.1\n.text-hide() {\n  .hide-text();\n}\n","//\n// Responsive: Utility classes\n// --------------------------------------------------\n\n\n// IE10 in Windows (Phone) 8\n//\n// Support for responsive views via media queries is kind of borked in IE10, for\n// Surface/desktop in split view and for Windows Phone 8. This particular fix\n// must be accompanied by a snippet of JavaScript to sniff the user agent and\n// apply some conditional CSS to *only* the Surface/desktop Windows 8. Look at\n// our Getting Started page for more information on this bug.\n//\n// For more information, see the following:\n//\n// Issue: https://github.com/twbs/bootstrap/issues/10497\n// Docs: http://getbootstrap.com/getting-started/#support-ie10-width\n// Source: http://timkadlec.com/2013/01/windows-phone-8-and-device-width/\n// Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/\n\n@-ms-viewport {\n  width: device-width;\n}\n\n\n// Visibility utilities\n// Note: Deprecated .visible-xs, .visible-sm, .visible-md, and .visible-lg as of v3.2.0\n.visible-xs,\n.visible-sm,\n.visible-md,\n.visible-lg {\n  .responsive-invisibility();\n}\n\n.visible-xs-block,\n.visible-xs-inline,\n.visible-xs-inline-block,\n.visible-sm-block,\n.visible-sm-inline,\n.visible-sm-inline-block,\n.visible-md-block,\n.visible-md-inline,\n.visible-md-inline-block,\n.visible-lg-block,\n.visible-lg-inline,\n.visible-lg-inline-block {\n  display: none !important;\n}\n\n.visible-xs {\n  @media (max-width: @screen-xs-max) {\n    .responsive-visibility();\n  }\n}\n.visible-xs-block {\n  @media (max-width: @screen-xs-max) {\n    display: block !important;\n  }\n}\n.visible-xs-inline {\n  @media (max-width: @screen-xs-max) {\n    display: inline !important;\n  }\n}\n.visible-xs-inline-block {\n  @media (max-width: @screen-xs-max) {\n    display: inline-block !important;\n  }\n}\n\n.visible-sm {\n  @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n    .responsive-visibility();\n  }\n}\n.visible-sm-block {\n  @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n    display: block !important;\n  }\n}\n.visible-sm-inline {\n  @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n    display: inline !important;\n  }\n}\n.visible-sm-inline-block {\n  @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n    display: inline-block !important;\n  }\n}\n\n.visible-md {\n  @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n    .responsive-visibility();\n  }\n}\n.visible-md-block {\n  @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n    display: block !important;\n  }\n}\n.visible-md-inline {\n  @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n    display: inline !important;\n  }\n}\n.visible-md-inline-block {\n  @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n    display: inline-block !important;\n  }\n}\n\n.visible-lg {\n  @media (min-width: @screen-lg-min) {\n    .responsive-visibility();\n  }\n}\n.visible-lg-block {\n  @media (min-width: @screen-lg-min) {\n    display: block !important;\n  }\n}\n.visible-lg-inline {\n  @media (min-width: @screen-lg-min) {\n    display: inline !important;\n  }\n}\n.visible-lg-inline-block {\n  @media (min-width: @screen-lg-min) {\n    display: inline-block !important;\n  }\n}\n\n.hidden-xs {\n  @media (max-width: @screen-xs-max) {\n    .responsive-invisibility();\n  }\n}\n.hidden-sm {\n  @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n    .responsive-invisibility();\n  }\n}\n.hidden-md {\n  @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n    .responsive-invisibility();\n  }\n}\n.hidden-lg {\n  @media (min-width: @screen-lg-min) {\n    .responsive-invisibility();\n  }\n}\n\n\n// Print utilities\n//\n// Media queries are placed on the inside to be mixin-friendly.\n\n// Note: Deprecated .visible-print as of v3.2.0\n.visible-print {\n  .responsive-invisibility();\n\n  @media print {\n    .responsive-visibility();\n  }\n}\n.visible-print-block {\n  display: none !important;\n\n  @media print {\n    display: block !important;\n  }\n}\n.visible-print-inline {\n  display: none !important;\n\n  @media print {\n    display: inline !important;\n  }\n}\n.visible-print-inline-block {\n  display: none !important;\n\n  @media print {\n    display: inline-block !important;\n  }\n}\n\n.hidden-print {\n  @media print {\n    .responsive-invisibility();\n  }\n}\n","// Responsive utilities\n\n//\n// More easily include all the states for responsive-utilities.less.\n.responsive-visibility() {\n  display: block !important;\n  table&  { display: table !important; }\n  tr&     { display: table-row !important; }\n  th&,\n  td&     { display: table-cell !important; }\n}\n\n.responsive-invisibility() {\n  display: none !important;\n}\n"]}
0 2
\ No newline at end of file
... ...
@@ -0,0 +1,6 @@
1
+/*!
2
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
3
+ * Copyright 2011-2016 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,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-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}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{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!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:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@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.woff2) format('woff2'),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:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.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"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-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}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.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,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,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,.h5,.h6,h4,h5,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:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.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 ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}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;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;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{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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:auto}.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:auto}.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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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:auto}.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:auto}.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-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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:auto}.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:auto}.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-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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:auto}.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:auto}.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{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{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>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{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=checkbox]:focus,input[type=radio]:focus{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,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-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,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.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::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.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}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top: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 .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{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.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{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.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{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.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.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:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.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,.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-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-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:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(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-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.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-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.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.3333333;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}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn: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:400;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=checkbox],.input-group-addon input[type=radio]{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-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-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:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{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{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.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:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.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:focus,.nav-tabs.nav-justified>.active>a:hover{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:focus,.nav-tabs.nav-justified>.active>a:hover{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:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.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{margin-bottom:5px;text-align:center}.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:focus,.nav-tabs-justified>.active>a:hover{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:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-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{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;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-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{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-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{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;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.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;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{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-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;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-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{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:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{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:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{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:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@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:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager 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:focus,.pager li>a:hover{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:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom: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}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left: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:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.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:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.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}}@-o-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{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(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:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{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,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>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,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.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,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.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-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.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-heading .badge{color:#dff0d8;background-color:#3c763d}.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-heading .badge{color:#d9edf7;background-color:#31708f}.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-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.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-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.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,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(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:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;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{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-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;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;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{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";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,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.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-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left: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}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!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!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
6
+/*# sourceMappingURL=bootstrap.min.css.map */
0 7
\ No newline at end of file
... ...
@@ -0,0 +1 @@
1
+{"version":3,"sources":["less/normalize.less","less/print.less","bootstrap.css","dist/css/bootstrap.css","less/glyphicons.less","less/scaffolding.less","less/mixins/vendor-prefixes.less","less/mixins/tab-focus.less","less/mixins/image.less","less/type.less","less/mixins/text-emphasis.less","less/mixins/background-variant.less","less/mixins/text-overflow.less","less/code.less","less/grid.less","less/mixins/grid.less","less/mixins/grid-framework.less","less/tables.less","less/mixins/table-row.less","less/forms.less","less/mixins/forms.less","less/buttons.less","less/mixins/buttons.less","less/mixins/opacity.less","less/component-animations.less","less/dropdowns.less","less/mixins/nav-divider.less","less/mixins/reset-filter.less","less/button-groups.less","less/mixins/border-radius.less","less/input-groups.less","less/navs.less","less/navbar.less","less/mixins/nav-vertical-align.less","less/utilities.less","less/breadcrumbs.less","less/pagination.less","less/mixins/pagination.less","less/pager.less","less/labels.less","less/mixins/labels.less","less/badges.less","less/jumbotron.less","less/thumbnails.less","less/alerts.less","less/mixins/alerts.less","less/progress-bars.less","less/mixins/gradients.less","less/mixins/progress-bar.less","less/media.less","less/list-group.less","less/mixins/list-group.less","less/panels.less","less/mixins/panels.less","less/responsive-embed.less","less/wells.less","less/close.less","less/modals.less","less/tooltip.less","less/mixins/reset-text.less","less/popovers.less","less/carousel.less","less/mixins/clearfix.less","less/mixins/center-block.less","less/mixins/hide-text.less","less/responsive-utilities.less","less/mixins/responsive-visibility.less"],"names":[],"mappings":";;;;4EAQA,KACE,YAAA,WACA,yBAAA,KACA,qBAAA,KAOF,KACE,OAAA,EAaF,QAAA,MAAA,QAAA,WAAA,OAAA,OAAA,OAAA,OAAA,KAAA,KAAA,IAAA,QAAA,QAaE,QAAA,MAQF,MAAA,OAAA,SAAA,MAIE,QAAA,aACA,eAAA,SAQF,sBACE,QAAA,KACA,OAAA,EAQF,SAAA,SAEE,QAAA,KAUF,EACE,iBAAA,YAQF,SAAA,QAEE,QAAA,EAUF,YACE,cAAA,IAAA,OAOF,EAAA,OAEE,YAAA,IAOF,IACE,WAAA,OAQF,GACE,OAAA,MAAA,EACA,UAAA,IAOF,KACE,MAAA,KACA,WAAA,KAOF,MACE,UAAA,IAOF,IAAA,IAEE,SAAA,SACA,UAAA,IACA,YAAA,EACA,eAAA,SAGF,IACE,IAAA,MAGF,IACE,OAAA,OAUF,IACE,OAAA,EAOF,eACE,SAAA,OAUF,OACE,OAAA,IAAA,KAOF,GACE,OAAA,EAAA,mBAAA,YAAA,gBAAA,YACA,WAAA,YAOF,IACE,SAAA,KAOF,KAAA,IAAA,IAAA,KAIE,YAAA,UAAA,UACA,UAAA,IAkBF,OAAA,MAAA,SAAA,OAAA,SAKE,OAAA,EACA,KAAA,QACA,MAAA,QAOF,OACE,SAAA,QAUF,OAAA,OAEE,eAAA,KAWF,OAAA,wBAAA,kBAAA,mBAIE,mBAAA,OACA,OAAA,QAOF,iBAAA,qBAEE,OAAA,QAOF,yBAAA,wBAEE,QAAA,EACA,OAAA,EAQF,MACE,YAAA,OAWF,qBAAA,kBAEE,mBAAA,WAAA,gBAAA,WAAA,WAAA,WACA,QAAA,EASF,8CAAA,8CAEE,OAAA,KAQF,mBACE,mBAAA,YACA,gBAAA,YAAA,WAAA,YAAA,mBAAA,UASF,iDAAA,8CAEE,mBAAA,KAOF,SACE,QAAA,MAAA,OAAA,MACA,OAAA,EAAA,IACA,OAAA,IAAA,MAAA,OAQF,OACE,QAAA,EACA,OAAA,EAOF,SACE,SAAA,KAQF,SACE,YAAA,IAUF,MACE,eAAA,EACA,gBAAA,SAGF,GAAA,GAEE,QAAA,uFCjUF,aA7FI,EAAA,OAAA,QAGI,MAAA,eACA,YAAA,eACA,WAAA,cAAA,mBAAA,eACA,WAAA,eAGJ,EAAA,UAEI,gBAAA,UAGJ,cACI,QAAA,KAAA,WAAA,IAGJ,kBACI,QAAA,KAAA,YAAA,IAKJ,6BAAA,mBAEI,QAAA,GAGJ,WAAA,IAEI,OAAA,IAAA,MAAA,KC4KL,kBAAA,MDvKK,MC0KL,QAAA,mBDrKK,IE8KN,GDLC,kBAAA,MDrKK,ICwKL,UAAA,eCUD,GF5KM,GE2KN,EF1KM,QAAA,ECuKL,OAAA,ECSD,GF3KM,GCsKL,iBAAA,MD/JK,QCkKL,QAAA,KCSD,YFtKU,oBCiKT,iBAAA,eD7JK,OCgKL,OAAA,IAAA,MAAA,KD5JK,OC+JL,gBAAA,mBCSD,UFpKU,UC+JT,iBAAA,eDzJS,mBEkKV,mBDLC,OAAA,IAAA,MAAA,gBEjPD,WACA,YAAA,uBFsPD,IAAA,+CE7OC,IAAK,sDAAuD,4BAA6B,iDAAkD,gBAAiB,gDAAiD,eAAgB,+CAAgD,mBAAoB,2EAA4E,cAE7W,WACA,SAAA,SACA,IAAA,IACA,QAAA,aACA,YAAA,uBACA,WAAA,OACA,YAAA,IACA,YAAA,EAIkC,uBAAA,YAAW,wBAAA,UACX,2BAAW,QAAA,QAEX,uBDuPlC,QAAS,QCtPyB,sBFiPnC,uBEjP8C,QAAA,QACX,wBAAW,QAAA,QACX,wBAAW,QAAA,QACX,2BAAW,QAAA,QACX,yBAAW,QAAA,QACX,wBAAW,QAAA,QACX,wBAAW,QAAA,QACX,yBAAW,QAAA,QACX,wBAAW,QAAA,QACX,uBAAW,QAAA,QACX,6BAAW,QAAA,QACX,uBAAW,QAAA,QACX,uBAAW,QAAA,QACX,2BAAW,QAAA,QACX,qBAAW,QAAA,QACX,0BAAW,QAAA,QACX,qBAAW,QAAA,QACX,yBAAW,QAAA,QACX,0BAAW,QAAA,QACX,2BAAW,QAAA,QACX,sBAAW,QAAA,QACX,yBAAW,QAAA,QACX,sBAAW,QAAA,QACX,wBAAW,QAAA,QACX,uBAAW,QAAA,QACX,uBAAW,QAAA,QACX,uBAAW,QAAA,QACX,uBAAW,QAAA,QACX,+BAAW,QAAA,QACX,2BAAW,QAAA,QACX,yBAAW,QAAA,QACX,wBAAW,QAAA,QACX,8BAAW,QAAA,QACX,yBAAW,QAAA,QACX,0BAAW,QAAA,QACX,2BAAW,QAAA,QACX,uBAAW,QAAA,QACX,uBAAW,QAAA,QACX,6BAAW,QAAA,QACX,6BAAW,QAAA,QACX,8BAAW,QAAA,QACX,4BAAW,QAAA,QACX,yBAAW,QAAA,QACX,0BAAW,QAAA,QACX,sBAAW,QAAA,QACX,uBAAW,QAAA,QACX,uBAAW,QAAA,QACX,2BAAW,QAAA,QACX,wBAAW,QAAA,QACX,yBAAW,QAAA,QACX,uBAAW,QAAA,QACX,uBAAW,QAAA,QACX,yBAAW,QAAA,QACX,8BAAW,QAAA,QACX,6BAAW,QAAA,QACX,6BAAW,QAAA,QACX,+BAAW,QAAA,QACX,8BAAW,QAAA,QACX,gCAAW,QAAA,QACX,uBAAW,QAAA,QACX,8BAAW,QAAA,QACX,+BAAW,QAAA,QACX,iCAAW,QAAA,QACX,0BAAW,QAAA,QACX,6BAAW,QAAA,QACX,yBAAW,QAAA,QACX,uBAAW,QAAA,QACX,uBAAW,QAAA,QACX,wBAAW,QAAA,QACX,wBAAW,QAAA,QACX,uBAAW,QAAA,QACX,gCAAW,QAAA,QACX,gCAAW,QAAA,QACX,2BAAW,QAAA,QACX,uBAAW,QAAA,QACX,wBAAW,QAAA,QACX,uBAAW,QAAA,QACX,0BAAW,QAAA,QACX,+BAAW,QAAA,QACX,+BAAW,QAAA,QACX,wBAAW,QAAA,QACX,+BAAW,QAAA,QACX,gCAAW,QAAA,QACX,4BAAW,QAAA,QACX,6BAAW,QAAA,QACX,8BAAW,QAAA,QACX,0BAAW,QAAA,QACX,gCAAW,QAAA,QACX,4BAAW,QAAA,QACX,6BAAW,QAAA,QACX,gCAAW,QAAA,QACX,4BAAW,QAAA,QACX,6BAAW,QAAA,QACX,6BAAW,QAAA,QACX,8BAAW,QAAA,QACX,2BAAW,QAAA,QACX,6BAAW,QAAA,QACX,4BAAW,QAAA,QACX,8BAAW,QAAA,QACX,+BAAW,QAAA,QACX,mCAAW,QAAA,QACX,uBAAW,QAAA,QACX,uBAAW,QAAA,QACX,uBAAW,QAAA,QACX,2BAAW,QAAA,QACX,4BAAW,QAAA,QACX,+BAAW,QAAA,QACX,wBAAW,QAAA,QACX,2BAAW,QAAA,QACX,yBAAW,QAAA,QACX,0BAAW,QAAA,QACX,yBAAW,QAAA,QACX,6BAAW,QAAA,QACX,+BAAW,QAAA,QACX,0BAAW,QAAA,QACX,gCAAW,QAAA,QACX,+BAAW,QAAA,QACX,8BAAW,QAAA,QACX,kCAAW,QAAA,QACX,oCAAW,QAAA,QACX,sBAAW,QAAA,QACX,2BAAW,QAAA,QACX,uBAAW,QAAA,QACX,8BAAW,QAAA,QACX,4BAAW,QAAA,QACX,8BAAW,QAAA,QACX,6BAAW,QAAA,QACX,4BAAW,QAAA,QACX,0BAAW,QAAA,QACX,4BAAW,QAAA,QACX,qCAAW,QAAA,QACX,oCAAW,QAAA,QACX,kCAAW,QAAA,QACX,oCAAW,QAAA,QACX,wBAAW,QAAA,QACX,yBAAW,QAAA,QACX,wBAAW,QAAA,QACX,yBAAW,QAAA,QACX,4BAAW,QAAA,QACX,6BAAW,QAAA,QACX,4BAAW,QAAA,QACX,4BAAW,QAAA,QACX,8BAAW,QAAA,QACX,uBAAW,QAAA,QACX,wBAAW,QAAA,QACX,0BAAW,QAAA,QACX,sBAAW,QAAA,QACX,sBAAW,QAAA,QACX,uBAAW,QAAA,QACX,mCAAW,QAAA,QACX,uCAAW,QAAA,QACX,gCAAW,QAAA,QACX,oCAAW,QAAA,QACX,qCAAW,QAAA,QACX,yCAAW,QAAA,QACX,4BAAW,QAAA,QACX,yBAAW,QAAA,QACX,gCAAW,QAAA,QACX,8BAAW,QAAA,QACX,yBAAW,QAAA,QACX,wBAAW,QAAA,QACX,0BAAW,QAAA,QACX,6BAAW,QAAA,QACX,yBAAW,QAAA,QACX,uBAAW,QAAA,QACX,uBAAW,QAAA,QACX,wBAAW,QAAA,QACX,yBAAW,QAAA,QACX,yBAAW,QAAA,QACX,uBAAW,QAAA,QACX,8BAAW,QAAA,QACX,+BAAW,QAAA,QACX,gCAAW,QAAA,QACX,8BAAW,QAAA,QACX,8BAAW,QAAA,QACX,8BAAW,QAAA,QACX,2BAAW,QAAA,QACX,0BAAW,QAAA,QACX,yBAAW,QAAA,QACX,6BAAW,QAAA,QACX,2BAAW,QAAA,QACX,4BAAW,QAAA,QACX,wBAAW,QAAA,QACX,wBAAW,QAAA,QACX,2BAAW,QAAA,QACX,2BAAW,QAAA,QACX,4BAAW,QAAA,QACX,+BAAW,QAAA,QACX,8BAAW,QAAA,QACX,4BAAW,QAAA,QACX,4BAAW,QAAA,QACX,4BAAW,QAAA,QACX,iCAAW,QAAA,QACX,oCAAW,QAAA,QACX,iCAAW,QAAA,QACX,+BAAW,QAAA,QACX,+BAAW,QAAA,QACX,iCAAW,QAAA,QACX,qBAAW,QAAA,QACX,4BAAW,QAAA,QACX,4BAAW,QAAA,QACX,2BAAW,QAAA,QACX,uBAAW,QAAA,QASX,wBAAW,QAAA,QACX,wBAAW,QAAA,QACX,4BAAW,QAAA,QACX,uBAAW,QAAA,QACX,wBAAW,QAAA,QACX,uBAAW,QAAA,QACX,yBAAW,QAAA,QACX,yBAAW,QAAA,QACX,+BAAW,QAAA,QACX,uBAAW,QAAA,QACX,6BAAW,QAAA,QACX,sBAAW,QAAA,QACX,wBAAW,QAAA,QACX,wBAAW,QAAA,QACX,4BAAW,QAAA,QACX,uBAAW,QAAA,QACX,4BAAW,QAAA,QACX,6BAAW,QAAA,QACX,2BAAW,QAAA,QACX,0BAAW,QAAA,QACX,sBAAW,QAAA,QACX,sBAAW,QAAA,QACX,sBAAW,QAAA,QACX,sBAAW,QAAA,QACX,wBAAW,QAAA,QACX,sBAAW,QAAA,QACX,wBAAW,QAAA,QACX,4BAAW,QAAA,QACX,mCAAW,QAAA,QACX,4BAAW,QAAA,QACX,oCAAW,QAAA,QACX,kCAAW,QAAA,QACX,iCAAW,QAAA,QACX,+BAAW,QAAA,QACX,sBAAW,QAAA,QACX,wBAAW,QAAA,QACX,6BAAW,QAAA,QACX,4BAAW,QAAA,QACX,6BAAW,QAAA,QACX,kCAAW,QAAA,QACX,mCAAW,QAAA,QACX,sCAAW,QAAA,QACX,0CAAW,QAAA,QACX,oCAAW,QAAA,QACX,wCAAW,QAAA,QACX,qCAAW,QAAA,QACX,iCAAW,QAAA,QACX,gCAAW,QAAA,QACX,kCAAW,QAAA,QACX,+BAAW,QAAA,QACX,0BAAW,QAAA,QACX,8BAAW,QAAA,QACX,4BAAW,QAAA,QACX,4BAAW,QAAA,QACX,6BAAW,QAAA,QACX,4BAAW,QAAA,QCtS/C,0BCgEE,QAAA,QHi+BF,EDNC,mBAAA,WGxhCI,gBAAiB,WFiiCZ,WAAY,WGl+BZ,OADL,QJg+BJ,mBAAA,WGthCI,gBAAiB,WACpB,WAAA,WHyhCD,KGrhCC,UAAW,KAEX,4BAAA,cAEA,KACA,YAAA,iBAAA,UAAA,MAAA,WHuhCD,UAAA,KGnhCC,YAAa,WF4hCb,MAAO,KACP,iBAAkB,KExhClB,OADA,MAEA,OHqhCD,SG/gCC,YAAa,QACb,UAAA,QACA,YAAA,QAEA,EFwhCA,MAAO,QEthCL,gBAAA,KAIF,QH8gCD,QKjkCC,MAAA,QACA,gBAAA,UF6DF,QACE,QAAA,IAAA,KAAA,yBHygCD,eAAA,KGlgCC,OHqgCD,OAAA,ECSD,IACE,eAAgB,ODDjB,4BM/kCC,0BLklCF,gBKnlCE,iBADA,eH4EA,QAAS,MACT,UAAA,KHugCD,OAAA,KGhgCC,aACA,cAAA,IAEA,eACA,QAAA,aC6FA,UAAA,KACK,OAAA,KACG,QAAA,IEvLR,YAAA,WACA,iBAAA,KACA,OAAA,IAAA,MAAA,KN+lCD,cAAA,IGjgCC,mBAAoB,IAAI,IAAI,YAC5B,cAAA,IAAA,IAAA,YHmgCD,WAAA,IAAA,IAAA,YG5/BC,YACA,cAAA,IAEA,GH+/BD,WAAA,KGv/BC,cAAe,KACf,OAAA,EACA,WAAA,IAAA,MAAA,KAEA,SACA,SAAA,SACA,MAAA,IACA,OAAA,IACA,QAAA,EHy/BD,OAAA,KGj/BC,SAAA,OF0/BA,KAAM,cEx/BJ,OAAA,EAEA,0BACA,yBACA,SAAA,OACA,MAAA,KHm/BH,OAAA,KGx+BC,OAAQ,EACR,SAAA,QH0+BD,KAAA,KCSD,cACE,OAAQ,QAQV,IACA,IMlpCE,IACA,IACA,IACA,INwoCF,GACA,GACA,GACA,GACA,GACA,GDAC,YAAA,QOlpCC,YAAa,IN2pCb,YAAa,IACb,MAAO,QAoBT,WAZA,UAaA,WAZA,UM5pCI,WN6pCJ,UM5pCI,WN6pCJ,UM5pCI,WN6pCJ,UDMC,WCLD,UACA,UAZA,SAaA,UAZA,SAaA,UAZA,SAaA,UAZA,SAaA,UAZA,SAaA,UAZA,SMppCE,YAAa,INwqCb,YAAa,EACb,MAAO,KAGT,IMxqCE,IAJF,IN2qCA,GAEA,GDLC,GCSC,WAAY,KACZ,cAAe,KASjB,WANA,UDCC,WCCD,UM5qCA,WN8qCA,UACA,UANA,SM5qCI,UN8qCJ,SM3qCA,UN6qCA,SAQE,UAAW,IAGb,IMprCE,IAJF,INurCA,GAEA,GDLC,GCSC,WAAY,KACZ,cAAe,KASjB,WANA,UDCC,WCCD,UMvrCA,WNyrCA,UACA,UANA,SMxrCI,UN0rCJ,SMtrCA,UNwrCA,SMxrCU,UAAA,IACV,IAAA,GAAU,UAAA,KACV,IAAA,GAAU,UAAA,KACV,IAAA,GAAU,UAAA,KACV,IAAA,GAAU,UAAA,KACV,IAAA,GAAU,UAAA,KAOR,IADF,GPssCC,UAAA,KCSD,EMzsCE,OAAA,EAAA,EAAA,KAEA,MPosCD,cAAA,KO/rCC,UAAW,KAwOX,YAAa,IA1OX,YAAA,IPssCH,yBO7rCC,MNssCE,UAAW,MMjsCf,OAAA,MAEE,UAAA,IAKF,MP0rCC,KO1rCsB,QAAA,KP6rCtB,iBAAA,QO5rCsB,WP+rCtB,WAAA,KO9rCsB,YPisCtB,WAAA,MOhsCsB,aPmsCtB,WAAA,OOlsCsB,cPqsCtB,WAAA,QOlsCsB,aPqsCtB,YAAA,OOpsCsB,gBPusCtB,eAAA,UOtsCsB,gBPysCtB,eAAA,UOrsCC,iBPwsCD,eAAA,WQ3yCC,YR8yCD,MAAA,KCSD,cOpzCI,MAAA,QAHF,qBDwGF,qBP6sCC,MAAA,QCSD,cO3zCI,MAAA,QAHF,qBD2GF,qBPitCC,MAAA,QCSD,WOl0CI,MAAA,QAHF,kBD8GF,kBPqtCC,MAAA,QCSD,cOz0CI,MAAA,QAHF,qBDiHF,qBPytCC,MAAA,QCSD,aOh1CI,MAAA,QDwHF,oBAHF,oBExHE,MAAA,QACA,YR01CA,MAAO,KQx1CL,iBAAA,QAHF,mBF8HF,mBP2tCC,iBAAA,QCSD,YQ/1CI,iBAAA,QAHF,mBFiIF,mBP+tCC,iBAAA,QCSD,SQt2CI,iBAAA,QAHF,gBFoIF,gBPmuCC,iBAAA,QCSD,YQ72CI,iBAAA,QAHF,mBFuIF,mBPuuCC,iBAAA,QCSD,WQp3CI,iBAAA,QF6IF,kBADF,kBAEE,iBAAA,QPsuCD,aO7tCC,eAAgB,INsuChB,OAAQ,KAAK,EAAE,KMpuCf,cAAA,IAAA,MAAA,KAFF,GPkuCC,GCSC,WAAY,EACZ,cAAe,KM9tCf,MP0tCD,MO3tCD,MAPI,MASF,cAAA,EAIF,eALE,aAAA,EACA,WAAA,KPkuCD,aO9tCC,aAAc,EAKZ,YAAA,KACA,WAAA,KP6tCH,gBOvtCC,QAAS,aACT,cAAA,IACA,aAAA,IAEF,GNguCE,WAAY,EM9tCZ,cAAA,KAGA,GADF,GP0tCC,YAAA,WOttCC,GPytCD,YAAA,IOnnCD,GAvFM,YAAA,EAEA,yBACA,kBGtNJ,MAAA,KACA,MAAA,MACA,SAAA,OVq6CC,MAAA,KO7nCC,WAAY,MAhFV,cAAA,SPgtCH,YAAA,OOtsCD,kBNgtCE,YAAa,OM1sCjB,0BPssCC,YOrsCC,OAAA,KA9IqB,cAAA,IAAA,OAAA,KAmJvB,YACE,UAAA,IACA,eAAA,UAEA,WPssCD,QAAA,KAAA,KOjsCG,OAAA,EAAA,EAAA,KN0sCF,UAAW,OACX,YAAa,IAAI,MAAM,KMptCzB,yBP+sCC,wBO/sCD,yBNytCE,cAAe,EMnsCb,kBAFA,kBACA,iBPksCH,QAAA,MO/rCG,UAAA,INwsCF,YAAa,WACb,MAAO,KMhsCT,yBP2rCC,yBO3rCD,wBAEE,QAAA,cAEA,oBACA,sBACA,cAAA,KP6rCD,aAAA,EOvrCG,WAAA,MNgsCF,aAAc,IAAI,MAAM,KACxB,YAAa,EMhsCX,kCNksCJ,kCMnsCe,iCACX,oCNmsCJ,oCDLC,mCCUC,QAAS,GMjsCX,iCNmsCA,iCMzsCM,gCAOJ,mCNmsCF,mCDLC,kCO7rCC,QAAA,cPksCD,QWv+CC,cAAe,KVg/Cf,WAAY,OACZ,YAAa,WU7+Cb,KXy+CD,IWr+CD,IACE,KACA,YAAA,MAAA,OAAA,SAAA,cAAA,UAEA,KACA,QAAA,IAAA,IXu+CD,UAAA,IWn+CC,MAAO,QACP,iBAAA,QACA,cAAA,IAEA,IACA,QAAA,IAAA,IACA,UAAA,IV4+CA,MU5+CA,KXq+CD,iBAAA,KW3+CC,cAAe,IASb,mBAAA,MAAA,EAAA,KAAA,EAAA,gBACA,WAAA,MAAA,EAAA,KAAA,EAAA,gBAEA,QV6+CF,QU7+CE,EXq+CH,UAAA,KWh+CC,YAAa,IACb,mBAAA,KACA,WAAA,KAEA,IACA,QAAA,MACA,QAAA,MACA,OAAA,EAAA,EAAA,KACA,UAAA,KACA,YAAA,WACA,MAAA,KACA,WAAA,UXk+CD,UAAA,WW7+CC,iBAAkB,QAehB,OAAA,IAAA,MAAA,KACA,cAAA,IAEA,SACA,QAAA,EACA,UAAA,QXi+CH,MAAA,QW59CC,YAAa,SACb,iBAAA,YACA,cAAA,EC1DF,gBCHE,WAAA,MACA,WAAA,OAEA,Wb8hDD,cAAA,KYxhDC,aAAA,KAqEA,aAAc,KAvEZ,YAAA,KZ+hDH,yBY1hDC,WAkEE,MAAO,OZ69CV,yBY5hDC,WA+DE,MAAO,OZk+CV,0BYzhDC,WCvBA,MAAA,QAGA,iBbmjDD,cAAA,KYthDC,aAAc,KCvBd,aAAA,KACA,YAAA,KCAE,KACE,aAAA,MAEA,YAAA,MAGA,UAAA,WAAA,WAAA,WAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,WAAA,WAAA,WAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,WAAA,WAAA,WAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,WAAA,WAAA,WAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UdgjDL,SAAA,SchiDG,WAAA,IACE,cAAA,KdkiDL,aAAA,Kc1hDG,UAAA,WAAA,WAAA,WAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,Ud6hDH,MAAA,Kc7hDG,WdgiDH,MAAA,KchiDG,WdmiDH,MAAA,acniDG,WdsiDH,MAAA,actiDG,UdyiDH,MAAA,IcziDG,Ud4iDH,MAAA,ac5iDG,Ud+iDH,MAAA,ac/iDG,UdkjDH,MAAA,IcljDG,UdqjDH,MAAA,acrjDG,UdwjDH,MAAA,acxjDG,Ud2jDH,MAAA,Ic3jDG,Ud8jDH,MAAA,ac/iDG,UdkjDH,MAAA,YcljDG,gBdqjDH,MAAA,KcrjDG,gBdwjDH,MAAA,acxjDG,gBd2jDH,MAAA,ac3jDG,ed8jDH,MAAA,Ic9jDG,edikDH,MAAA,acjkDG,edokDH,MAAA,acpkDG,edukDH,MAAA,IcvkDG,ed0kDH,MAAA,ac1kDG,ed6kDH,MAAA,ac7kDG,edglDH,MAAA,IchlDG,edmlDH,MAAA,ac9kDG,edilDH,MAAA,YchmDG,edmmDH,MAAA,KcnmDG,gBdsmDH,KAAA,KctmDG,gBdymDH,KAAA,aczmDG,gBd4mDH,KAAA,ac5mDG,ed+mDH,KAAA,Ic/mDG,edknDH,KAAA,aclnDG,edqnDH,KAAA,acrnDG,edwnDH,KAAA,IcxnDG,ed2nDH,KAAA,ac3nDG,ed8nDH,KAAA,ac9nDG,edioDH,KAAA,IcjoDG,edooDH,KAAA,ac/nDG,edkoDH,KAAA,YcnnDG,edsnDH,KAAA,KctnDG,kBdynDH,YAAA,KcznDG,kBd4nDH,YAAA,ac5nDG,kBd+nDH,YAAA,ac/nDG,iBdkoDH,YAAA,IcloDG,iBdqoDH,YAAA,acroDG,iBdwoDH,YAAA,acxoDG,iBd2oDH,YAAA,Ic3oDG,iBd8oDH,YAAA,ac9oDG,iBdipDH,YAAA,acjpDG,iBdopDH,YAAA,IcppDG,iBdupDH,YAAA,acvpDG,iBd0pDH,YAAA,Yc5rDG,iBACE,YAAA,EAOJ,yBACE,UAAA,WAAA,WAAA,WAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,Ud0rDD,MAAA,Kc1rDC,Wd6rDD,MAAA,Kc7rDC,WdgsDD,MAAA,achsDC,WdmsDD,MAAA,acnsDC,UdssDD,MAAA,IctsDC,UdysDD,MAAA,aczsDC,Ud4sDD,MAAA,ac5sDC,Ud+sDD,MAAA,Ic/sDC,UdktDD,MAAA,acltDC,UdqtDD,MAAA,acrtDC,UdwtDD,MAAA,IcxtDC,Ud2tDD,MAAA,ac5sDC,Ud+sDD,MAAA,Yc/sDC,gBdktDD,MAAA,KcltDC,gBdqtDD,MAAA,acrtDC,gBdwtDD,MAAA,acxtDC,ed2tDD,MAAA,Ic3tDC,ed8tDD,MAAA,ac9tDC,ediuDD,MAAA,acjuDC,edouDD,MAAA,IcpuDC,eduuDD,MAAA,acvuDC,ed0uDD,MAAA,ac1uDC,ed6uDD,MAAA,Ic7uDC,edgvDD,MAAA,ac3uDC,ed8uDD,MAAA,Yc7vDC,edgwDD,MAAA,KchwDC,gBdmwDD,KAAA,KcnwDC,gBdswDD,KAAA,actwDC,gBdywDD,KAAA,aczwDC,ed4wDD,KAAA,Ic5wDC,ed+wDD,KAAA,ac/wDC,edkxDD,KAAA,aclxDC,edqxDD,KAAA,IcrxDC,edwxDD,KAAA,acxxDC,ed2xDD,KAAA,ac3xDC,ed8xDD,KAAA,Ic9xDC,ediyDD,KAAA,ac5xDC,ed+xDD,KAAA,YchxDC,edmxDD,KAAA,KcnxDC,kBdsxDD,YAAA,KctxDC,kBdyxDD,YAAA,aczxDC,kBd4xDD,YAAA,ac5xDC,iBd+xDD,YAAA,Ic/xDC,iBdkyDD,YAAA,aclyDC,iBdqyDD,YAAA,acryDC,iBdwyDD,YAAA,IcxyDC,iBd2yDD,YAAA,ac3yDC,iBd8yDD,YAAA,ac9yDC,iBdizDD,YAAA,IcjzDC,iBdozDD,YAAA,acpzDC,iBduzDD,YAAA,YY9yDD,iBE3CE,YAAA,GAQF,yBACE,UAAA,WAAA,WAAA,WAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,Udw1DD,MAAA,Kcx1DC,Wd21DD,MAAA,Kc31DC,Wd81DD,MAAA,ac91DC,Wdi2DD,MAAA,acj2DC,Udo2DD,MAAA,Icp2DC,Udu2DD,MAAA,acv2DC,Ud02DD,MAAA,ac12DC,Ud62DD,MAAA,Ic72DC,Udg3DD,MAAA,ach3DC,Udm3DD,MAAA,acn3DC,Uds3DD,MAAA,Ict3DC,Udy3DD,MAAA,ac12DC,Ud62DD,MAAA,Yc72DC,gBdg3DD,MAAA,Kch3DC,gBdm3DD,MAAA,acn3DC,gBds3DD,MAAA,act3DC,edy3DD,MAAA,Icz3DC,ed43DD,MAAA,ac53DC,ed+3DD,MAAA,ac/3DC,edk4DD,MAAA,Icl4DC,edq4DD,MAAA,acr4DC,edw4DD,MAAA,acx4DC,ed24DD,MAAA,Ic34DC,ed84DD,MAAA,acz4DC,ed44DD,MAAA,Yc35DC,ed85DD,MAAA,Kc95DC,gBdi6DD,KAAA,Kcj6DC,gBdo6DD,KAAA,acp6DC,gBdu6DD,KAAA,acv6DC,ed06DD,KAAA,Ic16DC,ed66DD,KAAA,ac76DC,edg7DD,KAAA,ach7DC,edm7DD,KAAA,Icn7DC,eds7DD,KAAA,act7DC,edy7DD,KAAA,acz7DC,ed47DD,KAAA,Ic57DC,ed+7DD,KAAA,ac17DC,ed67DD,KAAA,Yc96DC,edi7DD,KAAA,Kcj7DC,kBdo7DD,YAAA,Kcp7DC,kBdu7DD,YAAA,acv7DC,kBd07DD,YAAA,ac17DC,iBd67DD,YAAA,Ic77DC,iBdg8DD,YAAA,ach8DC,iBdm8DD,YAAA,acn8DC,iBds8DD,YAAA,Ict8DC,iBdy8DD,YAAA,acz8DC,iBd48DD,YAAA,ac58DC,iBd+8DD,YAAA,Ic/8DC,iBdk9DD,YAAA,acl9DC,iBdq9DD,YAAA,YYz8DD,iBE9CE,YAAA,GAQF,0BACE,UAAA,WAAA,WAAA,WAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,UAAA,Uds/DD,MAAA,Kct/DC,Wdy/DD,MAAA,Kcz/DC,Wd4/DD,MAAA,ac5/DC,Wd+/DD,MAAA,ac//DC,UdkgED,MAAA,IclgEC,UdqgED,MAAA,acrgEC,UdwgED,MAAA,acxgEC,Ud2gED,MAAA,Ic3gEC,Ud8gED,MAAA,ac9gEC,UdihED,MAAA,acjhEC,UdohED,MAAA,IcphEC,UduhED,MAAA,acxgEC,Ud2gED,MAAA,Yc3gEC,gBd8gED,MAAA,Kc9gEC,gBdihED,MAAA,acjhEC,gBdohED,MAAA,acphEC,eduhED,MAAA,IcvhEC,ed0hED,MAAA,ac1hEC,ed6hED,MAAA,ac7hEC,edgiED,MAAA,IchiEC,edmiED,MAAA,acniEC,edsiED,MAAA,actiEC,edyiED,MAAA,IcziEC,ed4iED,MAAA,acviEC,ed0iED,MAAA,YczjEC,ed4jED,MAAA,Kc5jEC,gBd+jED,KAAA,Kc/jEC,gBdkkED,KAAA,aclkEC,gBdqkED,KAAA,acrkEC,edwkED,KAAA,IcxkEC,ed2kED,KAAA,ac3kEC,ed8kED,KAAA,ac9kEC,edilED,KAAA,IcjlEC,edolED,KAAA,acplEC,edulED,KAAA,acvlEC,ed0lED,KAAA,Ic1lEC,ed6lED,KAAA,acxlEC,ed2lED,KAAA,Yc5kEC,ed+kED,KAAA,Kc/kEC,kBdklED,YAAA,KcllEC,kBdqlED,YAAA,acrlEC,kBdwlED,YAAA,acxlEC,iBd2lED,YAAA,Ic3lEC,iBd8lED,YAAA,ac9lEC,iBdimED,YAAA,acjmEC,iBdomED,YAAA,IcpmEC,iBdumED,YAAA,acvmEC,iBd0mED,YAAA,ac1mEC,iBd6mED,YAAA,Ic7mEC,iBdgnED,YAAA,achnEC,iBdmnED,YAAA,YetrED,iBACA,YAAA,GAGA,MACA,iBAAA,YAEA,QfyrED,YAAA,IevrEC,eAAgB,IAChB,MAAA,KfyrED,WAAA,KelrEC,GACA,WAAA,KfsrED,OexrEC,MAAO,KdmsEP,UAAW,KACX,cAAe,KcvrET,mBd0rER,mBczrEQ,mBAHA,mBACA,mBd0rER,mBDHC,QAAA,IensEC,YAAa,WAoBX,eAAA,IACA,WAAA,IAAA,MAAA,KArBJ,mBdktEE,eAAgB,OAChB,cAAe,IAAI,MAAM,KDJ1B,uCCMD,uCcrtEA,wCdstEA,wCclrEI,2CANI,2CforEP,WAAA,EezqEG,mBf4qEH,WAAA,IAAA,MAAA,KCWD,cACE,iBAAkB,Kc/pEpB,6BdkqEA,6BcjqEE,6BAZM,6BfsqEP,6BCMD,6BDHC,QAAA,ICWD,gBACE,OAAQ,IAAI,MAAM,Kc1qEpB,4Bd6qEA,4Bc7qEA,4BAQQ,4Bf8pEP,4BCMD,4Bc7pEM,OAAA,IAAA,MAAA,KAYF,4BAFJ,4BfopEC,oBAAA,IevoEG,yCf0oEH,iBAAA,QehoEC,4BACA,iBAAA,QfooED,uBe9nEG,SAAA,OdyoEF,QAAS,acxoEL,MAAA,KAEA,sBfioEL,sBgB7wEC,SAAA,OfwxEA,QAAS,WACT,MAAO,KAST,0BerxEE,0Bf+wEF,0BAGA,0BexxEM,0BAMJ,0BfgxEF,0BAGA,0BACA,0BDNC,0BCAD,0BAGA,0BASE,iBAAkB,QDLnB,sCgBlyEC,sCAAA,oCfyyEF,sCetxEM,sCf2xEJ,iBAAkB,QASpB,2Be1yEE,2BfoyEF,2BAGA,2Be7yEM,2BAMJ,2BfqyEF,2BAGA,2BACA,2BDNC,2BCAD,2BAGA,2BASE,iBAAkB,QDLnB,uCgBvzEC,uCAAA,qCf8zEF,uCe3yEM,uCfgzEJ,iBAAkB,QASpB,wBe/zEE,wBfyzEF,wBAGA,wBel0EM,wBAMJ,wBf0zEF,wBAGA,wBACA,wBDNC,wBCAD,wBAGA,wBASE,iBAAkB,QDLnB,oCgB50EC,oCAAA,kCfm1EF,oCeh0EM,oCfq0EJ,iBAAkB,QASpB,2Bep1EE,2Bf80EF,2BAGA,2Bev1EM,2BAMJ,2Bf+0EF,2BAGA,2BACA,2BDNC,2BCAD,2BAGA,2BASE,iBAAkB,QDLnB,uCgBj2EC,uCAAA,qCfw2EF,uCer1EM,uCf01EJ,iBAAkB,QASpB,0Bez2EE,0Bfm2EF,0BAGA,0Be52EM,0BAMJ,0Bfo2EF,0BAGA,0BACA,0BDNC,0BCAD,0BAGA,0BASE,iBAAkB,QDLnB,sCehtEC,sCADF,oCdwtEA,sCe12EM,sCDoJJ,iBAAA,QA6DF,kBACE,WAAY,KA3DV,WAAA,KAEA,oCACA,kBACA,MAAA,KfotED,cAAA,Ke7pEC,WAAY,OAnDV,mBAAA,yBfmtEH,OAAA,IAAA,MAAA,KCWD,yBACE,cAAe,Ec5qEjB,qCd+qEA,qCcjtEI,qCARM,qCfktET,qCCMD,qCDHC,YAAA,OCWD,kCACE,OAAQ,EcvrEV,0Dd0rEA,0Dc1rEA,0DAzBU,0Df4sET,0DCMD,0DAME,YAAa,Ec/rEf,yDdksEA,yDclsEA,yDArBU,yDfgtET,yDCMD,yDAME,aAAc,EDLjB,yDe1sEW,yDEzNV,yDjBk6EC,yDiBj6ED,cAAA,GAMA,SjBk6ED,UAAA,EiB/5EC,QAAS,EACT,OAAA,EACA,OAAA,EAEA,OACA,QAAA,MACA,MAAA,KACA,QAAA,EACA,cAAA,KACA,UAAA,KjBi6ED,YAAA,QiB95EC,MAAO,KACP,OAAA,EACA,cAAA,IAAA,MAAA,QAEA,MjBg6ED,QAAA,aiBr5EC,UAAW,Kb4BX,cAAA,IACG,YAAA,IJ63EJ,mBiBr5EC,mBAAoB,WhBg6EjB,gBAAiB,WgB95EpB,WAAA,WjBy5ED,qBiBv5EC,kBAGA,OAAQ,IAAI,EAAE,EACd,WAAA,MjBs5ED,YAAA,OiBj5EC,iBACA,QAAA,MAIF,kBhB25EE,QAAS,MgBz5ET,MAAA,KAIF,iBAAA,ahB05EE,OAAQ,KI99ER,uBY2EF,2BjB64EC,wBiB54EC,QAAA,IAAA,KAAA,yBACA,eAAA,KAEA,OACA,QAAA,MjB+4ED,YAAA,IiBr3EC,UAAW,KACX,YAAA,WACA,MAAA,KAEA,cACA,QAAA,MACA,MAAA,KACA,OAAA,KACA,QAAA,IAAA,KACA,UAAA,KACA,YAAA,WACA,MAAA,KbxDA,iBAAA,KACQ,iBAAA,KAyHR,OAAA,IAAA,MAAA,KACK,cAAA,IACG,mBAAA,MAAA,EAAA,IAAA,IAAA,iBJwzET,WAAA,MAAA,EAAA,IAAA,IAAA,iBkBh8EC,mBAAA,aAAA,YAAA,KAAA,mBAAA,YAAA,KACE,cAAA,aAAA,YAAA,KAAA,WAAA,YAAA,KACA,WAAA,aAAA,YAAA,KAAA,WAAA,YAAA,KdWM,oBJy7ET,aAAA,QIx5EC,QAAA,EACE,mBAAA,MAAA,EAAA,IAAA,IAAA,iBAAA,EAAA,EAAA,IAAA,qBACA,WAAA,MAAA,EAAA,IAAA,IAAA,iBAAA,EAAA,EAAA,IAAA,qBAEF,gCAA0B,MAAA,KJ25E3B,QAAA,EI15EiC,oCJ65EjC,MAAA,KiBh4EG,yCACA,MAAA,KAQF,0BhBs4EA,iBAAkB,YAClB,OAAQ,EgBn4EN,wBjB63EH,wBiB13EC,iChBq4EA,iBAAkB,KgBn4EhB,QAAA,EAIF,wBACE,iCjB03EH,OAAA,YiB72EC,sBjBg3ED,OAAA,KiB91EG,mBhB02EF,mBAAoB,KAEtB,qDgB32EM,8BjBo2EH,8BiBj2EC,wCAAA,+BhB62EA,YAAa,KgB32EX,iCjBy2EH,iCiBt2EC,2CAAA,kChB02EF,0BACA,0BACA,oCACA,2BAKE,YAAa,KgBh3EX,iCjB82EH,iCACF,2CiBp2EC,kChBu2EA,0BACA,0BACA,oCACA,2BgBz2EA,YAAA,MhBi3EF,YgBv2EE,cAAA,KAGA,UADA,OjBi2ED,SAAA,SiBr2EC,QAAS,MhBg3ET,WAAY,KgBx2EV,cAAA,KAGA,gBADA,aAEA,WAAA,KjBi2EH,aAAA,KiB91EC,cAAe,EhBy2Ef,YAAa,IACb,OAAQ,QgBp2ER,+BjBg2ED,sCiBl2EC,yBACA,gCAIA,SAAU,ShBw2EV,WAAY,MgBt2EZ,YAAA,MAIF,oBAAA,cAEE,WAAA,KAGA,iBADA,cAEA,SAAA,SACA,QAAA,aACA,aAAA,KjB61ED,cAAA,EiB31EC,YAAa,IhBs2Eb,eAAgB,OgBp2EhB,OAAA,QAUA,kCjBo1ED,4BCWC,WAAY,EACZ,YAAa,KgBv1Eb,wCAAA,qCjBm1ED,8BCOD,+BgBh2EI,2BhB+1EJ,4BAME,OAAQ,YDNT,0BiBv1EG,uBAMF,oCAAA,iChB61EA,OAAQ,YDNT,yBiBp1EK,sBAaJ,mCAFF,gCAGE,OAAA,YAGA,qBjBy0ED,WAAA,KiBv0EC,YAAA,IhBk1EA,eAAgB,IgBh1Ed,cAAA,EjB00EH,8BiB5zED,8BCnQE,cAAA,EACA,aAAA,EAEA,UACA,OAAA,KlBkkFD,QAAA,IAAA,KkBhkFC,UAAA,KACE,YAAA,IACA,cAAA,IAGF,gBjB0kFA,OAAQ,KiBxkFN,YAAA,KD2PA,0BAFJ,kBAGI,OAAA,KAEA,6BACA,OAAA,KjBy0EH,QAAA,IAAA,KiB/0EC,UAAW,KAST,YAAA,IACA,cAAA,IAVJ,mChB81EE,OAAQ,KgBh1EN,YAAA,KAGA,6CAjBJ,qCAkBI,OAAA,KAEA,oCACA,OAAA,KjBy0EH,WAAA,KiBr0EC,QAAS,IAAI,KC/Rb,UAAA,KACA,YAAA,IAEA,UACA,OAAA,KlBumFD,QAAA,KAAA,KkBrmFC,UAAA,KACE,YAAA,UACA,cAAA,IAGF,gBjB+mFA,OAAQ,KiB7mFN,YAAA,KDuRA,0BAFJ,kBAGI,OAAA,KAEA,6BACA,OAAA,KjBk1EH,QAAA,KAAA,KiBx1EC,UAAW,KAST,YAAA,UACA,cAAA,IAVJ,mChBu2EE,OAAQ,KgBz1EN,YAAA,KAGA,6CAjBJ,qCAkBI,OAAA,KAEA,oCACA,OAAA,KjBk1EH,WAAA,KiBz0EC,QAAS,KAAK,KAEd,UAAA,KjB00ED,YAAA,UiBt0EG,cjBy0EH,SAAA,SiBp0EC,4BACA,cAAA,OAEA,uBACA,SAAA,SACA,IAAA,EACA,MAAA,EACA,QAAA,EACA,QAAA,MACA,MAAA,KjBu0ED,OAAA,KiBr0EC,YAAa,KhBg1Eb,WAAY,OACZ,eAAgB,KDLjB,oDiBv0EC,uCADA,iCAGA,MAAO,KhBg1EP,OAAQ,KACR,YAAa,KDLd,oDiBv0EC,uCADA,iCAKA,MAAO,KhB80EP,OAAQ,KACR,YAAa,KAKf,uBAEA,8BAJA,4BADA,yBAEA,oBAEA,2BDNC,4BkBruFG,mCAJA,yBD0ZJ,gCbvWE,MAAA,QJ2rFD,2BkBxuFG,aAAA,QACE,mBAAA,MAAA,EAAA,IAAA,IAAA,iBd4CJ,WAAA,MAAA,EAAA,IAAA,IAAA,iBJgsFD,iCiBz1EC,aAAc,QC5YZ,mBAAA,MAAA,EAAA,IAAA,IAAA,iBAAA,EAAA,EAAA,IAAA,QACA,WAAA,MAAA,EAAA,IAAA,IAAA,iBAAA,EAAA,EAAA,IAAA,QlByuFH,gCiB91EC,MAAO,QCtYL,iBAAA,QlBuuFH,aAAA,QCWD,oCACE,MAAO,QAKT,uBAEA,8BAJA,4BADA,yBAEA,oBAEA,2BDNC,4BkBnwFG,mCAJA,yBD6ZJ,gCb1WE,MAAA,QJytFD,2BkBtwFG,aAAA,QACE,mBAAA,MAAA,EAAA,IAAA,IAAA,iBd4CJ,WAAA,MAAA,EAAA,IAAA,IAAA,iBJ8tFD,iCiBp3EC,aAAc,QC/YZ,mBAAA,MAAA,EAAA,IAAA,IAAA,iBAAA,EAAA,EAAA,IAAA,QACA,WAAA,MAAA,EAAA,IAAA,IAAA,iBAAA,EAAA,EAAA,IAAA,QlBuwFH,gCiBz3EC,MAAO,QCzYL,iBAAA,QlBqwFH,aAAA,QCWD,oCACE,MAAO,QAKT,qBAEA,4BAJA,0BADA,uBAEA,kBAEA,yBDNC,0BkBjyFG,iCAJA,uBDgaJ,8Bb7WE,MAAA,QJuvFD,yBkBpyFG,aAAA,QACE,mBAAA,MAAA,EAAA,IAAA,IAAA,iBd4CJ,WAAA,MAAA,EAAA,IAAA,IAAA,iBJ4vFD,+BiB/4EC,aAAc,QClZZ,mBAAA,MAAA,EAAA,IAAA,IAAA,iBAAA,EAAA,EAAA,IAAA,QACA,WAAA,MAAA,EAAA,IAAA,IAAA,iBAAA,EAAA,EAAA,IAAA,QlBqyFH,8BiBp5EC,MAAO,QC5YL,iBAAA,QlBmyFH,aAAA,QiB/4EG,kCjBk5EH,MAAA,QiB/4EG,2CjBk5EH,IAAA,KiBv4EC,mDACA,IAAA,EAEA,YjB04ED,QAAA,MiBvzEC,WAAY,IAwEZ,cAAe,KAtIX,MAAA,QAEA,yBjBy3EH,yBiBrvEC,QAAS,aA/HP,cAAA,EACA,eAAA,OjBw3EH,2BiB1vEC,QAAS,aAxHP,MAAA,KjBq3EH,eAAA,OiBj3EG,kCACA,QAAA,aAmHJ,0BhB4wEE,QAAS,aACT,eAAgB,OgBr3Ed,wCjB82EH,6CiBtwED,2CjBywEC,MAAA,KiB72EG,wCACA,MAAA,KAmGJ,4BhBwxEE,cAAe,EgBp3Eb,eAAA,OAGA,uBADA,oBjB82EH,QAAA,aiBpxEC,WAAY,EhB+xEZ,cAAe,EgBr3EX,eAAA,OAsFN,6BAAA,0BAjFI,aAAA,EAiFJ,4CjB6xEC,sCiBx2EG,SAAA,SjB22EH,YAAA,EiBh2ED,kDhB42EE,IAAK,GgBl2EL,2BjB+1EH,kCiBh2EG,wBAEA,+BAXF,YAAa,IhBo3Eb,WAAY,EgBn2EV,cAAA,EJviBF,2BIshBF,wBJrhBE,WAAA,KI4jBA,6BAyBA,aAAc,MAnCV,YAAA,MAEA,yBjBw1EH,gCACF,YAAA,IiBx3EG,cAAe,EAwCf,WAAA,OAwBJ,sDAdQ,MAAA,KjB80EL,yBACF,+CiBn0EC,YAAA,KAEE,UAAW,MjBs0EZ,yBACF,+CmBp6FG,YAAa,IACf,UAAA,MAGA,KACA,QAAA,aACA,QAAA,IAAA,KAAA,cAAA,EACA,UAAA,KACA,YAAA,IACA,YAAA,WACA,WAAA,OC0CA,YAAA,OACA,eAAA,OACA,iBAAA,aACA,aAAA,ahB+JA,OAAA,QACG,oBAAA,KACC,iBAAA,KACI,gBAAA,KJ+tFT,YAAA,KmBv6FG,iBAAA,KlBm7FF,OAAQ,IAAI,MAAM,YAClB,cAAe,IkB96Ff,kBdzBA,kBACA,WLk8FD,kBCOD,kBADA,WAME,QAAS,IAAI,KAAK,yBAClB,eAAgB,KkBh7FhB,WnBy6FD,WmB56FG,WlBw7FF,MAAO,KkBn7FL,gBAAA,Kf6BM,YADR,YJk5FD,iBAAA,KmBz6FC,QAAA,ElBq7FA,mBAAoB,MAAM,EAAE,IAAI,IAAI,iBAC5B,WAAY,MAAM,EAAE,IAAI,IAAI,iBoBh+FpC,cAGA,ejB8DA,wBACQ,OAAA,YJ05FT,OAAA,kBmBz6FG,mBAAA,KlBq7FM,WAAY,KkBn7FhB,QAAA,IASN,eC3DE,yBACA,eAAA,KpBi+FD,aoB99FC,MAAA,KnB0+FA,iBAAkB,KmBx+FhB,aAAA,KpBk+FH,mBoBh+FO,mBAEN,MAAA,KACE,iBAAA,QACA,aAAA,QpBi+FH,mBoB99FC,MAAA,KnB0+FA,iBAAkB,QAClB,aAAc,QmBt+FR,oBADJ,oBpBi+FH,mCoB99FG,MAAA,KnB0+FF,iBAAkB,QAClB,aAAc,QmBt+FN,0BnB4+FV,0BAHA,0BmB1+FM,0BnB4+FN,0BAHA,0BDFC,yCoBx+FK,yCnB4+FN,yCmBv+FE,MAAA,KnB++FA,iBAAkB,QAClB,aAAc,QmBx+FZ,oBpBg+FH,oBoBh+FG,mCnB6+FF,iBAAkB,KmBz+FV,4BnB8+FV,4BAHA,4BDHC,6BCOD,6BAHA,6BkB39FA,sCClBM,sCnB8+FN,sCmBx+FI,iBAAA,KACA,aAAA,KDcJ,oBC9DE,MAAA,KACA,iBAAA,KpB0hGD,aoBvhGC,MAAA,KnBmiGA,iBAAkB,QmBjiGhB,aAAA,QpB2hGH,mBoBzhGO,mBAEN,MAAA,KACE,iBAAA,QACA,aAAA,QpB0hGH,mBoBvhGC,MAAA,KnBmiGA,iBAAkB,QAClB,aAAc,QmB/hGR,oBADJ,oBpB0hGH,mCoBvhGG,MAAA,KnBmiGF,iBAAkB,QAClB,aAAc,QmB/hGN,0BnBqiGV,0BAHA,0BmBniGM,0BnBqiGN,0BAHA,0BDFC,yCoBjiGK,yCnBqiGN,yCmBhiGE,MAAA,KnBwiGA,iBAAkB,QAClB,aAAc,QmBjiGZ,oBpByhGH,oBoBzhGG,mCnBsiGF,iBAAkB,KmBliGV,4BnBuiGV,4BAHA,4BDHC,6BCOD,6BAHA,6BkBjhGA,sCCrBM,sCnBuiGN,sCmBjiGI,iBAAA,QACA,aAAA,QDkBJ,oBClEE,MAAA,QACA,iBAAA,KpBmlGD,aoBhlGC,MAAA,KnB4lGA,iBAAkB,QmB1lGhB,aAAA,QpBolGH,mBoBllGO,mBAEN,MAAA,KACE,iBAAA,QACA,aAAA,QpBmlGH,mBoBhlGC,MAAA,KnB4lGA,iBAAkB,QAClB,aAAc,QmBxlGR,oBADJ,oBpBmlGH,mCoBhlGG,MAAA,KnB4lGF,iBAAkB,QAClB,aAAc,QmBxlGN,0BnB8lGV,0BAHA,0BmB5lGM,0BnB8lGN,0BAHA,0BDFC,yCoB1lGK,yCnB8lGN,yCmBzlGE,MAAA,KnBimGA,iBAAkB,QAClB,aAAc,QmB1lGZ,oBpBklGH,oBoBllGG,mCnB+lGF,iBAAkB,KmB3lGV,4BnBgmGV,4BAHA,4BDHC,6BCOD,6BAHA,6BkBtkGA,sCCzBM,sCnBgmGN,sCmB1lGI,iBAAA,QACA,aAAA,QDsBJ,oBCtEE,MAAA,QACA,iBAAA,KpB4oGD,UoBzoGC,MAAA,KnBqpGA,iBAAkB,QmBnpGhB,aAAA,QpB6oGH,gBoB3oGO,gBAEN,MAAA,KACE,iBAAA,QACA,aAAA,QpB4oGH,gBoBzoGC,MAAA,KnBqpGA,iBAAkB,QAClB,aAAc,QmBjpGR,iBADJ,iBpB4oGH,gCoBzoGG,MAAA,KnBqpGF,iBAAkB,QAClB,aAAc,QmBjpGN,uBnBupGV,uBAHA,uBmBrpGM,uBnBupGN,uBAHA,uBDFC,sCoBnpGK,sCnBupGN,sCmBlpGE,MAAA,KnB0pGA,iBAAkB,QAClB,aAAc,QmBnpGZ,iBpB2oGH,iBoB3oGG,gCnBwpGF,iBAAkB,KmBppGV,yBnBypGV,yBAHA,yBDHC,0BCOD,0BAHA,0BkB3nGA,mCC7BM,mCnBypGN,mCmBnpGI,iBAAA,QACA,aAAA,QD0BJ,iBC1EE,MAAA,QACA,iBAAA,KpBqsGD,aoBlsGC,MAAA,KnB8sGA,iBAAkB,QmB5sGhB,aAAA,QpBssGH,mBoBpsGO,mBAEN,MAAA,KACE,iBAAA,QACA,aAAA,QpBqsGH,mBoBlsGC,MAAA,KnB8sGA,iBAAkB,QAClB,aAAc,QmB1sGR,oBADJ,oBpBqsGH,mCoBlsGG,MAAA,KnB8sGF,iBAAkB,QAClB,aAAc,QmB1sGN,0BnBgtGV,0BAHA,0BmB9sGM,0BnBgtGN,0BAHA,0BDFC,yCoB5sGK,yCnBgtGN,yCmB3sGE,MAAA,KnBmtGA,iBAAkB,QAClB,aAAc,QmB5sGZ,oBpBosGH,oBoBpsGG,mCnBitGF,iBAAkB,KmB7sGV,4BnBktGV,4BAHA,4BDHC,6BCOD,6BAHA,6BkBhrGA,sCCjCM,sCnBktGN,sCmB5sGI,iBAAA,QACA,aAAA,QD8BJ,oBC9EE,MAAA,QACA,iBAAA,KpB8vGD,YoB3vGC,MAAA,KnBuwGA,iBAAkB,QmBrwGhB,aAAA,QpB+vGH,kBoB7vGO,kBAEN,MAAA,KACE,iBAAA,QACA,aAAA,QpB8vGH,kBoB3vGC,MAAA,KnBuwGA,iBAAkB,QAClB,aAAc,QmBnwGR,mBADJ,mBpB8vGH,kCoB3vGG,MAAA,KnBuwGF,iBAAkB,QAClB,aAAc,QmBnwGN,yBnBywGV,yBAHA,yBmBvwGM,yBnBywGN,yBAHA,yBDFC,wCoBrwGK,wCnBywGN,wCmBpwGE,MAAA,KnB4wGA,iBAAkB,QAClB,aAAc,QmBrwGZ,mBpB6vGH,mBoB7vGG,kCnB0wGF,iBAAkB,KmBtwGV,2BnB2wGV,2BAHA,2BDHC,4BCOD,4BAHA,4BkBruGA,qCCrCM,qCnB2wGN,qCmBrwGI,iBAAA,QACA,aAAA,QDuCJ,mBACE,MAAA,QACA,iBAAA,KnB+tGD,UmB5tGC,YAAA,IlBwuGA,MAAO,QACP,cAAe,EAEjB,UGzwGE,iBemCE,iBflCM,oBJkwGT,6BmB7tGC,iBAAA,YlByuGA,mBAAoB,KACZ,WAAY,KkBtuGlB,UAEF,iBAAA,gBnB6tGD,gBmB3tGG,aAAA,YnBiuGH,gBmB/tGG,gBAIA,MAAA,QlBuuGF,gBAAiB,UACjB,iBAAkB,YDNnB,0BmBhuGK,0BAUN,mCATM,mClB2uGJ,MAAO,KmB1yGP,gBAAA,KAGA,mBADA,QpBmyGD,QAAA,KAAA,KmBztGC,UAAW,KlBquGX,YAAa,UmBjzGb,cAAA,IAGA,mBADA,QpB0yGD,QAAA,IAAA,KmB5tGC,UAAW,KlBwuGX,YAAa,ImBxzGb,cAAA,IAGA,mBADA,QpBizGD,QAAA,IAAA,ImB3tGC,UAAW,KACX,YAAA,IACA,cAAA,IAIF,WACE,QAAA,MnB2tGD,MAAA,KCYD,sBACE,WAAY,IqBz3GZ,6BADF,4BtBk3GC,6BI7rGC,MAAA,KAEQ,MJisGT,QAAA,EsBr3GC,mBAAA,QAAA,KAAA,OACE,cAAA,QAAA,KAAA,OtBu3GH,WAAA,QAAA,KAAA,OsBl3GC,StBq3GD,QAAA,EsBn3Ga,UtBs3Gb,QAAA,KsBr3Ga,atBw3Gb,QAAA,MsBv3Ga,etB03Gb,QAAA,UsBt3GC,kBACA,QAAA,gBlBwKA,YACQ,SAAA,SAAA,OAAA,EAOR,SAAA,OACQ,mCAAA,KAAA,8BAAA,KAGR,2BAAA,KACQ,4BAAA,KAAA,uBAAA,KJ2sGT,oBAAA,KuBr5GC,4BAA6B,OAAQ,WACrC,uBAAA,OAAA,WACA,oBAAA,OAAA,WAEA,OACA,QAAA,aACA,MAAA,EACA,OAAA,EACA,YAAA,IACA,eAAA,OvBu5GD,WAAA,IAAA,OuBn5GC,WAAY,IAAI,QtBk6GhB,aAAc,IAAI,MAAM,YsBh6GxB,YAAA,IAAA,MAAA,YAKA,UADF,QvBo5GC,SAAA,SuB94GC,uBACA,QAAA,EAEA,eACA,SAAA,SACA,IAAA,KACA,KAAA,EACA,QAAA,KACA,QAAA,KACA,MAAA,KACA,UAAA,MACA,QAAA,IAAA,EACA,OAAA,IAAA,EAAA,EACA,UAAA,KACA,WAAA,KACA,WAAA,KnBsBA,iBAAA,KACQ,wBAAA,YmBrBR,gBAAA,YtB+5GA,OsB/5GA,IAAA,MAAA,KvBk5GD,OAAA,IAAA,MAAA,gBuB74GC,cAAA,IACE,mBAAA,EAAA,IAAA,KAAA,iBACA,WAAA,EAAA,IAAA,KAAA,iBAzBJ,0BCzBE,MAAA,EACA,KAAA,KAEA,wBxBo8GD,OAAA,IuB96GC,OAAQ,IAAI,EAmCV,SAAA,OACA,iBAAA,QAEA,oBACA,QAAA,MACA,QAAA,IAAA,KACA,MAAA,KvB84GH,YAAA,IuBx4GC,YAAA,WtBw5GA,MAAO,KsBt5GL,YAAA,OvB44GH,0BuB14GG,0BAMF,MAAA,QtBo5GA,gBAAiB,KACjB,iBAAkB,QsBj5GhB,yBAEA,+BADA,+BvBu4GH,MAAA,KuB73GC,gBAAA,KtB64GA,iBAAkB,QAClB,QAAS,EDZV,2BuB33GC,iCAAA,iCAEE,MAAA,KEzGF,iCF2GE,iCAEA,gBAAA,KvB63GH,OAAA,YuBx3GC,iBAAkB,YAGhB,iBAAA,KvBw3GH,OAAA,0DuBn3GG,qBvBs3GH,QAAA,MuB72GC,QACA,QAAA,EAQF,qBACE,MAAA,EACA,KAAA,KAIF,oBACE,MAAA,KACA,KAAA,EAEA,iBACA,QAAA,MACA,QAAA,IAAA,KvBw2GD,UAAA,KuBp2GC,YAAa,WACb,MAAA,KACA,YAAA,OAEA,mBACA,SAAA,MACA,IAAA,EvBs2GD,MAAA,EuBl2GC,OAAQ,EACR,KAAA,EACA,QAAA,IAQF,2BtB42GE,MAAO,EsBx2GL,KAAA,KAEA,eACA,sCvB41GH,QAAA,GuBn2GC,WAAY,EtBm3GZ,cAAe,IAAI,OsBx2GjB,cAAA,IAAA,QAEA,uBvB41GH,8CuBv0GC,IAAK,KAXL,OAAA,KApEA,cAAA,IvB25GC,yBuBv1GD,6BA1DA,MAAA,EACA,KAAA,KvBq5GD,kC0BpiHG,MAAO,KzBojHP,KAAM,GyBhjHR,W1BsiHD,oB0B1iHC,SAAU,SzB0jHV,QAAS,ayBpjHP,eAAA,OAGA,yB1BsiHH,gBCgBC,SAAU,SACV,MAAO,KyB7iHT,gC1BsiHC,gCCYD,+BAFA,+ByBhjHA,uBANM,uBzBujHN,sBAFA,sBAQE,QAAS,EyBljHP,qB1BuiHH,2B0BliHD,2BACE,iC1BoiHD,YAAA,KCgBD,aACE,YAAa,KDZd,kB0B1iHD,wBAAA,0BzB2jHE,MAAO,KDZR,kB0B/hHD,wBACE,0B1BiiHD,YAAA,I0B5hHC,yE1B+hHD,cAAA,E2BhlHC,4BACG,YAAA,EDsDL,mEzB6iHE,wBAAyB,E0B5lHzB,2BAAA,E3BilHD,6C0B5hHD,8CACE,uBAAA,E1B8hHD,0BAAA,E0B3hHC,sB1B8hHD,MAAA,KCgBD,8D0B/mHE,cAAA,E3BomHD,mE0B3hHD,oECjEE,wBAAA,EACG,2BAAA,EDqEL,oEzB0iHE,uBAAwB,EyBxiHxB,0BAAA,EAiBF,mCACE,iCACA,QAAA,EAEF,iCACE,cAAA,IACA,aAAA,IAKF,oCtB/CE,cAAA,KACQ,aAAA,KsBkDR,iCtBnDA,mBAAA,MAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,MAAA,EAAA,IAAA,IAAA,iBsByDV,0CACE,mBAAA,K1BugHD,WAAA,K0BngHC,YACA,YAAA,EAGF,eACE,aAAA,IAAA,IAAA,E1BqgHD,oBAAA,ECgBD,uBACE,aAAc,EAAE,IAAI,IyB1gHlB,yBACA,+BACA,oC1B+/GH,QAAA,M0BtgHC,MAAO,KAcH,MAAA,K1B2/GL,UAAA,KCgBD,oCACE,MAAO,KyBpgHL,8BACA,oC1By/GH,oC0Bp/GC,0CACE,WAAA,K1Bs/GH,YAAA,E2B/pHC,4DACC,cAAA,EAQA,sD3B4pHF,uBAAA,I0Bt/GC,wBAAA,IC/KA,2BAAA,EACC,0BAAA,EAQA,sD3BkqHF,uBAAA,E0Bv/GC,wBAAyB,EACzB,2BAAA,I1By/GD,0BAAA,ICgBD,uE0BtrHE,cAAA,E3B2qHD,4E0Bt/GD,6EC7LE,2BAAA,EACC,0BAAA,EDoMH,6EACE,uBAAA,EACA,wBAAA,EAEA,qB1Bo/GD,QAAA,M0Bx/GC,MAAO,KzBwgHP,aAAc,MyBjgHZ,gBAAA,SAEA,0B1Bq/GH,gC0B9/GC,QAAS,WAYP,MAAA,K1Bq/GH,MAAA,G0Bj/GG,qC1Bo/GH,MAAA,KCgBD,+CACE,KAAM,KyB7+GF,gDAFA,6C1Bs+GL,2D0Br+GK,wDEzOJ,SAAU,SACV,KAAA,cACA,eAAA,K5BitHD,a4B7sHC,SAAA,SACE,QAAA,MACA,gBAAA,S5BgtHH,0B4BxtHC,MAAO,KAeL,cAAA,EACA,aAAA,EAOA,2BACA,SAAA,S5BusHH,QAAA,E4BrsHG,MAAA,KACE,MAAA,K5BusHL,cAAA,ECgBD,iCACE,QAAS,EiBnrHT,8BACA,mCACA,sCACA,OAAA,KlBwqHD,QAAA,KAAA,KkBtqHC,UAAA,KjBsrHA,YAAa,UACb,cAAe,IiBrrHb,oClB0qHH,yCkBvqHC,4CjBurHA,OAAQ,KACR,YAAa,KDTd,8C4B/sHD,mDAAA,sD3B0tHA,sCACA,2CiBzrHI,8CjB8rHF,OAAQ,KiB1sHR,8BACA,mCACA,sCACA,OAAA,KlB+rHD,QAAA,IAAA,KkB7rHC,UAAA,KjB6sHA,YAAa,IACb,cAAe,IiB5sHb,oClBisHH,yCkB9rHC,4CjB8sHA,OAAQ,KACR,YAAa,KDTd,8C4B7tHD,mDAAA,sD3BwuHA,sCACA,2CiBhtHI,8CjBqtHF,OAAQ,K2BzuHR,2B5B6tHD,mB4B7tHC,iB3B8uHA,QAAS,W2BzuHX,8D5B6tHC,sD4B7tHD,oDAEE,cAAA,EAEA,mB5B+tHD,iB4B1tHC,MAAO,GACP,YAAA,OACA,eAAA,OAEA,mBACA,QAAA,IAAA,KACA,UAAA,KACA,YAAA,IACA,YAAA,EACA,MAAA,K5B4tHD,WAAA,O4BztHC,iBAAA,KACE,OAAA,IAAA,MAAA,KACA,cAAA,I5B4tHH,4B4BztHC,QAAA,IAAA,KACE,UAAA,KACA,cAAA,I5B4tHH,4B4B/uHC,QAAS,KAAK,K3B+vHd,UAAW,K2BruHT,cAAA,IAKJ,wCAAA,qC3BquHE,WAAY,EAEd,uCACA,+BACA,kC0B70HE,6CACG,8CC4GL,6D5BqtHC,wE4BptHC,wBAAA,E5ButHD,2BAAA,ECgBD,+BACE,aAAc,EAEhB,sCACA,8B2BhuHA,+D5BstHC,oDCWD,iC0Bl1HE,4CACG,6CCiHH,uBAAA,E5BwtHD,0BAAA,E4BltHC,8BAGA,YAAA,E5BotHD,iB4BxtHC,SAAU,SAUR,UAAA,E5BitHH,YAAA,O4B/sHK,sB5BktHL,SAAA,SCgBD,2BACE,YAAa,K2BxtHb,6BAAA,4B5B4sHD,4B4BzsHK,QAAA,EAGJ,kCAAA,wCAGI,aAAA,K5B4sHL,iC6B12HD,uCACE,QAAA,EACA,YAAA,K7B62HD,K6B/2HC,aAAc,EAOZ,cAAA,EACA,WAAA,KARJ,QAWM,SAAA,SACA,QAAA,M7B42HL,U6B12HK,SAAA,S5B03HJ,QAAS,M4Bx3HH,QAAA,KAAA,KAMJ,gB7Bu2HH,gB6Bt2HK,gBAAA,K7By2HL,iBAAA,KCgBD,mB4Br3HQ,MAAA,KAGA,yBADA,yB7B02HP,MAAA,K6Bl2HG,gBAAA,K5Bk3HF,OAAQ,YACR,iBAAkB,Y4B/2Hd,aAzCN,mB7B64HC,mBwBh5HC,iBAAA,KACA,aAAA,QAEA,kBxBm5HD,OAAA,I6Bn5HC,OAAQ,IAAI,EA0DV,SAAA,O7B41HH,iBAAA,Q6Bl1HC,c7Bq1HD,UAAA,K6Bn1HG,UAEA,cAAA,IAAA,MAAA,KALJ,aASM,MAAA,KACA,cAAA,KAEA,e7Bo1HL,aAAA,I6Bn1HK,YAAA,WACE,OAAA,IAAA,MAAA,Y7Bq1HP,cAAA,IAAA,IAAA,EAAA,ECgBD,qBACE,aAAc,KAAK,KAAK,K4B51HlB,sBAEA,4BADA,4BAEA,MAAA,K7Bi1HP,OAAA,Q6B50HC,iBAAA,KAqDA,OAAA,IAAA,MAAA,KA8BA,oBAAA,YAnFA,wBAwDE,MAAA,K7B2xHH,cAAA,E6BzxHK,2BACA,MAAA,KA3DJ,6BAgEE,cAAA,IACA,WAAA,OAYJ,iDA0DE,IAAK,KAjED,KAAA,K7B0xHH,yB6BztHD,2BA9DM,QAAA,W7B0xHL,MAAA,G6Bn2HD,6BAuFE,cAAA,GAvFF,6B5Bw3HA,aAAc,EACd,cAAe,IDZhB,kC6BtuHD,wCA3BA,wCATM,OAAA,IAAA,MAAA,K7B+wHH,yB6B3uHD,6B5B2vHE,cAAe,IAAI,MAAM,KACzB,cAAe,IAAI,IAAI,EAAE,EDZ1B,kC6B92HD,wC7B+2HD,wC6B72HG,oBAAA,MAIE,c7B+2HL,MAAA,K6B52HK,gB7B+2HL,cAAA,ICgBD,iBACE,YAAa,I4Bv3HP,uBAQR,6B7Bo2HC,6B6Bl2HG,MAAA,K7Bq2HH,iBAAA,Q6Bn2HK,gBACA,MAAA,KAYN,mBACE,WAAA,I7B41HD,YAAA,E6Bz1HG,e7B41HH,MAAA,K6B11HK,kBACA,MAAA,KAPN,oBAYI,cAAA,IACA,WAAA,OAYJ,wCA0DE,IAAK,KAjED,KAAA,K7B21HH,yB6B1xHD,kBA9DM,QAAA,W7B21HL,MAAA,G6Bl1HD,oBACA,cAAA,GAIE,oBACA,cAAA,EANJ,yB5B02HE,aAAc,EACd,cAAe,IDZhB,8B6B1yHD,oCA3BA,oCATM,OAAA,IAAA,MAAA,K7Bm1HH,yB6B/yHD,yB5B+zHE,cAAe,IAAI,MAAM,KACzB,cAAe,IAAI,IAAI,EAAE,EDZ1B,8B6Bx0HD,oC7By0HD,oC6Bv0HG,oBAAA,MAGA,uB7B00HH,QAAA,K6B/zHC,qBF3OA,QAAA,M3B+iID,yB8BxiIC,WAAY,KACZ,uBAAA,EACA,wBAAA,EAEA,Q9B0iID,SAAA,S8BliIC,WAAY,KA8nBZ,cAAe,KAhoBb,OAAA,IAAA,MAAA,Y9ByiIH,yB8BzhIC,QAgnBE,cAAe,K9B86GlB,yB8BjhIC,eACA,MAAA,MAGA,iBACA,cAAA,KAAA,aAAA,KAEA,WAAA,Q9BkhID,2BAAA,M8BhhIC,WAAA,IAAA,MAAA,YACE,mBAAA,MAAA,EAAA,IAAA,EAAA,qB9BkhIH,WAAA,MAAA,EAAA,IAAA,EAAA,qB8Bz7GD,oBArlBI,WAAA,KAEA,yBAAA,iB9BkhID,MAAA,K8BhhIC,WAAA,EACE,mBAAA,KACA,WAAA,KAEA,0B9BkhIH,QAAA,gB8B/gIC,OAAA,eACE,eAAA,E9BihIH,SAAA,kBCkBD,oBACE,WAAY,QDZf,sC8B/gIK,mC9B8gIH,oC8BzgIC,cAAe,E7B4hIf,aAAc,G6Bj+GlB,sCAnjBE,mC7ByhIA,WAAY,MDdX,4D8BngID,sC9BogID,mCCkBG,WAAY,O6B3gId,kCANE,gC9BsgIH,4B8BvgIG,0BAuiBF,aAAc,M7Bm/Gd,YAAa,MAEf,yBDZC,kC8B3gIK,gC9B0gIH,4B8B3gIG,0BAcF,aAAc,EAChB,YAAA,GAMF,mBA8gBE,QAAS,KAhhBP,aAAA,EAAA,EAAA,I9BkgIH,yB8B7/HC,mB7B+gIE,cAAe,G6B1gIjB,qBADA,kB9BggID,SAAA,M8Bz/HC,MAAO,EAggBP,KAAM,E7B4gHN,QAAS,KDdR,yB8B7/HD,qB9B8/HD,kB8B7/HC,cAAA,GAGF,kBACE,IAAA,EACA,aAAA,EAAA,EAAA,I9BigID,qB8B1/HC,OAAQ,EACR,cAAA,EACA,aAAA,IAAA,EAAA,EAEA,cACA,MAAA,K9B4/HD,OAAA,K8B1/HC,QAAA,KAAA,K7B4gIA,UAAW,K6B1gIT,YAAA,KAIA,oBAbJ,oB9BwgIC,gBAAA,K8Bv/HG,kB7B0gIF,QAAS,MDdR,yBACF,iC8Bh/HC,uCACA,YAAA,OAGA,eC9LA,SAAA,SACA,MAAA,MD+LA,QAAA,IAAA,KACA,WAAA,IACA,aAAA,KACA,cAAA,I9Bm/HD,iBAAA,Y8B/+HC,iBAAA,KACE,OAAA,IAAA,MAAA,Y9Bi/HH,cAAA,I8B5+HG,qBACA,QAAA,EAEA,yB9B++HH,QAAA,M8BrgIC,MAAO,KAyBL,OAAA,I9B++HH,cAAA,I8BpjHD,mCAvbI,WAAA,I9Bg/HH,yB8Bt+HC,eACA,QAAA,MAGE,YACA,OAAA,MAAA,M9By+HH,iB8B58HC,YAAA,KA2YA,eAAgB,KAjaZ,YAAA,KAEA,yBACA,iCACA,SAAA,OACA,MAAA,KACA,MAAA,KAAA,WAAA,E9Bs+HH,iBAAA,Y8B3kHC,OAAQ,E7B8lHR,mBAAoB,K6Bt/HhB,WAAA,KAGA,kDAqZN,sC9BklHC,QAAA,IAAA,KAAA,IAAA,KCmBD,sC6Bv/HQ,YAAA,KAmBR,4C9Bs9HD,4C8BvlHG,iBAAkB,M9B4lHnB,yB8B5lHD,YAtYI,MAAA,K9Bq+HH,OAAA,E8Bn+HK,eACA,MAAA,K9Bu+HP,iB8B39HG,YAAa,KACf,eAAA,MAGA,aACA,QAAA,KAAA,K1B9NA,WAAA,IACQ,aAAA,M2B/DR,cAAA,IACA,YAAA,M/B4vID,WAAA,IAAA,MAAA,YiBtuHC,cAAe,IAAI,MAAM,YAwEzB,mBAAoB,MAAM,EAAE,IAAI,EAAE,qBAAyB,EAAE,IAAI,EAAE,qBAtI/D,WAAA,MAAA,EAAA,IAAA,EAAA,qBAAA,EAAA,IAAA,EAAA,qBAEA,yBjBwyHH,yBiBpqHC,QAAS,aA/HP,cAAA,EACA,eAAA,OjBuyHH,2BiBzqHC,QAAS,aAxHP,MAAA,KjBoyHH,eAAA,OiBhyHG,kCACA,QAAA,aAmHJ,0BhBmsHE,QAAS,aACT,eAAgB,OgB5yHd,wCjB6xHH,6CiBrrHD,2CjBwrHC,MAAA,KiB5xHG,wCACA,MAAA,KAmGJ,4BhB+sHE,cAAe,EgB3yHb,eAAA,OAGA,uBADA,oBjB6xHH,QAAA,aiBnsHC,WAAY,EhBstHZ,cAAe,EgB5yHX,eAAA,OAsFN,6BAAA,0BAjFI,aAAA,EAiFJ,4CjB4sHC,sCiBvxHG,SAAA,SjB0xHH,YAAA,E8BngID,kDAmWE,IAAK,GAvWH,yBACE,yB9B8gIL,cAAA,I8B5/HD,oCAoVE,cAAe,GA1Vf,yBACA,aACA,MAAA,KACA,YAAA,E1BzPF,eAAA,EACQ,aAAA,EJmwIP,YAAA,EACF,OAAA,E8BngIG,mBAAoB,KACtB,WAAA,M9BugID,8B8BngIC,WAAY,EACZ,uBAAA,EHzUA,wBAAA,EAQA,mDACC,cAAA,E3By0IF,uBAAA,I8B//HC,wBAAyB,IChVzB,2BAAA,EACA,0BAAA,EDkVA,YCnVA,WAAA,IACA,cAAA,IDqVA,mBCtVA,WAAA,KACA,cAAA,KD+VF,mBChWE,WAAA,KACA,cAAA,KDuWF,aAsSE,WAAY,KA1SV,cAAA,KAEA,yB9B+/HD,aACF,MAAA,K8Bl+HG,aAAc,KAhBhB,YAAA,MACA,yBE5WA,aF8WE,MAAA,eAFF,cAKI,MAAA,gB9Bu/HH,aAAA,M8B7+HD,4BACA,aAAA,GADF,gBAKI,iBAAA,Q9Bg/HH,aAAA,QCmBD,8B6BhgIM,MAAA,KARN,oC9B0/HC,oC8B5+HG,MAAA,Q9B++HH,iBAAA,Y8B1+HK,6B9B6+HL,MAAA,KCmBD,iC6B5/HQ,MAAA,KAKF,uC9By+HL,uCCmBC,MAAO,KACP,iBAAkB,Y6Bz/HZ,sCAIF,4C9Bu+HL,4CCmBC,MAAO,KACP,iBAAkB,Q6Bv/HZ,wCAxCR,8C9BihIC,8C8Bn+HG,MAAA,K9Bs+HH,iBAAA,YCmBD,+B6Bt/HM,aAAA,KAGA,qCApDN,qC9B2hIC,iBAAA,KCmBD,yC6Bp/HI,iBAAA,KAOE,iCAAA,6B7Bk/HJ,aAAc,Q6B9+HR,oCAiCN,0C9B+7HD,0C8B3xHC,MAAO,KA7LC,iBAAA,QACA,yB7B8+HR,sD6B5+HU,MAAA,KAKF,4D9By9HP,4DCmBC,MAAO,KACP,iBAAkB,Y6Bz+HV,2DAIF,iE9Bu9HP,iECmBC,MAAO,KACP,iBAAkB,Q6Bv+HV,6D9B09HX,mEADE,mE8B1jIC,MAAO,KA8GP,iBAAA,aAEE,6B9Bi9HL,MAAA,K8B58HG,mC9B+8HH,MAAA,KCmBD,0B6B/9HM,MAAA,KAIA,gCAAA,gC7Bg+HJ,MAAO,K6Bt9HT,0CARQ,0CASN,mD9Bu8HD,mD8Bt8HC,MAAA,KAFF,gBAKI,iBAAA,K9B08HH,aAAA,QCmBD,8B6B19HM,MAAA,QARN,oC9Bo9HC,oC8Bt8HG,MAAA,K9By8HH,iBAAA,Y8Bp8HK,6B9Bu8HL,MAAA,QCmBD,iC6Bt9HQ,MAAA,QAKF,uC9Bm8HL,uCCmBC,MAAO,KACP,iBAAkB,Y6Bn9HZ,sCAIF,4C9Bi8HL,4CCmBC,MAAO,KACP,iBAAkB,Q6Bj9HZ,wCAxCR,8C9B2+HC,8C8B57HG,MAAA,K9B+7HH,iBAAA,YCmBD,+B6B/8HM,aAAA,KAGA,qCArDN,qC9Bq/HC,iBAAA,KCmBD,yC6B78HI,iBAAA,KAME,iCAAA,6B7B48HJ,aAAc,Q6Bx8HR,oCAuCN,0C9Bm5HD,0C8B33HC,MAAO,KAvDC,iBAAA,QAuDV,yBApDU,kE9Bs7HP,aAAA,Q8Bn7HO,0D9Bs7HP,iBAAA,QCmBD,sD6Bt8HU,MAAA,QAKF,4D9Bm7HP,4DCmBC,MAAO,KACP,iBAAkB,Y6Bn8HV,2DAIF,iE9Bi7HP,iECmBC,MAAO,KACP,iBAAkB,Q6Bj8HV,6D9Bo7HX,mEADE,mE8B1hIC,MAAO,KA+GP,iBAAA,aAEE,6B9Bg7HL,MAAA,Q8B36HG,mC9B86HH,MAAA,KCmBD,0B6B97HM,MAAA,QAIA,gCAAA,gC7B+7HJ,MAAO,KgCvkJT,0CH0oBQ,0CGzoBN,mDjCwjJD,mDiCvjJC,MAAA,KAEA,YACA,QAAA,IAAA,KjC2jJD,cAAA,KiChkJC,WAAY,KAQV,iBAAA,QjC2jJH,cAAA,IiCxjJK,eACA,QAAA,ajC4jJL,yBiCxkJC,QAAS,EAAE,IAkBT,MAAA,KjCyjJH,QAAA,SkC5kJC,oBACA,MAAA,KAEA,YlC+kJD,QAAA,akCnlJC,aAAc,EAOZ,OAAA,KAAA,ElC+kJH,cAAA,ICmBD,eiC/lJM,QAAA,OAEA,iBACA,oBACA,SAAA,SACA,MAAA,KACA,QAAA,IAAA,KACA,YAAA,KACA,YAAA,WlCglJL,MAAA,QkC9kJG,gBAAA,KjCimJF,iBAAkB,KiC9lJZ,OAAA,IAAA,MAAA,KPVH,6B3B2lJJ,gCkC7kJG,YAAA,EjCgmJF,uBAAwB,I0BvnJxB,0BAAA,I3BymJD,4BkCxkJG,+BjC2lJF,wBAAyB,IACzB,2BAA4B,IiCxlJxB,uBAFA,uBAGA,0BAFA,0BlC8kJL,QAAA,EkCtkJG,MAAA,QjCylJF,iBAAkB,KAClB,aAAc,KAEhB,sBiCvlJM,4BAFA,4BjC0lJN,yBiCvlJM,+BAFA,+BAGA,QAAA,ElC2kJL,MAAA,KkCloJC,OAAQ,QjCqpJR,iBAAkB,QAClB,aAAc,QiCnlJV,wBAEA,8BADA,8BjColJN,2BiCtlJM,iCjCulJN,iCDZC,MAAA,KkC/jJC,OAAQ,YjCklJR,iBAAkB,KkC7pJd,aAAA,KAEA,oBnC8oJL,uBmC5oJG,QAAA,KAAA,KlC+pJF,UAAW,K0B1pJX,YAAA,U3B4oJD,gCmC3oJG,mClC8pJF,uBAAwB,I0BvqJxB,0BAAA,I3BypJD,+BkC1kJD,kCjC6lJE,wBAAyB,IkC7qJrB,2BAAA,IAEA,oBnC8pJL,uBmC5pJG,QAAA,IAAA,KlC+qJF,UAAW,K0B1qJX,YAAA,I3B4pJD,gCmC3pJG,mClC8qJF,uBAAwB,I0BvrJxB,0BAAA,I3ByqJD,+BoC3qJD,kCACE,wBAAA,IACA,2BAAA,IAEA,OpC6qJD,aAAA,EoCjrJC,OAAQ,KAAK,EAOX,WAAA,OpC6qJH,WAAA,KCmBD,UmC7rJM,QAAA,OAEA,YACA,eACA,QAAA,apC8qJL,QAAA,IAAA,KoC5rJC,iBAAkB,KnC+sJlB,OAAQ,IAAI,MAAM,KmC5rJd,cAAA,KAnBN,kBpCisJC,kBCmBC,gBAAiB,KmCzrJb,iBAAA,KA3BN,eAAA,kBAkCM,MAAA,MAlCN,mBAAA,sBnC6tJE,MAAO,KmClrJH,mBAEA,yBADA,yBpCqqJL,sBqCltJC,MAAO,KACP,OAAA,YACA,iBAAA,KAEA,OACA,QAAA,OACA,QAAA,KAAA,KAAA,KACA,UAAA,IACA,YAAA,IACA,YAAA,EACA,MAAA,KrCotJD,WAAA,OqChtJG,YAAA,OpCmuJF,eAAgB,SoCjuJZ,cAAA,MrCotJL,cqCltJK,cAKJ,MAAA,KACE,gBAAA,KrC+sJH,OAAA,QqC1sJG,aACA,QAAA,KAOJ,YCtCE,SAAA,StC+uJD,IAAA,KCmBD,eqC7vJM,iBAAA,KALJ,2BD0CF,2BrC4sJC,iBAAA,QCmBD,eqCpwJM,iBAAA,QALJ,2BD8CF,2BrC+sJC,iBAAA,QCmBD,eqC3wJM,iBAAA,QALJ,2BDkDF,2BrCktJC,iBAAA,QCmBD,YqClxJM,iBAAA,QALJ,wBDsDF,wBrCqtJC,iBAAA,QCmBD,eqCzxJM,iBAAA,QALJ,2BD0DF,2BrCwtJC,iBAAA,QCmBD,cqChyJM,iBAAA,QCDJ,0BADF,0BAEE,iBAAA,QAEA,OACA,QAAA,aACA,UAAA,KACA,QAAA,IAAA,IACA,UAAA,KACA,YAAA,IACA,YAAA,EACA,MAAA,KACA,WAAA,OvCqxJD,YAAA,OuClxJC,eAAA,OACE,iBAAA,KvCoxJH,cAAA,KuC/wJG,aACA,QAAA,KAGF,YtCkyJA,SAAU,SsChyJR,IAAA,KAMA,0BvC4wJH,eCmBC,IAAK,EsC7xJD,QAAA,IAAA,IvCgxJL,cuC9wJK,cAKJ,MAAA,KtC4xJA,gBAAiB,KsC1xJf,OAAA,QvC4wJH,+BuCxwJC,4BACE,MAAA,QvC0wJH,iBAAA,KuCtwJG,wBvCywJH,MAAA,MuCrwJG,+BvCwwJH,aAAA,IwCj0JC,uBACA,YAAA,IAEA,WACA,YAAA,KxCo0JD,eAAA,KwCz0JC,cAAe,KvC41Jf,MAAO,QuCn1JL,iBAAA,KAIA,eAbJ,cAcI,MAAA,QxCo0JH,awCl1JC,cAAe,KAmBb,UAAA,KxCk0JH,YAAA,ICmBD,cuCh1JI,iBAAA,QAEA,sBxCi0JH,4BwC31JC,cAAe,KA8Bb,aAAA,KxCg0JH,cAAA,IwC7yJD,sBAfI,UAAA,KxCi0JD,oCwC9zJC,WvCi1JA,YAAa,KuC/0JX,eAAA,KxCi0JH,sBwCvzJD,4BvC00JE,cAAe,KuC90Jb,aAAA,KC5CJ,ezC42JD,cyC32JC,UAAA,MAGA,WACA,QAAA,MACA,QAAA,IACA,cAAA,KrCiLA,YAAA,WACK,iBAAA,KACG,OAAA,IAAA,MAAA,KJ8rJT,cAAA,IyCx3JC,mBAAoB,OAAO,IAAI,YxC24J1B,cAAe,OAAO,IAAI,YwC93J7B,WAAA,OAAA,IAAA,YAKF,iBzC22JD,eCmBC,aAAc,KACd,YAAa,KwCv3JX,mBA1BJ,kBzCk4JC,kByCv2JG,aAAA,QCzBJ,oBACE,QAAA,IACA,MAAA,KAEA,O1Cs4JD,QAAA,K0C14JC,cAAe,KAQb,OAAA,IAAA,MAAA,YAEA,cAAA,IAVJ,UAeI,WAAA,E1Ck4JH,MAAA,QCmBD,mByC/4JI,YAAA,IArBJ,SAyBI,U1C+3JH,cAAA,ECmBD,WyCx4JE,WAAA,IAFF,mBAAA,mBAMI,cAAA,KAEA,0BACA,0B1Cy3JH,SAAA,S0Cj3JC,IAAK,KCvDL,MAAA,MACA,MAAA,Q3C46JD,e0Ct3JC,MAAO,QClDL,iBAAA,Q3C26JH,aAAA,Q2Cx6JG,kB3C26JH,iBAAA,Q2Cn7JC,2BACA,MAAA,Q3Cu7JD,Y0C73JC,MAAO,QCtDL,iBAAA,Q3Cs7JH,aAAA,Q2Cn7JG,e3Cs7JH,iBAAA,Q2C97JC,wBACA,MAAA,Q3Ck8JD,e0Cp4JC,MAAO,QC1DL,iBAAA,Q3Ci8JH,aAAA,Q2C97JG,kB3Ci8JH,iBAAA,Q2Cz8JC,2BACA,MAAA,Q3C68JD,c0C34JC,MAAO,QC9DL,iBAAA,Q3C48JH,aAAA,Q2Cz8JG,iB3C48JH,iBAAA,Q4C78JC,0BAAQ,MAAA,QACR,wCAAQ,K5Cm9JP,oBAAA,KAAA,E4C/8JD,GACA,oBAAA,EAAA,GACA,mCAAQ,K5Cq9JP,oBAAA,KAAA,E4Cv9JD,GACA,oBAAA,EAAA,GACA,gCAAQ,K5Cq9JP,oBAAA,KAAA,E4C78JD,GACA,oBAAA,EAAA,GAGA,UACA,OAAA,KxCsCA,cAAA,KACQ,SAAA,OJ26JT,iBAAA,Q4C78JC,cAAe,IACf,mBAAA,MAAA,EAAA,IAAA,IAAA,eACA,WAAA,MAAA,EAAA,IAAA,IAAA,eAEA,cACA,MAAA,KACA,MAAA,EACA,OAAA,KACA,UAAA,KxCyBA,YAAA,KACQ,MAAA,KAyHR,WAAA,OACK,iBAAA,QACG,mBAAA,MAAA,EAAA,KAAA,EAAA,gBJ+zJT,WAAA,MAAA,EAAA,KAAA,EAAA,gB4C18JC,mBAAoB,MAAM,IAAI,K3Cq+JzB,cAAe,MAAM,IAAI,K4Cp+J5B,WAAA,MAAA,IAAA,KDEF,sBCAE,gCDAF,iBAAA,yK5C88JD,iBAAA,oK4Cv8JC,iBAAiB,iK3Cm+JjB,wBAAyB,KAAK,KG/gK9B,gBAAA,KAAA,KJy/JD,qBIv/JS,+BwCmDR,kBAAmB,qBAAqB,GAAG,OAAO,SErElD,aAAA,qBAAA,GAAA,OAAA,S9C4gKD,UAAA,qBAAA,GAAA,OAAA,S6Cz9JG,sBACA,iBAAA,Q7C69JH,wC4Cx8JC,iBAAkB,yKEzElB,iBAAA,oK9CohKD,iBAAA,iK6Cj+JG,mBACA,iBAAA,Q7Cq+JH,qC4C58JC,iBAAkB,yKE7ElB,iBAAA,oK9C4hKD,iBAAA,iK6Cz+JG,sBACA,iBAAA,Q7C6+JH,wC4Ch9JC,iBAAkB,yKEjFlB,iBAAA,oK9CoiKD,iBAAA,iK6Cj/JG,qBACA,iBAAA,Q7Cq/JH,uC+C5iKC,iBAAkB,yKAElB,iBAAA,oK/C6iKD,iBAAA,iK+C1iKG,O/C6iKH,WAAA,KC4BD,mB8CnkKE,WAAA,E/C4iKD,O+CxiKD,YACE,SAAA,O/C0iKD,KAAA,E+CtiKC,Y/CyiKD,MAAA,Q+CriKG,c/CwiKH,QAAA,MC4BD,4B8C9jKE,UAAA,KAGF,aAAA,mBAEE,aAAA,KAGF,YAAA,kB9C+jKE,cAAe,K8CxjKjB,YAHE,Y/CoiKD,a+ChiKC,QAAA,W/CmiKD,eAAA,I+C/hKC,c/CkiKD,eAAA,O+C7hKC,cACA,eAAA,OAMF,eACE,WAAA,EACA,cAAA,ICvDF,YAEE,aAAA,EACA,WAAA,KAQF,YACE,aAAA,EACA,cAAA,KAGA,iBACA,SAAA,SACA,QAAA,MhD6kKD,QAAA,KAAA,KgD1kKC,cAAA,KrB3BA,iBAAA,KACC,OAAA,IAAA,MAAA,KqB6BD,6BACE,uBAAA,IrBvBF,wBAAA,I3BsmKD,4BgDpkKC,cAAe,E/CgmKf,2BAA4B,I+C9lK5B,0BAAA,IAFF,kBAAA,uBAKI,MAAA,KAIF,2CAAA,gD/CgmKA,MAAO,K+C5lKL,wBAFA,wBhDykKH,6BgDxkKG,6BAKF,MAAO,KACP,gBAAA,KACA,iBAAA,QAKA,uB/C4lKA,MAAO,KACP,WAAY,K+CzlKV,0BhDmkKH,gCgDlkKG,gCALF,MAAA,K/CmmKA,OAAQ,YACR,iBAAkB,KDxBnB,mDgD5kKC,yDAAA,yD/CymKA,MAAO,QDxBR,gDgDhkKC,sDAAA,sD/C6lKA,MAAO,K+CzlKL,wBAEA,8BADA,8BhDmkKH,QAAA,EgDxkKC,MAAA,K/ComKA,iBAAkB,QAClB,aAAc,QAEhB,iDDpBC,wDCuBD,uDADA,uD+CzmKE,8DAYI,6D/C4lKN,uD+CxmKE,8D/C2mKF,6DAKE,MAAO,QDxBR,8CiD1qKG,oDADF,oDAEE,MAAA,QAEA,yBhDusKF,MAAO,QgDrsKH,iBAAA,QAFF,0BAAA,+BAKI,MAAA,QAGF,mDAAA,wDhDwsKJ,MAAO,QDtBR,gCiDhrKO,gCAGF,qCAFE,qChD2sKN,MAAO,QACP,iBAAkB,QAEpB,iCgDvsKQ,uCAFA,uChD0sKR,sCDtBC,4CiDnrKO,4CArBN,MAAA,KACE,iBAAA,QACA,aAAA,QAEA,sBhDouKF,MAAO,QgDluKH,iBAAA,QAFF,uBAAA,4BAKI,MAAA,QAGF,gDAAA,qDhDquKJ,MAAO,QDtBR,6BiD7sKO,6BAGF,kCAFE,kChDwuKN,MAAO,QACP,iBAAkB,QAEpB,8BgDpuKQ,oCAFA,oChDuuKR,mCDtBC,yCiDhtKO,yCArBN,MAAA,KACE,iBAAA,QACA,aAAA,QAEA,yBhDiwKF,MAAO,QgD/vKH,iBAAA,QAFF,0BAAA,+BAKI,MAAA,QAGF,mDAAA,wDhDkwKJ,MAAO,QDtBR,gCiD1uKO,gCAGF,qCAFE,qChDqwKN,MAAO,QACP,iBAAkB,QAEpB,iCgDjwKQ,uCAFA,uChDowKR,sCDtBC,4CiD7uKO,4CArBN,MAAA,KACE,iBAAA,QACA,aAAA,QAEA,wBhD8xKF,MAAO,QgD5xKH,iBAAA,QAFF,yBAAA,8BAKI,MAAA,QAGF,kDAAA,uDhD+xKJ,MAAO,QDtBR,+BiDvwKO,+BAGF,oCAFE,oChDkyKN,MAAO,QACP,iBAAkB,QAEpB,gCgD9xKQ,sCAFA,sChDiyKR,qCDtBC,2CiD1wKO,2CDkGN,MAAO,KACP,iBAAA,QACA,aAAA,QAEF,yBACE,WAAA,EACA,cAAA,IE1HF,sBACE,cAAA,EACA,YAAA,IAEA,O9C0DA,cAAA,KACQ,iBAAA,KJ6uKT,OAAA,IAAA,MAAA,YkDnyKC,cAAe,IACf,mBAAA,EAAA,IAAA,IAAA,gBlDqyKD,WAAA,EAAA,IAAA,IAAA,gBkD/xKC,YACA,QAAA,KvBnBC,e3BuzKF,QAAA,KAAA,KkDtyKC,cAAe,IAAI,MAAM,YAMvB,uBAAA,IlDmyKH,wBAAA,IkD7xKC,0CACA,MAAA,QAEA,alDgyKD,WAAA,EkDpyKC,cAAe,EjDg0Kf,UAAW,KACX,MAAO,QDtBR,oBkD1xKC,sBjDkzKF,eiDxzKI,mBAKJ,qBAEE,MAAA,QvBvCA,cACC,QAAA,KAAA,K3Bs0KF,iBAAA,QkDrxKC,WAAY,IAAI,MAAM,KjDizKtB,2BAA4B,IiD9yK1B,0BAAA,IAHJ,mBAAA,mCAMM,cAAA,ElDwxKL,oCkDnxKG,oDjD+yKF,aAAc,IAAI,EiD7yKZ,cAAA,EvBtEL,4D3B61KF,4EkDjxKG,WAAA,EjD6yKF,uBAAwB,IiD3yKlB,wBAAA,IvBtEL,0D3B21KF,0EkD1yKC,cAAe,EvB1Df,2BAAA,IACC,0BAAA,IuB0FH,+EAEI,uBAAA,ElD8wKH,wBAAA,EkD1wKC,wDlD6wKD,iBAAA,EC4BD,0BACE,iBAAkB,EiDlyKpB,8BlD0wKC,ckD1wKD,gCjDuyKE,cAAe,EiDvyKjB,sCAQM,sBlDwwKL,wCC4BC,cAAe,K0Br5Kf,aAAA,KuByGF,wDlDqxKC,0BC4BC,uBAAwB,IACxB,wBAAyB,IiDlzK3B,yFAoBQ,yFlDwwKP,2DkDzwKO,2DjDqyKN,uBAAwB,IACxB,wBAAyB,IAK3B,wGiD9zKA,wGjD4zKA,wGDtBC,wGCuBD,0EiD7zKA,0EjD2zKA,0EiDnyKU,0EjD2yKR,uBAAwB,IAK1B,uGiDx0KA,uGjDs0KA,uGDtBC,uGCuBD,yEiDv0KA,yEjDq0KA,yEiDzyKU,yEvB7HR,wBAAA,IuBiGF,sDlDqzKC,yBC4BC,2BAA4B,IAC5B,0BAA2B,IiDxyKrB,qFA1CR,qFAyCQ,wDlDmxKP,wDC4BC,2BAA4B,IAC5B,0BAA2B,IAG7B,oGDtBC,oGCwBD,oGiD91KA,oGjD21KA,uEiD7yKU,uEjD+yKV,uEiD71KA,uEjDm2KE,0BAA2B,IAG7B,mGDtBC,mGCwBD,mGiDx2KA,mGjDq2KA,sEiDnzKU,sEjDqzKV,sEiDv2KA,sEjD62KE,2BAA4B,IiDlzK1B,0BlD2xKH,qCkDt1KD,0BAAA,qCA+DI,WAAA,IAAA,MAAA,KA/DJ,kDAAA,kDAmEI,WAAA,EAnEJ,uBAAA,yCjD23KE,OAAQ,EiDjzKA,+CjDqzKV,+CiD/3KA,+CjDi4KA,+CAEA,+CANA,+CDjBC,iECoBD,iEiDh4KA,iEjDk4KA,iEAEA,iEANA,iEAWE,YAAa,EiD3zKL,8CjD+zKV,8CiD74KA,8CjD+4KA,8CAEA,8CANA,8CDjBC,gECoBD,gEiD94KA,gEjDg5KA,gEAEA,gEANA,gEAWE,aAAc,EAIhB,+CiD35KA,+CjDy5KA,+CiDl0KU,+CjDq0KV,iEiD55KA,iEjD05KA,iEDtBC,iEC6BC,cAAe,EAEjB,8CiDn0KU,8CjDq0KV,8CiDr6KA,8CjDo6KA,gEDtBC,gECwBD,gEiDh0KI,gEACA,cAAA,EAUJ,yBACE,cAAA,ElDmyKD,OAAA,EkD/xKG,aACA,cAAA,KANJ,oBASM,cAAA,ElDkyKL,cAAA,IkD7xKG,2BlDgyKH,WAAA,IC4BD,4BiDxzKM,cAAA,EAKF,wDAvBJ,wDlDqzKC,WAAA,IAAA,MAAA,KkD5xKK,2BlD+xKL,WAAA,EmDlhLC,uDnDqhLD,cAAA,IAAA,MAAA,KmDlhLG,eACA,aAAA,KnDshLH,8BmDxhLC,MAAA,KAMI,iBAAA,QnDqhLL,aAAA,KmDlhLK,0DACA,iBAAA,KAGJ,qCAEI,MAAA,QnDmhLL,iBAAA,KmDpiLC,yDnDuiLD,oBAAA,KmDpiLG,eACA,aAAA,QnDwiLH,8BmD1iLC,MAAA,KAMI,iBAAA,QnDuiLL,aAAA,QmDpiLK,0DACA,iBAAA,QAGJ,qCAEI,MAAA,QnDqiLL,iBAAA,KmDtjLC,yDnDyjLD,oBAAA,QmDtjLG,eACA,aAAA,QnD0jLH,8BmD5jLC,MAAA,QAMI,iBAAA,QnDyjLL,aAAA,QmDtjLK,0DACA,iBAAA,QAGJ,qCAEI,MAAA,QnDujLL,iBAAA,QmDxkLC,yDnD2kLD,oBAAA,QmDxkLG,YACA,aAAA,QnD4kLH,2BmD9kLC,MAAA,QAMI,iBAAA,QnD2kLL,aAAA,QmDxkLK,uDACA,iBAAA,QAGJ,kCAEI,MAAA,QnDykLL,iBAAA,QmD1lLC,sDnD6lLD,oBAAA,QmD1lLG,eACA,aAAA,QnD8lLH,8BmDhmLC,MAAA,QAMI,iBAAA,QnD6lLL,aAAA,QmD1lLK,0DACA,iBAAA,QAGJ,qCAEI,MAAA,QnD2lLL,iBAAA,QmD5mLC,yDnD+mLD,oBAAA,QmD5mLG,cACA,aAAA,QnDgnLH,6BmDlnLC,MAAA,QAMI,iBAAA,QnD+mLL,aAAA,QmD5mLK,yDACA,iBAAA,QAGJ,oCAEI,MAAA,QnD6mLL,iBAAA,QoD5nLC,wDACA,oBAAA,QAEA,kBACA,SAAA,SpD+nLD,QAAA,MoDpoLC,OAAQ,EnDgqLR,QAAS,EACT,SAAU,OAEZ,yCmDtpLI,wBADA,yBAEA,yBACA,wBACA,SAAA,SACA,IAAA,EACA,OAAA,EpD+nLH,KAAA,EoD1nLC,MAAO,KACP,OAAA,KpD4nLD,OAAA,EoDvnLC,wBpD0nLD,eAAA,OqDppLC,uBACA,eAAA,IAEA,MACA,WAAA,KACA,QAAA,KjDwDA,cAAA,KACQ,iBAAA,QJgmLT,OAAA,IAAA,MAAA,QqD/pLC,cAAe,IASb,mBAAA,MAAA,EAAA,IAAA,IAAA,gBACA,WAAA,MAAA,EAAA,IAAA,IAAA,gBAKJ,iBACE,aAAA,KACA,aAAA,gBAEF,SACE,QAAA,KACA,cAAA,ICtBF,SACE,QAAA,IACA,cAAA,IAEA,OACA,MAAA,MACA,UAAA,KjCRA,YAAA,IAGA,YAAA,ErBqrLD,MAAA,KsD7qLC,YAAA,EAAA,IAAA,EAAA,KrDysLA,OAAQ,kBqDvsLN,QAAA,GjCbF,aiCeE,ajCZF,MAAA,KrB6rLD,gBAAA,KsDzqLC,OAAA,QACE,OAAA,kBACA,QAAA,GAEA,aACA,mBAAA,KtD2qLH,QAAA,EuDhsLC,OAAQ,QACR,WAAA,IvDksLD,OAAA,EuD7rLC,YACA,SAAA,OAEA,OACA,SAAA,MACA,IAAA,EACA,MAAA,EACA,OAAA,EACA,KAAA,EAIA,QAAA,KvD6rLD,QAAA,KuD1rLC,SAAA,OnD+GA,2BAAA,MACI,QAAA,EAEI,0BAkER,mBAAA,kBAAA,IAAA,SAEK,cAAA,aAAA,IAAA,SACG,WAAA,UAAA,IAAA,SJ6gLT,kBAAA,kBuDhsLC,cAAA,kBnD2GA,aAAA,kBACI,UAAA,kBAEI,wBJwlLT,kBAAA,euDpsLK,cAAe,eACnB,aAAA,eACA,UAAA,eAIF,mBACE,WAAA,OACA,WAAA,KvDqsLD,cuDhsLC,SAAU,SACV,MAAA,KACA,OAAA,KAEA,eACA,SAAA,SnDaA,iBAAA,KACQ,wBAAA,YmDZR,gBAAA,YtD4tLA,OsD5tLA,IAAA,MAAA,KAEA,OAAA,IAAA,MAAA,evDksLD,cAAA,IuD9rLC,QAAS,EACT,mBAAA,EAAA,IAAA,IAAA,eACA,WAAA,EAAA,IAAA,IAAA,eAEA,gBACA,SAAA,MACA,IAAA,EACA,MAAA,EvDgsLD,OAAA,EuD9rLC,KAAA,ElCrEA,QAAA,KAGA,iBAAA,KkCmEA,qBlCtEA,OAAA,iBAGA,QAAA,EkCwEF,mBACE,OAAA,kBACA,QAAA,GAIF,cACE,QAAA,KvDgsLD,cAAA,IAAA,MAAA,QuD3rLC,qBACA,WAAA,KAKF,aACE,OAAA,EACA,YAAA,WAIF,YACE,SAAA,SACA,QAAA,KvD0rLD,cuD5rLC,QAAS,KAQP,WAAA,MACA,WAAA,IAAA,MAAA,QATJ,wBAaI,cAAA,EvDsrLH,YAAA,IuDlrLG,mCvDqrLH,YAAA,KuD/qLC,oCACA,YAAA,EAEA,yBACA,SAAA,SvDkrLD,IAAA,QuDhqLC,MAAO,KAZP,OAAA,KACE,SAAA,OvDgrLD,yBuD7qLD,cnDvEA,MAAA,MACQ,OAAA,KAAA,KmD2ER,eAAY,mBAAA,EAAA,IAAA,KAAA,evD+qLX,WAAA,EAAA,IAAA,KAAA,euDzqLD,UAFA,MAAA,OvDirLD,yBwD/zLC,UACA,MAAA,OCNA,SAEA,SAAA,SACA,QAAA,KACA,QAAA,MACA,YAAA,iBAAA,UAAA,MAAA,WACA,UAAA,KACA,WAAA,OACA,YAAA,IACA,YAAA,WACA,WAAA,KACA,WAAA,MACA,gBAAA,KACA,YAAA,KACA,eAAA,KACA,eAAA,ODHA,WAAA,OnCVA,aAAA,OAGA,UAAA,OrBs1LD,YAAA,OwD30LC,OAAA,iBnCdA,QAAA,ErB61LD,WAAA,KwD90LY,YAAmB,OAAA,kBxDk1L/B,QAAA,GwDj1LY,aAAmB,QAAA,IAAA,ExDq1L/B,WAAA,KwDp1LY,eAAmB,QAAA,EAAA,IxDw1L/B,YAAA,IwDv1LY,gBAAmB,QAAA,IAAA,ExD21L/B,WAAA,IwDt1LC,cACA,QAAA,EAAA,IACA,YAAA,KAEA,eACA,UAAA,MxDy1LD,QAAA,IAAA,IwDr1LC,MAAO,KACP,WAAA,OACA,iBAAA,KACA,cAAA,IAEA,exDu1LD,SAAA,SwDn1LC,MAAA,EACE,OAAA,EACA,aAAA,YACA,aAAA,MAEA,4BxDq1LH,OAAA,EwDn1LC,KAAA,IACE,YAAA,KACA,aAAA,IAAA,IAAA,EACA,iBAAA,KAEA,iCxDq1LH,MAAA,IwDn1LC,OAAA,EACE,cAAA,KACA,aAAA,IAAA,IAAA,EACA,iBAAA,KAEA,kCxDq1LH,OAAA,EwDn1LC,KAAA,IACE,cAAA,KACA,aAAA,IAAA,IAAA,EACA,iBAAA,KAEA,8BxDq1LH,IAAA,IwDn1LC,KAAA,EACE,WAAA,KACA,aAAA,IAAA,IAAA,IAAA,EACA,mBAAA,KAEA,6BxDq1LH,IAAA,IwDn1LC,MAAA,EACE,WAAA,KACA,aAAA,IAAA,EAAA,IAAA,IACA,kBAAA,KAEA,+BxDq1LH,IAAA,EwDn1LC,KAAA,IACE,YAAA,KACA,aAAA,EAAA,IAAA,IACA,oBAAA,KAEA,oCxDq1LH,IAAA,EwDn1LC,MAAA,IACE,WAAA,KACA,aAAA,EAAA,IAAA,IACA,oBAAA,KAEA,qCxDq1LH,IAAA,E0Dl7LC,KAAM,IACN,WAAA,KACA,aAAA,EAAA,IAAA,IACA,oBAAA,KAEA,SACA,SAAA,SACA,IAAA,EDXA,KAAA,EAEA,QAAA,KACA,QAAA,KACA,UAAA,MACA,QAAA,IACA,YAAA,iBAAA,UAAA,MAAA,WACA,UAAA,KACA,WAAA,OACA,YAAA,IACA,YAAA,WACA,WAAA,KACA,WAAA,MACA,gBAAA,KACA,YAAA,KACA,eAAA,KCAA,eAAA,OAEA,WAAA,OACA,aAAA,OAAA,UAAA,OACA,YAAA,OACA,iBAAA,KACA,wBAAA,YtD8CA,gBAAA,YACQ,OAAA,IAAA,MAAA,KJk5LT,OAAA,IAAA,MAAA,e0D77LC,cAAA,IAAY,mBAAA,EAAA,IAAA,KAAA,e1Dg8Lb,WAAA,EAAA,IAAA,KAAA,e0D/7La,WAAA,KACZ,aAAY,WAAA,MACZ,eAAY,YAAA,KAGd,gBACE,WAAA,KAEA,cACA,YAAA,MAEA,e1Dq8LD,QAAA,IAAA,K0Dl8LC,OAAQ,EACR,UAAA,K1Do8LD,iBAAA,Q0D57LC,cAAA,IAAA,MAAA,QzDy9LA,cAAe,IAAI,IAAI,EAAE,EyDt9LvB,iBACA,QAAA,IAAA,KAEA,gBACA,sB1D87LH,SAAA,S0D37LC,QAAS,MACT,MAAA,E1D67LD,OAAA,E0D37LC,aAAc,YACd,aAAA,M1D87LD,gB0Dz7LC,aAAA,KAEE,sBACA,QAAA,GACA,aAAA,KAEA,oB1D27LH,OAAA,M0D17LG,KAAA,IACE,YAAA,MACA,iBAAA,KACA,iBAAA,gBACA,oBAAA,E1D67LL,0B0Dz7LC,OAAA,IACE,YAAA,MACA,QAAA,IACA,iBAAA,KACA,oBAAA,EAEA,sB1D27LH,IAAA,I0D17LG,KAAA,MACE,WAAA,MACA,mBAAA,KACA,mBAAA,gBACA,kBAAA,E1D67LL,4B0Dz7LC,OAAA,MACE,KAAA,IACA,QAAA,IACA,mBAAA,KACA,kBAAA,EAEA,uB1D27LH,IAAA,M0D17LG,KAAA,IACE,YAAA,MACA,iBAAA,EACA,oBAAA,KACA,oBAAA,gB1D67LL,6B0Dx7LC,IAAA,IACE,YAAA,MACA,QAAA,IACA,iBAAA,EACA,oBAAA,KAEA,qB1D07LH,IAAA,I0Dz7LG,MAAA,MACE,WAAA,MACA,mBAAA,EACA,kBAAA,KACA,kBAAA,gB1D47LL,2B2DpjMC,MAAO,IACP,OAAA,M3DsjMD,QAAA,I2DnjMC,mBAAoB,EACpB,kBAAA,KAEA,U3DqjMD,SAAA,S2DljMG,gBACA,SAAA,SvD6KF,MAAA,KACK,SAAA,OJ04LN,sB2D/jMC,SAAU,S1D4lMV,QAAS,K0D9kML,mBAAA,IAAA,YAAA,K3DqjML,cAAA,IAAA,YAAA,K2D3hMC,WAAA,IAAA,YAAA,KvDmKK,4BAFL,0BAGQ,YAAA,EA3JA,qDA+GR,sBAEQ,mBAAA,kBAAA,IAAA,YJ86LP,cAAA,aAAA,IAAA,Y2DzjMG,WAAA,UAAA,IAAA,YvDmHJ,4BAAA,OACQ,oBAAA,OuDjHF,oBAAA,O3D4jML,YAAA,OI58LD,mCHs+LA,2BGr+LQ,KAAA,EuD5GF,kBAAA,sB3D6jML,UAAA,sBC2BD,kCADA,2BG5+LA,KAAA,EACQ,kBAAA,uBuDtGF,UAAA,uBArCN,6B3DomMD,gC2DpmMC,iC1D+nME,KAAM,E0DllMN,kBAAA,mB3D4jMH,UAAA,oBAGA,wB2D5mMD,sBAAA,sBAsDI,QAAA,MAEA,wB3D0jMH,KAAA,E2DtjMG,sB3DyjMH,sB2DrnMC,SAAU,SA+DR,IAAA,E3DyjMH,MAAA,KC0BD,sB0D/kMI,KAAA,KAnEJ,sBAuEI,KAAA,MAvEJ,2BA0EI,4B3DwjMH,KAAA,E2D/iMC,6BACA,KAAA,MAEA,8BACA,KAAA,KtC3FA,kBsC6FA,SAAA,SACA,IAAA,EACA,OAAA,EACA,KAAA,EACA,MAAA,I3DmjMD,UAAA,K2D9iMC,MAAA,KdnGE,WAAA,OACA,YAAA,EAAA,IAAA,IAAA,eACA,iBAAA,cAAA,OAAA,kBACA,QAAA,G7CqpMH,uB2DljMC,iBAAA,sEACE,iBAAA,iEACA,iBAAA,uFdxGA,iBAAA,kEACA,OAAA,+GACA,kBAAA,SACA,wBACA,MAAA,E7C6pMH,KAAA,K2DpjMC,iBAAA,sE1DglMA,iBAAiB,iE0D9kMf,iBAAA,uFACA,iBAAA,kEACA,OAAA,+GtCvHF,kBAAA,SsCyFF,wB3DslMC,wBC4BC,MAAO,KACP,gBAAiB,KACjB,OAAQ,kB0D7kMN,QAAA,EACA,QAAA,G3DwjMH,0C2DhmMD,2CA2CI,6BADA,6B1DklMF,SAAU,S0D7kMR,IAAA,IACA,QAAA,E3DqjMH,QAAA,a2DrmMC,WAAY,MAqDV,0CADA,6B3DsjMH,KAAA,I2D1mMC,YAAa,MA0DX,2CADA,6BAEA,MAAA,IACA,aAAA,MAME,6BADF,6B3DmjMH,MAAA,K2D9iMG,OAAA,KACE,YAAA,M3DgjML,YAAA,E2DriMC,oCACA,QAAA,QAEA,oCACA,QAAA,QAEA,qBACA,SAAA,SACA,OAAA,K3DwiMD,KAAA,I2DjjMC,QAAS,GAYP,MAAA,IACA,aAAA,EACA,YAAA,KACA,WAAA,OACA,WAAA,KAEA,wBACA,QAAA,aAWA,MAAA,KACA,OAAA,K3D8hMH,OAAA,I2D7jMC,YAAa,OAkCX,OAAA,QACA,iBAAA,OACA,iBAAA,cACA,OAAA,IAAA,MAAA,K3D8hMH,cAAA,K2DthMC,6BACA,MAAA,KACA,OAAA,KACA,OAAA,EACA,iBAAA,KAEA,kBACA,SAAA,SACA,MAAA,IACA,OAAA,K3DyhMD,KAAA,I2DxhMC,QAAA,GACE,YAAA,K3D0hMH,eAAA,K2Dj/LC,MAAO,KAhCP,WAAA,O1D8iMA,YAAa,EAAE,IAAI,IAAI,eAEzB,uB0D3iMM,YAAA,KAEA,oCACA,0C3DmhMH,2C2D3hMD,6BAAA,6BAYI,MAAA,K3DmhMH,OAAA,K2D/hMD,WAAA,M1D2jME,UAAW,KDxBZ,0C2D9gMD,6BACE,YAAA,MAEA,2C3DghMD,6B2D5gMD,aAAA,M3D+gMC,kBACF,MAAA,I4D7wMC,KAAA,I3DyyME,eAAgB,KAElB,qBACE,OAAQ,MAkBZ,qCADA,sCADA,mBADA,oBAXA,gBADA,iBAOA,uBADA,wBADA,iBADA,kBADA,wBADA,yBASA,mCADA,oC2DpzME,oBAAA,qBAAA,oBAAA,qB3D2zMF,WADA,YAOA,uBADA,wBADA,qBADA,sBADA,cADA,e2D/zMI,a3Dq0MJ,cDvBC,kB4D7yMG,mB3DqzMJ,WADA,YAwBE,QAAS,MACT,QAAS,IASX,qCADA,mBANA,gBAGA,uBADA,iBADA,wBAIA,mCDhBC,oB6D/0MC,oB5Dk2MF,W+B51MA,uBhCo0MC,qB4D5zMG,cChBF,aACA,kB5D+1MF,W+Br1ME,MAAO,KhCy0MR,cgCt0MC,QAAS,MACT,aAAA,KhCw0MD,YAAA,KgC/zMC,YhCk0MD,MAAA,gBgC/zMC,WhCk0MD,MAAA,egC/zMC,MhCk0MD,QAAA,e8Dz1MC,MACA,QAAA,gBAEA,WACA,WAAA,O9B8BF,WACE,KAAA,EAAA,EAAA,EhCg0MD,MAAA,YgCzzMC,YAAa,KACb,iBAAA,YhC2zMD,OAAA,E+D31MC,Q/D81MD,QAAA,eC4BD,OACE,SAAU,M+Dn4MV,chE42MD,MAAA,aC+BD,YADA,YADA,YADA,YAIE,QAAS,e+Dp5MT,kBhEs4MC,mBgEr4MD,yBhEi4MD,kB+Dl1MD,mBA6IA,yB9D4tMA,kBACA,mB8Dj3ME,yB9D62MF,kBACA,mBACA,yB+Dv5MY,QAAA,eACV,yBAAU,YhE04MT,QAAA,gBC4BD,iB+Dp6MU,QAAA,gBhE64MX,c+D51MG,QAAS,oB/Dg2MV,c+Dl2MC,c/Dm2MH,QAAA,sB+D91MG,yB/Dk2MD,kBACF,QAAA,iB+D91MG,yB/Dk2MD,mBACF,QAAA,kBgEh6MC,yBhEo6MC,yBgEn6MD,QAAA,wBACA,+CAAU,YhEw6MT,QAAA,gBC4BD,iB+Dl8MU,QAAA,gBhE26MX,c+Dr2MG,QAAS,oB/Dy2MV,c+D32MC,c/D42MH,QAAA,sB+Dv2MG,+C/D22MD,kBACF,QAAA,iB+Dv2MG,+C/D22MD,mBACF,QAAA,kBgE97MC,+ChEk8MC,yBgEj8MD,QAAA,wBACA,gDAAU,YhEs8MT,QAAA,gBC4BD,iB+Dh+MU,QAAA,gBhEy8MX,c+D92MG,QAAS,oB/Dk3MV,c+Dp3MC,c/Dq3MH,QAAA,sB+Dh3MG,gD/Do3MD,kBACF,QAAA,iB+Dh3MG,gD/Do3MD,mBACF,QAAA,kBgE59MC,gDhEg+MC,yBgE/9MD,QAAA,wBACA,0BAAU,YhEo+MT,QAAA,gBC4BD,iB+D9/MU,QAAA,gBhEu+MX,c+Dv3MG,QAAS,oB/D23MV,c+D73MC,c/D83MH,QAAA,sB+Dz3MG,0B/D63MD,kBACF,QAAA,iB+Dz3MG,0B/D63MD,mBACF,QAAA,kBgEl/MC,0BhEs/MC,yBACF,QAAA,wBgEv/MC,yBhE2/MC,WACF,QAAA,gBgE5/MC,+ChEggNC,WACF,QAAA,gBgEjgNC,gDhEqgNC,WACF,QAAA,gBAGA,0B+Dh3MC,WA4BE,QAAS,gBC5LX,eAAU,QAAA,eACV,aAAU,ehEyhNT,QAAA,gBC4BD,oB+DnjNU,QAAA,gBhE4hNX,iB+D93MG,QAAS,oBAMX,iB/D23MD,iB+Dt2MG,QAAS,sB/D22MZ,qB+D/3MC,QAAS,e/Dk4MV,a+D53MC,qBAcE,QAAS,iB/Dm3MZ,sB+Dh4MC,QAAS,e/Dm4MV,a+D73MC,sBAOE,QAAS,kB/D23MZ,4B+D53MC,QAAS,eCpLT,ahEojNC,4BACF,QAAA,wBC6BD,aACE,cACE,QAAS","sourcesContent":["/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */\n\n//\n// 1. Set default font family to sans-serif.\n// 2. Prevent iOS and IE text size adjust after device orientation change,\n//    without disabling user zoom.\n//\n\nhtml {\n  font-family: sans-serif; // 1\n  -ms-text-size-adjust: 100%; // 2\n  -webkit-text-size-adjust: 100%; // 2\n}\n\n//\n// Remove default margin.\n//\n\nbody {\n  margin: 0;\n}\n\n// HTML5 display definitions\n// ==========================================================================\n\n//\n// Correct `block` display not defined for any HTML5 element in IE 8/9.\n// Correct `block` display not defined for `details` or `summary` in IE 10/11\n// and Firefox.\n// Correct `block` display not defined for `main` in IE 11.\n//\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n  display: block;\n}\n\n//\n// 1. Correct `inline-block` display not defined in IE 8/9.\n// 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\n//\n\naudio,\ncanvas,\nprogress,\nvideo {\n  display: inline-block; // 1\n  vertical-align: baseline; // 2\n}\n\n//\n// Prevent modern browsers from displaying `audio` without controls.\n// Remove excess height in iOS 5 devices.\n//\n\naudio:not([controls]) {\n  display: none;\n  height: 0;\n}\n\n//\n// Address `[hidden]` styling not present in IE 8/9/10.\n// Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.\n//\n\n[hidden],\ntemplate {\n  display: none;\n}\n\n// Links\n// ==========================================================================\n\n//\n// Remove the gray background color from active links in IE 10.\n//\n\na {\n  background-color: transparent;\n}\n\n//\n// Improve readability of focused elements when they are also in an\n// active/hover state.\n//\n\na:active,\na:hover {\n  outline: 0;\n}\n\n// Text-level semantics\n// ==========================================================================\n\n//\n// Address styling not present in IE 8/9/10/11, Safari, and Chrome.\n//\n\nabbr[title] {\n  border-bottom: 1px dotted;\n}\n\n//\n// Address style set to `bolder` in Firefox 4+, Safari, and Chrome.\n//\n\nb,\nstrong {\n  font-weight: bold;\n}\n\n//\n// Address styling not present in Safari and Chrome.\n//\n\ndfn {\n  font-style: italic;\n}\n\n//\n// Address variable `h1` font-size and margin within `section` and `article`\n// contexts in Firefox 4+, Safari, and Chrome.\n//\n\nh1 {\n  font-size: 2em;\n  margin: 0.67em 0;\n}\n\n//\n// Address styling not present in IE 8/9.\n//\n\nmark {\n  background: #ff0;\n  color: #000;\n}\n\n//\n// Address inconsistent and variable font size in all browsers.\n//\n\nsmall {\n  font-size: 80%;\n}\n\n//\n// Prevent `sub` and `sup` affecting `line-height` in all browsers.\n//\n\nsub,\nsup {\n  font-size: 75%;\n  line-height: 0;\n  position: relative;\n  vertical-align: baseline;\n}\n\nsup {\n  top: -0.5em;\n}\n\nsub {\n  bottom: -0.25em;\n}\n\n// Embedded content\n// ==========================================================================\n\n//\n// Remove border when inside `a` element in IE 8/9/10.\n//\n\nimg {\n  border: 0;\n}\n\n//\n// Correct overflow not hidden in IE 9/10/11.\n//\n\nsvg:not(:root) {\n  overflow: hidden;\n}\n\n// Grouping content\n// ==========================================================================\n\n//\n// Address margin not present in IE 8/9 and Safari.\n//\n\nfigure {\n  margin: 1em 40px;\n}\n\n//\n// Address differences between Firefox and other browsers.\n//\n\nhr {\n  box-sizing: content-box;\n  height: 0;\n}\n\n//\n// Contain overflow in all browsers.\n//\n\npre {\n  overflow: auto;\n}\n\n//\n// Address odd `em`-unit font size rendering in all browsers.\n//\n\ncode,\nkbd,\npre,\nsamp {\n  font-family: monospace, monospace;\n  font-size: 1em;\n}\n\n// Forms\n// ==========================================================================\n\n//\n// Known limitation: by default, Chrome and Safari on OS X allow very limited\n// styling of `select`, unless a `border` property is set.\n//\n\n//\n// 1. Correct color not being inherited.\n//    Known issue: affects color of disabled elements.\n// 2. Correct font properties not being inherited.\n// 3. Address margins set differently in Firefox 4+, Safari, and Chrome.\n//\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n  color: inherit; // 1\n  font: inherit; // 2\n  margin: 0; // 3\n}\n\n//\n// Address `overflow` set to `hidden` in IE 8/9/10/11.\n//\n\nbutton {\n  overflow: visible;\n}\n\n//\n// Address inconsistent `text-transform` inheritance for `button` and `select`.\n// All other form control elements do not inherit `text-transform` values.\n// Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.\n// Correct `select` style inheritance in Firefox.\n//\n\nbutton,\nselect {\n  text-transform: none;\n}\n\n//\n// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n//    and `video` controls.\n// 2. Correct inability to style clickable `input` types in iOS.\n// 3. Improve usability and consistency of cursor style between image-type\n//    `input` and others.\n//\n\nbutton,\nhtml input[type=\"button\"], // 1\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n  -webkit-appearance: button; // 2\n  cursor: pointer; // 3\n}\n\n//\n// Re-set default cursor for disabled elements.\n//\n\nbutton[disabled],\nhtml input[disabled] {\n  cursor: default;\n}\n\n//\n// Remove inner padding and border in Firefox 4+.\n//\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n  border: 0;\n  padding: 0;\n}\n\n//\n// Address Firefox 4+ setting `line-height` on `input` using `!important` in\n// the UA stylesheet.\n//\n\ninput {\n  line-height: normal;\n}\n\n//\n// It's recommended that you don't attempt to style these elements.\n// Firefox's implementation doesn't respect box-sizing, padding, or width.\n//\n// 1. Address box sizing set to `content-box` in IE 8/9/10.\n// 2. Remove excess padding in IE 8/9/10.\n//\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n  box-sizing: border-box; // 1\n  padding: 0; // 2\n}\n\n//\n// Fix the cursor style for Chrome's increment/decrement buttons. For certain\n// `font-size` values of the `input`, it causes the cursor style of the\n// decrement button to change from `default` to `text`.\n//\n\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n  height: auto;\n}\n\n//\n// 1. Address `appearance` set to `searchfield` in Safari and Chrome.\n// 2. Address `box-sizing` set to `border-box` in Safari and Chrome.\n//\n\ninput[type=\"search\"] {\n  -webkit-appearance: textfield; // 1\n  box-sizing: content-box; //2\n}\n\n//\n// Remove inner padding and search cancel button in Safari and Chrome on OS X.\n// Safari (but not Chrome) clips the cancel button when the search input has\n// padding (and `textfield` appearance).\n//\n\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n  -webkit-appearance: none;\n}\n\n//\n// Define consistent border, margin, and padding.\n//\n\nfieldset {\n  border: 1px solid #c0c0c0;\n  margin: 0 2px;\n  padding: 0.35em 0.625em 0.75em;\n}\n\n//\n// 1. Correct `color` not being inherited in IE 8/9/10/11.\n// 2. Remove padding so people aren't caught out if they zero out fieldsets.\n//\n\nlegend {\n  border: 0; // 1\n  padding: 0; // 2\n}\n\n//\n// Remove default vertical scrollbar in IE 8/9/10/11.\n//\n\ntextarea {\n  overflow: auto;\n}\n\n//\n// Don't inherit the `font-weight` (applied by a rule above).\n// NOTE: the default cannot safely be changed in Chrome and Safari on OS X.\n//\n\noptgroup {\n  font-weight: bold;\n}\n\n// Tables\n// ==========================================================================\n\n//\n// Remove most spacing between table cells.\n//\n\ntable {\n  border-collapse: collapse;\n  border-spacing: 0;\n}\n\ntd,\nth {\n  padding: 0;\n}\n","/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */\n\n// ==========================================================================\n// Print styles.\n// Inlined to avoid the additional HTTP request: h5bp.com/r\n// ==========================================================================\n\n@media print {\n    *,\n    *:before,\n    *:after {\n        background: transparent !important;\n        color: #000 !important; // Black prints faster: h5bp.com/s\n        box-shadow: none !important;\n        text-shadow: none !important;\n    }\n\n    a,\n    a:visited {\n        text-decoration: underline;\n    }\n\n    a[href]:after {\n        content: \" (\" attr(href) \")\";\n    }\n\n    abbr[title]:after {\n        content: \" (\" attr(title) \")\";\n    }\n\n    // Don't show links that are fragment identifiers,\n    // or use the `javascript:` pseudo protocol\n    a[href^=\"#\"]:after,\n    a[href^=\"javascript:\"]:after {\n        content: \"\";\n    }\n\n    pre,\n    blockquote {\n        border: 1px solid #999;\n        page-break-inside: avoid;\n    }\n\n    thead {\n        display: table-header-group; // h5bp.com/t\n    }\n\n    tr,\n    img {\n        page-break-inside: avoid;\n    }\n\n    img {\n        max-width: 100% !important;\n    }\n\n    p,\n    h2,\n    h3 {\n        orphans: 3;\n        widows: 3;\n    }\n\n    h2,\n    h3 {\n        page-break-after: avoid;\n    }\n\n    // Bootstrap specific changes start\n\n    // Bootstrap components\n    .navbar {\n        display: none;\n    }\n    .btn,\n    .dropup > .btn {\n        > .caret {\n            border-top-color: #000 !important;\n        }\n    }\n    .label {\n        border: 1px solid #000;\n    }\n\n    .table {\n        border-collapse: collapse !important;\n\n        td,\n        th {\n            background-color: #fff !important;\n        }\n    }\n    .table-bordered {\n        th,\n        td {\n            border: 1px solid #ddd !important;\n        }\n    }\n\n    // Bootstrap specific changes end\n}\n","/*!\n * Bootstrap v3.3.7 (http://getbootstrap.com)\n * Copyright 2011-2016 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */\nhtml {\n  font-family: sans-serif;\n  -ms-text-size-adjust: 100%;\n  -webkit-text-size-adjust: 100%;\n}\nbody {\n  margin: 0;\n}\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n  display: block;\n}\naudio,\ncanvas,\nprogress,\nvideo {\n  display: inline-block;\n  vertical-align: baseline;\n}\naudio:not([controls]) {\n  display: none;\n  height: 0;\n}\n[hidden],\ntemplate {\n  display: none;\n}\na {\n  background-color: transparent;\n}\na:active,\na:hover {\n  outline: 0;\n}\nabbr[title] {\n  border-bottom: 1px dotted;\n}\nb,\nstrong {\n  font-weight: bold;\n}\ndfn {\n  font-style: italic;\n}\nh1 {\n  font-size: 2em;\n  margin: 0.67em 0;\n}\nmark {\n  background: #ff0;\n  color: #000;\n}\nsmall {\n  font-size: 80%;\n}\nsub,\nsup {\n  font-size: 75%;\n  line-height: 0;\n  position: relative;\n  vertical-align: baseline;\n}\nsup {\n  top: -0.5em;\n}\nsub {\n  bottom: -0.25em;\n}\nimg {\n  border: 0;\n}\nsvg:not(:root) {\n  overflow: hidden;\n}\nfigure {\n  margin: 1em 40px;\n}\nhr {\n  box-sizing: content-box;\n  height: 0;\n}\npre {\n  overflow: auto;\n}\ncode,\nkbd,\npre,\nsamp {\n  font-family: monospace, monospace;\n  font-size: 1em;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n  color: inherit;\n  font: inherit;\n  margin: 0;\n}\nbutton {\n  overflow: visible;\n}\nbutton,\nselect {\n  text-transform: none;\n}\nbutton,\nhtml input[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n  -webkit-appearance: button;\n  cursor: pointer;\n}\nbutton[disabled],\nhtml input[disabled] {\n  cursor: default;\n}\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n  border: 0;\n  padding: 0;\n}\ninput {\n  line-height: normal;\n}\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n  box-sizing: border-box;\n  padding: 0;\n}\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n  height: auto;\n}\ninput[type=\"search\"] {\n  -webkit-appearance: textfield;\n  box-sizing: content-box;\n}\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n  -webkit-appearance: none;\n}\nfieldset {\n  border: 1px solid #c0c0c0;\n  margin: 0 2px;\n  padding: 0.35em 0.625em 0.75em;\n}\nlegend {\n  border: 0;\n  padding: 0;\n}\ntextarea {\n  overflow: auto;\n}\noptgroup {\n  font-weight: bold;\n}\ntable {\n  border-collapse: collapse;\n  border-spacing: 0;\n}\ntd,\nth {\n  padding: 0;\n}\n/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */\n@media print {\n  *,\n  *:before,\n  *:after {\n    background: transparent !important;\n    color: #000 !important;\n    box-shadow: none !important;\n    text-shadow: none !important;\n  }\n  a,\n  a:visited {\n    text-decoration: underline;\n  }\n  a[href]:after {\n    content: \" (\" attr(href) \")\";\n  }\n  abbr[title]:after {\n    content: \" (\" attr(title) \")\";\n  }\n  a[href^=\"#\"]:after,\n  a[href^=\"javascript:\"]:after {\n    content: \"\";\n  }\n  pre,\n  blockquote {\n    border: 1px solid #999;\n    page-break-inside: avoid;\n  }\n  thead {\n    display: table-header-group;\n  }\n  tr,\n  img {\n    page-break-inside: avoid;\n  }\n  img {\n    max-width: 100% !important;\n  }\n  p,\n  h2,\n  h3 {\n    orphans: 3;\n    widows: 3;\n  }\n  h2,\n  h3 {\n    page-break-after: avoid;\n  }\n  .navbar {\n    display: none;\n  }\n  .btn > .caret,\n  .dropup > .btn > .caret {\n    border-top-color: #000 !important;\n  }\n  .label {\n    border: 1px solid #000;\n  }\n  .table {\n    border-collapse: collapse !important;\n  }\n  .table td,\n  .table th {\n    background-color: #fff !important;\n  }\n  .table-bordered th,\n  .table-bordered td {\n    border: 1px solid #ddd !important;\n  }\n}\n@font-face {\n  font-family: 'Glyphicons Halflings';\n  src: url('../fonts/glyphicons-halflings-regular.eot');\n  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 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');\n}\n.glyphicon {\n  position: relative;\n  top: 1px;\n  display: inline-block;\n  font-family: 'Glyphicons Halflings';\n  font-style: normal;\n  font-weight: normal;\n  line-height: 1;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n.glyphicon-asterisk:before {\n  content: \"\\002a\";\n}\n.glyphicon-plus:before {\n  content: \"\\002b\";\n}\n.glyphicon-euro:before,\n.glyphicon-eur:before {\n  content: \"\\20ac\";\n}\n.glyphicon-minus:before {\n  content: \"\\2212\";\n}\n.glyphicon-cloud:before {\n  content: \"\\2601\";\n}\n.glyphicon-envelope:before {\n  content: \"\\2709\";\n}\n.glyphicon-pencil:before {\n  content: \"\\270f\";\n}\n.glyphicon-glass:before {\n  content: \"\\e001\";\n}\n.glyphicon-music:before {\n  content: \"\\e002\";\n}\n.glyphicon-search:before {\n  content: \"\\e003\";\n}\n.glyphicon-heart:before {\n  content: \"\\e005\";\n}\n.glyphicon-star:before {\n  content: \"\\e006\";\n}\n.glyphicon-star-empty:before {\n  content: \"\\e007\";\n}\n.glyphicon-user:before {\n  content: \"\\e008\";\n}\n.glyphicon-film:before {\n  content: \"\\e009\";\n}\n.glyphicon-th-large:before {\n  content: \"\\e010\";\n}\n.glyphicon-th:before {\n  content: \"\\e011\";\n}\n.glyphicon-th-list:before {\n  content: \"\\e012\";\n}\n.glyphicon-ok:before {\n  content: \"\\e013\";\n}\n.glyphicon-remove:before {\n  content: \"\\e014\";\n}\n.glyphicon-zoom-in:before {\n  content: \"\\e015\";\n}\n.glyphicon-zoom-out:before {\n  content: \"\\e016\";\n}\n.glyphicon-off:before {\n  content: \"\\e017\";\n}\n.glyphicon-signal:before {\n  content: \"\\e018\";\n}\n.glyphicon-cog:before {\n  content: \"\\e019\";\n}\n.glyphicon-trash:before {\n  content: \"\\e020\";\n}\n.glyphicon-home:before {\n  content: \"\\e021\";\n}\n.glyphicon-file:before {\n  content: \"\\e022\";\n}\n.glyphicon-time:before {\n  content: \"\\e023\";\n}\n.glyphicon-road:before {\n  content: \"\\e024\";\n}\n.glyphicon-download-alt:before {\n  content: \"\\e025\";\n}\n.glyphicon-download:before {\n  content: \"\\e026\";\n}\n.glyphicon-upload:before {\n  content: \"\\e027\";\n}\n.glyphicon-inbox:before {\n  content: \"\\e028\";\n}\n.glyphicon-play-circle:before {\n  content: \"\\e029\";\n}\n.glyphicon-repeat:before {\n  content: \"\\e030\";\n}\n.glyphicon-refresh:before {\n  content: \"\\e031\";\n}\n.glyphicon-list-alt:before {\n  content: \"\\e032\";\n}\n.glyphicon-lock:before {\n  content: \"\\e033\";\n}\n.glyphicon-flag:before {\n  content: \"\\e034\";\n}\n.glyphicon-headphones:before {\n  content: \"\\e035\";\n}\n.glyphicon-volume-off:before {\n  content: \"\\e036\";\n}\n.glyphicon-volume-down:before {\n  content: \"\\e037\";\n}\n.glyphicon-volume-up:before {\n  content: \"\\e038\";\n}\n.glyphicon-qrcode:before {\n  content: \"\\e039\";\n}\n.glyphicon-barcode:before {\n  content: \"\\e040\";\n}\n.glyphicon-tag:before {\n  content: \"\\e041\";\n}\n.glyphicon-tags:before {\n  content: \"\\e042\";\n}\n.glyphicon-book:before {\n  content: \"\\e043\";\n}\n.glyphicon-bookmark:before {\n  content: \"\\e044\";\n}\n.glyphicon-print:before {\n  content: \"\\e045\";\n}\n.glyphicon-camera:before {\n  content: \"\\e046\";\n}\n.glyphicon-font:before {\n  content: \"\\e047\";\n}\n.glyphicon-bold:before {\n  content: \"\\e048\";\n}\n.glyphicon-italic:before {\n  content: \"\\e049\";\n}\n.glyphicon-text-height:before {\n  content: \"\\e050\";\n}\n.glyphicon-text-width:before {\n  content: \"\\e051\";\n}\n.glyphicon-align-left:before {\n  content: \"\\e052\";\n}\n.glyphicon-align-center:before {\n  content: \"\\e053\";\n}\n.glyphicon-align-right:before {\n  content: \"\\e054\";\n}\n.glyphicon-align-justify:before {\n  content: \"\\e055\";\n}\n.glyphicon-list:before {\n  content: \"\\e056\";\n}\n.glyphicon-indent-left:before {\n  content: \"\\e057\";\n}\n.glyphicon-indent-right:before {\n  content: \"\\e058\";\n}\n.glyphicon-facetime-video:before {\n  content: \"\\e059\";\n}\n.glyphicon-picture:before {\n  content: \"\\e060\";\n}\n.glyphicon-map-marker:before {\n  content: \"\\e062\";\n}\n.glyphicon-adjust:before {\n  content: \"\\e063\";\n}\n.glyphicon-tint:before {\n  content: \"\\e064\";\n}\n.glyphicon-edit:before {\n  content: \"\\e065\";\n}\n.glyphicon-share:before {\n  content: \"\\e066\";\n}\n.glyphicon-check:before {\n  content: \"\\e067\";\n}\n.glyphicon-move:before {\n  content: \"\\e068\";\n}\n.glyphicon-step-backward:before {\n  content: \"\\e069\";\n}\n.glyphicon-fast-backward:before {\n  content: \"\\e070\";\n}\n.glyphicon-backward:before {\n  content: \"\\e071\";\n}\n.glyphicon-play:before {\n  content: \"\\e072\";\n}\n.glyphicon-pause:before {\n  content: \"\\e073\";\n}\n.glyphicon-stop:before {\n  content: \"\\e074\";\n}\n.glyphicon-forward:before {\n  content: \"\\e075\";\n}\n.glyphicon-fast-forward:before {\n  content: \"\\e076\";\n}\n.glyphicon-step-forward:before {\n  content: \"\\e077\";\n}\n.glyphicon-eject:before {\n  content: \"\\e078\";\n}\n.glyphicon-chevron-left:before {\n  content: \"\\e079\";\n}\n.glyphicon-chevron-right:before {\n  content: \"\\e080\";\n}\n.glyphicon-plus-sign:before {\n  content: \"\\e081\";\n}\n.glyphicon-minus-sign:before {\n  content: \"\\e082\";\n}\n.glyphicon-remove-sign:before {\n  content: \"\\e083\";\n}\n.glyphicon-ok-sign:before {\n  content: \"\\e084\";\n}\n.glyphicon-question-sign:before {\n  content: \"\\e085\";\n}\n.glyphicon-info-sign:before {\n  content: \"\\e086\";\n}\n.glyphicon-screenshot:before {\n  content: \"\\e087\";\n}\n.glyphicon-remove-circle:before {\n  content: \"\\e088\";\n}\n.glyphicon-ok-circle:before {\n  content: \"\\e089\";\n}\n.glyphicon-ban-circle:before {\n  content: \"\\e090\";\n}\n.glyphicon-arrow-left:before {\n  content: \"\\e091\";\n}\n.glyphicon-arrow-right:before {\n  content: \"\\e092\";\n}\n.glyphicon-arrow-up:before {\n  content: \"\\e093\";\n}\n.glyphicon-arrow-down:before {\n  content: \"\\e094\";\n}\n.glyphicon-share-alt:before {\n  content: \"\\e095\";\n}\n.glyphicon-resize-full:before {\n  content: \"\\e096\";\n}\n.glyphicon-resize-small:before {\n  content: \"\\e097\";\n}\n.glyphicon-exclamation-sign:before {\n  content: \"\\e101\";\n}\n.glyphicon-gift:before {\n  content: \"\\e102\";\n}\n.glyphicon-leaf:before {\n  content: \"\\e103\";\n}\n.glyphicon-fire:before {\n  content: \"\\e104\";\n}\n.glyphicon-eye-open:before {\n  content: \"\\e105\";\n}\n.glyphicon-eye-close:before {\n  content: \"\\e106\";\n}\n.glyphicon-warning-sign:before {\n  content: \"\\e107\";\n}\n.glyphicon-plane:before {\n  content: \"\\e108\";\n}\n.glyphicon-calendar:before {\n  content: \"\\e109\";\n}\n.glyphicon-random:before {\n  content: \"\\e110\";\n}\n.glyphicon-comment:before {\n  content: \"\\e111\";\n}\n.glyphicon-magnet:before {\n  content: \"\\e112\";\n}\n.glyphicon-chevron-up:before {\n  content: \"\\e113\";\n}\n.glyphicon-chevron-down:before {\n  content: \"\\e114\";\n}\n.glyphicon-retweet:before {\n  content: \"\\e115\";\n}\n.glyphicon-shopping-cart:before {\n  content: \"\\e116\";\n}\n.glyphicon-folder-close:before {\n  content: \"\\e117\";\n}\n.glyphicon-folder-open:before {\n  content: \"\\e118\";\n}\n.glyphicon-resize-vertical:before {\n  content: \"\\e119\";\n}\n.glyphicon-resize-horizontal:before {\n  content: \"\\e120\";\n}\n.glyphicon-hdd:before {\n  content: \"\\e121\";\n}\n.glyphicon-bullhorn:before {\n  content: \"\\e122\";\n}\n.glyphicon-bell:before {\n  content: \"\\e123\";\n}\n.glyphicon-certificate:before {\n  content: \"\\e124\";\n}\n.glyphicon-thumbs-up:before {\n  content: \"\\e125\";\n}\n.glyphicon-thumbs-down:before {\n  content: \"\\e126\";\n}\n.glyphicon-hand-right:before {\n  content: \"\\e127\";\n}\n.glyphicon-hand-left:before {\n  content: \"\\e128\";\n}\n.glyphicon-hand-up:before {\n  content: \"\\e129\";\n}\n.glyphicon-hand-down:before {\n  content: \"\\e130\";\n}\n.glyphicon-circle-arrow-right:before {\n  content: \"\\e131\";\n}\n.glyphicon-circle-arrow-left:before {\n  content: \"\\e132\";\n}\n.glyphicon-circle-arrow-up:before {\n  content: \"\\e133\";\n}\n.glyphicon-circle-arrow-down:before {\n  content: \"\\e134\";\n}\n.glyphicon-globe:before {\n  content: \"\\e135\";\n}\n.glyphicon-wrench:before {\n  content: \"\\e136\";\n}\n.glyphicon-tasks:before {\n  content: \"\\e137\";\n}\n.glyphicon-filter:before {\n  content: \"\\e138\";\n}\n.glyphicon-briefcase:before {\n  content: \"\\e139\";\n}\n.glyphicon-fullscreen:before {\n  content: \"\\e140\";\n}\n.glyphicon-dashboard:before {\n  content: \"\\e141\";\n}\n.glyphicon-paperclip:before {\n  content: \"\\e142\";\n}\n.glyphicon-heart-empty:before {\n  content: \"\\e143\";\n}\n.glyphicon-link:before {\n  content: \"\\e144\";\n}\n.glyphicon-phone:before {\n  content: \"\\e145\";\n}\n.glyphicon-pushpin:before {\n  content: \"\\e146\";\n}\n.glyphicon-usd:before {\n  content: \"\\e148\";\n}\n.glyphicon-gbp:before {\n  content: \"\\e149\";\n}\n.glyphicon-sort:before {\n  content: \"\\e150\";\n}\n.glyphicon-sort-by-alphabet:before {\n  content: \"\\e151\";\n}\n.glyphicon-sort-by-alphabet-alt:before {\n  content: \"\\e152\";\n}\n.glyphicon-sort-by-order:before {\n  content: \"\\e153\";\n}\n.glyphicon-sort-by-order-alt:before {\n  content: \"\\e154\";\n}\n.glyphicon-sort-by-attributes:before {\n  content: \"\\e155\";\n}\n.glyphicon-sort-by-attributes-alt:before {\n  content: \"\\e156\";\n}\n.glyphicon-unchecked:before {\n  content: \"\\e157\";\n}\n.glyphicon-expand:before {\n  content: \"\\e158\";\n}\n.glyphicon-collapse-down:before {\n  content: \"\\e159\";\n}\n.glyphicon-collapse-up:before {\n  content: \"\\e160\";\n}\n.glyphicon-log-in:before {\n  content: \"\\e161\";\n}\n.glyphicon-flash:before {\n  content: \"\\e162\";\n}\n.glyphicon-log-out:before {\n  content: \"\\e163\";\n}\n.glyphicon-new-window:before {\n  content: \"\\e164\";\n}\n.glyphicon-record:before {\n  content: \"\\e165\";\n}\n.glyphicon-save:before {\n  content: \"\\e166\";\n}\n.glyphicon-open:before {\n  content: \"\\e167\";\n}\n.glyphicon-saved:before {\n  content: \"\\e168\";\n}\n.glyphicon-import:before {\n  content: \"\\e169\";\n}\n.glyphicon-export:before {\n  content: \"\\e170\";\n}\n.glyphicon-send:before {\n  content: \"\\e171\";\n}\n.glyphicon-floppy-disk:before {\n  content: \"\\e172\";\n}\n.glyphicon-floppy-saved:before {\n  content: \"\\e173\";\n}\n.glyphicon-floppy-remove:before {\n  content: \"\\e174\";\n}\n.glyphicon-floppy-save:before {\n  content: \"\\e175\";\n}\n.glyphicon-floppy-open:before {\n  content: \"\\e176\";\n}\n.glyphicon-credit-card:before {\n  content: \"\\e177\";\n}\n.glyphicon-transfer:before {\n  content: \"\\e178\";\n}\n.glyphicon-cutlery:before {\n  content: \"\\e179\";\n}\n.glyphicon-header:before {\n  content: \"\\e180\";\n}\n.glyphicon-compressed:before {\n  content: \"\\e181\";\n}\n.glyphicon-earphone:before {\n  content: \"\\e182\";\n}\n.glyphicon-phone-alt:before {\n  content: \"\\e183\";\n}\n.glyphicon-tower:before {\n  content: \"\\e184\";\n}\n.glyphicon-stats:before {\n  content: \"\\e185\";\n}\n.glyphicon-sd-video:before {\n  content: \"\\e186\";\n}\n.glyphicon-hd-video:before {\n  content: \"\\e187\";\n}\n.glyphicon-subtitles:before {\n  content: \"\\e188\";\n}\n.glyphicon-sound-stereo:before {\n  content: \"\\e189\";\n}\n.glyphicon-sound-dolby:before {\n  content: \"\\e190\";\n}\n.glyphicon-sound-5-1:before {\n  content: \"\\e191\";\n}\n.glyphicon-sound-6-1:before {\n  content: \"\\e192\";\n}\n.glyphicon-sound-7-1:before {\n  content: \"\\e193\";\n}\n.glyphicon-copyright-mark:before {\n  content: \"\\e194\";\n}\n.glyphicon-registration-mark:before {\n  content: \"\\e195\";\n}\n.glyphicon-cloud-download:before {\n  content: \"\\e197\";\n}\n.glyphicon-cloud-upload:before {\n  content: \"\\e198\";\n}\n.glyphicon-tree-conifer:before {\n  content: \"\\e199\";\n}\n.glyphicon-tree-deciduous:before {\n  content: \"\\e200\";\n}\n.glyphicon-cd:before {\n  content: \"\\e201\";\n}\n.glyphicon-save-file:before {\n  content: \"\\e202\";\n}\n.glyphicon-open-file:before {\n  content: \"\\e203\";\n}\n.glyphicon-level-up:before {\n  content: \"\\e204\";\n}\n.glyphicon-copy:before {\n  content: \"\\e205\";\n}\n.glyphicon-paste:before {\n  content: \"\\e206\";\n}\n.glyphicon-alert:before {\n  content: \"\\e209\";\n}\n.glyphicon-equalizer:before {\n  content: \"\\e210\";\n}\n.glyphicon-king:before {\n  content: \"\\e211\";\n}\n.glyphicon-queen:before {\n  content: \"\\e212\";\n}\n.glyphicon-pawn:before {\n  content: \"\\e213\";\n}\n.glyphicon-bishop:before {\n  content: \"\\e214\";\n}\n.glyphicon-knight:before {\n  content: \"\\e215\";\n}\n.glyphicon-baby-formula:before {\n  content: \"\\e216\";\n}\n.glyphicon-tent:before {\n  content: \"\\26fa\";\n}\n.glyphicon-blackboard:before {\n  content: \"\\e218\";\n}\n.glyphicon-bed:before {\n  content: \"\\e219\";\n}\n.glyphicon-apple:before {\n  content: \"\\f8ff\";\n}\n.glyphicon-erase:before {\n  content: \"\\e221\";\n}\n.glyphicon-hourglass:before {\n  content: \"\\231b\";\n}\n.glyphicon-lamp:before {\n  content: \"\\e223\";\n}\n.glyphicon-duplicate:before {\n  content: \"\\e224\";\n}\n.glyphicon-piggy-bank:before {\n  content: \"\\e225\";\n}\n.glyphicon-scissors:before {\n  content: \"\\e226\";\n}\n.glyphicon-bitcoin:before {\n  content: \"\\e227\";\n}\n.glyphicon-btc:before {\n  content: \"\\e227\";\n}\n.glyphicon-xbt:before {\n  content: \"\\e227\";\n}\n.glyphicon-yen:before {\n  content: \"\\00a5\";\n}\n.glyphicon-jpy:before {\n  content: \"\\00a5\";\n}\n.glyphicon-ruble:before {\n  content: \"\\20bd\";\n}\n.glyphicon-rub:before {\n  content: \"\\20bd\";\n}\n.glyphicon-scale:before {\n  content: \"\\e230\";\n}\n.glyphicon-ice-lolly:before {\n  content: \"\\e231\";\n}\n.glyphicon-ice-lolly-tasted:before {\n  content: \"\\e232\";\n}\n.glyphicon-education:before {\n  content: \"\\e233\";\n}\n.glyphicon-option-horizontal:before {\n  content: \"\\e234\";\n}\n.glyphicon-option-vertical:before {\n  content: \"\\e235\";\n}\n.glyphicon-menu-hamburger:before {\n  content: \"\\e236\";\n}\n.glyphicon-modal-window:before {\n  content: \"\\e237\";\n}\n.glyphicon-oil:before {\n  content: \"\\e238\";\n}\n.glyphicon-grain:before {\n  content: \"\\e239\";\n}\n.glyphicon-sunglasses:before {\n  content: \"\\e240\";\n}\n.glyphicon-text-size:before {\n  content: \"\\e241\";\n}\n.glyphicon-text-color:before {\n  content: \"\\e242\";\n}\n.glyphicon-text-background:before {\n  content: \"\\e243\";\n}\n.glyphicon-object-align-top:before {\n  content: \"\\e244\";\n}\n.glyphicon-object-align-bottom:before {\n  content: \"\\e245\";\n}\n.glyphicon-object-align-horizontal:before {\n  content: \"\\e246\";\n}\n.glyphicon-object-align-left:before {\n  content: \"\\e247\";\n}\n.glyphicon-object-align-vertical:before {\n  content: \"\\e248\";\n}\n.glyphicon-object-align-right:before {\n  content: \"\\e249\";\n}\n.glyphicon-triangle-right:before {\n  content: \"\\e250\";\n}\n.glyphicon-triangle-left:before {\n  content: \"\\e251\";\n}\n.glyphicon-triangle-bottom:before {\n  content: \"\\e252\";\n}\n.glyphicon-triangle-top:before {\n  content: \"\\e253\";\n}\n.glyphicon-console:before {\n  content: \"\\e254\";\n}\n.glyphicon-superscript:before {\n  content: \"\\e255\";\n}\n.glyphicon-subscript:before {\n  content: \"\\e256\";\n}\n.glyphicon-menu-left:before {\n  content: \"\\e257\";\n}\n.glyphicon-menu-right:before {\n  content: \"\\e258\";\n}\n.glyphicon-menu-down:before {\n  content: \"\\e259\";\n}\n.glyphicon-menu-up:before {\n  content: \"\\e260\";\n}\n* {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n}\n*:before,\n*:after {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n}\nhtml {\n  font-size: 10px;\n  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\nbody {\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-size: 14px;\n  line-height: 1.42857143;\n  color: #333333;\n  background-color: #fff;\n}\ninput,\nbutton,\nselect,\ntextarea {\n  font-family: inherit;\n  font-size: inherit;\n  line-height: inherit;\n}\na {\n  color: #337ab7;\n  text-decoration: none;\n}\na:hover,\na:focus {\n  color: #23527c;\n  text-decoration: underline;\n}\na:focus {\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\nfigure {\n  margin: 0;\n}\nimg {\n  vertical-align: middle;\n}\n.img-responsive,\n.thumbnail > img,\n.thumbnail a > img,\n.carousel-inner > .item > img,\n.carousel-inner > .item > a > img {\n  display: block;\n  max-width: 100%;\n  height: auto;\n}\n.img-rounded {\n  border-radius: 6px;\n}\n.img-thumbnail {\n  padding: 4px;\n  line-height: 1.42857143;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  -webkit-transition: all 0.2s ease-in-out;\n  -o-transition: all 0.2s ease-in-out;\n  transition: all 0.2s ease-in-out;\n  display: inline-block;\n  max-width: 100%;\n  height: auto;\n}\n.img-circle {\n  border-radius: 50%;\n}\nhr {\n  margin-top: 20px;\n  margin-bottom: 20px;\n  border: 0;\n  border-top: 1px solid #eeeeee;\n}\n.sr-only {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  margin: -1px;\n  padding: 0;\n  overflow: hidden;\n  clip: rect(0, 0, 0, 0);\n  border: 0;\n}\n.sr-only-focusable:active,\n.sr-only-focusable:focus {\n  position: static;\n  width: auto;\n  height: auto;\n  margin: 0;\n  overflow: visible;\n  clip: auto;\n}\n[role=\"button\"] {\n  cursor: pointer;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\n.h1,\n.h2,\n.h3,\n.h4,\n.h5,\n.h6 {\n  font-family: inherit;\n  font-weight: 500;\n  line-height: 1.1;\n  color: inherit;\n}\nh1 small,\nh2 small,\nh3 small,\nh4 small,\nh5 small,\nh6 small,\n.h1 small,\n.h2 small,\n.h3 small,\n.h4 small,\n.h5 small,\n.h6 small,\nh1 .small,\nh2 .small,\nh3 .small,\nh4 .small,\nh5 .small,\nh6 .small,\n.h1 .small,\n.h2 .small,\n.h3 .small,\n.h4 .small,\n.h5 .small,\n.h6 .small {\n  font-weight: normal;\n  line-height: 1;\n  color: #777777;\n}\nh1,\n.h1,\nh2,\n.h2,\nh3,\n.h3 {\n  margin-top: 20px;\n  margin-bottom: 10px;\n}\nh1 small,\n.h1 small,\nh2 small,\n.h2 small,\nh3 small,\n.h3 small,\nh1 .small,\n.h1 .small,\nh2 .small,\n.h2 .small,\nh3 .small,\n.h3 .small {\n  font-size: 65%;\n}\nh4,\n.h4,\nh5,\n.h5,\nh6,\n.h6 {\n  margin-top: 10px;\n  margin-bottom: 10px;\n}\nh4 small,\n.h4 small,\nh5 small,\n.h5 small,\nh6 small,\n.h6 small,\nh4 .small,\n.h4 .small,\nh5 .small,\n.h5 .small,\nh6 .small,\n.h6 .small {\n  font-size: 75%;\n}\nh1,\n.h1 {\n  font-size: 36px;\n}\nh2,\n.h2 {\n  font-size: 30px;\n}\nh3,\n.h3 {\n  font-size: 24px;\n}\nh4,\n.h4 {\n  font-size: 18px;\n}\nh5,\n.h5 {\n  font-size: 14px;\n}\nh6,\n.h6 {\n  font-size: 12px;\n}\np {\n  margin: 0 0 10px;\n}\n.lead {\n  margin-bottom: 20px;\n  font-size: 16px;\n  font-weight: 300;\n  line-height: 1.4;\n}\n@media (min-width: 768px) {\n  .lead {\n    font-size: 21px;\n  }\n}\nsmall,\n.small {\n  font-size: 85%;\n}\nmark,\n.mark {\n  background-color: #fcf8e3;\n  padding: .2em;\n}\n.text-left {\n  text-align: left;\n}\n.text-right {\n  text-align: right;\n}\n.text-center {\n  text-align: center;\n}\n.text-justify {\n  text-align: justify;\n}\n.text-nowrap {\n  white-space: nowrap;\n}\n.text-lowercase {\n  text-transform: lowercase;\n}\n.text-uppercase {\n  text-transform: uppercase;\n}\n.text-capitalize {\n  text-transform: capitalize;\n}\n.text-muted {\n  color: #777777;\n}\n.text-primary {\n  color: #337ab7;\n}\na.text-primary:hover,\na.text-primary:focus {\n  color: #286090;\n}\n.text-success {\n  color: #3c763d;\n}\na.text-success:hover,\na.text-success:focus {\n  color: #2b542c;\n}\n.text-info {\n  color: #31708f;\n}\na.text-info:hover,\na.text-info:focus {\n  color: #245269;\n}\n.text-warning {\n  color: #8a6d3b;\n}\na.text-warning:hover,\na.text-warning:focus {\n  color: #66512c;\n}\n.text-danger {\n  color: #a94442;\n}\na.text-danger:hover,\na.text-danger:focus {\n  color: #843534;\n}\n.bg-primary {\n  color: #fff;\n  background-color: #337ab7;\n}\na.bg-primary:hover,\na.bg-primary:focus {\n  background-color: #286090;\n}\n.bg-success {\n  background-color: #dff0d8;\n}\na.bg-success:hover,\na.bg-success:focus {\n  background-color: #c1e2b3;\n}\n.bg-info {\n  background-color: #d9edf7;\n}\na.bg-info:hover,\na.bg-info:focus {\n  background-color: #afd9ee;\n}\n.bg-warning {\n  background-color: #fcf8e3;\n}\na.bg-warning:hover,\na.bg-warning:focus {\n  background-color: #f7ecb5;\n}\n.bg-danger {\n  background-color: #f2dede;\n}\na.bg-danger:hover,\na.bg-danger:focus {\n  background-color: #e4b9b9;\n}\n.page-header {\n  padding-bottom: 9px;\n  margin: 40px 0 20px;\n  border-bottom: 1px solid #eeeeee;\n}\nul,\nol {\n  margin-top: 0;\n  margin-bottom: 10px;\n}\nul ul,\nol ul,\nul ol,\nol ol {\n  margin-bottom: 0;\n}\n.list-unstyled {\n  padding-left: 0;\n  list-style: none;\n}\n.list-inline {\n  padding-left: 0;\n  list-style: none;\n  margin-left: -5px;\n}\n.list-inline > li {\n  display: inline-block;\n  padding-left: 5px;\n  padding-right: 5px;\n}\ndl {\n  margin-top: 0;\n  margin-bottom: 20px;\n}\ndt,\ndd {\n  line-height: 1.42857143;\n}\ndt {\n  font-weight: bold;\n}\ndd {\n  margin-left: 0;\n}\n@media (min-width: 768px) {\n  .dl-horizontal dt {\n    float: left;\n    width: 160px;\n    clear: left;\n    text-align: right;\n    overflow: hidden;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n  }\n  .dl-horizontal dd {\n    margin-left: 180px;\n  }\n}\nabbr[title],\nabbr[data-original-title] {\n  cursor: help;\n  border-bottom: 1px dotted #777777;\n}\n.initialism {\n  font-size: 90%;\n  text-transform: uppercase;\n}\nblockquote {\n  padding: 10px 20px;\n  margin: 0 0 20px;\n  font-size: 17.5px;\n  border-left: 5px solid #eeeeee;\n}\nblockquote p:last-child,\nblockquote ul:last-child,\nblockquote ol:last-child {\n  margin-bottom: 0;\n}\nblockquote footer,\nblockquote small,\nblockquote .small {\n  display: block;\n  font-size: 80%;\n  line-height: 1.42857143;\n  color: #777777;\n}\nblockquote footer:before,\nblockquote small:before,\nblockquote .small:before {\n  content: '\\2014 \\00A0';\n}\n.blockquote-reverse,\nblockquote.pull-right {\n  padding-right: 15px;\n  padding-left: 0;\n  border-right: 5px solid #eeeeee;\n  border-left: 0;\n  text-align: right;\n}\n.blockquote-reverse footer:before,\nblockquote.pull-right footer:before,\n.blockquote-reverse small:before,\nblockquote.pull-right small:before,\n.blockquote-reverse .small:before,\nblockquote.pull-right .small:before {\n  content: '';\n}\n.blockquote-reverse footer:after,\nblockquote.pull-right footer:after,\n.blockquote-reverse small:after,\nblockquote.pull-right small:after,\n.blockquote-reverse .small:after,\nblockquote.pull-right .small:after {\n  content: '\\00A0 \\2014';\n}\naddress {\n  margin-bottom: 20px;\n  font-style: normal;\n  line-height: 1.42857143;\n}\ncode,\nkbd,\npre,\nsamp {\n  font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;\n}\ncode {\n  padding: 2px 4px;\n  font-size: 90%;\n  color: #c7254e;\n  background-color: #f9f2f4;\n  border-radius: 4px;\n}\nkbd {\n  padding: 2px 4px;\n  font-size: 90%;\n  color: #fff;\n  background-color: #333;\n  border-radius: 3px;\n  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);\n}\nkbd kbd {\n  padding: 0;\n  font-size: 100%;\n  font-weight: bold;\n  box-shadow: none;\n}\npre {\n  display: block;\n  padding: 9.5px;\n  margin: 0 0 10px;\n  font-size: 13px;\n  line-height: 1.42857143;\n  word-break: break-all;\n  word-wrap: break-word;\n  color: #333333;\n  background-color: #f5f5f5;\n  border: 1px solid #ccc;\n  border-radius: 4px;\n}\npre code {\n  padding: 0;\n  font-size: inherit;\n  color: inherit;\n  white-space: pre-wrap;\n  background-color: transparent;\n  border-radius: 0;\n}\n.pre-scrollable {\n  max-height: 340px;\n  overflow-y: scroll;\n}\n.container {\n  margin-right: auto;\n  margin-left: auto;\n  padding-left: 15px;\n  padding-right: 15px;\n}\n@media (min-width: 768px) {\n  .container {\n    width: 750px;\n  }\n}\n@media (min-width: 992px) {\n  .container {\n    width: 970px;\n  }\n}\n@media (min-width: 1200px) {\n  .container {\n    width: 1170px;\n  }\n}\n.container-fluid {\n  margin-right: auto;\n  margin-left: auto;\n  padding-left: 15px;\n  padding-right: 15px;\n}\n.row {\n  margin-left: -15px;\n  margin-right: -15px;\n}\n.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 {\n  position: relative;\n  min-height: 1px;\n  padding-left: 15px;\n  padding-right: 15px;\n}\n.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 {\n  float: left;\n}\n.col-xs-12 {\n  width: 100%;\n}\n.col-xs-11 {\n  width: 91.66666667%;\n}\n.col-xs-10 {\n  width: 83.33333333%;\n}\n.col-xs-9 {\n  width: 75%;\n}\n.col-xs-8 {\n  width: 66.66666667%;\n}\n.col-xs-7 {\n  width: 58.33333333%;\n}\n.col-xs-6 {\n  width: 50%;\n}\n.col-xs-5 {\n  width: 41.66666667%;\n}\n.col-xs-4 {\n  width: 33.33333333%;\n}\n.col-xs-3 {\n  width: 25%;\n}\n.col-xs-2 {\n  width: 16.66666667%;\n}\n.col-xs-1 {\n  width: 8.33333333%;\n}\n.col-xs-pull-12 {\n  right: 100%;\n}\n.col-xs-pull-11 {\n  right: 91.66666667%;\n}\n.col-xs-pull-10 {\n  right: 83.33333333%;\n}\n.col-xs-pull-9 {\n  right: 75%;\n}\n.col-xs-pull-8 {\n  right: 66.66666667%;\n}\n.col-xs-pull-7 {\n  right: 58.33333333%;\n}\n.col-xs-pull-6 {\n  right: 50%;\n}\n.col-xs-pull-5 {\n  right: 41.66666667%;\n}\n.col-xs-pull-4 {\n  right: 33.33333333%;\n}\n.col-xs-pull-3 {\n  right: 25%;\n}\n.col-xs-pull-2 {\n  right: 16.66666667%;\n}\n.col-xs-pull-1 {\n  right: 8.33333333%;\n}\n.col-xs-pull-0 {\n  right: auto;\n}\n.col-xs-push-12 {\n  left: 100%;\n}\n.col-xs-push-11 {\n  left: 91.66666667%;\n}\n.col-xs-push-10 {\n  left: 83.33333333%;\n}\n.col-xs-push-9 {\n  left: 75%;\n}\n.col-xs-push-8 {\n  left: 66.66666667%;\n}\n.col-xs-push-7 {\n  left: 58.33333333%;\n}\n.col-xs-push-6 {\n  left: 50%;\n}\n.col-xs-push-5 {\n  left: 41.66666667%;\n}\n.col-xs-push-4 {\n  left: 33.33333333%;\n}\n.col-xs-push-3 {\n  left: 25%;\n}\n.col-xs-push-2 {\n  left: 16.66666667%;\n}\n.col-xs-push-1 {\n  left: 8.33333333%;\n}\n.col-xs-push-0 {\n  left: auto;\n}\n.col-xs-offset-12 {\n  margin-left: 100%;\n}\n.col-xs-offset-11 {\n  margin-left: 91.66666667%;\n}\n.col-xs-offset-10 {\n  margin-left: 83.33333333%;\n}\n.col-xs-offset-9 {\n  margin-left: 75%;\n}\n.col-xs-offset-8 {\n  margin-left: 66.66666667%;\n}\n.col-xs-offset-7 {\n  margin-left: 58.33333333%;\n}\n.col-xs-offset-6 {\n  margin-left: 50%;\n}\n.col-xs-offset-5 {\n  margin-left: 41.66666667%;\n}\n.col-xs-offset-4 {\n  margin-left: 33.33333333%;\n}\n.col-xs-offset-3 {\n  margin-left: 25%;\n}\n.col-xs-offset-2 {\n  margin-left: 16.66666667%;\n}\n.col-xs-offset-1 {\n  margin-left: 8.33333333%;\n}\n.col-xs-offset-0 {\n  margin-left: 0%;\n}\n@media (min-width: 768px) {\n  .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 {\n    float: left;\n  }\n  .col-sm-12 {\n    width: 100%;\n  }\n  .col-sm-11 {\n    width: 91.66666667%;\n  }\n  .col-sm-10 {\n    width: 83.33333333%;\n  }\n  .col-sm-9 {\n    width: 75%;\n  }\n  .col-sm-8 {\n    width: 66.66666667%;\n  }\n  .col-sm-7 {\n    width: 58.33333333%;\n  }\n  .col-sm-6 {\n    width: 50%;\n  }\n  .col-sm-5 {\n    width: 41.66666667%;\n  }\n  .col-sm-4 {\n    width: 33.33333333%;\n  }\n  .col-sm-3 {\n    width: 25%;\n  }\n  .col-sm-2 {\n    width: 16.66666667%;\n  }\n  .col-sm-1 {\n    width: 8.33333333%;\n  }\n  .col-sm-pull-12 {\n    right: 100%;\n  }\n  .col-sm-pull-11 {\n    right: 91.66666667%;\n  }\n  .col-sm-pull-10 {\n    right: 83.33333333%;\n  }\n  .col-sm-pull-9 {\n    right: 75%;\n  }\n  .col-sm-pull-8 {\n    right: 66.66666667%;\n  }\n  .col-sm-pull-7 {\n    right: 58.33333333%;\n  }\n  .col-sm-pull-6 {\n    right: 50%;\n  }\n  .col-sm-pull-5 {\n    right: 41.66666667%;\n  }\n  .col-sm-pull-4 {\n    right: 33.33333333%;\n  }\n  .col-sm-pull-3 {\n    right: 25%;\n  }\n  .col-sm-pull-2 {\n    right: 16.66666667%;\n  }\n  .col-sm-pull-1 {\n    right: 8.33333333%;\n  }\n  .col-sm-pull-0 {\n    right: auto;\n  }\n  .col-sm-push-12 {\n    left: 100%;\n  }\n  .col-sm-push-11 {\n    left: 91.66666667%;\n  }\n  .col-sm-push-10 {\n    left: 83.33333333%;\n  }\n  .col-sm-push-9 {\n    left: 75%;\n  }\n  .col-sm-push-8 {\n    left: 66.66666667%;\n  }\n  .col-sm-push-7 {\n    left: 58.33333333%;\n  }\n  .col-sm-push-6 {\n    left: 50%;\n  }\n  .col-sm-push-5 {\n    left: 41.66666667%;\n  }\n  .col-sm-push-4 {\n    left: 33.33333333%;\n  }\n  .col-sm-push-3 {\n    left: 25%;\n  }\n  .col-sm-push-2 {\n    left: 16.66666667%;\n  }\n  .col-sm-push-1 {\n    left: 8.33333333%;\n  }\n  .col-sm-push-0 {\n    left: auto;\n  }\n  .col-sm-offset-12 {\n    margin-left: 100%;\n  }\n  .col-sm-offset-11 {\n    margin-left: 91.66666667%;\n  }\n  .col-sm-offset-10 {\n    margin-left: 83.33333333%;\n  }\n  .col-sm-offset-9 {\n    margin-left: 75%;\n  }\n  .col-sm-offset-8 {\n    margin-left: 66.66666667%;\n  }\n  .col-sm-offset-7 {\n    margin-left: 58.33333333%;\n  }\n  .col-sm-offset-6 {\n    margin-left: 50%;\n  }\n  .col-sm-offset-5 {\n    margin-left: 41.66666667%;\n  }\n  .col-sm-offset-4 {\n    margin-left: 33.33333333%;\n  }\n  .col-sm-offset-3 {\n    margin-left: 25%;\n  }\n  .col-sm-offset-2 {\n    margin-left: 16.66666667%;\n  }\n  .col-sm-offset-1 {\n    margin-left: 8.33333333%;\n  }\n  .col-sm-offset-0 {\n    margin-left: 0%;\n  }\n}\n@media (min-width: 992px) {\n  .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 {\n    float: left;\n  }\n  .col-md-12 {\n    width: 100%;\n  }\n  .col-md-11 {\n    width: 91.66666667%;\n  }\n  .col-md-10 {\n    width: 83.33333333%;\n  }\n  .col-md-9 {\n    width: 75%;\n  }\n  .col-md-8 {\n    width: 66.66666667%;\n  }\n  .col-md-7 {\n    width: 58.33333333%;\n  }\n  .col-md-6 {\n    width: 50%;\n  }\n  .col-md-5 {\n    width: 41.66666667%;\n  }\n  .col-md-4 {\n    width: 33.33333333%;\n  }\n  .col-md-3 {\n    width: 25%;\n  }\n  .col-md-2 {\n    width: 16.66666667%;\n  }\n  .col-md-1 {\n    width: 8.33333333%;\n  }\n  .col-md-pull-12 {\n    right: 100%;\n  }\n  .col-md-pull-11 {\n    right: 91.66666667%;\n  }\n  .col-md-pull-10 {\n    right: 83.33333333%;\n  }\n  .col-md-pull-9 {\n    right: 75%;\n  }\n  .col-md-pull-8 {\n    right: 66.66666667%;\n  }\n  .col-md-pull-7 {\n    right: 58.33333333%;\n  }\n  .col-md-pull-6 {\n    right: 50%;\n  }\n  .col-md-pull-5 {\n    right: 41.66666667%;\n  }\n  .col-md-pull-4 {\n    right: 33.33333333%;\n  }\n  .col-md-pull-3 {\n    right: 25%;\n  }\n  .col-md-pull-2 {\n    right: 16.66666667%;\n  }\n  .col-md-pull-1 {\n    right: 8.33333333%;\n  }\n  .col-md-pull-0 {\n    right: auto;\n  }\n  .col-md-push-12 {\n    left: 100%;\n  }\n  .col-md-push-11 {\n    left: 91.66666667%;\n  }\n  .col-md-push-10 {\n    left: 83.33333333%;\n  }\n  .col-md-push-9 {\n    left: 75%;\n  }\n  .col-md-push-8 {\n    left: 66.66666667%;\n  }\n  .col-md-push-7 {\n    left: 58.33333333%;\n  }\n  .col-md-push-6 {\n    left: 50%;\n  }\n  .col-md-push-5 {\n    left: 41.66666667%;\n  }\n  .col-md-push-4 {\n    left: 33.33333333%;\n  }\n  .col-md-push-3 {\n    left: 25%;\n  }\n  .col-md-push-2 {\n    left: 16.66666667%;\n  }\n  .col-md-push-1 {\n    left: 8.33333333%;\n  }\n  .col-md-push-0 {\n    left: auto;\n  }\n  .col-md-offset-12 {\n    margin-left: 100%;\n  }\n  .col-md-offset-11 {\n    margin-left: 91.66666667%;\n  }\n  .col-md-offset-10 {\n    margin-left: 83.33333333%;\n  }\n  .col-md-offset-9 {\n    margin-left: 75%;\n  }\n  .col-md-offset-8 {\n    margin-left: 66.66666667%;\n  }\n  .col-md-offset-7 {\n    margin-left: 58.33333333%;\n  }\n  .col-md-offset-6 {\n    margin-left: 50%;\n  }\n  .col-md-offset-5 {\n    margin-left: 41.66666667%;\n  }\n  .col-md-offset-4 {\n    margin-left: 33.33333333%;\n  }\n  .col-md-offset-3 {\n    margin-left: 25%;\n  }\n  .col-md-offset-2 {\n    margin-left: 16.66666667%;\n  }\n  .col-md-offset-1 {\n    margin-left: 8.33333333%;\n  }\n  .col-md-offset-0 {\n    margin-left: 0%;\n  }\n}\n@media (min-width: 1200px) {\n  .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 {\n    float: left;\n  }\n  .col-lg-12 {\n    width: 100%;\n  }\n  .col-lg-11 {\n    width: 91.66666667%;\n  }\n  .col-lg-10 {\n    width: 83.33333333%;\n  }\n  .col-lg-9 {\n    width: 75%;\n  }\n  .col-lg-8 {\n    width: 66.66666667%;\n  }\n  .col-lg-7 {\n    width: 58.33333333%;\n  }\n  .col-lg-6 {\n    width: 50%;\n  }\n  .col-lg-5 {\n    width: 41.66666667%;\n  }\n  .col-lg-4 {\n    width: 33.33333333%;\n  }\n  .col-lg-3 {\n    width: 25%;\n  }\n  .col-lg-2 {\n    width: 16.66666667%;\n  }\n  .col-lg-1 {\n    width: 8.33333333%;\n  }\n  .col-lg-pull-12 {\n    right: 100%;\n  }\n  .col-lg-pull-11 {\n    right: 91.66666667%;\n  }\n  .col-lg-pull-10 {\n    right: 83.33333333%;\n  }\n  .col-lg-pull-9 {\n    right: 75%;\n  }\n  .col-lg-pull-8 {\n    right: 66.66666667%;\n  }\n  .col-lg-pull-7 {\n    right: 58.33333333%;\n  }\n  .col-lg-pull-6 {\n    right: 50%;\n  }\n  .col-lg-pull-5 {\n    right: 41.66666667%;\n  }\n  .col-lg-pull-4 {\n    right: 33.33333333%;\n  }\n  .col-lg-pull-3 {\n    right: 25%;\n  }\n  .col-lg-pull-2 {\n    right: 16.66666667%;\n  }\n  .col-lg-pull-1 {\n    right: 8.33333333%;\n  }\n  .col-lg-pull-0 {\n    right: auto;\n  }\n  .col-lg-push-12 {\n    left: 100%;\n  }\n  .col-lg-push-11 {\n    left: 91.66666667%;\n  }\n  .col-lg-push-10 {\n    left: 83.33333333%;\n  }\n  .col-lg-push-9 {\n    left: 75%;\n  }\n  .col-lg-push-8 {\n    left: 66.66666667%;\n  }\n  .col-lg-push-7 {\n    left: 58.33333333%;\n  }\n  .col-lg-push-6 {\n    left: 50%;\n  }\n  .col-lg-push-5 {\n    left: 41.66666667%;\n  }\n  .col-lg-push-4 {\n    left: 33.33333333%;\n  }\n  .col-lg-push-3 {\n    left: 25%;\n  }\n  .col-lg-push-2 {\n    left: 16.66666667%;\n  }\n  .col-lg-push-1 {\n    left: 8.33333333%;\n  }\n  .col-lg-push-0 {\n    left: auto;\n  }\n  .col-lg-offset-12 {\n    margin-left: 100%;\n  }\n  .col-lg-offset-11 {\n    margin-left: 91.66666667%;\n  }\n  .col-lg-offset-10 {\n    margin-left: 83.33333333%;\n  }\n  .col-lg-offset-9 {\n    margin-left: 75%;\n  }\n  .col-lg-offset-8 {\n    margin-left: 66.66666667%;\n  }\n  .col-lg-offset-7 {\n    margin-left: 58.33333333%;\n  }\n  .col-lg-offset-6 {\n    margin-left: 50%;\n  }\n  .col-lg-offset-5 {\n    margin-left: 41.66666667%;\n  }\n  .col-lg-offset-4 {\n    margin-left: 33.33333333%;\n  }\n  .col-lg-offset-3 {\n    margin-left: 25%;\n  }\n  .col-lg-offset-2 {\n    margin-left: 16.66666667%;\n  }\n  .col-lg-offset-1 {\n    margin-left: 8.33333333%;\n  }\n  .col-lg-offset-0 {\n    margin-left: 0%;\n  }\n}\ntable {\n  background-color: transparent;\n}\ncaption {\n  padding-top: 8px;\n  padding-bottom: 8px;\n  color: #777777;\n  text-align: left;\n}\nth {\n  text-align: left;\n}\n.table {\n  width: 100%;\n  max-width: 100%;\n  margin-bottom: 20px;\n}\n.table > thead > tr > th,\n.table > tbody > tr > th,\n.table > tfoot > tr > th,\n.table > thead > tr > td,\n.table > tbody > tr > td,\n.table > tfoot > tr > td {\n  padding: 8px;\n  line-height: 1.42857143;\n  vertical-align: top;\n  border-top: 1px solid #ddd;\n}\n.table > thead > tr > th {\n  vertical-align: bottom;\n  border-bottom: 2px solid #ddd;\n}\n.table > caption + thead > tr:first-child > th,\n.table > colgroup + thead > tr:first-child > th,\n.table > thead:first-child > tr:first-child > th,\n.table > caption + thead > tr:first-child > td,\n.table > colgroup + thead > tr:first-child > td,\n.table > thead:first-child > tr:first-child > td {\n  border-top: 0;\n}\n.table > tbody + tbody {\n  border-top: 2px solid #ddd;\n}\n.table .table {\n  background-color: #fff;\n}\n.table-condensed > thead > tr > th,\n.table-condensed > tbody > tr > th,\n.table-condensed > tfoot > tr > th,\n.table-condensed > thead > tr > td,\n.table-condensed > tbody > tr > td,\n.table-condensed > tfoot > tr > td {\n  padding: 5px;\n}\n.table-bordered {\n  border: 1px solid #ddd;\n}\n.table-bordered > thead > tr > th,\n.table-bordered > tbody > tr > th,\n.table-bordered > tfoot > tr > th,\n.table-bordered > thead > tr > td,\n.table-bordered > tbody > tr > td,\n.table-bordered > tfoot > tr > td {\n  border: 1px solid #ddd;\n}\n.table-bordered > thead > tr > th,\n.table-bordered > thead > tr > td {\n  border-bottom-width: 2px;\n}\n.table-striped > tbody > tr:nth-of-type(odd) {\n  background-color: #f9f9f9;\n}\n.table-hover > tbody > tr:hover {\n  background-color: #f5f5f5;\n}\ntable col[class*=\"col-\"] {\n  position: static;\n  float: none;\n  display: table-column;\n}\ntable td[class*=\"col-\"],\ntable th[class*=\"col-\"] {\n  position: static;\n  float: none;\n  display: table-cell;\n}\n.table > thead > tr > td.active,\n.table > tbody > tr > td.active,\n.table > tfoot > tr > td.active,\n.table > thead > tr > th.active,\n.table > tbody > tr > th.active,\n.table > tfoot > tr > th.active,\n.table > thead > tr.active > td,\n.table > tbody > tr.active > td,\n.table > tfoot > tr.active > td,\n.table > thead > tr.active > th,\n.table > tbody > tr.active > th,\n.table > tfoot > tr.active > th {\n  background-color: #f5f5f5;\n}\n.table-hover > tbody > tr > td.active:hover,\n.table-hover > tbody > tr > th.active:hover,\n.table-hover > tbody > tr.active:hover > td,\n.table-hover > tbody > tr:hover > .active,\n.table-hover > tbody > tr.active:hover > th {\n  background-color: #e8e8e8;\n}\n.table > thead > tr > td.success,\n.table > tbody > tr > td.success,\n.table > tfoot > tr > td.success,\n.table > thead > tr > th.success,\n.table > tbody > tr > th.success,\n.table > tfoot > tr > th.success,\n.table > thead > tr.success > td,\n.table > tbody > tr.success > td,\n.table > tfoot > tr.success > td,\n.table > thead > tr.success > th,\n.table > tbody > tr.success > th,\n.table > tfoot > tr.success > th {\n  background-color: #dff0d8;\n}\n.table-hover > tbody > tr > td.success:hover,\n.table-hover > tbody > tr > th.success:hover,\n.table-hover > tbody > tr.success:hover > td,\n.table-hover > tbody > tr:hover > .success,\n.table-hover > tbody > tr.success:hover > th {\n  background-color: #d0e9c6;\n}\n.table > thead > tr > td.info,\n.table > tbody > tr > td.info,\n.table > tfoot > tr > td.info,\n.table > thead > tr > th.info,\n.table > tbody > tr > th.info,\n.table > tfoot > tr > th.info,\n.table > thead > tr.info > td,\n.table > tbody > tr.info > td,\n.table > tfoot > tr.info > td,\n.table > thead > tr.info > th,\n.table > tbody > tr.info > th,\n.table > tfoot > tr.info > th {\n  background-color: #d9edf7;\n}\n.table-hover > tbody > tr > td.info:hover,\n.table-hover > tbody > tr > th.info:hover,\n.table-hover > tbody > tr.info:hover > td,\n.table-hover > tbody > tr:hover > .info,\n.table-hover > tbody > tr.info:hover > th {\n  background-color: #c4e3f3;\n}\n.table > thead > tr > td.warning,\n.table > tbody > tr > td.warning,\n.table > tfoot > tr > td.warning,\n.table > thead > tr > th.warning,\n.table > tbody > tr > th.warning,\n.table > tfoot > tr > th.warning,\n.table > thead > tr.warning > td,\n.table > tbody > tr.warning > td,\n.table > tfoot > tr.warning > td,\n.table > thead > tr.warning > th,\n.table > tbody > tr.warning > th,\n.table > tfoot > tr.warning > th {\n  background-color: #fcf8e3;\n}\n.table-hover > tbody > tr > td.warning:hover,\n.table-hover > tbody > tr > th.warning:hover,\n.table-hover > tbody > tr.warning:hover > td,\n.table-hover > tbody > tr:hover > .warning,\n.table-hover > tbody > tr.warning:hover > th {\n  background-color: #faf2cc;\n}\n.table > thead > tr > td.danger,\n.table > tbody > tr > td.danger,\n.table > tfoot > tr > td.danger,\n.table > thead > tr > th.danger,\n.table > tbody > tr > th.danger,\n.table > tfoot > tr > th.danger,\n.table > thead > tr.danger > td,\n.table > tbody > tr.danger > td,\n.table > tfoot > tr.danger > td,\n.table > thead > tr.danger > th,\n.table > tbody > tr.danger > th,\n.table > tfoot > tr.danger > th {\n  background-color: #f2dede;\n}\n.table-hover > tbody > tr > td.danger:hover,\n.table-hover > tbody > tr > th.danger:hover,\n.table-hover > tbody > tr.danger:hover > td,\n.table-hover > tbody > tr:hover > .danger,\n.table-hover > tbody > tr.danger:hover > th {\n  background-color: #ebcccc;\n}\n.table-responsive {\n  overflow-x: auto;\n  min-height: 0.01%;\n}\n@media screen and (max-width: 767px) {\n  .table-responsive {\n    width: 100%;\n    margin-bottom: 15px;\n    overflow-y: hidden;\n    -ms-overflow-style: -ms-autohiding-scrollbar;\n    border: 1px solid #ddd;\n  }\n  .table-responsive > .table {\n    margin-bottom: 0;\n  }\n  .table-responsive > .table > thead > tr > th,\n  .table-responsive > .table > tbody > tr > th,\n  .table-responsive > .table > tfoot > tr > th,\n  .table-responsive > .table > thead > tr > td,\n  .table-responsive > .table > tbody > tr > td,\n  .table-responsive > .table > tfoot > tr > td {\n    white-space: nowrap;\n  }\n  .table-responsive > .table-bordered {\n    border: 0;\n  }\n  .table-responsive > .table-bordered > thead > tr > th:first-child,\n  .table-responsive > .table-bordered > tbody > tr > th:first-child,\n  .table-responsive > .table-bordered > tfoot > tr > th:first-child,\n  .table-responsive > .table-bordered > thead > tr > td:first-child,\n  .table-responsive > .table-bordered > tbody > tr > td:first-child,\n  .table-responsive > .table-bordered > tfoot > tr > td:first-child {\n    border-left: 0;\n  }\n  .table-responsive > .table-bordered > thead > tr > th:last-child,\n  .table-responsive > .table-bordered > tbody > tr > th:last-child,\n  .table-responsive > .table-bordered > tfoot > tr > th:last-child,\n  .table-responsive > .table-bordered > thead > tr > td:last-child,\n  .table-responsive > .table-bordered > tbody > tr > td:last-child,\n  .table-responsive > .table-bordered > tfoot > tr > td:last-child {\n    border-right: 0;\n  }\n  .table-responsive > .table-bordered > tbody > tr:last-child > th,\n  .table-responsive > .table-bordered > tfoot > tr:last-child > th,\n  .table-responsive > .table-bordered > tbody > tr:last-child > td,\n  .table-responsive > .table-bordered > tfoot > tr:last-child > td {\n    border-bottom: 0;\n  }\n}\nfieldset {\n  padding: 0;\n  margin: 0;\n  border: 0;\n  min-width: 0;\n}\nlegend {\n  display: block;\n  width: 100%;\n  padding: 0;\n  margin-bottom: 20px;\n  font-size: 21px;\n  line-height: inherit;\n  color: #333333;\n  border: 0;\n  border-bottom: 1px solid #e5e5e5;\n}\nlabel {\n  display: inline-block;\n  max-width: 100%;\n  margin-bottom: 5px;\n  font-weight: bold;\n}\ninput[type=\"search\"] {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n}\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  margin: 4px 0 0;\n  margin-top: 1px \\9;\n  line-height: normal;\n}\ninput[type=\"file\"] {\n  display: block;\n}\ninput[type=\"range\"] {\n  display: block;\n  width: 100%;\n}\nselect[multiple],\nselect[size] {\n  height: auto;\n}\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\noutput {\n  display: block;\n  padding-top: 7px;\n  font-size: 14px;\n  line-height: 1.42857143;\n  color: #555555;\n}\n.form-control {\n  display: block;\n  width: 100%;\n  height: 34px;\n  padding: 6px 12px;\n  font-size: 14px;\n  line-height: 1.42857143;\n  color: #555555;\n  background-color: #fff;\n  background-image: none;\n  border: 1px solid #ccc;\n  border-radius: 4px;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n}\n.form-control:focus {\n  border-color: #66afe9;\n  outline: 0;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);\n  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);\n}\n.form-control::-moz-placeholder {\n  color: #999;\n  opacity: 1;\n}\n.form-control:-ms-input-placeholder {\n  color: #999;\n}\n.form-control::-webkit-input-placeholder {\n  color: #999;\n}\n.form-control::-ms-expand {\n  border: 0;\n  background-color: transparent;\n}\n.form-control[disabled],\n.form-control[readonly],\nfieldset[disabled] .form-control {\n  background-color: #eeeeee;\n  opacity: 1;\n}\n.form-control[disabled],\nfieldset[disabled] .form-control {\n  cursor: not-allowed;\n}\ntextarea.form-control {\n  height: auto;\n}\ninput[type=\"search\"] {\n  -webkit-appearance: none;\n}\n@media screen and (-webkit-min-device-pixel-ratio: 0) {\n  input[type=\"date\"].form-control,\n  input[type=\"time\"].form-control,\n  input[type=\"datetime-local\"].form-control,\n  input[type=\"month\"].form-control {\n    line-height: 34px;\n  }\n  input[type=\"date\"].input-sm,\n  input[type=\"time\"].input-sm,\n  input[type=\"datetime-local\"].input-sm,\n  input[type=\"month\"].input-sm,\n  .input-group-sm input[type=\"date\"],\n  .input-group-sm input[type=\"time\"],\n  .input-group-sm input[type=\"datetime-local\"],\n  .input-group-sm input[type=\"month\"] {\n    line-height: 30px;\n  }\n  input[type=\"date\"].input-lg,\n  input[type=\"time\"].input-lg,\n  input[type=\"datetime-local\"].input-lg,\n  input[type=\"month\"].input-lg,\n  .input-group-lg input[type=\"date\"],\n  .input-group-lg input[type=\"time\"],\n  .input-group-lg input[type=\"datetime-local\"],\n  .input-group-lg input[type=\"month\"] {\n    line-height: 46px;\n  }\n}\n.form-group {\n  margin-bottom: 15px;\n}\n.radio,\n.checkbox {\n  position: relative;\n  display: block;\n  margin-top: 10px;\n  margin-bottom: 10px;\n}\n.radio label,\n.checkbox label {\n  min-height: 20px;\n  padding-left: 20px;\n  margin-bottom: 0;\n  font-weight: normal;\n  cursor: pointer;\n}\n.radio input[type=\"radio\"],\n.radio-inline input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"],\n.checkbox-inline input[type=\"checkbox\"] {\n  position: absolute;\n  margin-left: -20px;\n  margin-top: 4px \\9;\n}\n.radio + .radio,\n.checkbox + .checkbox {\n  margin-top: -5px;\n}\n.radio-inline,\n.checkbox-inline {\n  position: relative;\n  display: inline-block;\n  padding-left: 20px;\n  margin-bottom: 0;\n  vertical-align: middle;\n  font-weight: normal;\n  cursor: pointer;\n}\n.radio-inline + .radio-inline,\n.checkbox-inline + .checkbox-inline {\n  margin-top: 0;\n  margin-left: 10px;\n}\ninput[type=\"radio\"][disabled],\ninput[type=\"checkbox\"][disabled],\ninput[type=\"radio\"].disabled,\ninput[type=\"checkbox\"].disabled,\nfieldset[disabled] input[type=\"radio\"],\nfieldset[disabled] input[type=\"checkbox\"] {\n  cursor: not-allowed;\n}\n.radio-inline.disabled,\n.checkbox-inline.disabled,\nfieldset[disabled] .radio-inline,\nfieldset[disabled] .checkbox-inline {\n  cursor: not-allowed;\n}\n.radio.disabled label,\n.checkbox.disabled label,\nfieldset[disabled] .radio label,\nfieldset[disabled] .checkbox label {\n  cursor: not-allowed;\n}\n.form-control-static {\n  padding-top: 7px;\n  padding-bottom: 7px;\n  margin-bottom: 0;\n  min-height: 34px;\n}\n.form-control-static.input-lg,\n.form-control-static.input-sm {\n  padding-left: 0;\n  padding-right: 0;\n}\n.input-sm {\n  height: 30px;\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\nselect.input-sm {\n  height: 30px;\n  line-height: 30px;\n}\ntextarea.input-sm,\nselect[multiple].input-sm {\n  height: auto;\n}\n.form-group-sm .form-control {\n  height: 30px;\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\n.form-group-sm select.form-control {\n  height: 30px;\n  line-height: 30px;\n}\n.form-group-sm textarea.form-control,\n.form-group-sm select[multiple].form-control {\n  height: auto;\n}\n.form-group-sm .form-control-static {\n  height: 30px;\n  min-height: 32px;\n  padding: 6px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n}\n.input-lg {\n  height: 46px;\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n  border-radius: 6px;\n}\nselect.input-lg {\n  height: 46px;\n  line-height: 46px;\n}\ntextarea.input-lg,\nselect[multiple].input-lg {\n  height: auto;\n}\n.form-group-lg .form-control {\n  height: 46px;\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n  border-radius: 6px;\n}\n.form-group-lg select.form-control {\n  height: 46px;\n  line-height: 46px;\n}\n.form-group-lg textarea.form-control,\n.form-group-lg select[multiple].form-control {\n  height: auto;\n}\n.form-group-lg .form-control-static {\n  height: 46px;\n  min-height: 38px;\n  padding: 11px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n}\n.has-feedback {\n  position: relative;\n}\n.has-feedback .form-control {\n  padding-right: 42.5px;\n}\n.form-control-feedback {\n  position: absolute;\n  top: 0;\n  right: 0;\n  z-index: 2;\n  display: block;\n  width: 34px;\n  height: 34px;\n  line-height: 34px;\n  text-align: center;\n  pointer-events: none;\n}\n.input-lg + .form-control-feedback,\n.input-group-lg + .form-control-feedback,\n.form-group-lg .form-control + .form-control-feedback {\n  width: 46px;\n  height: 46px;\n  line-height: 46px;\n}\n.input-sm + .form-control-feedback,\n.input-group-sm + .form-control-feedback,\n.form-group-sm .form-control + .form-control-feedback {\n  width: 30px;\n  height: 30px;\n  line-height: 30px;\n}\n.has-success .help-block,\n.has-success .control-label,\n.has-success .radio,\n.has-success .checkbox,\n.has-success .radio-inline,\n.has-success .checkbox-inline,\n.has-success.radio label,\n.has-success.checkbox label,\n.has-success.radio-inline label,\n.has-success.checkbox-inline label {\n  color: #3c763d;\n}\n.has-success .form-control {\n  border-color: #3c763d;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.has-success .form-control:focus {\n  border-color: #2b542c;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;\n}\n.has-success .input-group-addon {\n  color: #3c763d;\n  border-color: #3c763d;\n  background-color: #dff0d8;\n}\n.has-success .form-control-feedback {\n  color: #3c763d;\n}\n.has-warning .help-block,\n.has-warning .control-label,\n.has-warning .radio,\n.has-warning .checkbox,\n.has-warning .radio-inline,\n.has-warning .checkbox-inline,\n.has-warning.radio label,\n.has-warning.checkbox label,\n.has-warning.radio-inline label,\n.has-warning.checkbox-inline label {\n  color: #8a6d3b;\n}\n.has-warning .form-control {\n  border-color: #8a6d3b;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.has-warning .form-control:focus {\n  border-color: #66512c;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;\n}\n.has-warning .input-group-addon {\n  color: #8a6d3b;\n  border-color: #8a6d3b;\n  background-color: #fcf8e3;\n}\n.has-warning .form-control-feedback {\n  color: #8a6d3b;\n}\n.has-error .help-block,\n.has-error .control-label,\n.has-error .radio,\n.has-error .checkbox,\n.has-error .radio-inline,\n.has-error .checkbox-inline,\n.has-error.radio label,\n.has-error.checkbox label,\n.has-error.radio-inline label,\n.has-error.checkbox-inline label {\n  color: #a94442;\n}\n.has-error .form-control {\n  border-color: #a94442;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.has-error .form-control:focus {\n  border-color: #843534;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;\n}\n.has-error .input-group-addon {\n  color: #a94442;\n  border-color: #a94442;\n  background-color: #f2dede;\n}\n.has-error .form-control-feedback {\n  color: #a94442;\n}\n.has-feedback label ~ .form-control-feedback {\n  top: 25px;\n}\n.has-feedback label.sr-only ~ .form-control-feedback {\n  top: 0;\n}\n.help-block {\n  display: block;\n  margin-top: 5px;\n  margin-bottom: 10px;\n  color: #737373;\n}\n@media (min-width: 768px) {\n  .form-inline .form-group {\n    display: inline-block;\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .form-inline .form-control {\n    display: inline-block;\n    width: auto;\n    vertical-align: middle;\n  }\n  .form-inline .form-control-static {\n    display: inline-block;\n  }\n  .form-inline .input-group {\n    display: inline-table;\n    vertical-align: middle;\n  }\n  .form-inline .input-group .input-group-addon,\n  .form-inline .input-group .input-group-btn,\n  .form-inline .input-group .form-control {\n    width: auto;\n  }\n  .form-inline .input-group > .form-control {\n    width: 100%;\n  }\n  .form-inline .control-label {\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .form-inline .radio,\n  .form-inline .checkbox {\n    display: inline-block;\n    margin-top: 0;\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .form-inline .radio label,\n  .form-inline .checkbox label {\n    padding-left: 0;\n  }\n  .form-inline .radio input[type=\"radio\"],\n  .form-inline .checkbox input[type=\"checkbox\"] {\n    position: relative;\n    margin-left: 0;\n  }\n  .form-inline .has-feedback .form-control-feedback {\n    top: 0;\n  }\n}\n.form-horizontal .radio,\n.form-horizontal .checkbox,\n.form-horizontal .radio-inline,\n.form-horizontal .checkbox-inline {\n  margin-top: 0;\n  margin-bottom: 0;\n  padding-top: 7px;\n}\n.form-horizontal .radio,\n.form-horizontal .checkbox {\n  min-height: 27px;\n}\n.form-horizontal .form-group {\n  margin-left: -15px;\n  margin-right: -15px;\n}\n@media (min-width: 768px) {\n  .form-horizontal .control-label {\n    text-align: right;\n    margin-bottom: 0;\n    padding-top: 7px;\n  }\n}\n.form-horizontal .has-feedback .form-control-feedback {\n  right: 15px;\n}\n@media (min-width: 768px) {\n  .form-horizontal .form-group-lg .control-label {\n    padding-top: 11px;\n    font-size: 18px;\n  }\n}\n@media (min-width: 768px) {\n  .form-horizontal .form-group-sm .control-label {\n    padding-top: 6px;\n    font-size: 12px;\n  }\n}\n.btn {\n  display: inline-block;\n  margin-bottom: 0;\n  font-weight: normal;\n  text-align: center;\n  vertical-align: middle;\n  touch-action: manipulation;\n  cursor: pointer;\n  background-image: none;\n  border: 1px solid transparent;\n  white-space: nowrap;\n  padding: 6px 12px;\n  font-size: 14px;\n  line-height: 1.42857143;\n  border-radius: 4px;\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  user-select: none;\n}\n.btn:focus,\n.btn:active:focus,\n.btn.active:focus,\n.btn.focus,\n.btn:active.focus,\n.btn.active.focus {\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n.btn:hover,\n.btn:focus,\n.btn.focus {\n  color: #333;\n  text-decoration: none;\n}\n.btn:active,\n.btn.active {\n  outline: 0;\n  background-image: none;\n  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n.btn.disabled,\n.btn[disabled],\nfieldset[disabled] .btn {\n  cursor: not-allowed;\n  opacity: 0.65;\n  filter: alpha(opacity=65);\n  -webkit-box-shadow: none;\n  box-shadow: none;\n}\na.btn.disabled,\nfieldset[disabled] a.btn {\n  pointer-events: none;\n}\n.btn-default {\n  color: #333;\n  background-color: #fff;\n  border-color: #ccc;\n}\n.btn-default:focus,\n.btn-default.focus {\n  color: #333;\n  background-color: #e6e6e6;\n  border-color: #8c8c8c;\n}\n.btn-default:hover {\n  color: #333;\n  background-color: #e6e6e6;\n  border-color: #adadad;\n}\n.btn-default:active,\n.btn-default.active,\n.open > .dropdown-toggle.btn-default {\n  color: #333;\n  background-color: #e6e6e6;\n  border-color: #adadad;\n}\n.btn-default:active:hover,\n.btn-default.active:hover,\n.open > .dropdown-toggle.btn-default:hover,\n.btn-default:active:focus,\n.btn-default.active:focus,\n.open > .dropdown-toggle.btn-default:focus,\n.btn-default:active.focus,\n.btn-default.active.focus,\n.open > .dropdown-toggle.btn-default.focus {\n  color: #333;\n  background-color: #d4d4d4;\n  border-color: #8c8c8c;\n}\n.btn-default:active,\n.btn-default.active,\n.open > .dropdown-toggle.btn-default {\n  background-image: none;\n}\n.btn-default.disabled:hover,\n.btn-default[disabled]:hover,\nfieldset[disabled] .btn-default:hover,\n.btn-default.disabled:focus,\n.btn-default[disabled]:focus,\nfieldset[disabled] .btn-default:focus,\n.btn-default.disabled.focus,\n.btn-default[disabled].focus,\nfieldset[disabled] .btn-default.focus {\n  background-color: #fff;\n  border-color: #ccc;\n}\n.btn-default .badge {\n  color: #fff;\n  background-color: #333;\n}\n.btn-primary {\n  color: #fff;\n  background-color: #337ab7;\n  border-color: #2e6da4;\n}\n.btn-primary:focus,\n.btn-primary.focus {\n  color: #fff;\n  background-color: #286090;\n  border-color: #122b40;\n}\n.btn-primary:hover {\n  color: #fff;\n  background-color: #286090;\n  border-color: #204d74;\n}\n.btn-primary:active,\n.btn-primary.active,\n.open > .dropdown-toggle.btn-primary {\n  color: #fff;\n  background-color: #286090;\n  border-color: #204d74;\n}\n.btn-primary:active:hover,\n.btn-primary.active:hover,\n.open > .dropdown-toggle.btn-primary:hover,\n.btn-primary:active:focus,\n.btn-primary.active:focus,\n.open > .dropdown-toggle.btn-primary:focus,\n.btn-primary:active.focus,\n.btn-primary.active.focus,\n.open > .dropdown-toggle.btn-primary.focus {\n  color: #fff;\n  background-color: #204d74;\n  border-color: #122b40;\n}\n.btn-primary:active,\n.btn-primary.active,\n.open > .dropdown-toggle.btn-primary {\n  background-image: none;\n}\n.btn-primary.disabled:hover,\n.btn-primary[disabled]:hover,\nfieldset[disabled] .btn-primary:hover,\n.btn-primary.disabled:focus,\n.btn-primary[disabled]:focus,\nfieldset[disabled] .btn-primary:focus,\n.btn-primary.disabled.focus,\n.btn-primary[disabled].focus,\nfieldset[disabled] .btn-primary.focus {\n  background-color: #337ab7;\n  border-color: #2e6da4;\n}\n.btn-primary .badge {\n  color: #337ab7;\n  background-color: #fff;\n}\n.btn-success {\n  color: #fff;\n  background-color: #5cb85c;\n  border-color: #4cae4c;\n}\n.btn-success:focus,\n.btn-success.focus {\n  color: #fff;\n  background-color: #449d44;\n  border-color: #255625;\n}\n.btn-success:hover {\n  color: #fff;\n  background-color: #449d44;\n  border-color: #398439;\n}\n.btn-success:active,\n.btn-success.active,\n.open > .dropdown-toggle.btn-success {\n  color: #fff;\n  background-color: #449d44;\n  border-color: #398439;\n}\n.btn-success:active:hover,\n.btn-success.active:hover,\n.open > .dropdown-toggle.btn-success:hover,\n.btn-success:active:focus,\n.btn-success.active:focus,\n.open > .dropdown-toggle.btn-success:focus,\n.btn-success:active.focus,\n.btn-success.active.focus,\n.open > .dropdown-toggle.btn-success.focus {\n  color: #fff;\n  background-color: #398439;\n  border-color: #255625;\n}\n.btn-success:active,\n.btn-success.active,\n.open > .dropdown-toggle.btn-success {\n  background-image: none;\n}\n.btn-success.disabled:hover,\n.btn-success[disabled]:hover,\nfieldset[disabled] .btn-success:hover,\n.btn-success.disabled:focus,\n.btn-success[disabled]:focus,\nfieldset[disabled] .btn-success:focus,\n.btn-success.disabled.focus,\n.btn-success[disabled].focus,\nfieldset[disabled] .btn-success.focus {\n  background-color: #5cb85c;\n  border-color: #4cae4c;\n}\n.btn-success .badge {\n  color: #5cb85c;\n  background-color: #fff;\n}\n.btn-info {\n  color: #fff;\n  background-color: #5bc0de;\n  border-color: #46b8da;\n}\n.btn-info:focus,\n.btn-info.focus {\n  color: #fff;\n  background-color: #31b0d5;\n  border-color: #1b6d85;\n}\n.btn-info:hover {\n  color: #fff;\n  background-color: #31b0d5;\n  border-color: #269abc;\n}\n.btn-info:active,\n.btn-info.active,\n.open > .dropdown-toggle.btn-info {\n  color: #fff;\n  background-color: #31b0d5;\n  border-color: #269abc;\n}\n.btn-info:active:hover,\n.btn-info.active:hover,\n.open > .dropdown-toggle.btn-info:hover,\n.btn-info:active:focus,\n.btn-info.active:focus,\n.open > .dropdown-toggle.btn-info:focus,\n.btn-info:active.focus,\n.btn-info.active.focus,\n.open > .dropdown-toggle.btn-info.focus {\n  color: #fff;\n  background-color: #269abc;\n  border-color: #1b6d85;\n}\n.btn-info:active,\n.btn-info.active,\n.open > .dropdown-toggle.btn-info {\n  background-image: none;\n}\n.btn-info.disabled:hover,\n.btn-info[disabled]:hover,\nfieldset[disabled] .btn-info:hover,\n.btn-info.disabled:focus,\n.btn-info[disabled]:focus,\nfieldset[disabled] .btn-info:focus,\n.btn-info.disabled.focus,\n.btn-info[disabled].focus,\nfieldset[disabled] .btn-info.focus {\n  background-color: #5bc0de;\n  border-color: #46b8da;\n}\n.btn-info .badge {\n  color: #5bc0de;\n  background-color: #fff;\n}\n.btn-warning {\n  color: #fff;\n  background-color: #f0ad4e;\n  border-color: #eea236;\n}\n.btn-warning:focus,\n.btn-warning.focus {\n  color: #fff;\n  background-color: #ec971f;\n  border-color: #985f0d;\n}\n.btn-warning:hover {\n  color: #fff;\n  background-color: #ec971f;\n  border-color: #d58512;\n}\n.btn-warning:active,\n.btn-warning.active,\n.open > .dropdown-toggle.btn-warning {\n  color: #fff;\n  background-color: #ec971f;\n  border-color: #d58512;\n}\n.btn-warning:active:hover,\n.btn-warning.active:hover,\n.open > .dropdown-toggle.btn-warning:hover,\n.btn-warning:active:focus,\n.btn-warning.active:focus,\n.open > .dropdown-toggle.btn-warning:focus,\n.btn-warning:active.focus,\n.btn-warning.active.focus,\n.open > .dropdown-toggle.btn-warning.focus {\n  color: #fff;\n  background-color: #d58512;\n  border-color: #985f0d;\n}\n.btn-warning:active,\n.btn-warning.active,\n.open > .dropdown-toggle.btn-warning {\n  background-image: none;\n}\n.btn-warning.disabled:hover,\n.btn-warning[disabled]:hover,\nfieldset[disabled] .btn-warning:hover,\n.btn-warning.disabled:focus,\n.btn-warning[disabled]:focus,\nfieldset[disabled] .btn-warning:focus,\n.btn-warning.disabled.focus,\n.btn-warning[disabled].focus,\nfieldset[disabled] .btn-warning.focus {\n  background-color: #f0ad4e;\n  border-color: #eea236;\n}\n.btn-warning .badge {\n  color: #f0ad4e;\n  background-color: #fff;\n}\n.btn-danger {\n  color: #fff;\n  background-color: #d9534f;\n  border-color: #d43f3a;\n}\n.btn-danger:focus,\n.btn-danger.focus {\n  color: #fff;\n  background-color: #c9302c;\n  border-color: #761c19;\n}\n.btn-danger:hover {\n  color: #fff;\n  background-color: #c9302c;\n  border-color: #ac2925;\n}\n.btn-danger:active,\n.btn-danger.active,\n.open > .dropdown-toggle.btn-danger {\n  color: #fff;\n  background-color: #c9302c;\n  border-color: #ac2925;\n}\n.btn-danger:active:hover,\n.btn-danger.active:hover,\n.open > .dropdown-toggle.btn-danger:hover,\n.btn-danger:active:focus,\n.btn-danger.active:focus,\n.open > .dropdown-toggle.btn-danger:focus,\n.btn-danger:active.focus,\n.btn-danger.active.focus,\n.open > .dropdown-toggle.btn-danger.focus {\n  color: #fff;\n  background-color: #ac2925;\n  border-color: #761c19;\n}\n.btn-danger:active,\n.btn-danger.active,\n.open > .dropdown-toggle.btn-danger {\n  background-image: none;\n}\n.btn-danger.disabled:hover,\n.btn-danger[disabled]:hover,\nfieldset[disabled] .btn-danger:hover,\n.btn-danger.disabled:focus,\n.btn-danger[disabled]:focus,\nfieldset[disabled] .btn-danger:focus,\n.btn-danger.disabled.focus,\n.btn-danger[disabled].focus,\nfieldset[disabled] .btn-danger.focus {\n  background-color: #d9534f;\n  border-color: #d43f3a;\n}\n.btn-danger .badge {\n  color: #d9534f;\n  background-color: #fff;\n}\n.btn-link {\n  color: #337ab7;\n  font-weight: normal;\n  border-radius: 0;\n}\n.btn-link,\n.btn-link:active,\n.btn-link.active,\n.btn-link[disabled],\nfieldset[disabled] .btn-link {\n  background-color: transparent;\n  -webkit-box-shadow: none;\n  box-shadow: none;\n}\n.btn-link,\n.btn-link:hover,\n.btn-link:focus,\n.btn-link:active {\n  border-color: transparent;\n}\n.btn-link:hover,\n.btn-link:focus {\n  color: #23527c;\n  text-decoration: underline;\n  background-color: transparent;\n}\n.btn-link[disabled]:hover,\nfieldset[disabled] .btn-link:hover,\n.btn-link[disabled]:focus,\nfieldset[disabled] .btn-link:focus {\n  color: #777777;\n  text-decoration: none;\n}\n.btn-lg,\n.btn-group-lg > .btn {\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n  border-radius: 6px;\n}\n.btn-sm,\n.btn-group-sm > .btn {\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\n.btn-xs,\n.btn-group-xs > .btn {\n  padding: 1px 5px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\n.btn-block {\n  display: block;\n  width: 100%;\n}\n.btn-block + .btn-block {\n  margin-top: 5px;\n}\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n  width: 100%;\n}\n.fade {\n  opacity: 0;\n  -webkit-transition: opacity 0.15s linear;\n  -o-transition: opacity 0.15s linear;\n  transition: opacity 0.15s linear;\n}\n.fade.in {\n  opacity: 1;\n}\n.collapse {\n  display: none;\n}\n.collapse.in {\n  display: block;\n}\ntr.collapse.in {\n  display: table-row;\n}\ntbody.collapse.in {\n  display: table-row-group;\n}\n.collapsing {\n  position: relative;\n  height: 0;\n  overflow: hidden;\n  -webkit-transition-property: height, visibility;\n  transition-property: height, visibility;\n  -webkit-transition-duration: 0.35s;\n  transition-duration: 0.35s;\n  -webkit-transition-timing-function: ease;\n  transition-timing-function: ease;\n}\n.caret {\n  display: inline-block;\n  width: 0;\n  height: 0;\n  margin-left: 2px;\n  vertical-align: middle;\n  border-top: 4px dashed;\n  border-top: 4px solid \\9;\n  border-right: 4px solid transparent;\n  border-left: 4px solid transparent;\n}\n.dropup,\n.dropdown {\n  position: relative;\n}\n.dropdown-toggle:focus {\n  outline: 0;\n}\n.dropdown-menu {\n  position: absolute;\n  top: 100%;\n  left: 0;\n  z-index: 1000;\n  display: none;\n  float: left;\n  min-width: 160px;\n  padding: 5px 0;\n  margin: 2px 0 0;\n  list-style: none;\n  font-size: 14px;\n  text-align: left;\n  background-color: #fff;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0, 0, 0, 0.15);\n  border-radius: 4px;\n  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);\n  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);\n  background-clip: padding-box;\n}\n.dropdown-menu.pull-right {\n  right: 0;\n  left: auto;\n}\n.dropdown-menu .divider {\n  height: 1px;\n  margin: 9px 0;\n  overflow: hidden;\n  background-color: #e5e5e5;\n}\n.dropdown-menu > li > a {\n  display: block;\n  padding: 3px 20px;\n  clear: both;\n  font-weight: normal;\n  line-height: 1.42857143;\n  color: #333333;\n  white-space: nowrap;\n}\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n  text-decoration: none;\n  color: #262626;\n  background-color: #f5f5f5;\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu > .active > a:focus {\n  color: #fff;\n  text-decoration: none;\n  outline: 0;\n  background-color: #337ab7;\n}\n.dropdown-menu > .disabled > a,\n.dropdown-menu > .disabled > a:hover,\n.dropdown-menu > .disabled > a:focus {\n  color: #777777;\n}\n.dropdown-menu > .disabled > a:hover,\n.dropdown-menu > .disabled > a:focus {\n  text-decoration: none;\n  background-color: transparent;\n  background-image: none;\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n  cursor: not-allowed;\n}\n.open > .dropdown-menu {\n  display: block;\n}\n.open > a {\n  outline: 0;\n}\n.dropdown-menu-right {\n  left: auto;\n  right: 0;\n}\n.dropdown-menu-left {\n  left: 0;\n  right: auto;\n}\n.dropdown-header {\n  display: block;\n  padding: 3px 20px;\n  font-size: 12px;\n  line-height: 1.42857143;\n  color: #777777;\n  white-space: nowrap;\n}\n.dropdown-backdrop {\n  position: fixed;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  top: 0;\n  z-index: 990;\n}\n.pull-right > .dropdown-menu {\n  right: 0;\n  left: auto;\n}\n.dropup .caret,\n.navbar-fixed-bottom .dropdown .caret {\n  border-top: 0;\n  border-bottom: 4px dashed;\n  border-bottom: 4px solid \\9;\n  content: \"\";\n}\n.dropup .dropdown-menu,\n.navbar-fixed-bottom .dropdown .dropdown-menu {\n  top: auto;\n  bottom: 100%;\n  margin-bottom: 2px;\n}\n@media (min-width: 768px) {\n  .navbar-right .dropdown-menu {\n    left: auto;\n    right: 0;\n  }\n  .navbar-right .dropdown-menu-left {\n    left: 0;\n    right: auto;\n  }\n}\n.btn-group,\n.btn-group-vertical {\n  position: relative;\n  display: inline-block;\n  vertical-align: middle;\n}\n.btn-group > .btn,\n.btn-group-vertical > .btn {\n  position: relative;\n  float: left;\n}\n.btn-group > .btn:hover,\n.btn-group-vertical > .btn:hover,\n.btn-group > .btn:focus,\n.btn-group-vertical > .btn:focus,\n.btn-group > .btn:active,\n.btn-group-vertical > .btn:active,\n.btn-group > .btn.active,\n.btn-group-vertical > .btn.active {\n  z-index: 2;\n}\n.btn-group .btn + .btn,\n.btn-group .btn + .btn-group,\n.btn-group .btn-group + .btn,\n.btn-group .btn-group + .btn-group {\n  margin-left: -1px;\n}\n.btn-toolbar {\n  margin-left: -5px;\n}\n.btn-toolbar .btn,\n.btn-toolbar .btn-group,\n.btn-toolbar .input-group {\n  float: left;\n}\n.btn-toolbar > .btn,\n.btn-toolbar > .btn-group,\n.btn-toolbar > .input-group {\n  margin-left: 5px;\n}\n.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {\n  border-radius: 0;\n}\n.btn-group > .btn:first-child {\n  margin-left: 0;\n}\n.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {\n  border-bottom-right-radius: 0;\n  border-top-right-radius: 0;\n}\n.btn-group > .btn:last-child:not(:first-child),\n.btn-group > .dropdown-toggle:not(:first-child) {\n  border-bottom-left-radius: 0;\n  border-top-left-radius: 0;\n}\n.btn-group > .btn-group {\n  float: left;\n}\n.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {\n  border-radius: 0;\n}\n.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,\n.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n  border-bottom-right-radius: 0;\n  border-top-right-radius: 0;\n}\n.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {\n  border-bottom-left-radius: 0;\n  border-top-left-radius: 0;\n}\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n  outline: 0;\n}\n.btn-group > .btn + .dropdown-toggle {\n  padding-left: 8px;\n  padding-right: 8px;\n}\n.btn-group > .btn-lg + .dropdown-toggle {\n  padding-left: 12px;\n  padding-right: 12px;\n}\n.btn-group.open .dropdown-toggle {\n  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n.btn-group.open .dropdown-toggle.btn-link {\n  -webkit-box-shadow: none;\n  box-shadow: none;\n}\n.btn .caret {\n  margin-left: 0;\n}\n.btn-lg .caret {\n  border-width: 5px 5px 0;\n  border-bottom-width: 0;\n}\n.dropup .btn-lg .caret {\n  border-width: 0 5px 5px;\n}\n.btn-group-vertical > .btn,\n.btn-group-vertical > .btn-group,\n.btn-group-vertical > .btn-group > .btn {\n  display: block;\n  float: none;\n  width: 100%;\n  max-width: 100%;\n}\n.btn-group-vertical > .btn-group > .btn {\n  float: none;\n}\n.btn-group-vertical > .btn + .btn,\n.btn-group-vertical > .btn + .btn-group,\n.btn-group-vertical > .btn-group + .btn,\n.btn-group-vertical > .btn-group + .btn-group {\n  margin-top: -1px;\n  margin-left: 0;\n}\n.btn-group-vertical > .btn:not(:first-child):not(:last-child) {\n  border-radius: 0;\n}\n.btn-group-vertical > .btn:first-child:not(:last-child) {\n  border-top-right-radius: 4px;\n  border-top-left-radius: 4px;\n  border-bottom-right-radius: 0;\n  border-bottom-left-radius: 0;\n}\n.btn-group-vertical > .btn:last-child:not(:first-child) {\n  border-top-right-radius: 0;\n  border-top-left-radius: 0;\n  border-bottom-right-radius: 4px;\n  border-bottom-left-radius: 4px;\n}\n.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {\n  border-radius: 0;\n}\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n  border-bottom-right-radius: 0;\n  border-bottom-left-radius: 0;\n}\n.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {\n  border-top-right-radius: 0;\n  border-top-left-radius: 0;\n}\n.btn-group-justified {\n  display: table;\n  width: 100%;\n  table-layout: fixed;\n  border-collapse: separate;\n}\n.btn-group-justified > .btn,\n.btn-group-justified > .btn-group {\n  float: none;\n  display: table-cell;\n  width: 1%;\n}\n.btn-group-justified > .btn-group .btn {\n  width: 100%;\n}\n.btn-group-justified > .btn-group .dropdown-menu {\n  left: auto;\n}\n[data-toggle=\"buttons\"] > .btn input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn input[type=\"checkbox\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"checkbox\"] {\n  position: absolute;\n  clip: rect(0, 0, 0, 0);\n  pointer-events: none;\n}\n.input-group {\n  position: relative;\n  display: table;\n  border-collapse: separate;\n}\n.input-group[class*=\"col-\"] {\n  float: none;\n  padding-left: 0;\n  padding-right: 0;\n}\n.input-group .form-control {\n  position: relative;\n  z-index: 2;\n  float: left;\n  width: 100%;\n  margin-bottom: 0;\n}\n.input-group .form-control:focus {\n  z-index: 3;\n}\n.input-group-lg > .form-control,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .btn {\n  height: 46px;\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n  border-radius: 6px;\n}\nselect.input-group-lg > .form-control,\nselect.input-group-lg > .input-group-addon,\nselect.input-group-lg > .input-group-btn > .btn {\n  height: 46px;\n  line-height: 46px;\n}\ntextarea.input-group-lg > .form-control,\ntextarea.input-group-lg > .input-group-addon,\ntextarea.input-group-lg > .input-group-btn > .btn,\nselect[multiple].input-group-lg > .form-control,\nselect[multiple].input-group-lg > .input-group-addon,\nselect[multiple].input-group-lg > .input-group-btn > .btn {\n  height: auto;\n}\n.input-group-sm > .form-control,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .btn {\n  height: 30px;\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\nselect.input-group-sm > .form-control,\nselect.input-group-sm > .input-group-addon,\nselect.input-group-sm > .input-group-btn > .btn {\n  height: 30px;\n  line-height: 30px;\n}\ntextarea.input-group-sm > .form-control,\ntextarea.input-group-sm > .input-group-addon,\ntextarea.input-group-sm > .input-group-btn > .btn,\nselect[multiple].input-group-sm > .form-control,\nselect[multiple].input-group-sm > .input-group-addon,\nselect[multiple].input-group-sm > .input-group-btn > .btn {\n  height: auto;\n}\n.input-group-addon,\n.input-group-btn,\n.input-group .form-control {\n  display: table-cell;\n}\n.input-group-addon:not(:first-child):not(:last-child),\n.input-group-btn:not(:first-child):not(:last-child),\n.input-group .form-control:not(:first-child):not(:last-child) {\n  border-radius: 0;\n}\n.input-group-addon,\n.input-group-btn {\n  width: 1%;\n  white-space: nowrap;\n  vertical-align: middle;\n}\n.input-group-addon {\n  padding: 6px 12px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1;\n  color: #555555;\n  text-align: center;\n  background-color: #eeeeee;\n  border: 1px solid #ccc;\n  border-radius: 4px;\n}\n.input-group-addon.input-sm {\n  padding: 5px 10px;\n  font-size: 12px;\n  border-radius: 3px;\n}\n.input-group-addon.input-lg {\n  padding: 10px 16px;\n  font-size: 18px;\n  border-radius: 6px;\n}\n.input-group-addon input[type=\"radio\"],\n.input-group-addon input[type=\"checkbox\"] {\n  margin-top: 0;\n}\n.input-group .form-control:first-child,\n.input-group-addon:first-child,\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group > .btn,\n.input-group-btn:first-child > .dropdown-toggle,\n.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {\n  border-bottom-right-radius: 0;\n  border-top-right-radius: 0;\n}\n.input-group-addon:first-child {\n  border-right: 0;\n}\n.input-group .form-control:last-child,\n.input-group-addon:last-child,\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group > .btn,\n.input-group-btn:last-child > .dropdown-toggle,\n.input-group-btn:first-child > .btn:not(:first-child),\n.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {\n  border-bottom-left-radius: 0;\n  border-top-left-radius: 0;\n}\n.input-group-addon:last-child {\n  border-left: 0;\n}\n.input-group-btn {\n  position: relative;\n  font-size: 0;\n  white-space: nowrap;\n}\n.input-group-btn > .btn {\n  position: relative;\n}\n.input-group-btn > .btn + .btn {\n  margin-left: -1px;\n}\n.input-group-btn > .btn:hover,\n.input-group-btn > .btn:focus,\n.input-group-btn > .btn:active {\n  z-index: 2;\n}\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group {\n  margin-right: -1px;\n}\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group {\n  z-index: 2;\n  margin-left: -1px;\n}\n.nav {\n  margin-bottom: 0;\n  padding-left: 0;\n  list-style: none;\n}\n.nav > li {\n  position: relative;\n  display: block;\n}\n.nav > li > a {\n  position: relative;\n  display: block;\n  padding: 10px 15px;\n}\n.nav > li > a:hover,\n.nav > li > a:focus {\n  text-decoration: none;\n  background-color: #eeeeee;\n}\n.nav > li.disabled > a {\n  color: #777777;\n}\n.nav > li.disabled > a:hover,\n.nav > li.disabled > a:focus {\n  color: #777777;\n  text-decoration: none;\n  background-color: transparent;\n  cursor: not-allowed;\n}\n.nav .open > a,\n.nav .open > a:hover,\n.nav .open > a:focus {\n  background-color: #eeeeee;\n  border-color: #337ab7;\n}\n.nav .nav-divider {\n  height: 1px;\n  margin: 9px 0;\n  overflow: hidden;\n  background-color: #e5e5e5;\n}\n.nav > li > a > img {\n  max-width: none;\n}\n.nav-tabs {\n  border-bottom: 1px solid #ddd;\n}\n.nav-tabs > li {\n  float: left;\n  margin-bottom: -1px;\n}\n.nav-tabs > li > a {\n  margin-right: 2px;\n  line-height: 1.42857143;\n  border: 1px solid transparent;\n  border-radius: 4px 4px 0 0;\n}\n.nav-tabs > li > a:hover {\n  border-color: #eeeeee #eeeeee #ddd;\n}\n.nav-tabs > li.active > a,\n.nav-tabs > li.active > a:hover,\n.nav-tabs > li.active > a:focus {\n  color: #555555;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  border-bottom-color: transparent;\n  cursor: default;\n}\n.nav-tabs.nav-justified {\n  width: 100%;\n  border-bottom: 0;\n}\n.nav-tabs.nav-justified > li {\n  float: none;\n}\n.nav-tabs.nav-justified > li > a {\n  text-align: center;\n  margin-bottom: 5px;\n}\n.nav-tabs.nav-justified > .dropdown .dropdown-menu {\n  top: auto;\n  left: auto;\n}\n@media (min-width: 768px) {\n  .nav-tabs.nav-justified > li {\n    display: table-cell;\n    width: 1%;\n  }\n  .nav-tabs.nav-justified > li > a {\n    margin-bottom: 0;\n  }\n}\n.nav-tabs.nav-justified > li > a {\n  margin-right: 0;\n  border-radius: 4px;\n}\n.nav-tabs.nav-justified > .active > a,\n.nav-tabs.nav-justified > .active > a:hover,\n.nav-tabs.nav-justified > .active > a:focus {\n  border: 1px solid #ddd;\n}\n@media (min-width: 768px) {\n  .nav-tabs.nav-justified > li > a {\n    border-bottom: 1px solid #ddd;\n    border-radius: 4px 4px 0 0;\n  }\n  .nav-tabs.nav-justified > .active > a,\n  .nav-tabs.nav-justified > .active > a:hover,\n  .nav-tabs.nav-justified > .active > a:focus {\n    border-bottom-color: #fff;\n  }\n}\n.nav-pills > li {\n  float: left;\n}\n.nav-pills > li > a {\n  border-radius: 4px;\n}\n.nav-pills > li + li {\n  margin-left: 2px;\n}\n.nav-pills > li.active > a,\n.nav-pills > li.active > a:hover,\n.nav-pills > li.active > a:focus {\n  color: #fff;\n  background-color: #337ab7;\n}\n.nav-stacked > li {\n  float: none;\n}\n.nav-stacked > li + li {\n  margin-top: 2px;\n  margin-left: 0;\n}\n.nav-justified {\n  width: 100%;\n}\n.nav-justified > li {\n  float: none;\n}\n.nav-justified > li > a {\n  text-align: center;\n  margin-bottom: 5px;\n}\n.nav-justified > .dropdown .dropdown-menu {\n  top: auto;\n  left: auto;\n}\n@media (min-width: 768px) {\n  .nav-justified > li {\n    display: table-cell;\n    width: 1%;\n  }\n  .nav-justified > li > a {\n    margin-bottom: 0;\n  }\n}\n.nav-tabs-justified {\n  border-bottom: 0;\n}\n.nav-tabs-justified > li > a {\n  margin-right: 0;\n  border-radius: 4px;\n}\n.nav-tabs-justified > .active > a,\n.nav-tabs-justified > .active > a:hover,\n.nav-tabs-justified > .active > a:focus {\n  border: 1px solid #ddd;\n}\n@media (min-width: 768px) {\n  .nav-tabs-justified > li > a {\n    border-bottom: 1px solid #ddd;\n    border-radius: 4px 4px 0 0;\n  }\n  .nav-tabs-justified > .active > a,\n  .nav-tabs-justified > .active > a:hover,\n  .nav-tabs-justified > .active > a:focus {\n    border-bottom-color: #fff;\n  }\n}\n.tab-content > .tab-pane {\n  display: none;\n}\n.tab-content > .active {\n  display: block;\n}\n.nav-tabs .dropdown-menu {\n  margin-top: -1px;\n  border-top-right-radius: 0;\n  border-top-left-radius: 0;\n}\n.navbar {\n  position: relative;\n  min-height: 50px;\n  margin-bottom: 20px;\n  border: 1px solid transparent;\n}\n@media (min-width: 768px) {\n  .navbar {\n    border-radius: 4px;\n  }\n}\n@media (min-width: 768px) {\n  .navbar-header {\n    float: left;\n  }\n}\n.navbar-collapse {\n  overflow-x: visible;\n  padding-right: 15px;\n  padding-left: 15px;\n  border-top: 1px solid transparent;\n  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);\n  -webkit-overflow-scrolling: touch;\n}\n.navbar-collapse.in {\n  overflow-y: auto;\n}\n@media (min-width: 768px) {\n  .navbar-collapse {\n    width: auto;\n    border-top: 0;\n    box-shadow: none;\n  }\n  .navbar-collapse.collapse {\n    display: block !important;\n    height: auto !important;\n    padding-bottom: 0;\n    overflow: visible !important;\n  }\n  .navbar-collapse.in {\n    overflow-y: visible;\n  }\n  .navbar-fixed-top .navbar-collapse,\n  .navbar-static-top .navbar-collapse,\n  .navbar-fixed-bottom .navbar-collapse {\n    padding-left: 0;\n    padding-right: 0;\n  }\n}\n.navbar-fixed-top .navbar-collapse,\n.navbar-fixed-bottom .navbar-collapse {\n  max-height: 340px;\n}\n@media (max-device-width: 480px) and (orientation: landscape) {\n  .navbar-fixed-top .navbar-collapse,\n  .navbar-fixed-bottom .navbar-collapse {\n    max-height: 200px;\n  }\n}\n.container > .navbar-header,\n.container-fluid > .navbar-header,\n.container > .navbar-collapse,\n.container-fluid > .navbar-collapse {\n  margin-right: -15px;\n  margin-left: -15px;\n}\n@media (min-width: 768px) {\n  .container > .navbar-header,\n  .container-fluid > .navbar-header,\n  .container > .navbar-collapse,\n  .container-fluid > .navbar-collapse {\n    margin-right: 0;\n    margin-left: 0;\n  }\n}\n.navbar-static-top {\n  z-index: 1000;\n  border-width: 0 0 1px;\n}\n@media (min-width: 768px) {\n  .navbar-static-top {\n    border-radius: 0;\n  }\n}\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n  position: fixed;\n  right: 0;\n  left: 0;\n  z-index: 1030;\n}\n@media (min-width: 768px) {\n  .navbar-fixed-top,\n  .navbar-fixed-bottom {\n    border-radius: 0;\n  }\n}\n.navbar-fixed-top {\n  top: 0;\n  border-width: 0 0 1px;\n}\n.navbar-fixed-bottom {\n  bottom: 0;\n  margin-bottom: 0;\n  border-width: 1px 0 0;\n}\n.navbar-brand {\n  float: left;\n  padding: 15px 15px;\n  font-size: 18px;\n  line-height: 20px;\n  height: 50px;\n}\n.navbar-brand:hover,\n.navbar-brand:focus {\n  text-decoration: none;\n}\n.navbar-brand > img {\n  display: block;\n}\n@media (min-width: 768px) {\n  .navbar > .container .navbar-brand,\n  .navbar > .container-fluid .navbar-brand {\n    margin-left: -15px;\n  }\n}\n.navbar-toggle {\n  position: relative;\n  float: right;\n  margin-right: 15px;\n  padding: 9px 10px;\n  margin-top: 8px;\n  margin-bottom: 8px;\n  background-color: transparent;\n  background-image: none;\n  border: 1px solid transparent;\n  border-radius: 4px;\n}\n.navbar-toggle:focus {\n  outline: 0;\n}\n.navbar-toggle .icon-bar {\n  display: block;\n  width: 22px;\n  height: 2px;\n  border-radius: 1px;\n}\n.navbar-toggle .icon-bar + .icon-bar {\n  margin-top: 4px;\n}\n@media (min-width: 768px) {\n  .navbar-toggle {\n    display: none;\n  }\n}\n.navbar-nav {\n  margin: 7.5px -15px;\n}\n.navbar-nav > li > a {\n  padding-top: 10px;\n  padding-bottom: 10px;\n  line-height: 20px;\n}\n@media (max-width: 767px) {\n  .navbar-nav .open .dropdown-menu {\n    position: static;\n    float: none;\n    width: auto;\n    margin-top: 0;\n    background-color: transparent;\n    border: 0;\n    box-shadow: none;\n  }\n  .navbar-nav .open .dropdown-menu > li > a,\n  .navbar-nav .open .dropdown-menu .dropdown-header {\n    padding: 5px 15px 5px 25px;\n  }\n  .navbar-nav .open .dropdown-menu > li > a {\n    line-height: 20px;\n  }\n  .navbar-nav .open .dropdown-menu > li > a:hover,\n  .navbar-nav .open .dropdown-menu > li > a:focus {\n    background-image: none;\n  }\n}\n@media (min-width: 768px) {\n  .navbar-nav {\n    float: left;\n    margin: 0;\n  }\n  .navbar-nav > li {\n    float: left;\n  }\n  .navbar-nav > li > a {\n    padding-top: 15px;\n    padding-bottom: 15px;\n  }\n}\n.navbar-form {\n  margin-left: -15px;\n  margin-right: -15px;\n  padding: 10px 15px;\n  border-top: 1px solid transparent;\n  border-bottom: 1px solid transparent;\n  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);\n  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);\n  margin-top: 8px;\n  margin-bottom: 8px;\n}\n@media (min-width: 768px) {\n  .navbar-form .form-group {\n    display: inline-block;\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .navbar-form .form-control {\n    display: inline-block;\n    width: auto;\n    vertical-align: middle;\n  }\n  .navbar-form .form-control-static {\n    display: inline-block;\n  }\n  .navbar-form .input-group {\n    display: inline-table;\n    vertical-align: middle;\n  }\n  .navbar-form .input-group .input-group-addon,\n  .navbar-form .input-group .input-group-btn,\n  .navbar-form .input-group .form-control {\n    width: auto;\n  }\n  .navbar-form .input-group > .form-control {\n    width: 100%;\n  }\n  .navbar-form .control-label {\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .navbar-form .radio,\n  .navbar-form .checkbox {\n    display: inline-block;\n    margin-top: 0;\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .navbar-form .radio label,\n  .navbar-form .checkbox label {\n    padding-left: 0;\n  }\n  .navbar-form .radio input[type=\"radio\"],\n  .navbar-form .checkbox input[type=\"checkbox\"] {\n    position: relative;\n    margin-left: 0;\n  }\n  .navbar-form .has-feedback .form-control-feedback {\n    top: 0;\n  }\n}\n@media (max-width: 767px) {\n  .navbar-form .form-group {\n    margin-bottom: 5px;\n  }\n  .navbar-form .form-group:last-child {\n    margin-bottom: 0;\n  }\n}\n@media (min-width: 768px) {\n  .navbar-form {\n    width: auto;\n    border: 0;\n    margin-left: 0;\n    margin-right: 0;\n    padding-top: 0;\n    padding-bottom: 0;\n    -webkit-box-shadow: none;\n    box-shadow: none;\n  }\n}\n.navbar-nav > li > .dropdown-menu {\n  margin-top: 0;\n  border-top-right-radius: 0;\n  border-top-left-radius: 0;\n}\n.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n  margin-bottom: 0;\n  border-top-right-radius: 4px;\n  border-top-left-radius: 4px;\n  border-bottom-right-radius: 0;\n  border-bottom-left-radius: 0;\n}\n.navbar-btn {\n  margin-top: 8px;\n  margin-bottom: 8px;\n}\n.navbar-btn.btn-sm {\n  margin-top: 10px;\n  margin-bottom: 10px;\n}\n.navbar-btn.btn-xs {\n  margin-top: 14px;\n  margin-bottom: 14px;\n}\n.navbar-text {\n  margin-top: 15px;\n  margin-bottom: 15px;\n}\n@media (min-width: 768px) {\n  .navbar-text {\n    float: left;\n    margin-left: 15px;\n    margin-right: 15px;\n  }\n}\n@media (min-width: 768px) {\n  .navbar-left {\n    float: left !important;\n  }\n  .navbar-right {\n    float: right !important;\n    margin-right: -15px;\n  }\n  .navbar-right ~ .navbar-right {\n    margin-right: 0;\n  }\n}\n.navbar-default {\n  background-color: #f8f8f8;\n  border-color: #e7e7e7;\n}\n.navbar-default .navbar-brand {\n  color: #777;\n}\n.navbar-default .navbar-brand:hover,\n.navbar-default .navbar-brand:focus {\n  color: #5e5e5e;\n  background-color: transparent;\n}\n.navbar-default .navbar-text {\n  color: #777;\n}\n.navbar-default .navbar-nav > li > a {\n  color: #777;\n}\n.navbar-default .navbar-nav > li > a:hover,\n.navbar-default .navbar-nav > li > a:focus {\n  color: #333;\n  background-color: transparent;\n}\n.navbar-default .navbar-nav > .active > a,\n.navbar-default .navbar-nav > .active > a:hover,\n.navbar-default .navbar-nav > .active > a:focus {\n  color: #555;\n  background-color: #e7e7e7;\n}\n.navbar-default .navbar-nav > .disabled > a,\n.navbar-default .navbar-nav > .disabled > a:hover,\n.navbar-default .navbar-nav > .disabled > a:focus {\n  color: #ccc;\n  background-color: transparent;\n}\n.navbar-default .navbar-toggle {\n  border-color: #ddd;\n}\n.navbar-default .navbar-toggle:hover,\n.navbar-default .navbar-toggle:focus {\n  background-color: #ddd;\n}\n.navbar-default .navbar-toggle .icon-bar {\n  background-color: #888;\n}\n.navbar-default .navbar-collapse,\n.navbar-default .navbar-form {\n  border-color: #e7e7e7;\n}\n.navbar-default .navbar-nav > .open > a,\n.navbar-default .navbar-nav > .open > a:hover,\n.navbar-default .navbar-nav > .open > a:focus {\n  background-color: #e7e7e7;\n  color: #555;\n}\n@media (max-width: 767px) {\n  .navbar-default .navbar-nav .open .dropdown-menu > li > a {\n    color: #777;\n  }\n  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,\n  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {\n    color: #333;\n    background-color: transparent;\n  }\n  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,\n  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,\n  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {\n    color: #555;\n    background-color: #e7e7e7;\n  }\n  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,\n  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n    color: #ccc;\n    background-color: transparent;\n  }\n}\n.navbar-default .navbar-link {\n  color: #777;\n}\n.navbar-default .navbar-link:hover {\n  color: #333;\n}\n.navbar-default .btn-link {\n  color: #777;\n}\n.navbar-default .btn-link:hover,\n.navbar-default .btn-link:focus {\n  color: #333;\n}\n.navbar-default .btn-link[disabled]:hover,\nfieldset[disabled] .navbar-default .btn-link:hover,\n.navbar-default .btn-link[disabled]:focus,\nfieldset[disabled] .navbar-default .btn-link:focus {\n  color: #ccc;\n}\n.navbar-inverse {\n  background-color: #222;\n  border-color: #080808;\n}\n.navbar-inverse .navbar-brand {\n  color: #9d9d9d;\n}\n.navbar-inverse .navbar-brand:hover,\n.navbar-inverse .navbar-brand:focus {\n  color: #fff;\n  background-color: transparent;\n}\n.navbar-inverse .navbar-text {\n  color: #9d9d9d;\n}\n.navbar-inverse .navbar-nav > li > a {\n  color: #9d9d9d;\n}\n.navbar-inverse .navbar-nav > li > a:hover,\n.navbar-inverse .navbar-nav > li > a:focus {\n  color: #fff;\n  background-color: transparent;\n}\n.navbar-inverse .navbar-nav > .active > a,\n.navbar-inverse .navbar-nav > .active > a:hover,\n.navbar-inverse .navbar-nav > .active > a:focus {\n  color: #fff;\n  background-color: #080808;\n}\n.navbar-inverse .navbar-nav > .disabled > a,\n.navbar-inverse .navbar-nav > .disabled > a:hover,\n.navbar-inverse .navbar-nav > .disabled > a:focus {\n  color: #444;\n  background-color: transparent;\n}\n.navbar-inverse .navbar-toggle {\n  border-color: #333;\n}\n.navbar-inverse .navbar-toggle:hover,\n.navbar-inverse .navbar-toggle:focus {\n  background-color: #333;\n}\n.navbar-inverse .navbar-toggle .icon-bar {\n  background-color: #fff;\n}\n.navbar-inverse .navbar-collapse,\n.navbar-inverse .navbar-form {\n  border-color: #101010;\n}\n.navbar-inverse .navbar-nav > .open > a,\n.navbar-inverse .navbar-nav > .open > a:hover,\n.navbar-inverse .navbar-nav > .open > a:focus {\n  background-color: #080808;\n  color: #fff;\n}\n@media (max-width: 767px) {\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {\n    border-color: #080808;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {\n    background-color: #080808;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {\n    color: #9d9d9d;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {\n    color: #fff;\n    background-color: transparent;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {\n    color: #fff;\n    background-color: #080808;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n    color: #444;\n    background-color: transparent;\n  }\n}\n.navbar-inverse .navbar-link {\n  color: #9d9d9d;\n}\n.navbar-inverse .navbar-link:hover {\n  color: #fff;\n}\n.navbar-inverse .btn-link {\n  color: #9d9d9d;\n}\n.navbar-inverse .btn-link:hover,\n.navbar-inverse .btn-link:focus {\n  color: #fff;\n}\n.navbar-inverse .btn-link[disabled]:hover,\nfieldset[disabled] .navbar-inverse .btn-link:hover,\n.navbar-inverse .btn-link[disabled]:focus,\nfieldset[disabled] .navbar-inverse .btn-link:focus {\n  color: #444;\n}\n.breadcrumb {\n  padding: 8px 15px;\n  margin-bottom: 20px;\n  list-style: none;\n  background-color: #f5f5f5;\n  border-radius: 4px;\n}\n.breadcrumb > li {\n  display: inline-block;\n}\n.breadcrumb > li + li:before {\n  content: \"/\\00a0\";\n  padding: 0 5px;\n  color: #ccc;\n}\n.breadcrumb > .active {\n  color: #777777;\n}\n.pagination {\n  display: inline-block;\n  padding-left: 0;\n  margin: 20px 0;\n  border-radius: 4px;\n}\n.pagination > li {\n  display: inline;\n}\n.pagination > li > a,\n.pagination > li > span {\n  position: relative;\n  float: left;\n  padding: 6px 12px;\n  line-height: 1.42857143;\n  text-decoration: none;\n  color: #337ab7;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  margin-left: -1px;\n}\n.pagination > li:first-child > a,\n.pagination > li:first-child > span {\n  margin-left: 0;\n  border-bottom-left-radius: 4px;\n  border-top-left-radius: 4px;\n}\n.pagination > li:last-child > a,\n.pagination > li:last-child > span {\n  border-bottom-right-radius: 4px;\n  border-top-right-radius: 4px;\n}\n.pagination > li > a:hover,\n.pagination > li > span:hover,\n.pagination > li > a:focus,\n.pagination > li > span:focus {\n  z-index: 2;\n  color: #23527c;\n  background-color: #eeeeee;\n  border-color: #ddd;\n}\n.pagination > .active > a,\n.pagination > .active > span,\n.pagination > .active > a:hover,\n.pagination > .active > span:hover,\n.pagination > .active > a:focus,\n.pagination > .active > span:focus {\n  z-index: 3;\n  color: #fff;\n  background-color: #337ab7;\n  border-color: #337ab7;\n  cursor: default;\n}\n.pagination > .disabled > span,\n.pagination > .disabled > span:hover,\n.pagination > .disabled > span:focus,\n.pagination > .disabled > a,\n.pagination > .disabled > a:hover,\n.pagination > .disabled > a:focus {\n  color: #777777;\n  background-color: #fff;\n  border-color: #ddd;\n  cursor: not-allowed;\n}\n.pagination-lg > li > a,\n.pagination-lg > li > span {\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n}\n.pagination-lg > li:first-child > a,\n.pagination-lg > li:first-child > span {\n  border-bottom-left-radius: 6px;\n  border-top-left-radius: 6px;\n}\n.pagination-lg > li:last-child > a,\n.pagination-lg > li:last-child > span {\n  border-bottom-right-radius: 6px;\n  border-top-right-radius: 6px;\n}\n.pagination-sm > li > a,\n.pagination-sm > li > span {\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n}\n.pagination-sm > li:first-child > a,\n.pagination-sm > li:first-child > span {\n  border-bottom-left-radius: 3px;\n  border-top-left-radius: 3px;\n}\n.pagination-sm > li:last-child > a,\n.pagination-sm > li:last-child > span {\n  border-bottom-right-radius: 3px;\n  border-top-right-radius: 3px;\n}\n.pager {\n  padding-left: 0;\n  margin: 20px 0;\n  list-style: none;\n  text-align: center;\n}\n.pager li {\n  display: inline;\n}\n.pager li > a,\n.pager li > span {\n  display: inline-block;\n  padding: 5px 14px;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  border-radius: 15px;\n}\n.pager li > a:hover,\n.pager li > a:focus {\n  text-decoration: none;\n  background-color: #eeeeee;\n}\n.pager .next > a,\n.pager .next > span {\n  float: right;\n}\n.pager .previous > a,\n.pager .previous > span {\n  float: left;\n}\n.pager .disabled > a,\n.pager .disabled > a:hover,\n.pager .disabled > a:focus,\n.pager .disabled > span {\n  color: #777777;\n  background-color: #fff;\n  cursor: not-allowed;\n}\n.label {\n  display: inline;\n  padding: .2em .6em .3em;\n  font-size: 75%;\n  font-weight: bold;\n  line-height: 1;\n  color: #fff;\n  text-align: center;\n  white-space: nowrap;\n  vertical-align: baseline;\n  border-radius: .25em;\n}\na.label:hover,\na.label:focus {\n  color: #fff;\n  text-decoration: none;\n  cursor: pointer;\n}\n.label:empty {\n  display: none;\n}\n.btn .label {\n  position: relative;\n  top: -1px;\n}\n.label-default {\n  background-color: #777777;\n}\n.label-default[href]:hover,\n.label-default[href]:focus {\n  background-color: #5e5e5e;\n}\n.label-primary {\n  background-color: #337ab7;\n}\n.label-primary[href]:hover,\n.label-primary[href]:focus {\n  background-color: #286090;\n}\n.label-success {\n  background-color: #5cb85c;\n}\n.label-success[href]:hover,\n.label-success[href]:focus {\n  background-color: #449d44;\n}\n.label-info {\n  background-color: #5bc0de;\n}\n.label-info[href]:hover,\n.label-info[href]:focus {\n  background-color: #31b0d5;\n}\n.label-warning {\n  background-color: #f0ad4e;\n}\n.label-warning[href]:hover,\n.label-warning[href]:focus {\n  background-color: #ec971f;\n}\n.label-danger {\n  background-color: #d9534f;\n}\n.label-danger[href]:hover,\n.label-danger[href]:focus {\n  background-color: #c9302c;\n}\n.badge {\n  display: inline-block;\n  min-width: 10px;\n  padding: 3px 7px;\n  font-size: 12px;\n  font-weight: bold;\n  color: #fff;\n  line-height: 1;\n  vertical-align: middle;\n  white-space: nowrap;\n  text-align: center;\n  background-color: #777777;\n  border-radius: 10px;\n}\n.badge:empty {\n  display: none;\n}\n.btn .badge {\n  position: relative;\n  top: -1px;\n}\n.btn-xs .badge,\n.btn-group-xs > .btn .badge {\n  top: 0;\n  padding: 1px 5px;\n}\na.badge:hover,\na.badge:focus {\n  color: #fff;\n  text-decoration: none;\n  cursor: pointer;\n}\n.list-group-item.active > .badge,\n.nav-pills > .active > a > .badge {\n  color: #337ab7;\n  background-color: #fff;\n}\n.list-group-item > .badge {\n  float: right;\n}\n.list-group-item > .badge + .badge {\n  margin-right: 5px;\n}\n.nav-pills > li > a > .badge {\n  margin-left: 3px;\n}\n.jumbotron {\n  padding-top: 30px;\n  padding-bottom: 30px;\n  margin-bottom: 30px;\n  color: inherit;\n  background-color: #eeeeee;\n}\n.jumbotron h1,\n.jumbotron .h1 {\n  color: inherit;\n}\n.jumbotron p {\n  margin-bottom: 15px;\n  font-size: 21px;\n  font-weight: 200;\n}\n.jumbotron > hr {\n  border-top-color: #d5d5d5;\n}\n.container .jumbotron,\n.container-fluid .jumbotron {\n  border-radius: 6px;\n  padding-left: 15px;\n  padding-right: 15px;\n}\n.jumbotron .container {\n  max-width: 100%;\n}\n@media screen and (min-width: 768px) {\n  .jumbotron {\n    padding-top: 48px;\n    padding-bottom: 48px;\n  }\n  .container .jumbotron,\n  .container-fluid .jumbotron {\n    padding-left: 60px;\n    padding-right: 60px;\n  }\n  .jumbotron h1,\n  .jumbotron .h1 {\n    font-size: 63px;\n  }\n}\n.thumbnail {\n  display: block;\n  padding: 4px;\n  margin-bottom: 20px;\n  line-height: 1.42857143;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  -webkit-transition: border 0.2s ease-in-out;\n  -o-transition: border 0.2s ease-in-out;\n  transition: border 0.2s ease-in-out;\n}\n.thumbnail > img,\n.thumbnail a > img {\n  margin-left: auto;\n  margin-right: auto;\n}\na.thumbnail:hover,\na.thumbnail:focus,\na.thumbnail.active {\n  border-color: #337ab7;\n}\n.thumbnail .caption {\n  padding: 9px;\n  color: #333333;\n}\n.alert {\n  padding: 15px;\n  margin-bottom: 20px;\n  border: 1px solid transparent;\n  border-radius: 4px;\n}\n.alert h4 {\n  margin-top: 0;\n  color: inherit;\n}\n.alert .alert-link {\n  font-weight: bold;\n}\n.alert > p,\n.alert > ul {\n  margin-bottom: 0;\n}\n.alert > p + p {\n  margin-top: 5px;\n}\n.alert-dismissable,\n.alert-dismissible {\n  padding-right: 35px;\n}\n.alert-dismissable .close,\n.alert-dismissible .close {\n  position: relative;\n  top: -2px;\n  right: -21px;\n  color: inherit;\n}\n.alert-success {\n  background-color: #dff0d8;\n  border-color: #d6e9c6;\n  color: #3c763d;\n}\n.alert-success hr {\n  border-top-color: #c9e2b3;\n}\n.alert-success .alert-link {\n  color: #2b542c;\n}\n.alert-info {\n  background-color: #d9edf7;\n  border-color: #bce8f1;\n  color: #31708f;\n}\n.alert-info hr {\n  border-top-color: #a6e1ec;\n}\n.alert-info .alert-link {\n  color: #245269;\n}\n.alert-warning {\n  background-color: #fcf8e3;\n  border-color: #faebcc;\n  color: #8a6d3b;\n}\n.alert-warning hr {\n  border-top-color: #f7e1b5;\n}\n.alert-warning .alert-link {\n  color: #66512c;\n}\n.alert-danger {\n  background-color: #f2dede;\n  border-color: #ebccd1;\n  color: #a94442;\n}\n.alert-danger hr {\n  border-top-color: #e4b9c0;\n}\n.alert-danger .alert-link {\n  color: #843534;\n}\n@-webkit-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n@keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n.progress {\n  overflow: hidden;\n  height: 20px;\n  margin-bottom: 20px;\n  background-color: #f5f5f5;\n  border-radius: 4px;\n  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n.progress-bar {\n  float: left;\n  width: 0%;\n  height: 100%;\n  font-size: 12px;\n  line-height: 20px;\n  color: #fff;\n  text-align: center;\n  background-color: #337ab7;\n  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);\n  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);\n  -webkit-transition: width 0.6s ease;\n  -o-transition: width 0.6s ease;\n  transition: width 0.6s ease;\n}\n.progress-striped .progress-bar,\n.progress-bar-striped {\n  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);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  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);\n  background-size: 40px 40px;\n}\n.progress.active .progress-bar,\n.progress-bar.active {\n  -webkit-animation: progress-bar-stripes 2s linear infinite;\n  -o-animation: progress-bar-stripes 2s linear infinite;\n  animation: progress-bar-stripes 2s linear infinite;\n}\n.progress-bar-success {\n  background-color: #5cb85c;\n}\n.progress-striped .progress-bar-success {\n  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);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  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);\n}\n.progress-bar-info {\n  background-color: #5bc0de;\n}\n.progress-striped .progress-bar-info {\n  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);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  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);\n}\n.progress-bar-warning {\n  background-color: #f0ad4e;\n}\n.progress-striped .progress-bar-warning {\n  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);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  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);\n}\n.progress-bar-danger {\n  background-color: #d9534f;\n}\n.progress-striped .progress-bar-danger {\n  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);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  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);\n}\n.media {\n  margin-top: 15px;\n}\n.media:first-child {\n  margin-top: 0;\n}\n.media,\n.media-body {\n  zoom: 1;\n  overflow: hidden;\n}\n.media-body {\n  width: 10000px;\n}\n.media-object {\n  display: block;\n}\n.media-object.img-thumbnail {\n  max-width: none;\n}\n.media-right,\n.media > .pull-right {\n  padding-left: 10px;\n}\n.media-left,\n.media > .pull-left {\n  padding-right: 10px;\n}\n.media-left,\n.media-right,\n.media-body {\n  display: table-cell;\n  vertical-align: top;\n}\n.media-middle {\n  vertical-align: middle;\n}\n.media-bottom {\n  vertical-align: bottom;\n}\n.media-heading {\n  margin-top: 0;\n  margin-bottom: 5px;\n}\n.media-list {\n  padding-left: 0;\n  list-style: none;\n}\n.list-group {\n  margin-bottom: 20px;\n  padding-left: 0;\n}\n.list-group-item {\n  position: relative;\n  display: block;\n  padding: 10px 15px;\n  margin-bottom: -1px;\n  background-color: #fff;\n  border: 1px solid #ddd;\n}\n.list-group-item:first-child {\n  border-top-right-radius: 4px;\n  border-top-left-radius: 4px;\n}\n.list-group-item:last-child {\n  margin-bottom: 0;\n  border-bottom-right-radius: 4px;\n  border-bottom-left-radius: 4px;\n}\na.list-group-item,\nbutton.list-group-item {\n  color: #555;\n}\na.list-group-item .list-group-item-heading,\nbutton.list-group-item .list-group-item-heading {\n  color: #333;\n}\na.list-group-item:hover,\nbutton.list-group-item:hover,\na.list-group-item:focus,\nbutton.list-group-item:focus {\n  text-decoration: none;\n  color: #555;\n  background-color: #f5f5f5;\n}\nbutton.list-group-item {\n  width: 100%;\n  text-align: left;\n}\n.list-group-item.disabled,\n.list-group-item.disabled:hover,\n.list-group-item.disabled:focus {\n  background-color: #eeeeee;\n  color: #777777;\n  cursor: not-allowed;\n}\n.list-group-item.disabled .list-group-item-heading,\n.list-group-item.disabled:hover .list-group-item-heading,\n.list-group-item.disabled:focus .list-group-item-heading {\n  color: inherit;\n}\n.list-group-item.disabled .list-group-item-text,\n.list-group-item.disabled:hover .list-group-item-text,\n.list-group-item.disabled:focus .list-group-item-text {\n  color: #777777;\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n  z-index: 2;\n  color: #fff;\n  background-color: #337ab7;\n  border-color: #337ab7;\n}\n.list-group-item.active .list-group-item-heading,\n.list-group-item.active:hover .list-group-item-heading,\n.list-group-item.active:focus .list-group-item-heading,\n.list-group-item.active .list-group-item-heading > small,\n.list-group-item.active:hover .list-group-item-heading > small,\n.list-group-item.active:focus .list-group-item-heading > small,\n.list-group-item.active .list-group-item-heading > .small,\n.list-group-item.active:hover .list-group-item-heading > .small,\n.list-group-item.active:focus .list-group-item-heading > .small {\n  color: inherit;\n}\n.list-group-item.active .list-group-item-text,\n.list-group-item.active:hover .list-group-item-text,\n.list-group-item.active:focus .list-group-item-text {\n  color: #c7ddef;\n}\n.list-group-item-success {\n  color: #3c763d;\n  background-color: #dff0d8;\n}\na.list-group-item-success,\nbutton.list-group-item-success {\n  color: #3c763d;\n}\na.list-group-item-success .list-group-item-heading,\nbutton.list-group-item-success .list-group-item-heading {\n  color: inherit;\n}\na.list-group-item-success:hover,\nbutton.list-group-item-success:hover,\na.list-group-item-success:focus,\nbutton.list-group-item-success:focus {\n  color: #3c763d;\n  background-color: #d0e9c6;\n}\na.list-group-item-success.active,\nbutton.list-group-item-success.active,\na.list-group-item-success.active:hover,\nbutton.list-group-item-success.active:hover,\na.list-group-item-success.active:focus,\nbutton.list-group-item-success.active:focus {\n  color: #fff;\n  background-color: #3c763d;\n  border-color: #3c763d;\n}\n.list-group-item-info {\n  color: #31708f;\n  background-color: #d9edf7;\n}\na.list-group-item-info,\nbutton.list-group-item-info {\n  color: #31708f;\n}\na.list-group-item-info .list-group-item-heading,\nbutton.list-group-item-info .list-group-item-heading {\n  color: inherit;\n}\na.list-group-item-info:hover,\nbutton.list-group-item-info:hover,\na.list-group-item-info:focus,\nbutton.list-group-item-info:focus {\n  color: #31708f;\n  background-color: #c4e3f3;\n}\na.list-group-item-info.active,\nbutton.list-group-item-info.active,\na.list-group-item-info.active:hover,\nbutton.list-group-item-info.active:hover,\na.list-group-item-info.active:focus,\nbutton.list-group-item-info.active:focus {\n  color: #fff;\n  background-color: #31708f;\n  border-color: #31708f;\n}\n.list-group-item-warning {\n  color: #8a6d3b;\n  background-color: #fcf8e3;\n}\na.list-group-item-warning,\nbutton.list-group-item-warning {\n  color: #8a6d3b;\n}\na.list-group-item-warning .list-group-item-heading,\nbutton.list-group-item-warning .list-group-item-heading {\n  color: inherit;\n}\na.list-group-item-warning:hover,\nbutton.list-group-item-warning:hover,\na.list-group-item-warning:focus,\nbutton.list-group-item-warning:focus {\n  color: #8a6d3b;\n  background-color: #faf2cc;\n}\na.list-group-item-warning.active,\nbutton.list-group-item-warning.active,\na.list-group-item-warning.active:hover,\nbutton.list-group-item-warning.active:hover,\na.list-group-item-warning.active:focus,\nbutton.list-group-item-warning.active:focus {\n  color: #fff;\n  background-color: #8a6d3b;\n  border-color: #8a6d3b;\n}\n.list-group-item-danger {\n  color: #a94442;\n  background-color: #f2dede;\n}\na.list-group-item-danger,\nbutton.list-group-item-danger {\n  color: #a94442;\n}\na.list-group-item-danger .list-group-item-heading,\nbutton.list-group-item-danger .list-group-item-heading {\n  color: inherit;\n}\na.list-group-item-danger:hover,\nbutton.list-group-item-danger:hover,\na.list-group-item-danger:focus,\nbutton.list-group-item-danger:focus {\n  color: #a94442;\n  background-color: #ebcccc;\n}\na.list-group-item-danger.active,\nbutton.list-group-item-danger.active,\na.list-group-item-danger.active:hover,\nbutton.list-group-item-danger.active:hover,\na.list-group-item-danger.active:focus,\nbutton.list-group-item-danger.active:focus {\n  color: #fff;\n  background-color: #a94442;\n  border-color: #a94442;\n}\n.list-group-item-heading {\n  margin-top: 0;\n  margin-bottom: 5px;\n}\n.list-group-item-text {\n  margin-bottom: 0;\n  line-height: 1.3;\n}\n.panel {\n  margin-bottom: 20px;\n  background-color: #fff;\n  border: 1px solid transparent;\n  border-radius: 4px;\n  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);\n  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);\n}\n.panel-body {\n  padding: 15px;\n}\n.panel-heading {\n  padding: 10px 15px;\n  border-bottom: 1px solid transparent;\n  border-top-right-radius: 3px;\n  border-top-left-radius: 3px;\n}\n.panel-heading > .dropdown .dropdown-toggle {\n  color: inherit;\n}\n.panel-title {\n  margin-top: 0;\n  margin-bottom: 0;\n  font-size: 16px;\n  color: inherit;\n}\n.panel-title > a,\n.panel-title > small,\n.panel-title > .small,\n.panel-title > small > a,\n.panel-title > .small > a {\n  color: inherit;\n}\n.panel-footer {\n  padding: 10px 15px;\n  background-color: #f5f5f5;\n  border-top: 1px solid #ddd;\n  border-bottom-right-radius: 3px;\n  border-bottom-left-radius: 3px;\n}\n.panel > .list-group,\n.panel > .panel-collapse > .list-group {\n  margin-bottom: 0;\n}\n.panel > .list-group .list-group-item,\n.panel > .panel-collapse > .list-group .list-group-item {\n  border-width: 1px 0;\n  border-radius: 0;\n}\n.panel > .list-group:first-child .list-group-item:first-child,\n.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {\n  border-top: 0;\n  border-top-right-radius: 3px;\n  border-top-left-radius: 3px;\n}\n.panel > .list-group:last-child .list-group-item:last-child,\n.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {\n  border-bottom: 0;\n  border-bottom-right-radius: 3px;\n  border-bottom-left-radius: 3px;\n}\n.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {\n  border-top-right-radius: 0;\n  border-top-left-radius: 0;\n}\n.panel-heading + .list-group .list-group-item:first-child {\n  border-top-width: 0;\n}\n.list-group + .panel-footer {\n  border-top-width: 0;\n}\n.panel > .table,\n.panel > .table-responsive > .table,\n.panel > .panel-collapse > .table {\n  margin-bottom: 0;\n}\n.panel > .table caption,\n.panel > .table-responsive > .table caption,\n.panel > .panel-collapse > .table caption {\n  padding-left: 15px;\n  padding-right: 15px;\n}\n.panel > .table:first-child,\n.panel > .table-responsive:first-child > .table:first-child {\n  border-top-right-radius: 3px;\n  border-top-left-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {\n  border-top-left-radius: 3px;\n  border-top-right-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,\n.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {\n  border-top-left-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,\n.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {\n  border-top-right-radius: 3px;\n}\n.panel > .table:last-child,\n.panel > .table-responsive:last-child > .table:last-child {\n  border-bottom-right-radius: 3px;\n  border-bottom-left-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,\n.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {\n  border-bottom-left-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,\n.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {\n  border-bottom-right-radius: 3px;\n}\n.panel > .panel-body + .table,\n.panel > .panel-body + .table-responsive,\n.panel > .table + .panel-body,\n.panel > .table-responsive + .panel-body {\n  border-top: 1px solid #ddd;\n}\n.panel > .table > tbody:first-child > tr:first-child th,\n.panel > .table > tbody:first-child > tr:first-child td {\n  border-top: 0;\n}\n.panel > .table-bordered,\n.panel > .table-responsive > .table-bordered {\n  border: 0;\n}\n.panel > .table-bordered > thead > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,\n.panel > .table-bordered > tbody > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,\n.panel > .table-bordered > tfoot > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,\n.panel > .table-bordered > thead > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,\n.panel > .table-bordered > tbody > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,\n.panel > .table-bordered > tfoot > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {\n  border-left: 0;\n}\n.panel > .table-bordered > thead > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,\n.panel > .table-bordered > tbody > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,\n.panel > .table-bordered > tfoot > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,\n.panel > .table-bordered > thead > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,\n.panel > .table-bordered > tbody > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,\n.panel > .table-bordered > tfoot > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {\n  border-right: 0;\n}\n.panel > .table-bordered > thead > tr:first-child > td,\n.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,\n.panel > .table-bordered > tbody > tr:first-child > td,\n.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,\n.panel > .table-bordered > thead > tr:first-child > th,\n.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,\n.panel > .table-bordered > tbody > tr:first-child > th,\n.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {\n  border-bottom: 0;\n}\n.panel > .table-bordered > tbody > tr:last-child > td,\n.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,\n.panel > .table-bordered > tfoot > tr:last-child > td,\n.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,\n.panel > .table-bordered > tbody > tr:last-child > th,\n.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,\n.panel > .table-bordered > tfoot > tr:last-child > th,\n.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {\n  border-bottom: 0;\n}\n.panel > .table-responsive {\n  border: 0;\n  margin-bottom: 0;\n}\n.panel-group {\n  margin-bottom: 20px;\n}\n.panel-group .panel {\n  margin-bottom: 0;\n  border-radius: 4px;\n}\n.panel-group .panel + .panel {\n  margin-top: 5px;\n}\n.panel-group .panel-heading {\n  border-bottom: 0;\n}\n.panel-group .panel-heading + .panel-collapse > .panel-body,\n.panel-group .panel-heading + .panel-collapse > .list-group {\n  border-top: 1px solid #ddd;\n}\n.panel-group .panel-footer {\n  border-top: 0;\n}\n.panel-group .panel-footer + .panel-collapse .panel-body {\n  border-bottom: 1px solid #ddd;\n}\n.panel-default {\n  border-color: #ddd;\n}\n.panel-default > .panel-heading {\n  color: #333333;\n  background-color: #f5f5f5;\n  border-color: #ddd;\n}\n.panel-default > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #ddd;\n}\n.panel-default > .panel-heading .badge {\n  color: #f5f5f5;\n  background-color: #333333;\n}\n.panel-default > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #ddd;\n}\n.panel-primary {\n  border-color: #337ab7;\n}\n.panel-primary > .panel-heading {\n  color: #fff;\n  background-color: #337ab7;\n  border-color: #337ab7;\n}\n.panel-primary > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #337ab7;\n}\n.panel-primary > .panel-heading .badge {\n  color: #337ab7;\n  background-color: #fff;\n}\n.panel-primary > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #337ab7;\n}\n.panel-success {\n  border-color: #d6e9c6;\n}\n.panel-success > .panel-heading {\n  color: #3c763d;\n  background-color: #dff0d8;\n  border-color: #d6e9c6;\n}\n.panel-success > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #d6e9c6;\n}\n.panel-success > .panel-heading .badge {\n  color: #dff0d8;\n  background-color: #3c763d;\n}\n.panel-success > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #d6e9c6;\n}\n.panel-info {\n  border-color: #bce8f1;\n}\n.panel-info > .panel-heading {\n  color: #31708f;\n  background-color: #d9edf7;\n  border-color: #bce8f1;\n}\n.panel-info > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #bce8f1;\n}\n.panel-info > .panel-heading .badge {\n  color: #d9edf7;\n  background-color: #31708f;\n}\n.panel-info > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #bce8f1;\n}\n.panel-warning {\n  border-color: #faebcc;\n}\n.panel-warning > .panel-heading {\n  color: #8a6d3b;\n  background-color: #fcf8e3;\n  border-color: #faebcc;\n}\n.panel-warning > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #faebcc;\n}\n.panel-warning > .panel-heading .badge {\n  color: #fcf8e3;\n  background-color: #8a6d3b;\n}\n.panel-warning > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #faebcc;\n}\n.panel-danger {\n  border-color: #ebccd1;\n}\n.panel-danger > .panel-heading {\n  color: #a94442;\n  background-color: #f2dede;\n  border-color: #ebccd1;\n}\n.panel-danger > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #ebccd1;\n}\n.panel-danger > .panel-heading .badge {\n  color: #f2dede;\n  background-color: #a94442;\n}\n.panel-danger > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #ebccd1;\n}\n.embed-responsive {\n  position: relative;\n  display: block;\n  height: 0;\n  padding: 0;\n  overflow: hidden;\n}\n.embed-responsive .embed-responsive-item,\n.embed-responsive iframe,\n.embed-responsive embed,\n.embed-responsive object,\n.embed-responsive video {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  height: 100%;\n  width: 100%;\n  border: 0;\n}\n.embed-responsive-16by9 {\n  padding-bottom: 56.25%;\n}\n.embed-responsive-4by3 {\n  padding-bottom: 75%;\n}\n.well {\n  min-height: 20px;\n  padding: 19px;\n  margin-bottom: 20px;\n  background-color: #f5f5f5;\n  border: 1px solid #e3e3e3;\n  border-radius: 4px;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n}\n.well blockquote {\n  border-color: #ddd;\n  border-color: rgba(0, 0, 0, 0.15);\n}\n.well-lg {\n  padding: 24px;\n  border-radius: 6px;\n}\n.well-sm {\n  padding: 9px;\n  border-radius: 3px;\n}\n.close {\n  float: right;\n  font-size: 21px;\n  font-weight: bold;\n  line-height: 1;\n  color: #000;\n  text-shadow: 0 1px 0 #fff;\n  opacity: 0.2;\n  filter: alpha(opacity=20);\n}\n.close:hover,\n.close:focus {\n  color: #000;\n  text-decoration: none;\n  cursor: pointer;\n  opacity: 0.5;\n  filter: alpha(opacity=50);\n}\nbutton.close {\n  padding: 0;\n  cursor: pointer;\n  background: transparent;\n  border: 0;\n  -webkit-appearance: none;\n}\n.modal-open {\n  overflow: hidden;\n}\n.modal {\n  display: none;\n  overflow: hidden;\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 1050;\n  -webkit-overflow-scrolling: touch;\n  outline: 0;\n}\n.modal.fade .modal-dialog {\n  -webkit-transform: translate(0, -25%);\n  -ms-transform: translate(0, -25%);\n  -o-transform: translate(0, -25%);\n  transform: translate(0, -25%);\n  -webkit-transition: -webkit-transform 0.3s ease-out;\n  -moz-transition: -moz-transform 0.3s ease-out;\n  -o-transition: -o-transform 0.3s ease-out;\n  transition: transform 0.3s ease-out;\n}\n.modal.in .modal-dialog {\n  -webkit-transform: translate(0, 0);\n  -ms-transform: translate(0, 0);\n  -o-transform: translate(0, 0);\n  transform: translate(0, 0);\n}\n.modal-open .modal {\n  overflow-x: hidden;\n  overflow-y: auto;\n}\n.modal-dialog {\n  position: relative;\n  width: auto;\n  margin: 10px;\n}\n.modal-content {\n  position: relative;\n  background-color: #fff;\n  border: 1px solid #999;\n  border: 1px solid rgba(0, 0, 0, 0.2);\n  border-radius: 6px;\n  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);\n  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);\n  background-clip: padding-box;\n  outline: 0;\n}\n.modal-backdrop {\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 1040;\n  background-color: #000;\n}\n.modal-backdrop.fade {\n  opacity: 0;\n  filter: alpha(opacity=0);\n}\n.modal-backdrop.in {\n  opacity: 0.5;\n  filter: alpha(opacity=50);\n}\n.modal-header {\n  padding: 15px;\n  border-bottom: 1px solid #e5e5e5;\n}\n.modal-header .close {\n  margin-top: -2px;\n}\n.modal-title {\n  margin: 0;\n  line-height: 1.42857143;\n}\n.modal-body {\n  position: relative;\n  padding: 15px;\n}\n.modal-footer {\n  padding: 15px;\n  text-align: right;\n  border-top: 1px solid #e5e5e5;\n}\n.modal-footer .btn + .btn {\n  margin-left: 5px;\n  margin-bottom: 0;\n}\n.modal-footer .btn-group .btn + .btn {\n  margin-left: -1px;\n}\n.modal-footer .btn-block + .btn-block {\n  margin-left: 0;\n}\n.modal-scrollbar-measure {\n  position: absolute;\n  top: -9999px;\n  width: 50px;\n  height: 50px;\n  overflow: scroll;\n}\n@media (min-width: 768px) {\n  .modal-dialog {\n    width: 600px;\n    margin: 30px auto;\n  }\n  .modal-content {\n    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);\n    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);\n  }\n  .modal-sm {\n    width: 300px;\n  }\n}\n@media (min-width: 992px) {\n  .modal-lg {\n    width: 900px;\n  }\n}\n.tooltip {\n  position: absolute;\n  z-index: 1070;\n  display: block;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-style: normal;\n  font-weight: normal;\n  letter-spacing: normal;\n  line-break: auto;\n  line-height: 1.42857143;\n  text-align: left;\n  text-align: start;\n  text-decoration: none;\n  text-shadow: none;\n  text-transform: none;\n  white-space: normal;\n  word-break: normal;\n  word-spacing: normal;\n  word-wrap: normal;\n  font-size: 12px;\n  opacity: 0;\n  filter: alpha(opacity=0);\n}\n.tooltip.in {\n  opacity: 0.9;\n  filter: alpha(opacity=90);\n}\n.tooltip.top {\n  margin-top: -3px;\n  padding: 5px 0;\n}\n.tooltip.right {\n  margin-left: 3px;\n  padding: 0 5px;\n}\n.tooltip.bottom {\n  margin-top: 3px;\n  padding: 5px 0;\n}\n.tooltip.left {\n  margin-left: -3px;\n  padding: 0 5px;\n}\n.tooltip-inner {\n  max-width: 200px;\n  padding: 3px 8px;\n  color: #fff;\n  text-align: center;\n  background-color: #000;\n  border-radius: 4px;\n}\n.tooltip-arrow {\n  position: absolute;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n}\n.tooltip.top .tooltip-arrow {\n  bottom: 0;\n  left: 50%;\n  margin-left: -5px;\n  border-width: 5px 5px 0;\n  border-top-color: #000;\n}\n.tooltip.top-left .tooltip-arrow {\n  bottom: 0;\n  right: 5px;\n  margin-bottom: -5px;\n  border-width: 5px 5px 0;\n  border-top-color: #000;\n}\n.tooltip.top-right .tooltip-arrow {\n  bottom: 0;\n  left: 5px;\n  margin-bottom: -5px;\n  border-width: 5px 5px 0;\n  border-top-color: #000;\n}\n.tooltip.right .tooltip-arrow {\n  top: 50%;\n  left: 0;\n  margin-top: -5px;\n  border-width: 5px 5px 5px 0;\n  border-right-color: #000;\n}\n.tooltip.left .tooltip-arrow {\n  top: 50%;\n  right: 0;\n  margin-top: -5px;\n  border-width: 5px 0 5px 5px;\n  border-left-color: #000;\n}\n.tooltip.bottom .tooltip-arrow {\n  top: 0;\n  left: 50%;\n  margin-left: -5px;\n  border-width: 0 5px 5px;\n  border-bottom-color: #000;\n}\n.tooltip.bottom-left .tooltip-arrow {\n  top: 0;\n  right: 5px;\n  margin-top: -5px;\n  border-width: 0 5px 5px;\n  border-bottom-color: #000;\n}\n.tooltip.bottom-right .tooltip-arrow {\n  top: 0;\n  left: 5px;\n  margin-top: -5px;\n  border-width: 0 5px 5px;\n  border-bottom-color: #000;\n}\n.popover {\n  position: absolute;\n  top: 0;\n  left: 0;\n  z-index: 1060;\n  display: none;\n  max-width: 276px;\n  padding: 1px;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-style: normal;\n  font-weight: normal;\n  letter-spacing: normal;\n  line-break: auto;\n  line-height: 1.42857143;\n  text-align: left;\n  text-align: start;\n  text-decoration: none;\n  text-shadow: none;\n  text-transform: none;\n  white-space: normal;\n  word-break: normal;\n  word-spacing: normal;\n  word-wrap: normal;\n  font-size: 14px;\n  background-color: #fff;\n  background-clip: padding-box;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0, 0, 0, 0.2);\n  border-radius: 6px;\n  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n}\n.popover.top {\n  margin-top: -10px;\n}\n.popover.right {\n  margin-left: 10px;\n}\n.popover.bottom {\n  margin-top: 10px;\n}\n.popover.left {\n  margin-left: -10px;\n}\n.popover-title {\n  margin: 0;\n  padding: 8px 14px;\n  font-size: 14px;\n  background-color: #f7f7f7;\n  border-bottom: 1px solid #ebebeb;\n  border-radius: 5px 5px 0 0;\n}\n.popover-content {\n  padding: 9px 14px;\n}\n.popover > .arrow,\n.popover > .arrow:after {\n  position: absolute;\n  display: block;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n}\n.popover > .arrow {\n  border-width: 11px;\n}\n.popover > .arrow:after {\n  border-width: 10px;\n  content: \"\";\n}\n.popover.top > .arrow {\n  left: 50%;\n  margin-left: -11px;\n  border-bottom-width: 0;\n  border-top-color: #999999;\n  border-top-color: rgba(0, 0, 0, 0.25);\n  bottom: -11px;\n}\n.popover.top > .arrow:after {\n  content: \" \";\n  bottom: 1px;\n  margin-left: -10px;\n  border-bottom-width: 0;\n  border-top-color: #fff;\n}\n.popover.right > .arrow {\n  top: 50%;\n  left: -11px;\n  margin-top: -11px;\n  border-left-width: 0;\n  border-right-color: #999999;\n  border-right-color: rgba(0, 0, 0, 0.25);\n}\n.popover.right > .arrow:after {\n  content: \" \";\n  left: 1px;\n  bottom: -10px;\n  border-left-width: 0;\n  border-right-color: #fff;\n}\n.popover.bottom > .arrow {\n  left: 50%;\n  margin-left: -11px;\n  border-top-width: 0;\n  border-bottom-color: #999999;\n  border-bottom-color: rgba(0, 0, 0, 0.25);\n  top: -11px;\n}\n.popover.bottom > .arrow:after {\n  content: \" \";\n  top: 1px;\n  margin-left: -10px;\n  border-top-width: 0;\n  border-bottom-color: #fff;\n}\n.popover.left > .arrow {\n  top: 50%;\n  right: -11px;\n  margin-top: -11px;\n  border-right-width: 0;\n  border-left-color: #999999;\n  border-left-color: rgba(0, 0, 0, 0.25);\n}\n.popover.left > .arrow:after {\n  content: \" \";\n  right: 1px;\n  border-right-width: 0;\n  border-left-color: #fff;\n  bottom: -10px;\n}\n.carousel {\n  position: relative;\n}\n.carousel-inner {\n  position: relative;\n  overflow: hidden;\n  width: 100%;\n}\n.carousel-inner > .item {\n  display: none;\n  position: relative;\n  -webkit-transition: 0.6s ease-in-out left;\n  -o-transition: 0.6s ease-in-out left;\n  transition: 0.6s ease-in-out left;\n}\n.carousel-inner > .item > img,\n.carousel-inner > .item > a > img {\n  line-height: 1;\n}\n@media all and (transform-3d), (-webkit-transform-3d) {\n  .carousel-inner > .item {\n    -webkit-transition: -webkit-transform 0.6s ease-in-out;\n    -moz-transition: -moz-transform 0.6s ease-in-out;\n    -o-transition: -o-transform 0.6s ease-in-out;\n    transition: transform 0.6s ease-in-out;\n    -webkit-backface-visibility: hidden;\n    -moz-backface-visibility: hidden;\n    backface-visibility: hidden;\n    -webkit-perspective: 1000px;\n    -moz-perspective: 1000px;\n    perspective: 1000px;\n  }\n  .carousel-inner > .item.next,\n  .carousel-inner > .item.active.right {\n    -webkit-transform: translate3d(100%, 0, 0);\n    transform: translate3d(100%, 0, 0);\n    left: 0;\n  }\n  .carousel-inner > .item.prev,\n  .carousel-inner > .item.active.left {\n    -webkit-transform: translate3d(-100%, 0, 0);\n    transform: translate3d(-100%, 0, 0);\n    left: 0;\n  }\n  .carousel-inner > .item.next.left,\n  .carousel-inner > .item.prev.right,\n  .carousel-inner > .item.active {\n    -webkit-transform: translate3d(0, 0, 0);\n    transform: translate3d(0, 0, 0);\n    left: 0;\n  }\n}\n.carousel-inner > .active,\n.carousel-inner > .next,\n.carousel-inner > .prev {\n  display: block;\n}\n.carousel-inner > .active {\n  left: 0;\n}\n.carousel-inner > .next,\n.carousel-inner > .prev {\n  position: absolute;\n  top: 0;\n  width: 100%;\n}\n.carousel-inner > .next {\n  left: 100%;\n}\n.carousel-inner > .prev {\n  left: -100%;\n}\n.carousel-inner > .next.left,\n.carousel-inner > .prev.right {\n  left: 0;\n}\n.carousel-inner > .active.left {\n  left: -100%;\n}\n.carousel-inner > .active.right {\n  left: 100%;\n}\n.carousel-control {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  width: 15%;\n  opacity: 0.5;\n  filter: alpha(opacity=50);\n  font-size: 20px;\n  color: #fff;\n  text-align: center;\n  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);\n  background-color: rgba(0, 0, 0, 0);\n}\n.carousel-control.left {\n  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);\n  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);\n  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);\n}\n.carousel-control.right {\n  left: auto;\n  right: 0;\n  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);\n  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);\n  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);\n}\n.carousel-control:hover,\n.carousel-control:focus {\n  outline: 0;\n  color: #fff;\n  text-decoration: none;\n  opacity: 0.9;\n  filter: alpha(opacity=90);\n}\n.carousel-control .icon-prev,\n.carousel-control .icon-next,\n.carousel-control .glyphicon-chevron-left,\n.carousel-control .glyphicon-chevron-right {\n  position: absolute;\n  top: 50%;\n  margin-top: -10px;\n  z-index: 5;\n  display: inline-block;\n}\n.carousel-control .icon-prev,\n.carousel-control .glyphicon-chevron-left {\n  left: 50%;\n  margin-left: -10px;\n}\n.carousel-control .icon-next,\n.carousel-control .glyphicon-chevron-right {\n  right: 50%;\n  margin-right: -10px;\n}\n.carousel-control .icon-prev,\n.carousel-control .icon-next {\n  width: 20px;\n  height: 20px;\n  line-height: 1;\n  font-family: serif;\n}\n.carousel-control .icon-prev:before {\n  content: '\\2039';\n}\n.carousel-control .icon-next:before {\n  content: '\\203a';\n}\n.carousel-indicators {\n  position: absolute;\n  bottom: 10px;\n  left: 50%;\n  z-index: 15;\n  width: 60%;\n  margin-left: -30%;\n  padding-left: 0;\n  list-style: none;\n  text-align: center;\n}\n.carousel-indicators li {\n  display: inline-block;\n  width: 10px;\n  height: 10px;\n  margin: 1px;\n  text-indent: -999px;\n  border: 1px solid #fff;\n  border-radius: 10px;\n  cursor: pointer;\n  background-color: #000 \\9;\n  background-color: rgba(0, 0, 0, 0);\n}\n.carousel-indicators .active {\n  margin: 0;\n  width: 12px;\n  height: 12px;\n  background-color: #fff;\n}\n.carousel-caption {\n  position: absolute;\n  left: 15%;\n  right: 15%;\n  bottom: 20px;\n  z-index: 10;\n  padding-top: 20px;\n  padding-bottom: 20px;\n  color: #fff;\n  text-align: center;\n  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);\n}\n.carousel-caption .btn {\n  text-shadow: none;\n}\n@media screen and (min-width: 768px) {\n  .carousel-control .glyphicon-chevron-left,\n  .carousel-control .glyphicon-chevron-right,\n  .carousel-control .icon-prev,\n  .carousel-control .icon-next {\n    width: 30px;\n    height: 30px;\n    margin-top: -10px;\n    font-size: 30px;\n  }\n  .carousel-control .glyphicon-chevron-left,\n  .carousel-control .icon-prev {\n    margin-left: -10px;\n  }\n  .carousel-control .glyphicon-chevron-right,\n  .carousel-control .icon-next {\n    margin-right: -10px;\n  }\n  .carousel-caption {\n    left: 20%;\n    right: 20%;\n    padding-bottom: 30px;\n  }\n  .carousel-indicators {\n    bottom: 20px;\n  }\n}\n.clearfix:before,\n.clearfix:after,\n.dl-horizontal dd:before,\n.dl-horizontal dd:after,\n.container:before,\n.container:after,\n.container-fluid:before,\n.container-fluid:after,\n.row:before,\n.row:after,\n.form-horizontal .form-group:before,\n.form-horizontal .form-group:after,\n.btn-toolbar:before,\n.btn-toolbar:after,\n.btn-group-vertical > .btn-group:before,\n.btn-group-vertical > .btn-group:after,\n.nav:before,\n.nav:after,\n.navbar:before,\n.navbar:after,\n.navbar-header:before,\n.navbar-header:after,\n.navbar-collapse:before,\n.navbar-collapse:after,\n.pager:before,\n.pager:after,\n.panel-body:before,\n.panel-body:after,\n.modal-header:before,\n.modal-header:after,\n.modal-footer:before,\n.modal-footer:after {\n  content: \" \";\n  display: table;\n}\n.clearfix:after,\n.dl-horizontal dd:after,\n.container:after,\n.container-fluid:after,\n.row:after,\n.form-horizontal .form-group:after,\n.btn-toolbar:after,\n.btn-group-vertical > .btn-group:after,\n.nav:after,\n.navbar:after,\n.navbar-header:after,\n.navbar-collapse:after,\n.pager:after,\n.panel-body:after,\n.modal-header:after,\n.modal-footer:after {\n  clear: both;\n}\n.center-block {\n  display: block;\n  margin-left: auto;\n  margin-right: auto;\n}\n.pull-right {\n  float: right !important;\n}\n.pull-left {\n  float: left !important;\n}\n.hide {\n  display: none !important;\n}\n.show {\n  display: block !important;\n}\n.invisible {\n  visibility: hidden;\n}\n.text-hide {\n  font: 0/0 a;\n  color: transparent;\n  text-shadow: none;\n  background-color: transparent;\n  border: 0;\n}\n.hidden {\n  display: none !important;\n}\n.affix {\n  position: fixed;\n}\n@-ms-viewport {\n  width: device-width;\n}\n.visible-xs,\n.visible-sm,\n.visible-md,\n.visible-lg {\n  display: none !important;\n}\n.visible-xs-block,\n.visible-xs-inline,\n.visible-xs-inline-block,\n.visible-sm-block,\n.visible-sm-inline,\n.visible-sm-inline-block,\n.visible-md-block,\n.visible-md-inline,\n.visible-md-inline-block,\n.visible-lg-block,\n.visible-lg-inline,\n.visible-lg-inline-block {\n  display: none !important;\n}\n@media (max-width: 767px) {\n  .visible-xs {\n    display: block !important;\n  }\n  table.visible-xs {\n    display: table !important;\n  }\n  tr.visible-xs {\n    display: table-row !important;\n  }\n  th.visible-xs,\n  td.visible-xs {\n    display: table-cell !important;\n  }\n}\n@media (max-width: 767px) {\n  .visible-xs-block {\n    display: block !important;\n  }\n}\n@media (max-width: 767px) {\n  .visible-xs-inline {\n    display: inline !important;\n  }\n}\n@media (max-width: 767px) {\n  .visible-xs-inline-block {\n    display: inline-block !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .visible-sm {\n    display: block !important;\n  }\n  table.visible-sm {\n    display: table !important;\n  }\n  tr.visible-sm {\n    display: table-row !important;\n  }\n  th.visible-sm,\n  td.visible-sm {\n    display: table-cell !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .visible-sm-block {\n    display: block !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .visible-sm-inline {\n    display: inline !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .visible-sm-inline-block {\n    display: inline-block !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .visible-md {\n    display: block !important;\n  }\n  table.visible-md {\n    display: table !important;\n  }\n  tr.visible-md {\n    display: table-row !important;\n  }\n  th.visible-md,\n  td.visible-md {\n    display: table-cell !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .visible-md-block {\n    display: block !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .visible-md-inline {\n    display: inline !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .visible-md-inline-block {\n    display: inline-block !important;\n  }\n}\n@media (min-width: 1200px) {\n  .visible-lg {\n    display: block !important;\n  }\n  table.visible-lg {\n    display: table !important;\n  }\n  tr.visible-lg {\n    display: table-row !important;\n  }\n  th.visible-lg,\n  td.visible-lg {\n    display: table-cell !important;\n  }\n}\n@media (min-width: 1200px) {\n  .visible-lg-block {\n    display: block !important;\n  }\n}\n@media (min-width: 1200px) {\n  .visible-lg-inline {\n    display: inline !important;\n  }\n}\n@media (min-width: 1200px) {\n  .visible-lg-inline-block {\n    display: inline-block !important;\n  }\n}\n@media (max-width: 767px) {\n  .hidden-xs {\n    display: none !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .hidden-sm {\n    display: none !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .hidden-md {\n    display: none !important;\n  }\n}\n@media (min-width: 1200px) {\n  .hidden-lg {\n    display: none !important;\n  }\n}\n.visible-print {\n  display: none !important;\n}\n@media print {\n  .visible-print {\n    display: block !important;\n  }\n  table.visible-print {\n    display: table !important;\n  }\n  tr.visible-print {\n    display: table-row !important;\n  }\n  th.visible-print,\n  td.visible-print {\n    display: table-cell !important;\n  }\n}\n.visible-print-block {\n  display: none !important;\n}\n@media print {\n  .visible-print-block {\n    display: block !important;\n  }\n}\n.visible-print-inline {\n  display: none !important;\n}\n@media print {\n  .visible-print-inline {\n    display: inline !important;\n  }\n}\n.visible-print-inline-block {\n  display: none !important;\n}\n@media print {\n  .visible-print-inline-block {\n    display: inline-block !important;\n  }\n}\n@media print {\n  .hidden-print {\n    display: none !important;\n  }\n}\n/*# sourceMappingURL=bootstrap.css.map */","/*!\n * Bootstrap v3.3.7 (http://getbootstrap.com)\n * Copyright 2011-2016 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */\nhtml {\n  font-family: sans-serif;\n  -webkit-text-size-adjust: 100%;\n      -ms-text-size-adjust: 100%;\n}\nbody {\n  margin: 0;\n}\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n  display: block;\n}\naudio,\ncanvas,\nprogress,\nvideo {\n  display: inline-block;\n  vertical-align: baseline;\n}\naudio:not([controls]) {\n  display: none;\n  height: 0;\n}\n[hidden],\ntemplate {\n  display: none;\n}\na {\n  background-color: transparent;\n}\na:active,\na:hover {\n  outline: 0;\n}\nabbr[title] {\n  border-bottom: 1px dotted;\n}\nb,\nstrong {\n  font-weight: bold;\n}\ndfn {\n  font-style: italic;\n}\nh1 {\n  margin: .67em 0;\n  font-size: 2em;\n}\nmark {\n  color: #000;\n  background: #ff0;\n}\nsmall {\n  font-size: 80%;\n}\nsub,\nsup {\n  position: relative;\n  font-size: 75%;\n  line-height: 0;\n  vertical-align: baseline;\n}\nsup {\n  top: -.5em;\n}\nsub {\n  bottom: -.25em;\n}\nimg {\n  border: 0;\n}\nsvg:not(:root) {\n  overflow: hidden;\n}\nfigure {\n  margin: 1em 40px;\n}\nhr {\n  height: 0;\n  -webkit-box-sizing: content-box;\n     -moz-box-sizing: content-box;\n          box-sizing: content-box;\n}\npre {\n  overflow: auto;\n}\ncode,\nkbd,\npre,\nsamp {\n  font-family: monospace, monospace;\n  font-size: 1em;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n  margin: 0;\n  font: inherit;\n  color: inherit;\n}\nbutton {\n  overflow: visible;\n}\nbutton,\nselect {\n  text-transform: none;\n}\nbutton,\nhtml input[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n  -webkit-appearance: button;\n  cursor: pointer;\n}\nbutton[disabled],\nhtml input[disabled] {\n  cursor: default;\n}\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n  padding: 0;\n  border: 0;\n}\ninput {\n  line-height: normal;\n}\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n  -webkit-box-sizing: border-box;\n     -moz-box-sizing: border-box;\n          box-sizing: border-box;\n  padding: 0;\n}\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n  height: auto;\n}\ninput[type=\"search\"] {\n  -webkit-box-sizing: content-box;\n     -moz-box-sizing: content-box;\n          box-sizing: content-box;\n  -webkit-appearance: textfield;\n}\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n  -webkit-appearance: none;\n}\nfieldset {\n  padding: .35em .625em .75em;\n  margin: 0 2px;\n  border: 1px solid #c0c0c0;\n}\nlegend {\n  padding: 0;\n  border: 0;\n}\ntextarea {\n  overflow: auto;\n}\noptgroup {\n  font-weight: bold;\n}\ntable {\n  border-spacing: 0;\n  border-collapse: collapse;\n}\ntd,\nth {\n  padding: 0;\n}\n/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */\n@media print {\n  *,\n  *:before,\n  *:after {\n    color: #000 !important;\n    text-shadow: none !important;\n    background: transparent !important;\n    -webkit-box-shadow: none !important;\n            box-shadow: none !important;\n  }\n  a,\n  a:visited {\n    text-decoration: underline;\n  }\n  a[href]:after {\n    content: \" (\" attr(href) \")\";\n  }\n  abbr[title]:after {\n    content: \" (\" attr(title) \")\";\n  }\n  a[href^=\"#\"]:after,\n  a[href^=\"javascript:\"]:after {\n    content: \"\";\n  }\n  pre,\n  blockquote {\n    border: 1px solid #999;\n\n    page-break-inside: avoid;\n  }\n  thead {\n    display: table-header-group;\n  }\n  tr,\n  img {\n    page-break-inside: avoid;\n  }\n  img {\n    max-width: 100% !important;\n  }\n  p,\n  h2,\n  h3 {\n    orphans: 3;\n    widows: 3;\n  }\n  h2,\n  h3 {\n    page-break-after: avoid;\n  }\n  .navbar {\n    display: none;\n  }\n  .btn > .caret,\n  .dropup > .btn > .caret {\n    border-top-color: #000 !important;\n  }\n  .label {\n    border: 1px solid #000;\n  }\n  .table {\n    border-collapse: collapse !important;\n  }\n  .table td,\n  .table th {\n    background-color: #fff !important;\n  }\n  .table-bordered th,\n  .table-bordered td {\n    border: 1px solid #ddd !important;\n  }\n}\n@font-face {\n  font-family: 'Glyphicons Halflings';\n\n  src: url('../fonts/glyphicons-halflings-regular.eot');\n  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 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');\n}\n.glyphicon {\n  position: relative;\n  top: 1px;\n  display: inline-block;\n  font-family: 'Glyphicons Halflings';\n  font-style: normal;\n  font-weight: normal;\n  line-height: 1;\n\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n.glyphicon-asterisk:before {\n  content: \"\\002a\";\n}\n.glyphicon-plus:before {\n  content: \"\\002b\";\n}\n.glyphicon-euro:before,\n.glyphicon-eur:before {\n  content: \"\\20ac\";\n}\n.glyphicon-minus:before {\n  content: \"\\2212\";\n}\n.glyphicon-cloud:before {\n  content: \"\\2601\";\n}\n.glyphicon-envelope:before {\n  content: \"\\2709\";\n}\n.glyphicon-pencil:before {\n  content: \"\\270f\";\n}\n.glyphicon-glass:before {\n  content: \"\\e001\";\n}\n.glyphicon-music:before {\n  content: \"\\e002\";\n}\n.glyphicon-search:before {\n  content: \"\\e003\";\n}\n.glyphicon-heart:before {\n  content: \"\\e005\";\n}\n.glyphicon-star:before {\n  content: \"\\e006\";\n}\n.glyphicon-star-empty:before {\n  content: \"\\e007\";\n}\n.glyphicon-user:before {\n  content: \"\\e008\";\n}\n.glyphicon-film:before {\n  content: \"\\e009\";\n}\n.glyphicon-th-large:before {\n  content: \"\\e010\";\n}\n.glyphicon-th:before {\n  content: \"\\e011\";\n}\n.glyphicon-th-list:before {\n  content: \"\\e012\";\n}\n.glyphicon-ok:before {\n  content: \"\\e013\";\n}\n.glyphicon-remove:before {\n  content: \"\\e014\";\n}\n.glyphicon-zoom-in:before {\n  content: \"\\e015\";\n}\n.glyphicon-zoom-out:before {\n  content: \"\\e016\";\n}\n.glyphicon-off:before {\n  content: \"\\e017\";\n}\n.glyphicon-signal:before {\n  content: \"\\e018\";\n}\n.glyphicon-cog:before {\n  content: \"\\e019\";\n}\n.glyphicon-trash:before {\n  content: \"\\e020\";\n}\n.glyphicon-home:before {\n  content: \"\\e021\";\n}\n.glyphicon-file:before {\n  content: \"\\e022\";\n}\n.glyphicon-time:before {\n  content: \"\\e023\";\n}\n.glyphicon-road:before {\n  content: \"\\e024\";\n}\n.glyphicon-download-alt:before {\n  content: \"\\e025\";\n}\n.glyphicon-download:before {\n  content: \"\\e026\";\n}\n.glyphicon-upload:before {\n  content: \"\\e027\";\n}\n.glyphicon-inbox:before {\n  content: \"\\e028\";\n}\n.glyphicon-play-circle:before {\n  content: \"\\e029\";\n}\n.glyphicon-repeat:before {\n  content: \"\\e030\";\n}\n.glyphicon-refresh:before {\n  content: \"\\e031\";\n}\n.glyphicon-list-alt:before {\n  content: \"\\e032\";\n}\n.glyphicon-lock:before {\n  content: \"\\e033\";\n}\n.glyphicon-flag:before {\n  content: \"\\e034\";\n}\n.glyphicon-headphones:before {\n  content: \"\\e035\";\n}\n.glyphicon-volume-off:before {\n  content: \"\\e036\";\n}\n.glyphicon-volume-down:before {\n  content: \"\\e037\";\n}\n.glyphicon-volume-up:before {\n  content: \"\\e038\";\n}\n.glyphicon-qrcode:before {\n  content: \"\\e039\";\n}\n.glyphicon-barcode:before {\n  content: \"\\e040\";\n}\n.glyphicon-tag:before {\n  content: \"\\e041\";\n}\n.glyphicon-tags:before {\n  content: \"\\e042\";\n}\n.glyphicon-book:before {\n  content: \"\\e043\";\n}\n.glyphicon-bookmark:before {\n  content: \"\\e044\";\n}\n.glyphicon-print:before {\n  content: \"\\e045\";\n}\n.glyphicon-camera:before {\n  content: \"\\e046\";\n}\n.glyphicon-font:before {\n  content: \"\\e047\";\n}\n.glyphicon-bold:before {\n  content: \"\\e048\";\n}\n.glyphicon-italic:before {\n  content: \"\\e049\";\n}\n.glyphicon-text-height:before {\n  content: \"\\e050\";\n}\n.glyphicon-text-width:before {\n  content: \"\\e051\";\n}\n.glyphicon-align-left:before {\n  content: \"\\e052\";\n}\n.glyphicon-align-center:before {\n  content: \"\\e053\";\n}\n.glyphicon-align-right:before {\n  content: \"\\e054\";\n}\n.glyphicon-align-justify:before {\n  content: \"\\e055\";\n}\n.glyphicon-list:before {\n  content: \"\\e056\";\n}\n.glyphicon-indent-left:before {\n  content: \"\\e057\";\n}\n.glyphicon-indent-right:before {\n  content: \"\\e058\";\n}\n.glyphicon-facetime-video:before {\n  content: \"\\e059\";\n}\n.glyphicon-picture:before {\n  content: \"\\e060\";\n}\n.glyphicon-map-marker:before {\n  content: \"\\e062\";\n}\n.glyphicon-adjust:before {\n  content: \"\\e063\";\n}\n.glyphicon-tint:before {\n  content: \"\\e064\";\n}\n.glyphicon-edit:before {\n  content: \"\\e065\";\n}\n.glyphicon-share:before {\n  content: \"\\e066\";\n}\n.glyphicon-check:before {\n  content: \"\\e067\";\n}\n.glyphicon-move:before {\n  content: \"\\e068\";\n}\n.glyphicon-step-backward:before {\n  content: \"\\e069\";\n}\n.glyphicon-fast-backward:before {\n  content: \"\\e070\";\n}\n.glyphicon-backward:before {\n  content: \"\\e071\";\n}\n.glyphicon-play:before {\n  content: \"\\e072\";\n}\n.glyphicon-pause:before {\n  content: \"\\e073\";\n}\n.glyphicon-stop:before {\n  content: \"\\e074\";\n}\n.glyphicon-forward:before {\n  content: \"\\e075\";\n}\n.glyphicon-fast-forward:before {\n  content: \"\\e076\";\n}\n.glyphicon-step-forward:before {\n  content: \"\\e077\";\n}\n.glyphicon-eject:before {\n  content: \"\\e078\";\n}\n.glyphicon-chevron-left:before {\n  content: \"\\e079\";\n}\n.glyphicon-chevron-right:before {\n  content: \"\\e080\";\n}\n.glyphicon-plus-sign:before {\n  content: \"\\e081\";\n}\n.glyphicon-minus-sign:before {\n  content: \"\\e082\";\n}\n.glyphicon-remove-sign:before {\n  content: \"\\e083\";\n}\n.glyphicon-ok-sign:before {\n  content: \"\\e084\";\n}\n.glyphicon-question-sign:before {\n  content: \"\\e085\";\n}\n.glyphicon-info-sign:before {\n  content: \"\\e086\";\n}\n.glyphicon-screenshot:before {\n  content: \"\\e087\";\n}\n.glyphicon-remove-circle:before {\n  content: \"\\e088\";\n}\n.glyphicon-ok-circle:before {\n  content: \"\\e089\";\n}\n.glyphicon-ban-circle:before {\n  content: \"\\e090\";\n}\n.glyphicon-arrow-left:before {\n  content: \"\\e091\";\n}\n.glyphicon-arrow-right:before {\n  content: \"\\e092\";\n}\n.glyphicon-arrow-up:before {\n  content: \"\\e093\";\n}\n.glyphicon-arrow-down:before {\n  content: \"\\e094\";\n}\n.glyphicon-share-alt:before {\n  content: \"\\e095\";\n}\n.glyphicon-resize-full:before {\n  content: \"\\e096\";\n}\n.glyphicon-resize-small:before {\n  content: \"\\e097\";\n}\n.glyphicon-exclamation-sign:before {\n  content: \"\\e101\";\n}\n.glyphicon-gift:before {\n  content: \"\\e102\";\n}\n.glyphicon-leaf:before {\n  content: \"\\e103\";\n}\n.glyphicon-fire:before {\n  content: \"\\e104\";\n}\n.glyphicon-eye-open:before {\n  content: \"\\e105\";\n}\n.glyphicon-eye-close:before {\n  content: \"\\e106\";\n}\n.glyphicon-warning-sign:before {\n  content: \"\\e107\";\n}\n.glyphicon-plane:before {\n  content: \"\\e108\";\n}\n.glyphicon-calendar:before {\n  content: \"\\e109\";\n}\n.glyphicon-random:before {\n  content: \"\\e110\";\n}\n.glyphicon-comment:before {\n  content: \"\\e111\";\n}\n.glyphicon-magnet:before {\n  content: \"\\e112\";\n}\n.glyphicon-chevron-up:before {\n  content: \"\\e113\";\n}\n.glyphicon-chevron-down:before {\n  content: \"\\e114\";\n}\n.glyphicon-retweet:before {\n  content: \"\\e115\";\n}\n.glyphicon-shopping-cart:before {\n  content: \"\\e116\";\n}\n.glyphicon-folder-close:before {\n  content: \"\\e117\";\n}\n.glyphicon-folder-open:before {\n  content: \"\\e118\";\n}\n.glyphicon-resize-vertical:before {\n  content: \"\\e119\";\n}\n.glyphicon-resize-horizontal:before {\n  content: \"\\e120\";\n}\n.glyphicon-hdd:before {\n  content: \"\\e121\";\n}\n.glyphicon-bullhorn:before {\n  content: \"\\e122\";\n}\n.glyphicon-bell:before {\n  content: \"\\e123\";\n}\n.glyphicon-certificate:before {\n  content: \"\\e124\";\n}\n.glyphicon-thumbs-up:before {\n  content: \"\\e125\";\n}\n.glyphicon-thumbs-down:before {\n  content: \"\\e126\";\n}\n.glyphicon-hand-right:before {\n  content: \"\\e127\";\n}\n.glyphicon-hand-left:before {\n  content: \"\\e128\";\n}\n.glyphicon-hand-up:before {\n  content: \"\\e129\";\n}\n.glyphicon-hand-down:before {\n  content: \"\\e130\";\n}\n.glyphicon-circle-arrow-right:before {\n  content: \"\\e131\";\n}\n.glyphicon-circle-arrow-left:before {\n  content: \"\\e132\";\n}\n.glyphicon-circle-arrow-up:before {\n  content: \"\\e133\";\n}\n.glyphicon-circle-arrow-down:before {\n  content: \"\\e134\";\n}\n.glyphicon-globe:before {\n  content: \"\\e135\";\n}\n.glyphicon-wrench:before {\n  content: \"\\e136\";\n}\n.glyphicon-tasks:before {\n  content: \"\\e137\";\n}\n.glyphicon-filter:before {\n  content: \"\\e138\";\n}\n.glyphicon-briefcase:before {\n  content: \"\\e139\";\n}\n.glyphicon-fullscreen:before {\n  content: \"\\e140\";\n}\n.glyphicon-dashboard:before {\n  content: \"\\e141\";\n}\n.glyphicon-paperclip:before {\n  content: \"\\e142\";\n}\n.glyphicon-heart-empty:before {\n  content: \"\\e143\";\n}\n.glyphicon-link:before {\n  content: \"\\e144\";\n}\n.glyphicon-phone:before {\n  content: \"\\e145\";\n}\n.glyphicon-pushpin:before {\n  content: \"\\e146\";\n}\n.glyphicon-usd:before {\n  content: \"\\e148\";\n}\n.glyphicon-gbp:before {\n  content: \"\\e149\";\n}\n.glyphicon-sort:before {\n  content: \"\\e150\";\n}\n.glyphicon-sort-by-alphabet:before {\n  content: \"\\e151\";\n}\n.glyphicon-sort-by-alphabet-alt:before {\n  content: \"\\e152\";\n}\n.glyphicon-sort-by-order:before {\n  content: \"\\e153\";\n}\n.glyphicon-sort-by-order-alt:before {\n  content: \"\\e154\";\n}\n.glyphicon-sort-by-attributes:before {\n  content: \"\\e155\";\n}\n.glyphicon-sort-by-attributes-alt:before {\n  content: \"\\e156\";\n}\n.glyphicon-unchecked:before {\n  content: \"\\e157\";\n}\n.glyphicon-expand:before {\n  content: \"\\e158\";\n}\n.glyphicon-collapse-down:before {\n  content: \"\\e159\";\n}\n.glyphicon-collapse-up:before {\n  content: \"\\e160\";\n}\n.glyphicon-log-in:before {\n  content: \"\\e161\";\n}\n.glyphicon-flash:before {\n  content: \"\\e162\";\n}\n.glyphicon-log-out:before {\n  content: \"\\e163\";\n}\n.glyphicon-new-window:before {\n  content: \"\\e164\";\n}\n.glyphicon-record:before {\n  content: \"\\e165\";\n}\n.glyphicon-save:before {\n  content: \"\\e166\";\n}\n.glyphicon-open:before {\n  content: \"\\e167\";\n}\n.glyphicon-saved:before {\n  content: \"\\e168\";\n}\n.glyphicon-import:before {\n  content: \"\\e169\";\n}\n.glyphicon-export:before {\n  content: \"\\e170\";\n}\n.glyphicon-send:before {\n  content: \"\\e171\";\n}\n.glyphicon-floppy-disk:before {\n  content: \"\\e172\";\n}\n.glyphicon-floppy-saved:before {\n  content: \"\\e173\";\n}\n.glyphicon-floppy-remove:before {\n  content: \"\\e174\";\n}\n.glyphicon-floppy-save:before {\n  content: \"\\e175\";\n}\n.glyphicon-floppy-open:before {\n  content: \"\\e176\";\n}\n.glyphicon-credit-card:before {\n  content: \"\\e177\";\n}\n.glyphicon-transfer:before {\n  content: \"\\e178\";\n}\n.glyphicon-cutlery:before {\n  content: \"\\e179\";\n}\n.glyphicon-header:before {\n  content: \"\\e180\";\n}\n.glyphicon-compressed:before {\n  content: \"\\e181\";\n}\n.glyphicon-earphone:before {\n  content: \"\\e182\";\n}\n.glyphicon-phone-alt:before {\n  content: \"\\e183\";\n}\n.glyphicon-tower:before {\n  content: \"\\e184\";\n}\n.glyphicon-stats:before {\n  content: \"\\e185\";\n}\n.glyphicon-sd-video:before {\n  content: \"\\e186\";\n}\n.glyphicon-hd-video:before {\n  content: \"\\e187\";\n}\n.glyphicon-subtitles:before {\n  content: \"\\e188\";\n}\n.glyphicon-sound-stereo:before {\n  content: \"\\e189\";\n}\n.glyphicon-sound-dolby:before {\n  content: \"\\e190\";\n}\n.glyphicon-sound-5-1:before {\n  content: \"\\e191\";\n}\n.glyphicon-sound-6-1:before {\n  content: \"\\e192\";\n}\n.glyphicon-sound-7-1:before {\n  content: \"\\e193\";\n}\n.glyphicon-copyright-mark:before {\n  content: \"\\e194\";\n}\n.glyphicon-registration-mark:before {\n  content: \"\\e195\";\n}\n.glyphicon-cloud-download:before {\n  content: \"\\e197\";\n}\n.glyphicon-cloud-upload:before {\n  content: \"\\e198\";\n}\n.glyphicon-tree-conifer:before {\n  content: \"\\e199\";\n}\n.glyphicon-tree-deciduous:before {\n  content: \"\\e200\";\n}\n.glyphicon-cd:before {\n  content: \"\\e201\";\n}\n.glyphicon-save-file:before {\n  content: \"\\e202\";\n}\n.glyphicon-open-file:before {\n  content: \"\\e203\";\n}\n.glyphicon-level-up:before {\n  content: \"\\e204\";\n}\n.glyphicon-copy:before {\n  content: \"\\e205\";\n}\n.glyphicon-paste:before {\n  content: \"\\e206\";\n}\n.glyphicon-alert:before {\n  content: \"\\e209\";\n}\n.glyphicon-equalizer:before {\n  content: \"\\e210\";\n}\n.glyphicon-king:before {\n  content: \"\\e211\";\n}\n.glyphicon-queen:before {\n  content: \"\\e212\";\n}\n.glyphicon-pawn:before {\n  content: \"\\e213\";\n}\n.glyphicon-bishop:before {\n  content: \"\\e214\";\n}\n.glyphicon-knight:before {\n  content: \"\\e215\";\n}\n.glyphicon-baby-formula:before {\n  content: \"\\e216\";\n}\n.glyphicon-tent:before {\n  content: \"\\26fa\";\n}\n.glyphicon-blackboard:before {\n  content: \"\\e218\";\n}\n.glyphicon-bed:before {\n  content: \"\\e219\";\n}\n.glyphicon-apple:before {\n  content: \"\\f8ff\";\n}\n.glyphicon-erase:before {\n  content: \"\\e221\";\n}\n.glyphicon-hourglass:before {\n  content: \"\\231b\";\n}\n.glyphicon-lamp:before {\n  content: \"\\e223\";\n}\n.glyphicon-duplicate:before {\n  content: \"\\e224\";\n}\n.glyphicon-piggy-bank:before {\n  content: \"\\e225\";\n}\n.glyphicon-scissors:before {\n  content: \"\\e226\";\n}\n.glyphicon-bitcoin:before {\n  content: \"\\e227\";\n}\n.glyphicon-btc:before {\n  content: \"\\e227\";\n}\n.glyphicon-xbt:before {\n  content: \"\\e227\";\n}\n.glyphicon-yen:before {\n  content: \"\\00a5\";\n}\n.glyphicon-jpy:before {\n  content: \"\\00a5\";\n}\n.glyphicon-ruble:before {\n  content: \"\\20bd\";\n}\n.glyphicon-rub:before {\n  content: \"\\20bd\";\n}\n.glyphicon-scale:before {\n  content: \"\\e230\";\n}\n.glyphicon-ice-lolly:before {\n  content: \"\\e231\";\n}\n.glyphicon-ice-lolly-tasted:before {\n  content: \"\\e232\";\n}\n.glyphicon-education:before {\n  content: \"\\e233\";\n}\n.glyphicon-option-horizontal:before {\n  content: \"\\e234\";\n}\n.glyphicon-option-vertical:before {\n  content: \"\\e235\";\n}\n.glyphicon-menu-hamburger:before {\n  content: \"\\e236\";\n}\n.glyphicon-modal-window:before {\n  content: \"\\e237\";\n}\n.glyphicon-oil:before {\n  content: \"\\e238\";\n}\n.glyphicon-grain:before {\n  content: \"\\e239\";\n}\n.glyphicon-sunglasses:before {\n  content: \"\\e240\";\n}\n.glyphicon-text-size:before {\n  content: \"\\e241\";\n}\n.glyphicon-text-color:before {\n  content: \"\\e242\";\n}\n.glyphicon-text-background:before {\n  content: \"\\e243\";\n}\n.glyphicon-object-align-top:before {\n  content: \"\\e244\";\n}\n.glyphicon-object-align-bottom:before {\n  content: \"\\e245\";\n}\n.glyphicon-object-align-horizontal:before {\n  content: \"\\e246\";\n}\n.glyphicon-object-align-left:before {\n  content: \"\\e247\";\n}\n.glyphicon-object-align-vertical:before {\n  content: \"\\e248\";\n}\n.glyphicon-object-align-right:before {\n  content: \"\\e249\";\n}\n.glyphicon-triangle-right:before {\n  content: \"\\e250\";\n}\n.glyphicon-triangle-left:before {\n  content: \"\\e251\";\n}\n.glyphicon-triangle-bottom:before {\n  content: \"\\e252\";\n}\n.glyphicon-triangle-top:before {\n  content: \"\\e253\";\n}\n.glyphicon-console:before {\n  content: \"\\e254\";\n}\n.glyphicon-superscript:before {\n  content: \"\\e255\";\n}\n.glyphicon-subscript:before {\n  content: \"\\e256\";\n}\n.glyphicon-menu-left:before {\n  content: \"\\e257\";\n}\n.glyphicon-menu-right:before {\n  content: \"\\e258\";\n}\n.glyphicon-menu-down:before {\n  content: \"\\e259\";\n}\n.glyphicon-menu-up:before {\n  content: \"\\e260\";\n}\n* {\n  -webkit-box-sizing: border-box;\n     -moz-box-sizing: border-box;\n          box-sizing: border-box;\n}\n*:before,\n*:after {\n  -webkit-box-sizing: border-box;\n     -moz-box-sizing: border-box;\n          box-sizing: border-box;\n}\nhtml {\n  font-size: 10px;\n\n  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\nbody {\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-size: 14px;\n  line-height: 1.42857143;\n  color: #333;\n  background-color: #fff;\n}\ninput,\nbutton,\nselect,\ntextarea {\n  font-family: inherit;\n  font-size: inherit;\n  line-height: inherit;\n}\na {\n  color: #337ab7;\n  text-decoration: none;\n}\na:hover,\na:focus {\n  color: #23527c;\n  text-decoration: underline;\n}\na:focus {\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\nfigure {\n  margin: 0;\n}\nimg {\n  vertical-align: middle;\n}\n.img-responsive,\n.thumbnail > img,\n.thumbnail a > img,\n.carousel-inner > .item > img,\n.carousel-inner > .item > a > img {\n  display: block;\n  max-width: 100%;\n  height: auto;\n}\n.img-rounded {\n  border-radius: 6px;\n}\n.img-thumbnail {\n  display: inline-block;\n  max-width: 100%;\n  height: auto;\n  padding: 4px;\n  line-height: 1.42857143;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  -webkit-transition: all .2s ease-in-out;\n       -o-transition: all .2s ease-in-out;\n          transition: all .2s ease-in-out;\n}\n.img-circle {\n  border-radius: 50%;\n}\nhr {\n  margin-top: 20px;\n  margin-bottom: 20px;\n  border: 0;\n  border-top: 1px solid #eee;\n}\n.sr-only {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  padding: 0;\n  margin: -1px;\n  overflow: hidden;\n  clip: rect(0, 0, 0, 0);\n  border: 0;\n}\n.sr-only-focusable:active,\n.sr-only-focusable:focus {\n  position: static;\n  width: auto;\n  height: auto;\n  margin: 0;\n  overflow: visible;\n  clip: auto;\n}\n[role=\"button\"] {\n  cursor: pointer;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\n.h1,\n.h2,\n.h3,\n.h4,\n.h5,\n.h6 {\n  font-family: inherit;\n  font-weight: 500;\n  line-height: 1.1;\n  color: inherit;\n}\nh1 small,\nh2 small,\nh3 small,\nh4 small,\nh5 small,\nh6 small,\n.h1 small,\n.h2 small,\n.h3 small,\n.h4 small,\n.h5 small,\n.h6 small,\nh1 .small,\nh2 .small,\nh3 .small,\nh4 .small,\nh5 .small,\nh6 .small,\n.h1 .small,\n.h2 .small,\n.h3 .small,\n.h4 .small,\n.h5 .small,\n.h6 .small {\n  font-weight: normal;\n  line-height: 1;\n  color: #777;\n}\nh1,\n.h1,\nh2,\n.h2,\nh3,\n.h3 {\n  margin-top: 20px;\n  margin-bottom: 10px;\n}\nh1 small,\n.h1 small,\nh2 small,\n.h2 small,\nh3 small,\n.h3 small,\nh1 .small,\n.h1 .small,\nh2 .small,\n.h2 .small,\nh3 .small,\n.h3 .small {\n  font-size: 65%;\n}\nh4,\n.h4,\nh5,\n.h5,\nh6,\n.h6 {\n  margin-top: 10px;\n  margin-bottom: 10px;\n}\nh4 small,\n.h4 small,\nh5 small,\n.h5 small,\nh6 small,\n.h6 small,\nh4 .small,\n.h4 .small,\nh5 .small,\n.h5 .small,\nh6 .small,\n.h6 .small {\n  font-size: 75%;\n}\nh1,\n.h1 {\n  font-size: 36px;\n}\nh2,\n.h2 {\n  font-size: 30px;\n}\nh3,\n.h3 {\n  font-size: 24px;\n}\nh4,\n.h4 {\n  font-size: 18px;\n}\nh5,\n.h5 {\n  font-size: 14px;\n}\nh6,\n.h6 {\n  font-size: 12px;\n}\np {\n  margin: 0 0 10px;\n}\n.lead {\n  margin-bottom: 20px;\n  font-size: 16px;\n  font-weight: 300;\n  line-height: 1.4;\n}\n@media (min-width: 768px) {\n  .lead {\n    font-size: 21px;\n  }\n}\nsmall,\n.small {\n  font-size: 85%;\n}\nmark,\n.mark {\n  padding: .2em;\n  background-color: #fcf8e3;\n}\n.text-left {\n  text-align: left;\n}\n.text-right {\n  text-align: right;\n}\n.text-center {\n  text-align: center;\n}\n.text-justify {\n  text-align: justify;\n}\n.text-nowrap {\n  white-space: nowrap;\n}\n.text-lowercase {\n  text-transform: lowercase;\n}\n.text-uppercase {\n  text-transform: uppercase;\n}\n.text-capitalize {\n  text-transform: capitalize;\n}\n.text-muted {\n  color: #777;\n}\n.text-primary {\n  color: #337ab7;\n}\na.text-primary:hover,\na.text-primary:focus {\n  color: #286090;\n}\n.text-success {\n  color: #3c763d;\n}\na.text-success:hover,\na.text-success:focus {\n  color: #2b542c;\n}\n.text-info {\n  color: #31708f;\n}\na.text-info:hover,\na.text-info:focus {\n  color: #245269;\n}\n.text-warning {\n  color: #8a6d3b;\n}\na.text-warning:hover,\na.text-warning:focus {\n  color: #66512c;\n}\n.text-danger {\n  color: #a94442;\n}\na.text-danger:hover,\na.text-danger:focus {\n  color: #843534;\n}\n.bg-primary {\n  color: #fff;\n  background-color: #337ab7;\n}\na.bg-primary:hover,\na.bg-primary:focus {\n  background-color: #286090;\n}\n.bg-success {\n  background-color: #dff0d8;\n}\na.bg-success:hover,\na.bg-success:focus {\n  background-color: #c1e2b3;\n}\n.bg-info {\n  background-color: #d9edf7;\n}\na.bg-info:hover,\na.bg-info:focus {\n  background-color: #afd9ee;\n}\n.bg-warning {\n  background-color: #fcf8e3;\n}\na.bg-warning:hover,\na.bg-warning:focus {\n  background-color: #f7ecb5;\n}\n.bg-danger {\n  background-color: #f2dede;\n}\na.bg-danger:hover,\na.bg-danger:focus {\n  background-color: #e4b9b9;\n}\n.page-header {\n  padding-bottom: 9px;\n  margin: 40px 0 20px;\n  border-bottom: 1px solid #eee;\n}\nul,\nol {\n  margin-top: 0;\n  margin-bottom: 10px;\n}\nul ul,\nol ul,\nul ol,\nol ol {\n  margin-bottom: 0;\n}\n.list-unstyled {\n  padding-left: 0;\n  list-style: none;\n}\n.list-inline {\n  padding-left: 0;\n  margin-left: -5px;\n  list-style: none;\n}\n.list-inline > li {\n  display: inline-block;\n  padding-right: 5px;\n  padding-left: 5px;\n}\ndl {\n  margin-top: 0;\n  margin-bottom: 20px;\n}\ndt,\ndd {\n  line-height: 1.42857143;\n}\ndt {\n  font-weight: bold;\n}\ndd {\n  margin-left: 0;\n}\n@media (min-width: 768px) {\n  .dl-horizontal dt {\n    float: left;\n    width: 160px;\n    overflow: hidden;\n    clear: left;\n    text-align: right;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n  }\n  .dl-horizontal dd {\n    margin-left: 180px;\n  }\n}\nabbr[title],\nabbr[data-original-title] {\n  cursor: help;\n  border-bottom: 1px dotted #777;\n}\n.initialism {\n  font-size: 90%;\n  text-transform: uppercase;\n}\nblockquote {\n  padding: 10px 20px;\n  margin: 0 0 20px;\n  font-size: 17.5px;\n  border-left: 5px solid #eee;\n}\nblockquote p:last-child,\nblockquote ul:last-child,\nblockquote ol:last-child {\n  margin-bottom: 0;\n}\nblockquote footer,\nblockquote small,\nblockquote .small {\n  display: block;\n  font-size: 80%;\n  line-height: 1.42857143;\n  color: #777;\n}\nblockquote footer:before,\nblockquote small:before,\nblockquote .small:before {\n  content: '\\2014 \\00A0';\n}\n.blockquote-reverse,\nblockquote.pull-right {\n  padding-right: 15px;\n  padding-left: 0;\n  text-align: right;\n  border-right: 5px solid #eee;\n  border-left: 0;\n}\n.blockquote-reverse footer:before,\nblockquote.pull-right footer:before,\n.blockquote-reverse small:before,\nblockquote.pull-right small:before,\n.blockquote-reverse .small:before,\nblockquote.pull-right .small:before {\n  content: '';\n}\n.blockquote-reverse footer:after,\nblockquote.pull-right footer:after,\n.blockquote-reverse small:after,\nblockquote.pull-right small:after,\n.blockquote-reverse .small:after,\nblockquote.pull-right .small:after {\n  content: '\\00A0 \\2014';\n}\naddress {\n  margin-bottom: 20px;\n  font-style: normal;\n  line-height: 1.42857143;\n}\ncode,\nkbd,\npre,\nsamp {\n  font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;\n}\ncode {\n  padding: 2px 4px;\n  font-size: 90%;\n  color: #c7254e;\n  background-color: #f9f2f4;\n  border-radius: 4px;\n}\nkbd {\n  padding: 2px 4px;\n  font-size: 90%;\n  color: #fff;\n  background-color: #333;\n  border-radius: 3px;\n  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);\n          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);\n}\nkbd kbd {\n  padding: 0;\n  font-size: 100%;\n  font-weight: bold;\n  -webkit-box-shadow: none;\n          box-shadow: none;\n}\npre {\n  display: block;\n  padding: 9.5px;\n  margin: 0 0 10px;\n  font-size: 13px;\n  line-height: 1.42857143;\n  color: #333;\n  word-break: break-all;\n  word-wrap: break-word;\n  background-color: #f5f5f5;\n  border: 1px solid #ccc;\n  border-radius: 4px;\n}\npre code {\n  padding: 0;\n  font-size: inherit;\n  color: inherit;\n  white-space: pre-wrap;\n  background-color: transparent;\n  border-radius: 0;\n}\n.pre-scrollable {\n  max-height: 340px;\n  overflow-y: scroll;\n}\n.container {\n  padding-right: 15px;\n  padding-left: 15px;\n  margin-right: auto;\n  margin-left: auto;\n}\n@media (min-width: 768px) {\n  .container {\n    width: 750px;\n  }\n}\n@media (min-width: 992px) {\n  .container {\n    width: 970px;\n  }\n}\n@media (min-width: 1200px) {\n  .container {\n    width: 1170px;\n  }\n}\n.container-fluid {\n  padding-right: 15px;\n  padding-left: 15px;\n  margin-right: auto;\n  margin-left: auto;\n}\n.row {\n  margin-right: -15px;\n  margin-left: -15px;\n}\n.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 {\n  position: relative;\n  min-height: 1px;\n  padding-right: 15px;\n  padding-left: 15px;\n}\n.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 {\n  float: left;\n}\n.col-xs-12 {\n  width: 100%;\n}\n.col-xs-11 {\n  width: 91.66666667%;\n}\n.col-xs-10 {\n  width: 83.33333333%;\n}\n.col-xs-9 {\n  width: 75%;\n}\n.col-xs-8 {\n  width: 66.66666667%;\n}\n.col-xs-7 {\n  width: 58.33333333%;\n}\n.col-xs-6 {\n  width: 50%;\n}\n.col-xs-5 {\n  width: 41.66666667%;\n}\n.col-xs-4 {\n  width: 33.33333333%;\n}\n.col-xs-3 {\n  width: 25%;\n}\n.col-xs-2 {\n  width: 16.66666667%;\n}\n.col-xs-1 {\n  width: 8.33333333%;\n}\n.col-xs-pull-12 {\n  right: 100%;\n}\n.col-xs-pull-11 {\n  right: 91.66666667%;\n}\n.col-xs-pull-10 {\n  right: 83.33333333%;\n}\n.col-xs-pull-9 {\n  right: 75%;\n}\n.col-xs-pull-8 {\n  right: 66.66666667%;\n}\n.col-xs-pull-7 {\n  right: 58.33333333%;\n}\n.col-xs-pull-6 {\n  right: 50%;\n}\n.col-xs-pull-5 {\n  right: 41.66666667%;\n}\n.col-xs-pull-4 {\n  right: 33.33333333%;\n}\n.col-xs-pull-3 {\n  right: 25%;\n}\n.col-xs-pull-2 {\n  right: 16.66666667%;\n}\n.col-xs-pull-1 {\n  right: 8.33333333%;\n}\n.col-xs-pull-0 {\n  right: auto;\n}\n.col-xs-push-12 {\n  left: 100%;\n}\n.col-xs-push-11 {\n  left: 91.66666667%;\n}\n.col-xs-push-10 {\n  left: 83.33333333%;\n}\n.col-xs-push-9 {\n  left: 75%;\n}\n.col-xs-push-8 {\n  left: 66.66666667%;\n}\n.col-xs-push-7 {\n  left: 58.33333333%;\n}\n.col-xs-push-6 {\n  left: 50%;\n}\n.col-xs-push-5 {\n  left: 41.66666667%;\n}\n.col-xs-push-4 {\n  left: 33.33333333%;\n}\n.col-xs-push-3 {\n  left: 25%;\n}\n.col-xs-push-2 {\n  left: 16.66666667%;\n}\n.col-xs-push-1 {\n  left: 8.33333333%;\n}\n.col-xs-push-0 {\n  left: auto;\n}\n.col-xs-offset-12 {\n  margin-left: 100%;\n}\n.col-xs-offset-11 {\n  margin-left: 91.66666667%;\n}\n.col-xs-offset-10 {\n  margin-left: 83.33333333%;\n}\n.col-xs-offset-9 {\n  margin-left: 75%;\n}\n.col-xs-offset-8 {\n  margin-left: 66.66666667%;\n}\n.col-xs-offset-7 {\n  margin-left: 58.33333333%;\n}\n.col-xs-offset-6 {\n  margin-left: 50%;\n}\n.col-xs-offset-5 {\n  margin-left: 41.66666667%;\n}\n.col-xs-offset-4 {\n  margin-left: 33.33333333%;\n}\n.col-xs-offset-3 {\n  margin-left: 25%;\n}\n.col-xs-offset-2 {\n  margin-left: 16.66666667%;\n}\n.col-xs-offset-1 {\n  margin-left: 8.33333333%;\n}\n.col-xs-offset-0 {\n  margin-left: 0;\n}\n@media (min-width: 768px) {\n  .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 {\n    float: left;\n  }\n  .col-sm-12 {\n    width: 100%;\n  }\n  .col-sm-11 {\n    width: 91.66666667%;\n  }\n  .col-sm-10 {\n    width: 83.33333333%;\n  }\n  .col-sm-9 {\n    width: 75%;\n  }\n  .col-sm-8 {\n    width: 66.66666667%;\n  }\n  .col-sm-7 {\n    width: 58.33333333%;\n  }\n  .col-sm-6 {\n    width: 50%;\n  }\n  .col-sm-5 {\n    width: 41.66666667%;\n  }\n  .col-sm-4 {\n    width: 33.33333333%;\n  }\n  .col-sm-3 {\n    width: 25%;\n  }\n  .col-sm-2 {\n    width: 16.66666667%;\n  }\n  .col-sm-1 {\n    width: 8.33333333%;\n  }\n  .col-sm-pull-12 {\n    right: 100%;\n  }\n  .col-sm-pull-11 {\n    right: 91.66666667%;\n  }\n  .col-sm-pull-10 {\n    right: 83.33333333%;\n  }\n  .col-sm-pull-9 {\n    right: 75%;\n  }\n  .col-sm-pull-8 {\n    right: 66.66666667%;\n  }\n  .col-sm-pull-7 {\n    right: 58.33333333%;\n  }\n  .col-sm-pull-6 {\n    right: 50%;\n  }\n  .col-sm-pull-5 {\n    right: 41.66666667%;\n  }\n  .col-sm-pull-4 {\n    right: 33.33333333%;\n  }\n  .col-sm-pull-3 {\n    right: 25%;\n  }\n  .col-sm-pull-2 {\n    right: 16.66666667%;\n  }\n  .col-sm-pull-1 {\n    right: 8.33333333%;\n  }\n  .col-sm-pull-0 {\n    right: auto;\n  }\n  .col-sm-push-12 {\n    left: 100%;\n  }\n  .col-sm-push-11 {\n    left: 91.66666667%;\n  }\n  .col-sm-push-10 {\n    left: 83.33333333%;\n  }\n  .col-sm-push-9 {\n    left: 75%;\n  }\n  .col-sm-push-8 {\n    left: 66.66666667%;\n  }\n  .col-sm-push-7 {\n    left: 58.33333333%;\n  }\n  .col-sm-push-6 {\n    left: 50%;\n  }\n  .col-sm-push-5 {\n    left: 41.66666667%;\n  }\n  .col-sm-push-4 {\n    left: 33.33333333%;\n  }\n  .col-sm-push-3 {\n    left: 25%;\n  }\n  .col-sm-push-2 {\n    left: 16.66666667%;\n  }\n  .col-sm-push-1 {\n    left: 8.33333333%;\n  }\n  .col-sm-push-0 {\n    left: auto;\n  }\n  .col-sm-offset-12 {\n    margin-left: 100%;\n  }\n  .col-sm-offset-11 {\n    margin-left: 91.66666667%;\n  }\n  .col-sm-offset-10 {\n    margin-left: 83.33333333%;\n  }\n  .col-sm-offset-9 {\n    margin-left: 75%;\n  }\n  .col-sm-offset-8 {\n    margin-left: 66.66666667%;\n  }\n  .col-sm-offset-7 {\n    margin-left: 58.33333333%;\n  }\n  .col-sm-offset-6 {\n    margin-left: 50%;\n  }\n  .col-sm-offset-5 {\n    margin-left: 41.66666667%;\n  }\n  .col-sm-offset-4 {\n    margin-left: 33.33333333%;\n  }\n  .col-sm-offset-3 {\n    margin-left: 25%;\n  }\n  .col-sm-offset-2 {\n    margin-left: 16.66666667%;\n  }\n  .col-sm-offset-1 {\n    margin-left: 8.33333333%;\n  }\n  .col-sm-offset-0 {\n    margin-left: 0;\n  }\n}\n@media (min-width: 992px) {\n  .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 {\n    float: left;\n  }\n  .col-md-12 {\n    width: 100%;\n  }\n  .col-md-11 {\n    width: 91.66666667%;\n  }\n  .col-md-10 {\n    width: 83.33333333%;\n  }\n  .col-md-9 {\n    width: 75%;\n  }\n  .col-md-8 {\n    width: 66.66666667%;\n  }\n  .col-md-7 {\n    width: 58.33333333%;\n  }\n  .col-md-6 {\n    width: 50%;\n  }\n  .col-md-5 {\n    width: 41.66666667%;\n  }\n  .col-md-4 {\n    width: 33.33333333%;\n  }\n  .col-md-3 {\n    width: 25%;\n  }\n  .col-md-2 {\n    width: 16.66666667%;\n  }\n  .col-md-1 {\n    width: 8.33333333%;\n  }\n  .col-md-pull-12 {\n    right: 100%;\n  }\n  .col-md-pull-11 {\n    right: 91.66666667%;\n  }\n  .col-md-pull-10 {\n    right: 83.33333333%;\n  }\n  .col-md-pull-9 {\n    right: 75%;\n  }\n  .col-md-pull-8 {\n    right: 66.66666667%;\n  }\n  .col-md-pull-7 {\n    right: 58.33333333%;\n  }\n  .col-md-pull-6 {\n    right: 50%;\n  }\n  .col-md-pull-5 {\n    right: 41.66666667%;\n  }\n  .col-md-pull-4 {\n    right: 33.33333333%;\n  }\n  .col-md-pull-3 {\n    right: 25%;\n  }\n  .col-md-pull-2 {\n    right: 16.66666667%;\n  }\n  .col-md-pull-1 {\n    right: 8.33333333%;\n  }\n  .col-md-pull-0 {\n    right: auto;\n  }\n  .col-md-push-12 {\n    left: 100%;\n  }\n  .col-md-push-11 {\n    left: 91.66666667%;\n  }\n  .col-md-push-10 {\n    left: 83.33333333%;\n  }\n  .col-md-push-9 {\n    left: 75%;\n  }\n  .col-md-push-8 {\n    left: 66.66666667%;\n  }\n  .col-md-push-7 {\n    left: 58.33333333%;\n  }\n  .col-md-push-6 {\n    left: 50%;\n  }\n  .col-md-push-5 {\n    left: 41.66666667%;\n  }\n  .col-md-push-4 {\n    left: 33.33333333%;\n  }\n  .col-md-push-3 {\n    left: 25%;\n  }\n  .col-md-push-2 {\n    left: 16.66666667%;\n  }\n  .col-md-push-1 {\n    left: 8.33333333%;\n  }\n  .col-md-push-0 {\n    left: auto;\n  }\n  .col-md-offset-12 {\n    margin-left: 100%;\n  }\n  .col-md-offset-11 {\n    margin-left: 91.66666667%;\n  }\n  .col-md-offset-10 {\n    margin-left: 83.33333333%;\n  }\n  .col-md-offset-9 {\n    margin-left: 75%;\n  }\n  .col-md-offset-8 {\n    margin-left: 66.66666667%;\n  }\n  .col-md-offset-7 {\n    margin-left: 58.33333333%;\n  }\n  .col-md-offset-6 {\n    margin-left: 50%;\n  }\n  .col-md-offset-5 {\n    margin-left: 41.66666667%;\n  }\n  .col-md-offset-4 {\n    margin-left: 33.33333333%;\n  }\n  .col-md-offset-3 {\n    margin-left: 25%;\n  }\n  .col-md-offset-2 {\n    margin-left: 16.66666667%;\n  }\n  .col-md-offset-1 {\n    margin-left: 8.33333333%;\n  }\n  .col-md-offset-0 {\n    margin-left: 0;\n  }\n}\n@media (min-width: 1200px) {\n  .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 {\n    float: left;\n  }\n  .col-lg-12 {\n    width: 100%;\n  }\n  .col-lg-11 {\n    width: 91.66666667%;\n  }\n  .col-lg-10 {\n    width: 83.33333333%;\n  }\n  .col-lg-9 {\n    width: 75%;\n  }\n  .col-lg-8 {\n    width: 66.66666667%;\n  }\n  .col-lg-7 {\n    width: 58.33333333%;\n  }\n  .col-lg-6 {\n    width: 50%;\n  }\n  .col-lg-5 {\n    width: 41.66666667%;\n  }\n  .col-lg-4 {\n    width: 33.33333333%;\n  }\n  .col-lg-3 {\n    width: 25%;\n  }\n  .col-lg-2 {\n    width: 16.66666667%;\n  }\n  .col-lg-1 {\n    width: 8.33333333%;\n  }\n  .col-lg-pull-12 {\n    right: 100%;\n  }\n  .col-lg-pull-11 {\n    right: 91.66666667%;\n  }\n  .col-lg-pull-10 {\n    right: 83.33333333%;\n  }\n  .col-lg-pull-9 {\n    right: 75%;\n  }\n  .col-lg-pull-8 {\n    right: 66.66666667%;\n  }\n  .col-lg-pull-7 {\n    right: 58.33333333%;\n  }\n  .col-lg-pull-6 {\n    right: 50%;\n  }\n  .col-lg-pull-5 {\n    right: 41.66666667%;\n  }\n  .col-lg-pull-4 {\n    right: 33.33333333%;\n  }\n  .col-lg-pull-3 {\n    right: 25%;\n  }\n  .col-lg-pull-2 {\n    right: 16.66666667%;\n  }\n  .col-lg-pull-1 {\n    right: 8.33333333%;\n  }\n  .col-lg-pull-0 {\n    right: auto;\n  }\n  .col-lg-push-12 {\n    left: 100%;\n  }\n  .col-lg-push-11 {\n    left: 91.66666667%;\n  }\n  .col-lg-push-10 {\n    left: 83.33333333%;\n  }\n  .col-lg-push-9 {\n    left: 75%;\n  }\n  .col-lg-push-8 {\n    left: 66.66666667%;\n  }\n  .col-lg-push-7 {\n    left: 58.33333333%;\n  }\n  .col-lg-push-6 {\n    left: 50%;\n  }\n  .col-lg-push-5 {\n    left: 41.66666667%;\n  }\n  .col-lg-push-4 {\n    left: 33.33333333%;\n  }\n  .col-lg-push-3 {\n    left: 25%;\n  }\n  .col-lg-push-2 {\n    left: 16.66666667%;\n  }\n  .col-lg-push-1 {\n    left: 8.33333333%;\n  }\n  .col-lg-push-0 {\n    left: auto;\n  }\n  .col-lg-offset-12 {\n    margin-left: 100%;\n  }\n  .col-lg-offset-11 {\n    margin-left: 91.66666667%;\n  }\n  .col-lg-offset-10 {\n    margin-left: 83.33333333%;\n  }\n  .col-lg-offset-9 {\n    margin-left: 75%;\n  }\n  .col-lg-offset-8 {\n    margin-left: 66.66666667%;\n  }\n  .col-lg-offset-7 {\n    margin-left: 58.33333333%;\n  }\n  .col-lg-offset-6 {\n    margin-left: 50%;\n  }\n  .col-lg-offset-5 {\n    margin-left: 41.66666667%;\n  }\n  .col-lg-offset-4 {\n    margin-left: 33.33333333%;\n  }\n  .col-lg-offset-3 {\n    margin-left: 25%;\n  }\n  .col-lg-offset-2 {\n    margin-left: 16.66666667%;\n  }\n  .col-lg-offset-1 {\n    margin-left: 8.33333333%;\n  }\n  .col-lg-offset-0 {\n    margin-left: 0;\n  }\n}\ntable {\n  background-color: transparent;\n}\ncaption {\n  padding-top: 8px;\n  padding-bottom: 8px;\n  color: #777;\n  text-align: left;\n}\nth {\n  text-align: left;\n}\n.table {\n  width: 100%;\n  max-width: 100%;\n  margin-bottom: 20px;\n}\n.table > thead > tr > th,\n.table > tbody > tr > th,\n.table > tfoot > tr > th,\n.table > thead > tr > td,\n.table > tbody > tr > td,\n.table > tfoot > tr > td {\n  padding: 8px;\n  line-height: 1.42857143;\n  vertical-align: top;\n  border-top: 1px solid #ddd;\n}\n.table > thead > tr > th {\n  vertical-align: bottom;\n  border-bottom: 2px solid #ddd;\n}\n.table > caption + thead > tr:first-child > th,\n.table > colgroup + thead > tr:first-child > th,\n.table > thead:first-child > tr:first-child > th,\n.table > caption + thead > tr:first-child > td,\n.table > colgroup + thead > tr:first-child > td,\n.table > thead:first-child > tr:first-child > td {\n  border-top: 0;\n}\n.table > tbody + tbody {\n  border-top: 2px solid #ddd;\n}\n.table .table {\n  background-color: #fff;\n}\n.table-condensed > thead > tr > th,\n.table-condensed > tbody > tr > th,\n.table-condensed > tfoot > tr > th,\n.table-condensed > thead > tr > td,\n.table-condensed > tbody > tr > td,\n.table-condensed > tfoot > tr > td {\n  padding: 5px;\n}\n.table-bordered {\n  border: 1px solid #ddd;\n}\n.table-bordered > thead > tr > th,\n.table-bordered > tbody > tr > th,\n.table-bordered > tfoot > tr > th,\n.table-bordered > thead > tr > td,\n.table-bordered > tbody > tr > td,\n.table-bordered > tfoot > tr > td {\n  border: 1px solid #ddd;\n}\n.table-bordered > thead > tr > th,\n.table-bordered > thead > tr > td {\n  border-bottom-width: 2px;\n}\n.table-striped > tbody > tr:nth-of-type(odd) {\n  background-color: #f9f9f9;\n}\n.table-hover > tbody > tr:hover {\n  background-color: #f5f5f5;\n}\ntable col[class*=\"col-\"] {\n  position: static;\n  display: table-column;\n  float: none;\n}\ntable td[class*=\"col-\"],\ntable th[class*=\"col-\"] {\n  position: static;\n  display: table-cell;\n  float: none;\n}\n.table > thead > tr > td.active,\n.table > tbody > tr > td.active,\n.table > tfoot > tr > td.active,\n.table > thead > tr > th.active,\n.table > tbody > tr > th.active,\n.table > tfoot > tr > th.active,\n.table > thead > tr.active > td,\n.table > tbody > tr.active > td,\n.table > tfoot > tr.active > td,\n.table > thead > tr.active > th,\n.table > tbody > tr.active > th,\n.table > tfoot > tr.active > th {\n  background-color: #f5f5f5;\n}\n.table-hover > tbody > tr > td.active:hover,\n.table-hover > tbody > tr > th.active:hover,\n.table-hover > tbody > tr.active:hover > td,\n.table-hover > tbody > tr:hover > .active,\n.table-hover > tbody > tr.active:hover > th {\n  background-color: #e8e8e8;\n}\n.table > thead > tr > td.success,\n.table > tbody > tr > td.success,\n.table > tfoot > tr > td.success,\n.table > thead > tr > th.success,\n.table > tbody > tr > th.success,\n.table > tfoot > tr > th.success,\n.table > thead > tr.success > td,\n.table > tbody > tr.success > td,\n.table > tfoot > tr.success > td,\n.table > thead > tr.success > th,\n.table > tbody > tr.success > th,\n.table > tfoot > tr.success > th {\n  background-color: #dff0d8;\n}\n.table-hover > tbody > tr > td.success:hover,\n.table-hover > tbody > tr > th.success:hover,\n.table-hover > tbody > tr.success:hover > td,\n.table-hover > tbody > tr:hover > .success,\n.table-hover > tbody > tr.success:hover > th {\n  background-color: #d0e9c6;\n}\n.table > thead > tr > td.info,\n.table > tbody > tr > td.info,\n.table > tfoot > tr > td.info,\n.table > thead > tr > th.info,\n.table > tbody > tr > th.info,\n.table > tfoot > tr > th.info,\n.table > thead > tr.info > td,\n.table > tbody > tr.info > td,\n.table > tfoot > tr.info > td,\n.table > thead > tr.info > th,\n.table > tbody > tr.info > th,\n.table > tfoot > tr.info > th {\n  background-color: #d9edf7;\n}\n.table-hover > tbody > tr > td.info:hover,\n.table-hover > tbody > tr > th.info:hover,\n.table-hover > tbody > tr.info:hover > td,\n.table-hover > tbody > tr:hover > .info,\n.table-hover > tbody > tr.info:hover > th {\n  background-color: #c4e3f3;\n}\n.table > thead > tr > td.warning,\n.table > tbody > tr > td.warning,\n.table > tfoot > tr > td.warning,\n.table > thead > tr > th.warning,\n.table > tbody > tr > th.warning,\n.table > tfoot > tr > th.warning,\n.table > thead > tr.warning > td,\n.table > tbody > tr.warning > td,\n.table > tfoot > tr.warning > td,\n.table > thead > tr.warning > th,\n.table > tbody > tr.warning > th,\n.table > tfoot > tr.warning > th {\n  background-color: #fcf8e3;\n}\n.table-hover > tbody > tr > td.warning:hover,\n.table-hover > tbody > tr > th.warning:hover,\n.table-hover > tbody > tr.warning:hover > td,\n.table-hover > tbody > tr:hover > .warning,\n.table-hover > tbody > tr.warning:hover > th {\n  background-color: #faf2cc;\n}\n.table > thead > tr > td.danger,\n.table > tbody > tr > td.danger,\n.table > tfoot > tr > td.danger,\n.table > thead > tr > th.danger,\n.table > tbody > tr > th.danger,\n.table > tfoot > tr > th.danger,\n.table > thead > tr.danger > td,\n.table > tbody > tr.danger > td,\n.table > tfoot > tr.danger > td,\n.table > thead > tr.danger > th,\n.table > tbody > tr.danger > th,\n.table > tfoot > tr.danger > th {\n  background-color: #f2dede;\n}\n.table-hover > tbody > tr > td.danger:hover,\n.table-hover > tbody > tr > th.danger:hover,\n.table-hover > tbody > tr.danger:hover > td,\n.table-hover > tbody > tr:hover > .danger,\n.table-hover > tbody > tr.danger:hover > th {\n  background-color: #ebcccc;\n}\n.table-responsive {\n  min-height: .01%;\n  overflow-x: auto;\n}\n@media screen and (max-width: 767px) {\n  .table-responsive {\n    width: 100%;\n    margin-bottom: 15px;\n    overflow-y: hidden;\n    -ms-overflow-style: -ms-autohiding-scrollbar;\n    border: 1px solid #ddd;\n  }\n  .table-responsive > .table {\n    margin-bottom: 0;\n  }\n  .table-responsive > .table > thead > tr > th,\n  .table-responsive > .table > tbody > tr > th,\n  .table-responsive > .table > tfoot > tr > th,\n  .table-responsive > .table > thead > tr > td,\n  .table-responsive > .table > tbody > tr > td,\n  .table-responsive > .table > tfoot > tr > td {\n    white-space: nowrap;\n  }\n  .table-responsive > .table-bordered {\n    border: 0;\n  }\n  .table-responsive > .table-bordered > thead > tr > th:first-child,\n  .table-responsive > .table-bordered > tbody > tr > th:first-child,\n  .table-responsive > .table-bordered > tfoot > tr > th:first-child,\n  .table-responsive > .table-bordered > thead > tr > td:first-child,\n  .table-responsive > .table-bordered > tbody > tr > td:first-child,\n  .table-responsive > .table-bordered > tfoot > tr > td:first-child {\n    border-left: 0;\n  }\n  .table-responsive > .table-bordered > thead > tr > th:last-child,\n  .table-responsive > .table-bordered > tbody > tr > th:last-child,\n  .table-responsive > .table-bordered > tfoot > tr > th:last-child,\n  .table-responsive > .table-bordered > thead > tr > td:last-child,\n  .table-responsive > .table-bordered > tbody > tr > td:last-child,\n  .table-responsive > .table-bordered > tfoot > tr > td:last-child {\n    border-right: 0;\n  }\n  .table-responsive > .table-bordered > tbody > tr:last-child > th,\n  .table-responsive > .table-bordered > tfoot > tr:last-child > th,\n  .table-responsive > .table-bordered > tbody > tr:last-child > td,\n  .table-responsive > .table-bordered > tfoot > tr:last-child > td {\n    border-bottom: 0;\n  }\n}\nfieldset {\n  min-width: 0;\n  padding: 0;\n  margin: 0;\n  border: 0;\n}\nlegend {\n  display: block;\n  width: 100%;\n  padding: 0;\n  margin-bottom: 20px;\n  font-size: 21px;\n  line-height: inherit;\n  color: #333;\n  border: 0;\n  border-bottom: 1px solid #e5e5e5;\n}\nlabel {\n  display: inline-block;\n  max-width: 100%;\n  margin-bottom: 5px;\n  font-weight: bold;\n}\ninput[type=\"search\"] {\n  -webkit-box-sizing: border-box;\n     -moz-box-sizing: border-box;\n          box-sizing: border-box;\n}\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  margin: 4px 0 0;\n  margin-top: 1px \\9;\n  line-height: normal;\n}\ninput[type=\"file\"] {\n  display: block;\n}\ninput[type=\"range\"] {\n  display: block;\n  width: 100%;\n}\nselect[multiple],\nselect[size] {\n  height: auto;\n}\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\noutput {\n  display: block;\n  padding-top: 7px;\n  font-size: 14px;\n  line-height: 1.42857143;\n  color: #555;\n}\n.form-control {\n  display: block;\n  width: 100%;\n  height: 34px;\n  padding: 6px 12px;\n  font-size: 14px;\n  line-height: 1.42857143;\n  color: #555;\n  background-color: #fff;\n  background-image: none;\n  border: 1px solid #ccc;\n  border-radius: 4px;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);\n  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;\n       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n}\n.form-control:focus {\n  border-color: #66afe9;\n  outline: 0;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);\n          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);\n}\n.form-control::-moz-placeholder {\n  color: #999;\n  opacity: 1;\n}\n.form-control:-ms-input-placeholder {\n  color: #999;\n}\n.form-control::-webkit-input-placeholder {\n  color: #999;\n}\n.form-control::-ms-expand {\n  background-color: transparent;\n  border: 0;\n}\n.form-control[disabled],\n.form-control[readonly],\nfieldset[disabled] .form-control {\n  background-color: #eee;\n  opacity: 1;\n}\n.form-control[disabled],\nfieldset[disabled] .form-control {\n  cursor: not-allowed;\n}\ntextarea.form-control {\n  height: auto;\n}\ninput[type=\"search\"] {\n  -webkit-appearance: none;\n}\n@media screen and (-webkit-min-device-pixel-ratio: 0) {\n  input[type=\"date\"].form-control,\n  input[type=\"time\"].form-control,\n  input[type=\"datetime-local\"].form-control,\n  input[type=\"month\"].form-control {\n    line-height: 34px;\n  }\n  input[type=\"date\"].input-sm,\n  input[type=\"time\"].input-sm,\n  input[type=\"datetime-local\"].input-sm,\n  input[type=\"month\"].input-sm,\n  .input-group-sm input[type=\"date\"],\n  .input-group-sm input[type=\"time\"],\n  .input-group-sm input[type=\"datetime-local\"],\n  .input-group-sm input[type=\"month\"] {\n    line-height: 30px;\n  }\n  input[type=\"date\"].input-lg,\n  input[type=\"time\"].input-lg,\n  input[type=\"datetime-local\"].input-lg,\n  input[type=\"month\"].input-lg,\n  .input-group-lg input[type=\"date\"],\n  .input-group-lg input[type=\"time\"],\n  .input-group-lg input[type=\"datetime-local\"],\n  .input-group-lg input[type=\"month\"] {\n    line-height: 46px;\n  }\n}\n.form-group {\n  margin-bottom: 15px;\n}\n.radio,\n.checkbox {\n  position: relative;\n  display: block;\n  margin-top: 10px;\n  margin-bottom: 10px;\n}\n.radio label,\n.checkbox label {\n  min-height: 20px;\n  padding-left: 20px;\n  margin-bottom: 0;\n  font-weight: normal;\n  cursor: pointer;\n}\n.radio input[type=\"radio\"],\n.radio-inline input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"],\n.checkbox-inline input[type=\"checkbox\"] {\n  position: absolute;\n  margin-top: 4px \\9;\n  margin-left: -20px;\n}\n.radio + .radio,\n.checkbox + .checkbox {\n  margin-top: -5px;\n}\n.radio-inline,\n.checkbox-inline {\n  position: relative;\n  display: inline-block;\n  padding-left: 20px;\n  margin-bottom: 0;\n  font-weight: normal;\n  vertical-align: middle;\n  cursor: pointer;\n}\n.radio-inline + .radio-inline,\n.checkbox-inline + .checkbox-inline {\n  margin-top: 0;\n  margin-left: 10px;\n}\ninput[type=\"radio\"][disabled],\ninput[type=\"checkbox\"][disabled],\ninput[type=\"radio\"].disabled,\ninput[type=\"checkbox\"].disabled,\nfieldset[disabled] input[type=\"radio\"],\nfieldset[disabled] input[type=\"checkbox\"] {\n  cursor: not-allowed;\n}\n.radio-inline.disabled,\n.checkbox-inline.disabled,\nfieldset[disabled] .radio-inline,\nfieldset[disabled] .checkbox-inline {\n  cursor: not-allowed;\n}\n.radio.disabled label,\n.checkbox.disabled label,\nfieldset[disabled] .radio label,\nfieldset[disabled] .checkbox label {\n  cursor: not-allowed;\n}\n.form-control-static {\n  min-height: 34px;\n  padding-top: 7px;\n  padding-bottom: 7px;\n  margin-bottom: 0;\n}\n.form-control-static.input-lg,\n.form-control-static.input-sm {\n  padding-right: 0;\n  padding-left: 0;\n}\n.input-sm {\n  height: 30px;\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\nselect.input-sm {\n  height: 30px;\n  line-height: 30px;\n}\ntextarea.input-sm,\nselect[multiple].input-sm {\n  height: auto;\n}\n.form-group-sm .form-control {\n  height: 30px;\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\n.form-group-sm select.form-control {\n  height: 30px;\n  line-height: 30px;\n}\n.form-group-sm textarea.form-control,\n.form-group-sm select[multiple].form-control {\n  height: auto;\n}\n.form-group-sm .form-control-static {\n  height: 30px;\n  min-height: 32px;\n  padding: 6px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n}\n.input-lg {\n  height: 46px;\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n  border-radius: 6px;\n}\nselect.input-lg {\n  height: 46px;\n  line-height: 46px;\n}\ntextarea.input-lg,\nselect[multiple].input-lg {\n  height: auto;\n}\n.form-group-lg .form-control {\n  height: 46px;\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n  border-radius: 6px;\n}\n.form-group-lg select.form-control {\n  height: 46px;\n  line-height: 46px;\n}\n.form-group-lg textarea.form-control,\n.form-group-lg select[multiple].form-control {\n  height: auto;\n}\n.form-group-lg .form-control-static {\n  height: 46px;\n  min-height: 38px;\n  padding: 11px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n}\n.has-feedback {\n  position: relative;\n}\n.has-feedback .form-control {\n  padding-right: 42.5px;\n}\n.form-control-feedback {\n  position: absolute;\n  top: 0;\n  right: 0;\n  z-index: 2;\n  display: block;\n  width: 34px;\n  height: 34px;\n  line-height: 34px;\n  text-align: center;\n  pointer-events: none;\n}\n.input-lg + .form-control-feedback,\n.input-group-lg + .form-control-feedback,\n.form-group-lg .form-control + .form-control-feedback {\n  width: 46px;\n  height: 46px;\n  line-height: 46px;\n}\n.input-sm + .form-control-feedback,\n.input-group-sm + .form-control-feedback,\n.form-group-sm .form-control + .form-control-feedback {\n  width: 30px;\n  height: 30px;\n  line-height: 30px;\n}\n.has-success .help-block,\n.has-success .control-label,\n.has-success .radio,\n.has-success .checkbox,\n.has-success .radio-inline,\n.has-success .checkbox-inline,\n.has-success.radio label,\n.has-success.checkbox label,\n.has-success.radio-inline label,\n.has-success.checkbox-inline label {\n  color: #3c763d;\n}\n.has-success .form-control {\n  border-color: #3c763d;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);\n}\n.has-success .form-control:focus {\n  border-color: #2b542c;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;\n}\n.has-success .input-group-addon {\n  color: #3c763d;\n  background-color: #dff0d8;\n  border-color: #3c763d;\n}\n.has-success .form-control-feedback {\n  color: #3c763d;\n}\n.has-warning .help-block,\n.has-warning .control-label,\n.has-warning .radio,\n.has-warning .checkbox,\n.has-warning .radio-inline,\n.has-warning .checkbox-inline,\n.has-warning.radio label,\n.has-warning.checkbox label,\n.has-warning.radio-inline label,\n.has-warning.checkbox-inline label {\n  color: #8a6d3b;\n}\n.has-warning .form-control {\n  border-color: #8a6d3b;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);\n}\n.has-warning .form-control:focus {\n  border-color: #66512c;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;\n}\n.has-warning .input-group-addon {\n  color: #8a6d3b;\n  background-color: #fcf8e3;\n  border-color: #8a6d3b;\n}\n.has-warning .form-control-feedback {\n  color: #8a6d3b;\n}\n.has-error .help-block,\n.has-error .control-label,\n.has-error .radio,\n.has-error .checkbox,\n.has-error .radio-inline,\n.has-error .checkbox-inline,\n.has-error.radio label,\n.has-error.checkbox label,\n.has-error.radio-inline label,\n.has-error.checkbox-inline label {\n  color: #a94442;\n}\n.has-error .form-control {\n  border-color: #a94442;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);\n}\n.has-error .form-control:focus {\n  border-color: #843534;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;\n}\n.has-error .input-group-addon {\n  color: #a94442;\n  background-color: #f2dede;\n  border-color: #a94442;\n}\n.has-error .form-control-feedback {\n  color: #a94442;\n}\n.has-feedback label ~ .form-control-feedback {\n  top: 25px;\n}\n.has-feedback label.sr-only ~ .form-control-feedback {\n  top: 0;\n}\n.help-block {\n  display: block;\n  margin-top: 5px;\n  margin-bottom: 10px;\n  color: #737373;\n}\n@media (min-width: 768px) {\n  .form-inline .form-group {\n    display: inline-block;\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .form-inline .form-control {\n    display: inline-block;\n    width: auto;\n    vertical-align: middle;\n  }\n  .form-inline .form-control-static {\n    display: inline-block;\n  }\n  .form-inline .input-group {\n    display: inline-table;\n    vertical-align: middle;\n  }\n  .form-inline .input-group .input-group-addon,\n  .form-inline .input-group .input-group-btn,\n  .form-inline .input-group .form-control {\n    width: auto;\n  }\n  .form-inline .input-group > .form-control {\n    width: 100%;\n  }\n  .form-inline .control-label {\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .form-inline .radio,\n  .form-inline .checkbox {\n    display: inline-block;\n    margin-top: 0;\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .form-inline .radio label,\n  .form-inline .checkbox label {\n    padding-left: 0;\n  }\n  .form-inline .radio input[type=\"radio\"],\n  .form-inline .checkbox input[type=\"checkbox\"] {\n    position: relative;\n    margin-left: 0;\n  }\n  .form-inline .has-feedback .form-control-feedback {\n    top: 0;\n  }\n}\n.form-horizontal .radio,\n.form-horizontal .checkbox,\n.form-horizontal .radio-inline,\n.form-horizontal .checkbox-inline {\n  padding-top: 7px;\n  margin-top: 0;\n  margin-bottom: 0;\n}\n.form-horizontal .radio,\n.form-horizontal .checkbox {\n  min-height: 27px;\n}\n.form-horizontal .form-group {\n  margin-right: -15px;\n  margin-left: -15px;\n}\n@media (min-width: 768px) {\n  .form-horizontal .control-label {\n    padding-top: 7px;\n    margin-bottom: 0;\n    text-align: right;\n  }\n}\n.form-horizontal .has-feedback .form-control-feedback {\n  right: 15px;\n}\n@media (min-width: 768px) {\n  .form-horizontal .form-group-lg .control-label {\n    padding-top: 11px;\n    font-size: 18px;\n  }\n}\n@media (min-width: 768px) {\n  .form-horizontal .form-group-sm .control-label {\n    padding-top: 6px;\n    font-size: 12px;\n  }\n}\n.btn {\n  display: inline-block;\n  padding: 6px 12px;\n  margin-bottom: 0;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.42857143;\n  text-align: center;\n  white-space: nowrap;\n  vertical-align: middle;\n  -ms-touch-action: manipulation;\n      touch-action: manipulation;\n  cursor: pointer;\n  -webkit-user-select: none;\n     -moz-user-select: none;\n      -ms-user-select: none;\n          user-select: none;\n  background-image: none;\n  border: 1px solid transparent;\n  border-radius: 4px;\n}\n.btn:focus,\n.btn:active:focus,\n.btn.active:focus,\n.btn.focus,\n.btn:active.focus,\n.btn.active.focus {\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n.btn:hover,\n.btn:focus,\n.btn.focus {\n  color: #333;\n  text-decoration: none;\n}\n.btn:active,\n.btn.active {\n  background-image: none;\n  outline: 0;\n  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);\n          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);\n}\n.btn.disabled,\n.btn[disabled],\nfieldset[disabled] .btn {\n  cursor: not-allowed;\n  filter: alpha(opacity=65);\n  -webkit-box-shadow: none;\n          box-shadow: none;\n  opacity: .65;\n}\na.btn.disabled,\nfieldset[disabled] a.btn {\n  pointer-events: none;\n}\n.btn-default {\n  color: #333;\n  background-color: #fff;\n  border-color: #ccc;\n}\n.btn-default:focus,\n.btn-default.focus {\n  color: #333;\n  background-color: #e6e6e6;\n  border-color: #8c8c8c;\n}\n.btn-default:hover {\n  color: #333;\n  background-color: #e6e6e6;\n  border-color: #adadad;\n}\n.btn-default:active,\n.btn-default.active,\n.open > .dropdown-toggle.btn-default {\n  color: #333;\n  background-color: #e6e6e6;\n  border-color: #adadad;\n}\n.btn-default:active:hover,\n.btn-default.active:hover,\n.open > .dropdown-toggle.btn-default:hover,\n.btn-default:active:focus,\n.btn-default.active:focus,\n.open > .dropdown-toggle.btn-default:focus,\n.btn-default:active.focus,\n.btn-default.active.focus,\n.open > .dropdown-toggle.btn-default.focus {\n  color: #333;\n  background-color: #d4d4d4;\n  border-color: #8c8c8c;\n}\n.btn-default:active,\n.btn-default.active,\n.open > .dropdown-toggle.btn-default {\n  background-image: none;\n}\n.btn-default.disabled:hover,\n.btn-default[disabled]:hover,\nfieldset[disabled] .btn-default:hover,\n.btn-default.disabled:focus,\n.btn-default[disabled]:focus,\nfieldset[disabled] .btn-default:focus,\n.btn-default.disabled.focus,\n.btn-default[disabled].focus,\nfieldset[disabled] .btn-default.focus {\n  background-color: #fff;\n  border-color: #ccc;\n}\n.btn-default .badge {\n  color: #fff;\n  background-color: #333;\n}\n.btn-primary {\n  color: #fff;\n  background-color: #337ab7;\n  border-color: #2e6da4;\n}\n.btn-primary:focus,\n.btn-primary.focus {\n  color: #fff;\n  background-color: #286090;\n  border-color: #122b40;\n}\n.btn-primary:hover {\n  color: #fff;\n  background-color: #286090;\n  border-color: #204d74;\n}\n.btn-primary:active,\n.btn-primary.active,\n.open > .dropdown-toggle.btn-primary {\n  color: #fff;\n  background-color: #286090;\n  border-color: #204d74;\n}\n.btn-primary:active:hover,\n.btn-primary.active:hover,\n.open > .dropdown-toggle.btn-primary:hover,\n.btn-primary:active:focus,\n.btn-primary.active:focus,\n.open > .dropdown-toggle.btn-primary:focus,\n.btn-primary:active.focus,\n.btn-primary.active.focus,\n.open > .dropdown-toggle.btn-primary.focus {\n  color: #fff;\n  background-color: #204d74;\n  border-color: #122b40;\n}\n.btn-primary:active,\n.btn-primary.active,\n.open > .dropdown-toggle.btn-primary {\n  background-image: none;\n}\n.btn-primary.disabled:hover,\n.btn-primary[disabled]:hover,\nfieldset[disabled] .btn-primary:hover,\n.btn-primary.disabled:focus,\n.btn-primary[disabled]:focus,\nfieldset[disabled] .btn-primary:focus,\n.btn-primary.disabled.focus,\n.btn-primary[disabled].focus,\nfieldset[disabled] .btn-primary.focus {\n  background-color: #337ab7;\n  border-color: #2e6da4;\n}\n.btn-primary .badge {\n  color: #337ab7;\n  background-color: #fff;\n}\n.btn-success {\n  color: #fff;\n  background-color: #5cb85c;\n  border-color: #4cae4c;\n}\n.btn-success:focus,\n.btn-success.focus {\n  color: #fff;\n  background-color: #449d44;\n  border-color: #255625;\n}\n.btn-success:hover {\n  color: #fff;\n  background-color: #449d44;\n  border-color: #398439;\n}\n.btn-success:active,\n.btn-success.active,\n.open > .dropdown-toggle.btn-success {\n  color: #fff;\n  background-color: #449d44;\n  border-color: #398439;\n}\n.btn-success:active:hover,\n.btn-success.active:hover,\n.open > .dropdown-toggle.btn-success:hover,\n.btn-success:active:focus,\n.btn-success.active:focus,\n.open > .dropdown-toggle.btn-success:focus,\n.btn-success:active.focus,\n.btn-success.active.focus,\n.open > .dropdown-toggle.btn-success.focus {\n  color: #fff;\n  background-color: #398439;\n  border-color: #255625;\n}\n.btn-success:active,\n.btn-success.active,\n.open > .dropdown-toggle.btn-success {\n  background-image: none;\n}\n.btn-success.disabled:hover,\n.btn-success[disabled]:hover,\nfieldset[disabled] .btn-success:hover,\n.btn-success.disabled:focus,\n.btn-success[disabled]:focus,\nfieldset[disabled] .btn-success:focus,\n.btn-success.disabled.focus,\n.btn-success[disabled].focus,\nfieldset[disabled] .btn-success.focus {\n  background-color: #5cb85c;\n  border-color: #4cae4c;\n}\n.btn-success .badge {\n  color: #5cb85c;\n  background-color: #fff;\n}\n.btn-info {\n  color: #fff;\n  background-color: #5bc0de;\n  border-color: #46b8da;\n}\n.btn-info:focus,\n.btn-info.focus {\n  color: #fff;\n  background-color: #31b0d5;\n  border-color: #1b6d85;\n}\n.btn-info:hover {\n  color: #fff;\n  background-color: #31b0d5;\n  border-color: #269abc;\n}\n.btn-info:active,\n.btn-info.active,\n.open > .dropdown-toggle.btn-info {\n  color: #fff;\n  background-color: #31b0d5;\n  border-color: #269abc;\n}\n.btn-info:active:hover,\n.btn-info.active:hover,\n.open > .dropdown-toggle.btn-info:hover,\n.btn-info:active:focus,\n.btn-info.active:focus,\n.open > .dropdown-toggle.btn-info:focus,\n.btn-info:active.focus,\n.btn-info.active.focus,\n.open > .dropdown-toggle.btn-info.focus {\n  color: #fff;\n  background-color: #269abc;\n  border-color: #1b6d85;\n}\n.btn-info:active,\n.btn-info.active,\n.open > .dropdown-toggle.btn-info {\n  background-image: none;\n}\n.btn-info.disabled:hover,\n.btn-info[disabled]:hover,\nfieldset[disabled] .btn-info:hover,\n.btn-info.disabled:focus,\n.btn-info[disabled]:focus,\nfieldset[disabled] .btn-info:focus,\n.btn-info.disabled.focus,\n.btn-info[disabled].focus,\nfieldset[disabled] .btn-info.focus {\n  background-color: #5bc0de;\n  border-color: #46b8da;\n}\n.btn-info .badge {\n  color: #5bc0de;\n  background-color: #fff;\n}\n.btn-warning {\n  color: #fff;\n  background-color: #f0ad4e;\n  border-color: #eea236;\n}\n.btn-warning:focus,\n.btn-warning.focus {\n  color: #fff;\n  background-color: #ec971f;\n  border-color: #985f0d;\n}\n.btn-warning:hover {\n  color: #fff;\n  background-color: #ec971f;\n  border-color: #d58512;\n}\n.btn-warning:active,\n.btn-warning.active,\n.open > .dropdown-toggle.btn-warning {\n  color: #fff;\n  background-color: #ec971f;\n  border-color: #d58512;\n}\n.btn-warning:active:hover,\n.btn-warning.active:hover,\n.open > .dropdown-toggle.btn-warning:hover,\n.btn-warning:active:focus,\n.btn-warning.active:focus,\n.open > .dropdown-toggle.btn-warning:focus,\n.btn-warning:active.focus,\n.btn-warning.active.focus,\n.open > .dropdown-toggle.btn-warning.focus {\n  color: #fff;\n  background-color: #d58512;\n  border-color: #985f0d;\n}\n.btn-warning:active,\n.btn-warning.active,\n.open > .dropdown-toggle.btn-warning {\n  background-image: none;\n}\n.btn-warning.disabled:hover,\n.btn-warning[disabled]:hover,\nfieldset[disabled] .btn-warning:hover,\n.btn-warning.disabled:focus,\n.btn-warning[disabled]:focus,\nfieldset[disabled] .btn-warning:focus,\n.btn-warning.disabled.focus,\n.btn-warning[disabled].focus,\nfieldset[disabled] .btn-warning.focus {\n  background-color: #f0ad4e;\n  border-color: #eea236;\n}\n.btn-warning .badge {\n  color: #f0ad4e;\n  background-color: #fff;\n}\n.btn-danger {\n  color: #fff;\n  background-color: #d9534f;\n  border-color: #d43f3a;\n}\n.btn-danger:focus,\n.btn-danger.focus {\n  color: #fff;\n  background-color: #c9302c;\n  border-color: #761c19;\n}\n.btn-danger:hover {\n  color: #fff;\n  background-color: #c9302c;\n  border-color: #ac2925;\n}\n.btn-danger:active,\n.btn-danger.active,\n.open > .dropdown-toggle.btn-danger {\n  color: #fff;\n  background-color: #c9302c;\n  border-color: #ac2925;\n}\n.btn-danger:active:hover,\n.btn-danger.active:hover,\n.open > .dropdown-toggle.btn-danger:hover,\n.btn-danger:active:focus,\n.btn-danger.active:focus,\n.open > .dropdown-toggle.btn-danger:focus,\n.btn-danger:active.focus,\n.btn-danger.active.focus,\n.open > .dropdown-toggle.btn-danger.focus {\n  color: #fff;\n  background-color: #ac2925;\n  border-color: #761c19;\n}\n.btn-danger:active,\n.btn-danger.active,\n.open > .dropdown-toggle.btn-danger {\n  background-image: none;\n}\n.btn-danger.disabled:hover,\n.btn-danger[disabled]:hover,\nfieldset[disabled] .btn-danger:hover,\n.btn-danger.disabled:focus,\n.btn-danger[disabled]:focus,\nfieldset[disabled] .btn-danger:focus,\n.btn-danger.disabled.focus,\n.btn-danger[disabled].focus,\nfieldset[disabled] .btn-danger.focus {\n  background-color: #d9534f;\n  border-color: #d43f3a;\n}\n.btn-danger .badge {\n  color: #d9534f;\n  background-color: #fff;\n}\n.btn-link {\n  font-weight: normal;\n  color: #337ab7;\n  border-radius: 0;\n}\n.btn-link,\n.btn-link:active,\n.btn-link.active,\n.btn-link[disabled],\nfieldset[disabled] .btn-link {\n  background-color: transparent;\n  -webkit-box-shadow: none;\n          box-shadow: none;\n}\n.btn-link,\n.btn-link:hover,\n.btn-link:focus,\n.btn-link:active {\n  border-color: transparent;\n}\n.btn-link:hover,\n.btn-link:focus {\n  color: #23527c;\n  text-decoration: underline;\n  background-color: transparent;\n}\n.btn-link[disabled]:hover,\nfieldset[disabled] .btn-link:hover,\n.btn-link[disabled]:focus,\nfieldset[disabled] .btn-link:focus {\n  color: #777;\n  text-decoration: none;\n}\n.btn-lg,\n.btn-group-lg > .btn {\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n  border-radius: 6px;\n}\n.btn-sm,\n.btn-group-sm > .btn {\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\n.btn-xs,\n.btn-group-xs > .btn {\n  padding: 1px 5px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\n.btn-block {\n  display: block;\n  width: 100%;\n}\n.btn-block + .btn-block {\n  margin-top: 5px;\n}\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n  width: 100%;\n}\n.fade {\n  opacity: 0;\n  -webkit-transition: opacity .15s linear;\n       -o-transition: opacity .15s linear;\n          transition: opacity .15s linear;\n}\n.fade.in {\n  opacity: 1;\n}\n.collapse {\n  display: none;\n}\n.collapse.in {\n  display: block;\n}\ntr.collapse.in {\n  display: table-row;\n}\ntbody.collapse.in {\n  display: table-row-group;\n}\n.collapsing {\n  position: relative;\n  height: 0;\n  overflow: hidden;\n  -webkit-transition-timing-function: ease;\n       -o-transition-timing-function: ease;\n          transition-timing-function: ease;\n  -webkit-transition-duration: .35s;\n       -o-transition-duration: .35s;\n          transition-duration: .35s;\n  -webkit-transition-property: height, visibility;\n       -o-transition-property: height, visibility;\n          transition-property: height, visibility;\n}\n.caret {\n  display: inline-block;\n  width: 0;\n  height: 0;\n  margin-left: 2px;\n  vertical-align: middle;\n  border-top: 4px dashed;\n  border-top: 4px solid \\9;\n  border-right: 4px solid transparent;\n  border-left: 4px solid transparent;\n}\n.dropup,\n.dropdown {\n  position: relative;\n}\n.dropdown-toggle:focus {\n  outline: 0;\n}\n.dropdown-menu {\n  position: absolute;\n  top: 100%;\n  left: 0;\n  z-index: 1000;\n  display: none;\n  float: left;\n  min-width: 160px;\n  padding: 5px 0;\n  margin: 2px 0 0;\n  font-size: 14px;\n  text-align: left;\n  list-style: none;\n  background-color: #fff;\n  -webkit-background-clip: padding-box;\n          background-clip: padding-box;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0, 0, 0, .15);\n  border-radius: 4px;\n  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n}\n.dropdown-menu.pull-right {\n  right: 0;\n  left: auto;\n}\n.dropdown-menu .divider {\n  height: 1px;\n  margin: 9px 0;\n  overflow: hidden;\n  background-color: #e5e5e5;\n}\n.dropdown-menu > li > a {\n  display: block;\n  padding: 3px 20px;\n  clear: both;\n  font-weight: normal;\n  line-height: 1.42857143;\n  color: #333;\n  white-space: nowrap;\n}\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n  color: #262626;\n  text-decoration: none;\n  background-color: #f5f5f5;\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu > .active > a:focus {\n  color: #fff;\n  text-decoration: none;\n  background-color: #337ab7;\n  outline: 0;\n}\n.dropdown-menu > .disabled > a,\n.dropdown-menu > .disabled > a:hover,\n.dropdown-menu > .disabled > a:focus {\n  color: #777;\n}\n.dropdown-menu > .disabled > a:hover,\n.dropdown-menu > .disabled > a:focus {\n  text-decoration: none;\n  cursor: not-allowed;\n  background-color: transparent;\n  background-image: none;\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n}\n.open > .dropdown-menu {\n  display: block;\n}\n.open > a {\n  outline: 0;\n}\n.dropdown-menu-right {\n  right: 0;\n  left: auto;\n}\n.dropdown-menu-left {\n  right: auto;\n  left: 0;\n}\n.dropdown-header {\n  display: block;\n  padding: 3px 20px;\n  font-size: 12px;\n  line-height: 1.42857143;\n  color: #777;\n  white-space: nowrap;\n}\n.dropdown-backdrop {\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 990;\n}\n.pull-right > .dropdown-menu {\n  right: 0;\n  left: auto;\n}\n.dropup .caret,\n.navbar-fixed-bottom .dropdown .caret {\n  content: \"\";\n  border-top: 0;\n  border-bottom: 4px dashed;\n  border-bottom: 4px solid \\9;\n}\n.dropup .dropdown-menu,\n.navbar-fixed-bottom .dropdown .dropdown-menu {\n  top: auto;\n  bottom: 100%;\n  margin-bottom: 2px;\n}\n@media (min-width: 768px) {\n  .navbar-right .dropdown-menu {\n    right: 0;\n    left: auto;\n  }\n  .navbar-right .dropdown-menu-left {\n    right: auto;\n    left: 0;\n  }\n}\n.btn-group,\n.btn-group-vertical {\n  position: relative;\n  display: inline-block;\n  vertical-align: middle;\n}\n.btn-group > .btn,\n.btn-group-vertical > .btn {\n  position: relative;\n  float: left;\n}\n.btn-group > .btn:hover,\n.btn-group-vertical > .btn:hover,\n.btn-group > .btn:focus,\n.btn-group-vertical > .btn:focus,\n.btn-group > .btn:active,\n.btn-group-vertical > .btn:active,\n.btn-group > .btn.active,\n.btn-group-vertical > .btn.active {\n  z-index: 2;\n}\n.btn-group .btn + .btn,\n.btn-group .btn + .btn-group,\n.btn-group .btn-group + .btn,\n.btn-group .btn-group + .btn-group {\n  margin-left: -1px;\n}\n.btn-toolbar {\n  margin-left: -5px;\n}\n.btn-toolbar .btn,\n.btn-toolbar .btn-group,\n.btn-toolbar .input-group {\n  float: left;\n}\n.btn-toolbar > .btn,\n.btn-toolbar > .btn-group,\n.btn-toolbar > .input-group {\n  margin-left: 5px;\n}\n.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {\n  border-radius: 0;\n}\n.btn-group > .btn:first-child {\n  margin-left: 0;\n}\n.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {\n  border-top-right-radius: 0;\n  border-bottom-right-radius: 0;\n}\n.btn-group > .btn:last-child:not(:first-child),\n.btn-group > .dropdown-toggle:not(:first-child) {\n  border-top-left-radius: 0;\n  border-bottom-left-radius: 0;\n}\n.btn-group > .btn-group {\n  float: left;\n}\n.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {\n  border-radius: 0;\n}\n.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,\n.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n  border-top-right-radius: 0;\n  border-bottom-right-radius: 0;\n}\n.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {\n  border-top-left-radius: 0;\n  border-bottom-left-radius: 0;\n}\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n  outline: 0;\n}\n.btn-group > .btn + .dropdown-toggle {\n  padding-right: 8px;\n  padding-left: 8px;\n}\n.btn-group > .btn-lg + .dropdown-toggle {\n  padding-right: 12px;\n  padding-left: 12px;\n}\n.btn-group.open .dropdown-toggle {\n  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);\n          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);\n}\n.btn-group.open .dropdown-toggle.btn-link {\n  -webkit-box-shadow: none;\n          box-shadow: none;\n}\n.btn .caret {\n  margin-left: 0;\n}\n.btn-lg .caret {\n  border-width: 5px 5px 0;\n  border-bottom-width: 0;\n}\n.dropup .btn-lg .caret {\n  border-width: 0 5px 5px;\n}\n.btn-group-vertical > .btn,\n.btn-group-vertical > .btn-group,\n.btn-group-vertical > .btn-group > .btn {\n  display: block;\n  float: none;\n  width: 100%;\n  max-width: 100%;\n}\n.btn-group-vertical > .btn-group > .btn {\n  float: none;\n}\n.btn-group-vertical > .btn + .btn,\n.btn-group-vertical > .btn + .btn-group,\n.btn-group-vertical > .btn-group + .btn,\n.btn-group-vertical > .btn-group + .btn-group {\n  margin-top: -1px;\n  margin-left: 0;\n}\n.btn-group-vertical > .btn:not(:first-child):not(:last-child) {\n  border-radius: 0;\n}\n.btn-group-vertical > .btn:first-child:not(:last-child) {\n  border-top-left-radius: 4px;\n  border-top-right-radius: 4px;\n  border-bottom-right-radius: 0;\n  border-bottom-left-radius: 0;\n}\n.btn-group-vertical > .btn:last-child:not(:first-child) {\n  border-top-left-radius: 0;\n  border-top-right-radius: 0;\n  border-bottom-right-radius: 4px;\n  border-bottom-left-radius: 4px;\n}\n.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {\n  border-radius: 0;\n}\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n  border-bottom-right-radius: 0;\n  border-bottom-left-radius: 0;\n}\n.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {\n  border-top-left-radius: 0;\n  border-top-right-radius: 0;\n}\n.btn-group-justified {\n  display: table;\n  width: 100%;\n  table-layout: fixed;\n  border-collapse: separate;\n}\n.btn-group-justified > .btn,\n.btn-group-justified > .btn-group {\n  display: table-cell;\n  float: none;\n  width: 1%;\n}\n.btn-group-justified > .btn-group .btn {\n  width: 100%;\n}\n.btn-group-justified > .btn-group .dropdown-menu {\n  left: auto;\n}\n[data-toggle=\"buttons\"] > .btn input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn input[type=\"checkbox\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"checkbox\"] {\n  position: absolute;\n  clip: rect(0, 0, 0, 0);\n  pointer-events: none;\n}\n.input-group {\n  position: relative;\n  display: table;\n  border-collapse: separate;\n}\n.input-group[class*=\"col-\"] {\n  float: none;\n  padding-right: 0;\n  padding-left: 0;\n}\n.input-group .form-control {\n  position: relative;\n  z-index: 2;\n  float: left;\n  width: 100%;\n  margin-bottom: 0;\n}\n.input-group .form-control:focus {\n  z-index: 3;\n}\n.input-group-lg > .form-control,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .btn {\n  height: 46px;\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n  border-radius: 6px;\n}\nselect.input-group-lg > .form-control,\nselect.input-group-lg > .input-group-addon,\nselect.input-group-lg > .input-group-btn > .btn {\n  height: 46px;\n  line-height: 46px;\n}\ntextarea.input-group-lg > .form-control,\ntextarea.input-group-lg > .input-group-addon,\ntextarea.input-group-lg > .input-group-btn > .btn,\nselect[multiple].input-group-lg > .form-control,\nselect[multiple].input-group-lg > .input-group-addon,\nselect[multiple].input-group-lg > .input-group-btn > .btn {\n  height: auto;\n}\n.input-group-sm > .form-control,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .btn {\n  height: 30px;\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n  border-radius: 3px;\n}\nselect.input-group-sm > .form-control,\nselect.input-group-sm > .input-group-addon,\nselect.input-group-sm > .input-group-btn > .btn {\n  height: 30px;\n  line-height: 30px;\n}\ntextarea.input-group-sm > .form-control,\ntextarea.input-group-sm > .input-group-addon,\ntextarea.input-group-sm > .input-group-btn > .btn,\nselect[multiple].input-group-sm > .form-control,\nselect[multiple].input-group-sm > .input-group-addon,\nselect[multiple].input-group-sm > .input-group-btn > .btn {\n  height: auto;\n}\n.input-group-addon,\n.input-group-btn,\n.input-group .form-control {\n  display: table-cell;\n}\n.input-group-addon:not(:first-child):not(:last-child),\n.input-group-btn:not(:first-child):not(:last-child),\n.input-group .form-control:not(:first-child):not(:last-child) {\n  border-radius: 0;\n}\n.input-group-addon,\n.input-group-btn {\n  width: 1%;\n  white-space: nowrap;\n  vertical-align: middle;\n}\n.input-group-addon {\n  padding: 6px 12px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1;\n  color: #555;\n  text-align: center;\n  background-color: #eee;\n  border: 1px solid #ccc;\n  border-radius: 4px;\n}\n.input-group-addon.input-sm {\n  padding: 5px 10px;\n  font-size: 12px;\n  border-radius: 3px;\n}\n.input-group-addon.input-lg {\n  padding: 10px 16px;\n  font-size: 18px;\n  border-radius: 6px;\n}\n.input-group-addon input[type=\"radio\"],\n.input-group-addon input[type=\"checkbox\"] {\n  margin-top: 0;\n}\n.input-group .form-control:first-child,\n.input-group-addon:first-child,\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group > .btn,\n.input-group-btn:first-child > .dropdown-toggle,\n.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {\n  border-top-right-radius: 0;\n  border-bottom-right-radius: 0;\n}\n.input-group-addon:first-child {\n  border-right: 0;\n}\n.input-group .form-control:last-child,\n.input-group-addon:last-child,\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group > .btn,\n.input-group-btn:last-child > .dropdown-toggle,\n.input-group-btn:first-child > .btn:not(:first-child),\n.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {\n  border-top-left-radius: 0;\n  border-bottom-left-radius: 0;\n}\n.input-group-addon:last-child {\n  border-left: 0;\n}\n.input-group-btn {\n  position: relative;\n  font-size: 0;\n  white-space: nowrap;\n}\n.input-group-btn > .btn {\n  position: relative;\n}\n.input-group-btn > .btn + .btn {\n  margin-left: -1px;\n}\n.input-group-btn > .btn:hover,\n.input-group-btn > .btn:focus,\n.input-group-btn > .btn:active {\n  z-index: 2;\n}\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group {\n  margin-right: -1px;\n}\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group {\n  z-index: 2;\n  margin-left: -1px;\n}\n.nav {\n  padding-left: 0;\n  margin-bottom: 0;\n  list-style: none;\n}\n.nav > li {\n  position: relative;\n  display: block;\n}\n.nav > li > a {\n  position: relative;\n  display: block;\n  padding: 10px 15px;\n}\n.nav > li > a:hover,\n.nav > li > a:focus {\n  text-decoration: none;\n  background-color: #eee;\n}\n.nav > li.disabled > a {\n  color: #777;\n}\n.nav > li.disabled > a:hover,\n.nav > li.disabled > a:focus {\n  color: #777;\n  text-decoration: none;\n  cursor: not-allowed;\n  background-color: transparent;\n}\n.nav .open > a,\n.nav .open > a:hover,\n.nav .open > a:focus {\n  background-color: #eee;\n  border-color: #337ab7;\n}\n.nav .nav-divider {\n  height: 1px;\n  margin: 9px 0;\n  overflow: hidden;\n  background-color: #e5e5e5;\n}\n.nav > li > a > img {\n  max-width: none;\n}\n.nav-tabs {\n  border-bottom: 1px solid #ddd;\n}\n.nav-tabs > li {\n  float: left;\n  margin-bottom: -1px;\n}\n.nav-tabs > li > a {\n  margin-right: 2px;\n  line-height: 1.42857143;\n  border: 1px solid transparent;\n  border-radius: 4px 4px 0 0;\n}\n.nav-tabs > li > a:hover {\n  border-color: #eee #eee #ddd;\n}\n.nav-tabs > li.active > a,\n.nav-tabs > li.active > a:hover,\n.nav-tabs > li.active > a:focus {\n  color: #555;\n  cursor: default;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  border-bottom-color: transparent;\n}\n.nav-tabs.nav-justified {\n  width: 100%;\n  border-bottom: 0;\n}\n.nav-tabs.nav-justified > li {\n  float: none;\n}\n.nav-tabs.nav-justified > li > a {\n  margin-bottom: 5px;\n  text-align: center;\n}\n.nav-tabs.nav-justified > .dropdown .dropdown-menu {\n  top: auto;\n  left: auto;\n}\n@media (min-width: 768px) {\n  .nav-tabs.nav-justified > li {\n    display: table-cell;\n    width: 1%;\n  }\n  .nav-tabs.nav-justified > li > a {\n    margin-bottom: 0;\n  }\n}\n.nav-tabs.nav-justified > li > a {\n  margin-right: 0;\n  border-radius: 4px;\n}\n.nav-tabs.nav-justified > .active > a,\n.nav-tabs.nav-justified > .active > a:hover,\n.nav-tabs.nav-justified > .active > a:focus {\n  border: 1px solid #ddd;\n}\n@media (min-width: 768px) {\n  .nav-tabs.nav-justified > li > a {\n    border-bottom: 1px solid #ddd;\n    border-radius: 4px 4px 0 0;\n  }\n  .nav-tabs.nav-justified > .active > a,\n  .nav-tabs.nav-justified > .active > a:hover,\n  .nav-tabs.nav-justified > .active > a:focus {\n    border-bottom-color: #fff;\n  }\n}\n.nav-pills > li {\n  float: left;\n}\n.nav-pills > li > a {\n  border-radius: 4px;\n}\n.nav-pills > li + li {\n  margin-left: 2px;\n}\n.nav-pills > li.active > a,\n.nav-pills > li.active > a:hover,\n.nav-pills > li.active > a:focus {\n  color: #fff;\n  background-color: #337ab7;\n}\n.nav-stacked > li {\n  float: none;\n}\n.nav-stacked > li + li {\n  margin-top: 2px;\n  margin-left: 0;\n}\n.nav-justified {\n  width: 100%;\n}\n.nav-justified > li {\n  float: none;\n}\n.nav-justified > li > a {\n  margin-bottom: 5px;\n  text-align: center;\n}\n.nav-justified > .dropdown .dropdown-menu {\n  top: auto;\n  left: auto;\n}\n@media (min-width: 768px) {\n  .nav-justified > li {\n    display: table-cell;\n    width: 1%;\n  }\n  .nav-justified > li > a {\n    margin-bottom: 0;\n  }\n}\n.nav-tabs-justified {\n  border-bottom: 0;\n}\n.nav-tabs-justified > li > a {\n  margin-right: 0;\n  border-radius: 4px;\n}\n.nav-tabs-justified > .active > a,\n.nav-tabs-justified > .active > a:hover,\n.nav-tabs-justified > .active > a:focus {\n  border: 1px solid #ddd;\n}\n@media (min-width: 768px) {\n  .nav-tabs-justified > li > a {\n    border-bottom: 1px solid #ddd;\n    border-radius: 4px 4px 0 0;\n  }\n  .nav-tabs-justified > .active > a,\n  .nav-tabs-justified > .active > a:hover,\n  .nav-tabs-justified > .active > a:focus {\n    border-bottom-color: #fff;\n  }\n}\n.tab-content > .tab-pane {\n  display: none;\n}\n.tab-content > .active {\n  display: block;\n}\n.nav-tabs .dropdown-menu {\n  margin-top: -1px;\n  border-top-left-radius: 0;\n  border-top-right-radius: 0;\n}\n.navbar {\n  position: relative;\n  min-height: 50px;\n  margin-bottom: 20px;\n  border: 1px solid transparent;\n}\n@media (min-width: 768px) {\n  .navbar {\n    border-radius: 4px;\n  }\n}\n@media (min-width: 768px) {\n  .navbar-header {\n    float: left;\n  }\n}\n.navbar-collapse {\n  padding-right: 15px;\n  padding-left: 15px;\n  overflow-x: visible;\n  -webkit-overflow-scrolling: touch;\n  border-top: 1px solid transparent;\n  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);\n          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);\n}\n.navbar-collapse.in {\n  overflow-y: auto;\n}\n@media (min-width: 768px) {\n  .navbar-collapse {\n    width: auto;\n    border-top: 0;\n    -webkit-box-shadow: none;\n            box-shadow: none;\n  }\n  .navbar-collapse.collapse {\n    display: block !important;\n    height: auto !important;\n    padding-bottom: 0;\n    overflow: visible !important;\n  }\n  .navbar-collapse.in {\n    overflow-y: visible;\n  }\n  .navbar-fixed-top .navbar-collapse,\n  .navbar-static-top .navbar-collapse,\n  .navbar-fixed-bottom .navbar-collapse {\n    padding-right: 0;\n    padding-left: 0;\n  }\n}\n.navbar-fixed-top .navbar-collapse,\n.navbar-fixed-bottom .navbar-collapse {\n  max-height: 340px;\n}\n@media (max-device-width: 480px) and (orientation: landscape) {\n  .navbar-fixed-top .navbar-collapse,\n  .navbar-fixed-bottom .navbar-collapse {\n    max-height: 200px;\n  }\n}\n.container > .navbar-header,\n.container-fluid > .navbar-header,\n.container > .navbar-collapse,\n.container-fluid > .navbar-collapse {\n  margin-right: -15px;\n  margin-left: -15px;\n}\n@media (min-width: 768px) {\n  .container > .navbar-header,\n  .container-fluid > .navbar-header,\n  .container > .navbar-collapse,\n  .container-fluid > .navbar-collapse {\n    margin-right: 0;\n    margin-left: 0;\n  }\n}\n.navbar-static-top {\n  z-index: 1000;\n  border-width: 0 0 1px;\n}\n@media (min-width: 768px) {\n  .navbar-static-top {\n    border-radius: 0;\n  }\n}\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n  position: fixed;\n  right: 0;\n  left: 0;\n  z-index: 1030;\n}\n@media (min-width: 768px) {\n  .navbar-fixed-top,\n  .navbar-fixed-bottom {\n    border-radius: 0;\n  }\n}\n.navbar-fixed-top {\n  top: 0;\n  border-width: 0 0 1px;\n}\n.navbar-fixed-bottom {\n  bottom: 0;\n  margin-bottom: 0;\n  border-width: 1px 0 0;\n}\n.navbar-brand {\n  float: left;\n  height: 50px;\n  padding: 15px 15px;\n  font-size: 18px;\n  line-height: 20px;\n}\n.navbar-brand:hover,\n.navbar-brand:focus {\n  text-decoration: none;\n}\n.navbar-brand > img {\n  display: block;\n}\n@media (min-width: 768px) {\n  .navbar > .container .navbar-brand,\n  .navbar > .container-fluid .navbar-brand {\n    margin-left: -15px;\n  }\n}\n.navbar-toggle {\n  position: relative;\n  float: right;\n  padding: 9px 10px;\n  margin-top: 8px;\n  margin-right: 15px;\n  margin-bottom: 8px;\n  background-color: transparent;\n  background-image: none;\n  border: 1px solid transparent;\n  border-radius: 4px;\n}\n.navbar-toggle:focus {\n  outline: 0;\n}\n.navbar-toggle .icon-bar {\n  display: block;\n  width: 22px;\n  height: 2px;\n  border-radius: 1px;\n}\n.navbar-toggle .icon-bar + .icon-bar {\n  margin-top: 4px;\n}\n@media (min-width: 768px) {\n  .navbar-toggle {\n    display: none;\n  }\n}\n.navbar-nav {\n  margin: 7.5px -15px;\n}\n.navbar-nav > li > a {\n  padding-top: 10px;\n  padding-bottom: 10px;\n  line-height: 20px;\n}\n@media (max-width: 767px) {\n  .navbar-nav .open .dropdown-menu {\n    position: static;\n    float: none;\n    width: auto;\n    margin-top: 0;\n    background-color: transparent;\n    border: 0;\n    -webkit-box-shadow: none;\n            box-shadow: none;\n  }\n  .navbar-nav .open .dropdown-menu > li > a,\n  .navbar-nav .open .dropdown-menu .dropdown-header {\n    padding: 5px 15px 5px 25px;\n  }\n  .navbar-nav .open .dropdown-menu > li > a {\n    line-height: 20px;\n  }\n  .navbar-nav .open .dropdown-menu > li > a:hover,\n  .navbar-nav .open .dropdown-menu > li > a:focus {\n    background-image: none;\n  }\n}\n@media (min-width: 768px) {\n  .navbar-nav {\n    float: left;\n    margin: 0;\n  }\n  .navbar-nav > li {\n    float: left;\n  }\n  .navbar-nav > li > a {\n    padding-top: 15px;\n    padding-bottom: 15px;\n  }\n}\n.navbar-form {\n  padding: 10px 15px;\n  margin-top: 8px;\n  margin-right: -15px;\n  margin-bottom: 8px;\n  margin-left: -15px;\n  border-top: 1px solid transparent;\n  border-bottom: 1px solid transparent;\n  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);\n          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);\n}\n@media (min-width: 768px) {\n  .navbar-form .form-group {\n    display: inline-block;\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .navbar-form .form-control {\n    display: inline-block;\n    width: auto;\n    vertical-align: middle;\n  }\n  .navbar-form .form-control-static {\n    display: inline-block;\n  }\n  .navbar-form .input-group {\n    display: inline-table;\n    vertical-align: middle;\n  }\n  .navbar-form .input-group .input-group-addon,\n  .navbar-form .input-group .input-group-btn,\n  .navbar-form .input-group .form-control {\n    width: auto;\n  }\n  .navbar-form .input-group > .form-control {\n    width: 100%;\n  }\n  .navbar-form .control-label {\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .navbar-form .radio,\n  .navbar-form .checkbox {\n    display: inline-block;\n    margin-top: 0;\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  .navbar-form .radio label,\n  .navbar-form .checkbox label {\n    padding-left: 0;\n  }\n  .navbar-form .radio input[type=\"radio\"],\n  .navbar-form .checkbox input[type=\"checkbox\"] {\n    position: relative;\n    margin-left: 0;\n  }\n  .navbar-form .has-feedback .form-control-feedback {\n    top: 0;\n  }\n}\n@media (max-width: 767px) {\n  .navbar-form .form-group {\n    margin-bottom: 5px;\n  }\n  .navbar-form .form-group:last-child {\n    margin-bottom: 0;\n  }\n}\n@media (min-width: 768px) {\n  .navbar-form {\n    width: auto;\n    padding-top: 0;\n    padding-bottom: 0;\n    margin-right: 0;\n    margin-left: 0;\n    border: 0;\n    -webkit-box-shadow: none;\n            box-shadow: none;\n  }\n}\n.navbar-nav > li > .dropdown-menu {\n  margin-top: 0;\n  border-top-left-radius: 0;\n  border-top-right-radius: 0;\n}\n.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n  margin-bottom: 0;\n  border-top-left-radius: 4px;\n  border-top-right-radius: 4px;\n  border-bottom-right-radius: 0;\n  border-bottom-left-radius: 0;\n}\n.navbar-btn {\n  margin-top: 8px;\n  margin-bottom: 8px;\n}\n.navbar-btn.btn-sm {\n  margin-top: 10px;\n  margin-bottom: 10px;\n}\n.navbar-btn.btn-xs {\n  margin-top: 14px;\n  margin-bottom: 14px;\n}\n.navbar-text {\n  margin-top: 15px;\n  margin-bottom: 15px;\n}\n@media (min-width: 768px) {\n  .navbar-text {\n    float: left;\n    margin-right: 15px;\n    margin-left: 15px;\n  }\n}\n@media (min-width: 768px) {\n  .navbar-left {\n    float: left !important;\n  }\n  .navbar-right {\n    float: right !important;\n    margin-right: -15px;\n  }\n  .navbar-right ~ .navbar-right {\n    margin-right: 0;\n  }\n}\n.navbar-default {\n  background-color: #f8f8f8;\n  border-color: #e7e7e7;\n}\n.navbar-default .navbar-brand {\n  color: #777;\n}\n.navbar-default .navbar-brand:hover,\n.navbar-default .navbar-brand:focus {\n  color: #5e5e5e;\n  background-color: transparent;\n}\n.navbar-default .navbar-text {\n  color: #777;\n}\n.navbar-default .navbar-nav > li > a {\n  color: #777;\n}\n.navbar-default .navbar-nav > li > a:hover,\n.navbar-default .navbar-nav > li > a:focus {\n  color: #333;\n  background-color: transparent;\n}\n.navbar-default .navbar-nav > .active > a,\n.navbar-default .navbar-nav > .active > a:hover,\n.navbar-default .navbar-nav > .active > a:focus {\n  color: #555;\n  background-color: #e7e7e7;\n}\n.navbar-default .navbar-nav > .disabled > a,\n.navbar-default .navbar-nav > .disabled > a:hover,\n.navbar-default .navbar-nav > .disabled > a:focus {\n  color: #ccc;\n  background-color: transparent;\n}\n.navbar-default .navbar-toggle {\n  border-color: #ddd;\n}\n.navbar-default .navbar-toggle:hover,\n.navbar-default .navbar-toggle:focus {\n  background-color: #ddd;\n}\n.navbar-default .navbar-toggle .icon-bar {\n  background-color: #888;\n}\n.navbar-default .navbar-collapse,\n.navbar-default .navbar-form {\n  border-color: #e7e7e7;\n}\n.navbar-default .navbar-nav > .open > a,\n.navbar-default .navbar-nav > .open > a:hover,\n.navbar-default .navbar-nav > .open > a:focus {\n  color: #555;\n  background-color: #e7e7e7;\n}\n@media (max-width: 767px) {\n  .navbar-default .navbar-nav .open .dropdown-menu > li > a {\n    color: #777;\n  }\n  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,\n  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {\n    color: #333;\n    background-color: transparent;\n  }\n  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,\n  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,\n  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {\n    color: #555;\n    background-color: #e7e7e7;\n  }\n  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,\n  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n    color: #ccc;\n    background-color: transparent;\n  }\n}\n.navbar-default .navbar-link {\n  color: #777;\n}\n.navbar-default .navbar-link:hover {\n  color: #333;\n}\n.navbar-default .btn-link {\n  color: #777;\n}\n.navbar-default .btn-link:hover,\n.navbar-default .btn-link:focus {\n  color: #333;\n}\n.navbar-default .btn-link[disabled]:hover,\nfieldset[disabled] .navbar-default .btn-link:hover,\n.navbar-default .btn-link[disabled]:focus,\nfieldset[disabled] .navbar-default .btn-link:focus {\n  color: #ccc;\n}\n.navbar-inverse {\n  background-color: #222;\n  border-color: #080808;\n}\n.navbar-inverse .navbar-brand {\n  color: #9d9d9d;\n}\n.navbar-inverse .navbar-brand:hover,\n.navbar-inverse .navbar-brand:focus {\n  color: #fff;\n  background-color: transparent;\n}\n.navbar-inverse .navbar-text {\n  color: #9d9d9d;\n}\n.navbar-inverse .navbar-nav > li > a {\n  color: #9d9d9d;\n}\n.navbar-inverse .navbar-nav > li > a:hover,\n.navbar-inverse .navbar-nav > li > a:focus {\n  color: #fff;\n  background-color: transparent;\n}\n.navbar-inverse .navbar-nav > .active > a,\n.navbar-inverse .navbar-nav > .active > a:hover,\n.navbar-inverse .navbar-nav > .active > a:focus {\n  color: #fff;\n  background-color: #080808;\n}\n.navbar-inverse .navbar-nav > .disabled > a,\n.navbar-inverse .navbar-nav > .disabled > a:hover,\n.navbar-inverse .navbar-nav > .disabled > a:focus {\n  color: #444;\n  background-color: transparent;\n}\n.navbar-inverse .navbar-toggle {\n  border-color: #333;\n}\n.navbar-inverse .navbar-toggle:hover,\n.navbar-inverse .navbar-toggle:focus {\n  background-color: #333;\n}\n.navbar-inverse .navbar-toggle .icon-bar {\n  background-color: #fff;\n}\n.navbar-inverse .navbar-collapse,\n.navbar-inverse .navbar-form {\n  border-color: #101010;\n}\n.navbar-inverse .navbar-nav > .open > a,\n.navbar-inverse .navbar-nav > .open > a:hover,\n.navbar-inverse .navbar-nav > .open > a:focus {\n  color: #fff;\n  background-color: #080808;\n}\n@media (max-width: 767px) {\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {\n    border-color: #080808;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {\n    background-color: #080808;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {\n    color: #9d9d9d;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {\n    color: #fff;\n    background-color: transparent;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {\n    color: #fff;\n    background-color: #080808;\n  }\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n    color: #444;\n    background-color: transparent;\n  }\n}\n.navbar-inverse .navbar-link {\n  color: #9d9d9d;\n}\n.navbar-inverse .navbar-link:hover {\n  color: #fff;\n}\n.navbar-inverse .btn-link {\n  color: #9d9d9d;\n}\n.navbar-inverse .btn-link:hover,\n.navbar-inverse .btn-link:focus {\n  color: #fff;\n}\n.navbar-inverse .btn-link[disabled]:hover,\nfieldset[disabled] .navbar-inverse .btn-link:hover,\n.navbar-inverse .btn-link[disabled]:focus,\nfieldset[disabled] .navbar-inverse .btn-link:focus {\n  color: #444;\n}\n.breadcrumb {\n  padding: 8px 15px;\n  margin-bottom: 20px;\n  list-style: none;\n  background-color: #f5f5f5;\n  border-radius: 4px;\n}\n.breadcrumb > li {\n  display: inline-block;\n}\n.breadcrumb > li + li:before {\n  padding: 0 5px;\n  color: #ccc;\n  content: \"/\\00a0\";\n}\n.breadcrumb > .active {\n  color: #777;\n}\n.pagination {\n  display: inline-block;\n  padding-left: 0;\n  margin: 20px 0;\n  border-radius: 4px;\n}\n.pagination > li {\n  display: inline;\n}\n.pagination > li > a,\n.pagination > li > span {\n  position: relative;\n  float: left;\n  padding: 6px 12px;\n  margin-left: -1px;\n  line-height: 1.42857143;\n  color: #337ab7;\n  text-decoration: none;\n  background-color: #fff;\n  border: 1px solid #ddd;\n}\n.pagination > li:first-child > a,\n.pagination > li:first-child > span {\n  margin-left: 0;\n  border-top-left-radius: 4px;\n  border-bottom-left-radius: 4px;\n}\n.pagination > li:last-child > a,\n.pagination > li:last-child > span {\n  border-top-right-radius: 4px;\n  border-bottom-right-radius: 4px;\n}\n.pagination > li > a:hover,\n.pagination > li > span:hover,\n.pagination > li > a:focus,\n.pagination > li > span:focus {\n  z-index: 2;\n  color: #23527c;\n  background-color: #eee;\n  border-color: #ddd;\n}\n.pagination > .active > a,\n.pagination > .active > span,\n.pagination > .active > a:hover,\n.pagination > .active > span:hover,\n.pagination > .active > a:focus,\n.pagination > .active > span:focus {\n  z-index: 3;\n  color: #fff;\n  cursor: default;\n  background-color: #337ab7;\n  border-color: #337ab7;\n}\n.pagination > .disabled > span,\n.pagination > .disabled > span:hover,\n.pagination > .disabled > span:focus,\n.pagination > .disabled > a,\n.pagination > .disabled > a:hover,\n.pagination > .disabled > a:focus {\n  color: #777;\n  cursor: not-allowed;\n  background-color: #fff;\n  border-color: #ddd;\n}\n.pagination-lg > li > a,\n.pagination-lg > li > span {\n  padding: 10px 16px;\n  font-size: 18px;\n  line-height: 1.3333333;\n}\n.pagination-lg > li:first-child > a,\n.pagination-lg > li:first-child > span {\n  border-top-left-radius: 6px;\n  border-bottom-left-radius: 6px;\n}\n.pagination-lg > li:last-child > a,\n.pagination-lg > li:last-child > span {\n  border-top-right-radius: 6px;\n  border-bottom-right-radius: 6px;\n}\n.pagination-sm > li > a,\n.pagination-sm > li > span {\n  padding: 5px 10px;\n  font-size: 12px;\n  line-height: 1.5;\n}\n.pagination-sm > li:first-child > a,\n.pagination-sm > li:first-child > span {\n  border-top-left-radius: 3px;\n  border-bottom-left-radius: 3px;\n}\n.pagination-sm > li:last-child > a,\n.pagination-sm > li:last-child > span {\n  border-top-right-radius: 3px;\n  border-bottom-right-radius: 3px;\n}\n.pager {\n  padding-left: 0;\n  margin: 20px 0;\n  text-align: center;\n  list-style: none;\n}\n.pager li {\n  display: inline;\n}\n.pager li > a,\n.pager li > span {\n  display: inline-block;\n  padding: 5px 14px;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  border-radius: 15px;\n}\n.pager li > a:hover,\n.pager li > a:focus {\n  text-decoration: none;\n  background-color: #eee;\n}\n.pager .next > a,\n.pager .next > span {\n  float: right;\n}\n.pager .previous > a,\n.pager .previous > span {\n  float: left;\n}\n.pager .disabled > a,\n.pager .disabled > a:hover,\n.pager .disabled > a:focus,\n.pager .disabled > span {\n  color: #777;\n  cursor: not-allowed;\n  background-color: #fff;\n}\n.label {\n  display: inline;\n  padding: .2em .6em .3em;\n  font-size: 75%;\n  font-weight: bold;\n  line-height: 1;\n  color: #fff;\n  text-align: center;\n  white-space: nowrap;\n  vertical-align: baseline;\n  border-radius: .25em;\n}\na.label:hover,\na.label:focus {\n  color: #fff;\n  text-decoration: none;\n  cursor: pointer;\n}\n.label:empty {\n  display: none;\n}\n.btn .label {\n  position: relative;\n  top: -1px;\n}\n.label-default {\n  background-color: #777;\n}\n.label-default[href]:hover,\n.label-default[href]:focus {\n  background-color: #5e5e5e;\n}\n.label-primary {\n  background-color: #337ab7;\n}\n.label-primary[href]:hover,\n.label-primary[href]:focus {\n  background-color: #286090;\n}\n.label-success {\n  background-color: #5cb85c;\n}\n.label-success[href]:hover,\n.label-success[href]:focus {\n  background-color: #449d44;\n}\n.label-info {\n  background-color: #5bc0de;\n}\n.label-info[href]:hover,\n.label-info[href]:focus {\n  background-color: #31b0d5;\n}\n.label-warning {\n  background-color: #f0ad4e;\n}\n.label-warning[href]:hover,\n.label-warning[href]:focus {\n  background-color: #ec971f;\n}\n.label-danger {\n  background-color: #d9534f;\n}\n.label-danger[href]:hover,\n.label-danger[href]:focus {\n  background-color: #c9302c;\n}\n.badge {\n  display: inline-block;\n  min-width: 10px;\n  padding: 3px 7px;\n  font-size: 12px;\n  font-weight: bold;\n  line-height: 1;\n  color: #fff;\n  text-align: center;\n  white-space: nowrap;\n  vertical-align: middle;\n  background-color: #777;\n  border-radius: 10px;\n}\n.badge:empty {\n  display: none;\n}\n.btn .badge {\n  position: relative;\n  top: -1px;\n}\n.btn-xs .badge,\n.btn-group-xs > .btn .badge {\n  top: 0;\n  padding: 1px 5px;\n}\na.badge:hover,\na.badge:focus {\n  color: #fff;\n  text-decoration: none;\n  cursor: pointer;\n}\n.list-group-item.active > .badge,\n.nav-pills > .active > a > .badge {\n  color: #337ab7;\n  background-color: #fff;\n}\n.list-group-item > .badge {\n  float: right;\n}\n.list-group-item > .badge + .badge {\n  margin-right: 5px;\n}\n.nav-pills > li > a > .badge {\n  margin-left: 3px;\n}\n.jumbotron {\n  padding-top: 30px;\n  padding-bottom: 30px;\n  margin-bottom: 30px;\n  color: inherit;\n  background-color: #eee;\n}\n.jumbotron h1,\n.jumbotron .h1 {\n  color: inherit;\n}\n.jumbotron p {\n  margin-bottom: 15px;\n  font-size: 21px;\n  font-weight: 200;\n}\n.jumbotron > hr {\n  border-top-color: #d5d5d5;\n}\n.container .jumbotron,\n.container-fluid .jumbotron {\n  padding-right: 15px;\n  padding-left: 15px;\n  border-radius: 6px;\n}\n.jumbotron .container {\n  max-width: 100%;\n}\n@media screen and (min-width: 768px) {\n  .jumbotron {\n    padding-top: 48px;\n    padding-bottom: 48px;\n  }\n  .container .jumbotron,\n  .container-fluid .jumbotron {\n    padding-right: 60px;\n    padding-left: 60px;\n  }\n  .jumbotron h1,\n  .jumbotron .h1 {\n    font-size: 63px;\n  }\n}\n.thumbnail {\n  display: block;\n  padding: 4px;\n  margin-bottom: 20px;\n  line-height: 1.42857143;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  -webkit-transition: border .2s ease-in-out;\n       -o-transition: border .2s ease-in-out;\n          transition: border .2s ease-in-out;\n}\n.thumbnail > img,\n.thumbnail a > img {\n  margin-right: auto;\n  margin-left: auto;\n}\na.thumbnail:hover,\na.thumbnail:focus,\na.thumbnail.active {\n  border-color: #337ab7;\n}\n.thumbnail .caption {\n  padding: 9px;\n  color: #333;\n}\n.alert {\n  padding: 15px;\n  margin-bottom: 20px;\n  border: 1px solid transparent;\n  border-radius: 4px;\n}\n.alert h4 {\n  margin-top: 0;\n  color: inherit;\n}\n.alert .alert-link {\n  font-weight: bold;\n}\n.alert > p,\n.alert > ul {\n  margin-bottom: 0;\n}\n.alert > p + p {\n  margin-top: 5px;\n}\n.alert-dismissable,\n.alert-dismissible {\n  padding-right: 35px;\n}\n.alert-dismissable .close,\n.alert-dismissible .close {\n  position: relative;\n  top: -2px;\n  right: -21px;\n  color: inherit;\n}\n.alert-success {\n  color: #3c763d;\n  background-color: #dff0d8;\n  border-color: #d6e9c6;\n}\n.alert-success hr {\n  border-top-color: #c9e2b3;\n}\n.alert-success .alert-link {\n  color: #2b542c;\n}\n.alert-info {\n  color: #31708f;\n  background-color: #d9edf7;\n  border-color: #bce8f1;\n}\n.alert-info hr {\n  border-top-color: #a6e1ec;\n}\n.alert-info .alert-link {\n  color: #245269;\n}\n.alert-warning {\n  color: #8a6d3b;\n  background-color: #fcf8e3;\n  border-color: #faebcc;\n}\n.alert-warning hr {\n  border-top-color: #f7e1b5;\n}\n.alert-warning .alert-link {\n  color: #66512c;\n}\n.alert-danger {\n  color: #a94442;\n  background-color: #f2dede;\n  border-color: #ebccd1;\n}\n.alert-danger hr {\n  border-top-color: #e4b9c0;\n}\n.alert-danger .alert-link {\n  color: #843534;\n}\n@-webkit-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n@-o-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n@keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n.progress {\n  height: 20px;\n  margin-bottom: 20px;\n  overflow: hidden;\n  background-color: #f5f5f5;\n  border-radius: 4px;\n  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);\n          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);\n}\n.progress-bar {\n  float: left;\n  width: 0;\n  height: 100%;\n  font-size: 12px;\n  line-height: 20px;\n  color: #fff;\n  text-align: center;\n  background-color: #337ab7;\n  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);\n          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);\n  -webkit-transition: width .6s ease;\n       -o-transition: width .6s ease;\n          transition: width .6s ease;\n}\n.progress-striped .progress-bar,\n.progress-bar-striped {\n  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n  -webkit-background-size: 40px 40px;\n          background-size: 40px 40px;\n}\n.progress.active .progress-bar,\n.progress-bar.active {\n  -webkit-animation: progress-bar-stripes 2s linear infinite;\n       -o-animation: progress-bar-stripes 2s linear infinite;\n          animation: progress-bar-stripes 2s linear infinite;\n}\n.progress-bar-success {\n  background-color: #5cb85c;\n}\n.progress-striped .progress-bar-success {\n  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n}\n.progress-bar-info {\n  background-color: #5bc0de;\n}\n.progress-striped .progress-bar-info {\n  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n}\n.progress-bar-warning {\n  background-color: #f0ad4e;\n}\n.progress-striped .progress-bar-warning {\n  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n}\n.progress-bar-danger {\n  background-color: #d9534f;\n}\n.progress-striped .progress-bar-danger {\n  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n}\n.media {\n  margin-top: 15px;\n}\n.media:first-child {\n  margin-top: 0;\n}\n.media,\n.media-body {\n  overflow: hidden;\n  zoom: 1;\n}\n.media-body {\n  width: 10000px;\n}\n.media-object {\n  display: block;\n}\n.media-object.img-thumbnail {\n  max-width: none;\n}\n.media-right,\n.media > .pull-right {\n  padding-left: 10px;\n}\n.media-left,\n.media > .pull-left {\n  padding-right: 10px;\n}\n.media-left,\n.media-right,\n.media-body {\n  display: table-cell;\n  vertical-align: top;\n}\n.media-middle {\n  vertical-align: middle;\n}\n.media-bottom {\n  vertical-align: bottom;\n}\n.media-heading {\n  margin-top: 0;\n  margin-bottom: 5px;\n}\n.media-list {\n  padding-left: 0;\n  list-style: none;\n}\n.list-group {\n  padding-left: 0;\n  margin-bottom: 20px;\n}\n.list-group-item {\n  position: relative;\n  display: block;\n  padding: 10px 15px;\n  margin-bottom: -1px;\n  background-color: #fff;\n  border: 1px solid #ddd;\n}\n.list-group-item:first-child {\n  border-top-left-radius: 4px;\n  border-top-right-radius: 4px;\n}\n.list-group-item:last-child {\n  margin-bottom: 0;\n  border-bottom-right-radius: 4px;\n  border-bottom-left-radius: 4px;\n}\na.list-group-item,\nbutton.list-group-item {\n  color: #555;\n}\na.list-group-item .list-group-item-heading,\nbutton.list-group-item .list-group-item-heading {\n  color: #333;\n}\na.list-group-item:hover,\nbutton.list-group-item:hover,\na.list-group-item:focus,\nbutton.list-group-item:focus {\n  color: #555;\n  text-decoration: none;\n  background-color: #f5f5f5;\n}\nbutton.list-group-item {\n  width: 100%;\n  text-align: left;\n}\n.list-group-item.disabled,\n.list-group-item.disabled:hover,\n.list-group-item.disabled:focus {\n  color: #777;\n  cursor: not-allowed;\n  background-color: #eee;\n}\n.list-group-item.disabled .list-group-item-heading,\n.list-group-item.disabled:hover .list-group-item-heading,\n.list-group-item.disabled:focus .list-group-item-heading {\n  color: inherit;\n}\n.list-group-item.disabled .list-group-item-text,\n.list-group-item.disabled:hover .list-group-item-text,\n.list-group-item.disabled:focus .list-group-item-text {\n  color: #777;\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n  z-index: 2;\n  color: #fff;\n  background-color: #337ab7;\n  border-color: #337ab7;\n}\n.list-group-item.active .list-group-item-heading,\n.list-group-item.active:hover .list-group-item-heading,\n.list-group-item.active:focus .list-group-item-heading,\n.list-group-item.active .list-group-item-heading > small,\n.list-group-item.active:hover .list-group-item-heading > small,\n.list-group-item.active:focus .list-group-item-heading > small,\n.list-group-item.active .list-group-item-heading > .small,\n.list-group-item.active:hover .list-group-item-heading > .small,\n.list-group-item.active:focus .list-group-item-heading > .small {\n  color: inherit;\n}\n.list-group-item.active .list-group-item-text,\n.list-group-item.active:hover .list-group-item-text,\n.list-group-item.active:focus .list-group-item-text {\n  color: #c7ddef;\n}\n.list-group-item-success {\n  color: #3c763d;\n  background-color: #dff0d8;\n}\na.list-group-item-success,\nbutton.list-group-item-success {\n  color: #3c763d;\n}\na.list-group-item-success .list-group-item-heading,\nbutton.list-group-item-success .list-group-item-heading {\n  color: inherit;\n}\na.list-group-item-success:hover,\nbutton.list-group-item-success:hover,\na.list-group-item-success:focus,\nbutton.list-group-item-success:focus {\n  color: #3c763d;\n  background-color: #d0e9c6;\n}\na.list-group-item-success.active,\nbutton.list-group-item-success.active,\na.list-group-item-success.active:hover,\nbutton.list-group-item-success.active:hover,\na.list-group-item-success.active:focus,\nbutton.list-group-item-success.active:focus {\n  color: #fff;\n  background-color: #3c763d;\n  border-color: #3c763d;\n}\n.list-group-item-info {\n  color: #31708f;\n  background-color: #d9edf7;\n}\na.list-group-item-info,\nbutton.list-group-item-info {\n  color: #31708f;\n}\na.list-group-item-info .list-group-item-heading,\nbutton.list-group-item-info .list-group-item-heading {\n  color: inherit;\n}\na.list-group-item-info:hover,\nbutton.list-group-item-info:hover,\na.list-group-item-info:focus,\nbutton.list-group-item-info:focus {\n  color: #31708f;\n  background-color: #c4e3f3;\n}\na.list-group-item-info.active,\nbutton.list-group-item-info.active,\na.list-group-item-info.active:hover,\nbutton.list-group-item-info.active:hover,\na.list-group-item-info.active:focus,\nbutton.list-group-item-info.active:focus {\n  color: #fff;\n  background-color: #31708f;\n  border-color: #31708f;\n}\n.list-group-item-warning {\n  color: #8a6d3b;\n  background-color: #fcf8e3;\n}\na.list-group-item-warning,\nbutton.list-group-item-warning {\n  color: #8a6d3b;\n}\na.list-group-item-warning .list-group-item-heading,\nbutton.list-group-item-warning .list-group-item-heading {\n  color: inherit;\n}\na.list-group-item-warning:hover,\nbutton.list-group-item-warning:hover,\na.list-group-item-warning:focus,\nbutton.list-group-item-warning:focus {\n  color: #8a6d3b;\n  background-color: #faf2cc;\n}\na.list-group-item-warning.active,\nbutton.list-group-item-warning.active,\na.list-group-item-warning.active:hover,\nbutton.list-group-item-warning.active:hover,\na.list-group-item-warning.active:focus,\nbutton.list-group-item-warning.active:focus {\n  color: #fff;\n  background-color: #8a6d3b;\n  border-color: #8a6d3b;\n}\n.list-group-item-danger {\n  color: #a94442;\n  background-color: #f2dede;\n}\na.list-group-item-danger,\nbutton.list-group-item-danger {\n  color: #a94442;\n}\na.list-group-item-danger .list-group-item-heading,\nbutton.list-group-item-danger .list-group-item-heading {\n  color: inherit;\n}\na.list-group-item-danger:hover,\nbutton.list-group-item-danger:hover,\na.list-group-item-danger:focus,\nbutton.list-group-item-danger:focus {\n  color: #a94442;\n  background-color: #ebcccc;\n}\na.list-group-item-danger.active,\nbutton.list-group-item-danger.active,\na.list-group-item-danger.active:hover,\nbutton.list-group-item-danger.active:hover,\na.list-group-item-danger.active:focus,\nbutton.list-group-item-danger.active:focus {\n  color: #fff;\n  background-color: #a94442;\n  border-color: #a94442;\n}\n.list-group-item-heading {\n  margin-top: 0;\n  margin-bottom: 5px;\n}\n.list-group-item-text {\n  margin-bottom: 0;\n  line-height: 1.3;\n}\n.panel {\n  margin-bottom: 20px;\n  background-color: #fff;\n  border: 1px solid transparent;\n  border-radius: 4px;\n  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);\n          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);\n}\n.panel-body {\n  padding: 15px;\n}\n.panel-heading {\n  padding: 10px 15px;\n  border-bottom: 1px solid transparent;\n  border-top-left-radius: 3px;\n  border-top-right-radius: 3px;\n}\n.panel-heading > .dropdown .dropdown-toggle {\n  color: inherit;\n}\n.panel-title {\n  margin-top: 0;\n  margin-bottom: 0;\n  font-size: 16px;\n  color: inherit;\n}\n.panel-title > a,\n.panel-title > small,\n.panel-title > .small,\n.panel-title > small > a,\n.panel-title > .small > a {\n  color: inherit;\n}\n.panel-footer {\n  padding: 10px 15px;\n  background-color: #f5f5f5;\n  border-top: 1px solid #ddd;\n  border-bottom-right-radius: 3px;\n  border-bottom-left-radius: 3px;\n}\n.panel > .list-group,\n.panel > .panel-collapse > .list-group {\n  margin-bottom: 0;\n}\n.panel > .list-group .list-group-item,\n.panel > .panel-collapse > .list-group .list-group-item {\n  border-width: 1px 0;\n  border-radius: 0;\n}\n.panel > .list-group:first-child .list-group-item:first-child,\n.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {\n  border-top: 0;\n  border-top-left-radius: 3px;\n  border-top-right-radius: 3px;\n}\n.panel > .list-group:last-child .list-group-item:last-child,\n.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {\n  border-bottom: 0;\n  border-bottom-right-radius: 3px;\n  border-bottom-left-radius: 3px;\n}\n.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {\n  border-top-left-radius: 0;\n  border-top-right-radius: 0;\n}\n.panel-heading + .list-group .list-group-item:first-child {\n  border-top-width: 0;\n}\n.list-group + .panel-footer {\n  border-top-width: 0;\n}\n.panel > .table,\n.panel > .table-responsive > .table,\n.panel > .panel-collapse > .table {\n  margin-bottom: 0;\n}\n.panel > .table caption,\n.panel > .table-responsive > .table caption,\n.panel > .panel-collapse > .table caption {\n  padding-right: 15px;\n  padding-left: 15px;\n}\n.panel > .table:first-child,\n.panel > .table-responsive:first-child > .table:first-child {\n  border-top-left-radius: 3px;\n  border-top-right-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {\n  border-top-left-radius: 3px;\n  border-top-right-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,\n.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {\n  border-top-left-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,\n.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {\n  border-top-right-radius: 3px;\n}\n.panel > .table:last-child,\n.panel > .table-responsive:last-child > .table:last-child {\n  border-bottom-right-radius: 3px;\n  border-bottom-left-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {\n  border-bottom-right-radius: 3px;\n  border-bottom-left-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,\n.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {\n  border-bottom-left-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,\n.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {\n  border-bottom-right-radius: 3px;\n}\n.panel > .panel-body + .table,\n.panel > .panel-body + .table-responsive,\n.panel > .table + .panel-body,\n.panel > .table-responsive + .panel-body {\n  border-top: 1px solid #ddd;\n}\n.panel > .table > tbody:first-child > tr:first-child th,\n.panel > .table > tbody:first-child > tr:first-child td {\n  border-top: 0;\n}\n.panel > .table-bordered,\n.panel > .table-responsive > .table-bordered {\n  border: 0;\n}\n.panel > .table-bordered > thead > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,\n.panel > .table-bordered > tbody > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,\n.panel > .table-bordered > tfoot > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,\n.panel > .table-bordered > thead > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,\n.panel > .table-bordered > tbody > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,\n.panel > .table-bordered > tfoot > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {\n  border-left: 0;\n}\n.panel > .table-bordered > thead > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,\n.panel > .table-bordered > tbody > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,\n.panel > .table-bordered > tfoot > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,\n.panel > .table-bordered > thead > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,\n.panel > .table-bordered > tbody > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,\n.panel > .table-bordered > tfoot > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {\n  border-right: 0;\n}\n.panel > .table-bordered > thead > tr:first-child > td,\n.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,\n.panel > .table-bordered > tbody > tr:first-child > td,\n.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,\n.panel > .table-bordered > thead > tr:first-child > th,\n.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,\n.panel > .table-bordered > tbody > tr:first-child > th,\n.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {\n  border-bottom: 0;\n}\n.panel > .table-bordered > tbody > tr:last-child > td,\n.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,\n.panel > .table-bordered > tfoot > tr:last-child > td,\n.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,\n.panel > .table-bordered > tbody > tr:last-child > th,\n.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,\n.panel > .table-bordered > tfoot > tr:last-child > th,\n.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {\n  border-bottom: 0;\n}\n.panel > .table-responsive {\n  margin-bottom: 0;\n  border: 0;\n}\n.panel-group {\n  margin-bottom: 20px;\n}\n.panel-group .panel {\n  margin-bottom: 0;\n  border-radius: 4px;\n}\n.panel-group .panel + .panel {\n  margin-top: 5px;\n}\n.panel-group .panel-heading {\n  border-bottom: 0;\n}\n.panel-group .panel-heading + .panel-collapse > .panel-body,\n.panel-group .panel-heading + .panel-collapse > .list-group {\n  border-top: 1px solid #ddd;\n}\n.panel-group .panel-footer {\n  border-top: 0;\n}\n.panel-group .panel-footer + .panel-collapse .panel-body {\n  border-bottom: 1px solid #ddd;\n}\n.panel-default {\n  border-color: #ddd;\n}\n.panel-default > .panel-heading {\n  color: #333;\n  background-color: #f5f5f5;\n  border-color: #ddd;\n}\n.panel-default > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #ddd;\n}\n.panel-default > .panel-heading .badge {\n  color: #f5f5f5;\n  background-color: #333;\n}\n.panel-default > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #ddd;\n}\n.panel-primary {\n  border-color: #337ab7;\n}\n.panel-primary > .panel-heading {\n  color: #fff;\n  background-color: #337ab7;\n  border-color: #337ab7;\n}\n.panel-primary > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #337ab7;\n}\n.panel-primary > .panel-heading .badge {\n  color: #337ab7;\n  background-color: #fff;\n}\n.panel-primary > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #337ab7;\n}\n.panel-success {\n  border-color: #d6e9c6;\n}\n.panel-success > .panel-heading {\n  color: #3c763d;\n  background-color: #dff0d8;\n  border-color: #d6e9c6;\n}\n.panel-success > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #d6e9c6;\n}\n.panel-success > .panel-heading .badge {\n  color: #dff0d8;\n  background-color: #3c763d;\n}\n.panel-success > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #d6e9c6;\n}\n.panel-info {\n  border-color: #bce8f1;\n}\n.panel-info > .panel-heading {\n  color: #31708f;\n  background-color: #d9edf7;\n  border-color: #bce8f1;\n}\n.panel-info > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #bce8f1;\n}\n.panel-info > .panel-heading .badge {\n  color: #d9edf7;\n  background-color: #31708f;\n}\n.panel-info > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #bce8f1;\n}\n.panel-warning {\n  border-color: #faebcc;\n}\n.panel-warning > .panel-heading {\n  color: #8a6d3b;\n  background-color: #fcf8e3;\n  border-color: #faebcc;\n}\n.panel-warning > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #faebcc;\n}\n.panel-warning > .panel-heading .badge {\n  color: #fcf8e3;\n  background-color: #8a6d3b;\n}\n.panel-warning > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #faebcc;\n}\n.panel-danger {\n  border-color: #ebccd1;\n}\n.panel-danger > .panel-heading {\n  color: #a94442;\n  background-color: #f2dede;\n  border-color: #ebccd1;\n}\n.panel-danger > .panel-heading + .panel-collapse > .panel-body {\n  border-top-color: #ebccd1;\n}\n.panel-danger > .panel-heading .badge {\n  color: #f2dede;\n  background-color: #a94442;\n}\n.panel-danger > .panel-footer + .panel-collapse > .panel-body {\n  border-bottom-color: #ebccd1;\n}\n.embed-responsive {\n  position: relative;\n  display: block;\n  height: 0;\n  padding: 0;\n  overflow: hidden;\n}\n.embed-responsive .embed-responsive-item,\n.embed-responsive iframe,\n.embed-responsive embed,\n.embed-responsive object,\n.embed-responsive video {\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  border: 0;\n}\n.embed-responsive-16by9 {\n  padding-bottom: 56.25%;\n}\n.embed-responsive-4by3 {\n  padding-bottom: 75%;\n}\n.well {\n  min-height: 20px;\n  padding: 19px;\n  margin-bottom: 20px;\n  background-color: #f5f5f5;\n  border: 1px solid #e3e3e3;\n  border-radius: 4px;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);\n}\n.well blockquote {\n  border-color: #ddd;\n  border-color: rgba(0, 0, 0, .15);\n}\n.well-lg {\n  padding: 24px;\n  border-radius: 6px;\n}\n.well-sm {\n  padding: 9px;\n  border-radius: 3px;\n}\n.close {\n  float: right;\n  font-size: 21px;\n  font-weight: bold;\n  line-height: 1;\n  color: #000;\n  text-shadow: 0 1px 0 #fff;\n  filter: alpha(opacity=20);\n  opacity: .2;\n}\n.close:hover,\n.close:focus {\n  color: #000;\n  text-decoration: none;\n  cursor: pointer;\n  filter: alpha(opacity=50);\n  opacity: .5;\n}\nbutton.close {\n  -webkit-appearance: none;\n  padding: 0;\n  cursor: pointer;\n  background: transparent;\n  border: 0;\n}\n.modal-open {\n  overflow: hidden;\n}\n.modal {\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 1050;\n  display: none;\n  overflow: hidden;\n  -webkit-overflow-scrolling: touch;\n  outline: 0;\n}\n.modal.fade .modal-dialog {\n  -webkit-transition: -webkit-transform .3s ease-out;\n       -o-transition:      -o-transform .3s ease-out;\n          transition:         transform .3s ease-out;\n  -webkit-transform: translate(0, -25%);\n      -ms-transform: translate(0, -25%);\n       -o-transform: translate(0, -25%);\n          transform: translate(0, -25%);\n}\n.modal.in .modal-dialog {\n  -webkit-transform: translate(0, 0);\n      -ms-transform: translate(0, 0);\n       -o-transform: translate(0, 0);\n          transform: translate(0, 0);\n}\n.modal-open .modal {\n  overflow-x: hidden;\n  overflow-y: auto;\n}\n.modal-dialog {\n  position: relative;\n  width: auto;\n  margin: 10px;\n}\n.modal-content {\n  position: relative;\n  background-color: #fff;\n  -webkit-background-clip: padding-box;\n          background-clip: padding-box;\n  border: 1px solid #999;\n  border: 1px solid rgba(0, 0, 0, .2);\n  border-radius: 6px;\n  outline: 0;\n  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);\n          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);\n}\n.modal-backdrop {\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 1040;\n  background-color: #000;\n}\n.modal-backdrop.fade {\n  filter: alpha(opacity=0);\n  opacity: 0;\n}\n.modal-backdrop.in {\n  filter: alpha(opacity=50);\n  opacity: .5;\n}\n.modal-header {\n  padding: 15px;\n  border-bottom: 1px solid #e5e5e5;\n}\n.modal-header .close {\n  margin-top: -2px;\n}\n.modal-title {\n  margin: 0;\n  line-height: 1.42857143;\n}\n.modal-body {\n  position: relative;\n  padding: 15px;\n}\n.modal-footer {\n  padding: 15px;\n  text-align: right;\n  border-top: 1px solid #e5e5e5;\n}\n.modal-footer .btn + .btn {\n  margin-bottom: 0;\n  margin-left: 5px;\n}\n.modal-footer .btn-group .btn + .btn {\n  margin-left: -1px;\n}\n.modal-footer .btn-block + .btn-block {\n  margin-left: 0;\n}\n.modal-scrollbar-measure {\n  position: absolute;\n  top: -9999px;\n  width: 50px;\n  height: 50px;\n  overflow: scroll;\n}\n@media (min-width: 768px) {\n  .modal-dialog {\n    width: 600px;\n    margin: 30px auto;\n  }\n  .modal-content {\n    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);\n  }\n  .modal-sm {\n    width: 300px;\n  }\n}\n@media (min-width: 992px) {\n  .modal-lg {\n    width: 900px;\n  }\n}\n.tooltip {\n  position: absolute;\n  z-index: 1070;\n  display: block;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-size: 12px;\n  font-style: normal;\n  font-weight: normal;\n  line-height: 1.42857143;\n  text-align: left;\n  text-align: start;\n  text-decoration: none;\n  text-shadow: none;\n  text-transform: none;\n  letter-spacing: normal;\n  word-break: normal;\n  word-spacing: normal;\n  word-wrap: normal;\n  white-space: normal;\n  filter: alpha(opacity=0);\n  opacity: 0;\n\n  line-break: auto;\n}\n.tooltip.in {\n  filter: alpha(opacity=90);\n  opacity: .9;\n}\n.tooltip.top {\n  padding: 5px 0;\n  margin-top: -3px;\n}\n.tooltip.right {\n  padding: 0 5px;\n  margin-left: 3px;\n}\n.tooltip.bottom {\n  padding: 5px 0;\n  margin-top: 3px;\n}\n.tooltip.left {\n  padding: 0 5px;\n  margin-left: -3px;\n}\n.tooltip-inner {\n  max-width: 200px;\n  padding: 3px 8px;\n  color: #fff;\n  text-align: center;\n  background-color: #000;\n  border-radius: 4px;\n}\n.tooltip-arrow {\n  position: absolute;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n}\n.tooltip.top .tooltip-arrow {\n  bottom: 0;\n  left: 50%;\n  margin-left: -5px;\n  border-width: 5px 5px 0;\n  border-top-color: #000;\n}\n.tooltip.top-left .tooltip-arrow {\n  right: 5px;\n  bottom: 0;\n  margin-bottom: -5px;\n  border-width: 5px 5px 0;\n  border-top-color: #000;\n}\n.tooltip.top-right .tooltip-arrow {\n  bottom: 0;\n  left: 5px;\n  margin-bottom: -5px;\n  border-width: 5px 5px 0;\n  border-top-color: #000;\n}\n.tooltip.right .tooltip-arrow {\n  top: 50%;\n  left: 0;\n  margin-top: -5px;\n  border-width: 5px 5px 5px 0;\n  border-right-color: #000;\n}\n.tooltip.left .tooltip-arrow {\n  top: 50%;\n  right: 0;\n  margin-top: -5px;\n  border-width: 5px 0 5px 5px;\n  border-left-color: #000;\n}\n.tooltip.bottom .tooltip-arrow {\n  top: 0;\n  left: 50%;\n  margin-left: -5px;\n  border-width: 0 5px 5px;\n  border-bottom-color: #000;\n}\n.tooltip.bottom-left .tooltip-arrow {\n  top: 0;\n  right: 5px;\n  margin-top: -5px;\n  border-width: 0 5px 5px;\n  border-bottom-color: #000;\n}\n.tooltip.bottom-right .tooltip-arrow {\n  top: 0;\n  left: 5px;\n  margin-top: -5px;\n  border-width: 0 5px 5px;\n  border-bottom-color: #000;\n}\n.popover {\n  position: absolute;\n  top: 0;\n  left: 0;\n  z-index: 1060;\n  display: none;\n  max-width: 276px;\n  padding: 1px;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-size: 14px;\n  font-style: normal;\n  font-weight: normal;\n  line-height: 1.42857143;\n  text-align: left;\n  text-align: start;\n  text-decoration: none;\n  text-shadow: none;\n  text-transform: none;\n  letter-spacing: normal;\n  word-break: normal;\n  word-spacing: normal;\n  word-wrap: normal;\n  white-space: normal;\n  background-color: #fff;\n  -webkit-background-clip: padding-box;\n          background-clip: padding-box;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0, 0, 0, .2);\n  border-radius: 6px;\n  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);\n          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);\n\n  line-break: auto;\n}\n.popover.top {\n  margin-top: -10px;\n}\n.popover.right {\n  margin-left: 10px;\n}\n.popover.bottom {\n  margin-top: 10px;\n}\n.popover.left {\n  margin-left: -10px;\n}\n.popover-title {\n  padding: 8px 14px;\n  margin: 0;\n  font-size: 14px;\n  background-color: #f7f7f7;\n  border-bottom: 1px solid #ebebeb;\n  border-radius: 5px 5px 0 0;\n}\n.popover-content {\n  padding: 9px 14px;\n}\n.popover > .arrow,\n.popover > .arrow:after {\n  position: absolute;\n  display: block;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n}\n.popover > .arrow {\n  border-width: 11px;\n}\n.popover > .arrow:after {\n  content: \"\";\n  border-width: 10px;\n}\n.popover.top > .arrow {\n  bottom: -11px;\n  left: 50%;\n  margin-left: -11px;\n  border-top-color: #999;\n  border-top-color: rgba(0, 0, 0, .25);\n  border-bottom-width: 0;\n}\n.popover.top > .arrow:after {\n  bottom: 1px;\n  margin-left: -10px;\n  content: \" \";\n  border-top-color: #fff;\n  border-bottom-width: 0;\n}\n.popover.right > .arrow {\n  top: 50%;\n  left: -11px;\n  margin-top: -11px;\n  border-right-color: #999;\n  border-right-color: rgba(0, 0, 0, .25);\n  border-left-width: 0;\n}\n.popover.right > .arrow:after {\n  bottom: -10px;\n  left: 1px;\n  content: \" \";\n  border-right-color: #fff;\n  border-left-width: 0;\n}\n.popover.bottom > .arrow {\n  top: -11px;\n  left: 50%;\n  margin-left: -11px;\n  border-top-width: 0;\n  border-bottom-color: #999;\n  border-bottom-color: rgba(0, 0, 0, .25);\n}\n.popover.bottom > .arrow:after {\n  top: 1px;\n  margin-left: -10px;\n  content: \" \";\n  border-top-width: 0;\n  border-bottom-color: #fff;\n}\n.popover.left > .arrow {\n  top: 50%;\n  right: -11px;\n  margin-top: -11px;\n  border-right-width: 0;\n  border-left-color: #999;\n  border-left-color: rgba(0, 0, 0, .25);\n}\n.popover.left > .arrow:after {\n  right: 1px;\n  bottom: -10px;\n  content: \" \";\n  border-right-width: 0;\n  border-left-color: #fff;\n}\n.carousel {\n  position: relative;\n}\n.carousel-inner {\n  position: relative;\n  width: 100%;\n  overflow: hidden;\n}\n.carousel-inner > .item {\n  position: relative;\n  display: none;\n  -webkit-transition: .6s ease-in-out left;\n       -o-transition: .6s ease-in-out left;\n          transition: .6s ease-in-out left;\n}\n.carousel-inner > .item > img,\n.carousel-inner > .item > a > img {\n  line-height: 1;\n}\n@media all and (transform-3d), (-webkit-transform-3d) {\n  .carousel-inner > .item {\n    -webkit-transition: -webkit-transform .6s ease-in-out;\n         -o-transition:      -o-transform .6s ease-in-out;\n            transition:         transform .6s ease-in-out;\n\n    -webkit-backface-visibility: hidden;\n            backface-visibility: hidden;\n    -webkit-perspective: 1000px;\n            perspective: 1000px;\n  }\n  .carousel-inner > .item.next,\n  .carousel-inner > .item.active.right {\n    left: 0;\n    -webkit-transform: translate3d(100%, 0, 0);\n            transform: translate3d(100%, 0, 0);\n  }\n  .carousel-inner > .item.prev,\n  .carousel-inner > .item.active.left {\n    left: 0;\n    -webkit-transform: translate3d(-100%, 0, 0);\n            transform: translate3d(-100%, 0, 0);\n  }\n  .carousel-inner > .item.next.left,\n  .carousel-inner > .item.prev.right,\n  .carousel-inner > .item.active {\n    left: 0;\n    -webkit-transform: translate3d(0, 0, 0);\n            transform: translate3d(0, 0, 0);\n  }\n}\n.carousel-inner > .active,\n.carousel-inner > .next,\n.carousel-inner > .prev {\n  display: block;\n}\n.carousel-inner > .active {\n  left: 0;\n}\n.carousel-inner > .next,\n.carousel-inner > .prev {\n  position: absolute;\n  top: 0;\n  width: 100%;\n}\n.carousel-inner > .next {\n  left: 100%;\n}\n.carousel-inner > .prev {\n  left: -100%;\n}\n.carousel-inner > .next.left,\n.carousel-inner > .prev.right {\n  left: 0;\n}\n.carousel-inner > .active.left {\n  left: -100%;\n}\n.carousel-inner > .active.right {\n  left: 100%;\n}\n.carousel-control {\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  left: 0;\n  width: 15%;\n  font-size: 20px;\n  color: #fff;\n  text-align: center;\n  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);\n  background-color: rgba(0, 0, 0, 0);\n  filter: alpha(opacity=50);\n  opacity: .5;\n}\n.carousel-control.left {\n  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);\n  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);\n  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));\n  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);\n  background-repeat: repeat-x;\n}\n.carousel-control.right {\n  right: 0;\n  left: auto;\n  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);\n  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);\n  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));\n  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);\n  background-repeat: repeat-x;\n}\n.carousel-control:hover,\n.carousel-control:focus {\n  color: #fff;\n  text-decoration: none;\n  filter: alpha(opacity=90);\n  outline: 0;\n  opacity: .9;\n}\n.carousel-control .icon-prev,\n.carousel-control .icon-next,\n.carousel-control .glyphicon-chevron-left,\n.carousel-control .glyphicon-chevron-right {\n  position: absolute;\n  top: 50%;\n  z-index: 5;\n  display: inline-block;\n  margin-top: -10px;\n}\n.carousel-control .icon-prev,\n.carousel-control .glyphicon-chevron-left {\n  left: 50%;\n  margin-left: -10px;\n}\n.carousel-control .icon-next,\n.carousel-control .glyphicon-chevron-right {\n  right: 50%;\n  margin-right: -10px;\n}\n.carousel-control .icon-prev,\n.carousel-control .icon-next {\n  width: 20px;\n  height: 20px;\n  font-family: serif;\n  line-height: 1;\n}\n.carousel-control .icon-prev:before {\n  content: '\\2039';\n}\n.carousel-control .icon-next:before {\n  content: '\\203a';\n}\n.carousel-indicators {\n  position: absolute;\n  bottom: 10px;\n  left: 50%;\n  z-index: 15;\n  width: 60%;\n  padding-left: 0;\n  margin-left: -30%;\n  text-align: center;\n  list-style: none;\n}\n.carousel-indicators li {\n  display: inline-block;\n  width: 10px;\n  height: 10px;\n  margin: 1px;\n  text-indent: -999px;\n  cursor: pointer;\n  background-color: #000 \\9;\n  background-color: rgba(0, 0, 0, 0);\n  border: 1px solid #fff;\n  border-radius: 10px;\n}\n.carousel-indicators .active {\n  width: 12px;\n  height: 12px;\n  margin: 0;\n  background-color: #fff;\n}\n.carousel-caption {\n  position: absolute;\n  right: 15%;\n  bottom: 20px;\n  left: 15%;\n  z-index: 10;\n  padding-top: 20px;\n  padding-bottom: 20px;\n  color: #fff;\n  text-align: center;\n  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);\n}\n.carousel-caption .btn {\n  text-shadow: none;\n}\n@media screen and (min-width: 768px) {\n  .carousel-control .glyphicon-chevron-left,\n  .carousel-control .glyphicon-chevron-right,\n  .carousel-control .icon-prev,\n  .carousel-control .icon-next {\n    width: 30px;\n    height: 30px;\n    margin-top: -10px;\n    font-size: 30px;\n  }\n  .carousel-control .glyphicon-chevron-left,\n  .carousel-control .icon-prev {\n    margin-left: -10px;\n  }\n  .carousel-control .glyphicon-chevron-right,\n  .carousel-control .icon-next {\n    margin-right: -10px;\n  }\n  .carousel-caption {\n    right: 20%;\n    left: 20%;\n    padding-bottom: 30px;\n  }\n  .carousel-indicators {\n    bottom: 20px;\n  }\n}\n.clearfix:before,\n.clearfix:after,\n.dl-horizontal dd:before,\n.dl-horizontal dd:after,\n.container:before,\n.container:after,\n.container-fluid:before,\n.container-fluid:after,\n.row:before,\n.row:after,\n.form-horizontal .form-group:before,\n.form-horizontal .form-group:after,\n.btn-toolbar:before,\n.btn-toolbar:after,\n.btn-group-vertical > .btn-group:before,\n.btn-group-vertical > .btn-group:after,\n.nav:before,\n.nav:after,\n.navbar:before,\n.navbar:after,\n.navbar-header:before,\n.navbar-header:after,\n.navbar-collapse:before,\n.navbar-collapse:after,\n.pager:before,\n.pager:after,\n.panel-body:before,\n.panel-body:after,\n.modal-header:before,\n.modal-header:after,\n.modal-footer:before,\n.modal-footer:after {\n  display: table;\n  content: \" \";\n}\n.clearfix:after,\n.dl-horizontal dd:after,\n.container:after,\n.container-fluid:after,\n.row:after,\n.form-horizontal .form-group:after,\n.btn-toolbar:after,\n.btn-group-vertical > .btn-group:after,\n.nav:after,\n.navbar:after,\n.navbar-header:after,\n.navbar-collapse:after,\n.pager:after,\n.panel-body:after,\n.modal-header:after,\n.modal-footer:after {\n  clear: both;\n}\n.center-block {\n  display: block;\n  margin-right: auto;\n  margin-left: auto;\n}\n.pull-right {\n  float: right !important;\n}\n.pull-left {\n  float: left !important;\n}\n.hide {\n  display: none !important;\n}\n.show {\n  display: block !important;\n}\n.invisible {\n  visibility: hidden;\n}\n.text-hide {\n  font: 0/0 a;\n  color: transparent;\n  text-shadow: none;\n  background-color: transparent;\n  border: 0;\n}\n.hidden {\n  display: none !important;\n}\n.affix {\n  position: fixed;\n}\n@-ms-viewport {\n  width: device-width;\n}\n.visible-xs,\n.visible-sm,\n.visible-md,\n.visible-lg {\n  display: none !important;\n}\n.visible-xs-block,\n.visible-xs-inline,\n.visible-xs-inline-block,\n.visible-sm-block,\n.visible-sm-inline,\n.visible-sm-inline-block,\n.visible-md-block,\n.visible-md-inline,\n.visible-md-inline-block,\n.visible-lg-block,\n.visible-lg-inline,\n.visible-lg-inline-block {\n  display: none !important;\n}\n@media (max-width: 767px) {\n  .visible-xs {\n    display: block !important;\n  }\n  table.visible-xs {\n    display: table !important;\n  }\n  tr.visible-xs {\n    display: table-row !important;\n  }\n  th.visible-xs,\n  td.visible-xs {\n    display: table-cell !important;\n  }\n}\n@media (max-width: 767px) {\n  .visible-xs-block {\n    display: block !important;\n  }\n}\n@media (max-width: 767px) {\n  .visible-xs-inline {\n    display: inline !important;\n  }\n}\n@media (max-width: 767px) {\n  .visible-xs-inline-block {\n    display: inline-block !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .visible-sm {\n    display: block !important;\n  }\n  table.visible-sm {\n    display: table !important;\n  }\n  tr.visible-sm {\n    display: table-row !important;\n  }\n  th.visible-sm,\n  td.visible-sm {\n    display: table-cell !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .visible-sm-block {\n    display: block !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .visible-sm-inline {\n    display: inline !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .visible-sm-inline-block {\n    display: inline-block !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .visible-md {\n    display: block !important;\n  }\n  table.visible-md {\n    display: table !important;\n  }\n  tr.visible-md {\n    display: table-row !important;\n  }\n  th.visible-md,\n  td.visible-md {\n    display: table-cell !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .visible-md-block {\n    display: block !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .visible-md-inline {\n    display: inline !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .visible-md-inline-block {\n    display: inline-block !important;\n  }\n}\n@media (min-width: 1200px) {\n  .visible-lg {\n    display: block !important;\n  }\n  table.visible-lg {\n    display: table !important;\n  }\n  tr.visible-lg {\n    display: table-row !important;\n  }\n  th.visible-lg,\n  td.visible-lg {\n    display: table-cell !important;\n  }\n}\n@media (min-width: 1200px) {\n  .visible-lg-block {\n    display: block !important;\n  }\n}\n@media (min-width: 1200px) {\n  .visible-lg-inline {\n    display: inline !important;\n  }\n}\n@media (min-width: 1200px) {\n  .visible-lg-inline-block {\n    display: inline-block !important;\n  }\n}\n@media (max-width: 767px) {\n  .hidden-xs {\n    display: none !important;\n  }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n  .hidden-sm {\n    display: none !important;\n  }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n  .hidden-md {\n    display: none !important;\n  }\n}\n@media (min-width: 1200px) {\n  .hidden-lg {\n    display: none !important;\n  }\n}\n.visible-print {\n  display: none !important;\n}\n@media print {\n  .visible-print {\n    display: block !important;\n  }\n  table.visible-print {\n    display: table !important;\n  }\n  tr.visible-print {\n    display: table-row !important;\n  }\n  th.visible-print,\n  td.visible-print {\n    display: table-cell !important;\n  }\n}\n.visible-print-block {\n  display: none !important;\n}\n@media print {\n  .visible-print-block {\n    display: block !important;\n  }\n}\n.visible-print-inline {\n  display: none !important;\n}\n@media print {\n  .visible-print-inline {\n    display: inline !important;\n  }\n}\n.visible-print-inline-block {\n  display: none !important;\n}\n@media print {\n  .visible-print-inline-block {\n    display: inline-block !important;\n  }\n}\n@media print {\n  .hidden-print {\n    display: none !important;\n  }\n}\n/*# sourceMappingURL=bootstrap.css.map */\n","//\n// Glyphicons for Bootstrap\n//\n// Since icons are fonts, they can be placed anywhere text is placed and are\n// thus automatically sized to match the surrounding child. To use, create an\n// inline element with the appropriate classes, like so:\n//\n// <a href=\"#\"><span class=\"glyphicon glyphicon-star\"></span> Star</a>\n\n// Import the fonts\n@font-face {\n  font-family: 'Glyphicons Halflings';\n  src: url('@{icon-font-path}@{icon-font-name}.eot');\n  src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),\n       url('@{icon-font-path}@{icon-font-name}.woff2') format('woff2'),\n       url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),\n       url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),\n       url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');\n}\n\n// Catchall baseclass\n.glyphicon {\n  position: relative;\n  top: 1px;\n  display: inline-block;\n  font-family: 'Glyphicons Halflings';\n  font-style: normal;\n  font-weight: normal;\n  line-height: 1;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\n// Individual icons\n.glyphicon-asterisk               { &:before { content: \"\\002a\"; } }\n.glyphicon-plus                   { &:before { content: \"\\002b\"; } }\n.glyphicon-euro,\n.glyphicon-eur                    { &:before { content: \"\\20ac\"; } }\n.glyphicon-minus                  { &:before { content: \"\\2212\"; } }\n.glyphicon-cloud                  { &:before { content: \"\\2601\"; } }\n.glyphicon-envelope               { &:before { content: \"\\2709\"; } }\n.glyphicon-pencil                 { &:before { content: \"\\270f\"; } }\n.glyphicon-glass                  { &:before { content: \"\\e001\"; } }\n.glyphicon-music                  { &:before { content: \"\\e002\"; } }\n.glyphicon-search                 { &:before { content: \"\\e003\"; } }\n.glyphicon-heart                  { &:before { content: \"\\e005\"; } }\n.glyphicon-star                   { &:before { content: \"\\e006\"; } }\n.glyphicon-star-empty             { &:before { content: \"\\e007\"; } }\n.glyphicon-user                   { &:before { content: \"\\e008\"; } }\n.glyphicon-film                   { &:before { content: \"\\e009\"; } }\n.glyphicon-th-large               { &:before { content: \"\\e010\"; } }\n.glyphicon-th                     { &:before { content: \"\\e011\"; } }\n.glyphicon-th-list                { &:before { content: \"\\e012\"; } }\n.glyphicon-ok                     { &:before { content: \"\\e013\"; } }\n.glyphicon-remove                 { &:before { content: \"\\e014\"; } }\n.glyphicon-zoom-in                { &:before { content: \"\\e015\"; } }\n.glyphicon-zoom-out               { &:before { content: \"\\e016\"; } }\n.glyphicon-off                    { &:before { content: \"\\e017\"; } }\n.glyphicon-signal                 { &:before { content: \"\\e018\"; } }\n.glyphicon-cog                    { &:before { content: \"\\e019\"; } }\n.glyphicon-trash                  { &:before { content: \"\\e020\"; } }\n.glyphicon-home                   { &:before { content: \"\\e021\"; } }\n.glyphicon-file                   { &:before { content: \"\\e022\"; } }\n.glyphicon-time                   { &:before { content: \"\\e023\"; } }\n.glyphicon-road                   { &:before { content: \"\\e024\"; } }\n.glyphicon-download-alt           { &:before { content: \"\\e025\"; } }\n.glyphicon-download               { &:before { content: \"\\e026\"; } }\n.glyphicon-upload                 { &:before { content: \"\\e027\"; } }\n.glyphicon-inbox                  { &:before { content: \"\\e028\"; } }\n.glyphicon-play-circle            { &:before { content: \"\\e029\"; } }\n.glyphicon-repeat                 { &:before { content: \"\\e030\"; } }\n.glyphicon-refresh                { &:before { content: \"\\e031\"; } }\n.glyphicon-list-alt               { &:before { content: \"\\e032\"; } }\n.glyphicon-lock                   { &:before { content: \"\\e033\"; } }\n.glyphicon-flag                   { &:before { content: \"\\e034\"; } }\n.glyphicon-headphones             { &:before { content: \"\\e035\"; } }\n.glyphicon-volume-off             { &:before { content: \"\\e036\"; } }\n.glyphicon-volume-down            { &:before { content: \"\\e037\"; } }\n.glyphicon-volume-up              { &:before { content: \"\\e038\"; } }\n.glyphicon-qrcode                 { &:before { content: \"\\e039\"; } }\n.glyphicon-barcode                { &:before { content: \"\\e040\"; } }\n.glyphicon-tag                    { &:before { content: \"\\e041\"; } }\n.glyphicon-tags                   { &:before { content: \"\\e042\"; } }\n.glyphicon-book                   { &:before { content: \"\\e043\"; } }\n.glyphicon-bookmark               { &:before { content: \"\\e044\"; } }\n.glyphicon-print                  { &:before { content: \"\\e045\"; } }\n.glyphicon-camera                 { &:before { content: \"\\e046\"; } }\n.glyphicon-font                   { &:before { content: \"\\e047\"; } }\n.glyphicon-bold                   { &:before { content: \"\\e048\"; } }\n.glyphicon-italic                 { &:before { content: \"\\e049\"; } }\n.glyphicon-text-height            { &:before { content: \"\\e050\"; } }\n.glyphicon-text-width             { &:before { content: \"\\e051\"; } }\n.glyphicon-align-left             { &:before { content: \"\\e052\"; } }\n.glyphicon-align-center           { &:before { content: \"\\e053\"; } }\n.glyphicon-align-right            { &:before { content: \"\\e054\"; } }\n.glyphicon-align-justify          { &:before { content: \"\\e055\"; } }\n.glyphicon-list                   { &:before { content: \"\\e056\"; } }\n.glyphicon-indent-left            { &:before { content: \"\\e057\"; } }\n.glyphicon-indent-right           { &:before { content: \"\\e058\"; } }\n.glyphicon-facetime-video         { &:before { content: \"\\e059\"; } }\n.glyphicon-picture                { &:before { content: \"\\e060\"; } }\n.glyphicon-map-marker             { &:before { content: \"\\e062\"; } }\n.glyphicon-adjust                 { &:before { content: \"\\e063\"; } }\n.glyphicon-tint                   { &:before { content: \"\\e064\"; } }\n.glyphicon-edit                   { &:before { content: \"\\e065\"; } }\n.glyphicon-share                  { &:before { content: \"\\e066\"; } }\n.glyphicon-check                  { &:before { content: \"\\e067\"; } }\n.glyphicon-move                   { &:before { content: \"\\e068\"; } }\n.glyphicon-step-backward          { &:before { content: \"\\e069\"; } }\n.glyphicon-fast-backward          { &:before { content: \"\\e070\"; } }\n.glyphicon-backward               { &:before { content: \"\\e071\"; } }\n.glyphicon-play                   { &:before { content: \"\\e072\"; } }\n.glyphicon-pause                  { &:before { content: \"\\e073\"; } }\n.glyphicon-stop                   { &:before { content: \"\\e074\"; } }\n.glyphicon-forward                { &:before { content: \"\\e075\"; } }\n.glyphicon-fast-forward           { &:before { content: \"\\e076\"; } }\n.glyphicon-step-forward           { &:before { content: \"\\e077\"; } }\n.glyphicon-eject                  { &:before { content: \"\\e078\"; } }\n.glyphicon-chevron-left           { &:before { content: \"\\e079\"; } }\n.glyphicon-chevron-right          { &:before { content: \"\\e080\"; } }\n.glyphicon-plus-sign              { &:before { content: \"\\e081\"; } }\n.glyphicon-minus-sign             { &:before { content: \"\\e082\"; } }\n.glyphicon-remove-sign            { &:before { content: \"\\e083\"; } }\n.glyphicon-ok-sign                { &:before { content: \"\\e084\"; } }\n.glyphicon-question-sign          { &:before { content: \"\\e085\"; } }\n.glyphicon-info-sign              { &:before { content: \"\\e086\"; } }\n.glyphicon-screenshot             { &:before { content: \"\\e087\"; } }\n.glyphicon-remove-circle          { &:before { content: \"\\e088\"; } }\n.glyphicon-ok-circle              { &:before { content: \"\\e089\"; } }\n.glyphicon-ban-circle             { &:before { content: \"\\e090\"; } }\n.glyphicon-arrow-left             { &:before { content: \"\\e091\"; } }\n.glyphicon-arrow-right            { &:before { content: \"\\e092\"; } }\n.glyphicon-arrow-up               { &:before { content: \"\\e093\"; } }\n.glyphicon-arrow-down             { &:before { content: \"\\e094\"; } }\n.glyphicon-share-alt              { &:before { content: \"\\e095\"; } }\n.glyphicon-resize-full            { &:before { content: \"\\e096\"; } }\n.glyphicon-resize-small           { &:before { content: \"\\e097\"; } }\n.glyphicon-exclamation-sign       { &:before { content: \"\\e101\"; } }\n.glyphicon-gift                   { &:before { content: \"\\e102\"; } }\n.glyphicon-leaf                   { &:before { content: \"\\e103\"; } }\n.glyphicon-fire                   { &:before { content: \"\\e104\"; } }\n.glyphicon-eye-open               { &:before { content: \"\\e105\"; } }\n.glyphicon-eye-close              { &:before { content: \"\\e106\"; } }\n.glyphicon-warning-sign           { &:before { content: \"\\e107\"; } }\n.glyphicon-plane                  { &:before { content: \"\\e108\"; } }\n.glyphicon-calendar               { &:before { content: \"\\e109\"; } }\n.glyphicon-random                 { &:before { content: \"\\e110\"; } }\n.glyphicon-comment                { &:before { content: \"\\e111\"; } }\n.glyphicon-magnet                 { &:before { content: \"\\e112\"; } }\n.glyphicon-chevron-up             { &:before { content: \"\\e113\"; } }\n.glyphicon-chevron-down           { &:before { content: \"\\e114\"; } }\n.glyphicon-retweet                { &:before { content: \"\\e115\"; } }\n.glyphicon-shopping-cart          { &:before { content: \"\\e116\"; } }\n.glyphicon-folder-close           { &:before { content: \"\\e117\"; } }\n.glyphicon-folder-open            { &:before { content: \"\\e118\"; } }\n.glyphicon-resize-vertical        { &:before { content: \"\\e119\"; } }\n.glyphicon-resize-horizontal      { &:before { content: \"\\e120\"; } }\n.glyphicon-hdd                    { &:before { content: \"\\e121\"; } }\n.glyphicon-bullhorn               { &:before { content: \"\\e122\"; } }\n.glyphicon-bell                   { &:before { content: \"\\e123\"; } }\n.glyphicon-certificate            { &:before { content: \"\\e124\"; } }\n.glyphicon-thumbs-up              { &:before { content: \"\\e125\"; } }\n.glyphicon-thumbs-down            { &:before { content: \"\\e126\"; } }\n.glyphicon-hand-right             { &:before { content: \"\\e127\"; } }\n.glyphicon-hand-left              { &:before { content: \"\\e128\"; } }\n.glyphicon-hand-up                { &:before { content: \"\\e129\"; } }\n.glyphicon-hand-down              { &:before { content: \"\\e130\"; } }\n.glyphicon-circle-arrow-right     { &:before { content: \"\\e131\"; } }\n.glyphicon-circle-arrow-left      { &:before { content: \"\\e132\"; } }\n.glyphicon-circle-arrow-up        { &:before { content: \"\\e133\"; } }\n.glyphicon-circle-arrow-down      { &:before { content: \"\\e134\"; } }\n.glyphicon-globe                  { &:before { content: \"\\e135\"; } }\n.glyphicon-wrench                 { &:before { content: \"\\e136\"; } }\n.glyphicon-tasks                  { &:before { content: \"\\e137\"; } }\n.glyphicon-filter                 { &:before { content: \"\\e138\"; } }\n.glyphicon-briefcase              { &:before { content: \"\\e139\"; } }\n.glyphicon-fullscreen             { &:before { content: \"\\e140\"; } }\n.glyphicon-dashboard              { &:before { content: \"\\e141\"; } }\n.glyphicon-paperclip              { &:before { content: \"\\e142\"; } }\n.glyphicon-heart-empty            { &:before { content: \"\\e143\"; } }\n.glyphicon-link                   { &:before { content: \"\\e144\"; } }\n.glyphicon-phone                  { &:before { content: \"\\e145\"; } }\n.glyphicon-pushpin                { &:before { content: \"\\e146\"; } }\n.glyphicon-usd                    { &:before { content: \"\\e148\"; } }\n.glyphicon-gbp                    { &:before { content: \"\\e149\"; } }\n.glyphicon-sort                   { &:before { content: \"\\e150\"; } }\n.glyphicon-sort-by-alphabet       { &:before { content: \"\\e151\"; } }\n.glyphicon-sort-by-alphabet-alt   { &:before { content: \"\\e152\"; } }\n.glyphicon-sort-by-order          { &:before { content: \"\\e153\"; } }\n.glyphicon-sort-by-order-alt      { &:before { content: \"\\e154\"; } }\n.glyphicon-sort-by-attributes     { &:before { content: \"\\e155\"; } }\n.glyphicon-sort-by-attributes-alt { &:before { content: \"\\e156\"; } }\n.glyphicon-unchecked              { &:before { content: \"\\e157\"; } }\n.glyphicon-expand                 { &:before { content: \"\\e158\"; } }\n.glyphicon-collapse-down          { &:before { content: \"\\e159\"; } }\n.glyphicon-collapse-up            { &:before { content: \"\\e160\"; } }\n.glyphicon-log-in                 { &:before { content: \"\\e161\"; } }\n.glyphicon-flash                  { &:before { content: \"\\e162\"; } }\n.glyphicon-log-out                { &:before { content: \"\\e163\"; } }\n.glyphicon-new-window             { &:before { content: \"\\e164\"; } }\n.glyphicon-record                 { &:before { content: \"\\e165\"; } }\n.glyphicon-save                   { &:before { content: \"\\e166\"; } }\n.glyphicon-open                   { &:before { content: \"\\e167\"; } }\n.glyphicon-saved                  { &:before { content: \"\\e168\"; } }\n.glyphicon-import                 { &:before { content: \"\\e169\"; } }\n.glyphicon-export                 { &:before { content: \"\\e170\"; } }\n.glyphicon-send                   { &:before { content: \"\\e171\"; } }\n.glyphicon-floppy-disk            { &:before { content: \"\\e172\"; } }\n.glyphicon-floppy-saved           { &:before { content: \"\\e173\"; } }\n.glyphicon-floppy-remove          { &:before { content: \"\\e174\"; } }\n.glyphicon-floppy-save            { &:before { content: \"\\e175\"; } }\n.glyphicon-floppy-open            { &:before { content: \"\\e176\"; } }\n.glyphicon-credit-card            { &:before { content: \"\\e177\"; } }\n.glyphicon-transfer               { &:before { content: \"\\e178\"; } }\n.glyphicon-cutlery                { &:before { content: \"\\e179\"; } }\n.glyphicon-header                 { &:before { content: \"\\e180\"; } }\n.glyphicon-compressed             { &:before { content: \"\\e181\"; } }\n.glyphicon-earphone               { &:before { content: \"\\e182\"; } }\n.glyphicon-phone-alt              { &:before { content: \"\\e183\"; } }\n.glyphicon-tower                  { &:before { content: \"\\e184\"; } }\n.glyphicon-stats                  { &:before { content: \"\\e185\"; } }\n.glyphicon-sd-video               { &:before { content: \"\\e186\"; } }\n.glyphicon-hd-video               { &:before { content: \"\\e187\"; } }\n.glyphicon-subtitles              { &:before { content: \"\\e188\"; } }\n.glyphicon-sound-stereo           { &:before { content: \"\\e189\"; } }\n.glyphicon-sound-dolby            { &:before { content: \"\\e190\"; } }\n.glyphicon-sound-5-1              { &:before { content: \"\\e191\"; } }\n.glyphicon-sound-6-1              { &:before { content: \"\\e192\"; } }\n.glyphicon-sound-7-1              { &:before { content: \"\\e193\"; } }\n.glyphicon-copyright-mark         { &:before { content: \"\\e194\"; } }\n.glyphicon-registration-mark      { &:before { content: \"\\e195\"; } }\n.glyphicon-cloud-download         { &:before { content: \"\\e197\"; } }\n.glyphicon-cloud-upload           { &:before { content: \"\\e198\"; } }\n.glyphicon-tree-conifer           { &:before { content: \"\\e199\"; } }\n.glyphicon-tree-deciduous         { &:before { content: \"\\e200\"; } }\n.glyphicon-cd                     { &:before { content: \"\\e201\"; } }\n.glyphicon-save-file              { &:before { content: \"\\e202\"; } }\n.glyphicon-open-file              { &:before { content: \"\\e203\"; } }\n.glyphicon-level-up               { &:before { content: \"\\e204\"; } }\n.glyphicon-copy                   { &:before { content: \"\\e205\"; } }\n.glyphicon-paste                  { &:before { content: \"\\e206\"; } }\n// The following 2 Glyphicons are omitted for the time being because\n// they currently use Unicode codepoints that are outside the\n// Basic Multilingual Plane (BMP). Older buggy versions of WebKit can't handle\n// non-BMP codepoints in CSS string escapes, and thus can't display these two icons.\n// Notably, the bug affects some older versions of the Android Browser.\n// More info: https://github.com/twbs/bootstrap/issues/10106\n// .glyphicon-door                   { &:before { content: \"\\1f6aa\"; } }\n// .glyphicon-key                    { &:before { content: \"\\1f511\"; } }\n.glyphicon-alert                  { &:before { content: \"\\e209\"; } }\n.glyphicon-equalizer              { &:before { content: \"\\e210\"; } }\n.glyphicon-king                   { &:before { content: \"\\e211\"; } }\n.glyphicon-queen                  { &:before { content: \"\\e212\"; } }\n.glyphicon-pawn                   { &:before { content: \"\\e213\"; } }\n.glyphicon-bishop                 { &:before { content: \"\\e214\"; } }\n.glyphicon-knight                 { &:before { content: \"\\e215\"; } }\n.glyphicon-baby-formula           { &:before { content: \"\\e216\"; } }\n.glyphicon-tent                   { &:before { content: \"\\26fa\"; } }\n.glyphicon-blackboard             { &:before { content: \"\\e218\"; } }\n.glyphicon-bed                    { &:before { content: \"\\e219\"; } }\n.glyphicon-apple                  { &:before { content: \"\\f8ff\"; } }\n.glyphicon-erase                  { &:before { content: \"\\e221\"; } }\n.glyphicon-hourglass              { &:before { content: \"\\231b\"; } }\n.glyphicon-lamp                   { &:before { content: \"\\e223\"; } }\n.glyphicon-duplicate              { &:before { content: \"\\e224\"; } }\n.glyphicon-piggy-bank             { &:before { content: \"\\e225\"; } }\n.glyphicon-scissors               { &:before { content: \"\\e226\"; } }\n.glyphicon-bitcoin                { &:before { content: \"\\e227\"; } }\n.glyphicon-btc                    { &:before { content: \"\\e227\"; } }\n.glyphicon-xbt                    { &:before { content: \"\\e227\"; } }\n.glyphicon-yen                    { &:before { content: \"\\00a5\"; } }\n.glyphicon-jpy                    { &:before { content: \"\\00a5\"; } }\n.glyphicon-ruble                  { &:before { content: \"\\20bd\"; } }\n.glyphicon-rub                    { &:before { content: \"\\20bd\"; } }\n.glyphicon-scale                  { &:before { content: \"\\e230\"; } }\n.glyphicon-ice-lolly              { &:before { content: \"\\e231\"; } }\n.glyphicon-ice-lolly-tasted       { &:before { content: \"\\e232\"; } }\n.glyphicon-education              { &:before { content: \"\\e233\"; } }\n.glyphicon-option-horizontal      { &:before { content: \"\\e234\"; } }\n.glyphicon-option-vertical        { &:before { content: \"\\e235\"; } }\n.glyphicon-menu-hamburger         { &:before { content: \"\\e236\"; } }\n.glyphicon-modal-window           { &:before { content: \"\\e237\"; } }\n.glyphicon-oil                    { &:before { content: \"\\e238\"; } }\n.glyphicon-grain                  { &:before { content: \"\\e239\"; } }\n.glyphicon-sunglasses             { &:before { content: \"\\e240\"; } }\n.glyphicon-text-size              { &:before { content: \"\\e241\"; } }\n.glyphicon-text-color             { &:before { content: \"\\e242\"; } }\n.glyphicon-text-background        { &:before { content: \"\\e243\"; } }\n.glyphicon-object-align-top       { &:before { content: \"\\e244\"; } }\n.glyphicon-object-align-bottom    { &:before { content: \"\\e245\"; } }\n.glyphicon-object-align-horizontal{ &:before { content: \"\\e246\"; } }\n.glyphicon-object-align-left      { &:before { content: \"\\e247\"; } }\n.glyphicon-object-align-vertical  { &:before { content: \"\\e248\"; } }\n.glyphicon-object-align-right     { &:before { content: \"\\e249\"; } }\n.glyphicon-triangle-right         { &:before { content: \"\\e250\"; } }\n.glyphicon-triangle-left          { &:before { content: \"\\e251\"; } }\n.glyphicon-triangle-bottom        { &:before { content: \"\\e252\"; } }\n.glyphicon-triangle-top           { &:before { content: \"\\e253\"; } }\n.glyphicon-console                { &:before { content: \"\\e254\"; } }\n.glyphicon-superscript            { &:before { content: \"\\e255\"; } }\n.glyphicon-subscript              { &:before { content: \"\\e256\"; } }\n.glyphicon-menu-left              { &:before { content: \"\\e257\"; } }\n.glyphicon-menu-right             { &:before { content: \"\\e258\"; } }\n.glyphicon-menu-down              { &:before { content: \"\\e259\"; } }\n.glyphicon-menu-up                { &:before { content: \"\\e260\"; } }\n","//\n// Scaffolding\n// --------------------------------------------------\n\n\n// Reset the box-sizing\n//\n// Heads up! This reset may cause conflicts with some third-party widgets.\n// For recommendations on resolving such conflicts, see\n// http://getbootstrap.com/getting-started/#third-box-sizing\n* {\n  .box-sizing(border-box);\n}\n*:before,\n*:after {\n  .box-sizing(border-box);\n}\n\n\n// Body reset\n\nhtml {\n  font-size: 10px;\n  -webkit-tap-highlight-color: rgba(0,0,0,0);\n}\n\nbody {\n  font-family: @font-family-base;\n  font-size: @font-size-base;\n  line-height: @line-height-base;\n  color: @text-color;\n  background-color: @body-bg;\n}\n\n// Reset fonts for relevant elements\ninput,\nbutton,\nselect,\ntextarea {\n  font-family: inherit;\n  font-size: inherit;\n  line-height: inherit;\n}\n\n\n// Links\n\na {\n  color: @link-color;\n  text-decoration: none;\n\n  &:hover,\n  &:focus {\n    color: @link-hover-color;\n    text-decoration: @link-hover-decoration;\n  }\n\n  &:focus {\n    .tab-focus();\n  }\n}\n\n\n// Figures\n//\n// We reset this here because previously Normalize had no `figure` margins. This\n// ensures we don't break anyone's use of the element.\n\nfigure {\n  margin: 0;\n}\n\n\n// Images\n\nimg {\n  vertical-align: middle;\n}\n\n// Responsive images (ensure images don't scale beyond their parents)\n.img-responsive {\n  .img-responsive();\n}\n\n// Rounded corners\n.img-rounded {\n  border-radius: @border-radius-large;\n}\n\n// Image thumbnails\n//\n// Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`.\n.img-thumbnail {\n  padding: @thumbnail-padding;\n  line-height: @line-height-base;\n  background-color: @thumbnail-bg;\n  border: 1px solid @thumbnail-border;\n  border-radius: @thumbnail-border-radius;\n  .transition(all .2s ease-in-out);\n\n  // Keep them at most 100% wide\n  .img-responsive(inline-block);\n}\n\n// Perfect circle\n.img-circle {\n  border-radius: 50%; // set radius in percents\n}\n\n\n// Horizontal rules\n\nhr {\n  margin-top:    @line-height-computed;\n  margin-bottom: @line-height-computed;\n  border: 0;\n  border-top: 1px solid @hr-border;\n}\n\n\n// Only display content to screen readers\n//\n// See: http://a11yproject.com/posts/how-to-hide-content\n\n.sr-only {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  margin: -1px;\n  padding: 0;\n  overflow: hidden;\n  clip: rect(0,0,0,0);\n  border: 0;\n}\n\n// Use in conjunction with .sr-only to only display content when it's focused.\n// Useful for \"Skip to main content\" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1\n// Credit: HTML5 Boilerplate\n\n.sr-only-focusable {\n  &:active,\n  &:focus {\n    position: static;\n    width: auto;\n    height: auto;\n    margin: 0;\n    overflow: visible;\n    clip: auto;\n  }\n}\n\n\n// iOS \"clickable elements\" fix for role=\"button\"\n//\n// Fixes \"clickability\" issue (and more generally, the firing of events such as focus as well)\n// for traditionally non-focusable elements with role=\"button\"\n// see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile\n\n[role=\"button\"] {\n  cursor: pointer;\n}\n","// Vendor Prefixes\n//\n// All vendor mixins are deprecated as of v3.2.0 due to the introduction of\n// Autoprefixer in our Gruntfile. They have been removed in v4.\n\n// - Animations\n// - Backface visibility\n// - Box shadow\n// - Box sizing\n// - Content columns\n// - Hyphens\n// - Placeholder text\n// - Transformations\n// - Transitions\n// - User Select\n\n\n// Animations\n.animation(@animation) {\n  -webkit-animation: @animation;\n       -o-animation: @animation;\n          animation: @animation;\n}\n.animation-name(@name) {\n  -webkit-animation-name: @name;\n          animation-name: @name;\n}\n.animation-duration(@duration) {\n  -webkit-animation-duration: @duration;\n          animation-duration: @duration;\n}\n.animation-timing-function(@timing-function) {\n  -webkit-animation-timing-function: @timing-function;\n          animation-timing-function: @timing-function;\n}\n.animation-delay(@delay) {\n  -webkit-animation-delay: @delay;\n          animation-delay: @delay;\n}\n.animation-iteration-count(@iteration-count) {\n  -webkit-animation-iteration-count: @iteration-count;\n          animation-iteration-count: @iteration-count;\n}\n.animation-direction(@direction) {\n  -webkit-animation-direction: @direction;\n          animation-direction: @direction;\n}\n.animation-fill-mode(@fill-mode) {\n  -webkit-animation-fill-mode: @fill-mode;\n          animation-fill-mode: @fill-mode;\n}\n\n// Backface visibility\n// Prevent browsers from flickering when using CSS 3D transforms.\n// Default value is `visible`, but can be changed to `hidden`\n\n.backface-visibility(@visibility) {\n  -webkit-backface-visibility: @visibility;\n     -moz-backface-visibility: @visibility;\n          backface-visibility: @visibility;\n}\n\n// Drop shadows\n//\n// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's\n// supported browsers that have box shadow capabilities now support it.\n\n.box-shadow(@shadow) {\n  -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1\n          box-shadow: @shadow;\n}\n\n// Box sizing\n.box-sizing(@boxmodel) {\n  -webkit-box-sizing: @boxmodel;\n     -moz-box-sizing: @boxmodel;\n          box-sizing: @boxmodel;\n}\n\n// CSS3 Content Columns\n.content-columns(@column-count; @column-gap: @grid-gutter-width) {\n  -webkit-column-count: @column-count;\n     -moz-column-count: @column-count;\n          column-count: @column-count;\n  -webkit-column-gap: @column-gap;\n     -moz-column-gap: @column-gap;\n          column-gap: @column-gap;\n}\n\n// Optional hyphenation\n.hyphens(@mode: auto) {\n  word-wrap: break-word;\n  -webkit-hyphens: @mode;\n     -moz-hyphens: @mode;\n      -ms-hyphens: @mode; // IE10+\n       -o-hyphens: @mode;\n          hyphens: @mode;\n}\n\n// Placeholder text\n.placeholder(@color: @input-color-placeholder) {\n  // Firefox\n  &::-moz-placeholder {\n    color: @color;\n    opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526\n  }\n  &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+\n  &::-webkit-input-placeholder  { color: @color; } // Safari and Chrome\n}\n\n// Transformations\n.scale(@ratio) {\n  -webkit-transform: scale(@ratio);\n      -ms-transform: scale(@ratio); // IE9 only\n       -o-transform: scale(@ratio);\n          transform: scale(@ratio);\n}\n.scale(@ratioX; @ratioY) {\n  -webkit-transform: scale(@ratioX, @ratioY);\n      -ms-transform: scale(@ratioX, @ratioY); // IE9 only\n       -o-transform: scale(@ratioX, @ratioY);\n          transform: scale(@ratioX, @ratioY);\n}\n.scaleX(@ratio) {\n  -webkit-transform: scaleX(@ratio);\n      -ms-transform: scaleX(@ratio); // IE9 only\n       -o-transform: scaleX(@ratio);\n          transform: scaleX(@ratio);\n}\n.scaleY(@ratio) {\n  -webkit-transform: scaleY(@ratio);\n      -ms-transform: scaleY(@ratio); // IE9 only\n       -o-transform: scaleY(@ratio);\n          transform: scaleY(@ratio);\n}\n.skew(@x; @y) {\n  -webkit-transform: skewX(@x) skewY(@y);\n      -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n       -o-transform: skewX(@x) skewY(@y);\n          transform: skewX(@x) skewY(@y);\n}\n.translate(@x; @y) {\n  -webkit-transform: translate(@x, @y);\n      -ms-transform: translate(@x, @y); // IE9 only\n       -o-transform: translate(@x, @y);\n          transform: translate(@x, @y);\n}\n.translate3d(@x; @y; @z) {\n  -webkit-transform: translate3d(@x, @y, @z);\n          transform: translate3d(@x, @y, @z);\n}\n.rotate(@degrees) {\n  -webkit-transform: rotate(@degrees);\n      -ms-transform: rotate(@degrees); // IE9 only\n       -o-transform: rotate(@degrees);\n          transform: rotate(@degrees);\n}\n.rotateX(@degrees) {\n  -webkit-transform: rotateX(@degrees);\n      -ms-transform: rotateX(@degrees); // IE9 only\n       -o-transform: rotateX(@degrees);\n          transform: rotateX(@degrees);\n}\n.rotateY(@degrees) {\n  -webkit-transform: rotateY(@degrees);\n      -ms-transform: rotateY(@degrees); // IE9 only\n       -o-transform: rotateY(@degrees);\n          transform: rotateY(@degrees);\n}\n.perspective(@perspective) {\n  -webkit-perspective: @perspective;\n     -moz-perspective: @perspective;\n          perspective: @perspective;\n}\n.perspective-origin(@perspective) {\n  -webkit-perspective-origin: @perspective;\n     -moz-perspective-origin: @perspective;\n          perspective-origin: @perspective;\n}\n.transform-origin(@origin) {\n  -webkit-transform-origin: @origin;\n     -moz-transform-origin: @origin;\n      -ms-transform-origin: @origin; // IE9 only\n          transform-origin: @origin;\n}\n\n\n// Transitions\n\n.transition(@transition) {\n  -webkit-transition: @transition;\n       -o-transition: @transition;\n          transition: @transition;\n}\n.transition-property(@transition-property) {\n  -webkit-transition-property: @transition-property;\n          transition-property: @transition-property;\n}\n.transition-delay(@transition-delay) {\n  -webkit-transition-delay: @transition-delay;\n          transition-delay: @transition-delay;\n}\n.transition-duration(@transition-duration) {\n  -webkit-transition-duration: @transition-duration;\n          transition-duration: @transition-duration;\n}\n.transition-timing-function(@timing-function) {\n  -webkit-transition-timing-function: @timing-function;\n          transition-timing-function: @timing-function;\n}\n.transition-transform(@transition) {\n  -webkit-transition: -webkit-transform @transition;\n     -moz-transition: -moz-transform @transition;\n       -o-transition: -o-transform @transition;\n          transition: transform @transition;\n}\n\n\n// User select\n// For selecting text on the page\n\n.user-select(@select) {\n  -webkit-user-select: @select;\n     -moz-user-select: @select;\n      -ms-user-select: @select; // IE10+\n          user-select: @select;\n}\n","// WebKit-style focus\n\n.tab-focus() {\n  // WebKit-specific. Other browsers will keep their default outline style.\n  // (Initially tried to also force default via `outline: initial`,\n  // but that seems to erroneously remove the outline in Firefox altogether.)\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n","// Image Mixins\n// - Responsive image\n// - Retina image\n\n\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n.img-responsive(@display: block) {\n  display: @display;\n  max-width: 100%; // Part 1: Set a maximum relative to the parent\n  height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching\n}\n\n\n// Retina image\n//\n// Short retina mixin for setting background-image and -size. Note that the\n// spelling of `min--moz-device-pixel-ratio` is intentional.\n.img-retina(@file-1x; @file-2x; @width-1x; @height-1x) {\n  background-image: url(\"@{file-1x}\");\n\n  @media\n  only screen and (-webkit-min-device-pixel-ratio: 2),\n  only screen and (   min--moz-device-pixel-ratio: 2),\n  only screen and (     -o-min-device-pixel-ratio: 2/1),\n  only screen and (        min-device-pixel-ratio: 2),\n  only screen and (                min-resolution: 192dpi),\n  only screen and (                min-resolution: 2dppx) {\n    background-image: url(\"@{file-2x}\");\n    background-size: @width-1x @height-1x;\n  }\n}\n","//\n// Typography\n// --------------------------------------------------\n\n\n// Headings\n// -------------------------\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n  font-family: @headings-font-family;\n  font-weight: @headings-font-weight;\n  line-height: @headings-line-height;\n  color: @headings-color;\n\n  small,\n  .small {\n    font-weight: normal;\n    line-height: 1;\n    color: @headings-small-color;\n  }\n}\n\nh1, .h1,\nh2, .h2,\nh3, .h3 {\n  margin-top: @line-height-computed;\n  margin-bottom: (@line-height-computed / 2);\n\n  small,\n  .small {\n    font-size: 65%;\n  }\n}\nh4, .h4,\nh5, .h5,\nh6, .h6 {\n  margin-top: (@line-height-computed / 2);\n  margin-bottom: (@line-height-computed / 2);\n\n  small,\n  .small {\n    font-size: 75%;\n  }\n}\n\nh1, .h1 { font-size: @font-size-h1; }\nh2, .h2 { font-size: @font-size-h2; }\nh3, .h3 { font-size: @font-size-h3; }\nh4, .h4 { font-size: @font-size-h4; }\nh5, .h5 { font-size: @font-size-h5; }\nh6, .h6 { font-size: @font-size-h6; }\n\n\n// Body text\n// -------------------------\n\np {\n  margin: 0 0 (@line-height-computed / 2);\n}\n\n.lead {\n  margin-bottom: @line-height-computed;\n  font-size: floor((@font-size-base * 1.15));\n  font-weight: 300;\n  line-height: 1.4;\n\n  @media (min-width: @screen-sm-min) {\n    font-size: (@font-size-base * 1.5);\n  }\n}\n\n\n// Emphasis & misc\n// -------------------------\n\n// Ex: (12px small font / 14px base font) * 100% = about 85%\nsmall,\n.small {\n  font-size: floor((100% * @font-size-small / @font-size-base));\n}\n\nmark,\n.mark {\n  background-color: @state-warning-bg;\n  padding: .2em;\n}\n\n// Alignment\n.text-left           { text-align: left; }\n.text-right          { text-align: right; }\n.text-center         { text-align: center; }\n.text-justify        { text-align: justify; }\n.text-nowrap         { white-space: nowrap; }\n\n// Transformation\n.text-lowercase      { text-transform: lowercase; }\n.text-uppercase      { text-transform: uppercase; }\n.text-capitalize     { text-transform: capitalize; }\n\n// Contextual colors\n.text-muted {\n  color: @text-muted;\n}\n.text-primary {\n  .text-emphasis-variant(@brand-primary);\n}\n.text-success {\n  .text-emphasis-variant(@state-success-text);\n}\n.text-info {\n  .text-emphasis-variant(@state-info-text);\n}\n.text-warning {\n  .text-emphasis-variant(@state-warning-text);\n}\n.text-danger {\n  .text-emphasis-variant(@state-danger-text);\n}\n\n// Contextual backgrounds\n// For now we'll leave these alongside the text classes until v4 when we can\n// safely shift things around (per SemVer rules).\n.bg-primary {\n  // Given the contrast here, this is the only class to have its color inverted\n  // automatically.\n  color: #fff;\n  .bg-variant(@brand-primary);\n}\n.bg-success {\n  .bg-variant(@state-success-bg);\n}\n.bg-info {\n  .bg-variant(@state-info-bg);\n}\n.bg-warning {\n  .bg-variant(@state-warning-bg);\n}\n.bg-danger {\n  .bg-variant(@state-danger-bg);\n}\n\n\n// Page header\n// -------------------------\n\n.page-header {\n  padding-bottom: ((@line-height-computed / 2) - 1);\n  margin: (@line-height-computed * 2) 0 @line-height-computed;\n  border-bottom: 1px solid @page-header-border-color;\n}\n\n\n// Lists\n// -------------------------\n\n// Unordered and Ordered lists\nul,\nol {\n  margin-top: 0;\n  margin-bottom: (@line-height-computed / 2);\n  ul,\n  ol {\n    margin-bottom: 0;\n  }\n}\n\n// List options\n\n// Unstyled keeps list items block level, just removes default browser padding and list-style\n.list-unstyled {\n  padding-left: 0;\n  list-style: none;\n}\n\n// Inline turns list items into inline-block\n.list-inline {\n  .list-unstyled();\n  margin-left: -5px;\n\n  > li {\n    display: inline-block;\n    padding-left: 5px;\n    padding-right: 5px;\n  }\n}\n\n// Description Lists\ndl {\n  margin-top: 0; // Remove browser default\n  margin-bottom: @line-height-computed;\n}\ndt,\ndd {\n  line-height: @line-height-base;\n}\ndt {\n  font-weight: bold;\n}\ndd {\n  margin-left: 0; // Undo browser default\n}\n\n// Horizontal description lists\n//\n// Defaults to being stacked without any of the below styles applied, until the\n// grid breakpoint is reached (default of ~768px).\n\n.dl-horizontal {\n  dd {\n    &:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present\n  }\n\n  @media (min-width: @dl-horizontal-breakpoint) {\n    dt {\n      float: left;\n      width: (@dl-horizontal-offset - 20);\n      clear: left;\n      text-align: right;\n      .text-overflow();\n    }\n    dd {\n      margin-left: @dl-horizontal-offset;\n    }\n  }\n}\n\n\n// Misc\n// -------------------------\n\n// Abbreviations and acronyms\nabbr[title],\n// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257\nabbr[data-original-title] {\n  cursor: help;\n  border-bottom: 1px dotted @abbr-border-color;\n}\n.initialism {\n  font-size: 90%;\n  .text-uppercase();\n}\n\n// Blockquotes\nblockquote {\n  padding: (@line-height-computed / 2) @line-height-computed;\n  margin: 0 0 @line-height-computed;\n  font-size: @blockquote-font-size;\n  border-left: 5px solid @blockquote-border-color;\n\n  p,\n  ul,\n  ol {\n    &:last-child {\n      margin-bottom: 0;\n    }\n  }\n\n  // Note: Deprecated small and .small as of v3.1.0\n  // Context: https://github.com/twbs/bootstrap/issues/11660\n  footer,\n  small,\n  .small {\n    display: block;\n    font-size: 80%; // back to default font-size\n    line-height: @line-height-base;\n    color: @blockquote-small-color;\n\n    &:before {\n      content: '\\2014 \\00A0'; // em dash, nbsp\n    }\n  }\n}\n\n// Opposite alignment of blockquote\n//\n// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0.\n.blockquote-reverse,\nblockquote.pull-right {\n  padding-right: 15px;\n  padding-left: 0;\n  border-right: 5px solid @blockquote-border-color;\n  border-left: 0;\n  text-align: right;\n\n  // Account for citation\n  footer,\n  small,\n  .small {\n    &:before { content: ''; }\n    &:after {\n      content: '\\00A0 \\2014'; // nbsp, em dash\n    }\n  }\n}\n\n// Addresses\naddress {\n  margin-bottom: @line-height-computed;\n  font-style: normal;\n  line-height: @line-height-base;\n}\n","// Typography\n\n.text-emphasis-variant(@color) {\n  color: @color;\n  a&:hover,\n  a&:focus {\n    color: darken(@color, 10%);\n  }\n}\n","// Contextual backgrounds\n\n.bg-variant(@color) {\n  background-color: @color;\n  a&:hover,\n  a&:focus {\n    background-color: darken(@color, 10%);\n  }\n}\n","// Text overflow\n// Requires inline-block or block for proper styling\n\n.text-overflow() {\n  overflow: hidden;\n  text-overflow: ellipsis;\n  white-space: nowrap;\n}\n","//\n// Code (inline and block)\n// --------------------------------------------------\n\n\n// Inline and block code styles\ncode,\nkbd,\npre,\nsamp {\n  font-family: @font-family-monospace;\n}\n\n// Inline code\ncode {\n  padding: 2px 4px;\n  font-size: 90%;\n  color: @code-color;\n  background-color: @code-bg;\n  border-radius: @border-radius-base;\n}\n\n// User input typically entered via keyboard\nkbd {\n  padding: 2px 4px;\n  font-size: 90%;\n  color: @kbd-color;\n  background-color: @kbd-bg;\n  border-radius: @border-radius-small;\n  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);\n\n  kbd {\n    padding: 0;\n    font-size: 100%;\n    font-weight: bold;\n    box-shadow: none;\n  }\n}\n\n// Blocks of code\npre {\n  display: block;\n  padding: ((@line-height-computed - 1) / 2);\n  margin: 0 0 (@line-height-computed / 2);\n  font-size: (@font-size-base - 1); // 14px to 13px\n  line-height: @line-height-base;\n  word-break: break-all;\n  word-wrap: break-word;\n  color: @pre-color;\n  background-color: @pre-bg;\n  border: 1px solid @pre-border-color;\n  border-radius: @border-radius-base;\n\n  // Account for some code outputs that place code tags in pre tags\n  code {\n    padding: 0;\n    font-size: inherit;\n    color: inherit;\n    white-space: pre-wrap;\n    background-color: transparent;\n    border-radius: 0;\n  }\n}\n\n// Enable scrollable blocks of code\n.pre-scrollable {\n  max-height: @pre-scrollable-max-height;\n  overflow-y: scroll;\n}\n","//\n// Grid system\n// --------------------------------------------------\n\n\n// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n.container {\n  .container-fixed();\n\n  @media (min-width: @screen-sm-min) {\n    width: @container-sm;\n  }\n  @media (min-width: @screen-md-min) {\n    width: @container-md;\n  }\n  @media (min-width: @screen-lg-min) {\n    width: @container-lg;\n  }\n}\n\n\n// Fluid container\n//\n// Utilizes the mixin meant for fixed width containers, but without any defined\n// width for fluid, full width layouts.\n\n.container-fluid {\n  .container-fixed();\n}\n\n\n// Row\n//\n// Rows contain and clear the floats of your columns.\n\n.row {\n  .make-row();\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n.make-grid-columns();\n\n\n// Extra small grid\n//\n// Columns, offsets, pushes, and pulls for extra small devices like\n// smartphones.\n\n.make-grid(xs);\n\n\n// Small grid\n//\n// Columns, offsets, pushes, and pulls for the small device range, from phones\n// to tablets.\n\n@media (min-width: @screen-sm-min) {\n  .make-grid(sm);\n}\n\n\n// Medium grid\n//\n// Columns, offsets, pushes, and pulls for the desktop device range.\n\n@media (min-width: @screen-md-min) {\n  .make-grid(md);\n}\n\n\n// Large grid\n//\n// Columns, offsets, pushes, and pulls for the large desktop device range.\n\n@media (min-width: @screen-lg-min) {\n  .make-grid(lg);\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n// Centered container element\n.container-fixed(@gutter: @grid-gutter-width) {\n  margin-right: auto;\n  margin-left: auto;\n  padding-left:  floor((@gutter / 2));\n  padding-right: ceil((@gutter / 2));\n  &:extend(.clearfix all);\n}\n\n// Creates a wrapper for a series of columns\n.make-row(@gutter: @grid-gutter-width) {\n  margin-left:  ceil((@gutter / -2));\n  margin-right: floor((@gutter / -2));\n  &:extend(.clearfix all);\n}\n\n// Generate the extra small columns\n.make-xs-column(@columns; @gutter: @grid-gutter-width) {\n  position: relative;\n  float: left;\n  width: percentage((@columns / @grid-columns));\n  min-height: 1px;\n  padding-left:  (@gutter / 2);\n  padding-right: (@gutter / 2);\n}\n.make-xs-column-offset(@columns) {\n  margin-left: percentage((@columns / @grid-columns));\n}\n.make-xs-column-push(@columns) {\n  left: percentage((@columns / @grid-columns));\n}\n.make-xs-column-pull(@columns) {\n  right: percentage((@columns / @grid-columns));\n}\n\n// Generate the small columns\n.make-sm-column(@columns; @gutter: @grid-gutter-width) {\n  position: relative;\n  min-height: 1px;\n  padding-left:  (@gutter / 2);\n  padding-right: (@gutter / 2);\n\n  @media (min-width: @screen-sm-min) {\n    float: left;\n    width: percentage((@columns / @grid-columns));\n  }\n}\n.make-sm-column-offset(@columns) {\n  @media (min-width: @screen-sm-min) {\n    margin-left: percentage((@columns / @grid-columns));\n  }\n}\n.make-sm-column-push(@columns) {\n  @media (min-width: @screen-sm-min) {\n    left: percentage((@columns / @grid-columns));\n  }\n}\n.make-sm-column-pull(@columns) {\n  @media (min-width: @screen-sm-min) {\n    right: percentage((@columns / @grid-columns));\n  }\n}\n\n// Generate the medium columns\n.make-md-column(@columns; @gutter: @grid-gutter-width) {\n  position: relative;\n  min-height: 1px;\n  padding-left:  (@gutter / 2);\n  padding-right: (@gutter / 2);\n\n  @media (min-width: @screen-md-min) {\n    float: left;\n    width: percentage((@columns / @grid-columns));\n  }\n}\n.make-md-column-offset(@columns) {\n  @media (min-width: @screen-md-min) {\n    margin-left: percentage((@columns / @grid-columns));\n  }\n}\n.make-md-column-push(@columns) {\n  @media (min-width: @screen-md-min) {\n    left: percentage((@columns / @grid-columns));\n  }\n}\n.make-md-column-pull(@columns) {\n  @media (min-width: @screen-md-min) {\n    right: percentage((@columns / @grid-columns));\n  }\n}\n\n// Generate the large columns\n.make-lg-column(@columns; @gutter: @grid-gutter-width) {\n  position: relative;\n  min-height: 1px;\n  padding-left:  (@gutter / 2);\n  padding-right: (@gutter / 2);\n\n  @media (min-width: @screen-lg-min) {\n    float: left;\n    width: percentage((@columns / @grid-columns));\n  }\n}\n.make-lg-column-offset(@columns) {\n  @media (min-width: @screen-lg-min) {\n    margin-left: percentage((@columns / @grid-columns));\n  }\n}\n.make-lg-column-push(@columns) {\n  @media (min-width: @screen-lg-min) {\n    left: percentage((@columns / @grid-columns));\n  }\n}\n.make-lg-column-pull(@columns) {\n  @media (min-width: @screen-lg-min) {\n    right: percentage((@columns / @grid-columns));\n  }\n}\n","// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `@grid-columns`.\n\n.make-grid-columns() {\n  // Common styles for all sizes of grid columns, widths 1-12\n  .col(@index) { // initial\n    @item: ~\".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}\";\n    .col((@index + 1), @item);\n  }\n  .col(@index, @list) when (@index =< @grid-columns) { // general; \"=<\" isn't a typo\n    @item: ~\".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}\";\n    .col((@index + 1), ~\"@{list}, @{item}\");\n  }\n  .col(@index, @list) when (@index > @grid-columns) { // terminal\n    @{list} {\n      position: relative;\n      // Prevent columns from collapsing when empty\n      min-height: 1px;\n      // Inner gutter via padding\n      padding-left:  ceil((@grid-gutter-width / 2));\n      padding-right: floor((@grid-gutter-width / 2));\n    }\n  }\n  .col(1); // kickstart it\n}\n\n.float-grid-columns(@class) {\n  .col(@index) { // initial\n    @item: ~\".col-@{class}-@{index}\";\n    .col((@index + 1), @item);\n  }\n  .col(@index, @list) when (@index =< @grid-columns) { // general\n    @item: ~\".col-@{class}-@{index}\";\n    .col((@index + 1), ~\"@{list}, @{item}\");\n  }\n  .col(@index, @list) when (@index > @grid-columns) { // terminal\n    @{list} {\n      float: left;\n    }\n  }\n  .col(1); // kickstart it\n}\n\n.calc-grid-column(@index, @class, @type) when (@type = width) and (@index > 0) {\n  .col-@{class}-@{index} {\n    width: percentage((@index / @grid-columns));\n  }\n}\n.calc-grid-column(@index, @class, @type) when (@type = push) and (@index > 0) {\n  .col-@{class}-push-@{index} {\n    left: percentage((@index / @grid-columns));\n  }\n}\n.calc-grid-column(@index, @class, @type) when (@type = push) and (@index = 0) {\n  .col-@{class}-push-0 {\n    left: auto;\n  }\n}\n.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index > 0) {\n  .col-@{class}-pull-@{index} {\n    right: percentage((@index / @grid-columns));\n  }\n}\n.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index = 0) {\n  .col-@{class}-pull-0 {\n    right: auto;\n  }\n}\n.calc-grid-column(@index, @class, @type) when (@type = offset) {\n  .col-@{class}-offset-@{index} {\n    margin-left: percentage((@index / @grid-columns));\n  }\n}\n\n// Basic looping in LESS\n.loop-grid-columns(@index, @class, @type) when (@index >= 0) {\n  .calc-grid-column(@index, @class, @type);\n  // next iteration\n  .loop-grid-columns((@index - 1), @class, @type);\n}\n\n// Create grid for specific class\n.make-grid(@class) {\n  .float-grid-columns(@class);\n  .loop-grid-columns(@grid-columns, @class, width);\n  .loop-grid-columns(@grid-columns, @class, pull);\n  .loop-grid-columns(@grid-columns, @class, push);\n  .loop-grid-columns(@grid-columns, @class, offset);\n}\n","//\n// Tables\n// --------------------------------------------------\n\n\ntable {\n  background-color: @table-bg;\n}\ncaption {\n  padding-top: @table-cell-padding;\n  padding-bottom: @table-cell-padding;\n  color: @text-muted;\n  text-align: left;\n}\nth {\n  text-align: left;\n}\n\n\n// Baseline styles\n\n.table {\n  width: 100%;\n  max-width: 100%;\n  margin-bottom: @line-height-computed;\n  // Cells\n  > thead,\n  > tbody,\n  > tfoot {\n    > tr {\n      > th,\n      > td {\n        padding: @table-cell-padding;\n        line-height: @line-height-base;\n        vertical-align: top;\n        border-top: 1px solid @table-border-color;\n      }\n    }\n  }\n  // Bottom align for column headings\n  > thead > tr > th {\n    vertical-align: bottom;\n    border-bottom: 2px solid @table-border-color;\n  }\n  // Remove top border from thead by default\n  > caption + thead,\n  > colgroup + thead,\n  > thead:first-child {\n    > tr:first-child {\n      > th,\n      > td {\n        border-top: 0;\n      }\n    }\n  }\n  // Account for multiple tbody instances\n  > tbody + tbody {\n    border-top: 2px solid @table-border-color;\n  }\n\n  // Nesting\n  .table {\n    background-color: @body-bg;\n  }\n}\n\n\n// Condensed table w/ half padding\n\n.table-condensed {\n  > thead,\n  > tbody,\n  > tfoot {\n    > tr {\n      > th,\n      > td {\n        padding: @table-condensed-cell-padding;\n      }\n    }\n  }\n}\n\n\n// Bordered version\n//\n// Add borders all around the table and between all the columns.\n\n.table-bordered {\n  border: 1px solid @table-border-color;\n  > thead,\n  > tbody,\n  > tfoot {\n    > tr {\n      > th,\n      > td {\n        border: 1px solid @table-border-color;\n      }\n    }\n  }\n  > thead > tr {\n    > th,\n    > td {\n      border-bottom-width: 2px;\n    }\n  }\n}\n\n\n// Zebra-striping\n//\n// Default zebra-stripe styles (alternating gray and transparent backgrounds)\n\n.table-striped {\n  > tbody > tr:nth-of-type(odd) {\n    background-color: @table-bg-accent;\n  }\n}\n\n\n// Hover effect\n//\n// Placed here since it has to come after the potential zebra striping\n\n.table-hover {\n  > tbody > tr:hover {\n    background-color: @table-bg-hover;\n  }\n}\n\n\n// Table cell sizing\n//\n// Reset default table behavior\n\ntable col[class*=\"col-\"] {\n  position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)\n  float: none;\n  display: table-column;\n}\ntable {\n  td,\n  th {\n    &[class*=\"col-\"] {\n      position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)\n      float: none;\n      display: table-cell;\n    }\n  }\n}\n\n\n// Table backgrounds\n//\n// Exact selectors below required to override `.table-striped` and prevent\n// inheritance to nested tables.\n\n// Generate the contextual variants\n.table-row-variant(active; @table-bg-active);\n.table-row-variant(success; @state-success-bg);\n.table-row-variant(info; @state-info-bg);\n.table-row-variant(warning; @state-warning-bg);\n.table-row-variant(danger; @state-danger-bg);\n\n\n// Responsive tables\n//\n// Wrap your tables in `.table-responsive` and we'll make them mobile friendly\n// by enabling horizontal scrolling. Only applies <768px. Everything above that\n// will display normally.\n\n.table-responsive {\n  overflow-x: auto;\n  min-height: 0.01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)\n\n  @media screen and (max-width: @screen-xs-max) {\n    width: 100%;\n    margin-bottom: (@line-height-computed * 0.75);\n    overflow-y: hidden;\n    -ms-overflow-style: -ms-autohiding-scrollbar;\n    border: 1px solid @table-border-color;\n\n    // Tighten up spacing\n    > .table {\n      margin-bottom: 0;\n\n      // Ensure the content doesn't wrap\n      > thead,\n      > tbody,\n      > tfoot {\n        > tr {\n          > th,\n          > td {\n            white-space: nowrap;\n          }\n        }\n      }\n    }\n\n    // Special overrides for the bordered tables\n    > .table-bordered {\n      border: 0;\n\n      // Nuke the appropriate borders so that the parent can handle them\n      > thead,\n      > tbody,\n      > tfoot {\n        > tr {\n          > th:first-child,\n          > td:first-child {\n            border-left: 0;\n          }\n          > th:last-child,\n          > td:last-child {\n            border-right: 0;\n          }\n        }\n      }\n\n      // Only nuke the last row's bottom-border in `tbody` and `tfoot` since\n      // chances are there will be only one `tr` in a `thead` and that would\n      // remove the border altogether.\n      > tbody,\n      > tfoot {\n        > tr:last-child {\n          > th,\n          > td {\n            border-bottom: 0;\n          }\n        }\n      }\n\n    }\n  }\n}\n","// Tables\n\n.table-row-variant(@state; @background) {\n  // Exact selectors below required to override `.table-striped` and prevent\n  // inheritance to nested tables.\n  .table > thead > tr,\n  .table > tbody > tr,\n  .table > tfoot > tr {\n    > td.@{state},\n    > th.@{state},\n    &.@{state} > td,\n    &.@{state} > th {\n      background-color: @background;\n    }\n  }\n\n  // Hover states for `.table-hover`\n  // Note: this is not available for cells or rows within `thead` or `tfoot`.\n  .table-hover > tbody > tr {\n    > td.@{state}:hover,\n    > th.@{state}:hover,\n    &.@{state}:hover > td,\n    &:hover > .@{state},\n    &.@{state}:hover > th {\n      background-color: darken(@background, 5%);\n    }\n  }\n}\n","//\n// Forms\n// --------------------------------------------------\n\n\n// Normalize non-controls\n//\n// Restyle and baseline non-control form elements.\n\nfieldset {\n  padding: 0;\n  margin: 0;\n  border: 0;\n  // Chrome and Firefox set a `min-width: min-content;` on fieldsets,\n  // so we reset that to ensure it behaves more like a standard block element.\n  // See https://github.com/twbs/bootstrap/issues/12359.\n  min-width: 0;\n}\n\nlegend {\n  display: block;\n  width: 100%;\n  padding: 0;\n  margin-bottom: @line-height-computed;\n  font-size: (@font-size-base * 1.5);\n  line-height: inherit;\n  color: @legend-color;\n  border: 0;\n  border-bottom: 1px solid @legend-border-color;\n}\n\nlabel {\n  display: inline-block;\n  max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141)\n  margin-bottom: 5px;\n  font-weight: bold;\n}\n\n\n// Normalize form controls\n//\n// While most of our form styles require extra classes, some basic normalization\n// is required to ensure optimum display with or without those classes to better\n// address browser inconsistencies.\n\n// Override content-box in Normalize (* isn't specific enough)\ninput[type=\"search\"] {\n  .box-sizing(border-box);\n}\n\n// Position radios and checkboxes better\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  margin: 4px 0 0;\n  margin-top: 1px \\9; // IE8-9\n  line-height: normal;\n}\n\ninput[type=\"file\"] {\n  display: block;\n}\n\n// Make range inputs behave like textual form controls\ninput[type=\"range\"] {\n  display: block;\n  width: 100%;\n}\n\n// Make multiple select elements height not fixed\nselect[multiple],\nselect[size] {\n  height: auto;\n}\n\n// Focus for file, radio, and checkbox\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n  .tab-focus();\n}\n\n// Adjust output element\noutput {\n  display: block;\n  padding-top: (@padding-base-vertical + 1);\n  font-size: @font-size-base;\n  line-height: @line-height-base;\n  color: @input-color;\n}\n\n\n// Common form controls\n//\n// Shared size and type resets for form controls. Apply `.form-control` to any\n// of the following form controls:\n//\n// select\n// textarea\n// input[type=\"text\"]\n// input[type=\"password\"]\n// input[type=\"datetime\"]\n// input[type=\"datetime-local\"]\n// input[type=\"date\"]\n// input[type=\"month\"]\n// input[type=\"time\"]\n// input[type=\"week\"]\n// input[type=\"number\"]\n// input[type=\"email\"]\n// input[type=\"url\"]\n// input[type=\"search\"]\n// input[type=\"tel\"]\n// input[type=\"color\"]\n\n.form-control {\n  display: block;\n  width: 100%;\n  height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)\n  padding: @padding-base-vertical @padding-base-horizontal;\n  font-size: @font-size-base;\n  line-height: @line-height-base;\n  color: @input-color;\n  background-color: @input-bg;\n  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n  border: 1px solid @input-border;\n  border-radius: @input-border-radius; // Note: This has no effect on <select>s in some browsers, due to the limited stylability of <select>s in CSS.\n  .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));\n  .transition(~\"border-color ease-in-out .15s, box-shadow ease-in-out .15s\");\n\n  // Customize the `:focus` state to imitate native WebKit styles.\n  .form-control-focus();\n\n  // Placeholder\n  .placeholder();\n\n  // Unstyle the caret on `<select>`s in IE10+.\n  &::-ms-expand {\n    border: 0;\n    background-color: transparent;\n  }\n\n  // Disabled and read-only inputs\n  //\n  // HTML5 says that controls under a fieldset > legend:first-child won't be\n  // disabled if the fieldset is disabled. Due to implementation difficulty, we\n  // don't honor that edge case; we style them as disabled anyway.\n  &[disabled],\n  &[readonly],\n  fieldset[disabled] & {\n    background-color: @input-bg-disabled;\n    opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655\n  }\n\n  &[disabled],\n  fieldset[disabled] & {\n    cursor: @cursor-disabled;\n  }\n\n  // Reset height for `textarea`s\n  textarea& {\n    height: auto;\n  }\n}\n\n\n// Search inputs in iOS\n//\n// This overrides the extra rounded corners on search inputs in iOS so that our\n// `.form-control` class can properly style them. Note that this cannot simply\n// be added to `.form-control` as it's not specific enough. For details, see\n// https://github.com/twbs/bootstrap/issues/11586.\n\ninput[type=\"search\"] {\n  -webkit-appearance: none;\n}\n\n\n// Special styles for iOS temporal inputs\n//\n// In Mobile Safari, setting `display: block` on temporal inputs causes the\n// text within the input to become vertically misaligned. As a workaround, we\n// set a pixel line-height that matches the given height of the input, but only\n// for Safari. See https://bugs.webkit.org/show_bug.cgi?id=139848\n//\n// Note that as of 9.3, iOS doesn't support `week`.\n\n@media screen and (-webkit-min-device-pixel-ratio: 0) {\n  input[type=\"date\"],\n  input[type=\"time\"],\n  input[type=\"datetime-local\"],\n  input[type=\"month\"] {\n    &.form-control {\n      line-height: @input-height-base;\n    }\n\n    &.input-sm,\n    .input-group-sm & {\n      line-height: @input-height-small;\n    }\n\n    &.input-lg,\n    .input-group-lg & {\n      line-height: @input-height-large;\n    }\n  }\n}\n\n\n// Form groups\n//\n// Designed to help with the organization and spacing of vertical forms. For\n// horizontal forms, use the predefined grid classes.\n\n.form-group {\n  margin-bottom: @form-group-margin-bottom;\n}\n\n\n// Checkboxes and radios\n//\n// Indent the labels to position radios/checkboxes as hanging controls.\n\n.radio,\n.checkbox {\n  position: relative;\n  display: block;\n  margin-top: 10px;\n  margin-bottom: 10px;\n\n  label {\n    min-height: @line-height-computed; // Ensure the input doesn't jump when there is no text\n    padding-left: 20px;\n    margin-bottom: 0;\n    font-weight: normal;\n    cursor: pointer;\n  }\n}\n.radio input[type=\"radio\"],\n.radio-inline input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"],\n.checkbox-inline input[type=\"checkbox\"] {\n  position: absolute;\n  margin-left: -20px;\n  margin-top: 4px \\9;\n}\n\n.radio + .radio,\n.checkbox + .checkbox {\n  margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing\n}\n\n// Radios and checkboxes on same line\n.radio-inline,\n.checkbox-inline {\n  position: relative;\n  display: inline-block;\n  padding-left: 20px;\n  margin-bottom: 0;\n  vertical-align: middle;\n  font-weight: normal;\n  cursor: pointer;\n}\n.radio-inline + .radio-inline,\n.checkbox-inline + .checkbox-inline {\n  margin-top: 0;\n  margin-left: 10px; // space out consecutive inline controls\n}\n\n// Apply same disabled cursor tweak as for inputs\n// Some special care is needed because <label>s don't inherit their parent's `cursor`.\n//\n// Note: Neither radios nor checkboxes can be readonly.\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  &[disabled],\n  &.disabled,\n  fieldset[disabled] & {\n    cursor: @cursor-disabled;\n  }\n}\n// These classes are used directly on <label>s\n.radio-inline,\n.checkbox-inline {\n  &.disabled,\n  fieldset[disabled] & {\n    cursor: @cursor-disabled;\n  }\n}\n// These classes are used on elements with <label> descendants\n.radio,\n.checkbox {\n  &.disabled,\n  fieldset[disabled] & {\n    label {\n      cursor: @cursor-disabled;\n    }\n  }\n}\n\n\n// Static form control text\n//\n// Apply class to a `p` element to make any string of text align with labels in\n// a horizontal form layout.\n\n.form-control-static {\n  // Size it appropriately next to real form controls\n  padding-top: (@padding-base-vertical + 1);\n  padding-bottom: (@padding-base-vertical + 1);\n  // Remove default margin from `p`\n  margin-bottom: 0;\n  min-height: (@line-height-computed + @font-size-base);\n\n  &.input-lg,\n  &.input-sm {\n    padding-left: 0;\n    padding-right: 0;\n  }\n}\n\n\n// Form control sizing\n//\n// Build on `.form-control` with modifier classes to decrease or increase the\n// height and font-size of form controls.\n//\n// The `.form-group-* form-control` variations are sadly duplicated to avoid the\n// issue documented in https://github.com/twbs/bootstrap/issues/15074.\n\n.input-sm {\n  .input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @input-border-radius-small);\n}\n.form-group-sm {\n  .form-control {\n    height: @input-height-small;\n    padding: @padding-small-vertical @padding-small-horizontal;\n    font-size: @font-size-small;\n    line-height: @line-height-small;\n    border-radius: @input-border-radius-small;\n  }\n  select.form-control {\n    height: @input-height-small;\n    line-height: @input-height-small;\n  }\n  textarea.form-control,\n  select[multiple].form-control {\n    height: auto;\n  }\n  .form-control-static {\n    height: @input-height-small;\n    min-height: (@line-height-computed + @font-size-small);\n    padding: (@padding-small-vertical + 1) @padding-small-horizontal;\n    font-size: @font-size-small;\n    line-height: @line-height-small;\n  }\n}\n\n.input-lg {\n  .input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @input-border-radius-large);\n}\n.form-group-lg {\n  .form-control {\n    height: @input-height-large;\n    padding: @padding-large-vertical @padding-large-horizontal;\n    font-size: @font-size-large;\n    line-height: @line-height-large;\n    border-radius: @input-border-radius-large;\n  }\n  select.form-control {\n    height: @input-height-large;\n    line-height: @input-height-large;\n  }\n  textarea.form-control,\n  select[multiple].form-control {\n    height: auto;\n  }\n  .form-control-static {\n    height: @input-height-large;\n    min-height: (@line-height-computed + @font-size-large);\n    padding: (@padding-large-vertical + 1) @padding-large-horizontal;\n    font-size: @font-size-large;\n    line-height: @line-height-large;\n  }\n}\n\n\n// Form control feedback states\n//\n// Apply contextual and semantic states to individual form controls.\n\n.has-feedback {\n  // Enable absolute positioning\n  position: relative;\n\n  // Ensure icons don't overlap text\n  .form-control {\n    padding-right: (@input-height-base * 1.25);\n  }\n}\n// Feedback icon (requires .glyphicon classes)\n.form-control-feedback {\n  position: absolute;\n  top: 0;\n  right: 0;\n  z-index: 2; // Ensure icon is above input groups\n  display: block;\n  width: @input-height-base;\n  height: @input-height-base;\n  line-height: @input-height-base;\n  text-align: center;\n  pointer-events: none;\n}\n.input-lg + .form-control-feedback,\n.input-group-lg + .form-control-feedback,\n.form-group-lg .form-control + .form-control-feedback {\n  width: @input-height-large;\n  height: @input-height-large;\n  line-height: @input-height-large;\n}\n.input-sm + .form-control-feedback,\n.input-group-sm + .form-control-feedback,\n.form-group-sm .form-control + .form-control-feedback {\n  width: @input-height-small;\n  height: @input-height-small;\n  line-height: @input-height-small;\n}\n\n// Feedback states\n.has-success {\n  .form-control-validation(@state-success-text; @state-success-text; @state-success-bg);\n}\n.has-warning {\n  .form-control-validation(@state-warning-text; @state-warning-text; @state-warning-bg);\n}\n.has-error {\n  .form-control-validation(@state-danger-text; @state-danger-text; @state-danger-bg);\n}\n\n// Reposition feedback icon if input has visible label above\n.has-feedback label {\n\n  & ~ .form-control-feedback {\n    top: (@line-height-computed + 5); // Height of the `label` and its margin\n  }\n  &.sr-only ~ .form-control-feedback {\n    top: 0;\n  }\n}\n\n\n// Help text\n//\n// Apply to any element you wish to create light text for placement immediately\n// below a form control. Use for general help, formatting, or instructional text.\n\n.help-block {\n  display: block; // account for any element using help-block\n  margin-top: 5px;\n  margin-bottom: 10px;\n  color: lighten(@text-color, 25%); // lighten the text some for contrast\n}\n\n\n// Inline forms\n//\n// Make forms appear inline(-block) by adding the `.form-inline` class. Inline\n// forms begin stacked on extra small (mobile) devices and then go inline when\n// viewports reach <768px.\n//\n// Requires wrapping inputs and labels with `.form-group` for proper display of\n// default HTML form controls and our custom form controls (e.g., input groups).\n//\n// Heads up! This is mixin-ed into `.navbar-form` in navbars.less.\n\n.form-inline {\n\n  // Kick in the inline\n  @media (min-width: @screen-sm-min) {\n    // Inline-block all the things for \"inline\"\n    .form-group {\n      display: inline-block;\n      margin-bottom: 0;\n      vertical-align: middle;\n    }\n\n    // In navbar-form, allow folks to *not* use `.form-group`\n    .form-control {\n      display: inline-block;\n      width: auto; // Prevent labels from stacking above inputs in `.form-group`\n      vertical-align: middle;\n    }\n\n    // Make static controls behave like regular ones\n    .form-control-static {\n      display: inline-block;\n    }\n\n    .input-group {\n      display: inline-table;\n      vertical-align: middle;\n\n      .input-group-addon,\n      .input-group-btn,\n      .form-control {\n        width: auto;\n      }\n    }\n\n    // Input groups need that 100% width though\n    .input-group > .form-control {\n      width: 100%;\n    }\n\n    .control-label {\n      margin-bottom: 0;\n      vertical-align: middle;\n    }\n\n    // Remove default margin on radios/checkboxes that were used for stacking, and\n    // then undo the floating of radios and checkboxes to match.\n    .radio,\n    .checkbox {\n      display: inline-block;\n      margin-top: 0;\n      margin-bottom: 0;\n      vertical-align: middle;\n\n      label {\n        padding-left: 0;\n      }\n    }\n    .radio input[type=\"radio\"],\n    .checkbox input[type=\"checkbox\"] {\n      position: relative;\n      margin-left: 0;\n    }\n\n    // Re-override the feedback icon.\n    .has-feedback .form-control-feedback {\n      top: 0;\n    }\n  }\n}\n\n\n// Horizontal forms\n//\n// Horizontal forms are built on grid classes and allow you to create forms with\n// labels on the left and inputs on the right.\n\n.form-horizontal {\n\n  // Consistent vertical alignment of radios and checkboxes\n  //\n  // Labels also get some reset styles, but that is scoped to a media query below.\n  .radio,\n  .checkbox,\n  .radio-inline,\n  .checkbox-inline {\n    margin-top: 0;\n    margin-bottom: 0;\n    padding-top: (@padding-base-vertical + 1); // Default padding plus a border\n  }\n  // Account for padding we're adding to ensure the alignment and of help text\n  // and other content below items\n  .radio,\n  .checkbox {\n    min-height: (@line-height-computed + (@padding-base-vertical + 1));\n  }\n\n  // Make form groups behave like rows\n  .form-group {\n    .make-row();\n  }\n\n  // Reset spacing and right align labels, but scope to media queries so that\n  // labels on narrow viewports stack the same as a default form example.\n  @media (min-width: @screen-sm-min) {\n    .control-label {\n      text-align: right;\n      margin-bottom: 0;\n      padding-top: (@padding-base-vertical + 1); // Default padding plus a border\n    }\n  }\n\n  // Validation states\n  //\n  // Reposition the icon because it's now within a grid column and columns have\n  // `position: relative;` on them. Also accounts for the grid gutter padding.\n  .has-feedback .form-control-feedback {\n    right: floor((@grid-gutter-width / 2));\n  }\n\n  // Form group sizes\n  //\n  // Quick utility class for applying `.input-lg` and `.input-sm` styles to the\n  // inputs and labels within a `.form-group`.\n  .form-group-lg {\n    @media (min-width: @screen-sm-min) {\n      .control-label {\n        padding-top: (@padding-large-vertical + 1);\n        font-size: @font-size-large;\n      }\n    }\n  }\n  .form-group-sm {\n    @media (min-width: @screen-sm-min) {\n      .control-label {\n        padding-top: (@padding-small-vertical + 1);\n        font-size: @font-size-small;\n      }\n    }\n  }\n}\n","// Form validation states\n//\n// Used in forms.less to generate the form validation CSS for warnings, errors,\n// and successes.\n\n.form-control-validation(@text-color: #555; @border-color: #ccc; @background-color: #f5f5f5) {\n  // Color the label and help text\n  .help-block,\n  .control-label,\n  .radio,\n  .checkbox,\n  .radio-inline,\n  .checkbox-inline,\n  &.radio label,\n  &.checkbox label,\n  &.radio-inline label,\n  &.checkbox-inline label  {\n    color: @text-color;\n  }\n  // Set the border and box shadow on specific inputs to match\n  .form-control {\n    border-color: @border-color;\n    .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work\n    &:focus {\n      border-color: darken(@border-color, 10%);\n      @shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%);\n      .box-shadow(@shadow);\n    }\n  }\n  // Set validation states also for addons\n  .input-group-addon {\n    color: @text-color;\n    border-color: @border-color;\n    background-color: @background-color;\n  }\n  // Optional feedback icon\n  .form-control-feedback {\n    color: @text-color;\n  }\n}\n\n\n// Form control focus state\n//\n// Generate a customized focus state and for any input with the specified color,\n// which defaults to the `@input-border-focus` variable.\n//\n// We highly encourage you to not customize the default value, but instead use\n// this to tweak colors on an as-needed basis. This aesthetic change is based on\n// WebKit's default styles, but applicable to a wider range of browsers. Its\n// usability and accessibility should be taken into account with any change.\n//\n// Example usage: change the default blue border and shadow to white for better\n// contrast against a dark gray background.\n.form-control-focus(@color: @input-border-focus) {\n  @color-rgba: rgba(red(@color), green(@color), blue(@color), .6);\n  &:focus {\n    border-color: @color;\n    outline: 0;\n    .box-shadow(~\"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}\");\n  }\n}\n\n// Form control sizing\n//\n// Relative text size, padding, and border-radii changes for form controls. For\n// horizontal sizing, wrap controls in the predefined grid classes. `<select>`\n// element gets special love because it's special, and that's a fact!\n.input-size(@input-height; @padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n  height: @input-height;\n  padding: @padding-vertical @padding-horizontal;\n  font-size: @font-size;\n  line-height: @line-height;\n  border-radius: @border-radius;\n\n  select& {\n    height: @input-height;\n    line-height: @input-height;\n  }\n\n  textarea&,\n  select[multiple]& {\n    height: auto;\n  }\n}\n","//\n// Buttons\n// --------------------------------------------------\n\n\n// Base styles\n// --------------------------------------------------\n\n.btn {\n  display: inline-block;\n  margin-bottom: 0; // For input.btn\n  font-weight: @btn-font-weight;\n  text-align: center;\n  vertical-align: middle;\n  touch-action: manipulation;\n  cursor: pointer;\n  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n  border: 1px solid transparent;\n  white-space: nowrap;\n  .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @btn-border-radius-base);\n  .user-select(none);\n\n  &,\n  &:active,\n  &.active {\n    &:focus,\n    &.focus {\n      .tab-focus();\n    }\n  }\n\n  &:hover,\n  &:focus,\n  &.focus {\n    color: @btn-default-color;\n    text-decoration: none;\n  }\n\n  &:active,\n  &.active {\n    outline: 0;\n    background-image: none;\n    .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n  }\n\n  &.disabled,\n  &[disabled],\n  fieldset[disabled] & {\n    cursor: @cursor-disabled;\n    .opacity(.65);\n    .box-shadow(none);\n  }\n\n  a& {\n    &.disabled,\n    fieldset[disabled] & {\n      pointer-events: none; // Future-proof disabling of clicks on `<a>` elements\n    }\n  }\n}\n\n\n// Alternate buttons\n// --------------------------------------------------\n\n.btn-default {\n  .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border);\n}\n.btn-primary {\n  .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border);\n}\n// Success appears as green\n.btn-success {\n  .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border);\n}\n// Info appears as blue-green\n.btn-info {\n  .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border);\n}\n// Warning appears as orange\n.btn-warning {\n  .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border);\n}\n// Danger and error appear as red\n.btn-danger {\n  .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border);\n}\n\n\n// Link buttons\n// -------------------------\n\n// Make a button look and behave like a link\n.btn-link {\n  color: @link-color;\n  font-weight: normal;\n  border-radius: 0;\n\n  &,\n  &:active,\n  &.active,\n  &[disabled],\n  fieldset[disabled] & {\n    background-color: transparent;\n    .box-shadow(none);\n  }\n  &,\n  &:hover,\n  &:focus,\n  &:active {\n    border-color: transparent;\n  }\n  &:hover,\n  &:focus {\n    color: @link-hover-color;\n    text-decoration: @link-hover-decoration;\n    background-color: transparent;\n  }\n  &[disabled],\n  fieldset[disabled] & {\n    &:hover,\n    &:focus {\n      color: @btn-link-disabled-color;\n      text-decoration: none;\n    }\n  }\n}\n\n\n// Button Sizes\n// --------------------------------------------------\n\n.btn-lg {\n  // line-height: ensure even-numbered height of button next to large input\n  .button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @btn-border-radius-large);\n}\n.btn-sm {\n  // line-height: ensure proper height of button next to small input\n  .button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small);\n}\n.btn-xs {\n  .button-size(@padding-xs-vertical; @padding-xs-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small);\n}\n\n\n// Block button\n// --------------------------------------------------\n\n.btn-block {\n  display: block;\n  width: 100%;\n}\n\n// Vertically space out multiple block buttons\n.btn-block + .btn-block {\n  margin-top: 5px;\n}\n\n// Specificity overrides\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"] {\n  &.btn-block {\n    width: 100%;\n  }\n}\n","// Button variants\n//\n// Easily pump out default styles, as well as :hover, :focus, :active,\n// and disabled options for all buttons\n\n.button-variant(@color; @background; @border) {\n  color: @color;\n  background-color: @background;\n  border-color: @border;\n\n  &:focus,\n  &.focus {\n    color: @color;\n    background-color: darken(@background, 10%);\n        border-color: darken(@border, 25%);\n  }\n  &:hover {\n    color: @color;\n    background-color: darken(@background, 10%);\n        border-color: darken(@border, 12%);\n  }\n  &:active,\n  &.active,\n  .open > .dropdown-toggle& {\n    color: @color;\n    background-color: darken(@background, 10%);\n        border-color: darken(@border, 12%);\n\n    &:hover,\n    &:focus,\n    &.focus {\n      color: @color;\n      background-color: darken(@background, 17%);\n          border-color: darken(@border, 25%);\n    }\n  }\n  &:active,\n  &.active,\n  .open > .dropdown-toggle& {\n    background-image: none;\n  }\n  &.disabled,\n  &[disabled],\n  fieldset[disabled] & {\n    &:hover,\n    &:focus,\n    &.focus {\n      background-color: @background;\n          border-color: @border;\n    }\n  }\n\n  .badge {\n    color: @background;\n    background-color: @color;\n  }\n}\n\n// Button sizes\n.button-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n  padding: @padding-vertical @padding-horizontal;\n  font-size: @font-size;\n  line-height: @line-height;\n  border-radius: @border-radius;\n}\n","// Opacity\n\n.opacity(@opacity) {\n  opacity: @opacity;\n  // IE8 filter\n  @opacity-ie: (@opacity * 100);\n  filter: ~\"alpha(opacity=@{opacity-ie})\";\n}\n","//\n// Component animations\n// --------------------------------------------------\n\n// Heads up!\n//\n// We don't use the `.opacity()` mixin here since it causes a bug with text\n// fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552.\n\n.fade {\n  opacity: 0;\n  .transition(opacity .15s linear);\n  &.in {\n    opacity: 1;\n  }\n}\n\n.collapse {\n  display: none;\n\n  &.in      { display: block; }\n  tr&.in    { display: table-row; }\n  tbody&.in { display: table-row-group; }\n}\n\n.collapsing {\n  position: relative;\n  height: 0;\n  overflow: hidden;\n  .transition-property(~\"height, visibility\");\n  .transition-duration(.35s);\n  .transition-timing-function(ease);\n}\n","//\n// Dropdown menus\n// --------------------------------------------------\n\n\n// Dropdown arrow/caret\n.caret {\n  display: inline-block;\n  width: 0;\n  height: 0;\n  margin-left: 2px;\n  vertical-align: middle;\n  border-top:   @caret-width-base dashed;\n  border-top:   @caret-width-base solid ~\"\\9\"; // IE8\n  border-right: @caret-width-base solid transparent;\n  border-left:  @caret-width-base solid transparent;\n}\n\n// The dropdown wrapper (div)\n.dropup,\n.dropdown {\n  position: relative;\n}\n\n// Prevent the focus on the dropdown toggle when closing dropdowns\n.dropdown-toggle:focus {\n  outline: 0;\n}\n\n// The dropdown menu (ul)\n.dropdown-menu {\n  position: absolute;\n  top: 100%;\n  left: 0;\n  z-index: @zindex-dropdown;\n  display: none; // none by default, but block on \"open\" of the menu\n  float: left;\n  min-width: 160px;\n  padding: 5px 0;\n  margin: 2px 0 0; // override default ul\n  list-style: none;\n  font-size: @font-size-base;\n  text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)\n  background-color: @dropdown-bg;\n  border: 1px solid @dropdown-fallback-border; // IE8 fallback\n  border: 1px solid @dropdown-border;\n  border-radius: @border-radius-base;\n  .box-shadow(0 6px 12px rgba(0,0,0,.175));\n  background-clip: padding-box;\n\n  // Aligns the dropdown menu to right\n  //\n  // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`\n  &.pull-right {\n    right: 0;\n    left: auto;\n  }\n\n  // Dividers (basically an hr) within the dropdown\n  .divider {\n    .nav-divider(@dropdown-divider-bg);\n  }\n\n  // Links within the dropdown menu\n  > li > a {\n    display: block;\n    padding: 3px 20px;\n    clear: both;\n    font-weight: normal;\n    line-height: @line-height-base;\n    color: @dropdown-link-color;\n    white-space: nowrap; // prevent links from randomly breaking onto new lines\n  }\n}\n\n// Hover/Focus state\n.dropdown-menu > li > a {\n  &:hover,\n  &:focus {\n    text-decoration: none;\n    color: @dropdown-link-hover-color;\n    background-color: @dropdown-link-hover-bg;\n  }\n}\n\n// Active state\n.dropdown-menu > .active > a {\n  &,\n  &:hover,\n  &:focus {\n    color: @dropdown-link-active-color;\n    text-decoration: none;\n    outline: 0;\n    background-color: @dropdown-link-active-bg;\n  }\n}\n\n// Disabled state\n//\n// Gray out text and ensure the hover/focus state remains gray\n\n.dropdown-menu > .disabled > a {\n  &,\n  &:hover,\n  &:focus {\n    color: @dropdown-link-disabled-color;\n  }\n\n  // Nuke hover/focus effects\n  &:hover,\n  &:focus {\n    text-decoration: none;\n    background-color: transparent;\n    background-image: none; // Remove CSS gradient\n    .reset-filter();\n    cursor: @cursor-disabled;\n  }\n}\n\n// Open state for the dropdown\n.open {\n  // Show the menu\n  > .dropdown-menu {\n    display: block;\n  }\n\n  // Remove the outline when :focus is triggered\n  > a {\n    outline: 0;\n  }\n}\n\n// Menu positioning\n//\n// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown\n// menu with the parent.\n.dropdown-menu-right {\n  left: auto; // Reset the default from `.dropdown-menu`\n  right: 0;\n}\n// With v3, we enabled auto-flipping if you have a dropdown within a right\n// aligned nav component. To enable the undoing of that, we provide an override\n// to restore the default dropdown menu alignment.\n//\n// This is only for left-aligning a dropdown menu within a `.navbar-right` or\n// `.pull-right` nav component.\n.dropdown-menu-left {\n  left: 0;\n  right: auto;\n}\n\n// Dropdown section headers\n.dropdown-header {\n  display: block;\n  padding: 3px 20px;\n  font-size: @font-size-small;\n  line-height: @line-height-base;\n  color: @dropdown-header-color;\n  white-space: nowrap; // as with > li > a\n}\n\n// Backdrop to catch body clicks on mobile, etc.\n.dropdown-backdrop {\n  position: fixed;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  top: 0;\n  z-index: (@zindex-dropdown - 10);\n}\n\n// Right aligned dropdowns\n.pull-right > .dropdown-menu {\n  right: 0;\n  left: auto;\n}\n\n// Allow for dropdowns to go bottom up (aka, dropup-menu)\n//\n// Just add .dropup after the standard .dropdown class and you're set, bro.\n// TODO: abstract this so that the navbar fixed styles are not placed here?\n\n.dropup,\n.navbar-fixed-bottom .dropdown {\n  // Reverse the caret\n  .caret {\n    border-top: 0;\n    border-bottom: @caret-width-base dashed;\n    border-bottom: @caret-width-base solid ~\"\\9\"; // IE8\n    content: \"\";\n  }\n  // Different positioning for bottom up menu\n  .dropdown-menu {\n    top: auto;\n    bottom: 100%;\n    margin-bottom: 2px;\n  }\n}\n\n\n// Component alignment\n//\n// Reiterate per navbar.less and the modified component alignment there.\n\n@media (min-width: @grid-float-breakpoint) {\n  .navbar-right {\n    .dropdown-menu {\n      .dropdown-menu-right();\n    }\n    // Necessary for overrides of the default right aligned menu.\n    // Will remove come v4 in all likelihood.\n    .dropdown-menu-left {\n      .dropdown-menu-left();\n    }\n  }\n}\n","// Horizontal dividers\n//\n// Dividers (basically an hr) within dropdowns and nav lists\n\n.nav-divider(@color: #e5e5e5) {\n  height: 1px;\n  margin: ((@line-height-computed / 2) - 1) 0;\n  overflow: hidden;\n  background-color: @color;\n}\n","// Reset filters for IE\n//\n// When you need to remove a gradient background, do not forget to use this to reset\n// the IE filter for IE9 and below.\n\n.reset-filter() {\n  filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"));\n}\n","//\n// Button groups\n// --------------------------------------------------\n\n// Make the div behave like a button\n.btn-group,\n.btn-group-vertical {\n  position: relative;\n  display: inline-block;\n  vertical-align: middle; // match .btn alignment given font-size hack above\n  > .btn {\n    position: relative;\n    float: left;\n    // Bring the \"active\" button to the front\n    &:hover,\n    &:focus,\n    &:active,\n    &.active {\n      z-index: 2;\n    }\n  }\n}\n\n// Prevent double borders when buttons are next to each other\n.btn-group {\n  .btn + .btn,\n  .btn + .btn-group,\n  .btn-group + .btn,\n  .btn-group + .btn-group {\n    margin-left: -1px;\n  }\n}\n\n// Optional: Group multiple button groups together for a toolbar\n.btn-toolbar {\n  margin-left: -5px; // Offset the first child's margin\n  &:extend(.clearfix all);\n\n  .btn,\n  .btn-group,\n  .input-group {\n    float: left;\n  }\n  > .btn,\n  > .btn-group,\n  > .input-group {\n    margin-left: 5px;\n  }\n}\n\n.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {\n  border-radius: 0;\n}\n\n// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match\n.btn-group > .btn:first-child {\n  margin-left: 0;\n  &:not(:last-child):not(.dropdown-toggle) {\n    .border-right-radius(0);\n  }\n}\n// Need .dropdown-toggle since :last-child doesn't apply, given that a .dropdown-menu is used immediately after it\n.btn-group > .btn:last-child:not(:first-child),\n.btn-group > .dropdown-toggle:not(:first-child) {\n  .border-left-radius(0);\n}\n\n// Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group)\n.btn-group > .btn-group {\n  float: left;\n}\n.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {\n  border-radius: 0;\n}\n.btn-group > .btn-group:first-child:not(:last-child) {\n  > .btn:last-child,\n  > .dropdown-toggle {\n    .border-right-radius(0);\n  }\n}\n.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {\n  .border-left-radius(0);\n}\n\n// On active and open, don't show outline\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n  outline: 0;\n}\n\n\n// Sizing\n//\n// Remix the default button sizing classes into new ones for easier manipulation.\n\n.btn-group-xs > .btn { &:extend(.btn-xs); }\n.btn-group-sm > .btn { &:extend(.btn-sm); }\n.btn-group-lg > .btn { &:extend(.btn-lg); }\n\n\n// Split button dropdowns\n// ----------------------\n\n// Give the line between buttons some depth\n.btn-group > .btn + .dropdown-toggle {\n  padding-left: 8px;\n  padding-right: 8px;\n}\n.btn-group > .btn-lg + .dropdown-toggle {\n  padding-left: 12px;\n  padding-right: 12px;\n}\n\n// The clickable button for toggling the menu\n// Remove the gradient and set the same inset shadow as the :active state\n.btn-group.open .dropdown-toggle {\n  .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n\n  // Show no shadow for `.btn-link` since it has no other button styles.\n  &.btn-link {\n    .box-shadow(none);\n  }\n}\n\n\n// Reposition the caret\n.btn .caret {\n  margin-left: 0;\n}\n// Carets in other button sizes\n.btn-lg .caret {\n  border-width: @caret-width-large @caret-width-large 0;\n  border-bottom-width: 0;\n}\n// Upside down carets for .dropup\n.dropup .btn-lg .caret {\n  border-width: 0 @caret-width-large @caret-width-large;\n}\n\n\n// Vertical button groups\n// ----------------------\n\n.btn-group-vertical {\n  > .btn,\n  > .btn-group,\n  > .btn-group > .btn {\n    display: block;\n    float: none;\n    width: 100%;\n    max-width: 100%;\n  }\n\n  // Clear floats so dropdown menus can be properly placed\n  > .btn-group {\n    &:extend(.clearfix all);\n    > .btn {\n      float: none;\n    }\n  }\n\n  > .btn + .btn,\n  > .btn + .btn-group,\n  > .btn-group + .btn,\n  > .btn-group + .btn-group {\n    margin-top: -1px;\n    margin-left: 0;\n  }\n}\n\n.btn-group-vertical > .btn {\n  &:not(:first-child):not(:last-child) {\n    border-radius: 0;\n  }\n  &:first-child:not(:last-child) {\n    .border-top-radius(@btn-border-radius-base);\n    .border-bottom-radius(0);\n  }\n  &:last-child:not(:first-child) {\n    .border-top-radius(0);\n    .border-bottom-radius(@btn-border-radius-base);\n  }\n}\n.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {\n  border-radius: 0;\n}\n.btn-group-vertical > .btn-group:first-child:not(:last-child) {\n  > .btn:last-child,\n  > .dropdown-toggle {\n    .border-bottom-radius(0);\n  }\n}\n.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {\n  .border-top-radius(0);\n}\n\n\n// Justified button groups\n// ----------------------\n\n.btn-group-justified {\n  display: table;\n  width: 100%;\n  table-layout: fixed;\n  border-collapse: separate;\n  > .btn,\n  > .btn-group {\n    float: none;\n    display: table-cell;\n    width: 1%;\n  }\n  > .btn-group .btn {\n    width: 100%;\n  }\n\n  > .btn-group .dropdown-menu {\n    left: auto;\n  }\n}\n\n\n// Checkbox and radio options\n//\n// In order to support the browser's form validation feedback, powered by the\n// `required` attribute, we have to \"hide\" the inputs via `clip`. We cannot use\n// `display: none;` or `visibility: hidden;` as that also hides the popover.\n// Simply visually hiding the inputs via `opacity` would leave them clickable in\n// certain cases which is prevented by using `clip` and `pointer-events`.\n// This way, we ensure a DOM element is visible to position the popover from.\n//\n// See https://github.com/twbs/bootstrap/pull/12794 and\n// https://github.com/twbs/bootstrap/pull/14559 for more information.\n\n[data-toggle=\"buttons\"] {\n  > .btn,\n  > .btn-group > .btn {\n    input[type=\"radio\"],\n    input[type=\"checkbox\"] {\n      position: absolute;\n      clip: rect(0,0,0,0);\n      pointer-events: none;\n    }\n  }\n}\n","// Single side border-radius\n\n.border-top-radius(@radius) {\n  border-top-right-radius: @radius;\n   border-top-left-radius: @radius;\n}\n.border-right-radius(@radius) {\n  border-bottom-right-radius: @radius;\n     border-top-right-radius: @radius;\n}\n.border-bottom-radius(@radius) {\n  border-bottom-right-radius: @radius;\n   border-bottom-left-radius: @radius;\n}\n.border-left-radius(@radius) {\n  border-bottom-left-radius: @radius;\n     border-top-left-radius: @radius;\n}\n","//\n// Input groups\n// --------------------------------------------------\n\n// Base styles\n// -------------------------\n.input-group {\n  position: relative; // For dropdowns\n  display: table;\n  border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table\n\n  // Undo padding and float of grid classes\n  &[class*=\"col-\"] {\n    float: none;\n    padding-left: 0;\n    padding-right: 0;\n  }\n\n  .form-control {\n    // Ensure that the input is always above the *appended* addon button for\n    // proper border colors.\n    position: relative;\n    z-index: 2;\n\n    // IE9 fubars the placeholder attribute in text inputs and the arrows on\n    // select elements in input groups. To fix it, we float the input. Details:\n    // https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855\n    float: left;\n\n    width: 100%;\n    margin-bottom: 0;\n\n    &:focus {\n      z-index: 3;\n    }\n  }\n}\n\n// Sizing options\n//\n// Remix the default form control sizing classes into new ones for easier\n// manipulation.\n\n.input-group-lg > .form-control,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .btn {\n  .input-lg();\n}\n.input-group-sm > .form-control,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .btn {\n  .input-sm();\n}\n\n\n// Display as table-cell\n// -------------------------\n.input-group-addon,\n.input-group-btn,\n.input-group .form-control {\n  display: table-cell;\n\n  &:not(:first-child):not(:last-child) {\n    border-radius: 0;\n  }\n}\n// Addon and addon wrapper for buttons\n.input-group-addon,\n.input-group-btn {\n  width: 1%;\n  white-space: nowrap;\n  vertical-align: middle; // Match the inputs\n}\n\n// Text input groups\n// -------------------------\n.input-group-addon {\n  padding: @padding-base-vertical @padding-base-horizontal;\n  font-size: @font-size-base;\n  font-weight: normal;\n  line-height: 1;\n  color: @input-color;\n  text-align: center;\n  background-color: @input-group-addon-bg;\n  border: 1px solid @input-group-addon-border-color;\n  border-radius: @input-border-radius;\n\n  // Sizing\n  &.input-sm {\n    padding: @padding-small-vertical @padding-small-horizontal;\n    font-size: @font-size-small;\n    border-radius: @input-border-radius-small;\n  }\n  &.input-lg {\n    padding: @padding-large-vertical @padding-large-horizontal;\n    font-size: @font-size-large;\n    border-radius: @input-border-radius-large;\n  }\n\n  // Nuke default margins from checkboxes and radios to vertically center within.\n  input[type=\"radio\"],\n  input[type=\"checkbox\"] {\n    margin-top: 0;\n  }\n}\n\n// Reset rounded corners\n.input-group .form-control:first-child,\n.input-group-addon:first-child,\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group > .btn,\n.input-group-btn:first-child > .dropdown-toggle,\n.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {\n  .border-right-radius(0);\n}\n.input-group-addon:first-child {\n  border-right: 0;\n}\n.input-group .form-control:last-child,\n.input-group-addon:last-child,\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group > .btn,\n.input-group-btn:last-child > .dropdown-toggle,\n.input-group-btn:first-child > .btn:not(:first-child),\n.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {\n  .border-left-radius(0);\n}\n.input-group-addon:last-child {\n  border-left: 0;\n}\n\n// Button input groups\n// -------------------------\n.input-group-btn {\n  position: relative;\n  // Jankily prevent input button groups from wrapping with `white-space` and\n  // `font-size` in combination with `inline-block` on buttons.\n  font-size: 0;\n  white-space: nowrap;\n\n  // Negative margin for spacing, position for bringing hovered/focused/actived\n  // element above the siblings.\n  > .btn {\n    position: relative;\n    + .btn {\n      margin-left: -1px;\n    }\n    // Bring the \"active\" button to the front\n    &:hover,\n    &:focus,\n    &:active {\n      z-index: 2;\n    }\n  }\n\n  // Negative margin to only have a 1px border between the two\n  &:first-child {\n    > .btn,\n    > .btn-group {\n      margin-right: -1px;\n    }\n  }\n  &:last-child {\n    > .btn,\n    > .btn-group {\n      z-index: 2;\n      margin-left: -1px;\n    }\n  }\n}\n","//\n// Navs\n// --------------------------------------------------\n\n\n// Base class\n// --------------------------------------------------\n\n.nav {\n  margin-bottom: 0;\n  padding-left: 0; // Override default ul/ol\n  list-style: none;\n  &:extend(.clearfix all);\n\n  > li {\n    position: relative;\n    display: block;\n\n    > a {\n      position: relative;\n      display: block;\n      padding: @nav-link-padding;\n      &:hover,\n      &:focus {\n        text-decoration: none;\n        background-color: @nav-link-hover-bg;\n      }\n    }\n\n    // Disabled state sets text to gray and nukes hover/tab effects\n    &.disabled > a {\n      color: @nav-disabled-link-color;\n\n      &:hover,\n      &:focus {\n        color: @nav-disabled-link-hover-color;\n        text-decoration: none;\n        background-color: transparent;\n        cursor: @cursor-disabled;\n      }\n    }\n  }\n\n  // Open dropdowns\n  .open > a {\n    &,\n    &:hover,\n    &:focus {\n      background-color: @nav-link-hover-bg;\n      border-color: @link-color;\n    }\n  }\n\n  // Nav dividers (deprecated with v3.0.1)\n  //\n  // This should have been removed in v3 with the dropping of `.nav-list`, but\n  // we missed it. We don't currently support this anywhere, but in the interest\n  // of maintaining backward compatibility in case you use it, it's deprecated.\n  .nav-divider {\n    .nav-divider();\n  }\n\n  // Prevent IE8 from misplacing imgs\n  //\n  // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989\n  > li > a > img {\n    max-width: none;\n  }\n}\n\n\n// Tabs\n// -------------------------\n\n// Give the tabs something to sit on\n.nav-tabs {\n  border-bottom: 1px solid @nav-tabs-border-color;\n  > li {\n    float: left;\n    // Make the list-items overlay the bottom border\n    margin-bottom: -1px;\n\n    // Actual tabs (as links)\n    > a {\n      margin-right: 2px;\n      line-height: @line-height-base;\n      border: 1px solid transparent;\n      border-radius: @border-radius-base @border-radius-base 0 0;\n      &:hover {\n        border-color: @nav-tabs-link-hover-border-color @nav-tabs-link-hover-border-color @nav-tabs-border-color;\n      }\n    }\n\n    // Active state, and its :hover to override normal :hover\n    &.active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @nav-tabs-active-link-hover-color;\n        background-color: @nav-tabs-active-link-hover-bg;\n        border: 1px solid @nav-tabs-active-link-hover-border-color;\n        border-bottom-color: transparent;\n        cursor: default;\n      }\n    }\n  }\n  // pulling this in mainly for less shorthand\n  &.nav-justified {\n    .nav-justified();\n    .nav-tabs-justified();\n  }\n}\n\n\n// Pills\n// -------------------------\n.nav-pills {\n  > li {\n    float: left;\n\n    // Links rendered as pills\n    > a {\n      border-radius: @nav-pills-border-radius;\n    }\n    + li {\n      margin-left: 2px;\n    }\n\n    // Active state\n    &.active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @nav-pills-active-link-hover-color;\n        background-color: @nav-pills-active-link-hover-bg;\n      }\n    }\n  }\n}\n\n\n// Stacked pills\n.nav-stacked {\n  > li {\n    float: none;\n    + li {\n      margin-top: 2px;\n      margin-left: 0; // no need for this gap between nav items\n    }\n  }\n}\n\n\n// Nav variations\n// --------------------------------------------------\n\n// Justified nav links\n// -------------------------\n\n.nav-justified {\n  width: 100%;\n\n  > li {\n    float: none;\n    > a {\n      text-align: center;\n      margin-bottom: 5px;\n    }\n  }\n\n  > .dropdown .dropdown-menu {\n    top: auto;\n    left: auto;\n  }\n\n  @media (min-width: @screen-sm-min) {\n    > li {\n      display: table-cell;\n      width: 1%;\n      > a {\n        margin-bottom: 0;\n      }\n    }\n  }\n}\n\n// Move borders to anchors instead of bottom of list\n//\n// Mixin for adding on top the shared `.nav-justified` styles for our tabs\n.nav-tabs-justified {\n  border-bottom: 0;\n\n  > li > a {\n    // Override margin from .nav-tabs\n    margin-right: 0;\n    border-radius: @border-radius-base;\n  }\n\n  > .active > a,\n  > .active > a:hover,\n  > .active > a:focus {\n    border: 1px solid @nav-tabs-justified-link-border-color;\n  }\n\n  @media (min-width: @screen-sm-min) {\n    > li > a {\n      border-bottom: 1px solid @nav-tabs-justified-link-border-color;\n      border-radius: @border-radius-base @border-radius-base 0 0;\n    }\n    > .active > a,\n    > .active > a:hover,\n    > .active > a:focus {\n      border-bottom-color: @nav-tabs-justified-active-link-border-color;\n    }\n  }\n}\n\n\n// Tabbable tabs\n// -------------------------\n\n// Hide tabbable panes to start, show them when `.active`\n.tab-content {\n  > .tab-pane {\n    display: none;\n  }\n  > .active {\n    display: block;\n  }\n}\n\n\n// Dropdowns\n// -------------------------\n\n// Specific dropdowns\n.nav-tabs .dropdown-menu {\n  // make dropdown border overlap tab border\n  margin-top: -1px;\n  // Remove the top rounded corners here since there is a hard edge above the menu\n  .border-top-radius(0);\n}\n","//\n// Navbars\n// --------------------------------------------------\n\n\n// Wrapper and base class\n//\n// Provide a static navbar from which we expand to create full-width, fixed, and\n// other navbar variations.\n\n.navbar {\n  position: relative;\n  min-height: @navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)\n  margin-bottom: @navbar-margin-bottom;\n  border: 1px solid transparent;\n\n  // Prevent floats from breaking the navbar\n  &:extend(.clearfix all);\n\n  @media (min-width: @grid-float-breakpoint) {\n    border-radius: @navbar-border-radius;\n  }\n}\n\n\n// Navbar heading\n//\n// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy\n// styling of responsive aspects.\n\n.navbar-header {\n  &:extend(.clearfix all);\n\n  @media (min-width: @grid-float-breakpoint) {\n    float: left;\n  }\n}\n\n\n// Navbar collapse (body)\n//\n// Group your navbar content into this for easy collapsing and expanding across\n// various device sizes. By default, this content is collapsed when <768px, but\n// will expand past that for a horizontal display.\n//\n// To start (on mobile devices) the navbar links, forms, and buttons are stacked\n// vertically and include a `max-height` to overflow in case you have too much\n// content for the user's viewport.\n\n.navbar-collapse {\n  overflow-x: visible;\n  padding-right: @navbar-padding-horizontal;\n  padding-left:  @navbar-padding-horizontal;\n  border-top: 1px solid transparent;\n  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);\n  &:extend(.clearfix all);\n  -webkit-overflow-scrolling: touch;\n\n  &.in {\n    overflow-y: auto;\n  }\n\n  @media (min-width: @grid-float-breakpoint) {\n    width: auto;\n    border-top: 0;\n    box-shadow: none;\n\n    &.collapse {\n      display: block !important;\n      height: auto !important;\n      padding-bottom: 0; // Override default setting\n      overflow: visible !important;\n    }\n\n    &.in {\n      overflow-y: visible;\n    }\n\n    // Undo the collapse side padding for navbars with containers to ensure\n    // alignment of right-aligned contents.\n    .navbar-fixed-top &,\n    .navbar-static-top &,\n    .navbar-fixed-bottom & {\n      padding-left: 0;\n      padding-right: 0;\n    }\n  }\n}\n\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n  .navbar-collapse {\n    max-height: @navbar-collapse-max-height;\n\n    @media (max-device-width: @screen-xs-min) and (orientation: landscape) {\n      max-height: 200px;\n    }\n  }\n}\n\n\n// Both navbar header and collapse\n//\n// When a container is present, change the behavior of the header and collapse.\n\n.container,\n.container-fluid {\n  > .navbar-header,\n  > .navbar-collapse {\n    margin-right: -@navbar-padding-horizontal;\n    margin-left:  -@navbar-padding-horizontal;\n\n    @media (min-width: @grid-float-breakpoint) {\n      margin-right: 0;\n      margin-left:  0;\n    }\n  }\n}\n\n\n//\n// Navbar alignment options\n//\n// Display the navbar across the entirety of the page or fixed it to the top or\n// bottom of the page.\n\n// Static top (unfixed, but 100% wide) navbar\n.navbar-static-top {\n  z-index: @zindex-navbar;\n  border-width: 0 0 1px;\n\n  @media (min-width: @grid-float-breakpoint) {\n    border-radius: 0;\n  }\n}\n\n// Fix the top/bottom navbars when screen real estate supports it\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n  position: fixed;\n  right: 0;\n  left: 0;\n  z-index: @zindex-navbar-fixed;\n\n  // Undo the rounded corners\n  @media (min-width: @grid-float-breakpoint) {\n    border-radius: 0;\n  }\n}\n.navbar-fixed-top {\n  top: 0;\n  border-width: 0 0 1px;\n}\n.navbar-fixed-bottom {\n  bottom: 0;\n  margin-bottom: 0; // override .navbar defaults\n  border-width: 1px 0 0;\n}\n\n\n// Brand/project name\n\n.navbar-brand {\n  float: left;\n  padding: @navbar-padding-vertical @navbar-padding-horizontal;\n  font-size: @font-size-large;\n  line-height: @line-height-computed;\n  height: @navbar-height;\n\n  &:hover,\n  &:focus {\n    text-decoration: none;\n  }\n\n  > img {\n    display: block;\n  }\n\n  @media (min-width: @grid-float-breakpoint) {\n    .navbar > .container &,\n    .navbar > .container-fluid & {\n      margin-left: -@navbar-padding-horizontal;\n    }\n  }\n}\n\n\n// Navbar toggle\n//\n// Custom button for toggling the `.navbar-collapse`, powered by the collapse\n// JavaScript plugin.\n\n.navbar-toggle {\n  position: relative;\n  float: right;\n  margin-right: @navbar-padding-horizontal;\n  padding: 9px 10px;\n  .navbar-vertical-align(34px);\n  background-color: transparent;\n  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n  border: 1px solid transparent;\n  border-radius: @border-radius-base;\n\n  // We remove the `outline` here, but later compensate by attaching `:hover`\n  // styles to `:focus`.\n  &:focus {\n    outline: 0;\n  }\n\n  // Bars\n  .icon-bar {\n    display: block;\n    width: 22px;\n    height: 2px;\n    border-radius: 1px;\n  }\n  .icon-bar + .icon-bar {\n    margin-top: 4px;\n  }\n\n  @media (min-width: @grid-float-breakpoint) {\n    display: none;\n  }\n}\n\n\n// Navbar nav links\n//\n// Builds on top of the `.nav` components with its own modifier class to make\n// the nav the full height of the horizontal nav (above 768px).\n\n.navbar-nav {\n  margin: (@navbar-padding-vertical / 2) -@navbar-padding-horizontal;\n\n  > li > a {\n    padding-top:    10px;\n    padding-bottom: 10px;\n    line-height: @line-height-computed;\n  }\n\n  @media (max-width: @grid-float-breakpoint-max) {\n    // Dropdowns get custom display when collapsed\n    .open .dropdown-menu {\n      position: static;\n      float: none;\n      width: auto;\n      margin-top: 0;\n      background-color: transparent;\n      border: 0;\n      box-shadow: none;\n      > li > a,\n      .dropdown-header {\n        padding: 5px 15px 5px 25px;\n      }\n      > li > a {\n        line-height: @line-height-computed;\n        &:hover,\n        &:focus {\n          background-image: none;\n        }\n      }\n    }\n  }\n\n  // Uncollapse the nav\n  @media (min-width: @grid-float-breakpoint) {\n    float: left;\n    margin: 0;\n\n    > li {\n      float: left;\n      > a {\n        padding-top:    @navbar-padding-vertical;\n        padding-bottom: @navbar-padding-vertical;\n      }\n    }\n  }\n}\n\n\n// Navbar form\n//\n// Extension of the `.form-inline` with some extra flavor for optimum display in\n// our navbars.\n\n.navbar-form {\n  margin-left: -@navbar-padding-horizontal;\n  margin-right: -@navbar-padding-horizontal;\n  padding: 10px @navbar-padding-horizontal;\n  border-top: 1px solid transparent;\n  border-bottom: 1px solid transparent;\n  @shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);\n  .box-shadow(@shadow);\n\n  // Mixin behavior for optimum display\n  .form-inline();\n\n  .form-group {\n    @media (max-width: @grid-float-breakpoint-max) {\n      margin-bottom: 5px;\n\n      &:last-child {\n        margin-bottom: 0;\n      }\n    }\n  }\n\n  // Vertically center in expanded, horizontal navbar\n  .navbar-vertical-align(@input-height-base);\n\n  // Undo 100% width for pull classes\n  @media (min-width: @grid-float-breakpoint) {\n    width: auto;\n    border: 0;\n    margin-left: 0;\n    margin-right: 0;\n    padding-top: 0;\n    padding-bottom: 0;\n    .box-shadow(none);\n  }\n}\n\n\n// Dropdown menus\n\n// Menu position and menu carets\n.navbar-nav > li > .dropdown-menu {\n  margin-top: 0;\n  .border-top-radius(0);\n}\n// Menu position and menu caret support for dropups via extra dropup class\n.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n  margin-bottom: 0;\n  .border-top-radius(@navbar-border-radius);\n  .border-bottom-radius(0);\n}\n\n\n// Buttons in navbars\n//\n// Vertically center a button within a navbar (when *not* in a form).\n\n.navbar-btn {\n  .navbar-vertical-align(@input-height-base);\n\n  &.btn-sm {\n    .navbar-vertical-align(@input-height-small);\n  }\n  &.btn-xs {\n    .navbar-vertical-align(22);\n  }\n}\n\n\n// Text in navbars\n//\n// Add a class to make any element properly align itself vertically within the navbars.\n\n.navbar-text {\n  .navbar-vertical-align(@line-height-computed);\n\n  @media (min-width: @grid-float-breakpoint) {\n    float: left;\n    margin-left: @navbar-padding-horizontal;\n    margin-right: @navbar-padding-horizontal;\n  }\n}\n\n\n// Component alignment\n//\n// Repurpose the pull utilities as their own navbar utilities to avoid specificity\n// issues with parents and chaining. Only do this when the navbar is uncollapsed\n// though so that navbar contents properly stack and align in mobile.\n//\n// Declared after the navbar components to ensure more specificity on the margins.\n\n@media (min-width: @grid-float-breakpoint) {\n  .navbar-left  { .pull-left(); }\n  .navbar-right {\n    .pull-right();\n    margin-right: -@navbar-padding-horizontal;\n\n    ~ .navbar-right {\n      margin-right: 0;\n    }\n  }\n}\n\n\n// Alternate navbars\n// --------------------------------------------------\n\n// Default navbar\n.navbar-default {\n  background-color: @navbar-default-bg;\n  border-color: @navbar-default-border;\n\n  .navbar-brand {\n    color: @navbar-default-brand-color;\n    &:hover,\n    &:focus {\n      color: @navbar-default-brand-hover-color;\n      background-color: @navbar-default-brand-hover-bg;\n    }\n  }\n\n  .navbar-text {\n    color: @navbar-default-color;\n  }\n\n  .navbar-nav {\n    > li > a {\n      color: @navbar-default-link-color;\n\n      &:hover,\n      &:focus {\n        color: @navbar-default-link-hover-color;\n        background-color: @navbar-default-link-hover-bg;\n      }\n    }\n    > .active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-default-link-active-color;\n        background-color: @navbar-default-link-active-bg;\n      }\n    }\n    > .disabled > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-default-link-disabled-color;\n        background-color: @navbar-default-link-disabled-bg;\n      }\n    }\n  }\n\n  .navbar-toggle {\n    border-color: @navbar-default-toggle-border-color;\n    &:hover,\n    &:focus {\n      background-color: @navbar-default-toggle-hover-bg;\n    }\n    .icon-bar {\n      background-color: @navbar-default-toggle-icon-bar-bg;\n    }\n  }\n\n  .navbar-collapse,\n  .navbar-form {\n    border-color: @navbar-default-border;\n  }\n\n  // Dropdown menu items\n  .navbar-nav {\n    // Remove background color from open dropdown\n    > .open > a {\n      &,\n      &:hover,\n      &:focus {\n        background-color: @navbar-default-link-active-bg;\n        color: @navbar-default-link-active-color;\n      }\n    }\n\n    @media (max-width: @grid-float-breakpoint-max) {\n      // Dropdowns get custom display when collapsed\n      .open .dropdown-menu {\n        > li > a {\n          color: @navbar-default-link-color;\n          &:hover,\n          &:focus {\n            color: @navbar-default-link-hover-color;\n            background-color: @navbar-default-link-hover-bg;\n          }\n        }\n        > .active > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-default-link-active-color;\n            background-color: @navbar-default-link-active-bg;\n          }\n        }\n        > .disabled > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-default-link-disabled-color;\n            background-color: @navbar-default-link-disabled-bg;\n          }\n        }\n      }\n    }\n  }\n\n\n  // Links in navbars\n  //\n  // Add a class to ensure links outside the navbar nav are colored correctly.\n\n  .navbar-link {\n    color: @navbar-default-link-color;\n    &:hover {\n      color: @navbar-default-link-hover-color;\n    }\n  }\n\n  .btn-link {\n    color: @navbar-default-link-color;\n    &:hover,\n    &:focus {\n      color: @navbar-default-link-hover-color;\n    }\n    &[disabled],\n    fieldset[disabled] & {\n      &:hover,\n      &:focus {\n        color: @navbar-default-link-disabled-color;\n      }\n    }\n  }\n}\n\n// Inverse navbar\n\n.navbar-inverse {\n  background-color: @navbar-inverse-bg;\n  border-color: @navbar-inverse-border;\n\n  .navbar-brand {\n    color: @navbar-inverse-brand-color;\n    &:hover,\n    &:focus {\n      color: @navbar-inverse-brand-hover-color;\n      background-color: @navbar-inverse-brand-hover-bg;\n    }\n  }\n\n  .navbar-text {\n    color: @navbar-inverse-color;\n  }\n\n  .navbar-nav {\n    > li > a {\n      color: @navbar-inverse-link-color;\n\n      &:hover,\n      &:focus {\n        color: @navbar-inverse-link-hover-color;\n        background-color: @navbar-inverse-link-hover-bg;\n      }\n    }\n    > .active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-inverse-link-active-color;\n        background-color: @navbar-inverse-link-active-bg;\n      }\n    }\n    > .disabled > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-inverse-link-disabled-color;\n        background-color: @navbar-inverse-link-disabled-bg;\n      }\n    }\n  }\n\n  // Darken the responsive nav toggle\n  .navbar-toggle {\n    border-color: @navbar-inverse-toggle-border-color;\n    &:hover,\n    &:focus {\n      background-color: @navbar-inverse-toggle-hover-bg;\n    }\n    .icon-bar {\n      background-color: @navbar-inverse-toggle-icon-bar-bg;\n    }\n  }\n\n  .navbar-collapse,\n  .navbar-form {\n    border-color: darken(@navbar-inverse-bg, 7%);\n  }\n\n  // Dropdowns\n  .navbar-nav {\n    > .open > a {\n      &,\n      &:hover,\n      &:focus {\n        background-color: @navbar-inverse-link-active-bg;\n        color: @navbar-inverse-link-active-color;\n      }\n    }\n\n    @media (max-width: @grid-float-breakpoint-max) {\n      // Dropdowns get custom display\n      .open .dropdown-menu {\n        > .dropdown-header {\n          border-color: @navbar-inverse-border;\n        }\n        .divider {\n          background-color: @navbar-inverse-border;\n        }\n        > li > a {\n          color: @navbar-inverse-link-color;\n          &:hover,\n          &:focus {\n            color: @navbar-inverse-link-hover-color;\n            background-color: @navbar-inverse-link-hover-bg;\n          }\n        }\n        > .active > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-inverse-link-active-color;\n            background-color: @navbar-inverse-link-active-bg;\n          }\n        }\n        > .disabled > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-inverse-link-disabled-color;\n            background-color: @navbar-inverse-link-disabled-bg;\n          }\n        }\n      }\n    }\n  }\n\n  .navbar-link {\n    color: @navbar-inverse-link-color;\n    &:hover {\n      color: @navbar-inverse-link-hover-color;\n    }\n  }\n\n  .btn-link {\n    color: @navbar-inverse-link-color;\n    &:hover,\n    &:focus {\n      color: @navbar-inverse-link-hover-color;\n    }\n    &[disabled],\n    fieldset[disabled] & {\n      &:hover,\n      &:focus {\n        color: @navbar-inverse-link-disabled-color;\n      }\n    }\n  }\n}\n","// Navbar vertical align\n//\n// Vertically center elements in the navbar.\n// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin.\n\n.navbar-vertical-align(@element-height) {\n  margin-top: ((@navbar-height - @element-height) / 2);\n  margin-bottom: ((@navbar-height - @element-height) / 2);\n}\n","//\n// Utility classes\n// --------------------------------------------------\n\n\n// Floats\n// -------------------------\n\n.clearfix {\n  .clearfix();\n}\n.center-block {\n  .center-block();\n}\n.pull-right {\n  float: right !important;\n}\n.pull-left {\n  float: left !important;\n}\n\n\n// Toggling content\n// -------------------------\n\n// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1\n.hide {\n  display: none !important;\n}\n.show {\n  display: block !important;\n}\n.invisible {\n  visibility: hidden;\n}\n.text-hide {\n  .text-hide();\n}\n\n\n// Hide from screenreaders and browsers\n//\n// Credit: HTML5 Boilerplate\n\n.hidden {\n  display: none !important;\n}\n\n\n// For Affix plugin\n// -------------------------\n\n.affix {\n  position: fixed;\n}\n","//\n// Breadcrumbs\n// --------------------------------------------------\n\n\n.breadcrumb {\n  padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal;\n  margin-bottom: @line-height-computed;\n  list-style: none;\n  background-color: @breadcrumb-bg;\n  border-radius: @border-radius-base;\n\n  > li {\n    display: inline-block;\n\n    + li:before {\n      content: \"@{breadcrumb-separator}\\00a0\"; // Unicode space added since inline-block means non-collapsing white-space\n      padding: 0 5px;\n      color: @breadcrumb-color;\n    }\n  }\n\n  > .active {\n    color: @breadcrumb-active-color;\n  }\n}\n","//\n// Pagination (multiple pages)\n// --------------------------------------------------\n.pagination {\n  display: inline-block;\n  padding-left: 0;\n  margin: @line-height-computed 0;\n  border-radius: @border-radius-base;\n\n  > li {\n    display: inline; // Remove list-style and block-level defaults\n    > a,\n    > span {\n      position: relative;\n      float: left; // Collapse white-space\n      padding: @padding-base-vertical @padding-base-horizontal;\n      line-height: @line-height-base;\n      text-decoration: none;\n      color: @pagination-color;\n      background-color: @pagination-bg;\n      border: 1px solid @pagination-border;\n      margin-left: -1px;\n    }\n    &:first-child {\n      > a,\n      > span {\n        margin-left: 0;\n        .border-left-radius(@border-radius-base);\n      }\n    }\n    &:last-child {\n      > a,\n      > span {\n        .border-right-radius(@border-radius-base);\n      }\n    }\n  }\n\n  > li > a,\n  > li > span {\n    &:hover,\n    &:focus {\n      z-index: 2;\n      color: @pagination-hover-color;\n      background-color: @pagination-hover-bg;\n      border-color: @pagination-hover-border;\n    }\n  }\n\n  > .active > a,\n  > .active > span {\n    &,\n    &:hover,\n    &:focus {\n      z-index: 3;\n      color: @pagination-active-color;\n      background-color: @pagination-active-bg;\n      border-color: @pagination-active-border;\n      cursor: default;\n    }\n  }\n\n  > .disabled {\n    > span,\n    > span:hover,\n    > span:focus,\n    > a,\n    > a:hover,\n    > a:focus {\n      color: @pagination-disabled-color;\n      background-color: @pagination-disabled-bg;\n      border-color: @pagination-disabled-border;\n      cursor: @cursor-disabled;\n    }\n  }\n}\n\n// Sizing\n// --------------------------------------------------\n\n// Large\n.pagination-lg {\n  .pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large);\n}\n\n// Small\n.pagination-sm {\n  .pagination-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);\n}\n","// Pagination\n\n.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n  > li {\n    > a,\n    > span {\n      padding: @padding-vertical @padding-horizontal;\n      font-size: @font-size;\n      line-height: @line-height;\n    }\n    &:first-child {\n      > a,\n      > span {\n        .border-left-radius(@border-radius);\n      }\n    }\n    &:last-child {\n      > a,\n      > span {\n        .border-right-radius(@border-radius);\n      }\n    }\n  }\n}\n","//\n// Pager pagination\n// --------------------------------------------------\n\n\n.pager {\n  padding-left: 0;\n  margin: @line-height-computed 0;\n  list-style: none;\n  text-align: center;\n  &:extend(.clearfix all);\n  li {\n    display: inline;\n    > a,\n    > span {\n      display: inline-block;\n      padding: 5px 14px;\n      background-color: @pager-bg;\n      border: 1px solid @pager-border;\n      border-radius: @pager-border-radius;\n    }\n\n    > a:hover,\n    > a:focus {\n      text-decoration: none;\n      background-color: @pager-hover-bg;\n    }\n  }\n\n  .next {\n    > a,\n    > span {\n      float: right;\n    }\n  }\n\n  .previous {\n    > a,\n    > span {\n      float: left;\n    }\n  }\n\n  .disabled {\n    > a,\n    > a:hover,\n    > a:focus,\n    > span {\n      color: @pager-disabled-color;\n      background-color: @pager-bg;\n      cursor: @cursor-disabled;\n    }\n  }\n}\n","//\n// Labels\n// --------------------------------------------------\n\n.label {\n  display: inline;\n  padding: .2em .6em .3em;\n  font-size: 75%;\n  font-weight: bold;\n  line-height: 1;\n  color: @label-color;\n  text-align: center;\n  white-space: nowrap;\n  vertical-align: baseline;\n  border-radius: .25em;\n\n  // Add hover effects, but only for links\n  a& {\n    &:hover,\n    &:focus {\n      color: @label-link-hover-color;\n      text-decoration: none;\n      cursor: pointer;\n    }\n  }\n\n  // Empty labels collapse automatically (not available in IE8)\n  &:empty {\n    display: none;\n  }\n\n  // Quick fix for labels in buttons\n  .btn & {\n    position: relative;\n    top: -1px;\n  }\n}\n\n// Colors\n// Contextual variations (linked labels get darker on :hover)\n\n.label-default {\n  .label-variant(@label-default-bg);\n}\n\n.label-primary {\n  .label-variant(@label-primary-bg);\n}\n\n.label-success {\n  .label-variant(@label-success-bg);\n}\n\n.label-info {\n  .label-variant(@label-info-bg);\n}\n\n.label-warning {\n  .label-variant(@label-warning-bg);\n}\n\n.label-danger {\n  .label-variant(@label-danger-bg);\n}\n","// Labels\n\n.label-variant(@color) {\n  background-color: @color;\n\n  &[href] {\n    &:hover,\n    &:focus {\n      background-color: darken(@color, 10%);\n    }\n  }\n}\n","//\n// Badges\n// --------------------------------------------------\n\n\n// Base class\n.badge {\n  display: inline-block;\n  min-width: 10px;\n  padding: 3px 7px;\n  font-size: @font-size-small;\n  font-weight: @badge-font-weight;\n  color: @badge-color;\n  line-height: @badge-line-height;\n  vertical-align: middle;\n  white-space: nowrap;\n  text-align: center;\n  background-color: @badge-bg;\n  border-radius: @badge-border-radius;\n\n  // Empty badges collapse automatically (not available in IE8)\n  &:empty {\n    display: none;\n  }\n\n  // Quick fix for badges in buttons\n  .btn & {\n    position: relative;\n    top: -1px;\n  }\n\n  .btn-xs &,\n  .btn-group-xs > .btn & {\n    top: 0;\n    padding: 1px 5px;\n  }\n\n  // Hover state, but only for links\n  a& {\n    &:hover,\n    &:focus {\n      color: @badge-link-hover-color;\n      text-decoration: none;\n      cursor: pointer;\n    }\n  }\n\n  // Account for badges in navs\n  .list-group-item.active > &,\n  .nav-pills > .active > a > & {\n    color: @badge-active-color;\n    background-color: @badge-active-bg;\n  }\n\n  .list-group-item > & {\n    float: right;\n  }\n\n  .list-group-item > & + & {\n    margin-right: 5px;\n  }\n\n  .nav-pills > li > a > & {\n    margin-left: 3px;\n  }\n}\n","//\n// Jumbotron\n// --------------------------------------------------\n\n\n.jumbotron {\n  padding-top:    @jumbotron-padding;\n  padding-bottom: @jumbotron-padding;\n  margin-bottom: @jumbotron-padding;\n  color: @jumbotron-color;\n  background-color: @jumbotron-bg;\n\n  h1,\n  .h1 {\n    color: @jumbotron-heading-color;\n  }\n\n  p {\n    margin-bottom: (@jumbotron-padding / 2);\n    font-size: @jumbotron-font-size;\n    font-weight: 200;\n  }\n\n  > hr {\n    border-top-color: darken(@jumbotron-bg, 10%);\n  }\n\n  .container &,\n  .container-fluid & {\n    border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container\n    padding-left:  (@grid-gutter-width / 2);\n    padding-right: (@grid-gutter-width / 2);\n  }\n\n  .container {\n    max-width: 100%;\n  }\n\n  @media screen and (min-width: @screen-sm-min) {\n    padding-top:    (@jumbotron-padding * 1.6);\n    padding-bottom: (@jumbotron-padding * 1.6);\n\n    .container &,\n    .container-fluid & {\n      padding-left:  (@jumbotron-padding * 2);\n      padding-right: (@jumbotron-padding * 2);\n    }\n\n    h1,\n    .h1 {\n      font-size: @jumbotron-heading-font-size;\n    }\n  }\n}\n","//\n// Thumbnails\n// --------------------------------------------------\n\n\n// Mixin and adjust the regular image class\n.thumbnail {\n  display: block;\n  padding: @thumbnail-padding;\n  margin-bottom: @line-height-computed;\n  line-height: @line-height-base;\n  background-color: @thumbnail-bg;\n  border: 1px solid @thumbnail-border;\n  border-radius: @thumbnail-border-radius;\n  .transition(border .2s ease-in-out);\n\n  > img,\n  a > img {\n    &:extend(.img-responsive);\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  // Add a hover state for linked versions only\n  a&:hover,\n  a&:focus,\n  a&.active {\n    border-color: @link-color;\n  }\n\n  // Image captions\n  .caption {\n    padding: @thumbnail-caption-padding;\n    color: @thumbnail-caption-color;\n  }\n}\n","//\n// Alerts\n// --------------------------------------------------\n\n\n// Base styles\n// -------------------------\n\n.alert {\n  padding: @alert-padding;\n  margin-bottom: @line-height-computed;\n  border: 1px solid transparent;\n  border-radius: @alert-border-radius;\n\n  // Headings for larger alerts\n  h4 {\n    margin-top: 0;\n    // Specified for the h4 to prevent conflicts of changing @headings-color\n    color: inherit;\n  }\n\n  // Provide class for links that match alerts\n  .alert-link {\n    font-weight: @alert-link-font-weight;\n  }\n\n  // Improve alignment and spacing of inner content\n  > p,\n  > ul {\n    margin-bottom: 0;\n  }\n\n  > p + p {\n    margin-top: 5px;\n  }\n}\n\n// Dismissible alerts\n//\n// Expand the right padding and account for the close button's positioning.\n\n.alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0.\n.alert-dismissible {\n  padding-right: (@alert-padding + 20);\n\n  // Adjust close link position\n  .close {\n    position: relative;\n    top: -2px;\n    right: -21px;\n    color: inherit;\n  }\n}\n\n// Alternate styles\n//\n// Generate contextual modifier classes for colorizing the alert.\n\n.alert-success {\n  .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text);\n}\n\n.alert-info {\n  .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text);\n}\n\n.alert-warning {\n  .alert-variant(@alert-warning-bg; @alert-warning-border; @alert-warning-text);\n}\n\n.alert-danger {\n  .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text);\n}\n","// Alerts\n\n.alert-variant(@background; @border; @text-color) {\n  background-color: @background;\n  border-color: @border;\n  color: @text-color;\n\n  hr {\n    border-top-color: darken(@border, 5%);\n  }\n  .alert-link {\n    color: darken(@text-color, 10%);\n  }\n}\n","//\n// Progress bars\n// --------------------------------------------------\n\n\n// Bar animations\n// -------------------------\n\n// WebKit\n@-webkit-keyframes progress-bar-stripes {\n  from  { background-position: 40px 0; }\n  to    { background-position: 0 0; }\n}\n\n// Spec and IE10+\n@keyframes progress-bar-stripes {\n  from  { background-position: 40px 0; }\n  to    { background-position: 0 0; }\n}\n\n\n// Bar itself\n// -------------------------\n\n// Outer container\n.progress {\n  overflow: hidden;\n  height: @line-height-computed;\n  margin-bottom: @line-height-computed;\n  background-color: @progress-bg;\n  border-radius: @progress-border-radius;\n  .box-shadow(inset 0 1px 2px rgba(0,0,0,.1));\n}\n\n// Bar of progress\n.progress-bar {\n  float: left;\n  width: 0%;\n  height: 100%;\n  font-size: @font-size-small;\n  line-height: @line-height-computed;\n  color: @progress-bar-color;\n  text-align: center;\n  background-color: @progress-bar-bg;\n  .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));\n  .transition(width .6s ease);\n}\n\n// Striped bars\n//\n// `.progress-striped .progress-bar` is deprecated as of v3.2.0 in favor of the\n// `.progress-bar-striped` class, which you just add to an existing\n// `.progress-bar`.\n.progress-striped .progress-bar,\n.progress-bar-striped {\n  #gradient > .striped();\n  background-size: 40px 40px;\n}\n\n// Call animation for the active one\n//\n// `.progress.active .progress-bar` is deprecated as of v3.2.0 in favor of the\n// `.progress-bar.active` approach.\n.progress.active .progress-bar,\n.progress-bar.active {\n  .animation(progress-bar-stripes 2s linear infinite);\n}\n\n\n// Variations\n// -------------------------\n\n.progress-bar-success {\n  .progress-bar-variant(@progress-bar-success-bg);\n}\n\n.progress-bar-info {\n  .progress-bar-variant(@progress-bar-info-bg);\n}\n\n.progress-bar-warning {\n  .progress-bar-variant(@progress-bar-warning-bg);\n}\n\n.progress-bar-danger {\n  .progress-bar-variant(@progress-bar-danger-bg);\n}\n","// Gradients\n\n#gradient {\n\n  // Horizontal gradient, from left to right\n  //\n  // Creates two color stops, start and end, by specifying a color and position for each color stop.\n  // Color stops are not available in IE9 and below.\n  .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n    background-image: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n    background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12\n    background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n    background-repeat: repeat-x;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down\n  }\n\n  // Vertical gradient, from top to bottom\n  //\n  // Creates two color stops, start and end, by specifying a color and position for each color stop.\n  // Color stops are not available in IE9 and below.\n  .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n    background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent);  // Safari 5.1-6, Chrome 10+\n    background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent);  // Opera 12\n    background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n    background-repeat: repeat-x;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down\n  }\n\n  .directional(@start-color: #555; @end-color: #333; @deg: 45deg) {\n    background-repeat: repeat-x;\n    background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+\n    background-image: -o-linear-gradient(@deg, @start-color, @end-color); // Opera 12\n    background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n  }\n  .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n    background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n    background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n    background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);\n    background-repeat: no-repeat;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n  }\n  .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n    background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-repeat: no-repeat;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n  }\n  .radial(@inner-color: #555; @outer-color: #333) {\n    background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);\n    background-image: radial-gradient(circle, @inner-color, @outer-color);\n    background-repeat: no-repeat;\n  }\n  .striped(@color: rgba(255,255,255,.15); @angle: 45deg) {\n    background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n    background-image: -o-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n    background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n  }\n}\n","// Progress bars\n\n.progress-bar-variant(@color) {\n  background-color: @color;\n\n  // Deprecated parent class requirement as of v3.2.0\n  .progress-striped & {\n    #gradient > .striped();\n  }\n}\n",".media {\n  // Proper spacing between instances of .media\n  margin-top: 15px;\n\n  &:first-child {\n    margin-top: 0;\n  }\n}\n\n.media,\n.media-body {\n  zoom: 1;\n  overflow: hidden;\n}\n\n.media-body {\n  width: 10000px;\n}\n\n.media-object {\n  display: block;\n\n  // Fix collapse in webkit from max-width: 100% and display: table-cell.\n  &.img-thumbnail {\n    max-width: none;\n  }\n}\n\n.media-right,\n.media > .pull-right {\n  padding-left: 10px;\n}\n\n.media-left,\n.media > .pull-left {\n  padding-right: 10px;\n}\n\n.media-left,\n.media-right,\n.media-body {\n  display: table-cell;\n  vertical-align: top;\n}\n\n.media-middle {\n  vertical-align: middle;\n}\n\n.media-bottom {\n  vertical-align: bottom;\n}\n\n// Reset margins on headings for tighter default spacing\n.media-heading {\n  margin-top: 0;\n  margin-bottom: 5px;\n}\n\n// Media list variation\n//\n// Undo default ul/ol styles\n.media-list {\n  padding-left: 0;\n  list-style: none;\n}\n","//\n// List groups\n// --------------------------------------------------\n\n\n// Base class\n//\n// Easily usable on <ul>, <ol>, or <div>.\n\n.list-group {\n  // No need to set list-style: none; since .list-group-item is block level\n  margin-bottom: 20px;\n  padding-left: 0; // reset padding because ul and ol\n}\n\n\n// Individual list items\n//\n// Use on `li`s or `div`s within the `.list-group` parent.\n\n.list-group-item {\n  position: relative;\n  display: block;\n  padding: 10px 15px;\n  // Place the border on the list items and negative margin up for better styling\n  margin-bottom: -1px;\n  background-color: @list-group-bg;\n  border: 1px solid @list-group-border;\n\n  // Round the first and last items\n  &:first-child {\n    .border-top-radius(@list-group-border-radius);\n  }\n  &:last-child {\n    margin-bottom: 0;\n    .border-bottom-radius(@list-group-border-radius);\n  }\n}\n\n\n// Interactive list items\n//\n// Use anchor or button elements instead of `li`s or `div`s to create interactive items.\n// Includes an extra `.active` modifier class for showing selected items.\n\na.list-group-item,\nbutton.list-group-item {\n  color: @list-group-link-color;\n\n  .list-group-item-heading {\n    color: @list-group-link-heading-color;\n  }\n\n  // Hover state\n  &:hover,\n  &:focus {\n    text-decoration: none;\n    color: @list-group-link-hover-color;\n    background-color: @list-group-hover-bg;\n  }\n}\n\nbutton.list-group-item {\n  width: 100%;\n  text-align: left;\n}\n\n.list-group-item {\n  // Disabled state\n  &.disabled,\n  &.disabled:hover,\n  &.disabled:focus {\n    background-color: @list-group-disabled-bg;\n    color: @list-group-disabled-color;\n    cursor: @cursor-disabled;\n\n    // Force color to inherit for custom content\n    .list-group-item-heading {\n      color: inherit;\n    }\n    .list-group-item-text {\n      color: @list-group-disabled-text-color;\n    }\n  }\n\n  // Active class on item itself, not parent\n  &.active,\n  &.active:hover,\n  &.active:focus {\n    z-index: 2; // Place active items above their siblings for proper border styling\n    color: @list-group-active-color;\n    background-color: @list-group-active-bg;\n    border-color: @list-group-active-border;\n\n    // Force color to inherit for custom content\n    .list-group-item-heading,\n    .list-group-item-heading > small,\n    .list-group-item-heading > .small {\n      color: inherit;\n    }\n    .list-group-item-text {\n      color: @list-group-active-text-color;\n    }\n  }\n}\n\n\n// Contextual variants\n//\n// Add modifier classes to change text and background color on individual items.\n// Organizationally, this must come after the `:hover` states.\n\n.list-group-item-variant(success; @state-success-bg; @state-success-text);\n.list-group-item-variant(info; @state-info-bg; @state-info-text);\n.list-group-item-variant(warning; @state-warning-bg; @state-warning-text);\n.list-group-item-variant(danger; @state-danger-bg; @state-danger-text);\n\n\n// Custom content options\n//\n// Extra classes for creating well-formatted content within `.list-group-item`s.\n\n.list-group-item-heading {\n  margin-top: 0;\n  margin-bottom: 5px;\n}\n.list-group-item-text {\n  margin-bottom: 0;\n  line-height: 1.3;\n}\n","// List Groups\n\n.list-group-item-variant(@state; @background; @color) {\n  .list-group-item-@{state} {\n    color: @color;\n    background-color: @background;\n\n    a&,\n    button& {\n      color: @color;\n\n      .list-group-item-heading {\n        color: inherit;\n      }\n\n      &:hover,\n      &:focus {\n        color: @color;\n        background-color: darken(@background, 5%);\n      }\n      &.active,\n      &.active:hover,\n      &.active:focus {\n        color: #fff;\n        background-color: @color;\n        border-color: @color;\n      }\n    }\n  }\n}\n","//\n// Panels\n// --------------------------------------------------\n\n\n// Base class\n.panel {\n  margin-bottom: @line-height-computed;\n  background-color: @panel-bg;\n  border: 1px solid transparent;\n  border-radius: @panel-border-radius;\n  .box-shadow(0 1px 1px rgba(0,0,0,.05));\n}\n\n// Panel contents\n.panel-body {\n  padding: @panel-body-padding;\n  &:extend(.clearfix all);\n}\n\n// Optional heading\n.panel-heading {\n  padding: @panel-heading-padding;\n  border-bottom: 1px solid transparent;\n  .border-top-radius((@panel-border-radius - 1));\n\n  > .dropdown .dropdown-toggle {\n    color: inherit;\n  }\n}\n\n// Within heading, strip any `h*` tag of its default margins for spacing.\n.panel-title {\n  margin-top: 0;\n  margin-bottom: 0;\n  font-size: ceil((@font-size-base * 1.125));\n  color: inherit;\n\n  > a,\n  > small,\n  > .small,\n  > small > a,\n  > .small > a {\n    color: inherit;\n  }\n}\n\n// Optional footer (stays gray in every modifier class)\n.panel-footer {\n  padding: @panel-footer-padding;\n  background-color: @panel-footer-bg;\n  border-top: 1px solid @panel-inner-border;\n  .border-bottom-radius((@panel-border-radius - 1));\n}\n\n\n// List groups in panels\n//\n// By default, space out list group content from panel headings to account for\n// any kind of custom content between the two.\n\n.panel {\n  > .list-group,\n  > .panel-collapse > .list-group {\n    margin-bottom: 0;\n\n    .list-group-item {\n      border-width: 1px 0;\n      border-radius: 0;\n    }\n\n    // Add border top radius for first one\n    &:first-child {\n      .list-group-item:first-child {\n        border-top: 0;\n        .border-top-radius((@panel-border-radius - 1));\n      }\n    }\n\n    // Add border bottom radius for last one\n    &:last-child {\n      .list-group-item:last-child {\n        border-bottom: 0;\n        .border-bottom-radius((@panel-border-radius - 1));\n      }\n    }\n  }\n  > .panel-heading + .panel-collapse > .list-group {\n    .list-group-item:first-child {\n      .border-top-radius(0);\n    }\n  }\n}\n// Collapse space between when there's no additional content.\n.panel-heading + .list-group {\n  .list-group-item:first-child {\n    border-top-width: 0;\n  }\n}\n.list-group + .panel-footer {\n  border-top-width: 0;\n}\n\n// Tables in panels\n//\n// Place a non-bordered `.table` within a panel (not within a `.panel-body`) and\n// watch it go full width.\n\n.panel {\n  > .table,\n  > .table-responsive > .table,\n  > .panel-collapse > .table {\n    margin-bottom: 0;\n\n    caption {\n      padding-left: @panel-body-padding;\n      padding-right: @panel-body-padding;\n    }\n  }\n  // Add border top radius for first one\n  > .table:first-child,\n  > .table-responsive:first-child > .table:first-child {\n    .border-top-radius((@panel-border-radius - 1));\n\n    > thead:first-child,\n    > tbody:first-child {\n      > tr:first-child {\n        border-top-left-radius: (@panel-border-radius - 1);\n        border-top-right-radius: (@panel-border-radius - 1);\n\n        td:first-child,\n        th:first-child {\n          border-top-left-radius: (@panel-border-radius - 1);\n        }\n        td:last-child,\n        th:last-child {\n          border-top-right-radius: (@panel-border-radius - 1);\n        }\n      }\n    }\n  }\n  // Add border bottom radius for last one\n  > .table:last-child,\n  > .table-responsive:last-child > .table:last-child {\n    .border-bottom-radius((@panel-border-radius - 1));\n\n    > tbody:last-child,\n    > tfoot:last-child {\n      > tr:last-child {\n        border-bottom-left-radius: (@panel-border-radius - 1);\n        border-bottom-right-radius: (@panel-border-radius - 1);\n\n        td:first-child,\n        th:first-child {\n          border-bottom-left-radius: (@panel-border-radius - 1);\n        }\n        td:last-child,\n        th:last-child {\n          border-bottom-right-radius: (@panel-border-radius - 1);\n        }\n      }\n    }\n  }\n  > .panel-body + .table,\n  > .panel-body + .table-responsive,\n  > .table + .panel-body,\n  > .table-responsive + .panel-body {\n    border-top: 1px solid @table-border-color;\n  }\n  > .table > tbody:first-child > tr:first-child th,\n  > .table > tbody:first-child > tr:first-child td {\n    border-top: 0;\n  }\n  > .table-bordered,\n  > .table-responsive > .table-bordered {\n    border: 0;\n    > thead,\n    > tbody,\n    > tfoot {\n      > tr {\n        > th:first-child,\n        > td:first-child {\n          border-left: 0;\n        }\n        > th:last-child,\n        > td:last-child {\n          border-right: 0;\n        }\n      }\n    }\n    > thead,\n    > tbody {\n      > tr:first-child {\n        > td,\n        > th {\n          border-bottom: 0;\n        }\n      }\n    }\n    > tbody,\n    > tfoot {\n      > tr:last-child {\n        > td,\n        > th {\n          border-bottom: 0;\n        }\n      }\n    }\n  }\n  > .table-responsive {\n    border: 0;\n    margin-bottom: 0;\n  }\n}\n\n\n// Collapsible panels (aka, accordion)\n//\n// Wrap a series of panels in `.panel-group` to turn them into an accordion with\n// the help of our collapse JavaScript plugin.\n\n.panel-group {\n  margin-bottom: @line-height-computed;\n\n  // Tighten up margin so it's only between panels\n  .panel {\n    margin-bottom: 0;\n    border-radius: @panel-border-radius;\n\n    + .panel {\n      margin-top: 5px;\n    }\n  }\n\n  .panel-heading {\n    border-bottom: 0;\n\n    + .panel-collapse > .panel-body,\n    + .panel-collapse > .list-group {\n      border-top: 1px solid @panel-inner-border;\n    }\n  }\n\n  .panel-footer {\n    border-top: 0;\n    + .panel-collapse .panel-body {\n      border-bottom: 1px solid @panel-inner-border;\n    }\n  }\n}\n\n\n// Contextual variations\n.panel-default {\n  .panel-variant(@panel-default-border; @panel-default-text; @panel-default-heading-bg; @panel-default-border);\n}\n.panel-primary {\n  .panel-variant(@panel-primary-border; @panel-primary-text; @panel-primary-heading-bg; @panel-primary-border);\n}\n.panel-success {\n  .panel-variant(@panel-success-border; @panel-success-text; @panel-success-heading-bg; @panel-success-border);\n}\n.panel-info {\n  .panel-variant(@panel-info-border; @panel-info-text; @panel-info-heading-bg; @panel-info-border);\n}\n.panel-warning {\n  .panel-variant(@panel-warning-border; @panel-warning-text; @panel-warning-heading-bg; @panel-warning-border);\n}\n.panel-danger {\n  .panel-variant(@panel-danger-border; @panel-danger-text; @panel-danger-heading-bg; @panel-danger-border);\n}\n","// Panels\n\n.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {\n  border-color: @border;\n\n  & > .panel-heading {\n    color: @heading-text-color;\n    background-color: @heading-bg-color;\n    border-color: @heading-border;\n\n    + .panel-collapse > .panel-body {\n      border-top-color: @border;\n    }\n    .badge {\n      color: @heading-bg-color;\n      background-color: @heading-text-color;\n    }\n  }\n  & > .panel-footer {\n    + .panel-collapse > .panel-body {\n      border-bottom-color: @border;\n    }\n  }\n}\n","// Embeds responsive\n//\n// Credit: Nicolas Gallagher and SUIT CSS.\n\n.embed-responsive {\n  position: relative;\n  display: block;\n  height: 0;\n  padding: 0;\n  overflow: hidden;\n\n  .embed-responsive-item,\n  iframe,\n  embed,\n  object,\n  video {\n    position: absolute;\n    top: 0;\n    left: 0;\n    bottom: 0;\n    height: 100%;\n    width: 100%;\n    border: 0;\n  }\n}\n\n// Modifier class for 16:9 aspect ratio\n.embed-responsive-16by9 {\n  padding-bottom: 56.25%;\n}\n\n// Modifier class for 4:3 aspect ratio\n.embed-responsive-4by3 {\n  padding-bottom: 75%;\n}\n","//\n// Wells\n// --------------------------------------------------\n\n\n// Base class\n.well {\n  min-height: 20px;\n  padding: 19px;\n  margin-bottom: 20px;\n  background-color: @well-bg;\n  border: 1px solid @well-border;\n  border-radius: @border-radius-base;\n  .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));\n  blockquote {\n    border-color: #ddd;\n    border-color: rgba(0,0,0,.15);\n  }\n}\n\n// Sizes\n.well-lg {\n  padding: 24px;\n  border-radius: @border-radius-large;\n}\n.well-sm {\n  padding: 9px;\n  border-radius: @border-radius-small;\n}\n","//\n// Close icons\n// --------------------------------------------------\n\n\n.close {\n  float: right;\n  font-size: (@font-size-base * 1.5);\n  font-weight: @close-font-weight;\n  line-height: 1;\n  color: @close-color;\n  text-shadow: @close-text-shadow;\n  .opacity(.2);\n\n  &:hover,\n  &:focus {\n    color: @close-color;\n    text-decoration: none;\n    cursor: pointer;\n    .opacity(.5);\n  }\n\n  // Additional properties for button version\n  // iOS requires the button element instead of an anchor tag.\n  // If you want the anchor version, it requires `href=\"#\"`.\n  // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile\n  button& {\n    padding: 0;\n    cursor: pointer;\n    background: transparent;\n    border: 0;\n    -webkit-appearance: none;\n  }\n}\n","//\n// Modals\n// --------------------------------------------------\n\n// .modal-open      - body class for killing the scroll\n// .modal           - container to scroll within\n// .modal-dialog    - positioning shell for the actual modal\n// .modal-content   - actual modal w/ bg and corners and shit\n\n// Kill the scroll on the body\n.modal-open {\n  overflow: hidden;\n}\n\n// Container that the modal scrolls within\n.modal {\n  display: none;\n  overflow: hidden;\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: @zindex-modal;\n  -webkit-overflow-scrolling: touch;\n\n  // Prevent Chrome on Windows from adding a focus outline. For details, see\n  // https://github.com/twbs/bootstrap/pull/10951.\n  outline: 0;\n\n  // When fading in the modal, animate it to slide down\n  &.fade .modal-dialog {\n    .translate(0, -25%);\n    .transition-transform(~\"0.3s ease-out\");\n  }\n  &.in .modal-dialog { .translate(0, 0) }\n}\n.modal-open .modal {\n  overflow-x: hidden;\n  overflow-y: auto;\n}\n\n// Shell div to position the modal with bottom padding\n.modal-dialog {\n  position: relative;\n  width: auto;\n  margin: 10px;\n}\n\n// Actual modal\n.modal-content {\n  position: relative;\n  background-color: @modal-content-bg;\n  border: 1px solid @modal-content-fallback-border-color; //old browsers fallback (ie8 etc)\n  border: 1px solid @modal-content-border-color;\n  border-radius: @border-radius-large;\n  .box-shadow(0 3px 9px rgba(0,0,0,.5));\n  background-clip: padding-box;\n  // Remove focus outline from opened modal\n  outline: 0;\n}\n\n// Modal background\n.modal-backdrop {\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: @zindex-modal-background;\n  background-color: @modal-backdrop-bg;\n  // Fade for backdrop\n  &.fade { .opacity(0); }\n  &.in { .opacity(@modal-backdrop-opacity); }\n}\n\n// Modal header\n// Top section of the modal w/ title and dismiss\n.modal-header {\n  padding: @modal-title-padding;\n  border-bottom: 1px solid @modal-header-border-color;\n  &:extend(.clearfix all);\n}\n// Close icon\n.modal-header .close {\n  margin-top: -2px;\n}\n\n// Title text within header\n.modal-title {\n  margin: 0;\n  line-height: @modal-title-line-height;\n}\n\n// Modal body\n// Where all modal content resides (sibling of .modal-header and .modal-footer)\n.modal-body {\n  position: relative;\n  padding: @modal-inner-padding;\n}\n\n// Footer (for actions)\n.modal-footer {\n  padding: @modal-inner-padding;\n  text-align: right; // right align buttons\n  border-top: 1px solid @modal-footer-border-color;\n  &:extend(.clearfix all); // clear it in case folks use .pull-* classes on buttons\n\n  // Properly space out buttons\n  .btn + .btn {\n    margin-left: 5px;\n    margin-bottom: 0; // account for input[type=\"submit\"] which gets the bottom margin like all other inputs\n  }\n  // but override that for button groups\n  .btn-group .btn + .btn {\n    margin-left: -1px;\n  }\n  // and override it for block buttons as well\n  .btn-block + .btn-block {\n    margin-left: 0;\n  }\n}\n\n// Measure scrollbar width for padding body during modal show/hide\n.modal-scrollbar-measure {\n  position: absolute;\n  top: -9999px;\n  width: 50px;\n  height: 50px;\n  overflow: scroll;\n}\n\n// Scale up the modal\n@media (min-width: @screen-sm-min) {\n  // Automatically set modal's width for larger viewports\n  .modal-dialog {\n    width: @modal-md;\n    margin: 30px auto;\n  }\n  .modal-content {\n    .box-shadow(0 5px 15px rgba(0,0,0,.5));\n  }\n\n  // Modal sizes\n  .modal-sm { width: @modal-sm; }\n}\n\n@media (min-width: @screen-md-min) {\n  .modal-lg { width: @modal-lg; }\n}\n","//\n// Tooltips\n// --------------------------------------------------\n\n\n// Base class\n.tooltip {\n  position: absolute;\n  z-index: @zindex-tooltip;\n  display: block;\n  // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.\n  // So reset our font and text properties to avoid inheriting weird values.\n  .reset-text();\n  font-size: @font-size-small;\n\n  .opacity(0);\n\n  &.in     { .opacity(@tooltip-opacity); }\n  &.top    { margin-top:  -3px; padding: @tooltip-arrow-width 0; }\n  &.right  { margin-left:  3px; padding: 0 @tooltip-arrow-width; }\n  &.bottom { margin-top:   3px; padding: @tooltip-arrow-width 0; }\n  &.left   { margin-left: -3px; padding: 0 @tooltip-arrow-width; }\n}\n\n// Wrapper for the tooltip content\n.tooltip-inner {\n  max-width: @tooltip-max-width;\n  padding: 3px 8px;\n  color: @tooltip-color;\n  text-align: center;\n  background-color: @tooltip-bg;\n  border-radius: @border-radius-base;\n}\n\n// Arrows\n.tooltip-arrow {\n  position: absolute;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n}\n// Note: Deprecated .top-left, .top-right, .bottom-left, and .bottom-right as of v3.3.1\n.tooltip {\n  &.top .tooltip-arrow {\n    bottom: 0;\n    left: 50%;\n    margin-left: -@tooltip-arrow-width;\n    border-width: @tooltip-arrow-width @tooltip-arrow-width 0;\n    border-top-color: @tooltip-arrow-color;\n  }\n  &.top-left .tooltip-arrow {\n    bottom: 0;\n    right: @tooltip-arrow-width;\n    margin-bottom: -@tooltip-arrow-width;\n    border-width: @tooltip-arrow-width @tooltip-arrow-width 0;\n    border-top-color: @tooltip-arrow-color;\n  }\n  &.top-right .tooltip-arrow {\n    bottom: 0;\n    left: @tooltip-arrow-width;\n    margin-bottom: -@tooltip-arrow-width;\n    border-width: @tooltip-arrow-width @tooltip-arrow-width 0;\n    border-top-color: @tooltip-arrow-color;\n  }\n  &.right .tooltip-arrow {\n    top: 50%;\n    left: 0;\n    margin-top: -@tooltip-arrow-width;\n    border-width: @tooltip-arrow-width @tooltip-arrow-width @tooltip-arrow-width 0;\n    border-right-color: @tooltip-arrow-color;\n  }\n  &.left .tooltip-arrow {\n    top: 50%;\n    right: 0;\n    margin-top: -@tooltip-arrow-width;\n    border-width: @tooltip-arrow-width 0 @tooltip-arrow-width @tooltip-arrow-width;\n    border-left-color: @tooltip-arrow-color;\n  }\n  &.bottom .tooltip-arrow {\n    top: 0;\n    left: 50%;\n    margin-left: -@tooltip-arrow-width;\n    border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;\n    border-bottom-color: @tooltip-arrow-color;\n  }\n  &.bottom-left .tooltip-arrow {\n    top: 0;\n    right: @tooltip-arrow-width;\n    margin-top: -@tooltip-arrow-width;\n    border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;\n    border-bottom-color: @tooltip-arrow-color;\n  }\n  &.bottom-right .tooltip-arrow {\n    top: 0;\n    left: @tooltip-arrow-width;\n    margin-top: -@tooltip-arrow-width;\n    border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;\n    border-bottom-color: @tooltip-arrow-color;\n  }\n}\n",".reset-text() {\n  font-family: @font-family-base;\n  // We deliberately do NOT reset font-size.\n  font-style: normal;\n  font-weight: normal;\n  letter-spacing: normal;\n  line-break: auto;\n  line-height: @line-height-base;\n  text-align: left; // Fallback for where `start` is not supported\n  text-align: start;\n  text-decoration: none;\n  text-shadow: none;\n  text-transform: none;\n  white-space: normal;\n  word-break: normal;\n  word-spacing: normal;\n  word-wrap: normal;\n}\n","//\n// Popovers\n// --------------------------------------------------\n\n\n.popover {\n  position: absolute;\n  top: 0;\n  left: 0;\n  z-index: @zindex-popover;\n  display: none;\n  max-width: @popover-max-width;\n  padding: 1px;\n  // Our parent element can be arbitrary since popovers are by default inserted as a sibling of their target element.\n  // So reset our font and text properties to avoid inheriting weird values.\n  .reset-text();\n  font-size: @font-size-base;\n\n  background-color: @popover-bg;\n  background-clip: padding-box;\n  border: 1px solid @popover-fallback-border-color;\n  border: 1px solid @popover-border-color;\n  border-radius: @border-radius-large;\n  .box-shadow(0 5px 10px rgba(0,0,0,.2));\n\n  // Offset the popover to account for the popover arrow\n  &.top     { margin-top: -@popover-arrow-width; }\n  &.right   { margin-left: @popover-arrow-width; }\n  &.bottom  { margin-top: @popover-arrow-width; }\n  &.left    { margin-left: -@popover-arrow-width; }\n}\n\n.popover-title {\n  margin: 0; // reset heading margin\n  padding: 8px 14px;\n  font-size: @font-size-base;\n  background-color: @popover-title-bg;\n  border-bottom: 1px solid darken(@popover-title-bg, 5%);\n  border-radius: (@border-radius-large - 1) (@border-radius-large - 1) 0 0;\n}\n\n.popover-content {\n  padding: 9px 14px;\n}\n\n// Arrows\n//\n// .arrow is outer, .arrow:after is inner\n\n.popover > .arrow {\n  &,\n  &:after {\n    position: absolute;\n    display: block;\n    width: 0;\n    height: 0;\n    border-color: transparent;\n    border-style: solid;\n  }\n}\n.popover > .arrow {\n  border-width: @popover-arrow-outer-width;\n}\n.popover > .arrow:after {\n  border-width: @popover-arrow-width;\n  content: \"\";\n}\n\n.popover {\n  &.top > .arrow {\n    left: 50%;\n    margin-left: -@popover-arrow-outer-width;\n    border-bottom-width: 0;\n    border-top-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n    border-top-color: @popover-arrow-outer-color;\n    bottom: -@popover-arrow-outer-width;\n    &:after {\n      content: \" \";\n      bottom: 1px;\n      margin-left: -@popover-arrow-width;\n      border-bottom-width: 0;\n      border-top-color: @popover-arrow-color;\n    }\n  }\n  &.right > .arrow {\n    top: 50%;\n    left: -@popover-arrow-outer-width;\n    margin-top: -@popover-arrow-outer-width;\n    border-left-width: 0;\n    border-right-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n    border-right-color: @popover-arrow-outer-color;\n    &:after {\n      content: \" \";\n      left: 1px;\n      bottom: -@popover-arrow-width;\n      border-left-width: 0;\n      border-right-color: @popover-arrow-color;\n    }\n  }\n  &.bottom > .arrow {\n    left: 50%;\n    margin-left: -@popover-arrow-outer-width;\n    border-top-width: 0;\n    border-bottom-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n    border-bottom-color: @popover-arrow-outer-color;\n    top: -@popover-arrow-outer-width;\n    &:after {\n      content: \" \";\n      top: 1px;\n      margin-left: -@popover-arrow-width;\n      border-top-width: 0;\n      border-bottom-color: @popover-arrow-color;\n    }\n  }\n\n  &.left > .arrow {\n    top: 50%;\n    right: -@popover-arrow-outer-width;\n    margin-top: -@popover-arrow-outer-width;\n    border-right-width: 0;\n    border-left-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n    border-left-color: @popover-arrow-outer-color;\n    &:after {\n      content: \" \";\n      right: 1px;\n      border-right-width: 0;\n      border-left-color: @popover-arrow-color;\n      bottom: -@popover-arrow-width;\n    }\n  }\n}\n","//\n// Carousel\n// --------------------------------------------------\n\n\n// Wrapper for the slide container and indicators\n.carousel {\n  position: relative;\n}\n\n.carousel-inner {\n  position: relative;\n  overflow: hidden;\n  width: 100%;\n\n  > .item {\n    display: none;\n    position: relative;\n    .transition(.6s ease-in-out left);\n\n    // Account for jankitude on images\n    > img,\n    > a > img {\n      &:extend(.img-responsive);\n      line-height: 1;\n    }\n\n    // WebKit CSS3 transforms for supported devices\n    @media all and (transform-3d), (-webkit-transform-3d) {\n      .transition-transform(~'0.6s ease-in-out');\n      .backface-visibility(~'hidden');\n      .perspective(1000px);\n\n      &.next,\n      &.active.right {\n        .translate3d(100%, 0, 0);\n        left: 0;\n      }\n      &.prev,\n      &.active.left {\n        .translate3d(-100%, 0, 0);\n        left: 0;\n      }\n      &.next.left,\n      &.prev.right,\n      &.active {\n        .translate3d(0, 0, 0);\n        left: 0;\n      }\n    }\n  }\n\n  > .active,\n  > .next,\n  > .prev {\n    display: block;\n  }\n\n  > .active {\n    left: 0;\n  }\n\n  > .next,\n  > .prev {\n    position: absolute;\n    top: 0;\n    width: 100%;\n  }\n\n  > .next {\n    left: 100%;\n  }\n  > .prev {\n    left: -100%;\n  }\n  > .next.left,\n  > .prev.right {\n    left: 0;\n  }\n\n  > .active.left {\n    left: -100%;\n  }\n  > .active.right {\n    left: 100%;\n  }\n\n}\n\n// Left/right controls for nav\n// ---------------------------\n\n.carousel-control {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  width: @carousel-control-width;\n  .opacity(@carousel-control-opacity);\n  font-size: @carousel-control-font-size;\n  color: @carousel-control-color;\n  text-align: center;\n  text-shadow: @carousel-text-shadow;\n  background-color: rgba(0, 0, 0, 0); // Fix IE9 click-thru bug\n  // We can't have this transition here because WebKit cancels the carousel\n  // animation if you trip this while in the middle of another animation.\n\n  // Set gradients for backgrounds\n  &.left {\n    #gradient > .horizontal(@start-color: rgba(0,0,0,.5); @end-color: rgba(0,0,0,.0001));\n  }\n  &.right {\n    left: auto;\n    right: 0;\n    #gradient > .horizontal(@start-color: rgba(0,0,0,.0001); @end-color: rgba(0,0,0,.5));\n  }\n\n  // Hover/focus state\n  &:hover,\n  &:focus {\n    outline: 0;\n    color: @carousel-control-color;\n    text-decoration: none;\n    .opacity(.9);\n  }\n\n  // Toggles\n  .icon-prev,\n  .icon-next,\n  .glyphicon-chevron-left,\n  .glyphicon-chevron-right {\n    position: absolute;\n    top: 50%;\n    margin-top: -10px;\n    z-index: 5;\n    display: inline-block;\n  }\n  .icon-prev,\n  .glyphicon-chevron-left {\n    left: 50%;\n    margin-left: -10px;\n  }\n  .icon-next,\n  .glyphicon-chevron-right {\n    right: 50%;\n    margin-right: -10px;\n  }\n  .icon-prev,\n  .icon-next {\n    width:  20px;\n    height: 20px;\n    line-height: 1;\n    font-family: serif;\n  }\n\n\n  .icon-prev {\n    &:before {\n      content: '\\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)\n    }\n  }\n  .icon-next {\n    &:before {\n      content: '\\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)\n    }\n  }\n}\n\n// Optional indicator pips\n//\n// Add an unordered list with the following class and add a list item for each\n// slide your carousel holds.\n\n.carousel-indicators {\n  position: absolute;\n  bottom: 10px;\n  left: 50%;\n  z-index: 15;\n  width: 60%;\n  margin-left: -30%;\n  padding-left: 0;\n  list-style: none;\n  text-align: center;\n\n  li {\n    display: inline-block;\n    width:  10px;\n    height: 10px;\n    margin: 1px;\n    text-indent: -999px;\n    border: 1px solid @carousel-indicator-border-color;\n    border-radius: 10px;\n    cursor: pointer;\n\n    // IE8-9 hack for event handling\n    //\n    // Internet Explorer 8-9 does not support clicks on elements without a set\n    // `background-color`. We cannot use `filter` since that's not viewed as a\n    // background color by the browser. Thus, a hack is needed.\n    // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Internet_Explorer\n    //\n    // For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we\n    // set alpha transparency for the best results possible.\n    background-color: #000 \\9; // IE8\n    background-color: rgba(0,0,0,0); // IE9\n  }\n  .active {\n    margin: 0;\n    width:  12px;\n    height: 12px;\n    background-color: @carousel-indicator-active-bg;\n  }\n}\n\n// Optional captions\n// -----------------------------\n// Hidden by default for smaller viewports\n.carousel-caption {\n  position: absolute;\n  left: 15%;\n  right: 15%;\n  bottom: 20px;\n  z-index: 10;\n  padding-top: 20px;\n  padding-bottom: 20px;\n  color: @carousel-caption-color;\n  text-align: center;\n  text-shadow: @carousel-text-shadow;\n  & .btn {\n    text-shadow: none; // No shadow for button elements in carousel-caption\n  }\n}\n\n\n// Scale up controls for tablets and up\n@media screen and (min-width: @screen-sm-min) {\n\n  // Scale up the controls a smidge\n  .carousel-control {\n    .glyphicon-chevron-left,\n    .glyphicon-chevron-right,\n    .icon-prev,\n    .icon-next {\n      width: (@carousel-control-font-size * 1.5);\n      height: (@carousel-control-font-size * 1.5);\n      margin-top: (@carousel-control-font-size / -2);\n      font-size: (@carousel-control-font-size * 1.5);\n    }\n    .glyphicon-chevron-left,\n    .icon-prev {\n      margin-left: (@carousel-control-font-size / -2);\n    }\n    .glyphicon-chevron-right,\n    .icon-next {\n      margin-right: (@carousel-control-font-size / -2);\n    }\n  }\n\n  // Show and left align the captions\n  .carousel-caption {\n    left: 20%;\n    right: 20%;\n    padding-bottom: 30px;\n  }\n\n  // Move up the indicators\n  .carousel-indicators {\n    bottom: 20px;\n  }\n}\n","// Clearfix\n//\n// For modern browsers\n// 1. The space content is one way to avoid an Opera bug when the\n//    contenteditable attribute is included anywhere else in the document.\n//    Otherwise it causes space to appear at the top and bottom of elements\n//    that are clearfixed.\n// 2. The use of `table` rather than `block` is only necessary if using\n//    `:before` to contain the top-margins of child elements.\n//\n// Source: http://nicolasgallagher.com/micro-clearfix-hack/\n\n.clearfix() {\n  &:before,\n  &:after {\n    content: \" \"; // 1\n    display: table; // 2\n  }\n  &:after {\n    clear: both;\n  }\n}\n","// Center-align a block level element\n\n.center-block() {\n  display: block;\n  margin-left: auto;\n  margin-right: auto;\n}\n","// CSS image replacement\n//\n// Heads up! v3 launched with only `.hide-text()`, but per our pattern for\n// mixins being reused as classes with the same name, this doesn't hold up. As\n// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`.\n//\n// Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757\n\n// Deprecated as of v3.0.1 (has been removed in v4)\n.hide-text() {\n  font: ~\"0/0\" a;\n  color: transparent;\n  text-shadow: none;\n  background-color: transparent;\n  border: 0;\n}\n\n// New mixin to use as of v3.0.1\n.text-hide() {\n  .hide-text();\n}\n","//\n// Responsive: Utility classes\n// --------------------------------------------------\n\n\n// IE10 in Windows (Phone) 8\n//\n// Support for responsive views via media queries is kind of borked in IE10, for\n// Surface/desktop in split view and for Windows Phone 8. This particular fix\n// must be accompanied by a snippet of JavaScript to sniff the user agent and\n// apply some conditional CSS to *only* the Surface/desktop Windows 8. Look at\n// our Getting Started page for more information on this bug.\n//\n// For more information, see the following:\n//\n// Issue: https://github.com/twbs/bootstrap/issues/10497\n// Docs: http://getbootstrap.com/getting-started/#support-ie10-width\n// Source: http://timkadlec.com/2013/01/windows-phone-8-and-device-width/\n// Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/\n\n@-ms-viewport {\n  width: device-width;\n}\n\n\n// Visibility utilities\n// Note: Deprecated .visible-xs, .visible-sm, .visible-md, and .visible-lg as of v3.2.0\n.visible-xs,\n.visible-sm,\n.visible-md,\n.visible-lg {\n  .responsive-invisibility();\n}\n\n.visible-xs-block,\n.visible-xs-inline,\n.visible-xs-inline-block,\n.visible-sm-block,\n.visible-sm-inline,\n.visible-sm-inline-block,\n.visible-md-block,\n.visible-md-inline,\n.visible-md-inline-block,\n.visible-lg-block,\n.visible-lg-inline,\n.visible-lg-inline-block {\n  display: none !important;\n}\n\n.visible-xs {\n  @media (max-width: @screen-xs-max) {\n    .responsive-visibility();\n  }\n}\n.visible-xs-block {\n  @media (max-width: @screen-xs-max) {\n    display: block !important;\n  }\n}\n.visible-xs-inline {\n  @media (max-width: @screen-xs-max) {\n    display: inline !important;\n  }\n}\n.visible-xs-inline-block {\n  @media (max-width: @screen-xs-max) {\n    display: inline-block !important;\n  }\n}\n\n.visible-sm {\n  @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n    .responsive-visibility();\n  }\n}\n.visible-sm-block {\n  @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n    display: block !important;\n  }\n}\n.visible-sm-inline {\n  @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n    display: inline !important;\n  }\n}\n.visible-sm-inline-block {\n  @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n    display: inline-block !important;\n  }\n}\n\n.visible-md {\n  @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n    .responsive-visibility();\n  }\n}\n.visible-md-block {\n  @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n    display: block !important;\n  }\n}\n.visible-md-inline {\n  @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n    display: inline !important;\n  }\n}\n.visible-md-inline-block {\n  @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n    display: inline-block !important;\n  }\n}\n\n.visible-lg {\n  @media (min-width: @screen-lg-min) {\n    .responsive-visibility();\n  }\n}\n.visible-lg-block {\n  @media (min-width: @screen-lg-min) {\n    display: block !important;\n  }\n}\n.visible-lg-inline {\n  @media (min-width: @screen-lg-min) {\n    display: inline !important;\n  }\n}\n.visible-lg-inline-block {\n  @media (min-width: @screen-lg-min) {\n    display: inline-block !important;\n  }\n}\n\n.hidden-xs {\n  @media (max-width: @screen-xs-max) {\n    .responsive-invisibility();\n  }\n}\n.hidden-sm {\n  @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n    .responsive-invisibility();\n  }\n}\n.hidden-md {\n  @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n    .responsive-invisibility();\n  }\n}\n.hidden-lg {\n  @media (min-width: @screen-lg-min) {\n    .responsive-invisibility();\n  }\n}\n\n\n// Print utilities\n//\n// Media queries are placed on the inside to be mixin-friendly.\n\n// Note: Deprecated .visible-print as of v3.2.0\n.visible-print {\n  .responsive-invisibility();\n\n  @media print {\n    .responsive-visibility();\n  }\n}\n.visible-print-block {\n  display: none !important;\n\n  @media print {\n    display: block !important;\n  }\n}\n.visible-print-inline {\n  display: none !important;\n\n  @media print {\n    display: inline !important;\n  }\n}\n.visible-print-inline-block {\n  display: none !important;\n\n  @media print {\n    display: inline-block !important;\n  }\n}\n\n.hidden-print {\n  @media print {\n    .responsive-invisibility();\n  }\n}\n","// Responsive utilities\n\n//\n// More easily include all the states for responsive-utilities.less.\n.responsive-visibility() {\n  display: block !important;\n  table&  { display: table !important; }\n  tr&     { display: table-row !important; }\n  th&,\n  td&     { display: table-cell !important; }\n}\n\n.responsive-invisibility() {\n  display: none !important;\n}\n"]}
0 2
\ No newline at end of file
... ...
@@ -0,0 +1,288 @@
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 horiz-adv-x="0" />
10
+<glyph horiz-adv-x="400" />
11
+<glyph unicode=" " />
12
+<glyph unicode="*" d="M600 1100q15 0 34 -1.5t30 -3.5l11 -1q10 -2 17.5 -10.5t7.5 -18.5v-224l158 158q7 7 18 8t19 -6l106 -106q7 -8 6 -19t-8 -18l-158 -158h224q10 0 18.5 -7.5t10.5 -17.5q6 -41 6 -75q0 -15 -1.5 -34t-3.5 -30l-1 -11q-2 -10 -10.5 -17.5t-18.5 -7.5h-224l158 -158 q7 -7 8 -18t-6 -19l-106 -106q-8 -7 -19 -6t-18 8l-158 158v-224q0 -10 -7.5 -18.5t-17.5 -10.5q-41 -6 -75 -6q-15 0 -34 1.5t-30 3.5l-11 1q-10 2 -17.5 10.5t-7.5 18.5v224l-158 -158q-7 -7 -18 -8t-19 6l-106 106q-7 8 -6 19t8 18l158 158h-224q-10 0 -18.5 7.5 t-10.5 17.5q-6 41 -6 75q0 15 1.5 34t3.5 30l1 11q2 10 10.5 17.5t18.5 7.5h224l-158 158q-7 7 -8 18t6 19l106 106q8 7 19 6t18 -8l158 -158v224q0 10 7.5 18.5t17.5 10.5q41 6 75 6z" />
13
+<glyph unicode="+" d="M450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-350h350q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-350v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v350h-350q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5 h350v350q0 21 14.5 35.5t35.5 14.5z" />
14
+<glyph unicode="&#xa0;" />
15
+<glyph unicode="&#xa5;" d="M825 1100h250q10 0 12.5 -5t-5.5 -13l-364 -364q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100h275q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-174q0 -11 -7.5 -18.5t-18.5 -7.5h-148q-11 0 -18.5 7.5t-7.5 18.5v174 h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h125v100h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h118q-5 12 -11 18l-364 364q-8 8 -5.5 13t12.5 5h250q25 0 43 -18l164 -164q8 -8 18 -8t18 8l164 164q18 18 43 18z" />
16
+<glyph unicode="&#x2000;" horiz-adv-x="650" />
17
+<glyph unicode="&#x2001;" horiz-adv-x="1300" />
18
+<glyph unicode="&#x2002;" horiz-adv-x="650" />
19
+<glyph unicode="&#x2003;" horiz-adv-x="1300" />
20
+<glyph unicode="&#x2004;" horiz-adv-x="433" />
21
+<glyph unicode="&#x2005;" horiz-adv-x="325" />
22
+<glyph unicode="&#x2006;" horiz-adv-x="216" />
23
+<glyph unicode="&#x2007;" horiz-adv-x="216" />
24
+<glyph unicode="&#x2008;" horiz-adv-x="162" />
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="325" />
29
+<glyph unicode="&#x20ac;" d="M744 1198q242 0 354 -189q60 -104 66 -209h-181q0 45 -17.5 82.5t-43.5 61.5t-58 40.5t-60.5 24t-51.5 7.5q-19 0 -40.5 -5.5t-49.5 -20.5t-53 -38t-49 -62.5t-39 -89.5h379l-100 -100h-300q-6 -50 -6 -100h406l-100 -100h-300q9 -74 33 -132t52.5 -91t61.5 -54.5t59 -29 t47 -7.5q22 0 50.5 7.5t60.5 24.5t58 41t43.5 61t17.5 80h174q-30 -171 -128 -278q-107 -117 -274 -117q-206 0 -324 158q-36 48 -69 133t-45 204h-217l100 100h112q1 47 6 100h-218l100 100h134q20 87 51 153.5t62 103.5q117 141 297 141z" />
30
+<glyph unicode="&#x20bd;" d="M428 1200h350q67 0 120 -13t86 -31t57 -49.5t35 -56.5t17 -64.5t6.5 -60.5t0.5 -57v-16.5v-16.5q0 -36 -0.5 -57t-6.5 -61t-17 -65t-35 -57t-57 -50.5t-86 -31.5t-120 -13h-178l-2 -100h288q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-138v-175q0 -11 -5.5 -18 t-15.5 -7h-149q-10 0 -17.5 7.5t-7.5 17.5v175h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v100h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v475q0 10 7.5 17.5t17.5 7.5zM600 1000v-300h203q64 0 86.5 33t22.5 119q0 84 -22.5 116t-86.5 32h-203z" />
31
+<glyph unicode="&#x2212;" d="M250 700h800q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
32
+<glyph unicode="&#x231b;" d="M1000 1200v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-50v-100q0 -91 -49.5 -165.5t-130.5 -109.5q81 -35 130.5 -109.5t49.5 -165.5v-150h50q21 0 35.5 -14.5t14.5 -35.5v-150h-800v150q0 21 14.5 35.5t35.5 14.5h50v150q0 91 49.5 165.5t130.5 109.5q-81 35 -130.5 109.5 t-49.5 165.5v100h-50q-21 0 -35.5 14.5t-14.5 35.5v150h800zM400 1000v-100q0 -60 32.5 -109.5t87.5 -73.5q28 -12 44 -37t16 -55t-16 -55t-44 -37q-55 -24 -87.5 -73.5t-32.5 -109.5v-150h400v150q0 60 -32.5 109.5t-87.5 73.5q-28 12 -44 37t-16 55t16 55t44 37 q55 24 87.5 73.5t32.5 109.5v100h-400z" />
33
+<glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
34
+<glyph unicode="&#x2601;" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -206.5q0 -121 -85 -207.5t-205 -86.5h-750q-79 0 -135.5 57t-56.5 137q0 69 42.5 122.5t108.5 67.5q-2 12 -2 37q0 153 108 260.5t260 107.5z" />
35
+<glyph unicode="&#x26fa;" d="M774 1193.5q16 -9.5 20.5 -27t-5.5 -33.5l-136 -187l467 -746h30q20 0 35 -18.5t15 -39.5v-42h-1200v42q0 21 15 39.5t35 18.5h30l468 746l-135 183q-10 16 -5.5 34t20.5 28t34 5.5t28 -20.5l111 -148l112 150q9 16 27 20.5t34 -5zM600 200h377l-182 112l-195 534v-646z " />
36
+<glyph unicode="&#x2709;" d="M25 1100h1150q10 0 12.5 -5t-5.5 -13l-564 -567q-8 -8 -18 -8t-18 8l-564 567q-8 8 -5.5 13t12.5 5zM18 882l264 -264q8 -8 8 -18t-8 -18l-264 -264q-8 -8 -13 -5.5t-5 12.5v550q0 10 5 12.5t13 -5.5zM918 618l264 264q8 8 13 5.5t5 -12.5v-550q0 -10 -5 -12.5t-13 5.5 l-264 264q-8 8 -8 18t8 18zM818 482l364 -364q8 -8 5.5 -13t-12.5 -5h-1150q-10 0 -12.5 5t5.5 13l364 364q8 8 18 8t18 -8l164 -164q8 -8 18 -8t18 8l164 164q8 8 18 8t18 -8z" />
37
+<glyph unicode="&#x270f;" d="M1011 1210q19 0 33 -13l153 -153q13 -14 13 -33t-13 -33l-99 -92l-214 214l95 96q13 14 32 14zM1013 800l-615 -614l-214 214l614 614zM317 96l-333 -112l110 335z" />
38
+<glyph unicode="&#xe001;" d="M700 650v-550h250q21 0 35.5 -14.5t14.5 -35.5v-50h-800v50q0 21 14.5 35.5t35.5 14.5h250v550l-500 550h1200z" />
39
+<glyph unicode="&#xe002;" d="M368 1017l645 163q39 15 63 0t24 -49v-831q0 -55 -41.5 -95.5t-111.5 -63.5q-79 -25 -147 -4.5t-86 75t25.5 111.5t122.5 82q72 24 138 8v521l-600 -155v-606q0 -42 -44 -90t-109 -69q-79 -26 -147 -5.5t-86 75.5t25.5 111.5t122.5 82.5q72 24 138 7v639q0 38 14.5 59 t53.5 34z" />
40
+<glyph unicode="&#xe003;" d="M500 1191q100 0 191 -39t156.5 -104.5t104.5 -156.5t39 -191l-1 -2l1 -5q0 -141 -78 -262l275 -274q23 -26 22.5 -44.5t-22.5 -42.5l-59 -58q-26 -20 -46.5 -20t-39.5 20l-275 274q-119 -77 -261 -77l-5 1l-2 -1q-100 0 -191 39t-156.5 104.5t-104.5 156.5t-39 191 t39 191t104.5 156.5t156.5 104.5t191 39zM500 1022q-88 0 -162 -43t-117 -117t-43 -162t43 -162t117 -117t162 -43t162 43t117 117t43 162t-43 162t-117 117t-162 43z" />
41
+<glyph unicode="&#xe005;" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.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-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104z" />
42
+<glyph unicode="&#xe006;" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429z" />
43
+<glyph unicode="&#xe007;" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429zM477 700h-240l197 -142l-74 -226 l193 139l195 -140l-74 229l192 140h-234l-78 211z" />
44
+<glyph unicode="&#xe008;" d="M600 1200q124 0 212 -88t88 -212v-250q0 -46 -31 -98t-69 -52v-75q0 -10 6 -21.5t15 -17.5l358 -230q9 -5 15 -16.5t6 -21.5v-93q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v93q0 10 6 21.5t15 16.5l358 230q9 6 15 17.5t6 21.5v75q-38 0 -69 52 t-31 98v250q0 124 88 212t212 88z" />
45
+<glyph unicode="&#xe009;" d="M25 1100h1150q10 0 17.5 -7.5t7.5 -17.5v-1050q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v1050q0 10 7.5 17.5t17.5 7.5zM100 1000v-100h100v100h-100zM875 1000h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5t17.5 -7.5h550 q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM1000 1000v-100h100v100h-100zM100 800v-100h100v100h-100zM1000 800v-100h100v100h-100zM100 600v-100h100v100h-100zM1000 600v-100h100v100h-100zM875 500h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5 t17.5 -7.5h550q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM100 400v-100h100v100h-100zM1000 400v-100h100v100h-100zM100 200v-100h100v100h-100zM1000 200v-100h100v100h-100z" />
46
+<glyph unicode="&#xe010;" d="M50 1100h400q21 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.5v400q0 21 14.5 35.5t35.5 14.5zM650 1100h400q21 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.5v400 q0 21 14.5 35.5t35.5 14.5zM50 500h400q21 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.5v400q0 21 14.5 35.5t35.5 14.5zM650 500h400q21 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.5v400q0 21 14.5 35.5t35.5 14.5z" />
47
+<glyph unicode="&#xe011;" d="M50 1100h200q21 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.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h200q21 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.5v200 q0 21 14.5 35.5t35.5 14.5zM850 1100h200q21 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.5v200q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 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.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h200q21 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.5v200q0 21 14.5 35.5t35.5 14.5zM850 700h200q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 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.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h200 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.5v200q0 21 14.5 35.5t35.5 14.5zM850 300h200q21 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.5v200q0 21 14.5 35.5 t35.5 14.5z" />
48
+<glyph unicode="&#xe012;" d="M50 1100h200q21 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.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h700q21 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.5v200 q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 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.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 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.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h700q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
49
+<glyph unicode="&#xe013;" d="M465 477l571 571q8 8 18 8t17 -8l177 -177q8 -7 8 -17t-8 -18l-783 -784q-7 -8 -17.5 -8t-17.5 8l-384 384q-8 8 -8 18t8 17l177 177q7 8 17 8t18 -8l171 -171q7 -7 18 -7t18 7z" />
50
+<glyph unicode="&#xe014;" d="M904 1083l178 -179q8 -8 8 -18.5t-8 -17.5l-267 -268l267 -268q8 -7 8 -17.5t-8 -18.5l-178 -178q-8 -8 -18.5 -8t-17.5 8l-268 267l-268 -267q-7 -8 -17.5 -8t-18.5 8l-178 178q-8 8 -8 18.5t8 17.5l267 268l-267 268q-8 7 -8 17.5t8 18.5l178 178q8 8 18.5 8t17.5 -8 l268 -267l268 268q7 7 17.5 7t18.5 -7z" />
51
+<glyph unicode="&#xe015;" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM425 900h150q10 0 17.5 -7.5t7.5 -17.5v-75h75q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5 t-17.5 -7.5h-75v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-75q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v75q0 10 7.5 17.5t17.5 7.5z" />
52
+<glyph unicode="&#xe016;" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM325 800h350q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-350q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
53
+<glyph unicode="&#xe017;" d="M550 1200h100q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM800 975v166q167 -62 272 -209.5t105 -331.5q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5 t-184.5 123t-123 184.5t-45.5 224q0 184 105 331.5t272 209.5v-166q-103 -55 -165 -155t-62 -220q0 -116 57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5q0 120 -62 220t-165 155z" />
54
+<glyph unicode="&#xe018;" d="M1025 1200h150q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM725 800h150q10 0 17.5 -7.5t7.5 -17.5v-750q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v750 q0 10 7.5 17.5t17.5 7.5zM425 500h150q10 0 17.5 -7.5t7.5 -17.5v-450q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v450q0 10 7.5 17.5t17.5 7.5zM125 300h150q10 0 17.5 -7.5t7.5 -17.5v-250q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5 v250q0 10 7.5 17.5t17.5 7.5z" />
55
+<glyph unicode="&#xe019;" d="M600 1174q33 0 74 -5l38 -152l5 -1q49 -14 94 -39l5 -2l134 80q61 -48 104 -105l-80 -134l3 -5q25 -44 39 -93l1 -6l152 -38q5 -43 5 -73q0 -34 -5 -74l-152 -38l-1 -6q-15 -49 -39 -93l-3 -5l80 -134q-48 -61 -104 -105l-134 81l-5 -3q-44 -25 -94 -39l-5 -2l-38 -151 q-43 -5 -74 -5q-33 0 -74 5l-38 151l-5 2q-49 14 -94 39l-5 3l-134 -81q-60 48 -104 105l80 134l-3 5q-25 45 -38 93l-2 6l-151 38q-6 42 -6 74q0 33 6 73l151 38l2 6q13 48 38 93l3 5l-80 134q47 61 105 105l133 -80l5 2q45 25 94 39l5 1l38 152q43 5 74 5zM600 815 q-89 0 -152 -63t-63 -151.5t63 -151.5t152 -63t152 63t63 151.5t-63 151.5t-152 63z" />
56
+<glyph unicode="&#xe020;" d="M500 1300h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-75h-1100v75q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5zM500 1200v-100h300v100h-300zM1100 900v-800q0 -41 -29.5 -70.5t-70.5 -29.5h-700q-41 0 -70.5 29.5t-29.5 70.5 v800h900zM300 800v-700h100v700h-100zM500 800v-700h100v700h-100zM700 800v-700h100v700h-100zM900 800v-700h100v700h-100z" />
57
+<glyph unicode="&#xe021;" d="M18 618l620 608q8 7 18.5 7t17.5 -7l608 -608q8 -8 5.5 -13t-12.5 -5h-175v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v375h-300v-375q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v575h-175q-10 0 -12.5 5t5.5 13z" />
58
+<glyph unicode="&#xe022;" d="M600 1200v-400q0 -41 29.5 -70.5t70.5 -29.5h300v-650q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5h450zM1000 800h-250q-21 0 -35.5 14.5t-14.5 35.5v250z" />
59
+<glyph unicode="&#xe023;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h50q10 0 17.5 -7.5t7.5 -17.5v-275h175q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5z" />
60
+<glyph unicode="&#xe024;" d="M1300 0h-538l-41 400h-242l-41 -400h-538l431 1200h209l-21 -300h162l-20 300h208zM515 800l-27 -300h224l-27 300h-170z" />
61
+<glyph unicode="&#xe025;" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-450h191q20 0 25.5 -11.5t-7.5 -27.5l-327 -400q-13 -16 -32 -16t-32 16l-327 400q-13 16 -7.5 27.5t25.5 11.5h191v450q0 21 14.5 35.5t35.5 14.5zM1125 400h50q10 0 17.5 -7.5t7.5 -17.5v-350q0 -10 -7.5 -17.5t-17.5 -7.5 h-1050q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h50q10 0 17.5 -7.5t7.5 -17.5v-175h900v175q0 10 7.5 17.5t17.5 7.5z" />
62
+<glyph unicode="&#xe026;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -275q-13 -16 -32 -16t-32 16l-223 275q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z " />
63
+<glyph unicode="&#xe027;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM632 914l223 -275q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5l223 275q13 16 32 16 t32 -16z" />
64
+<glyph unicode="&#xe028;" d="M225 1200h750q10 0 19.5 -7t12.5 -17l186 -652q7 -24 7 -49v-425q0 -12 -4 -27t-9 -17q-12 -6 -37 -6h-1100q-12 0 -27 4t-17 8q-6 13 -6 38l1 425q0 25 7 49l185 652q3 10 12.5 17t19.5 7zM878 1000h-556q-10 0 -19 -7t-11 -18l-87 -450q-2 -11 4 -18t16 -7h150 q10 0 19.5 -7t11.5 -17l38 -152q2 -10 11.5 -17t19.5 -7h250q10 0 19.5 7t11.5 17l38 152q2 10 11.5 17t19.5 7h150q10 0 16 7t4 18l-87 450q-2 11 -11 18t-19 7z" />
65
+<glyph unicode="&#xe029;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM540 820l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
66
+<glyph unicode="&#xe030;" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-362q0 -10 -7.5 -17.5t-17.5 -7.5h-362q-11 0 -13 5.5t5 12.5l133 133q-109 76 -238 76q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5h150q0 -117 -45.5 -224 t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117z" />
67
+<glyph unicode="&#xe031;" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-361q0 -11 -7.5 -18.5t-18.5 -7.5h-361q-11 0 -13 5.5t5 12.5l134 134q-110 75 -239 75q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5h-150q0 117 45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117zM1027 600h150 q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5q-192 0 -348 118l-134 -134q-7 -8 -12.5 -5.5t-5.5 12.5v360q0 11 7.5 18.5t18.5 7.5h360q10 0 12.5 -5.5t-5.5 -12.5l-133 -133q110 -76 240 -76q116 0 214.5 57t155.5 155.5t57 214.5z" />
68
+<glyph unicode="&#xe032;" d="M125 1200h1050q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-1050q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM1075 1000h-850q-10 0 -17.5 -7.5t-7.5 -17.5v-850q0 -10 7.5 -17.5t17.5 -7.5h850q10 0 17.5 7.5t7.5 17.5v850 q0 10 -7.5 17.5t-17.5 7.5zM325 900h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 900h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 700h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 700h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 500h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 500h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 300h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 300h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5z" />
69
+<glyph unicode="&#xe033;" d="M900 800v200q0 83 -58.5 141.5t-141.5 58.5h-300q-82 0 -141 -59t-59 -141v-200h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h900q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-100zM400 800v150q0 21 15 35.5t35 14.5h200 q20 0 35 -14.5t15 -35.5v-150h-300z" />
70
+<glyph unicode="&#xe034;" d="M125 1100h50q10 0 17.5 -7.5t7.5 -17.5v-1075h-100v1075q0 10 7.5 17.5t17.5 7.5zM1075 1052q4 0 9 -2q16 -6 16 -23v-421q0 -6 -3 -12q-33 -59 -66.5 -99t-65.5 -58t-56.5 -24.5t-52.5 -6.5q-26 0 -57.5 6.5t-52.5 13.5t-60 21q-41 15 -63 22.5t-57.5 15t-65.5 7.5 q-85 0 -160 -57q-7 -5 -15 -5q-6 0 -11 3q-14 7 -14 22v438q22 55 82 98.5t119 46.5q23 2 43 0.5t43 -7t32.5 -8.5t38 -13t32.5 -11q41 -14 63.5 -21t57 -14t63.5 -7q103 0 183 87q7 8 18 8z" />
71
+<glyph unicode="&#xe035;" d="M600 1175q116 0 227 -49.5t192.5 -131t131 -192.5t49.5 -227v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v300q0 127 -70.5 231.5t-184.5 161.5t-245 57t-245 -57t-184.5 -161.5t-70.5 -231.5v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50 q-10 0 -17.5 7.5t-7.5 17.5v300q0 116 49.5 227t131 192.5t192.5 131t227 49.5zM220 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460q0 8 6 14t14 6zM820 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460 q0 8 6 14t14 6z" />
72
+<glyph unicode="&#xe036;" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM900 668l120 120q7 7 17 7t17 -7l34 -34q7 -7 7 -17t-7 -17l-120 -120l120 -120q7 -7 7 -17 t-7 -17l-34 -34q-7 -7 -17 -7t-17 7l-120 119l-120 -119q-7 -7 -17 -7t-17 7l-34 34q-7 7 -7 17t7 17l119 120l-119 120q-7 7 -7 17t7 17l34 34q7 8 17 8t17 -8z" />
73
+<glyph unicode="&#xe037;" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6 l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238q-6 8 -4.5 18t9.5 17l29 22q7 5 15 5z" />
74
+<glyph unicode="&#xe038;" d="M967 1004h3q11 -1 17 -10q135 -179 135 -396q0 -105 -34 -206.5t-98 -185.5q-7 -9 -17 -10h-3q-9 0 -16 6l-42 34q-8 6 -9 16t5 18q111 150 111 328q0 90 -29.5 176t-84.5 157q-6 9 -5 19t10 16l42 33q7 5 15 5zM321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5 t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238 q-6 8 -4.5 18.5t9.5 16.5l29 22q7 5 15 5z" />
75
+<glyph unicode="&#xe039;" d="M500 900h100v-100h-100v-100h-400v-100h-100v600h500v-300zM1200 700h-200v-100h200v-200h-300v300h-200v300h-100v200h600v-500zM100 1100v-300h300v300h-300zM800 1100v-300h300v300h-300zM300 900h-100v100h100v-100zM1000 900h-100v100h100v-100zM300 500h200v-500 h-500v500h200v100h100v-100zM800 300h200v-100h-100v-100h-200v100h-100v100h100v200h-200v100h300v-300zM100 400v-300h300v300h-300zM300 200h-100v100h100v-100zM1200 200h-100v100h100v-100zM700 0h-100v100h100v-100zM1200 0h-300v100h300v-100z" />
76
+<glyph unicode="&#xe040;" d="M100 200h-100v1000h100v-1000zM300 200h-100v1000h100v-1000zM700 200h-200v1000h200v-1000zM900 200h-100v1000h100v-1000zM1200 200h-200v1000h200v-1000zM400 0h-300v100h300v-100zM600 0h-100v91h100v-91zM800 0h-100v91h100v-91zM1100 0h-200v91h200v-91z" />
77
+<glyph unicode="&#xe041;" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
78
+<glyph unicode="&#xe042;" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM800 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-56 56l424 426l-700 700h150zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5 t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
79
+<glyph unicode="&#xe043;" d="M300 1200h825q75 0 75 -75v-900q0 -25 -18 -43l-64 -64q-8 -8 -13 -5.5t-5 12.5v950q0 10 -7.5 17.5t-17.5 7.5h-700q-25 0 -43 -18l-64 -64q-8 -8 -5.5 -13t12.5 -5h700q10 0 17.5 -7.5t7.5 -17.5v-950q0 -10 -7.5 -17.5t-17.5 -7.5h-850q-10 0 -17.5 7.5t-7.5 17.5v975 q0 25 18 43l139 139q18 18 43 18z" />
80
+<glyph unicode="&#xe044;" d="M250 1200h800q21 0 35.5 -14.5t14.5 -35.5v-1150l-450 444l-450 -445v1151q0 21 14.5 35.5t35.5 14.5z" />
81
+<glyph unicode="&#xe045;" d="M822 1200h-444q-11 0 -19 -7.5t-9 -17.5l-78 -301q-7 -24 7 -45l57 -108q6 -9 17.5 -15t21.5 -6h450q10 0 21.5 6t17.5 15l62 108q14 21 7 45l-83 301q-1 10 -9 17.5t-19 7.5zM1175 800h-150q-10 0 -21 -6.5t-15 -15.5l-78 -156q-4 -9 -15 -15.5t-21 -6.5h-550 q-10 0 -21 6.5t-15 15.5l-78 156q-4 9 -15 15.5t-21 6.5h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-650q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h750q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5 t7.5 17.5v650q0 10 -7.5 17.5t-17.5 7.5zM850 200h-500q-10 0 -19.5 -7t-11.5 -17l-38 -152q-2 -10 3.5 -17t15.5 -7h600q10 0 15.5 7t3.5 17l-38 152q-2 10 -11.5 17t-19.5 7z" />
82
+<glyph unicode="&#xe046;" d="M500 1100h200q56 0 102.5 -20.5t72.5 -50t44 -59t25 -50.5l6 -20h150q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5h150q2 8 6.5 21.5t24 48t45 61t72 48t102.5 21.5zM900 800v-100 h100v100h-100zM600 730q-95 0 -162.5 -67.5t-67.5 -162.5t67.5 -162.5t162.5 -67.5t162.5 67.5t67.5 162.5t-67.5 162.5t-162.5 67.5zM600 603q43 0 73 -30t30 -73t-30 -73t-73 -30t-73 30t-30 73t30 73t73 30z" />
83
+<glyph unicode="&#xe047;" d="M681 1199l385 -998q20 -50 60 -92q18 -19 36.5 -29.5t27.5 -11.5l10 -2v-66h-417v66q53 0 75 43.5t5 88.5l-82 222h-391q-58 -145 -92 -234q-11 -34 -6.5 -57t25.5 -37t46 -20t55 -6v-66h-365v66q56 24 84 52q12 12 25 30.5t20 31.5l7 13l399 1006h93zM416 521h340 l-162 457z" />
84
+<glyph unicode="&#xe048;" d="M753 641q5 -1 14.5 -4.5t36 -15.5t50.5 -26.5t53.5 -40t50.5 -54.5t35.5 -70t14.5 -87q0 -67 -27.5 -125.5t-71.5 -97.5t-98.5 -66.5t-108.5 -40.5t-102 -13h-500v89q41 7 70.5 32.5t29.5 65.5v827q0 24 -0.5 34t-3.5 24t-8.5 19.5t-17 13.5t-28 12.5t-42.5 11.5v71 l471 -1q57 0 115.5 -20.5t108 -57t80.5 -94t31 -124.5q0 -51 -15.5 -96.5t-38 -74.5t-45 -50.5t-38.5 -30.5zM400 700h139q78 0 130.5 48.5t52.5 122.5q0 41 -8.5 70.5t-29.5 55.5t-62.5 39.5t-103.5 13.5h-118v-350zM400 200h216q80 0 121 50.5t41 130.5q0 90 -62.5 154.5 t-156.5 64.5h-159v-400z" />
85
+<glyph unicode="&#xe049;" d="M877 1200l2 -57q-83 -19 -116 -45.5t-40 -66.5l-132 -839q-9 -49 13 -69t96 -26v-97h-500v97q186 16 200 98l173 832q3 17 3 30t-1.5 22.5t-9 17.5t-13.5 12.5t-21.5 10t-26 8.5t-33.5 10q-13 3 -19 5v57h425z" />
86
+<glyph unicode="&#xe050;" d="M1300 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM175 1000h-75v-800h75l-125 -167l-125 167h75v800h-75l125 167z" />
87
+<glyph unicode="&#xe051;" d="M1100 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-650q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v650h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM1167 50l-167 -125v75h-800v-75l-167 125l167 125v-75h800v75z" />
88
+<glyph unicode="&#xe052;" d="M50 1100h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1000q21 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.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
89
+<glyph unicode="&#xe053;" d="M250 1100h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM250 500h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
90
+<glyph unicode="&#xe054;" d="M500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5zM100 650v100q0 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-1000 q-21 0 -35.5 14.5t-14.5 35.5zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5zM0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5z" />
91
+<glyph unicode="&#xe055;" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
92
+<glyph unicode="&#xe056;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 1100h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 800h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 500h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 500h800q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 200h800 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
93
+<glyph unicode="&#xe057;" d="M400 0h-100v1100h100v-1100zM550 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM267 550l-167 -125v75h-200v100h200v75zM550 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
94
+<glyph unicode="&#xe058;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM900 0h-100v1100h100v-1100zM50 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM1100 600h200v-100h-200v-75l-167 125l167 125v-75zM50 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
95
+<glyph unicode="&#xe059;" d="M75 1000h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53v650q0 31 22 53t53 22zM1200 300l-300 300l300 300v-600z" />
96
+<glyph unicode="&#xe060;" d="M44 1100h1112q18 0 31 -13t13 -31v-1012q0 -18 -13 -31t-31 -13h-1112q-18 0 -31 13t-13 31v1012q0 18 13 31t31 13zM100 1000v-737l247 182l298 -131l-74 156l293 318l236 -288v500h-1000zM342 884q56 0 95 -39t39 -94.5t-39 -95t-95 -39.5t-95 39.5t-39 95t39 94.5 t95 39z" />
97
+<glyph unicode="&#xe062;" d="M648 1169q117 0 216 -60t156.5 -161t57.5 -218q0 -115 -70 -258q-69 -109 -158 -225.5t-143 -179.5l-54 -62q-9 8 -25.5 24.5t-63.5 67.5t-91 103t-98.5 128t-95.5 148q-60 132 -60 249q0 88 34 169.5t91.5 142t137 96.5t166.5 36zM652.5 974q-91.5 0 -156.5 -65 t-65 -157t65 -156.5t156.5 -64.5t156.5 64.5t65 156.5t-65 157t-156.5 65z" />
98
+<glyph unicode="&#xe063;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 173v854q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57z" />
99
+<glyph unicode="&#xe064;" d="M554 1295q21 -72 57.5 -143.5t76 -130t83 -118t82.5 -117t70 -116t49.5 -126t18.5 -136.5q0 -71 -25.5 -135t-68.5 -111t-99 -82t-118.5 -54t-125.5 -23q-84 5 -161.5 34t-139.5 78.5t-99 125t-37 164.5q0 69 18 136.5t49.5 126.5t69.5 116.5t81.5 117.5t83.5 119 t76.5 131t58.5 143zM344 710q-23 -33 -43.5 -70.5t-40.5 -102.5t-17 -123q1 -37 14.5 -69.5t30 -52t41 -37t38.5 -24.5t33 -15q21 -7 32 -1t13 22l6 34q2 10 -2.5 22t-13.5 19q-5 4 -14 12t-29.5 40.5t-32.5 73.5q-26 89 6 271q2 11 -6 11q-8 1 -15 -10z" />
100
+<glyph unicode="&#xe065;" d="M1000 1013l108 115q2 1 5 2t13 2t20.5 -1t25 -9.5t28.5 -21.5q22 -22 27 -43t0 -32l-6 -10l-108 -115zM350 1100h400q50 0 105 -13l-187 -187h-368q-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.5v182l200 200v-332 q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM1009 803l-362 -362l-161 -50l55 170l355 355z" />
101
+<glyph unicode="&#xe066;" d="M350 1100h361q-164 -146 -216 -200h-195q-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-103q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M824 1073l339 -301q8 -7 8 -17.5t-8 -17.5l-340 -306q-7 -6 -12.5 -4t-6.5 11v203q-26 1 -54.5 0t-78.5 -7.5t-92 -17.5t-86 -35t-70 -57q10 59 33 108t51.5 81.5t65 58.5t68.5 40.5t67 24.5t56 13.5t40 4.5v210q1 10 6.5 12.5t13.5 -4.5z" />
102
+<glyph unicode="&#xe067;" d="M350 1100h350q60 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-219q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M643 639l395 395q7 7 17.5 7t17.5 -7l101 -101q7 -7 7 -17.5t-7 -17.5l-531 -532q-7 -7 -17.5 -7t-17.5 7l-248 248q-7 7 -7 17.5t7 17.5l101 101q7 7 17.5 7t17.5 -7l111 -111q8 -7 18 -7t18 7z" />
103
+<glyph unicode="&#xe068;" d="M318 918l264 264q8 8 18 8t18 -8l260 -264q7 -8 4.5 -13t-12.5 -5h-170v-200h200v173q0 10 5 12t13 -5l264 -260q8 -7 8 -17.5t-8 -17.5l-264 -265q-8 -7 -13 -5t-5 12v173h-200v-200h170q10 0 12.5 -5t-4.5 -13l-260 -264q-8 -8 -18 -8t-18 8l-264 264q-8 8 -5.5 13 t12.5 5h175v200h-200v-173q0 -10 -5 -12t-13 5l-264 265q-8 7 -8 17.5t8 17.5l264 260q8 7 13 5t5 -12v-173h200v200h-175q-10 0 -12.5 5t5.5 13z" />
104
+<glyph unicode="&#xe069;" d="M250 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
105
+<glyph unicode="&#xe070;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5 t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
106
+<glyph unicode="&#xe071;" d="M1200 1050v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-492 480q-15 14 -15 35t15 35l492 480q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25z" />
107
+<glyph unicode="&#xe072;" d="M243 1074l814 -498q18 -11 18 -26t-18 -26l-814 -498q-18 -11 -30.5 -4t-12.5 28v1000q0 21 12.5 28t30.5 -4z" />
108
+<glyph unicode="&#xe073;" d="M250 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM650 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800 q0 21 14.5 35.5t35.5 14.5z" />
109
+<glyph unicode="&#xe074;" d="M1100 950v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5z" />
110
+<glyph unicode="&#xe075;" d="M500 612v438q0 21 10.5 25t25.5 -10l492 -480q15 -14 15 -35t-15 -35l-492 -480q-15 -14 -25.5 -10t-10.5 25v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10z" />
111
+<glyph unicode="&#xe076;" d="M1048 1102l100 1q20 0 35 -14.5t15 -35.5l5 -1000q0 -21 -14.5 -35.5t-35.5 -14.5l-100 -1q-21 0 -35.5 14.5t-14.5 35.5l-2 437l-463 -454q-14 -15 -24.5 -10.5t-10.5 25.5l-2 437l-462 -455q-15 -14 -25.5 -9.5t-10.5 24.5l-5 1000q0 21 10.5 25.5t25.5 -10.5l466 -450 l-2 438q0 20 10.5 24.5t25.5 -9.5l466 -451l-2 438q0 21 14.5 35.5t35.5 14.5z" />
112
+<glyph unicode="&#xe077;" d="M850 1100h100q21 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-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10l464 -453v438q0 21 14.5 35.5t35.5 14.5z" />
113
+<glyph unicode="&#xe078;" d="M686 1081l501 -540q15 -15 10.5 -26t-26.5 -11h-1042q-22 0 -26.5 11t10.5 26l501 540q15 15 36 15t36 -15zM150 400h1000q21 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.5v100q0 21 14.5 35.5t35.5 14.5z" />
114
+<glyph unicode="&#xe079;" d="M885 900l-352 -353l352 -353l-197 -198l-552 552l552 550z" />
115
+<glyph unicode="&#xe080;" d="M1064 547l-551 -551l-198 198l353 353l-353 353l198 198z" />
116
+<glyph unicode="&#xe081;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM650 900h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-150 q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5h150v-150q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v150h150q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-150v150q0 21 -14.5 35.5t-35.5 14.5z" />
117
+<glyph unicode="&#xe082;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM850 700h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5 t35.5 -14.5h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5z" />
118
+<glyph unicode="&#xe083;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM741.5 913q-12.5 0 -21.5 -9l-120 -120l-120 120q-9 9 -21.5 9 t-21.5 -9l-141 -141q-9 -9 -9 -21.5t9 -21.5l120 -120l-120 -120q-9 -9 -9 -21.5t9 -21.5l141 -141q9 -9 21.5 -9t21.5 9l120 120l120 -120q9 -9 21.5 -9t21.5 9l141 141q9 9 9 21.5t-9 21.5l-120 120l120 120q9 9 9 21.5t-9 21.5l-141 141q-9 9 -21.5 9z" />
119
+<glyph unicode="&#xe084;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM546 623l-84 85q-7 7 -17.5 7t-18.5 -7l-139 -139q-7 -8 -7 -18t7 -18 l242 -241q7 -8 17.5 -8t17.5 8l375 375q7 7 7 17.5t-7 18.5l-139 139q-7 7 -17.5 7t-17.5 -7z" />
120
+<glyph unicode="&#xe085;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM588 941q-29 0 -59 -5.5t-63 -20.5t-58 -38.5t-41.5 -63t-16.5 -89.5 q0 -25 20 -25h131q30 -5 35 11q6 20 20.5 28t45.5 8q20 0 31.5 -10.5t11.5 -28.5q0 -23 -7 -34t-26 -18q-1 0 -13.5 -4t-19.5 -7.5t-20 -10.5t-22 -17t-18.5 -24t-15.5 -35t-8 -46q-1 -8 5.5 -16.5t20.5 -8.5h173q7 0 22 8t35 28t37.5 48t29.5 74t12 100q0 47 -17 83 t-42.5 57t-59.5 34.5t-64 18t-59 4.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
121
+<glyph unicode="&#xe086;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM675 1000h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5 t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5zM675 700h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h75v-200h-75q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h350q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5 t-17.5 7.5h-75v275q0 10 -7.5 17.5t-17.5 7.5z" />
122
+<glyph unicode="&#xe087;" d="M525 1200h150q10 0 17.5 -7.5t7.5 -17.5v-194q103 -27 178.5 -102.5t102.5 -178.5h194q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-194q-27 -103 -102.5 -178.5t-178.5 -102.5v-194q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v194 q-103 27 -178.5 102.5t-102.5 178.5h-194q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h194q27 103 102.5 178.5t178.5 102.5v194q0 10 7.5 17.5t17.5 7.5zM700 893v-168q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v168q-68 -23 -119 -74 t-74 -119h168q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-168q23 -68 74 -119t119 -74v168q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-168q68 23 119 74t74 119h-168q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h168 q-23 68 -74 119t-119 74z" />
123
+<glyph unicode="&#xe088;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM759 823l64 -64q7 -7 7 -17.5t-7 -17.5l-124 -124l124 -124q7 -7 7 -17.5t-7 -17.5l-64 -64q-7 -7 -17.5 -7t-17.5 7l-124 124l-124 -124q-7 -7 -17.5 -7t-17.5 7l-64 64 q-7 7 -7 17.5t7 17.5l124 124l-124 124q-7 7 -7 17.5t7 17.5l64 64q7 7 17.5 7t17.5 -7l124 -124l124 124q7 7 17.5 7t17.5 -7z" />
124
+<glyph unicode="&#xe089;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM782 788l106 -106q7 -7 7 -17.5t-7 -17.5l-320 -321q-8 -7 -18 -7t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l197 197q7 7 17.5 7t17.5 -7z" />
125
+<glyph unicode="&#xe090;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5q0 -120 65 -225 l587 587q-105 65 -225 65zM965 819l-584 -584q104 -62 219 -62q116 0 214.5 57t155.5 155.5t57 214.5q0 115 -62 219z" />
126
+<glyph unicode="&#xe091;" d="M39 582l522 427q16 13 27.5 8t11.5 -26v-291h550q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-550v-291q0 -21 -11.5 -26t-27.5 8l-522 427q-16 13 -16 32t16 32z" />
127
+<glyph unicode="&#xe092;" d="M639 1009l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291h-550q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h550v291q0 21 11.5 26t27.5 -8z" />
128
+<glyph unicode="&#xe093;" d="M682 1161l427 -522q13 -16 8 -27.5t-26 -11.5h-291v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v550h-291q-21 0 -26 11.5t8 27.5l427 522q13 16 32 16t32 -16z" />
129
+<glyph unicode="&#xe094;" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-550h291q21 0 26 -11.5t-8 -27.5l-427 -522q-13 -16 -32 -16t-32 16l-427 522q-13 16 -8 27.5t26 11.5h291v550q0 21 14.5 35.5t35.5 14.5z" />
130
+<glyph unicode="&#xe095;" d="M639 1109l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291q-94 -2 -182 -20t-170.5 -52t-147 -92.5t-100.5 -135.5q5 105 27 193.5t67.5 167t113 135t167 91.5t225.5 42v262q0 21 11.5 26t27.5 -8z" />
131
+<glyph unicode="&#xe096;" d="M850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5zM350 0h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249 q8 7 18 7t18 -7l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5z" />
132
+<glyph unicode="&#xe097;" d="M1014 1120l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249q8 7 18 7t18 -7zM250 600h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5z" />
133
+<glyph unicode="&#xe101;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM704 900h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5 t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
134
+<glyph unicode="&#xe102;" d="M260 1200q9 0 19 -2t15 -4l5 -2q22 -10 44 -23l196 -118q21 -13 36 -24q29 -21 37 -12q11 13 49 35l196 118q22 13 45 23q17 7 38 7q23 0 47 -16.5t37 -33.5l13 -16q14 -21 18 -45l25 -123l8 -44q1 -9 8.5 -14.5t17.5 -5.5h61q10 0 17.5 -7.5t7.5 -17.5v-50 q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 -7.5t-7.5 -17.5v-175h-400v300h-200v-300h-400v175q0 10 -7.5 17.5t-17.5 7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5h61q11 0 18 3t7 8q0 4 9 52l25 128q5 25 19 45q2 3 5 7t13.5 15t21.5 19.5t26.5 15.5 t29.5 7zM915 1079l-166 -162q-7 -7 -5 -12t12 -5h219q10 0 15 7t2 17l-51 149q-3 10 -11 12t-15 -6zM463 917l-177 157q-8 7 -16 5t-11 -12l-51 -143q-3 -10 2 -17t15 -7h231q11 0 12.5 5t-5.5 12zM500 0h-375q-10 0 -17.5 7.5t-7.5 17.5v375h400v-400zM1100 400v-375 q0 -10 -7.5 -17.5t-17.5 -7.5h-375v400h400z" />
135
+<glyph unicode="&#xe103;" d="M1165 1190q8 3 21 -6.5t13 -17.5q-2 -178 -24.5 -323.5t-55.5 -245.5t-87 -174.5t-102.5 -118.5t-118 -68.5t-118.5 -33t-120 -4.5t-105 9.5t-90 16.5q-61 12 -78 11q-4 1 -12.5 0t-34 -14.5t-52.5 -40.5l-153 -153q-26 -24 -37 -14.5t-11 43.5q0 64 42 102q8 8 50.5 45 t66.5 58q19 17 35 47t13 61q-9 55 -10 102.5t7 111t37 130t78 129.5q39 51 80 88t89.5 63.5t94.5 45t113.5 36t129 31t157.5 37t182 47.5zM1116 1098q-8 9 -22.5 -3t-45.5 -50q-38 -47 -119 -103.5t-142 -89.5l-62 -33q-56 -30 -102 -57t-104 -68t-102.5 -80.5t-85.5 -91 t-64 -104.5q-24 -56 -31 -86t2 -32t31.5 17.5t55.5 59.5q25 30 94 75.5t125.5 77.5t147.5 81q70 37 118.5 69t102 79.5t99 111t86.5 148.5q22 50 24 60t-6 19z" />
136
+<glyph unicode="&#xe104;" d="M653 1231q-39 -67 -54.5 -131t-10.5 -114.5t24.5 -96.5t47.5 -80t63.5 -62.5t68.5 -46.5t65 -30q-4 7 -17.5 35t-18.5 39.5t-17 39.5t-17 43t-13 42t-9.5 44.5t-2 42t4 43t13.5 39t23 38.5q96 -42 165 -107.5t105 -138t52 -156t13 -159t-19 -149.5q-13 -55 -44 -106.5 t-68 -87t-78.5 -64.5t-72.5 -45t-53 -22q-72 -22 -127 -11q-31 6 -13 19q6 3 17 7q13 5 32.5 21t41 44t38.5 63.5t21.5 81.5t-6.5 94.5t-50 107t-104 115.5q10 -104 -0.5 -189t-37 -140.5t-65 -93t-84 -52t-93.5 -11t-95 24.5q-80 36 -131.5 114t-53.5 171q-2 23 0 49.5 t4.5 52.5t13.5 56t27.5 60t46 64.5t69.5 68.5q-8 -53 -5 -102.5t17.5 -90t34 -68.5t44.5 -39t49 -2q31 13 38.5 36t-4.5 55t-29 64.5t-36 75t-26 75.5q-15 85 2 161.5t53.5 128.5t85.5 92.5t93.5 61t81.5 25.5z" />
137
+<glyph unicode="&#xe105;" d="M600 1094q82 0 160.5 -22.5t140 -59t116.5 -82.5t94.5 -95t68 -95t42.5 -82.5t14 -57.5t-14 -57.5t-43 -82.5t-68.5 -95t-94.5 -95t-116.5 -82.5t-140 -59t-159.5 -22.5t-159.5 22.5t-140 59t-116.5 82.5t-94.5 95t-68.5 95t-43 82.5t-14 57.5t14 57.5t42.5 82.5t68 95 t94.5 95t116.5 82.5t140 59t160.5 22.5zM888 829q-15 15 -18 12t5 -22q25 -57 25 -119q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 59 23 114q8 19 4.5 22t-17.5 -12q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q22 -36 47 -71t70 -82t92.5 -81t113 -58.5t133.5 -24.5 t133.5 24t113 58.5t92.5 81.5t70 81.5t47 70.5q11 18 9 42.5t-14 41.5q-90 117 -163 189zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l35 34q14 15 12.5 33.5t-16.5 33.5q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
138
+<glyph unicode="&#xe106;" d="M592 0h-148l31 120q-91 20 -175.5 68.5t-143.5 106.5t-103.5 119t-66.5 110t-22 76q0 21 14 57.5t42.5 82.5t68 95t94.5 95t116.5 82.5t140 59t160.5 22.5q61 0 126 -15l32 121h148zM944 770l47 181q108 -85 176.5 -192t68.5 -159q0 -26 -19.5 -71t-59.5 -102t-93 -112 t-129 -104.5t-158 -75.5l46 173q77 49 136 117t97 131q11 18 9 42.5t-14 41.5q-54 70 -107 130zM310 824q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q18 -30 39 -60t57 -70.5t74 -73t90 -61t105 -41.5l41 154q-107 18 -178.5 101.5t-71.5 193.5q0 59 23 114q8 19 4.5 22 t-17.5 -12zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l12 11l22 86l-3 4q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
139
+<glyph unicode="&#xe107;" d="M-90 100l642 1066q20 31 48 28.5t48 -35.5l642 -1056q21 -32 7.5 -67.5t-50.5 -35.5h-1294q-37 0 -50.5 34t7.5 66zM155 200h345v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h345l-445 723zM496 700h208q20 0 32 -14.5t8 -34.5l-58 -252 q-4 -20 -21.5 -34.5t-37.5 -14.5h-54q-20 0 -37.5 14.5t-21.5 34.5l-58 252q-4 20 8 34.5t32 14.5z" />
140
+<glyph unicode="&#xe108;" d="M650 1200q62 0 106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -93 100 -113v-64q0 -21 -13 -29t-32 1l-205 128l-205 -128q-19 -9 -32 -1t-13 29v64q0 20 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5v41 q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44z" />
141
+<glyph unicode="&#xe109;" d="M850 1200h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-150h-1100v150q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-50h500v50q0 21 14.5 35.5t35.5 14.5zM1100 800v-750q0 -21 -14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v750h1100zM100 600v-100h100v100h-100zM300 600v-100h100v100h-100zM500 600v-100h100v100h-100zM700 600v-100h100v100h-100zM900 600v-100h100v100h-100zM100 400v-100h100v100h-100zM300 400v-100h100v100h-100zM500 400 v-100h100v100h-100zM700 400v-100h100v100h-100zM900 400v-100h100v100h-100zM100 200v-100h100v100h-100zM300 200v-100h100v100h-100zM500 200v-100h100v100h-100zM700 200v-100h100v100h-100zM900 200v-100h100v100h-100z" />
142
+<glyph unicode="&#xe110;" d="M1135 1165l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-159l-600 -600h-291q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h209l600 600h241v150q0 21 10.5 25t24.5 -10zM522 819l-141 -141l-122 122h-209q-21 0 -35.5 14.5 t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h291zM1135 565l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-241l-181 181l141 141l122 -122h159v150q0 21 10.5 25t24.5 -10z" />
143
+<glyph unicode="&#xe111;" d="M100 1100h1000q41 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.5v600q0 41 29.5 70.5t70.5 29.5z" />
144
+<glyph unicode="&#xe112;" d="M150 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM850 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM1100 800v-300q0 -41 -3 -77.5t-15 -89.5t-32 -96t-58 -89t-89 -77t-129 -51t-174 -20t-174 20 t-129 51t-89 77t-58 89t-32 96t-15 89.5t-3 77.5v300h300v-250v-27v-42.5t1.5 -41t5 -38t10 -35t16.5 -30t25.5 -24.5t35 -19t46.5 -12t60 -4t60 4.5t46.5 12.5t35 19.5t25 25.5t17 30.5t10 35t5 38t2 40.5t-0.5 42v25v250h300z" />
145
+<glyph unicode="&#xe113;" d="M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z" />
146
+<glyph unicode="&#xe114;" d="M1101 789l-550 -551l-551 551l198 199l353 -353l353 353z" />
147
+<glyph unicode="&#xe115;" d="M404 1000h746q21 0 35.5 -14.5t14.5 -35.5v-551h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v401h-381zM135 984l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-400h385l215 -200h-750q-21 0 -35.5 14.5 t-14.5 35.5v550h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
148
+<glyph unicode="&#xe116;" d="M56 1200h94q17 0 31 -11t18 -27l38 -162h896q24 0 39 -18.5t10 -42.5l-100 -475q-5 -21 -27 -42.5t-55 -21.5h-633l48 -200h535q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-50q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-300v-50 q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-31q-18 0 -32.5 10t-20.5 19l-5 10l-201 961h-54q-20 0 -35 14.5t-15 35.5t15 35.5t35 14.5z" />
149
+<glyph unicode="&#xe117;" d="M1200 1000v-100h-1200v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500zM0 800h1200v-800h-1200v800z" />
150
+<glyph unicode="&#xe118;" d="M200 800l-200 -400v600h200q0 41 29.5 70.5t70.5 29.5h300q42 0 71 -29.5t29 -70.5h500v-200h-1000zM1500 700l-300 -700h-1200l300 700h1200z" />
151
+<glyph unicode="&#xe119;" d="M635 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-601h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v601h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
152
+<glyph unicode="&#xe120;" d="M936 864l249 -229q14 -15 14 -35.5t-14 -35.5l-249 -229q-15 -15 -25.5 -10.5t-10.5 24.5v151h-600v-151q0 -20 -10.5 -24.5t-25.5 10.5l-249 229q-14 15 -14 35.5t14 35.5l249 229q15 15 25.5 10.5t10.5 -25.5v-149h600v149q0 21 10.5 25.5t25.5 -10.5z" />
153
+<glyph unicode="&#xe121;" d="M1169 400l-172 732q-5 23 -23 45.5t-38 22.5h-672q-20 0 -38 -20t-23 -41l-172 -739h1138zM1100 300h-1000q-41 0 -70.5 -29.5t-29.5 -70.5v-100q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v100q0 41 -29.5 70.5t-70.5 29.5zM800 100v100h100v-100h-100 zM1000 100v100h100v-100h-100z" />
154
+<glyph unicode="&#xe122;" d="M1150 1100q21 0 35.5 -14.5t14.5 -35.5v-850q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v850q0 21 14.5 35.5t35.5 14.5zM1000 200l-675 200h-38l47 -276q3 -16 -5.5 -20t-29.5 -4h-7h-84q-20 0 -34.5 14t-18.5 35q-55 337 -55 351v250v6q0 16 1 23.5t6.5 14 t17.5 6.5h200l675 250v-850zM0 750v-250q-4 0 -11 0.5t-24 6t-30 15t-24 30t-11 48.5v50q0 26 10.5 46t25 30t29 16t25.5 7z" />
155
+<glyph unicode="&#xe123;" d="M553 1200h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q19 0 33 -14.5t14 -35t-13 -40.5t-31 -27q-8 -4 -23 -9.5t-65 -19.5t-103 -25t-132.5 -20t-158.5 -9q-57 0 -115 5t-104 12t-88.5 15.5t-73.5 17.5t-54.5 16t-35.5 12l-11 4 q-18 8 -31 28t-13 40.5t14 35t33 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3.5 32t28.5 13zM498 110q50 -6 102 -6q53 0 102 6q-12 -49 -39.5 -79.5t-62.5 -30.5t-63 30.5t-39 79.5z" />
156
+<glyph unicode="&#xe124;" d="M800 946l224 78l-78 -224l234 -45l-180 -155l180 -155l-234 -45l78 -224l-224 78l-45 -234l-155 180l-155 -180l-45 234l-224 -78l78 224l-234 45l180 155l-180 155l234 45l-78 224l224 -78l45 234l155 -180l155 180z" />
157
+<glyph unicode="&#xe125;" d="M650 1200h50q40 0 70 -40.5t30 -84.5v-150l-28 -125h328q40 0 70 -40.5t30 -84.5v-100q0 -45 -29 -74l-238 -344q-16 -24 -38 -40.5t-45 -16.5h-250q-7 0 -42 25t-66 50l-31 25h-61q-45 0 -72.5 18t-27.5 57v400q0 36 20 63l145 196l96 198q13 28 37.5 48t51.5 20z M650 1100l-100 -212l-150 -213v-375h100l136 -100h214l250 375v125h-450l50 225v175h-50zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5z" />
158
+<glyph unicode="&#xe126;" d="M600 1100h250q23 0 45 -16.5t38 -40.5l238 -344q29 -29 29 -74v-100q0 -44 -30 -84.5t-70 -40.5h-328q28 -118 28 -125v-150q0 -44 -30 -84.5t-70 -40.5h-50q-27 0 -51.5 20t-37.5 48l-96 198l-145 196q-20 27 -20 63v400q0 39 27.5 57t72.5 18h61q124 100 139 100z M50 1000h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM636 1000l-136 -100h-100v-375l150 -213l100 -212h50v175l-50 225h450v125l-250 375h-214z" />
159
+<glyph unicode="&#xe127;" d="M356 873l363 230q31 16 53 -6l110 -112q13 -13 13.5 -32t-11.5 -34l-84 -121h302q84 0 138 -38t54 -110t-55 -111t-139 -39h-106l-131 -339q-6 -21 -19.5 -41t-28.5 -20h-342q-7 0 -90 81t-83 94v525q0 17 14 35.5t28 28.5zM400 792v-503l100 -89h293l131 339 q6 21 19.5 41t28.5 20h203q21 0 30.5 25t0.5 50t-31 25h-456h-7h-6h-5.5t-6 0.5t-5 1.5t-5 2t-4 2.5t-4 4t-2.5 4.5q-12 25 5 47l146 183l-86 83zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500 q0 21 14.5 35.5t35.5 14.5z" />
160
+<glyph unicode="&#xe128;" d="M475 1103l366 -230q2 -1 6 -3.5t14 -10.5t18 -16.5t14.5 -20t6.5 -22.5v-525q0 -13 -86 -94t-93 -81h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-85 0 -139.5 39t-54.5 111t54 110t138 38h302l-85 121q-11 15 -10.5 34t13.5 32l110 112q22 22 53 6zM370 945l146 -183 q17 -22 5 -47q-2 -2 -3.5 -4.5t-4 -4t-4 -2.5t-5 -2t-5 -1.5t-6 -0.5h-6h-6.5h-6h-475v-100h221q15 0 29 -20t20 -41l130 -339h294l106 89v503l-342 236zM1050 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5 v500q0 21 14.5 35.5t35.5 14.5z" />
161
+<glyph unicode="&#xe129;" d="M550 1294q72 0 111 -55t39 -139v-106l339 -131q21 -6 41 -19.5t20 -28.5v-342q0 -7 -81 -90t-94 -83h-525q-17 0 -35.5 14t-28.5 28l-9 14l-230 363q-16 31 6 53l112 110q13 13 32 13.5t34 -11.5l121 -84v302q0 84 38 138t110 54zM600 972v203q0 21 -25 30.5t-50 0.5 t-25 -31v-456v-7v-6v-5.5t-0.5 -6t-1.5 -5t-2 -5t-2.5 -4t-4 -4t-4.5 -2.5q-25 -12 -47 5l-183 146l-83 -86l236 -339h503l89 100v293l-339 131q-21 6 -41 19.5t-20 28.5zM450 200h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
162
+<glyph unicode="&#xe130;" d="M350 1100h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5zM600 306v-106q0 -84 -39 -139t-111 -55t-110 54t-38 138v302l-121 -84q-15 -12 -34 -11.5t-32 13.5l-112 110 q-22 22 -6 53l230 363q1 2 3.5 6t10.5 13.5t16.5 17t20 13.5t22.5 6h525q13 0 94 -83t81 -90v-342q0 -15 -20 -28.5t-41 -19.5zM308 900l-236 -339l83 -86l183 146q22 17 47 5q2 -1 4.5 -2.5t4 -4t2.5 -4t2 -5t1.5 -5t0.5 -6v-5.5v-6v-7v-456q0 -22 25 -31t50 0.5t25 30.5 v203q0 15 20 28.5t41 19.5l339 131v293l-89 100h-503z" />
163
+<glyph unicode="&#xe131;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM914 632l-275 223q-16 13 -27.5 8t-11.5 -26v-137h-275 q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h275v-137q0 -21 11.5 -26t27.5 8l275 223q16 13 16 32t-16 32z" />
164
+<glyph unicode="&#xe132;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM561 855l-275 -223q-16 -13 -16 -32t16 -32l275 -223q16 -13 27.5 -8 t11.5 26v137h275q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5h-275v137q0 21 -11.5 26t-27.5 -8z" />
165
+<glyph unicode="&#xe133;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM855 639l-223 275q-13 16 -32 16t-32 -16l-223 -275q-13 -16 -8 -27.5 t26 -11.5h137v-275q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v275h137q21 0 26 11.5t-8 27.5z" />
166
+<glyph unicode="&#xe134;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM675 900h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-275h-137q-21 0 -26 -11.5 t8 -27.5l223 -275q13 -16 32 -16t32 16l223 275q13 16 8 27.5t-26 11.5h-137v275q0 10 -7.5 17.5t-17.5 7.5z" />
167
+<glyph unicode="&#xe135;" d="M600 1176q116 0 222.5 -46t184 -123.5t123.5 -184t46 -222.5t-46 -222.5t-123.5 -184t-184 -123.5t-222.5 -46t-222.5 46t-184 123.5t-123.5 184t-46 222.5t46 222.5t123.5 184t184 123.5t222.5 46zM627 1101q-15 -12 -36.5 -20.5t-35.5 -12t-43 -8t-39 -6.5 q-15 -3 -45.5 0t-45.5 -2q-20 -7 -51.5 -26.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79q-9 -34 5 -93t8 -87q0 -9 17 -44.5t16 -59.5q12 0 23 -5t23.5 -15t19.5 -14q16 -8 33 -15t40.5 -15t34.5 -12q21 -9 52.5 -32t60 -38t57.5 -11 q7 -15 -3 -34t-22.5 -40t-9.5 -38q13 -21 23 -34.5t27.5 -27.5t36.5 -18q0 -7 -3.5 -16t-3.5 -14t5 -17q104 -2 221 112q30 29 46.5 47t34.5 49t21 63q-13 8 -37 8.5t-36 7.5q-15 7 -49.5 15t-51.5 19q-18 0 -41 -0.5t-43 -1.5t-42 -6.5t-38 -16.5q-51 -35 -66 -12 q-4 1 -3.5 25.5t0.5 25.5q-6 13 -26.5 17.5t-24.5 6.5q1 15 -0.5 30.5t-7 28t-18.5 11.5t-31 -21q-23 -25 -42 4q-19 28 -8 58q6 16 22 22q6 -1 26 -1.5t33.5 -4t19.5 -13.5q7 -12 18 -24t21.5 -20.5t20 -15t15.5 -10.5l5 -3q2 12 7.5 30.5t8 34.5t-0.5 32q-3 18 3.5 29 t18 22.5t15.5 24.5q6 14 10.5 35t8 31t15.5 22.5t34 22.5q-6 18 10 36q8 0 24 -1.5t24.5 -1.5t20 4.5t20.5 15.5q-10 23 -31 42.5t-37.5 29.5t-49 27t-43.5 23q0 1 2 8t3 11.5t1.5 10.5t-1 9.5t-4.5 4.5q31 -13 58.5 -14.5t38.5 2.5l12 5q5 28 -9.5 46t-36.5 24t-50 15 t-41 20q-18 -4 -37 0zM613 994q0 -17 8 -42t17 -45t9 -23q-8 1 -39.5 5.5t-52.5 10t-37 16.5q3 11 16 29.5t16 25.5q10 -10 19 -10t14 6t13.5 14.5t16.5 12.5z" />
168
+<glyph unicode="&#xe136;" d="M756 1157q164 92 306 -9l-259 -138l145 -232l251 126q6 -89 -34 -156.5t-117 -110.5q-60 -34 -127 -39.5t-126 16.5l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5t15 37.5l600 599q-34 101 5.5 201.5t135.5 154.5z" />
169
+<glyph unicode="&#xe137;" horiz-adv-x="1220" d="M100 1196h1000q41 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.5v100q0 41 29.5 70.5t70.5 29.5zM1100 1096h-200v-100h200v100zM100 796h1000q41 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.5v100q0 41 29.5 70.5t70.5 29.5zM1100 696h-500v-100h500v100zM100 396h1000q41 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.5v100q0 41 29.5 70.5t70.5 29.5zM1100 296h-300v-100h300v100z " />
170
+<glyph unicode="&#xe138;" d="M150 1200h900q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM700 500v-300l-200 -200v500l-350 500h900z" />
171
+<glyph unicode="&#xe139;" d="M500 1200h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5zM500 1100v-100h200v100h-200zM1200 400v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v200h1200z" />
172
+<glyph unicode="&#xe140;" d="M50 1200h300q21 0 25 -10.5t-10 -24.5l-94 -94l199 -199q7 -8 7 -18t-7 -18l-106 -106q-8 -7 -18 -7t-18 7l-199 199l-94 -94q-14 -14 -24.5 -10t-10.5 25v300q0 21 14.5 35.5t35.5 14.5zM850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-199 -199q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l199 199l-94 94q-14 14 -10 24.5t25 10.5zM364 470l106 -106q7 -8 7 -18t-7 -18l-199 -199l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l199 199 q8 7 18 7t18 -7zM1071 271l94 94q14 14 24.5 10t10.5 -25v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -25 10.5t10 24.5l94 94l-199 199q-7 8 -7 18t7 18l106 106q8 7 18 7t18 -7z" />
173
+<glyph unicode="&#xe141;" d="M596 1192q121 0 231.5 -47.5t190 -127t127 -190t47.5 -231.5t-47.5 -231.5t-127 -190.5t-190 -127t-231.5 -47t-231.5 47t-190.5 127t-127 190.5t-47 231.5t47 231.5t127 190t190.5 127t231.5 47.5zM596 1010q-112 0 -207.5 -55.5t-151 -151t-55.5 -207.5t55.5 -207.5 t151 -151t207.5 -55.5t207.5 55.5t151 151t55.5 207.5t-55.5 207.5t-151 151t-207.5 55.5zM454.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38.5 -16.5t-38.5 16.5t-16 39t16 38.5t38.5 16zM754.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38 -16.5q-14 0 -29 10l-55 -145 q17 -23 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5t-61.5 25.5t-25.5 61.5q0 32 20.5 56.5t51.5 29.5l122 126l1 1q-9 14 -9 28q0 23 16 39t38.5 16zM345.5 709q22.5 0 38.5 -16t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16zM854.5 709q22.5 0 38.5 -16 t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16z" />
174
+<glyph unicode="&#xe142;" d="M546 173l469 470q91 91 99 192q7 98 -52 175.5t-154 94.5q-22 4 -47 4q-34 0 -66.5 -10t-56.5 -23t-55.5 -38t-48 -41.5t-48.5 -47.5q-376 -375 -391 -390q-30 -27 -45 -41.5t-37.5 -41t-32 -46.5t-16 -47.5t-1.5 -56.5q9 -62 53.5 -95t99.5 -33q74 0 125 51l548 548 q36 36 20 75q-7 16 -21.5 26t-32.5 10q-26 0 -50 -23q-13 -12 -39 -38l-341 -338q-15 -15 -35.5 -15.5t-34.5 13.5t-14 34.5t14 34.5q327 333 361 367q35 35 67.5 51.5t78.5 16.5q14 0 29 -1q44 -8 74.5 -35.5t43.5 -68.5q14 -47 2 -96.5t-47 -84.5q-12 -11 -32 -32 t-79.5 -81t-114.5 -115t-124.5 -123.5t-123 -119.5t-96.5 -89t-57 -45q-56 -27 -120 -27q-70 0 -129 32t-93 89q-48 78 -35 173t81 163l511 511q71 72 111 96q91 55 198 55q80 0 152 -33q78 -36 129.5 -103t66.5 -154q17 -93 -11 -183.5t-94 -156.5l-482 -476 q-15 -15 -36 -16t-37 14t-17.5 34t14.5 35z" />
175
+<glyph unicode="&#xe143;" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.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-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104zM896 972q-33 0 -64.5 -19t-56.5 -46t-47.5 -53.5t-43.5 -45.5t-37.5 -19t-36 19t-40 45.5t-43 53.5t-54 46t-65.5 19q-67 0 -122.5 -55.5t-55.5 -132.5q0 -23 13.5 -51t46 -65t57.5 -63t76 -75l22 -22q15 -14 44 -44t50.5 -51t46 -44t41 -35t23 -12 t23.5 12t42.5 36t46 44t52.5 52t44 43q4 4 12 13q43 41 63.5 62t52 55t46 55t26 46t11.5 44q0 79 -53 133.5t-120 54.5z" />
176
+<glyph unicode="&#xe144;" d="M776.5 1214q93.5 0 159.5 -66l141 -141q66 -66 66 -160q0 -42 -28 -95.5t-62 -87.5l-29 -29q-31 53 -77 99l-18 18l95 95l-247 248l-389 -389l212 -212l-105 -106l-19 18l-141 141q-66 66 -66 159t66 159l283 283q65 66 158.5 66zM600 706l105 105q10 -8 19 -17l141 -141 q66 -66 66 -159t-66 -159l-283 -283q-66 -66 -159 -66t-159 66l-141 141q-66 66 -66 159.5t66 159.5l55 55q29 -55 75 -102l18 -17l-95 -95l247 -248l389 389z" />
177
+<glyph unicode="&#xe145;" d="M603 1200q85 0 162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5v953q0 21 30 46.5t81 48t129 37.5t163 15zM300 1000v-700h600v700h-600zM600 254q-43 0 -73.5 -30.5t-30.5 -73.5t30.5 -73.5t73.5 -30.5t73.5 30.5 t30.5 73.5t-30.5 73.5t-73.5 30.5z" />
178
+<glyph unicode="&#xe146;" d="M902 1185l283 -282q15 -15 15 -36t-14.5 -35.5t-35.5 -14.5t-35 15l-36 35l-279 -267v-300l-212 210l-308 -307l-280 -203l203 280l307 308l-210 212h300l267 279l-35 36q-15 14 -15 35t14.5 35.5t35.5 14.5t35 -15z" />
179
+<glyph unicode="&#xe148;" d="M700 1248v-78q38 -5 72.5 -14.5t75.5 -31.5t71 -53.5t52 -84t24 -118.5h-159q-4 36 -10.5 59t-21 45t-40 35.5t-64.5 20.5v-307l64 -13q34 -7 64 -16.5t70 -32t67.5 -52.5t47.5 -80t20 -112q0 -139 -89 -224t-244 -97v-77h-100v79q-150 16 -237 103q-40 40 -52.5 93.5 t-15.5 139.5h139q5 -77 48.5 -126t117.5 -65v335l-27 8q-46 14 -79 26.5t-72 36t-63 52t-40 72.5t-16 98q0 70 25 126t67.5 92t94.5 57t110 27v77h100zM600 754v274q-29 -4 -50 -11t-42 -21.5t-31.5 -41.5t-10.5 -65q0 -29 7 -50.5t16.5 -34t28.5 -22.5t31.5 -14t37.5 -10 q9 -3 13 -4zM700 547v-310q22 2 42.5 6.5t45 15.5t41.5 27t29 42t12 59.5t-12.5 59.5t-38 44.5t-53 31t-66.5 24.5z" />
180
+<glyph unicode="&#xe149;" d="M561 1197q84 0 160.5 -40t123.5 -109.5t47 -147.5h-153q0 40 -19.5 71.5t-49.5 48.5t-59.5 26t-55.5 9q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -26 13.5 -63t26.5 -61t37 -66q6 -9 9 -14h241v-100h-197q8 -50 -2.5 -115t-31.5 -95q-45 -62 -99 -112 q34 10 83 17.5t71 7.5q32 1 102 -16t104 -17q83 0 136 30l50 -147q-31 -19 -58 -30.5t-55 -15.5t-42 -4.5t-46 -0.5q-23 0 -76 17t-111 32.5t-96 11.5q-39 -3 -82 -16t-67 -25l-23 -11l-55 145q4 3 16 11t15.5 10.5t13 9t15.5 12t14.5 14t17.5 18.5q48 55 54 126.5 t-30 142.5h-221v100h166q-23 47 -44 104q-7 20 -12 41.5t-6 55.5t6 66.5t29.5 70.5t58.5 71q97 88 263 88z" />
181
+<glyph unicode="&#xe150;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM935 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-900h-200v900h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
182
+<glyph unicode="&#xe151;" d="M1000 700h-100v100h-100v-100h-100v500h300v-500zM400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM801 1100v-200h100v200h-100zM1000 350l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150z " />
183
+<glyph unicode="&#xe152;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 1050l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150zM1000 0h-100v100h-100v-100h-100v500h300v-500zM801 400v-200h100v200h-100z " />
184
+<glyph unicode="&#xe153;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 700h-100v400h-100v100h200v-500zM1100 0h-100v100h-200v400h300v-500zM901 400v-200h100v200h-100z" />
185
+<glyph unicode="&#xe154;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1100 700h-100v100h-200v400h300v-500zM901 1100v-200h100v200h-100zM1000 0h-100v400h-100v100h200v-500z" />
186
+<glyph unicode="&#xe155;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM900 1000h-200v200h200v-200zM1000 700h-300v200h300v-200zM1100 400h-400v200h400v-200zM1200 100h-500v200h500v-200z" />
187
+<glyph unicode="&#xe156;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1200 1000h-500v200h500v-200zM1100 700h-400v200h400v-200zM1000 400h-300v200h300v-200zM900 100h-200v200h200v-200z" />
188
+<glyph unicode="&#xe157;" d="M350 1100h400q162 0 256 -93.5t94 -256.5v-400q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-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.5 v500q0 41 -29.5 70.5t-70.5 29.5z" />
189
+<glyph unicode="&#xe158;" d="M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-163 0 -256.5 92.5t-93.5 257.5v400q0 163 94 256.5t256 93.5zM800 900h-500q-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.5 v500q0 41 -29.5 70.5t-70.5 29.5zM440 770l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
190
+<glyph unicode="&#xe159;" d="M350 1100h400q163 0 256.5 -94t93.5 -256v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 163 92.5 256.5t257.5 93.5zM800 900h-500q-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.5 v500q0 41 -29.5 70.5t-70.5 29.5zM350 700h400q21 0 26.5 -12t-6.5 -28l-190 -253q-12 -17 -30 -17t-30 17l-190 253q-12 16 -6.5 28t26.5 12z" />
191
+<glyph unicode="&#xe160;" d="M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -163 -92.5 -256.5t-257.5 -93.5h-400q-163 0 -256.5 94t-93.5 256v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-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.5 v500q0 41 -29.5 70.5t-70.5 29.5zM580 693l190 -253q12 -16 6.5 -28t-26.5 -12h-400q-21 0 -26.5 12t6.5 28l190 253q12 17 30 17t30 -17z" />
192
+<glyph unicode="&#xe161;" d="M550 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h450q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-450q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM338 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z" />
193
+<glyph unicode="&#xe162;" d="M793 1182l9 -9q8 -10 5 -27q-3 -11 -79 -225.5t-78 -221.5l300 1q24 0 32.5 -17.5t-5.5 -35.5q-1 0 -133.5 -155t-267 -312.5t-138.5 -162.5q-12 -15 -26 -15h-9l-9 8q-9 11 -4 32q2 9 42 123.5t79 224.5l39 110h-302q-23 0 -31 19q-10 21 6 41q75 86 209.5 237.5 t228 257t98.5 111.5q9 16 25 16h9z" />
194
+<glyph unicode="&#xe163;" d="M350 1100h400q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-450q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h450q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400 q0 165 92.5 257.5t257.5 92.5zM938 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z" />
195
+<glyph unicode="&#xe164;" d="M750 1200h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -10.5 -25t-24.5 10l-109 109l-312 -312q-15 -15 -35.5 -15t-35.5 15l-141 141q-15 15 -15 35.5t15 35.5l312 312l-109 109q-14 14 -10 24.5t25 10.5zM456 900h-156q-41 0 -70.5 -29.5t-29.5 -70.5v-500 q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v148l200 200v-298q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5h300z" />
196
+<glyph unicode="&#xe165;" d="M600 1186q119 0 227.5 -46.5t187 -125t125 -187t46.5 -227.5t-46.5 -227.5t-125 -187t-187 -125t-227.5 -46.5t-227.5 46.5t-187 125t-125 187t-46.5 227.5t46.5 227.5t125 187t187 125t227.5 46.5zM600 1022q-115 0 -212 -56.5t-153.5 -153.5t-56.5 -212t56.5 -212 t153.5 -153.5t212 -56.5t212 56.5t153.5 153.5t56.5 212t-56.5 212t-153.5 153.5t-212 56.5zM600 794q80 0 137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137t57 137t137 57z" />
197
+<glyph unicode="&#xe166;" d="M450 1200h200q21 0 35.5 -14.5t14.5 -35.5v-350h245q20 0 25 -11t-9 -26l-383 -426q-14 -15 -33.5 -15t-32.5 15l-379 426q-13 15 -8.5 26t25.5 11h250v350q0 21 14.5 35.5t35.5 14.5zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z" />
198
+<glyph unicode="&#xe167;" d="M583 1182l378 -435q14 -15 9 -31t-26 -16h-244v-250q0 -20 -17 -35t-39 -15h-200q-20 0 -32 14.5t-12 35.5v250h-250q-20 0 -25.5 16.5t8.5 31.5l383 431q14 16 33.5 17t33.5 -14zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z" />
199
+<glyph unicode="&#xe168;" d="M396 723l369 369q7 7 17.5 7t17.5 -7l139 -139q7 -8 7 -18.5t-7 -17.5l-525 -525q-7 -8 -17.5 -8t-17.5 8l-292 291q-7 8 -7 18t7 18l139 139q8 7 18.5 7t17.5 -7zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50 h-100z" />
200
+<glyph unicode="&#xe169;" d="M135 1023l142 142q14 14 35 14t35 -14l77 -77l-212 -212l-77 76q-14 15 -14 36t14 35zM655 855l210 210q14 14 24.5 10t10.5 -25l-2 -599q-1 -20 -15.5 -35t-35.5 -15l-597 -1q-21 0 -25 10.5t10 24.5l208 208l-154 155l212 212zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5 v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z" />
201
+<glyph unicode="&#xe170;" d="M350 1200l599 -2q20 -1 35 -15.5t15 -35.5l1 -597q0 -21 -10.5 -25t-24.5 10l-208 208l-155 -154l-212 212l155 154l-210 210q-14 14 -10 24.5t25 10.5zM524 512l-76 -77q-15 -14 -36 -14t-35 14l-142 142q-14 14 -14 35t14 35l77 77zM50 300h1000q21 0 35.5 -14.5 t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z" />
202
+<glyph unicode="&#xe171;" d="M1200 103l-483 276l-314 -399v423h-399l1196 796v-1096zM483 424v-230l683 953z" />
203
+<glyph unicode="&#xe172;" d="M1100 1000v-850q0 -21 -14.5 -35.5t-35.5 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200z" />
204
+<glyph unicode="&#xe173;" d="M1100 1000l-2 -149l-299 -299l-95 95q-9 9 -21.5 9t-21.5 -9l-149 -147h-312v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1132 638l106 -106q7 -7 7 -17.5t-7 -17.5l-420 -421q-8 -7 -18 -7 t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l297 297q7 7 17.5 7t17.5 -7z" />
205
+<glyph unicode="&#xe174;" d="M1100 1000v-269l-103 -103l-134 134q-15 15 -33.5 16.5t-34.5 -12.5l-266 -266h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1202 572l70 -70q15 -15 15 -35.5t-15 -35.5l-131 -131 l131 -131q15 -15 15 -35.5t-15 -35.5l-70 -70q-15 -15 -35.5 -15t-35.5 15l-131 131l-131 -131q-15 -15 -35.5 -15t-35.5 15l-70 70q-15 15 -15 35.5t15 35.5l131 131l-131 131q-15 15 -15 35.5t15 35.5l70 70q15 15 35.5 15t35.5 -15l131 -131l131 131q15 15 35.5 15 t35.5 -15z" />
206
+<glyph unicode="&#xe175;" d="M1100 1000v-300h-350q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM850 600h100q21 0 35.5 -14.5t14.5 -35.5v-250h150q21 0 25 -10.5t-10 -24.5 l-230 -230q-14 -14 -35 -14t-35 14l-230 230q-14 14 -10 24.5t25 10.5h150v250q0 21 14.5 35.5t35.5 14.5z" />
207
+<glyph unicode="&#xe176;" d="M1100 1000v-400l-165 165q-14 15 -35 15t-35 -15l-263 -265h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM935 565l230 -229q14 -15 10 -25.5t-25 -10.5h-150v-250q0 -20 -14.5 -35 t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35v250h-150q-21 0 -25 10.5t10 25.5l230 229q14 15 35 15t35 -15z" />
208
+<glyph unicode="&#xe177;" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-150h-1200v150q0 21 14.5 35.5t35.5 14.5zM1200 800v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v550h1200zM100 500v-200h400v200h-400z" />
209
+<glyph unicode="&#xe178;" d="M935 1165l248 -230q14 -14 14 -35t-14 -35l-248 -230q-14 -14 -24.5 -10t-10.5 25v150h-400v200h400v150q0 21 10.5 25t24.5 -10zM200 800h-50q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v-200zM400 800h-100v200h100v-200zM18 435l247 230 q14 14 24.5 10t10.5 -25v-150h400v-200h-400v-150q0 -21 -10.5 -25t-24.5 10l-247 230q-15 14 -15 35t15 35zM900 300h-100v200h100v-200zM1000 500h51q20 0 34.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-34.5 -14.5h-51v200z" />
210
+<glyph unicode="&#xe179;" d="M862 1073l276 116q25 18 43.5 8t18.5 -41v-1106q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v397q-4 1 -11 5t-24 17.5t-30 29t-24 42t-11 56.5v359q0 31 18.5 65t43.5 52zM550 1200q22 0 34.5 -12.5t14.5 -24.5l1 -13v-450q0 -28 -10.5 -59.5 t-25 -56t-29 -45t-25.5 -31.5l-10 -11v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447q-4 4 -11 11.5t-24 30.5t-30 46t-24 55t-11 60v450q0 2 0.5 5.5t4 12t8.5 15t14.5 12t22.5 5.5q20 0 32.5 -12.5t14.5 -24.5l3 -13v-350h100v350v5.5t2.5 12 t7 15t15 12t25.5 5.5q23 0 35.5 -12.5t13.5 -24.5l1 -13v-350h100v350q0 2 0.5 5.5t3 12t7 15t15 12t24.5 5.5z" />
211
+<glyph unicode="&#xe180;" d="M1200 1100v-56q-4 0 -11 -0.5t-24 -3t-30 -7.5t-24 -15t-11 -24v-888q0 -22 25 -34.5t50 -13.5l25 -2v-56h-400v56q75 0 87.5 6.5t12.5 43.5v394h-500v-394q0 -37 12.5 -43.5t87.5 -6.5v-56h-400v56q4 0 11 0.5t24 3t30 7.5t24 15t11 24v888q0 22 -25 34.5t-50 13.5 l-25 2v56h400v-56q-75 0 -87.5 -6.5t-12.5 -43.5v-394h500v394q0 37 -12.5 43.5t-87.5 6.5v56h400z" />
212
+<glyph unicode="&#xe181;" d="M675 1000h375q21 0 35.5 -14.5t14.5 -35.5v-150h-105l-295 -98v98l-200 200h-400l100 100h375zM100 900h300q41 0 70.5 -29.5t29.5 -70.5v-500q0 -41 -29.5 -70.5t-70.5 -29.5h-300q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5zM100 800v-200h300v200 h-300zM1100 535l-400 -133v163l400 133v-163zM100 500v-200h300v200h-300zM1100 398v-248q0 -21 -14.5 -35.5t-35.5 -14.5h-375l-100 -100h-375l-100 100h400l200 200h105z" />
213
+<glyph unicode="&#xe182;" d="M17 1007l162 162q17 17 40 14t37 -22l139 -194q14 -20 11 -44.5t-20 -41.5l-119 -118q102 -142 228 -268t267 -227l119 118q17 17 42.5 19t44.5 -12l192 -136q19 -14 22.5 -37.5t-13.5 -40.5l-163 -162q-3 -1 -9.5 -1t-29.5 2t-47.5 6t-62.5 14.5t-77.5 26.5t-90 42.5 t-101.5 60t-111 83t-119 108.5q-74 74 -133.5 150.5t-94.5 138.5t-60 119.5t-34.5 100t-15 74.5t-4.5 48z" />
214
+<glyph unicode="&#xe183;" d="M600 1100q92 0 175 -10.5t141.5 -27t108.5 -36.5t81.5 -40t53.5 -37t31 -27l9 -10v-200q0 -21 -14.5 -33t-34.5 -9l-202 34q-20 3 -34.5 20t-14.5 38v146q-141 24 -300 24t-300 -24v-146q0 -21 -14.5 -38t-34.5 -20l-202 -34q-20 -3 -34.5 9t-14.5 33v200q3 4 9.5 10.5 t31 26t54 37.5t80.5 39.5t109 37.5t141 26.5t175 10.5zM600 795q56 0 97 -9.5t60 -23.5t30 -28t12 -24l1 -10v-50l365 -303q14 -15 24.5 -40t10.5 -45v-212q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v212q0 20 10.5 45t24.5 40l365 303v50 q0 4 1 10.5t12 23t30 29t60 22.5t97 10z" />
215
+<glyph unicode="&#xe184;" d="M1100 700l-200 -200h-600l-200 200v500h200v-200h200v200h200v-200h200v200h200v-500zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5 t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
216
+<glyph unicode="&#xe185;" d="M700 1100h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-1000h300v1000q0 41 -29.5 70.5t-70.5 29.5zM1100 800h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-700h300v700q0 41 -29.5 70.5t-70.5 29.5zM400 0h-300v400q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-400z " />
217
+<glyph unicode="&#xe186;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z" />
218
+<glyph unicode="&#xe187;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 300h-100v200h-100v-200h-100v500h100v-200h100v200h100v-500zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z" />
219
+<glyph unicode="&#xe188;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-300h200v-100h-300v500h300v-100zM900 700h-200v-300h200v-100h-300v500h300v-100z" />
220
+<glyph unicode="&#xe189;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 400l-300 150l300 150v-300zM900 550l-300 -150v300z" />
221
+<glyph unicode="&#xe190;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM900 300h-700v500h700v-500zM800 700h-130q-38 0 -66.5 -43t-28.5 -108t27 -107t68 -42h130v300zM300 700v-300 h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130z" />
222
+<glyph unicode="&#xe191;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 300h-100v400h-100v100h200v-500z M700 300h-100v100h100v-100z" />
223
+<glyph unicode="&#xe192;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM300 700h200v-400h-300v500h100v-100zM900 300h-100v400h-100v100h200v-500zM300 600v-200h100v200h-100z M700 300h-100v100h100v-100z" />
224
+<glyph unicode="&#xe193;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 500l-199 -200h-100v50l199 200v150h-200v100h300v-300zM900 300h-100v400h-100v100h200v-500zM701 300h-100 v100h100v-100z" />
225
+<glyph unicode="&#xe194;" d="M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700h-300v-200h300v-100h-300l-100 100v200l100 100h300v-100z" />
226
+<glyph unicode="&#xe195;" d="M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700v-100l-50 -50l100 -100v-50h-100l-100 100h-150v-100h-100v400h300zM500 700v-100h200v100h-200z" />
227
+<glyph unicode="&#xe197;" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -207t-85 -207t-205 -86.5h-128v250q0 21 -14.5 35.5t-35.5 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-250h-222q-80 0 -136 57.5t-56 136.5q0 69 43 122.5t108 67.5q-2 19 -2 37q0 100 49 185 t134 134t185 49zM525 500h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -244q-13 -16 -32 -16t-32 16l-223 244q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z" />
228
+<glyph unicode="&#xe198;" d="M502 1089q110 0 201 -59.5t135 -156.5q43 15 89 15q121 0 206 -86.5t86 -206.5q0 -99 -60 -181t-150 -110l-378 360q-13 16 -31.5 16t-31.5 -16l-381 -365h-9q-79 0 -135.5 57.5t-56.5 136.5q0 69 43 122.5t108 67.5q-2 19 -2 38q0 100 49 184.5t133.5 134t184.5 49.5z M632 467l223 -228q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5q199 204 223 228q19 19 31.5 19t32.5 -19z" />
229
+<glyph unicode="&#xe199;" d="M700 100v100h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170l-270 -300h400v-100h-50q-21 0 -35.5 -14.5t-14.5 -35.5v-50h400v50q0 21 -14.5 35.5t-35.5 14.5h-50z" />
230
+<glyph unicode="&#xe200;" d="M600 1179q94 0 167.5 -56.5t99.5 -145.5q89 -6 150.5 -71.5t61.5 -155.5q0 -61 -29.5 -112.5t-79.5 -82.5q9 -29 9 -55q0 -74 -52.5 -126.5t-126.5 -52.5q-55 0 -100 30v-251q21 0 35.5 -14.5t14.5 -35.5v-50h-300v50q0 21 14.5 35.5t35.5 14.5v251q-45 -30 -100 -30 q-74 0 -126.5 52.5t-52.5 126.5q0 18 4 38q-47 21 -75.5 65t-28.5 97q0 74 52.5 126.5t126.5 52.5q5 0 23 -2q0 2 -1 10t-1 13q0 116 81.5 197.5t197.5 81.5z" />
231
+<glyph unicode="&#xe201;" d="M1010 1010q111 -111 150.5 -260.5t0 -299t-150.5 -260.5q-83 -83 -191.5 -126.5t-218.5 -43.5t-218.5 43.5t-191.5 126.5q-111 111 -150.5 260.5t0 299t150.5 260.5q83 83 191.5 126.5t218.5 43.5t218.5 -43.5t191.5 -126.5zM476 1065q-4 0 -8 -1q-121 -34 -209.5 -122.5 t-122.5 -209.5q-4 -12 2.5 -23t18.5 -14l36 -9q3 -1 7 -1q23 0 29 22q27 96 98 166q70 71 166 98q11 3 17.5 13.5t3.5 22.5l-9 35q-3 13 -14 19q-7 4 -15 4zM512 920q-4 0 -9 -2q-80 -24 -138.5 -82.5t-82.5 -138.5q-4 -13 2 -24t19 -14l34 -9q4 -1 8 -1q22 0 28 21 q18 58 58.5 98.5t97.5 58.5q12 3 18 13.5t3 21.5l-9 35q-3 12 -14 19q-7 4 -15 4zM719.5 719.5q-49.5 49.5 -119.5 49.5t-119.5 -49.5t-49.5 -119.5t49.5 -119.5t119.5 -49.5t119.5 49.5t49.5 119.5t-49.5 119.5zM855 551q-22 0 -28 -21q-18 -58 -58.5 -98.5t-98.5 -57.5 q-11 -4 -17 -14.5t-3 -21.5l9 -35q3 -12 14 -19q7 -4 15 -4q4 0 9 2q80 24 138.5 82.5t82.5 138.5q4 13 -2.5 24t-18.5 14l-34 9q-4 1 -8 1zM1000 515q-23 0 -29 -22q-27 -96 -98 -166q-70 -71 -166 -98q-11 -3 -17.5 -13.5t-3.5 -22.5l9 -35q3 -13 14 -19q7 -4 15 -4 q4 0 8 1q121 34 209.5 122.5t122.5 209.5q4 12 -2.5 23t-18.5 14l-36 9q-3 1 -7 1z" />
232
+<glyph unicode="&#xe202;" d="M700 800h300v-380h-180v200h-340v-200h-380v755q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM700 300h162l-212 -212l-212 212h162v200h100v-200zM520 0h-395q-10 0 -17.5 7.5t-7.5 17.5v395zM1000 220v-195q0 -10 -7.5 -17.5t-17.5 -7.5h-195z" />
233
+<glyph unicode="&#xe203;" d="M700 800h300v-520l-350 350l-550 -550v1095q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM862 200h-162v-200h-100v200h-162l212 212zM480 0h-355q-10 0 -17.5 7.5t-7.5 17.5v55h380v-80zM1000 80v-55q0 -10 -7.5 -17.5t-17.5 -7.5h-155v80h180z" />
234
+<glyph unicode="&#xe204;" d="M1162 800h-162v-200h100l100 -100h-300v300h-162l212 212zM200 800h200q27 0 40 -2t29.5 -10.5t23.5 -30t7 -57.5h300v-100h-600l-200 -350v450h100q0 36 7 57.5t23.5 30t29.5 10.5t40 2zM800 400h240l-240 -400h-800l300 500h500v-100z" />
235
+<glyph unicode="&#xe205;" d="M650 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM1000 850v150q41 0 70.5 -29.5t29.5 -70.5v-800 q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-1 0 -20 4l246 246l-326 326v324q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM412 250l-212 -212v162h-200v100h200v162z" />
236
+<glyph unicode="&#xe206;" d="M450 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM800 850v150q41 0 70.5 -29.5t29.5 -70.5v-500 h-200v-300h200q0 -36 -7 -57.5t-23.5 -30t-29.5 -10.5t-40 -2h-600q-41 0 -70.5 29.5t-29.5 70.5v800q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM1212 250l-212 -212v162h-200v100h200v162z" />
237
+<glyph unicode="&#xe209;" d="M658 1197l637 -1104q23 -38 7 -65.5t-60 -27.5h-1276q-44 0 -60 27.5t7 65.5l637 1104q22 39 54 39t54 -39zM704 800h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM500 300v-100h200 v100h-200z" />
238
+<glyph unicode="&#xe210;" d="M425 1100h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM825 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM25 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5zM425 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5 v150q0 10 7.5 17.5t17.5 7.5zM25 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
239
+<glyph unicode="&#xe211;" d="M700 1200h100v-200h-100v-100h350q62 0 86.5 -39.5t-3.5 -94.5l-66 -132q-41 -83 -81 -134h-772q-40 51 -81 134l-66 132q-28 55 -3.5 94.5t86.5 39.5h350v100h-100v200h100v100h200v-100zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100 h-950l138 100h-13q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
240
+<glyph unicode="&#xe212;" d="M600 1300q40 0 68.5 -29.5t28.5 -70.5h-194q0 41 28.5 70.5t68.5 29.5zM443 1100h314q18 -37 18 -75q0 -8 -3 -25h328q41 0 44.5 -16.5t-30.5 -38.5l-175 -145h-678l-178 145q-34 22 -29 38.5t46 16.5h328q-3 17 -3 25q0 38 18 75zM250 700h700q21 0 35.5 -14.5 t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-150v-200l275 -200h-950l275 200v200h-150q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
241
+<glyph unicode="&#xe213;" d="M600 1181q75 0 128 -53t53 -128t-53 -128t-128 -53t-128 53t-53 128t53 128t128 53zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13 l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
242
+<glyph unicode="&#xe214;" d="M600 1300q47 0 92.5 -53.5t71 -123t25.5 -123.5q0 -78 -55.5 -133.5t-133.5 -55.5t-133.5 55.5t-55.5 133.5q0 62 34 143l144 -143l111 111l-163 163q34 26 63 26zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45 zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
243
+<glyph unicode="&#xe215;" d="M600 1200l300 -161v-139h-300q0 -57 18.5 -108t50 -91.5t63 -72t70 -67.5t57.5 -61h-530q-60 83 -90.5 177.5t-30.5 178.5t33 164.5t87.5 139.5t126 96.5t145.5 41.5v-98zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100 h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
244
+<glyph unicode="&#xe216;" d="M600 1300q41 0 70.5 -29.5t29.5 -70.5v-78q46 -26 73 -72t27 -100v-50h-400v50q0 54 27 100t73 72v78q0 41 29.5 70.5t70.5 29.5zM400 800h400q54 0 100 -27t72 -73h-172v-100h200v-100h-200v-100h200v-100h-200v-100h200q0 -83 -58.5 -141.5t-141.5 -58.5h-400 q-83 0 -141.5 58.5t-58.5 141.5v400q0 83 58.5 141.5t141.5 58.5z" />
245
+<glyph unicode="&#xe218;" d="M150 1100h900q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM125 400h950q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-283l224 -224q13 -13 13 -31.5t-13 -32 t-31.5 -13.5t-31.5 13l-88 88h-524l-87 -88q-13 -13 -32 -13t-32 13.5t-13 32t13 31.5l224 224h-289q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM541 300l-100 -100h324l-100 100h-124z" />
246
+<glyph unicode="&#xe219;" d="M200 1100h800q83 0 141.5 -58.5t58.5 -141.5v-200h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100v200q0 83 58.5 141.5t141.5 58.5zM100 600h1000q41 0 70.5 -29.5 t29.5 -70.5v-300h-1200v300q0 41 29.5 70.5t70.5 29.5zM300 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200zM1100 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200z" />
247
+<glyph unicode="&#xe221;" d="M480 1165l682 -683q31 -31 31 -75.5t-31 -75.5l-131 -131h-481l-517 518q-32 31 -32 75.5t32 75.5l295 296q31 31 75.5 31t76.5 -31zM108 794l342 -342l303 304l-341 341zM250 100h800q21 0 35.5 -14.5t14.5 -35.5v-50h-900v50q0 21 14.5 35.5t35.5 14.5z" />
248
+<glyph unicode="&#xe223;" d="M1057 647l-189 506q-8 19 -27.5 33t-40.5 14h-400q-21 0 -40.5 -14t-27.5 -33l-189 -506q-8 -19 1.5 -33t30.5 -14h625v-150q0 -21 14.5 -35.5t35.5 -14.5t35.5 14.5t14.5 35.5v150h125q21 0 30.5 14t1.5 33zM897 0h-595v50q0 21 14.5 35.5t35.5 14.5h50v50 q0 21 14.5 35.5t35.5 14.5h48v300h200v-300h47q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-50z" />
249
+<glyph unicode="&#xe224;" d="M900 800h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-375v591l-300 300v84q0 10 7.5 17.5t17.5 7.5h375v-400zM1200 900h-200v200zM400 600h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-650q-10 0 -17.5 7.5t-7.5 17.5v950q0 10 7.5 17.5t17.5 7.5h375v-400zM700 700h-200v200z " />
250
+<glyph unicode="&#xe225;" d="M484 1095h195q75 0 146 -32.5t124 -86t89.5 -122.5t48.5 -142q18 -14 35 -20q31 -10 64.5 6.5t43.5 48.5q10 34 -15 71q-19 27 -9 43q5 8 12.5 11t19 -1t23.5 -16q41 -44 39 -105q-3 -63 -46 -106.5t-104 -43.5h-62q-7 -55 -35 -117t-56 -100l-39 -234q-3 -20 -20 -34.5 t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l12 70q-49 -14 -91 -14h-195q-24 0 -65 8l-11 -64q-3 -20 -20 -34.5t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l26 157q-84 74 -128 175l-159 53q-19 7 -33 26t-14 40v50q0 21 14.5 35.5t35.5 14.5h124q11 87 56 166l-111 95 q-16 14 -12.5 23.5t24.5 9.5h203q116 101 250 101zM675 1000h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h250q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5t-17.5 7.5z" />
251
+<glyph unicode="&#xe226;" d="M641 900l423 247q19 8 42 2.5t37 -21.5l32 -38q14 -15 12.5 -36t-17.5 -34l-139 -120h-390zM50 1100h106q67 0 103 -17t66 -71l102 -212h823q21 0 35.5 -14.5t14.5 -35.5v-50q0 -21 -14 -40t-33 -26l-737 -132q-23 -4 -40 6t-26 25q-42 67 -100 67h-300q-62 0 -106 44 t-44 106v200q0 62 44 106t106 44zM173 928h-80q-19 0 -28 -14t-9 -35v-56q0 -51 42 -51h134q16 0 21.5 8t5.5 24q0 11 -16 45t-27 51q-18 28 -43 28zM550 727q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM130 389 l152 130q18 19 34 24t31 -3.5t24.5 -17.5t25.5 -28q28 -35 50.5 -51t48.5 -13l63 5l48 -179q13 -61 -3.5 -97.5t-67.5 -79.5l-80 -69q-47 -40 -109 -35.5t-103 51.5l-130 151q-40 47 -35.5 109.5t51.5 102.5zM380 377l-102 -88q-31 -27 2 -65l37 -43q13 -15 27.5 -19.5 t31.5 6.5l61 53q19 16 14 49q-2 20 -12 56t-17 45q-11 12 -19 14t-23 -8z" />
252
+<glyph unicode="&#xe227;" d="M625 1200h150q10 0 17.5 -7.5t7.5 -17.5v-109q79 -33 131 -87.5t53 -128.5q1 -46 -15 -84.5t-39 -61t-46 -38t-39 -21.5l-17 -6q6 0 15 -1.5t35 -9t50 -17.5t53 -30t50 -45t35.5 -64t14.5 -84q0 -59 -11.5 -105.5t-28.5 -76.5t-44 -51t-49.5 -31.5t-54.5 -16t-49.5 -6.5 t-43.5 -1v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-100v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-175q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v600h-75q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5h175v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h100v75q0 10 7.5 17.5t17.5 7.5zM400 900v-200h263q28 0 48.5 10.5t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-263zM400 500v-200h363q28 0 48.5 10.5 t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-363z" />
253
+<glyph unicode="&#xe230;" d="M212 1198h780q86 0 147 -61t61 -147v-416q0 -51 -18 -142.5t-36 -157.5l-18 -66q-29 -87 -93.5 -146.5t-146.5 -59.5h-572q-82 0 -147 59t-93 147q-8 28 -20 73t-32 143.5t-20 149.5v416q0 86 61 147t147 61zM600 1045q-70 0 -132.5 -11.5t-105.5 -30.5t-78.5 -41.5 t-57 -45t-36 -41t-20.5 -30.5l-6 -12l156 -243h560l156 243q-2 5 -6 12.5t-20 29.5t-36.5 42t-57 44.5t-79 42t-105 29.5t-132.5 12zM762 703h-157l195 261z" />
254
+<glyph unicode="&#xe231;" d="M475 1300h150q103 0 189 -86t86 -189v-500q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z" />
255
+<glyph unicode="&#xe232;" d="M475 1300h96q0 -150 89.5 -239.5t239.5 -89.5v-446q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z" />
256
+<glyph unicode="&#xe233;" d="M1294 767l-638 -283l-378 170l-78 -60v-224l100 -150v-199l-150 148l-150 -149v200l100 150v250q0 4 -0.5 10.5t0 9.5t1 8t3 8t6.5 6l47 40l-147 65l642 283zM1000 380l-350 -166l-350 166v147l350 -165l350 165v-147z" />
257
+<glyph unicode="&#xe234;" d="M250 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM650 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM1050 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z" />
258
+<glyph unicode="&#xe235;" d="M550 1100q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 700q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 300q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z" />
259
+<glyph unicode="&#xe236;" d="M125 1100h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM125 700h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM125 300h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
260
+<glyph unicode="&#xe237;" d="M350 1200h500q162 0 256 -93.5t94 -256.5v-500q0 -165 -93.5 -257.5t-256.5 -92.5h-500q-165 0 -257.5 92.5t-92.5 257.5v500q0 165 92.5 257.5t257.5 92.5zM900 1000h-600q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h600q41 0 70.5 29.5 t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5zM350 900h500q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-500q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 14.5 35.5t35.5 14.5zM400 800v-200h400v200h-400z" />
261
+<glyph unicode="&#xe238;" d="M150 1100h1000q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5z" />
262
+<glyph unicode="&#xe239;" d="M650 1187q87 -67 118.5 -156t0 -178t-118.5 -155q-87 66 -118.5 155t0 178t118.5 156zM300 800q124 0 212 -88t88 -212q-124 0 -212 88t-88 212zM1000 800q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM300 500q124 0 212 -88t88 -212q-124 0 -212 88t-88 212z M1000 500q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM700 199v-144q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v142q40 -4 43 -4q17 0 57 6z" />
263
+<glyph unicode="&#xe240;" d="M745 878l69 19q25 6 45 -12l298 -295q11 -11 15 -26.5t-2 -30.5q-5 -14 -18 -23.5t-28 -9.5h-8q1 0 1 -13q0 -29 -2 -56t-8.5 -62t-20 -63t-33 -53t-51 -39t-72.5 -14h-146q-184 0 -184 288q0 24 10 47q-20 4 -62 4t-63 -4q11 -24 11 -47q0 -288 -184 -288h-142 q-48 0 -84.5 21t-56 51t-32 71.5t-16 75t-3.5 68.5q0 13 2 13h-7q-15 0 -27.5 9.5t-18.5 23.5q-6 15 -2 30.5t15 25.5l298 296q20 18 46 11l76 -19q20 -5 30.5 -22.5t5.5 -37.5t-22.5 -31t-37.5 -5l-51 12l-182 -193h891l-182 193l-44 -12q-20 -5 -37.5 6t-22.5 31t6 37.5 t31 22.5z" />
264
+<glyph unicode="&#xe241;" d="M1200 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM500 450h-25q0 15 -4 24.5t-9 14.5t-17 7.5t-20 3t-25 0.5h-100v-425q0 -11 12.5 -17.5t25.5 -7.5h12v-50h-200v50q50 0 50 25v425h-100q-17 0 -25 -0.5t-20 -3t-17 -7.5t-9 -14.5t-4 -24.5h-25v150h500v-150z" />
265
+<glyph unicode="&#xe242;" d="M1000 300v50q-25 0 -55 32q-14 14 -25 31t-16 27l-4 11l-289 747h-69l-300 -754q-18 -35 -39 -56q-9 -9 -24.5 -18.5t-26.5 -14.5l-11 -5v-50h273v50q-49 0 -78.5 21.5t-11.5 67.5l69 176h293l61 -166q13 -34 -3.5 -66.5t-55.5 -32.5v-50h312zM412 691l134 342l121 -342 h-255zM1100 150v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5z" />
266
+<glyph unicode="&#xe243;" d="M50 1200h1100q21 0 35.5 -14.5t14.5 -35.5v-1100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5zM611 1118h-70q-13 0 -18 -12l-299 -753q-17 -32 -35 -51q-18 -18 -56 -34q-12 -5 -12 -18v-50q0 -8 5.5 -14t14.5 -6 h273q8 0 14 6t6 14v50q0 8 -6 14t-14 6q-55 0 -71 23q-10 14 0 39l63 163h266l57 -153q11 -31 -6 -55q-12 -17 -36 -17q-8 0 -14 -6t-6 -14v-50q0 -8 6 -14t14 -6h313q8 0 14 6t6 14v50q0 7 -5.5 13t-13.5 7q-17 0 -42 25q-25 27 -40 63h-1l-288 748q-5 12 -19 12zM639 611 h-197l103 264z" />
267
+<glyph unicode="&#xe244;" d="M1200 1100h-1200v100h1200v-100zM50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 1000h400q21 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.5v400q0 21 14.5 35.5t35.5 14.5zM700 900v-300h300v300h-300z" />
268
+<glyph unicode="&#xe245;" d="M50 1200h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 700h400q21 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.5v400 q0 21 14.5 35.5t35.5 14.5zM700 600v-300h300v300h-300zM1200 0h-1200v100h1200v-100z" />
269
+<glyph unicode="&#xe246;" d="M50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-350h100v150q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-150h100v-100h-100v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v150h-100v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM700 700v-300h300v300h-300z" />
270
+<glyph unicode="&#xe247;" d="M100 0h-100v1200h100v-1200zM250 1100h400q21 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.5v400q0 21 14.5 35.5t35.5 14.5zM300 1000v-300h300v300h-300zM250 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
271
+<glyph unicode="&#xe248;" d="M600 1100h150q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-100h450q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h350v100h-150q-21 0 -35.5 14.5 t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h150v100h100v-100zM400 1000v-300h300v300h-300z" />
272
+<glyph unicode="&#xe249;" d="M1200 0h-100v1200h100v-1200zM550 1100h400q21 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.5v400q0 21 14.5 35.5t35.5 14.5zM600 1000v-300h300v300h-300zM50 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
273
+<glyph unicode="&#xe250;" d="M865 565l-494 -494q-23 -23 -41 -23q-14 0 -22 13.5t-8 38.5v1000q0 25 8 38.5t22 13.5q18 0 41 -23l494 -494q14 -14 14 -35t-14 -35z" />
274
+<glyph unicode="&#xe251;" d="M335 635l494 494q29 29 50 20.5t21 -49.5v-1000q0 -41 -21 -49.5t-50 20.5l-494 494q-14 14 -14 35t14 35z" />
275
+<glyph unicode="&#xe252;" d="M100 900h1000q41 0 49.5 -21t-20.5 -50l-494 -494q-14 -14 -35 -14t-35 14l-494 494q-29 29 -20.5 50t49.5 21z" />
276
+<glyph unicode="&#xe253;" d="M635 865l494 -494q29 -29 20.5 -50t-49.5 -21h-1000q-41 0 -49.5 21t20.5 50l494 494q14 14 35 14t35 -14z" />
277
+<glyph unicode="&#xe254;" d="M700 741v-182l-692 -323v221l413 193l-413 193v221zM1200 0h-800v200h800v-200z" />
278
+<glyph unicode="&#xe255;" d="M1200 900h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300zM0 700h50q0 21 4 37t9.5 26.5t18 17.5t22 11t28.5 5.5t31 2t37 0.5h100v-550q0 -22 -25 -34.5t-50 -13.5l-25 -2v-100h400v100q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v550h100q25 0 37 -0.5t31 -2 t28.5 -5.5t22 -11t18 -17.5t9.5 -26.5t4 -37h50v300h-800v-300z" />
279
+<glyph unicode="&#xe256;" d="M800 700h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-100v-550q0 -22 25 -34.5t50 -14.5l25 -1v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v550h-100q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h800v-300zM1100 200h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300z" />
280
+<glyph unicode="&#xe257;" d="M701 1098h160q16 0 21 -11t-7 -23l-464 -464l464 -464q12 -12 7 -23t-21 -11h-160q-13 0 -23 9l-471 471q-7 8 -7 18t7 18l471 471q10 9 23 9z" />
281
+<glyph unicode="&#xe258;" d="M339 1098h160q13 0 23 -9l471 -471q7 -8 7 -18t-7 -18l-471 -471q-10 -9 -23 -9h-160q-16 0 -21 11t7 23l464 464l-464 464q-12 12 -7 23t21 11z" />
282
+<glyph unicode="&#xe259;" d="M1087 882q11 -5 11 -21v-160q0 -13 -9 -23l-471 -471q-8 -7 -18 -7t-18 7l-471 471q-9 10 -9 23v160q0 16 11 21t23 -7l464 -464l464 464q12 12 23 7z" />
283
+<glyph unicode="&#xe260;" d="M618 993l471 -471q9 -10 9 -23v-160q0 -16 -11 -21t-23 7l-464 464l-464 -464q-12 -12 -23 -7t-11 21v160q0 13 9 23l471 471q8 7 18 7t18 -7z" />
284
+<glyph unicode="&#xf8ff;" d="M1000 1200q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM450 1000h100q21 0 40 -14t26 -33l79 -194q5 1 16 3q34 6 54 9.5t60 7t65.5 1t61 -10t56.5 -23t42.5 -42t29 -64t5 -92t-19.5 -121.5q-1 -7 -3 -19.5t-11 -50t-20.5 -73t-32.5 -81.5t-46.5 -83t-64 -70 t-82.5 -50q-13 -5 -42 -5t-65.5 2.5t-47.5 2.5q-14 0 -49.5 -3.5t-63 -3.5t-43.5 7q-57 25 -104.5 78.5t-75 111.5t-46.5 112t-26 90l-7 35q-15 63 -18 115t4.5 88.5t26 64t39.5 43.5t52 25.5t58.5 13t62.5 2t59.5 -4.5t55.5 -8l-147 192q-12 18 -5.5 30t27.5 12z" />
285
+<glyph unicode="&#x1f511;" d="M250 1200h600q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-500l-255 -178q-19 -9 -32 -1t-13 29v650h-150q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM400 1100v-100h300v100h-300z" />
286
+<glyph unicode="&#x1f6aa;" d="M250 1200h750q39 0 69.5 -40.5t30.5 -84.5v-933l-700 -117v950l600 125h-700v-1000h-100v1025q0 23 15.5 49t34.5 26zM500 525v-100l100 20v100z" />
287
+</font>
288
+</defs></svg> 
0 289
\ No newline at end of file
... ...
@@ -0,0 +1,2377 @@
1
+/*!
2
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
3
+ * Copyright 2011-2016 Twitter, Inc.
4
+ * Licensed under the MIT license
5
+ */
6
+
7
+if (typeof jQuery === 'undefined') {
8
+  throw new Error('Bootstrap\'s JavaScript requires jQuery')
9
+}
10
+
11
++function ($) {
12
+  'use strict';
13
+  var version = $.fn.jquery.split(' ')[0].split('.')
14
+  if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 3)) {
15
+    throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4')
16
+  }
17
+}(jQuery);
18
+
19
+/* ========================================================================
20
+ * Bootstrap: transition.js v3.3.7
21
+ * http://getbootstrap.com/javascript/#transitions
22
+ * ========================================================================
23
+ * Copyright 2011-2016 Twitter, Inc.
24
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
25
+ * ======================================================================== */
26
+
27
+
28
++function ($) {
29
+  'use strict';
30
+
31
+  // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
32
+  // ============================================================
33
+
34
+  function transitionEnd() {
35
+    var el = document.createElement('bootstrap')
36
+
37
+    var transEndEventNames = {
38
+      WebkitTransition : 'webkitTransitionEnd',
39
+      MozTransition    : 'transitionend',
40
+      OTransition      : 'oTransitionEnd otransitionend',
41
+      transition       : 'transitionend'
42
+    }
43
+
44
+    for (var name in transEndEventNames) {
45
+      if (el.style[name] !== undefined) {
46
+        return { end: transEndEventNames[name] }
47
+      }
48
+    }
49
+
50
+    return false // explicit for ie8 (  ._.)
51
+  }
52
+
53
+  // http://blog.alexmaccaw.com/css-transitions
54
+  $.fn.emulateTransitionEnd = function (duration) {
55
+    var called = false
56
+    var $el = this
57
+    $(this).one('bsTransitionEnd', function () { called = true })
58
+    var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
59
+    setTimeout(callback, duration)
60
+    return this
61
+  }
62
+
63
+  $(function () {
64
+    $.support.transition = transitionEnd()
65
+
66
+    if (!$.support.transition) return
67
+
68
+    $.event.special.bsTransitionEnd = {
69
+      bindType: $.support.transition.end,
70
+      delegateType: $.support.transition.end,
71
+      handle: function (e) {
72
+        if ($(e.target).is(this)) return e.handleObj.handler.apply(this, arguments)
73
+      }
74
+    }
75
+  })
76
+
77
+}(jQuery);
78
+
79
+/* ========================================================================
80
+ * Bootstrap: alert.js v3.3.7
81
+ * http://getbootstrap.com/javascript/#alerts
82
+ * ========================================================================
83
+ * Copyright 2011-2016 Twitter, Inc.
84
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
85
+ * ======================================================================== */
86
+
87
+
88
++function ($) {
89
+  'use strict';
90
+
91
+  // ALERT CLASS DEFINITION
92
+  // ======================
93
+
94
+  var dismiss = '[data-dismiss="alert"]'
95
+  var Alert   = function (el) {
96
+    $(el).on('click', dismiss, this.close)
97
+  }
98
+
99
+  Alert.VERSION = '3.3.7'
100
+
101
+  Alert.TRANSITION_DURATION = 150
102
+
103
+  Alert.prototype.close = function (e) {
104
+    var $this    = $(this)
105
+    var selector = $this.attr('data-target')
106
+
107
+    if (!selector) {
108
+      selector = $this.attr('href')
109
+      selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
110
+    }
111
+
112
+    var $parent = $(selector === '#' ? [] : selector)
113
+
114
+    if (e) e.preventDefault()
115
+
116
+    if (!$parent.length) {
117
+      $parent = $this.closest('.alert')
118
+    }
119
+
120
+    $parent.trigger(e = $.Event('close.bs.alert'))
121
+
122
+    if (e.isDefaultPrevented()) return
123
+
124
+    $parent.removeClass('in')
125
+
126
+    function removeElement() {
127
+      // detach from parent, fire event then clean up data
128
+      $parent.detach().trigger('closed.bs.alert').remove()
129
+    }
130
+
131
+    $.support.transition && $parent.hasClass('fade') ?
132
+      $parent
133
+        .one('bsTransitionEnd', removeElement)
134
+        .emulateTransitionEnd(Alert.TRANSITION_DURATION) :
135
+      removeElement()
136
+  }
137
+
138
+
139
+  // ALERT PLUGIN DEFINITION
140
+  // =======================
141
+
142
+  function Plugin(option) {
143
+    return this.each(function () {
144
+      var $this = $(this)
145
+      var data  = $this.data('bs.alert')
146
+
147
+      if (!data) $this.data('bs.alert', (data = new Alert(this)))
148
+      if (typeof option == 'string') data[option].call($this)
149
+    })
150
+  }
151
+
152
+  var old = $.fn.alert
153
+
154
+  $.fn.alert             = Plugin
155
+  $.fn.alert.Constructor = Alert
156
+
157
+
158
+  // ALERT NO CONFLICT
159
+  // =================
160
+
161
+  $.fn.alert.noConflict = function () {
162
+    $.fn.alert = old
163
+    return this
164
+  }
165
+
166
+
167
+  // ALERT DATA-API
168
+  // ==============
169
+
170
+  $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
171
+
172
+}(jQuery);
173
+
174
+/* ========================================================================
175
+ * Bootstrap: button.js v3.3.7
176
+ * http://getbootstrap.com/javascript/#buttons
177
+ * ========================================================================
178
+ * Copyright 2011-2016 Twitter, Inc.
179
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
180
+ * ======================================================================== */
181
+
182
+
183
++function ($) {
184
+  'use strict';
185
+
186
+  // BUTTON PUBLIC CLASS DEFINITION
187
+  // ==============================
188
+
189
+  var Button = function (element, options) {
190
+    this.$element  = $(element)
191
+    this.options   = $.extend({}, Button.DEFAULTS, options)
192
+    this.isLoading = false
193
+  }
194
+
195
+  Button.VERSION  = '3.3.7'
196
+
197
+  Button.DEFAULTS = {
198
+    loadingText: 'loading...'
199
+  }
200
+
201
+  Button.prototype.setState = function (state) {
202
+    var d    = 'disabled'
203
+    var $el  = this.$element
204
+    var val  = $el.is('input') ? 'val' : 'html'
205
+    var data = $el.data()
206
+
207
+    state += 'Text'
208
+
209
+    if (data.resetText == null) $el.data('resetText', $el[val]())
210
+
211
+    // push to event loop to allow forms to submit
212
+    setTimeout($.proxy(function () {
213
+      $el[val](data[state] == null ? this.options[state] : data[state])
214
+
215
+      if (state == 'loadingText') {
216
+        this.isLoading = true
217
+        $el.addClass(d).attr(d, d).prop(d, true)
218
+      } else if (this.isLoading) {
219
+        this.isLoading = false
220
+        $el.removeClass(d).removeAttr(d).prop(d, false)
221
+      }
222
+    }, this), 0)
223
+  }
224
+
225
+  Button.prototype.toggle = function () {
226
+    var changed = true
227
+    var $parent = this.$element.closest('[data-toggle="buttons"]')
228
+
229
+    if ($parent.length) {
230
+      var $input = this.$element.find('input')
231
+      if ($input.prop('type') == 'radio') {
232
+        if ($input.prop('checked')) changed = false
233
+        $parent.find('.active').removeClass('active')
234
+        this.$element.addClass('active')
235
+      } else if ($input.prop('type') == 'checkbox') {
236
+        if (($input.prop('checked')) !== this.$element.hasClass('active')) changed = false
237
+        this.$element.toggleClass('active')
238
+      }
239
+      $input.prop('checked', this.$element.hasClass('active'))
240
+      if (changed) $input.trigger('change')
241
+    } else {
242
+      this.$element.attr('aria-pressed', !this.$element.hasClass('active'))
243
+      this.$element.toggleClass('active')
244
+    }
245
+  }
246
+
247
+
248
+  // BUTTON PLUGIN DEFINITION
249
+  // ========================
250
+
251
+  function Plugin(option) {
252
+    return this.each(function () {
253
+      var $this   = $(this)
254
+      var data    = $this.data('bs.button')
255
+      var options = typeof option == 'object' && option
256
+
257
+      if (!data) $this.data('bs.button', (data = new Button(this, options)))
258
+
259
+      if (option == 'toggle') data.toggle()
260
+      else if (option) data.setState(option)
261
+    })
262
+  }
263
+
264
+  var old = $.fn.button
265
+
266
+  $.fn.button             = Plugin
267
+  $.fn.button.Constructor = Button
268
+
269
+
270
+  // BUTTON NO CONFLICT
271
+  // ==================
272
+
273
+  $.fn.button.noConflict = function () {
274
+    $.fn.button = old
275
+    return this
276
+  }
277
+
278
+
279
+  // BUTTON DATA-API
280
+  // ===============
281
+
282
+  $(document)
283
+    .on('click.bs.button.data-api', '[data-toggle^="button"]', function (e) {
284
+      var $btn = $(e.target).closest('.btn')
285
+      Plugin.call($btn, 'toggle')
286
+      if (!($(e.target).is('input[type="radio"], input[type="checkbox"]'))) {
287
+        // Prevent double click on radios, and the double selections (so cancellation) on checkboxes
288
+        e.preventDefault()
289
+        // The target component still receive the focus
290
+        if ($btn.is('input,button')) $btn.trigger('focus')
291
+        else $btn.find('input:visible,button:visible').first().trigger('focus')
292
+      }
293
+    })
294
+    .on('focus.bs.button.data-api blur.bs.button.data-api', '[data-toggle^="button"]', function (e) {
295
+      $(e.target).closest('.btn').toggleClass('focus', /^focus(in)?$/.test(e.type))
296
+    })
297
+
298
+}(jQuery);
299
+
300
+/* ========================================================================
301
+ * Bootstrap: carousel.js v3.3.7
302
+ * http://getbootstrap.com/javascript/#carousel
303
+ * ========================================================================
304
+ * Copyright 2011-2016 Twitter, Inc.
305
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
306
+ * ======================================================================== */
307
+
308
+
309
++function ($) {
310
+  'use strict';
311
+
312
+  // CAROUSEL CLASS DEFINITION
313
+  // =========================
314
+
315
+  var Carousel = function (element, options) {
316
+    this.$element    = $(element)
317
+    this.$indicators = this.$element.find('.carousel-indicators')
318
+    this.options     = options
319
+    this.paused      = null
320
+    this.sliding     = null
321
+    this.interval    = null
322
+    this.$active     = null
323
+    this.$items      = null
324
+
325
+    this.options.keyboard && this.$element.on('keydown.bs.carousel', $.proxy(this.keydown, this))
326
+
327
+    this.options.pause == 'hover' && !('ontouchstart' in document.documentElement) && this.$element
328
+      .on('mouseenter.bs.carousel', $.proxy(this.pause, this))
329
+      .on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
330
+  }
331
+
332
+  Carousel.VERSION  = '3.3.7'
333
+
334
+  Carousel.TRANSITION_DURATION = 600
335
+
336
+  Carousel.DEFAULTS = {
337
+    interval: 5000,
338
+    pause: 'hover',
339
+    wrap: true,
340
+    keyboard: true
341
+  }
342
+
343
+  Carousel.prototype.keydown = function (e) {
344
+    if (/input|textarea/i.test(e.target.tagName)) return
345
+    switch (e.which) {
346
+      case 37: this.prev(); break
347
+      case 39: this.next(); break
348
+      default: return
349
+    }
350
+
351
+    e.preventDefault()
352
+  }
353
+
354
+  Carousel.prototype.cycle = function (e) {
355
+    e || (this.paused = false)
356
+
357
+    this.interval && clearInterval(this.interval)
358
+
359
+    this.options.interval
360
+      && !this.paused
361
+      && (this.interval = setInterval($.proxy(this.next, this), this.options.interval))
362
+
363
+    return this
364
+  }
365
+
366
+  Carousel.prototype.getItemIndex = function (item) {
367
+    this.$items = item.parent().children('.item')
368
+    return this.$items.index(item || this.$active)
369
+  }
370
+
371
+  Carousel.prototype.getItemForDirection = function (direction, active) {
372
+    var activeIndex = this.getItemIndex(active)
373
+    var willWrap = (direction == 'prev' && activeIndex === 0)
374
+                || (direction == 'next' && activeIndex == (this.$items.length - 1))
375
+    if (willWrap && !this.options.wrap) return active
376
+    var delta = direction == 'prev' ? -1 : 1
377
+    var itemIndex = (activeIndex + delta) % this.$items.length
378
+    return this.$items.eq(itemIndex)
379
+  }
380
+
381
+  Carousel.prototype.to = function (pos) {
382
+    var that        = this
383
+    var activeIndex = this.getItemIndex(this.$active = this.$element.find('.item.active'))
384
+
385
+    if (pos > (this.$items.length - 1) || pos < 0) return
386
+
387
+    if (this.sliding)       return this.$element.one('slid.bs.carousel', function () { that.to(pos) }) // yes, "slid"
388
+    if (activeIndex == pos) return this.pause().cycle()
389
+
390
+    return this.slide(pos > activeIndex ? 'next' : 'prev', this.$items.eq(pos))
391
+  }
392
+
393
+  Carousel.prototype.pause = function (e) {
394
+    e || (this.paused = true)
395
+
396
+    if (this.$element.find('.next, .prev').length && $.support.transition) {
397
+      this.$element.trigger($.support.transition.end)
398
+      this.cycle(true)
399
+    }
400
+
401
+    this.interval = clearInterval(this.interval)
402
+
403
+    return this
404
+  }
405
+
406
+  Carousel.prototype.next = function () {
407
+    if (this.sliding) return
408
+    return this.slide('next')
409
+  }
410
+
411
+  Carousel.prototype.prev = function () {
412
+    if (this.sliding) return
413
+    return this.slide('prev')
414
+  }
415
+
416
+  Carousel.prototype.slide = function (type, next) {
417
+    var $active   = this.$element.find('.item.active')
418
+    var $next     = next || this.getItemForDirection(type, $active)
419
+    var isCycling = this.interval
420
+    var direction = type == 'next' ? 'left' : 'right'
421
+    var that      = this
422
+
423
+    if ($next.hasClass('active')) return (this.sliding = false)
424
+
425
+    var relatedTarget = $next[0]
426
+    var slideEvent = $.Event('slide.bs.carousel', {
427
+      relatedTarget: relatedTarget,
428
+      direction: direction
429
+    })
430
+    this.$element.trigger(slideEvent)
431
+    if (slideEvent.isDefaultPrevented()) return
432
+
433
+    this.sliding = true
434
+
435
+    isCycling && this.pause()
436
+
437
+    if (this.$indicators.length) {
438
+      this.$indicators.find('.active').removeClass('active')
439
+      var $nextIndicator = $(this.$indicators.children()[this.getItemIndex($next)])
440
+      $nextIndicator && $nextIndicator.addClass('active')
441
+    }
442
+
443
+    var slidEvent = $.Event('slid.bs.carousel', { relatedTarget: relatedTarget, direction: direction }) // yes, "slid"
444
+    if ($.support.transition && this.$element.hasClass('slide')) {
445
+      $next.addClass(type)
446
+      $next[0].offsetWidth // force reflow
447
+      $active.addClass(direction)
448
+      $next.addClass(direction)
449
+      $active
450
+        .one('bsTransitionEnd', function () {
451
+          $next.removeClass([type, direction].join(' ')).addClass('active')
452
+          $active.removeClass(['active', direction].join(' '))
453
+          that.sliding = false
454
+          setTimeout(function () {
455
+            that.$element.trigger(slidEvent)
456
+          }, 0)
457
+        })
458
+        .emulateTransitionEnd(Carousel.TRANSITION_DURATION)
459
+    } else {
460
+      $active.removeClass('active')
461
+      $next.addClass('active')
462
+      this.sliding = false
463
+      this.$element.trigger(slidEvent)
464
+    }
465
+
466
+    isCycling && this.cycle()
467
+
468
+    return this
469
+  }
470
+
471
+
472
+  // CAROUSEL PLUGIN DEFINITION
473
+  // ==========================
474
+
475
+  function Plugin(option) {
476
+    return this.each(function () {
477
+      var $this   = $(this)
478
+      var data    = $this.data('bs.carousel')
479
+      var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' && option)
480
+      var action  = typeof option == 'string' ? option : options.slide
481
+
482
+      if (!data) $this.data('bs.carousel', (data = new Carousel(this, options)))
483
+      if (typeof option == 'number') data.to(option)
484
+      else if (action) data[action]()
485
+      else if (options.interval) data.pause().cycle()
486
+    })
487
+  }
488
+
489
+  var old = $.fn.carousel
490
+
491
+  $.fn.carousel             = Plugin
492
+  $.fn.carousel.Constructor = Carousel
493
+
494
+
495
+  // CAROUSEL NO CONFLICT
496
+  // ====================
497
+
498
+  $.fn.carousel.noConflict = function () {
499
+    $.fn.carousel = old
500
+    return this
501
+  }
502
+
503
+
504
+  // CAROUSEL DATA-API
505
+  // =================
506
+
507
+  var clickHandler = function (e) {
508
+    var href
509
+    var $this   = $(this)
510
+    var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) // strip for ie7
511
+    if (!$target.hasClass('carousel')) return
512
+    var options = $.extend({}, $target.data(), $this.data())
513
+    var slideIndex = $this.attr('data-slide-to')
514
+    if (slideIndex) options.interval = false
515
+
516
+    Plugin.call($target, options)
517
+
518
+    if (slideIndex) {
519
+      $target.data('bs.carousel').to(slideIndex)
520
+    }
521
+
522
+    e.preventDefault()
523
+  }
524
+
525
+  $(document)
526
+    .on('click.bs.carousel.data-api', '[data-slide]', clickHandler)
527
+    .on('click.bs.carousel.data-api', '[data-slide-to]', clickHandler)
528
+
529
+  $(window).on('load', function () {
530
+    $('[data-ride="carousel"]').each(function () {
531
+      var $carousel = $(this)
532
+      Plugin.call($carousel, $carousel.data())
533
+    })
534
+  })
535
+
536
+}(jQuery);
537
+
538
+/* ========================================================================
539
+ * Bootstrap: collapse.js v3.3.7
540
+ * http://getbootstrap.com/javascript/#collapse
541
+ * ========================================================================
542
+ * Copyright 2011-2016 Twitter, Inc.
543
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
544
+ * ======================================================================== */
545
+
546
+/* jshint latedef: false */
547
+
548
++function ($) {
549
+  'use strict';
550
+
551
+  // COLLAPSE PUBLIC CLASS DEFINITION
552
+  // ================================
553
+
554
+  var Collapse = function (element, options) {
555
+    this.$element      = $(element)
556
+    this.options       = $.extend({}, Collapse.DEFAULTS, options)
557
+    this.$trigger      = $('[data-toggle="collapse"][href="#' + element.id + '"],' +
558
+                           '[data-toggle="collapse"][data-target="#' + element.id + '"]')
559
+    this.transitioning = null
560
+
561
+    if (this.options.parent) {
562
+      this.$parent = this.getParent()
563
+    } else {
564
+      this.addAriaAndCollapsedClass(this.$element, this.$trigger)
565
+    }
566
+
567
+    if (this.options.toggle) this.toggle()
568
+  }
569
+
570
+  Collapse.VERSION  = '3.3.7'
571
+
572
+  Collapse.TRANSITION_DURATION = 350
573
+
574
+  Collapse.DEFAULTS = {
575
+    toggle: true
576
+  }
577
+
578
+  Collapse.prototype.dimension = function () {
579
+    var hasWidth = this.$element.hasClass('width')
580
+    return hasWidth ? 'width' : 'height'
581
+  }
582
+
583
+  Collapse.prototype.show = function () {
584
+    if (this.transitioning || this.$element.hasClass('in')) return
585
+
586
+    var activesData
587
+    var actives = this.$parent && this.$parent.children('.panel').children('.in, .collapsing')
588
+
589
+    if (actives && actives.length) {
590
+      activesData = actives.data('bs.collapse')
591
+      if (activesData && activesData.transitioning) return
592
+    }
593
+
594
+    var startEvent = $.Event('show.bs.collapse')
595
+    this.$element.trigger(startEvent)
596
+    if (startEvent.isDefaultPrevented()) return
597
+
598
+    if (actives && actives.length) {
599
+      Plugin.call(actives, 'hide')
600
+      activesData || actives.data('bs.collapse', null)
601
+    }
602
+
603
+    var dimension = this.dimension()
604
+
605
+    this.$element
606
+      .removeClass('collapse')
607
+      .addClass('collapsing')[dimension](0)
608
+      .attr('aria-expanded', true)
609
+
610
+    this.$trigger
611
+      .removeClass('collapsed')
612
+      .attr('aria-expanded', true)
613
+
614
+    this.transitioning = 1
615
+
616
+    var complete = function () {
617
+      this.$element
618
+        .removeClass('collapsing')
619
+        .addClass('collapse in')[dimension]('')
620
+      this.transitioning = 0
621
+      this.$element
622
+        .trigger('shown.bs.collapse')
623
+    }
624
+
625
+    if (!$.support.transition) return complete.call(this)
626
+
627
+    var scrollSize = $.camelCase(['scroll', dimension].join('-'))
628
+
629
+    this.$element
630
+      .one('bsTransitionEnd', $.proxy(complete, this))
631
+      .emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize])
632
+  }
633
+
634
+  Collapse.prototype.hide = function () {
635
+    if (this.transitioning || !this.$element.hasClass('in')) return
636
+
637
+    var startEvent = $.Event('hide.bs.collapse')
638
+    this.$element.trigger(startEvent)
639
+    if (startEvent.isDefaultPrevented()) return
640
+
641
+    var dimension = this.dimension()
642
+
643
+    this.$element[dimension](this.$element[dimension]())[0].offsetHeight
644
+
645
+    this.$element
646
+      .addClass('collapsing')
647
+      .removeClass('collapse in')
648
+      .attr('aria-expanded', false)
649
+
650
+    this.$trigger
651
+      .addClass('collapsed')
652
+      .attr('aria-expanded', false)
653
+
654
+    this.transitioning = 1
655
+
656
+    var complete = function () {
657
+      this.transitioning = 0
658
+      this.$element
659
+        .removeClass('collapsing')
660
+        .addClass('collapse')
661
+        .trigger('hidden.bs.collapse')
662
+    }
663
+
664
+    if (!$.support.transition) return complete.call(this)
665
+
666
+    this.$element
667
+      [dimension](0)
668
+      .one('bsTransitionEnd', $.proxy(complete, this))
669
+      .emulateTransitionEnd(Collapse.TRANSITION_DURATION)
670
+  }
671
+
672
+  Collapse.prototype.toggle = function () {
673
+    this[this.$element.hasClass('in') ? 'hide' : 'show']()
674
+  }
675
+
676
+  Collapse.prototype.getParent = function () {
677
+    return $(this.options.parent)
678
+      .find('[data-toggle="collapse"][data-parent="' + this.options.parent + '"]')
679
+      .each($.proxy(function (i, element) {
680
+        var $element = $(element)
681
+        this.addAriaAndCollapsedClass(getTargetFromTrigger($element), $element)
682
+      }, this))
683
+      .end()
684
+  }
685
+
686
+  Collapse.prototype.addAriaAndCollapsedClass = function ($element, $trigger) {
687
+    var isOpen = $element.hasClass('in')
688
+
689
+    $element.attr('aria-expanded', isOpen)
690
+    $trigger
691
+      .toggleClass('collapsed', !isOpen)
692
+      .attr('aria-expanded', isOpen)
693
+  }
694
+
695
+  function getTargetFromTrigger($trigger) {
696
+    var href
697
+    var target = $trigger.attr('data-target')
698
+      || (href = $trigger.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') // strip for ie7
699
+
700
+    return $(target)
701
+  }
702
+
703
+
704
+  // COLLAPSE PLUGIN DEFINITION
705
+  // ==========================
706
+
707
+  function Plugin(option) {
708
+    return this.each(function () {
709
+      var $this   = $(this)
710
+      var data    = $this.data('bs.collapse')
711
+      var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option)
712
+
713
+      if (!data && options.toggle && /show|hide/.test(option)) options.toggle = false
714
+      if (!data) $this.data('bs.collapse', (data = new Collapse(this, options)))
715
+      if (typeof option == 'string') data[option]()
716
+    })
717
+  }
718
+
719
+  var old = $.fn.collapse
720
+
721
+  $.fn.collapse             = Plugin
722
+  $.fn.collapse.Constructor = Collapse
723
+
724
+
725
+  // COLLAPSE NO CONFLICT
726
+  // ====================
727
+
728
+  $.fn.collapse.noConflict = function () {
729
+    $.fn.collapse = old
730
+    return this
731
+  }
732
+
733
+
734
+  // COLLAPSE DATA-API
735
+  // =================
736
+
737
+  $(document).on('click.bs.collapse.data-api', '[data-toggle="collapse"]', function (e) {
738
+    var $this   = $(this)
739
+
740
+    if (!$this.attr('data-target')) e.preventDefault()
741
+
742
+    var $target = getTargetFromTrigger($this)
743
+    var data    = $target.data('bs.collapse')
744
+    var option  = data ? 'toggle' : $this.data()
745
+
746
+    Plugin.call($target, option)
747
+  })
748
+
749
+}(jQuery);
750
+
751
+/* ========================================================================
752
+ * Bootstrap: dropdown.js v3.3.7
753
+ * http://getbootstrap.com/javascript/#dropdowns
754
+ * ========================================================================
755
+ * Copyright 2011-2016 Twitter, Inc.
756
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
757
+ * ======================================================================== */
758
+
759
+
760
++function ($) {
761
+  'use strict';
762
+
763
+  // DROPDOWN CLASS DEFINITION
764
+  // =========================
765
+
766
+  var backdrop = '.dropdown-backdrop'
767
+  var toggle   = '[data-toggle="dropdown"]'
768
+  var Dropdown = function (element) {
769
+    $(element).on('click.bs.dropdown', this.toggle)
770
+  }
771
+
772
+  Dropdown.VERSION = '3.3.7'
773
+
774
+  function getParent($this) {
775
+    var selector = $this.attr('data-target')
776
+
777
+    if (!selector) {
778
+      selector = $this.attr('href')
779
+      selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
780
+    }
781
+
782
+    var $parent = selector && $(selector)
783
+
784
+    return $parent && $parent.length ? $parent : $this.parent()
785
+  }
786
+
787
+  function clearMenus(e) {
788
+    if (e && e.which === 3) return
789
+    $(backdrop).remove()
790
+    $(toggle).each(function () {
791
+      var $this         = $(this)
792
+      var $parent       = getParent($this)
793
+      var relatedTarget = { relatedTarget: this }
794
+
795
+      if (!$parent.hasClass('open')) return
796
+
797
+      if (e && e.type == 'click' && /input|textarea/i.test(e.target.tagName) && $.contains($parent[0], e.target)) return
798
+
799
+      $parent.trigger(e = $.Event('hide.bs.dropdown', relatedTarget))
800
+
801
+      if (e.isDefaultPrevented()) return
802
+
803
+      $this.attr('aria-expanded', 'false')
804
+      $parent.removeClass('open').trigger($.Event('hidden.bs.dropdown', relatedTarget))
805
+    })
806
+  }
807
+
808
+  Dropdown.prototype.toggle = function (e) {
809
+    var $this = $(this)
810
+
811
+    if ($this.is('.disabled, :disabled')) return
812
+
813
+    var $parent  = getParent($this)
814
+    var isActive = $parent.hasClass('open')
815
+
816
+    clearMenus()
817
+
818
+    if (!isActive) {
819
+      if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) {
820
+        // if mobile we use a backdrop because click events don't delegate
821
+        $(document.createElement('div'))
822
+          .addClass('dropdown-backdrop')
823
+          .insertAfter($(this))
824
+          .on('click', clearMenus)
825
+      }
826
+
827
+      var relatedTarget = { relatedTarget: this }
828
+      $parent.trigger(e = $.Event('show.bs.dropdown', relatedTarget))
829
+
830
+      if (e.isDefaultPrevented()) return
831
+
832
+      $this
833
+        .trigger('focus')
834
+        .attr('aria-expanded', 'true')
835
+
836
+      $parent
837
+        .toggleClass('open')
838
+        .trigger($.Event('shown.bs.dropdown', relatedTarget))
839
+    }
840
+
841
+    return false
842
+  }
843
+
844
+  Dropdown.prototype.keydown = function (e) {
845
+    if (!/(38|40|27|32)/.test(e.which) || /input|textarea/i.test(e.target.tagName)) return
846
+
847
+    var $this = $(this)
848
+
849
+    e.preventDefault()
850
+    e.stopPropagation()
851
+
852
+    if ($this.is('.disabled, :disabled')) return
853
+
854
+    var $parent  = getParent($this)
855
+    var isActive = $parent.hasClass('open')
856
+
857
+    if (!isActive && e.which != 27 || isActive && e.which == 27) {
858
+      if (e.which == 27) $parent.find(toggle).trigger('focus')
859
+      return $this.trigger('click')
860
+    }
861
+
862
+    var desc = ' li:not(.disabled):visible a'
863
+    var $items = $parent.find('.dropdown-menu' + desc)
864
+
865
+    if (!$items.length) return
866
+
867
+    var index = $items.index(e.target)
868
+
869
+    if (e.which == 38 && index > 0)                 index--         // up
870
+    if (e.which == 40 && index < $items.length - 1) index++         // down
871
+    if (!~index)                                    index = 0
872
+
873
+    $items.eq(index).trigger('focus')
874
+  }
875
+
876
+
877
+  // DROPDOWN PLUGIN DEFINITION
878
+  // ==========================
879
+
880
+  function Plugin(option) {
881
+    return this.each(function () {
882
+      var $this = $(this)
883
+      var data  = $this.data('bs.dropdown')
884
+
885
+      if (!data) $this.data('bs.dropdown', (data = new Dropdown(this)))
886
+      if (typeof option == 'string') data[option].call($this)
887
+    })
888
+  }
889
+
890
+  var old = $.fn.dropdown
891
+
892
+  $.fn.dropdown             = Plugin
893
+  $.fn.dropdown.Constructor = Dropdown
894
+
895
+
896
+  // DROPDOWN NO CONFLICT
897
+  // ====================
898
+
899
+  $.fn.dropdown.noConflict = function () {
900
+    $.fn.dropdown = old
901
+    return this
902
+  }
903
+
904
+
905
+  // APPLY TO STANDARD DROPDOWN ELEMENTS
906
+  // ===================================
907
+
908
+  $(document)
909
+    .on('click.bs.dropdown.data-api', clearMenus)
910
+    .on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() })
911
+    .on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle)
912
+    .on('keydown.bs.dropdown.data-api', toggle, Dropdown.prototype.keydown)
913
+    .on('keydown.bs.dropdown.data-api', '.dropdown-menu', Dropdown.prototype.keydown)
914
+
915
+}(jQuery);
916
+
917
+/* ========================================================================
918
+ * Bootstrap: modal.js v3.3.7
919
+ * http://getbootstrap.com/javascript/#modals
920
+ * ========================================================================
921
+ * Copyright 2011-2016 Twitter, Inc.
922
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
923
+ * ======================================================================== */
924
+
925
+
926
++function ($) {
927
+  'use strict';
928
+
929
+  // MODAL CLASS DEFINITION
930
+  // ======================
931
+
932
+  var Modal = function (element, options) {
933
+    this.options             = options
934
+    this.$body               = $(document.body)
935
+    this.$element            = $(element)
936
+    this.$dialog             = this.$element.find('.modal-dialog')
937
+    this.$backdrop           = null
938
+    this.isShown             = null
939
+    this.originalBodyPad     = null
940
+    this.scrollbarWidth      = 0
941
+    this.ignoreBackdropClick = false
942
+
943
+    if (this.options.remote) {
944
+      this.$element
945
+        .find('.modal-content')
946
+        .load(this.options.remote, $.proxy(function () {
947
+          this.$element.trigger('loaded.bs.modal')
948
+        }, this))
949
+    }
950
+  }
951
+
952
+  Modal.VERSION  = '3.3.7'
953
+
954
+  Modal.TRANSITION_DURATION = 300
955
+  Modal.BACKDROP_TRANSITION_DURATION = 150
956
+
957
+  Modal.DEFAULTS = {
958
+    backdrop: true,
959
+    keyboard: true,
960
+    show: true
961
+  }
962
+
963
+  Modal.prototype.toggle = function (_relatedTarget) {
964
+    return this.isShown ? this.hide() : this.show(_relatedTarget)
965
+  }
966
+
967
+  Modal.prototype.show = function (_relatedTarget) {
968
+    var that = this
969
+    var e    = $.Event('show.bs.modal', { relatedTarget: _relatedTarget })
970
+
971
+    this.$element.trigger(e)
972
+
973
+    if (this.isShown || e.isDefaultPrevented()) return
974
+
975
+    this.isShown = true
976
+
977
+    this.checkScrollbar()
978
+    this.setScrollbar()
979
+    this.$body.addClass('modal-open')
980
+
981
+    this.escape()
982
+    this.resize()
983
+
984
+    this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this))
985
+
986
+    this.$dialog.on('mousedown.dismiss.bs.modal', function () {
987
+      that.$element.one('mouseup.dismiss.bs.modal', function (e) {
988
+        if ($(e.target).is(that.$element)) that.ignoreBackdropClick = true
989
+      })
990
+    })
991
+
992
+    this.backdrop(function () {
993
+      var transition = $.support.transition && that.$element.hasClass('fade')
994
+
995
+      if (!that.$element.parent().length) {
996
+        that.$element.appendTo(that.$body) // don't move modals dom position
997
+      }
998
+
999
+      that.$element
1000
+        .show()
1001
+        .scrollTop(0)
1002
+
1003
+      that.adjustDialog()
1004
+
1005
+      if (transition) {
1006
+        that.$element[0].offsetWidth // force reflow
1007
+      }
1008
+
1009
+      that.$element.addClass('in')
1010
+
1011
+      that.enforceFocus()
1012
+
1013
+      var e = $.Event('shown.bs.modal', { relatedTarget: _relatedTarget })
1014
+
1015
+      transition ?
1016
+        that.$dialog // wait for modal to slide in
1017
+          .one('bsTransitionEnd', function () {
1018
+            that.$element.trigger('focus').trigger(e)
1019
+          })
1020
+          .emulateTransitionEnd(Modal.TRANSITION_DURATION) :
1021
+        that.$element.trigger('focus').trigger(e)
1022
+    })
1023
+  }
1024
+
1025
+  Modal.prototype.hide = function (e) {
1026
+    if (e) e.preventDefault()
1027
+
1028
+    e = $.Event('hide.bs.modal')
1029
+
1030
+    this.$element.trigger(e)
1031
+
1032
+    if (!this.isShown || e.isDefaultPrevented()) return
1033
+
1034
+    this.isShown = false
1035
+
1036
+    this.escape()
1037
+    this.resize()
1038
+
1039
+    $(document).off('focusin.bs.modal')
1040
+
1041
+    this.$element
1042
+      .removeClass('in')
1043
+      .off('click.dismiss.bs.modal')
1044
+      .off('mouseup.dismiss.bs.modal')
1045
+
1046
+    this.$dialog.off('mousedown.dismiss.bs.modal')
1047
+
1048
+    $.support.transition && this.$element.hasClass('fade') ?
1049
+      this.$element
1050
+        .one('bsTransitionEnd', $.proxy(this.hideModal, this))
1051
+        .emulateTransitionEnd(Modal.TRANSITION_DURATION) :
1052
+      this.hideModal()
1053
+  }
1054
+
1055
+  Modal.prototype.enforceFocus = function () {
1056
+    $(document)
1057
+      .off('focusin.bs.modal') // guard against infinite focus loop
1058
+      .on('focusin.bs.modal', $.proxy(function (e) {
1059
+        if (document !== e.target &&
1060
+            this.$element[0] !== e.target &&
1061
+            !this.$element.has(e.target).length) {
1062
+          this.$element.trigger('focus')
1063
+        }
1064
+      }, this))
1065
+  }
1066
+
1067
+  Modal.prototype.escape = function () {
1068
+    if (this.isShown && this.options.keyboard) {
1069
+      this.$element.on('keydown.dismiss.bs.modal', $.proxy(function (e) {
1070
+        e.which == 27 && this.hide()
1071
+      }, this))
1072
+    } else if (!this.isShown) {
1073
+      this.$element.off('keydown.dismiss.bs.modal')
1074
+    }
1075
+  }
1076
+
1077
+  Modal.prototype.resize = function () {
1078
+    if (this.isShown) {
1079
+      $(window).on('resize.bs.modal', $.proxy(this.handleUpdate, this))
1080
+    } else {
1081
+      $(window).off('resize.bs.modal')
1082
+    }
1083
+  }
1084
+
1085
+  Modal.prototype.hideModal = function () {
1086
+    var that = this
1087
+    this.$element.hide()
1088
+    this.backdrop(function () {
1089
+      that.$body.removeClass('modal-open')
1090
+      that.resetAdjustments()
1091
+      that.resetScrollbar()
1092
+      that.$element.trigger('hidden.bs.modal')
1093
+    })
1094
+  }
1095
+
1096
+  Modal.prototype.removeBackdrop = function () {
1097
+    this.$backdrop && this.$backdrop.remove()
1098
+    this.$backdrop = null
1099
+  }
1100
+
1101
+  Modal.prototype.backdrop = function (callback) {
1102
+    var that = this
1103
+    var animate = this.$element.hasClass('fade') ? 'fade' : ''
1104
+
1105
+    if (this.isShown && this.options.backdrop) {
1106
+      var doAnimate = $.support.transition && animate
1107
+
1108
+      this.$backdrop = $(document.createElement('div'))
1109
+        .addClass('modal-backdrop ' + animate)
1110
+        .appendTo(this.$body)
1111
+
1112
+      this.$element.on('click.dismiss.bs.modal', $.proxy(function (e) {
1113
+        if (this.ignoreBackdropClick) {
1114
+          this.ignoreBackdropClick = false
1115
+          return
1116
+        }
1117
+        if (e.target !== e.currentTarget) return
1118
+        this.options.backdrop == 'static'
1119
+          ? this.$element[0].focus()
1120
+          : this.hide()
1121
+      }, this))
1122
+
1123
+      if (doAnimate) this.$backdrop[0].offsetWidth // force reflow
1124
+
1125
+      this.$backdrop.addClass('in')
1126
+
1127
+      if (!callback) return
1128
+
1129
+      doAnimate ?
1130
+        this.$backdrop
1131
+          .one('bsTransitionEnd', callback)
1132
+          .emulateTransitionEnd(Modal.BACKDROP_TRANSITION_DURATION) :
1133
+        callback()
1134
+
1135
+    } else if (!this.isShown && this.$backdrop) {
1136
+      this.$backdrop.removeClass('in')
1137
+
1138
+      var callbackRemove = function () {
1139
+        that.removeBackdrop()
1140
+        callback && callback()
1141
+      }
1142
+      $.support.transition && this.$element.hasClass('fade') ?
1143
+        this.$backdrop
1144
+          .one('bsTransitionEnd', callbackRemove)
1145
+          .emulateTransitionEnd(Modal.BACKDROP_TRANSITION_DURATION) :
1146
+        callbackRemove()
1147
+
1148
+    } else if (callback) {
1149
+      callback()
1150
+    }
1151
+  }
1152
+
1153
+  // these following methods are used to handle overflowing modals
1154
+
1155
+  Modal.prototype.handleUpdate = function () {
1156
+    this.adjustDialog()
1157
+  }
1158
+
1159
+  Modal.prototype.adjustDialog = function () {
1160
+    var modalIsOverflowing = this.$element[0].scrollHeight > document.documentElement.clientHeight
1161
+
1162
+    this.$element.css({
1163
+      paddingLeft:  !this.bodyIsOverflowing && modalIsOverflowing ? this.scrollbarWidth : '',
1164
+      paddingRight: this.bodyIsOverflowing && !modalIsOverflowing ? this.scrollbarWidth : ''
1165
+    })
1166
+  }
1167
+
1168
+  Modal.prototype.resetAdjustments = function () {
1169
+    this.$element.css({
1170
+      paddingLeft: '',
1171
+      paddingRight: ''
1172
+    })
1173
+  }
1174
+
1175
+  Modal.prototype.checkScrollbar = function () {
1176
+    var fullWindowWidth = window.innerWidth
1177
+    if (!fullWindowWidth) { // workaround for missing window.innerWidth in IE8
1178
+      var documentElementRect = document.documentElement.getBoundingClientRect()
1179
+      fullWindowWidth = documentElementRect.right - Math.abs(documentElementRect.left)
1180
+    }
1181
+    this.bodyIsOverflowing = document.body.clientWidth < fullWindowWidth
1182
+    this.scrollbarWidth = this.measureScrollbar()
1183
+  }
1184
+
1185
+  Modal.prototype.setScrollbar = function () {
1186
+    var bodyPad = parseInt((this.$body.css('padding-right') || 0), 10)
1187
+    this.originalBodyPad = document.body.style.paddingRight || ''
1188
+    if (this.bodyIsOverflowing) this.$body.css('padding-right', bodyPad + this.scrollbarWidth)
1189
+  }
1190
+
1191
+  Modal.prototype.resetScrollbar = function () {
1192
+    this.$body.css('padding-right', this.originalBodyPad)
1193
+  }
1194
+
1195
+  Modal.prototype.measureScrollbar = function () { // thx walsh
1196
+    var scrollDiv = document.createElement('div')
1197
+    scrollDiv.className = 'modal-scrollbar-measure'
1198
+    this.$body.append(scrollDiv)
1199
+    var scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth
1200
+    this.$body[0].removeChild(scrollDiv)
1201
+    return scrollbarWidth
1202
+  }
1203
+
1204
+
1205
+  // MODAL PLUGIN DEFINITION
1206
+  // =======================
1207
+
1208
+  function Plugin(option, _relatedTarget) {
1209
+    return this.each(function () {
1210
+      var $this   = $(this)
1211
+      var data    = $this.data('bs.modal')
1212
+      var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option)
1213
+
1214
+      if (!data) $this.data('bs.modal', (data = new Modal(this, options)))
1215
+      if (typeof option == 'string') data[option](_relatedTarget)
1216
+      else if (options.show) data.show(_relatedTarget)
1217
+    })
1218
+  }
1219
+
1220
+  var old = $.fn.modal
1221
+
1222
+  $.fn.modal             = Plugin
1223
+  $.fn.modal.Constructor = Modal
1224
+
1225
+
1226
+  // MODAL NO CONFLICT
1227
+  // =================
1228
+
1229
+  $.fn.modal.noConflict = function () {
1230
+    $.fn.modal = old
1231
+    return this
1232
+  }
1233
+
1234
+
1235
+  // MODAL DATA-API
1236
+  // ==============
1237
+
1238
+  $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) {
1239
+    var $this   = $(this)
1240
+    var href    = $this.attr('href')
1241
+    var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) // strip for ie7
1242
+    var option  = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data())
1243
+
1244
+    if ($this.is('a')) e.preventDefault()
1245
+
1246
+    $target.one('show.bs.modal', function (showEvent) {
1247
+      if (showEvent.isDefaultPrevented()) return // only register focus restorer if modal will actually get shown
1248
+      $target.one('hidden.bs.modal', function () {
1249
+        $this.is(':visible') && $this.trigger('focus')
1250
+      })
1251
+    })
1252
+    Plugin.call($target, option, this)
1253
+  })
1254
+
1255
+}(jQuery);
1256
+
1257
+/* ========================================================================
1258
+ * Bootstrap: tooltip.js v3.3.7
1259
+ * http://getbootstrap.com/javascript/#tooltip
1260
+ * Inspired by the original jQuery.tipsy by Jason Frame
1261
+ * ========================================================================
1262
+ * Copyright 2011-2016 Twitter, Inc.
1263
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
1264
+ * ======================================================================== */
1265
+
1266
+
1267
++function ($) {
1268
+  'use strict';
1269
+
1270
+  // TOOLTIP PUBLIC CLASS DEFINITION
1271
+  // ===============================
1272
+
1273
+  var Tooltip = function (element, options) {
1274
+    this.type       = null
1275
+    this.options    = null
1276
+    this.enabled    = null
1277
+    this.timeout    = null
1278
+    this.hoverState = null
1279
+    this.$element   = null
1280
+    this.inState    = null
1281
+
1282
+    this.init('tooltip', element, options)
1283
+  }
1284
+
1285
+  Tooltip.VERSION  = '3.3.7'
1286
+
1287
+  Tooltip.TRANSITION_DURATION = 150
1288
+
1289
+  Tooltip.DEFAULTS = {
1290
+    animation: true,
1291
+    placement: 'top',
1292
+    selector: false,
1293
+    template: '<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',
1294
+    trigger: 'hover focus',
1295
+    title: '',
1296
+    delay: 0,
1297
+    html: false,
1298
+    container: false,
1299
+    viewport: {
1300
+      selector: 'body',
1301
+      padding: 0
1302
+    }
1303
+  }
1304
+
1305
+  Tooltip.prototype.init = function (type, element, options) {
1306
+    this.enabled   = true
1307
+    this.type      = type
1308
+    this.$element  = $(element)
1309
+    this.options   = this.getOptions(options)
1310
+    this.$viewport = this.options.viewport && $($.isFunction(this.options.viewport) ? this.options.viewport.call(this, this.$element) : (this.options.viewport.selector || this.options.viewport))
1311
+    this.inState   = { click: false, hover: false, focus: false }
1312
+
1313
+    if (this.$element[0] instanceof document.constructor && !this.options.selector) {
1314
+      throw new Error('`selector` option must be specified when initializing ' + this.type + ' on the window.document object!')
1315
+    }
1316
+
1317
+    var triggers = this.options.trigger.split(' ')
1318
+
1319
+    for (var i = triggers.length; i--;) {
1320
+      var trigger = triggers[i]
1321
+
1322
+      if (trigger == 'click') {
1323
+        this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
1324
+      } else if (trigger != 'manual') {
1325
+        var eventIn  = trigger == 'hover' ? 'mouseenter' : 'focusin'
1326
+        var eventOut = trigger == 'hover' ? 'mouseleave' : 'focusout'
1327
+
1328
+        this.$element.on(eventIn  + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
1329
+        this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
1330
+      }
1331
+    }
1332
+
1333
+    this.options.selector ?
1334
+      (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
1335
+      this.fixTitle()
1336
+  }
1337
+
1338
+  Tooltip.prototype.getDefaults = function () {
1339
+    return Tooltip.DEFAULTS
1340
+  }
1341
+
1342
+  Tooltip.prototype.getOptions = function (options) {
1343
+    options = $.extend({}, this.getDefaults(), this.$element.data(), options)
1344
+
1345
+    if (options.delay && typeof options.delay == 'number') {
1346
+      options.delay = {
1347
+        show: options.delay,
1348
+        hide: options.delay
1349
+      }
1350
+    }
1351
+
1352
+    return options
1353
+  }
1354
+
1355
+  Tooltip.prototype.getDelegateOptions = function () {
1356
+    var options  = {}
1357
+    var defaults = this.getDefaults()
1358
+
1359
+    this._options && $.each(this._options, function (key, value) {
1360
+      if (defaults[key] != value) options[key] = value
1361
+    })
1362
+
1363
+    return options
1364
+  }
1365
+
1366
+  Tooltip.prototype.enter = function (obj) {
1367
+    var self = obj instanceof this.constructor ?
1368
+      obj : $(obj.currentTarget).data('bs.' + this.type)
1369
+
1370
+    if (!self) {
1371
+      self = new this.constructor(obj.currentTarget, this.getDelegateOptions())
1372
+      $(obj.currentTarget).data('bs.' + this.type, self)
1373
+    }
1374
+
1375
+    if (obj instanceof $.Event) {
1376
+      self.inState[obj.type == 'focusin' ? 'focus' : 'hover'] = true
1377
+    }
1378
+
1379
+    if (self.tip().hasClass('in') || self.hoverState == 'in') {
1380
+      self.hoverState = 'in'
1381
+      return
1382
+    }
1383
+
1384
+    clearTimeout(self.timeout)
1385
+
1386
+    self.hoverState = 'in'
1387
+
1388
+    if (!self.options.delay || !self.options.delay.show) return self.show()
1389
+
1390
+    self.timeout = setTimeout(function () {
1391
+      if (self.hoverState == 'in') self.show()
1392
+    }, self.options.delay.show)
1393
+  }
1394
+
1395
+  Tooltip.prototype.isInStateTrue = function () {
1396
+    for (var key in this.inState) {
1397
+      if (this.inState[key]) return true
1398
+    }
1399
+
1400
+    return false
1401
+  }
1402
+
1403
+  Tooltip.prototype.leave = function (obj) {
1404
+    var self = obj instanceof this.constructor ?
1405
+      obj : $(obj.currentTarget).data('bs.' + this.type)
1406
+
1407
+    if (!self) {
1408
+      self = new this.constructor(obj.currentTarget, this.getDelegateOptions())
1409
+      $(obj.currentTarget).data('bs.' + this.type, self)
1410
+    }
1411
+
1412
+    if (obj instanceof $.Event) {
1413
+      self.inState[obj.type == 'focusout' ? 'focus' : 'hover'] = false
1414
+    }
1415
+
1416
+    if (self.isInStateTrue()) return
1417
+
1418
+    clearTimeout(self.timeout)
1419
+
1420
+    self.hoverState = 'out'
1421
+
1422
+    if (!self.options.delay || !self.options.delay.hide) return self.hide()
1423
+
1424
+    self.timeout = setTimeout(function () {
1425
+      if (self.hoverState == 'out') self.hide()
1426
+    }, self.options.delay.hide)
1427
+  }
1428
+
1429
+  Tooltip.prototype.show = function () {
1430
+    var e = $.Event('show.bs.' + this.type)
1431
+
1432
+    if (this.hasContent() && this.enabled) {
1433
+      this.$element.trigger(e)
1434
+
1435
+      var inDom = $.contains(this.$element[0].ownerDocument.documentElement, this.$element[0])
1436
+      if (e.isDefaultPrevented() || !inDom) return
1437
+      var that = this
1438
+
1439
+      var $tip = this.tip()
1440
+
1441
+      var tipId = this.getUID(this.type)
1442
+
1443
+      this.setContent()
1444
+      $tip.attr('id', tipId)
1445
+      this.$element.attr('aria-describedby', tipId)
1446
+
1447
+      if (this.options.animation) $tip.addClass('fade')
1448
+
1449
+      var placement = typeof this.options.placement == 'function' ?
1450
+        this.options.placement.call(this, $tip[0], this.$element[0]) :
1451
+        this.options.placement
1452
+
1453
+      var autoToken = /\s?auto?\s?/i
1454
+      var autoPlace = autoToken.test(placement)
1455
+      if (autoPlace) placement = placement.replace(autoToken, '') || 'top'
1456
+
1457
+      $tip
1458
+        .detach()
1459
+        .css({ top: 0, left: 0, display: 'block' })
1460
+        .addClass(placement)
1461
+        .data('bs.' + this.type, this)
1462
+
1463
+      this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element)
1464
+      this.$element.trigger('inserted.bs.' + this.type)
1465
+
1466
+      var pos          = this.getPosition()
1467
+      var actualWidth  = $tip[0].offsetWidth
1468
+      var actualHeight = $tip[0].offsetHeight
1469
+
1470
+      if (autoPlace) {
1471
+        var orgPlacement = placement
1472
+        var viewportDim = this.getPosition(this.$viewport)
1473
+
1474
+        placement = placement == 'bottom' && pos.bottom + actualHeight > viewportDim.bottom ? 'top'    :
1475
+                    placement == 'top'    && pos.top    - actualHeight < viewportDim.top    ? 'bottom' :
1476
+                    placement == 'right'  && pos.right  + actualWidth  > viewportDim.width  ? 'left'   :
1477
+                    placement == 'left'   && pos.left   - actualWidth  < viewportDim.left   ? 'right'  :
1478
+                    placement
1479
+
1480
+        $tip
1481
+          .removeClass(orgPlacement)
1482
+          .addClass(placement)
1483
+      }
1484
+
1485
+      var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
1486
+
1487
+      this.applyPlacement(calculatedOffset, placement)
1488
+
1489
+      var complete = function () {
1490
+        var prevHoverState = that.hoverState
1491
+        that.$element.trigger('shown.bs.' + that.type)
1492
+        that.hoverState = null
1493
+
1494
+        if (prevHoverState == 'out') that.leave(that)
1495
+      }
1496
+
1497
+      $.support.transition && this.$tip.hasClass('fade') ?
1498
+        $tip
1499
+          .one('bsTransitionEnd', complete)
1500
+          .emulateTransitionEnd(Tooltip.TRANSITION_DURATION) :
1501
+        complete()
1502
+    }
1503
+  }
1504
+
1505
+  Tooltip.prototype.applyPlacement = function (offset, placement) {
1506
+    var $tip   = this.tip()
1507
+    var width  = $tip[0].offsetWidth
1508
+    var height = $tip[0].offsetHeight
1509
+
1510
+    // manually read margins because getBoundingClientRect includes difference
1511
+    var marginTop = parseInt($tip.css('margin-top'), 10)
1512
+    var marginLeft = parseInt($tip.css('margin-left'), 10)
1513
+
1514
+    // we must check for NaN for ie 8/9
1515
+    if (isNaN(marginTop))  marginTop  = 0
1516
+    if (isNaN(marginLeft)) marginLeft = 0
1517
+
1518
+    offset.top  += marginTop
1519
+    offset.left += marginLeft
1520
+
1521
+    // $.fn.offset doesn't round pixel values
1522
+    // so we use setOffset directly with our own function B-0
1523
+    $.offset.setOffset($tip[0], $.extend({
1524
+      using: function (props) {
1525
+        $tip.css({
1526
+          top: Math.round(props.top),
1527
+          left: Math.round(props.left)
1528
+        })
1529
+      }
1530
+    }, offset), 0)
1531
+
1532
+    $tip.addClass('in')
1533
+
1534
+    // check to see if placing tip in new offset caused the tip to resize itself
1535
+    var actualWidth  = $tip[0].offsetWidth
1536
+    var actualHeight = $tip[0].offsetHeight
1537
+
1538
+    if (placement == 'top' && actualHeight != height) {
1539
+      offset.top = offset.top + height - actualHeight
1540
+    }
1541
+
1542
+    var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
1543
+
1544
+    if (delta.left) offset.left += delta.left
1545
+    else offset.top += delta.top
1546
+
1547
+    var isVertical          = /top|bottom/.test(placement)
1548
+    var arrowDelta          = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - height + actualHeight
1549
+    var arrowOffsetPosition = isVertical ? 'offsetWidth' : 'offsetHeight'
1550
+
1551
+    $tip.offset(offset)
1552
+    this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], isVertical)
1553
+  }
1554
+
1555
+  Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) {
1556
+    this.arrow()
1557
+      .css(isVertical ? 'left' : 'top', 50 * (1 - delta / dimension) + '%')
1558
+      .css(isVertical ? 'top' : 'left', '')
1559
+  }
1560
+
1561
+  Tooltip.prototype.setContent = function () {
1562
+    var $tip  = this.tip()
1563
+    var title = this.getTitle()
1564
+
1565
+    $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
1566
+    $tip.removeClass('fade in top bottom left right')
1567
+  }
1568
+
1569
+  Tooltip.prototype.hide = function (callback) {
1570
+    var that = this
1571
+    var $tip = $(this.$tip)
1572
+    var e    = $.Event('hide.bs.' + this.type)
1573
+
1574
+    function complete() {
1575
+      if (that.hoverState != 'in') $tip.detach()
1576
+      if (that.$element) { // TODO: Check whether guarding this code with this `if` is really necessary.
1577
+        that.$element
1578
+          .removeAttr('aria-describedby')
1579
+          .trigger('hidden.bs.' + that.type)
1580
+      }
1581
+      callback && callback()
1582
+    }
1583
+
1584
+    this.$element.trigger(e)
1585
+
1586
+    if (e.isDefaultPrevented()) return
1587
+
1588
+    $tip.removeClass('in')
1589
+
1590
+    $.support.transition && $tip.hasClass('fade') ?
1591
+      $tip
1592
+        .one('bsTransitionEnd', complete)
1593
+        .emulateTransitionEnd(Tooltip.TRANSITION_DURATION) :
1594
+      complete()
1595
+
1596
+    this.hoverState = null
1597
+
1598
+    return this
1599
+  }
1600
+
1601
+  Tooltip.prototype.fixTitle = function () {
1602
+    var $e = this.$element
1603
+    if ($e.attr('title') || typeof $e.attr('data-original-title') != 'string') {
1604
+      $e.attr('data-original-title', $e.attr('title') || '').attr('title', '')
1605
+    }
1606
+  }
1607
+
1608
+  Tooltip.prototype.hasContent = function () {
1609
+    return this.getTitle()
1610
+  }
1611
+
1612
+  Tooltip.prototype.getPosition = function ($element) {
1613
+    $element   = $element || this.$element
1614
+
1615
+    var el     = $element[0]
1616
+    var isBody = el.tagName == 'BODY'
1617
+
1618
+    var elRect    = el.getBoundingClientRect()
1619
+    if (elRect.width == null) {
1620
+      // width and height are missing in IE8, so compute them manually; see https://github.com/twbs/bootstrap/issues/14093
1621
+      elRect = $.extend({}, elRect, { width: elRect.right - elRect.left, height: elRect.bottom - elRect.top })
1622
+    }
1623
+    var isSvg = window.SVGElement && el instanceof window.SVGElement
1624
+    // Avoid using $.offset() on SVGs since it gives incorrect results in jQuery 3.
1625
+    // See https://github.com/twbs/bootstrap/issues/20280
1626
+    var elOffset  = isBody ? { top: 0, left: 0 } : (isSvg ? null : $element.offset())
1627
+    var scroll    = { scroll: isBody ? document.documentElement.scrollTop || document.body.scrollTop : $element.scrollTop() }
1628
+    var outerDims = isBody ? { width: $(window).width(), height: $(window).height() } : null
1629
+
1630
+    return $.extend({}, elRect, scroll, outerDims, elOffset)
1631
+  }
1632
+
1633
+  Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) {
1634
+    return placement == 'bottom' ? { top: pos.top + pos.height,   left: pos.left + pos.width / 2 - actualWidth / 2 } :
1635
+           placement == 'top'    ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } :
1636
+           placement == 'left'   ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth } :
1637
+        /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width }
1638
+
1639
+  }
1640
+
1641
+  Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) {
1642
+    var delta = { top: 0, left: 0 }
1643
+    if (!this.$viewport) return delta
1644
+
1645
+    var viewportPadding = this.options.viewport && this.options.viewport.padding || 0
1646
+    var viewportDimensions = this.getPosition(this.$viewport)
1647
+
1648
+    if (/right|left/.test(placement)) {
1649
+      var topEdgeOffset    = pos.top - viewportPadding - viewportDimensions.scroll
1650
+      var bottomEdgeOffset = pos.top + viewportPadding - viewportDimensions.scroll + actualHeight
1651
+      if (topEdgeOffset < viewportDimensions.top) { // top overflow
1652
+        delta.top = viewportDimensions.top - topEdgeOffset
1653
+      } else if (bottomEdgeOffset > viewportDimensions.top + viewportDimensions.height) { // bottom overflow
1654
+        delta.top = viewportDimensions.top + viewportDimensions.height - bottomEdgeOffset
1655
+      }
1656
+    } else {
1657
+      var leftEdgeOffset  = pos.left - viewportPadding
1658
+      var rightEdgeOffset = pos.left + viewportPadding + actualWidth
1659
+      if (leftEdgeOffset < viewportDimensions.left) { // left overflow
1660
+        delta.left = viewportDimensions.left - leftEdgeOffset
1661
+      } else if (rightEdgeOffset > viewportDimensions.right) { // right overflow
1662
+        delta.left = viewportDimensions.left + viewportDimensions.width - rightEdgeOffset
1663
+      }
1664
+    }
1665
+
1666
+    return delta
1667
+  }
1668
+
1669
+  Tooltip.prototype.getTitle = function () {
1670
+    var title
1671
+    var $e = this.$element
1672
+    var o  = this.options
1673
+
1674
+    title = $e.attr('data-original-title')
1675
+      || (typeof o.title == 'function' ? o.title.call($e[0]) :  o.title)
1676
+
1677
+    return title
1678
+  }
1679
+
1680
+  Tooltip.prototype.getUID = function (prefix) {
1681
+    do prefix += ~~(Math.random() * 1000000)
1682
+    while (document.getElementById(prefix))
1683
+    return prefix
1684
+  }
1685
+
1686
+  Tooltip.prototype.tip = function () {
1687
+    if (!this.$tip) {
1688
+      this.$tip = $(this.options.template)
1689
+      if (this.$tip.length != 1) {
1690
+        throw new Error(this.type + ' `template` option must consist of exactly 1 top-level element!')
1691
+      }
1692
+    }
1693
+    return this.$tip
1694
+  }
1695
+
1696
+  Tooltip.prototype.arrow = function () {
1697
+    return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow'))
1698
+  }
1699
+
1700
+  Tooltip.prototype.enable = function () {
1701
+    this.enabled = true
1702
+  }
1703
+
1704
+  Tooltip.prototype.disable = function () {
1705
+    this.enabled = false
1706
+  }
1707
+
1708
+  Tooltip.prototype.toggleEnabled = function () {
1709
+    this.enabled = !this.enabled
1710
+  }
1711
+
1712
+  Tooltip.prototype.toggle = function (e) {
1713
+    var self = this
1714
+    if (e) {
1715
+      self = $(e.currentTarget).data('bs.' + this.type)
1716
+      if (!self) {
1717
+        self = new this.constructor(e.currentTarget, this.getDelegateOptions())
1718
+        $(e.currentTarget).data('bs.' + this.type, self)
1719
+      }
1720
+    }
1721
+
1722
+    if (e) {
1723
+      self.inState.click = !self.inState.click
1724
+      if (self.isInStateTrue()) self.enter(self)
1725
+      else self.leave(self)
1726
+    } else {
1727
+      self.tip().hasClass('in') ? self.leave(self) : self.enter(self)
1728
+    }
1729
+  }
1730
+
1731
+  Tooltip.prototype.destroy = function () {
1732
+    var that = this
1733
+    clearTimeout(this.timeout)
1734
+    this.hide(function () {
1735
+      that.$element.off('.' + that.type).removeData('bs.' + that.type)
1736
+      if (that.$tip) {
1737
+        that.$tip.detach()
1738
+      }
1739
+      that.$tip = null
1740
+      that.$arrow = null
1741
+      that.$viewport = null
1742
+      that.$element = null
1743
+    })
1744
+  }
1745
+
1746
+
1747
+  // TOOLTIP PLUGIN DEFINITION
1748
+  // =========================
1749
+
1750
+  function Plugin(option) {
1751
+    return this.each(function () {
1752
+      var $this   = $(this)
1753
+      var data    = $this.data('bs.tooltip')
1754
+      var options = typeof option == 'object' && option
1755
+
1756
+      if (!data && /destroy|hide/.test(option)) return
1757
+      if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options)))
1758
+      if (typeof option == 'string') data[option]()
1759
+    })
1760
+  }
1761
+
1762
+  var old = $.fn.tooltip
1763
+
1764
+  $.fn.tooltip             = Plugin
1765
+  $.fn.tooltip.Constructor = Tooltip
1766
+
1767
+
1768
+  // TOOLTIP NO CONFLICT
1769
+  // ===================
1770
+
1771
+  $.fn.tooltip.noConflict = function () {
1772
+    $.fn.tooltip = old
1773
+    return this
1774
+  }
1775
+
1776
+}(jQuery);
1777
+
1778
+/* ========================================================================
1779
+ * Bootstrap: popover.js v3.3.7
1780
+ * http://getbootstrap.com/javascript/#popovers
1781
+ * ========================================================================
1782
+ * Copyright 2011-2016 Twitter, Inc.
1783
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
1784
+ * ======================================================================== */
1785
+
1786
+
1787
++function ($) {
1788
+  'use strict';
1789
+
1790
+  // POPOVER PUBLIC CLASS DEFINITION
1791
+  // ===============================
1792
+
1793
+  var Popover = function (element, options) {
1794
+    this.init('popover', element, options)
1795
+  }
1796
+
1797
+  if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
1798
+
1799
+  Popover.VERSION  = '3.3.7'
1800
+
1801
+  Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
1802
+    placement: 'right',
1803
+    trigger: 'click',
1804
+    content: '',
1805
+    template: '<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
1806
+  })
1807
+
1808
+
1809
+  // NOTE: POPOVER EXTENDS tooltip.js
1810
+  // ================================
1811
+
1812
+  Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype)
1813
+
1814
+  Popover.prototype.constructor = Popover
1815
+
1816
+  Popover.prototype.getDefaults = function () {
1817
+    return Popover.DEFAULTS
1818
+  }
1819
+
1820
+  Popover.prototype.setContent = function () {
1821
+    var $tip    = this.tip()
1822
+    var title   = this.getTitle()
1823
+    var content = this.getContent()
1824
+
1825
+    $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
1826
+    $tip.find('.popover-content').children().detach().end()[ // we use append for html objects to maintain js events
1827
+      this.options.html ? (typeof content == 'string' ? 'html' : 'append') : 'text'
1828
+    ](content)
1829
+
1830
+    $tip.removeClass('fade top bottom left right in')
1831
+
1832
+    // IE8 doesn't accept hiding via the `:empty` pseudo selector, we have to do
1833
+    // this manually by checking the contents.
1834
+    if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide()
1835
+  }
1836
+
1837
+  Popover.prototype.hasContent = function () {
1838
+    return this.getTitle() || this.getContent()
1839
+  }
1840
+
1841
+  Popover.prototype.getContent = function () {
1842
+    var $e = this.$element
1843
+    var o  = this.options
1844
+
1845
+    return $e.attr('data-content')
1846
+      || (typeof o.content == 'function' ?
1847
+            o.content.call($e[0]) :
1848
+            o.content)
1849
+  }
1850
+
1851
+  Popover.prototype.arrow = function () {
1852
+    return (this.$arrow = this.$arrow || this.tip().find('.arrow'))
1853
+  }
1854
+
1855
+
1856
+  // POPOVER PLUGIN DEFINITION
1857
+  // =========================
1858
+
1859
+  function Plugin(option) {
1860
+    return this.each(function () {
1861
+      var $this   = $(this)
1862
+      var data    = $this.data('bs.popover')
1863
+      var options = typeof option == 'object' && option
1864
+
1865
+      if (!data && /destroy|hide/.test(option)) return
1866
+      if (!data) $this.data('bs.popover', (data = new Popover(this, options)))
1867
+      if (typeof option == 'string') data[option]()
1868
+    })
1869
+  }
1870
+
1871
+  var old = $.fn.popover
1872
+
1873
+  $.fn.popover             = Plugin
1874
+  $.fn.popover.Constructor = Popover
1875
+
1876
+
1877
+  // POPOVER NO CONFLICT
1878
+  // ===================
1879
+
1880
+  $.fn.popover.noConflict = function () {
1881
+    $.fn.popover = old
1882
+    return this
1883
+  }
1884
+
1885
+}(jQuery);
1886
+
1887
+/* ========================================================================
1888
+ * Bootstrap: scrollspy.js v3.3.7
1889
+ * http://getbootstrap.com/javascript/#scrollspy
1890
+ * ========================================================================
1891
+ * Copyright 2011-2016 Twitter, Inc.
1892
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
1893
+ * ======================================================================== */
1894
+
1895
+
1896
++function ($) {
1897
+  'use strict';
1898
+
1899
+  // SCROLLSPY CLASS DEFINITION
1900
+  // ==========================
1901
+
1902
+  function ScrollSpy(element, options) {
1903
+    this.$body          = $(document.body)
1904
+    this.$scrollElement = $(element).is(document.body) ? $(window) : $(element)
1905
+    this.options        = $.extend({}, ScrollSpy.DEFAULTS, options)
1906
+    this.selector       = (this.options.target || '') + ' .nav li > a'
1907
+    this.offsets        = []
1908
+    this.targets        = []
1909
+    this.activeTarget   = null
1910
+    this.scrollHeight   = 0
1911
+
1912
+    this.$scrollElement.on('scroll.bs.scrollspy', $.proxy(this.process, this))
1913
+    this.refresh()
1914
+    this.process()
1915
+  }
1916
+
1917
+  ScrollSpy.VERSION  = '3.3.7'
1918
+
1919
+  ScrollSpy.DEFAULTS = {
1920
+    offset: 10
1921
+  }
1922
+
1923
+  ScrollSpy.prototype.getScrollHeight = function () {
1924
+    return this.$scrollElement[0].scrollHeight || Math.max(this.$body[0].scrollHeight, document.documentElement.scrollHeight)
1925
+  }
1926
+
1927
+  ScrollSpy.prototype.refresh = function () {
1928
+    var that          = this
1929
+    var offsetMethod  = 'offset'
1930
+    var offsetBase    = 0
1931
+
1932
+    this.offsets      = []
1933
+    this.targets      = []
1934
+    this.scrollHeight = this.getScrollHeight()
1935
+
1936
+    if (!$.isWindow(this.$scrollElement[0])) {
1937
+      offsetMethod = 'position'
1938
+      offsetBase   = this.$scrollElement.scrollTop()
1939
+    }
1940
+
1941
+    this.$body
1942
+      .find(this.selector)
1943
+      .map(function () {
1944
+        var $el   = $(this)
1945
+        var href  = $el.data('target') || $el.attr('href')
1946
+        var $href = /^#./.test(href) && $(href)
1947
+
1948
+        return ($href
1949
+          && $href.length
1950
+          && $href.is(':visible')
1951
+          && [[$href[offsetMethod]().top + offsetBase, href]]) || null
1952
+      })
1953
+      .sort(function (a, b) { return a[0] - b[0] })
1954
+      .each(function () {
1955
+        that.offsets.push(this[0])
1956
+        that.targets.push(this[1])
1957
+      })
1958
+  }
1959
+
1960
+  ScrollSpy.prototype.process = function () {
1961
+    var scrollTop    = this.$scrollElement.scrollTop() + this.options.offset
1962
+    var scrollHeight = this.getScrollHeight()
1963
+    var maxScroll    = this.options.offset + scrollHeight - this.$scrollElement.height()
1964
+    var offsets      = this.offsets
1965
+    var targets      = this.targets
1966
+    var activeTarget = this.activeTarget
1967
+    var i
1968
+
1969
+    if (this.scrollHeight != scrollHeight) {
1970
+      this.refresh()
1971
+    }
1972
+
1973
+    if (scrollTop >= maxScroll) {
1974
+      return activeTarget != (i = targets[targets.length - 1]) && this.activate(i)
1975
+    }
1976
+
1977
+    if (activeTarget && scrollTop < offsets[0]) {
1978
+      this.activeTarget = null
1979
+      return this.clear()
1980
+    }
1981
+
1982
+    for (i = offsets.length; i--;) {
1983
+      activeTarget != targets[i]
1984
+        && scrollTop >= offsets[i]
1985
+        && (offsets[i + 1] === undefined || scrollTop < offsets[i + 1])
1986
+        && this.activate(targets[i])
1987
+    }
1988
+  }
1989
+
1990
+  ScrollSpy.prototype.activate = function (target) {
1991
+    this.activeTarget = target
1992
+
1993
+    this.clear()
1994
+
1995
+    var selector = this.selector +
1996
+      '[data-target="' + target + '"],' +
1997
+      this.selector + '[href="' + target + '"]'
1998
+
1999
+    var active = $(selector)
2000
+      .parents('li')
2001
+      .addClass('active')
2002
+
2003
+    if (active.parent('.dropdown-menu').length) {
2004
+      active = active
2005
+        .closest('li.dropdown')
2006
+        .addClass('active')
2007
+    }
2008
+
2009
+    active.trigger('activate.bs.scrollspy')
2010
+  }
2011
+
2012
+  ScrollSpy.prototype.clear = function () {
2013
+    $(this.selector)
2014
+      .parentsUntil(this.options.target, '.active')
2015
+      .removeClass('active')
2016
+  }
2017
+
2018
+
2019
+  // SCROLLSPY PLUGIN DEFINITION
2020
+  // ===========================
2021
+
2022
+  function Plugin(option) {
2023
+    return this.each(function () {
2024
+      var $this   = $(this)
2025
+      var data    = $this.data('bs.scrollspy')
2026
+      var options = typeof option == 'object' && option
2027
+
2028
+      if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options)))
2029
+      if (typeof option == 'string') data[option]()
2030
+    })
2031
+  }
2032
+
2033
+  var old = $.fn.scrollspy
2034
+
2035
+  $.fn.scrollspy             = Plugin
2036
+  $.fn.scrollspy.Constructor = ScrollSpy
2037
+
2038
+
2039
+  // SCROLLSPY NO CONFLICT
2040
+  // =====================
2041
+
2042
+  $.fn.scrollspy.noConflict = function () {
2043
+    $.fn.scrollspy = old
2044
+    return this
2045
+  }
2046
+
2047
+
2048
+  // SCROLLSPY DATA-API
2049
+  // ==================
2050
+
2051
+  $(window).on('load.bs.scrollspy.data-api', function () {
2052
+    $('[data-spy="scroll"]').each(function () {
2053
+      var $spy = $(this)
2054
+      Plugin.call($spy, $spy.data())
2055
+    })
2056
+  })
2057
+
2058
+}(jQuery);
2059
+
2060
+/* ========================================================================
2061
+ * Bootstrap: tab.js v3.3.7
2062
+ * http://getbootstrap.com/javascript/#tabs
2063
+ * ========================================================================
2064
+ * Copyright 2011-2016 Twitter, Inc.
2065
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
2066
+ * ======================================================================== */
2067
+
2068
+
2069
++function ($) {
2070
+  'use strict';
2071
+
2072
+  // TAB CLASS DEFINITION
2073
+  // ====================
2074
+
2075
+  var Tab = function (element) {
2076
+    // jscs:disable requireDollarBeforejQueryAssignment
2077
+    this.element = $(element)
2078
+    // jscs:enable requireDollarBeforejQueryAssignment
2079
+  }
2080
+
2081
+  Tab.VERSION = '3.3.7'
2082
+
2083
+  Tab.TRANSITION_DURATION = 150
2084
+
2085
+  Tab.prototype.show = function () {
2086
+    var $this    = this.element
2087
+    var $ul      = $this.closest('ul:not(.dropdown-menu)')
2088
+    var selector = $this.data('target')
2089
+
2090
+    if (!selector) {
2091
+      selector = $this.attr('href')
2092
+      selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
2093
+    }
2094
+
2095
+    if ($this.parent('li').hasClass('active')) return
2096
+
2097
+    var $previous = $ul.find('.active:last a')
2098
+    var hideEvent = $.Event('hide.bs.tab', {
2099
+      relatedTarget: $this[0]
2100
+    })
2101
+    var showEvent = $.Event('show.bs.tab', {
2102
+      relatedTarget: $previous[0]
2103
+    })
2104
+
2105
+    $previous.trigger(hideEvent)
2106
+    $this.trigger(showEvent)
2107
+
2108
+    if (showEvent.isDefaultPrevented() || hideEvent.isDefaultPrevented()) return
2109
+
2110
+    var $target = $(selector)
2111
+
2112
+    this.activate($this.closest('li'), $ul)
2113
+    this.activate($target, $target.parent(), function () {
2114
+      $previous.trigger({
2115
+        type: 'hidden.bs.tab',
2116
+        relatedTarget: $this[0]
2117
+      })
2118
+      $this.trigger({
2119
+        type: 'shown.bs.tab',
2120
+        relatedTarget: $previous[0]
2121
+      })
2122
+    })
2123
+  }
2124
+
2125
+  Tab.prototype.activate = function (element, container, callback) {
2126
+    var $active    = container.find('> .active')
2127
+    var transition = callback
2128
+      && $.support.transition
2129
+      && ($active.length && $active.hasClass('fade') || !!container.find('> .fade').length)
2130
+
2131
+    function next() {
2132
+      $active
2133
+        .removeClass('active')
2134
+        .find('> .dropdown-menu > .active')
2135
+          .removeClass('active')
2136
+        .end()
2137
+        .find('[data-toggle="tab"]')
2138
+          .attr('aria-expanded', false)
2139
+
2140
+      element
2141
+        .addClass('active')
2142
+        .find('[data-toggle="tab"]')
2143
+          .attr('aria-expanded', true)
2144
+
2145
+      if (transition) {
2146
+        element[0].offsetWidth // reflow for transition
2147
+        element.addClass('in')
2148
+      } else {
2149
+        element.removeClass('fade')
2150
+      }
2151
+
2152
+      if (element.parent('.dropdown-menu').length) {
2153
+        element
2154
+          .closest('li.dropdown')
2155
+            .addClass('active')
2156
+          .end()
2157
+          .find('[data-toggle="tab"]')
2158
+            .attr('aria-expanded', true)
2159
+      }
2160
+
2161
+      callback && callback()
2162
+    }
2163
+
2164
+    $active.length && transition ?
2165
+      $active
2166
+        .one('bsTransitionEnd', next)
2167
+        .emulateTransitionEnd(Tab.TRANSITION_DURATION) :
2168
+      next()
2169
+
2170
+    $active.removeClass('in')
2171
+  }
2172
+
2173
+
2174
+  // TAB PLUGIN DEFINITION
2175
+  // =====================
2176
+
2177
+  function Plugin(option) {
2178
+    return this.each(function () {
2179
+      var $this = $(this)
2180
+      var data  = $this.data('bs.tab')
2181
+
2182
+      if (!data) $this.data('bs.tab', (data = new Tab(this)))
2183
+      if (typeof option == 'string') data[option]()
2184
+    })
2185
+  }
2186
+
2187
+  var old = $.fn.tab
2188
+
2189
+  $.fn.tab             = Plugin
2190
+  $.fn.tab.Constructor = Tab
2191
+
2192
+
2193
+  // TAB NO CONFLICT
2194
+  // ===============
2195
+
2196
+  $.fn.tab.noConflict = function () {
2197
+    $.fn.tab = old
2198
+    return this
2199
+  }
2200
+
2201
+
2202
+  // TAB DATA-API
2203
+  // ============
2204
+
2205
+  var clickHandler = function (e) {
2206
+    e.preventDefault()
2207
+    Plugin.call($(this), 'show')
2208
+  }
2209
+
2210
+  $(document)
2211
+    .on('click.bs.tab.data-api', '[data-toggle="tab"]', clickHandler)
2212
+    .on('click.bs.tab.data-api', '[data-toggle="pill"]', clickHandler)
2213
+
2214
+}(jQuery);
2215
+
2216
+/* ========================================================================
2217
+ * Bootstrap: affix.js v3.3.7
2218
+ * http://getbootstrap.com/javascript/#affix
2219
+ * ========================================================================
2220
+ * Copyright 2011-2016 Twitter, Inc.
2221
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
2222
+ * ======================================================================== */
2223
+
2224
+
2225
++function ($) {
2226
+  'use strict';
2227
+
2228
+  // AFFIX CLASS DEFINITION
2229
+  // ======================
2230
+
2231
+  var Affix = function (element, options) {
2232
+    this.options = $.extend({}, Affix.DEFAULTS, options)
2233
+
2234
+    this.$target = $(this.options.target)
2235
+      .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this))
2236
+      .on('click.bs.affix.data-api',  $.proxy(this.checkPositionWithEventLoop, this))
2237
+
2238
+    this.$element     = $(element)
2239
+    this.affixed      = null
2240
+    this.unpin        = null
2241
+    this.pinnedOffset = null
2242
+
2243
+    this.checkPosition()
2244
+  }
2245
+
2246
+  Affix.VERSION  = '3.3.7'
2247
+
2248
+  Affix.RESET    = 'affix affix-top affix-bottom'
2249
+
2250
+  Affix.DEFAULTS = {
2251
+    offset: 0,
2252
+    target: window
2253
+  }
2254
+
2255
+  Affix.prototype.getState = function (scrollHeight, height, offsetTop, offsetBottom) {
2256
+    var scrollTop    = this.$target.scrollTop()
2257
+    var position     = this.$element.offset()
2258
+    var targetHeight = this.$target.height()
2259
+
2260
+    if (offsetTop != null && this.affixed == 'top') return scrollTop < offsetTop ? 'top' : false
2261
+
2262
+    if (this.affixed == 'bottom') {
2263
+      if (offsetTop != null) return (scrollTop + this.unpin <= position.top) ? false : 'bottom'
2264
+      return (scrollTop + targetHeight <= scrollHeight - offsetBottom) ? false : 'bottom'
2265
+    }
2266
+
2267
+    var initializing   = this.affixed == null
2268
+    var colliderTop    = initializing ? scrollTop : position.top
2269
+    var colliderHeight = initializing ? targetHeight : height
2270
+
2271
+    if (offsetTop != null && scrollTop <= offsetTop) return 'top'
2272
+    if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return 'bottom'
2273
+
2274
+    return false
2275
+  }
2276
+
2277
+  Affix.prototype.getPinnedOffset = function () {
2278
+    if (this.pinnedOffset) return this.pinnedOffset
2279
+    this.$element.removeClass(Affix.RESET).addClass('affix')
2280
+    var scrollTop = this.$target.scrollTop()
2281
+    var position  = this.$element.offset()
2282
+    return (this.pinnedOffset = position.top - scrollTop)
2283
+  }
2284
+
2285
+  Affix.prototype.checkPositionWithEventLoop = function () {
2286
+    setTimeout($.proxy(this.checkPosition, this), 1)
2287
+  }
2288
+
2289
+  Affix.prototype.checkPosition = function () {
2290
+    if (!this.$element.is(':visible')) return
2291
+
2292
+    var height       = this.$element.height()
2293
+    var offset       = this.options.offset
2294
+    var offsetTop    = offset.top
2295
+    var offsetBottom = offset.bottom
2296
+    var scrollHeight = Math.max($(document).height(), $(document.body).height())
2297
+
2298
+    if (typeof offset != 'object')         offsetBottom = offsetTop = offset
2299
+    if (typeof offsetTop == 'function')    offsetTop    = offset.top(this.$element)
2300
+    if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element)
2301
+
2302
+    var affix = this.getState(scrollHeight, height, offsetTop, offsetBottom)
2303
+
2304
+    if (this.affixed != affix) {
2305
+      if (this.unpin != null) this.$element.css('top', '')
2306
+
2307
+      var affixType = 'affix' + (affix ? '-' + affix : '')
2308
+      var e         = $.Event(affixType + '.bs.affix')
2309
+
2310
+      this.$element.trigger(e)
2311
+
2312
+      if (e.isDefaultPrevented()) return
2313
+
2314
+      this.affixed = affix
2315
+      this.unpin = affix == 'bottom' ? this.getPinnedOffset() : null
2316
+
2317
+      this.$element
2318
+        .removeClass(Affix.RESET)
2319
+        .addClass(affixType)
2320
+        .trigger(affixType.replace('affix', 'affixed') + '.bs.affix')
2321
+    }
2322
+
2323
+    if (affix == 'bottom') {
2324
+      this.$element.offset({
2325
+        top: scrollHeight - height - offsetBottom
2326
+      })
2327
+    }
2328
+  }
2329
+
2330
+
2331
+  // AFFIX PLUGIN DEFINITION
2332
+  // =======================
2333
+
2334
+  function Plugin(option) {
2335
+    return this.each(function () {
2336
+      var $this   = $(this)
2337
+      var data    = $this.data('bs.affix')
2338
+      var options = typeof option == 'object' && option
2339
+
2340
+      if (!data) $this.data('bs.affix', (data = new Affix(this, options)))
2341
+      if (typeof option == 'string') data[option]()
2342
+    })
2343
+  }
2344
+
2345
+  var old = $.fn.affix
2346
+
2347
+  $.fn.affix             = Plugin
2348
+  $.fn.affix.Constructor = Affix
2349
+
2350
+
2351
+  // AFFIX NO CONFLICT
2352
+  // =================
2353
+
2354
+  $.fn.affix.noConflict = function () {
2355
+    $.fn.affix = old
2356
+    return this
2357
+  }
2358
+
2359
+
2360
+  // AFFIX DATA-API
2361
+  // ==============
2362
+
2363
+  $(window).on('load', function () {
2364
+    $('[data-spy="affix"]').each(function () {
2365
+      var $spy = $(this)
2366
+      var data = $spy.data()
2367
+
2368
+      data.offset = data.offset || {}
2369
+
2370
+      if (data.offsetBottom != null) data.offset.bottom = data.offsetBottom
2371
+      if (data.offsetTop    != null) data.offset.top    = data.offsetTop
2372
+
2373
+      Plugin.call($spy, data)
2374
+    })
2375
+  })
2376
+
2377
+}(jQuery);
... ...
@@ -0,0 +1,7 @@
1
+/*!
2
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
3
+ * Copyright 2011-2016 Twitter, Inc.
4
+ * Licensed under the MIT license
5
+ */
6
+if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1||b[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",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(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){if(a(b.target).is(this))return b.handleObj.handler.apply(this,arguments)}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.7",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a("#"===f?[]:f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.7",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c).prop(c,!0)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c).prop(c,!1))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target).closest(".btn");b.call(d,"toggle"),a(c.target).is('input[type="radio"], input[type="checkbox"]')||(c.preventDefault(),d.is("input,button")?d.trigger("focus"):d.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.7",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.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},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(a>this.$items.length-1||a<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.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},c.prototype.next=function(){if(!this.sliding)return this.slide("next")},c.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.7",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(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()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger(a.Event("hidden.bs.dropdown",f)))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.7",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(a.Event("shown.bs.dropdown",h))}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&&!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(".disabled, :disabled")){var e=b(d),g=e.hasClass("open");if(!g&&27!=c.which||g&&27==c.which)return 27==c.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find(".dropdown-menu"+h);if(i.length){var j=i.index(c.target);38==c.which&&j>0&&j--,40==c.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",c).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.7",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){d.$element.one("mouseup.dismiss.bs.modal",function(b){a(b.target).is(d.$element)&&(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in"),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$dialog.one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){document===a.target||this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a(document.createElement("div")).addClass("modal-backdrop "+e).appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth<a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",a,b)};c.VERSION="3.3.7",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"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()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.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},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusin"==b.type?"focus":"hover"]=!0),c.tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);if(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusout"==b.type?"focus":"hover"]=!1),!c.isInStateTrue())return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-m<o.top?"bottom":"right"==h&&k.right+l>o.width?"left":"left"==h&&k.left-l<o.left?"right":h,f.removeClass(n).addClass(h)}var p=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(p,h);var q=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",q).emulateTransitionEnd(c.TRANSITION_DURATION):q()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top+=g,b.left+=h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.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")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element&&e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=a(this.$tip),g=a.Event("hide.bs."+this.type);if(this.$element.trigger(g),!g.isDefaultPrevented())return f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=window.SVGElement&&c instanceof window.SVGElement,g=d?{top:0,left:0}:f?null:b.offset(),h={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},i=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,h,i,g)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.right&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&&(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null,a.$element=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.7",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.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").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.7",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(void 0===e[a+1]||b<e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){
7
+this.activeTarget=b,this.clear();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")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.7",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).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(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.7",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return e<c&&"top";if("bottom"==this.affixed)return null!=c?!(e+this.unpin<=f.top)&&"bottom":!(e+g<=a-d)&&"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&e<=c?"top":null!=d&&i+j>=a-d&&"bottom"},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);
0 8
\ No newline at end of file
... ...
@@ -0,0 +1,13 @@
1
+// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
2
+require('../../js/transition.js')
3
+require('../../js/alert.js')
4
+require('../../js/button.js')
5
+require('../../js/carousel.js')
6
+require('../../js/collapse.js')
7
+require('../../js/dropdown.js')
8
+require('../../js/modal.js')
9
+require('../../js/tooltip.js')
10
+require('../../js/popover.js')
11
+require('../../js/scrollspy.js')
12
+require('../../js/tab.js')
13
+require('../../js/affix.js')
0 14
\ No newline at end of file
... ...
@@ -0,0 +1,2 @@
1
+/*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */
2
+!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProperty,p=f.toString,d=p.call(Object),h={},g=function e(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function e(t){return null!=t&&t===t.window},v={type:!0,src:!0,noModule:!0};function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e,n)for(i in v)n[i]&&(o[i]=n[i]);t.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var b="3.3.1",w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructor:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:s,sort:n.sort,splice:n.splice},w.extend=w.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||g(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)n=a[t],a!==(r=e[t])&&(l&&r&&(w.isPlainObject(r)||(i=Array.isArray(r)))?(i?(i=!1,o=n&&Array.isArray(n)?n:[]):o=n&&w.isPlainObject(n)?n:{},a[t]=w.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},w.extend({expando:"jQuery"+("3.3.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==c.call(e))&&(!(t=i(e))||"function"==typeof(n=f.call(t,"constructor")&&t.constructor)&&p.call(n)===d)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e){m(e)},each:function(e,t){var n,r=0;if(C(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(T,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(C(Object(e))?w.merge(n,"string"==typeof e?[e]:e):s.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:u.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r,i=[],o=0,a=e.length,s=!n;o<a;o++)(r=!t(e[o],o))!==s&&i.push(e[o]);return i},map:function(e,t,n){var r,i,o=0,s=[];if(C(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&s.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&s.push(i);return a.apply([],s)},guid:1,support:h}),"function"==typeof Symbol&&(w.fn[Symbol.iterator]=n[Symbol.iterator]),w.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){l["[object "+t+"]"]=t.toLowerCase()});function C(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!g(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}var E=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,y,v,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ae(),k=ae(),S=ae(),D=function(e,t){return e===t&&(f=!0),0},N={}.hasOwnProperty,A=[],j=A.pop,q=A.push,L=A.push,H=A.slice,O=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},P="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",R="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",I="\\["+M+"*("+R+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+R+"))|)"+M+"*\\]",W=":("+R+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+I+")*)|.*)\\)|)",$=new RegExp(M+"+","g"),B=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),F=new RegExp("^"+M+"*,"+M+"*"),_=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),z=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),X=new RegExp(W),U=new RegExp("^"+R+"$"),V={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},G=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){p()},ie=me(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(A=H.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(e){L={apply:A.length?function(e,t){q.apply(e,H.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function oe(e,t,r,i){var o,s,l,c,f,h,v,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==T&&(f=J.exec(e)))if(o=f[1]){if(9===T){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return L.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!S[e+" "]&&(!y||!y.test(e))){if(1!==T)m=t,v=e;else if("object"!==t.nodeName.toLowerCase()){(c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(h=a(e)).length;while(s--)h[s]="#"+c+" "+ve(h[s]);v=h.join(","),m=K.test(e)&&ge(t.parentNode)||t}if(v)try{return L.apply(r,m.querySelectorAll(v)),r}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}return t}function se(e){return e[b]=!0,e}function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function ge(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=oe.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!==d&&9===a.nodeType&&a.documentElement?(d=a,h=d.documentElement,g=!o(d),w!==d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=ue(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ue(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ue(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&g)return t.getElementsByClassName(e)},v=[],y=[],(n.qsa=Q.test(d.querySelectorAll))&&(ue(function(e){h.appendChild(e).innerHTML="<a id='"+b+"'></a><select id='"+b+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+b+"-]").length||y.push("~="),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||y.push(".#.+[+~]")}),ue(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(n.matchesSelector=Q.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),v.push("!=",W)}),y=y.length&&new RegExp(y.join("|")),v=v.length&&new RegExp(v.join("|")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?O(c,e)-O(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?O(c,e)-O(c,t):0;if(i===o)return ce(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?ce(a[r],s[r]):a[r]===w?-1:s[r]===w?1:0},d):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,"='$1']"),n.matchesSelector&&g&&!S[t+" "]&&(!v||!v.test(t))&&(!y||!y.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&N.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(D),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",y=t.parentNode,v=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(y){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===v:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?y.firstChild:y.lastChild],a&&m){x=(d=(l=(c=(f=(p=y)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&y.childNodes[d];while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===v:1===p.nodeType)&&++x&&(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p===t))break;return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){var r,o=i(e,t),a=o.length;while(a--)e[r=O(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?se(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return oe(e,t).length>0}}),contains:se(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:se(function(e){return U.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:he(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:he(function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=r.pseudos.eq;for(t in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=fe(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=pe(t);function ye(){}ye.prototype=r.filters=r.pseudos,r.setFilters=new ye,a=oe.tokenize=function(e,t){var n,i,o,a,s,u,l,c=k[e+" "];if(c)return t?0:c.slice(0);s=e,u=[],l=r.preFilter;while(s){n&&!(i=F.exec(s))||(i&&(s=s.slice(i[0].length)||s),u.push(o=[])),n=!1,(i=_.exec(s))&&(n=i.shift(),o.push({value:n,type:i[0].replace(B," ")}),s=s.slice(n.length));for(a in r.filter)!(i=V[a].exec(s))||l[a]&&!(i=l[a](i))||(n=i.shift(),o.push({value:n,type:a,matches:i}),s=s.slice(n.length));if(!n)break}return t?s.length:s?oe.error(e):k(e,u).slice(0)};function ve(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function me(e,t,n){var r=t.dir,i=t.next,o=i||r,a=n&&"parentNode"===o,s=C++;return t.first?function(t,n,i){while(t=t[r])if(1===t.nodeType||a)return e(t,n,i);return!1}:function(t,n,u){var l,c,f,p=[T,s];if(u){while(t=t[r])if((1===t.nodeType||a)&&e(t,n,u))return!0}else while(t=t[r])if(1===t.nodeType||a)if(f=t[b]||(t[b]={}),c=f[t.uniqueID]||(f[t.uniqueID]={}),i&&i===t.nodeName.toLowerCase())t=t[r]||t;else{if((l=c[o])&&l[0]===T&&l[1]===s)return p[2]=l[2];if(c[o]=p,p[2]=e(t,n,u))return!0}return!1}}function xe(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n){for(var r=0,i=t.length;r<i;r++)oe(e,t[r],n);return n}function we(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function Te(e,t,n,r,i,o){return r&&!r[b]&&(r=Te(r)),i&&!i[b]&&(i=Te(i,o)),se(function(o,a,s,u){var l,c,f,p=[],d=[],h=a.length,g=o||be(t||"*",s.nodeType?[s]:s,[]),y=!e||!o&&t?g:we(g,p,e,s,u),v=n?i||(o?e:h||r)?[]:a:y;if(n&&n(y,v,s,u),r){l=we(v,d),r(l,[],s,u),c=l.length;while(c--)(f=l[c])&&(v[d[c]]=!(y[d[c]]=f))}if(o){if(i||e){if(i){l=[],c=v.length;while(c--)(f=v[c])&&l.push(y[c]=f);i(null,v=[],l,u)}c=v.length;while(c--)(f=v[c])&&(l=i?O(o,f):p[c])>-1&&(o[l]=!(a[l]=f))}}else v=we(v===a?v.splice(h,v.length):v),i?i(null,a,v,u):L.apply(a,v)})}function Ce(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],u=a?1:0,c=me(function(e){return e===t},s,!0),f=me(function(e){return O(t,e)>-1},s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u<o;u++)if(n=r.relative[e[u].type])p=[me(xe(p),n)];else{if((n=r.filter[e[u].type].apply(null,e[u].matches))[b]){for(i=++u;i<o;i++)if(r.relative[e[i].type])break;return Te(u>1&&xe(p),u>1&&ve(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(B,"$1"),n,u<i&&Ce(e.slice(u,i)),i<o&&Ce(e=e.slice(i)),i<o&&ve(e))}p.push(n)}return xe(p)}function Ee(e,t){var n=t.length>0,i=e.length>0,o=function(o,a,s,u,c){var f,h,y,v=0,m="0",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG("*",c),E=T+=null==w?1:Math.random()||.1,k=C.length;for(c&&(l=a===d||a||c);m!==k&&null!=(f=C[m]);m++){if(i&&f){h=0,a||f.ownerDocument===d||(p(f),s=!g);while(y=e[h++])if(y(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!y&&f)&&v--,o&&x.push(f))}if(v+=m,n&&m!==v){h=0;while(y=t[h++])y(x,b,a,s);if(o){if(v>0)while(m--)x[m]||b[m]||(b[m]=j.call(u));b=we(b)}L.apply(u,b),c&&!o&&b.length>0&&v+t.length>1&&oe.uniqueSort(u)}return c&&(T=E,l=w),x};return n?se(o):o}return s=oe.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=a(e)),n=t.length;while(n--)(o=Ce(t[n]))[b]?r.push(o):i.push(o);(o=S(e,Ee(i,r))).selector=e}return o},u=oe.select=function(e,t,n,i){var o,u,l,c,f,p="function"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Z,ee),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}o=V.needsContext.test(e)?0:u.length;while(o--){if(l=u[o],r.relative[c=l.type])break;if((f=r.find[c])&&(i=f(l.matches[0].replace(Z,ee),K.test(u[0].type)&&ge(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&ve(u)))return L.apply(n,i),n;break}}}return(p||s(e,d))(i,t,!g,n,!t||K.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(D).join("")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ue(function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))}),ue(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||le("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ue(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||le("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ue(function(e){return null==e.getAttribute("disabled")})||le(P,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),oe}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var k=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=w.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,t,n){return g(t)?w.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?w.grep(e,function(e){return e===t!==n}):"string"!=typeof t?w.grep(e,function(e){return u.call(t,e)>-1!==n}):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,function(e){return 1===e.nodeType}))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(w(e).filter(function(){for(t=0;t<r;t++)if(w.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)w.find(e,i[t],n);return r>1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&D.test(e)?w(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:r,!0)),A.test(i[1])&&w.isPlainObject(t))for(i in t)g(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=r.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,q=w(r);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(w.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&w(e);if(!D.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(w(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,"parentNode")},parentsUntil:function(e,t,n){return k(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return k(e,"nextSibling")},prevAll:function(e){return k(e,"previousSibling")},nextUntil:function(e,t,n){return k(e,"nextSibling",n)},prevUntil:function(e,t,n){return k(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return N(e,"iframe")?e.contentDocument:(N(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=w.filter(r,i)),this.length>1&&(O[e]||w.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}});var M=/[^\x20\t\r\n\f]+/g;function R(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!0}),t}w.Callbacks=function(e){e="string"==typeof e?R(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1){n=a.shift();while(++s<o.length)!1===o[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=o.length,n=!1)}e.memory||(n=!1),t=!1,i&&(o=n?[]:"")},l={add:function(){return o&&(n&&!t&&(s=o.length-1,a.push(n)),function t(n){w.each(n,function(n,r){g(r)?e.unique&&l.has(r)||o.push(r):r&&r.length&&"string"!==x(r)&&t(r)})}(arguments),n&&!t&&u()),this},remove:function(){return w.each(arguments,function(e,t){var n;while((n=w.inArray(t,o,n))>-1)o.splice(n,1),n<=s&&s--}),this},has:function(e){return e?w.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l};function I(e){return e}function W(e){throw e}function $(e,t,n,r){var i;try{e&&g(i=e.promise)?i.call(e).done(t).fail(n):e&&g(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},"catch":function(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred(function(t){w.each(n,function(n,r){var i=g(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&g(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(){var e,l;if(!(t<o)){if((e=r.apply(s,u))===n.promise())throw new TypeError("Thenable self-resolution");l=e&&("object"==typeof e||"function"==typeof e)&&e.then,g(l)?i?l.call(e,a(o,n,I,i),a(o,n,W,i)):(o++,l.call(e,a(o,n,I,i),a(o,n,W,i),a(o,n,I,n.notifyWith))):(r!==I&&(s=void 0,u=[e]),(i||n.resolveWith)(s,u))}},c=i?l:function(){try{l()}catch(e){w.Deferred.exceptionHook&&w.Deferred.exceptionHook(e,c.stackTrace),t+1>=o&&(r!==W&&(s=void 0,u=[e]),n.rejectWith(s,u))}};t?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),e.setTimeout(c))}}return w.Deferred(function(e){n[0][3].add(a(0,e,g(i)?i:I,e.notifyWith)),n[1][3].add(a(0,e,g(t)?t:I)),n[2][3].add(a(0,e,g(r)?r:W))}).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=o.call(arguments),a=w.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?o.call(arguments):n,--t||a.resolveWith(r,i)}};if(t<=1&&($(e,a.done(s(n)).resolve,a.reject,!t),"pending"===a.state()||g(i[n]&&i[n].then)))return a.then();while(n--)$(i[n],s(n),a.reject);return a.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&B.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout(function(){throw t})};var F=w.Deferred();w.fn.ready=function(e){return F.then(e)["catch"](function(e){w.readyException(e)}),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||F.resolveWith(r,[w]))}}),w.ready.then=F.then;function _(){r.removeEventListener("DOMContentLoaded",_),e.removeEventListener("load",_),w.ready()}"complete"===r.readyState||"loading"!==r.readyState&&!r.documentElement.doScroll?e.setTimeout(w.ready):(r.addEventListener("DOMContentLoaded",_),e.addEventListener("load",_));var z=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n)){i=!0;for(s in n)z(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,g(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},X=/^-ms-/,U=/-([a-z])/g;function V(e,t){return t.toUpperCase()}function G(e){return e.replace(X,"ms-").replace(U,V)}var Y=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Q(){this.expando=w.expando+Q.uid++}Q.uid=1,Q.prototype={cache:function(e){var t=e[this.expando];return t||(t={},Y(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[G(t)]=n;else for(r in t)i[G(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][G(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(G):(t=G(t))in r?[t]:t.match(M)||[]).length;while(n--)delete r[t[n]]}(void 0===t||w.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!w.isEmptyObject(t)}};var J=new Q,K=new Q,Z=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,ee=/[A-Z]/g;function te(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Z.test(e)?JSON.parse(e):e)}function ne(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(ee,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=te(n)}catch(e){}K.set(e,t,n)}else n=void 0;return n}w.extend({hasData:function(e){return K.hasData(e)||J.hasData(e)},data:function(e,t,n){return K.access(e,t,n)},removeData:function(e,t){K.remove(e,t)},_data:function(e,t,n){return J.access(e,t,n)},_removeData:function(e,t){J.remove(e,t)}}),w.fn.extend({data:function(e,t){var n,r,i,o=this[0],a=o&&o.attributes;if(void 0===e){if(this.length&&(i=K.get(o),1===o.nodeType&&!J.get(o,"hasDataAttrs"))){n=a.length;while(n--)a[n]&&0===(r=a[n].name).indexOf("data-")&&(r=G(r.slice(5)),ne(o,r,i[r]));J.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof e?this.each(function(){K.set(this,e)}):z(this,function(t){var n;if(o&&void 0===t){if(void 0!==(n=K.get(o,e)))return n;if(void 0!==(n=ne(o,e)))return n}else this.each(function(){K.set(this,e,t)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){K.remove(this,e)})}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=J.get(e,t),n&&(!r||Array.isArray(n)?r=J.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t),a=function(){w.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:w.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?w.queue(this[0],e):void 0===t?this:this.each(function(){var n=w.queue(this,e,t);w._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&w.dequeue(this,e)})},dequeue:function(e){return this.each(function(){w.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=w.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=J.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var re=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ie=new RegExp("^(?:([+-])=|)("+re+")([a-z%]*)$","i"),oe=["Top","Right","Bottom","Left"],ae=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&w.contains(e.ownerDocument,e)&&"none"===w.css(e,"display")},se=function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i};function ue(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return w.css(e,t,"")},u=s(),l=n&&n[3]||(w.cssNumber[t]?"":"px"),c=(w.cssNumber[t]||"px"!==l&&+u)&&ie.exec(w.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)w.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,w.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var le={};function ce(e){var t,n=e.ownerDocument,r=e.nodeName,i=le[r];return i||(t=n.body.appendChild(n.createElement(r)),i=w.css(t,"display"),t.parentNode.removeChild(t),"none"===i&&(i="block"),le[r]=i,i)}function fe(e,t){for(var n,r,i=[],o=0,a=e.length;o<a;o++)(r=e[o]).style&&(n=r.style.display,t?("none"===n&&(i[o]=J.get(r,"display")||null,i[o]||(r.style.display="")),""===r.style.display&&ae(r)&&(i[o]=ce(r))):"none"!==n&&(i[o]="none",J.set(r,"display",n)));for(o=0;o<a;o++)null!=i[o]&&(e[o].style.display=i[o]);return e}w.fn.extend({show:function(){return fe(this,!0)},hide:function(){return fe(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ae(this)?w(this).show():w(this).hide()})}});var pe=/^(?:checkbox|radio)$/i,de=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?w.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n<r;n++)J.set(e[n],"globalEval",!t||J.get(t[n],"globalEval"))}var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===x(o))w.merge(p,o.nodeType?[o]:o);else if(me.test(o)){a=a||f.appendChild(t.createElement("div")),s=(de.exec(o)||["",""])[1].toLowerCase(),u=ge[s]||ge._default,a.innerHTML=u[1]+w.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;w.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));f.textContent="",d=0;while(o=p[d++])if(r&&w.inArray(o,r)>-1)i&&i.push(o);else if(l=w.contains(o.ownerDocument,o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}!function(){var e=r.createDocumentFragment().appendChild(r.createElement("div")),t=r.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),h.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="<textarea>x</textarea>",h.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var be=r.documentElement,we=/^key/,Te=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function ke(){return!1}function Se(){try{return r.activeElement}catch(e){}}function De(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each(function(){w.event.add(this,t,i,r,n)})}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.get(e);if(y){n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(be,i),n.guid||(n.guid=w.guid++),(u=y.events)||(u=y.events={}),(a=y.handle)||(a=y.handle=function(t){return"undefined"!=typeof w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(M)||[""]).length;while(l--)d=g=(s=Ce.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.hasData(e)&&J.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(M)||[""]).length;while(l--)if(s=Ce.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||w.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&J.remove(e,"handle events")}},dispatch:function(e){var t=w.event.fix(e),n,r,i,o,a,s,u=new Array(arguments.length),l=(J.get(this,"events")||{})[t.type]||[],c=w.event.special[t.type]||{};for(u[0]=t,n=1;n<arguments.length;n++)u[n]=arguments[n];if(t.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,t)){s=w.event.handlers.call(this,t,l),n=0;while((o=s[n++])&&!t.isPropagationStopped()){t.currentTarget=o.elem,r=0;while((a=o.handlers[r++])&&!t.isImmediatePropagationStopped())t.rnamespace&&!t.rnamespace.test(a.namespace)||(t.handleObj=a,t.data=a.data,void 0!==(i=((w.event.special[a.origType]||{}).handle||a.handler).apply(o.elem,u))&&!1===(t.result=i)&&(t.preventDefault(),t.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,t),t.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&e.button>=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?w(i,this).index(l)>-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(e,t){Object.defineProperty(w.Event.prototype,e,{enumerable:!0,configurable:!0,get:g(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[w.expando]?e:new w.Event(e)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==Se()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===Se()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&N(this,"input"))return this.click(),!1},_default:function(e){return N(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},w.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},w.Event=function(e,t){if(!(this instanceof w.Event))return new w.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Ee:ke,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&w.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[w.expando]=!0},w.Event.prototype={constructor:w.Event,isDefaultPrevented:ke,isPropagationStopped:ke,isImmediatePropagationStopped:ke,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Ee,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Ee,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Ee,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},w.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&we.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&Te.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},w.event.addProp),w.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){w.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj;return i&&(i===r||w.contains(r,i))||(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),w.fn.extend({on:function(e,t,n,r){return De(this,e,t,n,r)},one:function(e,t,n,r){return De(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,w(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=ke),this.each(function(){w.event.remove(this,e,n,t)})}});var Ne=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/<script|<style|<link/i,je=/checked\s*(?:[^=]|=\s*.checked.)/i,qe=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Le(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")?w(e).children("tbody")[0]||e:e}function He(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Oe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(J.hasData(e)&&(o=J.access(e),a=J.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n<r;n++)w.event.add(t,i,l[i][n])}K.hasData(e)&&(s=K.access(e),u=w.extend({},s),K.set(t,u))}}function Me(e,t){var n=t.nodeName.toLowerCase();"input"===n&&pe.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function Re(e,t,n,r){t=a.apply([],t);var i,o,s,u,l,c,f=0,p=e.length,d=p-1,y=t[0],v=g(y);if(v||p>1&&"string"==typeof y&&!h.checkClone&&je.test(y))return e.each(function(i){var o=e.eq(i);v&&(t[0]=y.call(this,i,o.html())),Re(o,t,n,r)});if(p&&(i=xe(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(u=(s=w.map(ye(i,"script"),He)).length;f<p;f++)l=i,f!==d&&(l=w.clone(l,!0,!0),u&&w.merge(s,ye(l,"script"))),n.call(e[f],l,f);if(u)for(c=s[s.length-1].ownerDocument,w.map(s,Oe),f=0;f<u;f++)l=s[f],he.test(l.type||"")&&!J.access(l,"globalEval")&&w.contains(c,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?w._evalUrl&&w._evalUrl(l.src):m(l.textContent.replace(qe,""),c,l))}return e}function Ie(e,t,n){for(var r,i=t?w.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||w.cleanData(ye(r)),r.parentNode&&(n&&w.contains(r.ownerDocument,r)&&ve(ye(r,"script")),r.parentNode.removeChild(r));return e}w.extend({htmlPrefilter:function(e){return e.replace(Ne,"<$1></$2>")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=w.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||w.isXMLDoc(e)))for(a=ye(s),r=0,i=(o=ye(e)).length;r<i;r++)Me(o[r],a[r]);if(t)if(n)for(o=o||ye(e),a=a||ye(s),r=0,i=o.length;r<i;r++)Pe(o[r],a[r]);else Pe(e,s);return(a=ye(s,"script")).length>0&&ve(a,!u&&ye(e,"script")),s},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=e[o]);o++)if(Y(n)){if(t=n[J.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[J.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return z(this,function(e){return void 0===e?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Re(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Le(this,e).appendChild(e)})},prepend:function(){return Re(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Le(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return w.clone(this,e,t)})},html:function(e){return z(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(w.cleanData(ye(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=[];return Re(this,arguments,function(t){var n=this.parentNode;w.inArray(this,e)<0&&(w.cleanData(ye(this)),n&&n.replaceChild(t,this))},e)}}),w.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){w.fn[e]=function(e){for(var n,r=[],i=w(e),o=i.length-1,a=0;a<=o;a++)n=a===o?this:this.clone(!0),w(i[a])[t](n),s.apply(r,n.get());return this.pushStack(r)}});var We=new RegExp("^("+re+")(?!px)[a-z%]+$","i"),$e=function(t){var n=t.ownerDocument.defaultView;return n&&n.opener||(n=e),n.getComputedStyle(t)},Be=new RegExp(oe.join("|"),"i");!function(){function t(){if(c){l.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",c.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",be.appendChild(l).appendChild(c);var t=e.getComputedStyle(c);i="1%"!==t.top,u=12===n(t.marginLeft),c.style.right="60%",s=36===n(t.right),o=36===n(t.width),c.style.position="absolute",a=36===c.offsetWidth||"absolute",be.removeChild(l),c=null}}function n(e){return Math.round(parseFloat(e))}var i,o,a,s,u,l=r.createElement("div"),c=r.createElement("div");c.style&&(c.style.backgroundClip="content-box",c.cloneNode(!0).style.backgroundClip="",h.clearCloneStyle="content-box"===c.style.backgroundClip,w.extend(h,{boxSizingReliable:function(){return t(),o},pixelBoxStyles:function(){return t(),s},pixelPosition:function(){return t(),i},reliableMarginLeft:function(){return t(),u},scrollboxSize:function(){return t(),a}}))}();function Fe(e,t,n){var r,i,o,a,s=e.style;return(n=n||$e(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||w.contains(e.ownerDocument,e)||(a=w.style(e,t)),!h.pixelBoxStyles()&&We.test(a)&&Be.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o)),void 0!==a?a+"":a}function _e(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}var ze=/^(none|table(?!-c[ea]).+)/,Xe=/^--/,Ue={position:"absolute",visibility:"hidden",display:"block"},Ve={letterSpacing:"0",fontWeight:"400"},Ge=["Webkit","Moz","ms"],Ye=r.createElement("div").style;function Qe(e){if(e in Ye)return e;var t=e[0].toUpperCase()+e.slice(1),n=Ge.length;while(n--)if((e=Ge[n]+t)in Ye)return e}function Je(e){var t=w.cssProps[e];return t||(t=w.cssProps[e]=Qe(e)||e),t}function Ke(e,t,n){var r=ie.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function Ze(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=w.css(e,n+oe[a],!0,i)),r?("content"===n&&(u-=w.css(e,"padding"+oe[a],!0,i)),"margin"!==n&&(u-=w.css(e,"border"+oe[a]+"Width",!0,i))):(u+=w.css(e,"padding"+oe[a],!0,i),"padding"!==n?u+=w.css(e,"border"+oe[a]+"Width",!0,i):s+=w.css(e,"border"+oe[a]+"Width",!0,i));return!r&&o>=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))),u}function et(e,t,n){var r=$e(e),i=Fe(e,t,r),o="border-box"===w.css(e,"boxSizing",!1,r),a=o;if(We.test(i)){if(!n)return i;i="auto"}return a=a&&(h.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===w.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+Ze(e,t,n||(o?"border":"content"),a,r,i)+"px"}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=G(t),u=Xe.test(t),l=e.style;if(u||(t=Je(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=ie.exec(n))&&i[1]&&(n=ue(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(w.cssNumber[s]?"":"px")),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=G(t);return Xe.test(t)||(t=Je(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ve&&(i=Ve[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each(["height","width"],function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!ze.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?et(e,t,r):se(e,Ue,function(){return et(e,t,r)})},set:function(e,n,r){var i,o=$e(e),a="border-box"===w.css(e,"boxSizing",!1,o),s=r&&Ze(e,t,r,a,o);return a&&h.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Ze(e,t,"border",!1,o)-.5)),s&&(i=ie.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(e,n,s)}}}),w.cssHooks.marginLeft=_e(h.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)}),w.fn.extend({css:function(e,t){return z(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=$e(e),i=t.length;a<i;a++)o[t[a]]=w.css(e,t[a],!1,r);return o}return void 0!==n?w.style(e,t,n):w.css(e,t)},e,t,arguments.length>1)}});function tt(e,t,n,r,i){return new tt.prototype.init(e,t,n,r,i)}w.Tween=tt,tt.prototype={constructor:tt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?"":"px")},cur:function(){var e=tt.propHooks[this.prop];return e&&e.get?e.get(this):tt.propHooks._default.get(this)},run:function(e){var t,n=tt.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):tt.propHooks._default.set(this),this}},tt.prototype.init.prototype=tt.prototype,tt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&!w.cssHooks[e.prop]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},tt.propHooks.scrollTop=tt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=tt.prototype.init,w.fx.step={};var nt,rt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function at(){rt&&(!1===r.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(at):e.setTimeout(at,w.fx.interval),w.fx.tick())}function st(){return e.setTimeout(function(){nt=void 0}),nt=Date.now()}function ut(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=oe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function lt(e,t,n){for(var r,i=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function ct(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ae(e),y=J.get(e,"fxshow");n.queue||(null==(a=w._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,w.queue(e,"fx").length||a.empty.fire()})}));for(r in t)if(i=t[r],it.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!y||void 0===y[r])continue;g=!0}d[r]=y&&y[r]||w.style(e,r)}if((u=!w.isEmptyObject(t))||!w.isEmptyObject(d)){f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=y&&y.display)&&(l=J.get(e,"display")),"none"===(c=w.css(e,"display"))&&(l?c=l:(fe([e],!0),l=e.style.display||l,c=w.css(e,"display"),fe([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===w.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1;for(r in d)u||(y?"hidden"in y&&(g=y.hidden):y=J.access(e,"fxshow",{display:l}),o&&(y.hidden=!g),g&&fe([e],!0),p.done(function(){g||fe([e]),J.remove(e,"fxshow");for(r in d)w.style(e,r,d[r])})),u=lt(g?y[r]:0,r,p),r in y||(y[r]=u.start,g&&(u.end=u.start,u.start=0))}}function ft(e,t){var n,r,i,o,a;for(n in e)if(r=G(n),i=t[r],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=w.cssHooks[r])&&"expand"in a){o=a.expand(o),delete e[r];for(n in o)n in e||(e[n]=o[n],t[n]=i)}else t[r]=i}function pt(e,t,n){var r,i,o=0,a=pt.prefilters.length,s=w.Deferred().always(function(){delete u.elem}),u=function(){if(i)return!1;for(var t=nt||st(),n=Math.max(0,l.startTime+l.duration-t),r=1-(n/l.duration||0),o=0,a=l.tweens.length;o<a;o++)l.tweens[o].run(r);return s.notifyWith(e,[l,r,n]),r<1&&a?n:(a||s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l]),!1)},l=s.promise({elem:e,props:w.extend({},t),opts:w.extend(!0,{specialEasing:{},easing:w.easing._default},n),originalProperties:t,originalOptions:n,startTime:nt||st(),duration:n.duration,tweens:[],createTween:function(t,n){var r=w.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if(i)return this;for(i=!0;n<r;n++)l.tweens[n].run(1);return t?(s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l,t])):s.rejectWith(e,[l,t]),this}}),c=l.props;for(ft(c,l.opts.specialEasing);o<a;o++)if(r=pt.prefilters[o].call(l,e,c,l.opts))return g(r.stop)&&(w._queueHooks(l.elem,l.opts.queue).stop=r.stop.bind(r)),r;return w.map(c,lt,l),g(l.opts.start)&&l.opts.start.call(e,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),w.fx.timer(w.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l}w.Animation=w.extend(pt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return ue(n.elem,e,ie.exec(t),n),n}]},tweener:function(e,t){g(e)?(t=e,e=["*"]):e=e.match(M);for(var n,r=0,i=e.length;r<i;r++)n=e[r],pt.tweeners[n]=pt.tweeners[n]||[],pt.tweeners[n].unshift(t)},prefilters:[ct],prefilter:function(e,t){t?pt.prefilters.unshift(e):pt.prefilters.push(e)}}),w.speed=function(e,t,n){var r=e&&"object"==typeof e?w.extend({},e):{complete:n||!n&&t||g(e)&&e,duration:e,easing:n&&t||t&&!g(t)&&t};return w.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in w.fx.speeds?r.duration=w.fx.speeds[r.duration]:r.duration=w.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){g(r.old)&&r.old.call(this),r.queue&&w.dequeue(this,r.queue)},r},w.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ae).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=w.isEmptyObject(e),o=w.speed(t,n,r),a=function(){var t=pt(this,w.extend({},e),o);(i||J.get(this,"finish"))&&t.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each(function(){var t=!0,i=null!=e&&e+"queueHooks",o=w.timers,a=J.get(this);if(i)a[i]&&a[i].stop&&r(a[i]);else for(i in a)a[i]&&a[i].stop&&ot.test(i)&&r(a[i]);for(i=o.length;i--;)o[i].elem!==this||null!=e&&o[i].queue!==e||(o[i].anim.stop(n),t=!1,o.splice(i,1));!t&&n||w.dequeue(this,e)})},finish:function(e){return!1!==e&&(e=e||"fx"),this.each(function(){var t,n=J.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=w.timers,a=r?r.length:0;for(n.finish=!0,w.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<a;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}}),w.each(["toggle","show","hide"],function(e,t){var n=w.fn[t];w.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ut(t,!0),e,r,i)}}),w.each({slideDown:ut("show"),slideUp:ut("hide"),slideToggle:ut("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){w.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),w.timers=[],w.fx.tick=function(){var e,t=0,n=w.timers;for(nt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||w.fx.stop(),nt=void 0},w.fx.timer=function(e){w.timers.push(e),w.fx.start()},w.fx.interval=13,w.fx.start=function(){rt||(rt=!0,at())},w.fx.stop=function(){rt=null},w.fx.speeds={slow:600,fast:200,_default:400},w.fn.delay=function(t,n){return t=w.fx?w.fx.speeds[t]||t:t,n=n||"fx",this.queue(n,function(n,r){var i=e.setTimeout(n,t);r.stop=function(){e.clearTimeout(i)}})},function(){var e=r.createElement("input"),t=r.createElement("select").appendChild(r.createElement("option"));e.type="checkbox",h.checkOn=""!==e.value,h.optSelected=t.selected,(e=r.createElement("input")).value="t",e.type="radio",h.radioValue="t"===e.value}();var dt,ht=w.expr.attrHandle;w.fn.extend({attr:function(e,t){return z(this,w.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){w.removeAttr(this,e)})}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ht[t]||w.find.attr;ht[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ht[a],ht[a]=i,i=null!=n(e,t,r)?a:null,ht[a]=o),i}});var gt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;w.fn.extend({prop:function(e,t){return z(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[w.propFix[e]||e]})}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),h.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this});function vt(e){return(e.match(M)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function xt(e){return Array.isArray(e)?e:"string"==typeof e?e.match(M)||[]:[]}w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).addClass(e.call(this,t,mt(this)))});if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).removeClass(e.call(this,t,mt(this)))});if(!arguments.length)return this.attr("class","");if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])while(r.indexOf(" "+o+" ")>-1)r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):g(e)?this.each(function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)}):this.each(function(){var t,i,o,a;if(r){i=0,o=w(this),a=xt(e);while(t=a[i++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else void 0!==e&&"boolean"!==n||((t=mt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&(" "+vt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=g(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=w.map(i,function(e){return null==e?"":e+""})),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n}}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:vt(w.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!N(n.parentNode,"optgroup"))){if(t=w(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=w.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=w.inArray(w.valHooks.option.get(r),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},h.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),h.focusin="onfocusin"in e;var wt=/^(?:focusinfocus|focusoutblur)$/,Tt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var a,s,u,l,c,p,d,h,v=[i||r],m=f.call(t,"type")?t.type:t,x=f.call(t,"namespace")?t.namespace.split("."):[];if(s=h=u=i=i||r,3!==i.nodeType&&8!==i.nodeType&&!wt.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(m=(x=m.split(".")).shift(),x.sort()),c=m.indexOf(":")<0&&"on"+m,t=t[w.expando]?t:new w.Event(m,"object"==typeof t&&t),t.isTrigger=o?2:3,t.namespace=x.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+x.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),d=w.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(i,n))){if(!o&&!d.noBubble&&!y(i)){for(l=d.delegateType||m,wt.test(l+m)||(s=s.parentNode);s;s=s.parentNode)v.push(s),u=s;u===(i.ownerDocument||r)&&v.push(u.defaultView||u.parentWindow||e)}a=0;while((s=v[a++])&&!t.isPropagationStopped())h=s,t.type=a>1?l:d.bindType||m,(p=(J.get(s,"events")||{})[t.type]&&J.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&Y(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=m,o||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(v.pop(),n)||!Y(i)||c&&g(i[m])&&!y(i)&&((u=i[c])&&(i[c]=null),w.event.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Tt),i[m](),t.isPropagationStopped()&&h.removeEventListener(m,Tt),w.event.triggered=void 0,u&&(i[c]=u)),t.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each(function(){w.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),h.focusin||w.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=J.access(r,t);i||r.addEventListener(e,n,!0),J.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=J.access(r,t)-1;i?J.access(r,t,i):(r.removeEventListener(e,n,!0),J.remove(r,t))}}});var Ct=e.location,Et=Date.now(),kt=/\?/;w.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),n};var St=/\[\]$/,Dt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function jt(e,t,n,r){var i;if(Array.isArray(t))w.each(t,function(t,i){n||St.test(e)?r(e,i):jt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==x(t))r(e,t);else for(i in t)jt(e+"["+i+"]",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=g(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&At.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}}):{name:t.name,value:n.replace(Dt,"\r\n")}}).get()}});var qt=/%20/g,Lt=/#.*$/,Ht=/([?&])_=[^&]*/,Ot=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Mt=/^(?:GET|HEAD)$/,Rt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Bt=r.createElement("a");Bt.href=Ct.href;function Ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(g(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function _t(e,t,n,r){var i={},o=e===Wt;function a(s){var u;return i[s]=!0,w.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)}),u}return a(t.dataTypes[0])||!i["*"]&&a("*")}function zt(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}function Xt(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}function Ut(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ct.href,type:"GET",isLocal:Pt.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,w.ajaxSettings),t):zt(w.ajaxSettings,e)},ajaxPrefilter:Ft(It),ajaxTransport:Ft(Wt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=w.ajaxSetup({},n),g=h.context||h,y=h.context&&(g.nodeType||g.jquery)?w(g):w.event,v=w.Deferred(),m=w.Callbacks("once memory"),x=h.statusCode||{},b={},T={},C="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s){s={};while(t=Ot.exec(a))s[t[1].toLowerCase()]=t[2]}t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return i&&i.abort(t),k(0,t),this}};if(v.promise(E),h.url=((t||h.url||Ct.href)+"").replace(Rt,Ct.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){l=r.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=w.param(h.data,h.traditional)),_t(It,h,n,E),c)return E;(f=w.event&&h.global)&&0==w.active++&&w.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Mt.test(h.type),o=h.url.replace(Lt,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(qt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(kt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Ht,"$1"),d=(kt.test(o)?"&":"?")+"_="+Et+++d),h.url=o+d),h.ifModified&&(w.lastModified[o]&&E.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&E.setRequestHeader("If-None-Match",w.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+$t+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)E.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||c))return E.abort();if(C="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),i=_t(Wt,h,n,E)){if(E.readyState=1,f&&y.trigger("ajaxSend",[E,h]),c)return E;h.async&&h.timeout>0&&(u=e.setTimeout(function(){E.abort("timeout")},h.timeout));try{c=!1,i.send(b,k)}catch(e){if(c)throw e;k(-1,e)}}else k(-1,"No Transport");function k(t,n,r,s){var l,p,d,b,T,C=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",E.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=Xt(h,E,r)),b=Ut(h,b,E,l),l?(h.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=T),(T=E.getResponseHeader("etag"))&&(w.etag[o]=T)),204===t||"HEAD"===h.type?C="nocontent":304===t?C="notmodified":(C=b.state,p=b.data,l=!(d=b.error))):(d=C,!t&&C||(C="error",t<0&&(t=0))),E.status=t,E.statusText=(n||C)+"",l?v.resolveWith(g,[p,C,E]):v.rejectWith(g,[E,C,d]),E.statusCode(x),x=void 0,f&&y.trigger(l?"ajaxSuccess":"ajaxError",[E,h,l?p:d]),m.fireWith(g,[E,C]),f&&(y.trigger("ajaxComplete",[E,h]),--w.active||w.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],function(e,t){w[t]=function(e,n,r,i){return g(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}}),w._evalUrl=function(e){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return g(e)?this.each(function(t){w(this).wrapInner(e.call(this,t))}):this.each(function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=g(e);return this.each(function(n){w(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Vt={0:200,1223:204},Gt=w.ajaxSettings.xhr();h.cors=!!Gt&&"withCredentials"in Gt,h.ajax=Gt=!!Gt,w.ajaxTransport(function(t){var n,r;if(h.cors||Gt&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Vt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),w.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),w.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(i,o){t=w("<script>").prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&o("error"===e.type?404:200,e.type)}),r.head.appendChild(t[0])},abort:function(){n&&n()}}}});var Yt=[],Qt=/(=)\?(?=&|$)|\?\?/;w.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Yt.pop()||w.expando+"_"+Et++;return this[e]=!0,e}}),w.ajaxPrefilter("json jsonp",function(t,n,r){var i,o,a,s=!1!==t.jsonp&&(Qt.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&Qt.test(t.data)&&"data");if(s||"jsonp"===t.dataTypes[0])return i=t.jsonpCallback=g(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,s?t[s]=t[s].replace(Qt,"$1"+i):!1!==t.jsonp&&(t.url+=(kt.test(t.url)?"&":"?")+t.jsonp+"="+i),t.converters["script json"]=function(){return a||w.error(i+" was not called"),a[0]},t.dataTypes[0]="json",o=e[i],e[i]=function(){a=arguments},r.always(function(){void 0===o?w(e).removeProp(i):e[i]=o,t[i]&&(t.jsonpCallback=n.jsonpCallback,Yt.push(i)),a&&g(o)&&o(a[0]),a=o=void 0}),"script"}),h.createHTMLDocument=function(){var e=r.implementation.createHTMLDocument("").body;return e.innerHTML="<form></form><form></form>",2===e.childNodes.length}(),w.parseHTML=function(e,t,n){if("string"!=typeof e)return[];"boolean"==typeof t&&(n=t,t=!1);var i,o,a;return t||(h.createHTMLDocument?((i=(t=r.implementation.createHTMLDocument("")).createElement("base")).href=r.location.href,t.head.appendChild(i)):t=r),o=A.exec(e),a=!n&&[],o?[t.createElement(o[1])]:(o=xe([e],t,a),a&&a.length&&w(a).remove(),w.merge([],o.childNodes))},w.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return s>-1&&(r=vt(e.slice(s)),e=e.slice(0,s)),g(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),a.length>0&&w.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?w("<div>").append(w.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},w.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){w.fn[t]=function(e){return this.on(t,e)}}),w.expr.pseudos.animated=function(e){return w.grep(w.timers,function(t){return e===t.elem}).length},w.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l,c=w.css(e,"position"),f=w(e),p={};"static"===c&&(e.style.position="relative"),s=f.offset(),o=w.css(e,"top"),u=w.css(e,"left"),(l=("absolute"===c||"fixed"===c)&&(o+u).indexOf("auto")>-1)?(a=(r=f.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),g(t)&&(t=t.call(e,n,w.extend({},s))),null!=t.top&&(p.top=t.top-s.top+a),null!=t.left&&(p.left=t.left-s.left+i),"using"in t?t.using.call(e,p):f.css(p)}},w.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){w.offset.setOffset(this,e,t)});var t,n,r=this[0];if(r)return r.getClientRects().length?(t=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===w.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===w.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=w(e).offset()).top+=w.css(e,"borderTopWidth",!0),i.left+=w.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-w.css(r,"marginTop",!0),left:t.left-i.left-w.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===w.css(e,"position"))e=e.offsetParent;return e||be})}}),w.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n="pageYOffset"===t;w.fn[e]=function(r){return z(this,function(e,r,i){var o;if(y(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===i)return o?o[t]:e[r];o?o.scrollTo(n?o.pageXOffset:i,n?i:o.pageYOffset):e[r]=i},e,r,arguments.length)}}),w.each(["top","left"],function(e,t){w.cssHooks[t]=_e(h.pixelPosition,function(e,n){if(n)return n=Fe(e,t),We.test(n)?w(e).position()[t]+"px":n})}),w.each({Height:"height",Width:"width"},function(e,t){w.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){w.fn[r]=function(i,o){var a=arguments.length&&(n||"boolean"!=typeof i),s=n||(!0===i||!0===o?"margin":"border");return z(this,function(t,n,i){var o;return y(t)?0===r.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===i?w.css(t,n,s):w.style(t,n,i,s)},t,a?i:void 0,a)}})}),w.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){w.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),w.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),w.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),w.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),g(e))return r=o.call(arguments,2),i=function(){return e.apply(t||this,r.concat(o.call(arguments)))},i.guid=e.guid=e.guid||w.guid++,i},w.holdReady=function(e){e?w.readyWait++:w.ready(!0)},w.isArray=Array.isArray,w.parseJSON=JSON.parse,w.nodeName=N,w.isFunction=g,w.isWindow=y,w.camelCase=G,w.type=x,w.now=Date.now,w.isNumeric=function(e){var t=w.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},"function"==typeof define&&define.amd&&define("jquery",[],function(){return w});var Jt=e.jQuery,Kt=e.$;return w.noConflict=function(t){return e.$===w&&(e.$=Kt),t&&e.jQuery===w&&(e.jQuery=Jt),w},t||(e.jQuery=e.$=w),w});
... ...
@@ -0,0 +1 @@
1
+jquery-ui-1.12.1
0 2
\ No newline at end of file
... ...
@@ -0,0 +1,333 @@
1
+Authors ordered by first contribution
2
+A list of current team members is available at http://jqueryui.com/about
3
+
4
+Paul Bakaus <paul.bakaus@gmail.com>
5
+Richard Worth <rdworth@gmail.com>
6
+Yehuda Katz <wycats@gmail.com>
7
+Sean Catchpole <sean@sunsean.com>
8
+John Resig <jeresig@gmail.com>
9
+Tane Piper <piper.tane@gmail.com>
10
+Dmitri Gaskin <dmitrig01@gmail.com>
11
+Klaus Hartl <klaus.hartl@gmail.com>
12
+Stefan Petre <stefan.petre@gmail.com>
13
+Gilles van den Hoven <gilles@webunity.nl>
14
+Micheil Bryan Smith <micheil@brandedcode.com>
15
+Jörn Zaefferer <joern.zaefferer@gmail.com>
16
+Marc Grabanski <m@marcgrabanski.com>
17
+Keith Wood <kbwood@iinet.com.au>
18
+Brandon Aaron <brandon.aaron@gmail.com>
19
+Scott González <scott.gonzalez@gmail.com>
20
+Eduardo Lundgren <eduardolundgren@gmail.com>
21
+Aaron Eisenberger <aaronchi@gmail.com>
22
+Joan Piedra <theneojp@gmail.com>
23
+Bruno Basto <b.basto@gmail.com>
24
+Remy Sharp <remy@leftlogic.com>
25
+Bohdan Ganicky <bohdan.ganicky@gmail.com>
26
+David Bolter <david.bolter@gmail.com>
27
+Chi Cheng <cloudream@gmail.com>
28
+Ca-Phun Ung <pazu2k@gmail.com>
29
+Ariel Flesler <aflesler@gmail.com>
30
+Maggie Wachs <maggie@filamentgroup.com>
31
+Scott Jehl <scottjehl@gmail.com>
32
+Todd Parker <todd@filamentgroup.com>
33
+Andrew Powell <andrew@shellscape.org>
34
+Brant Burnett <btburnett3@gmail.com>
35
+Douglas Neiner <doug@dougneiner.com>
36
+Paul Irish <paul.irish@gmail.com>
37
+Ralph Whitbeck <ralph.whitbeck@gmail.com>
38
+Thibault Duplessis <thibault.duplessis@gmail.com>
39
+Dominique Vincent <dominique.vincent@toitl.com>
40
+Jack Hsu <jack.hsu@gmail.com>
41
+Adam Sontag <ajpiano@ajpiano.com>
42
+Carl Fürstenberg <carl@excito.com>
43
+Kevin Dalman <development@allpro.net>
44
+Alberto Fernández Capel <afcapel@gmail.com>
45
+Jacek Jędrzejewski (http://jacek.jedrzejewski.name)
46
+Ting Kuei <ting@kuei.com>
47
+Samuel Cormier-Iijima <sam@chide.it>
48
+Jon Palmer <jonspalmer@gmail.com>
49
+Ben Hollis <bhollis@amazon.com>
50
+Justin MacCarthy <Justin@Rubystars.biz>
51
+Eyal Kobrigo <kobrigo@hotmail.com>
52
+Tiago Freire <tiago.freire@gmail.com>
53
+Diego Tres <diegotres@gmail.com>
54
+Holger Rüprich <holger@rueprich.de>
55
+Ziling Zhao <zilingzhao@gmail.com>
56
+Mike Alsup <malsup@gmail.com>
57
+Robson Braga Araujo <robsonbraga@gmail.com>
58
+Pierre-Henri Ausseil <ph.ausseil@gmail.com>
59
+Christopher McCulloh <cmcculloh@gmail.com>
60
+Andrew Newcomb <ext.github@preceptsoftware.co.uk>
61
+Lim Chee Aun <cheeaun@gmail.com>
62
+Jorge Barreiro <yortx.barry@gmail.com>
63
+Daniel Steigerwald <daniel@steigerwald.cz>
64
+John Firebaugh <john_firebaugh@bigfix.com>
65
+John Enters <github@darkdark.net>
66
+Andrey Kapitcyn <ru.m157y@gmail.com>
67
+Dmitry Petrov <dpetroff@gmail.com>
68
+Eric Hynds <eric@hynds.net>
69
+Chairat Sunthornwiphat <pipo@sixhead.com>
70
+Josh Varner <josh.varner@gmail.com>
71
+Stéphane Raimbault <stephane.raimbault@gmail.com>
72
+Jay Merrifield <fracmak@gmail.com>
73
+J. Ryan Stinnett <jryans@gmail.com>
74
+Peter Heiberg <peter@heiberg.se>
75
+Alex Dovenmuehle <adovenmuehle@gmail.com>
76
+Jamie Gegerson <git@jamiegegerson.com>
77
+Raymond Schwartz <skeetergraphics@gmail.com>
78
+Phillip Barnes <philbar@gmail.com>
79
+Kyle Wilkinson <kai@wikyd.org>
80
+Khaled AlHourani <me@khaledalhourani.com>
81
+Marian Rudzynski <mr@impaled.org>
82
+Jean-Francois Remy <jeff@melix.org>
83
+Doug Blood <dougblood@gmail.com>
84
+Filippo Cavallarin <filippo.cavallarin@codseq.it>
85
+Heiko Henning <heiko@thehennings.ch>
86
+Aliaksandr Rahalevich <saksmlz@gmail.com>
87
+Mario Visic <mario@mariovisic.com>
88
+Xavi Ramirez <xavi.rmz@gmail.com>
89
+Max Schnur <max.schnur@gmail.com>
90
+Saji Nediyanchath <saji89@gmail.com>
91
+Corey Frang <gnarf37@gmail.com>
92
+Aaron Peterson <aaronp123@yahoo.com>
93
+Ivan Peters <ivan@ivanpeters.com>
94
+Mohamed Cherif Bouchelaghem <cherifbouchelaghem@yahoo.fr>
95
+Marcos Sousa <falecomigo@marcossousa.com>
96
+Michael DellaNoce <mdellanoce@mailtrust.com>
97
+George Marshall <echosx@gmail.com>
98
+Tobias Brunner <tobias@strongswan.org>
99
+Martin Solli <msolli@gmail.com>
100
+David Petersen <public@petersendidit.com>
101
+Dan Heberden <danheberden@gmail.com>
102
+William Kevin Manire <williamkmanire@gmail.com>
103
+Gilmore Davidson <gilmoreorless@gmail.com>
104
+Michael Wu <michaelmwu@gmail.com>
105
+Adam Parod <mystic414@gmail.com>
106
+Guillaume Gautreau <guillaume+github@ghusse.com>
107
+Marcel Toele <EleotleCram@gmail.com>
108
+Dan Streetman <ddstreet@ieee.org>
109
+Matt Hoskins <matt@nipltd.com>
110
+Giovanni Giacobbi <giovanni@giacobbi.net>
111
+Kyle Florence <kyle.florence@gmail.com>
112
+Pavol Hluchý <lopo@losys.sk>
113
+Hans Hillen <hans.hillen@gmail.com>
114
+Mark Johnson <virgofx@live.com>
115
+Trey Hunner <treyhunner@gmail.com>
116
+Shane Whittet <whittet@gmail.com>
117
+Edward A Faulkner <ef@alum.mit.edu>
118
+Adam Baratz <adam@adambaratz.com>
119
+Kato Kazuyoshi <kato.kazuyoshi@gmail.com>
120
+Eike Send <eike.send@gmail.com>
121
+Kris Borchers <kris.borchers@gmail.com>
122
+Eddie Monge <eddie@eddiemonge.com>
123
+Israel Tsadok <itsadok@gmail.com>
124
+Carson McDonald <carson@ioncannon.net>
125
+Jason Davies <jason@jasondavies.com>
126
+Garrison Locke <gplocke@gmail.com>
127
+David Murdoch <david@davidmurdoch.com>
128
+Benjamin Scott Boyle <benjamins.boyle@gmail.com>
129
+Jesse Baird <jebaird@gmail.com>
130
+Jonathan Vingiano <jvingiano@gmail.com>
131
+Dylan Just <dev@ephox.com>
132
+Hiroshi Tomita <tomykaira@gmail.com>
133
+Glenn Goodrich <glenn.goodrich@gmail.com>
134
+Tarafder Ashek-E-Elahi <mail.ashek@gmail.com>
135
+Ryan Neufeld <ryan@neufeldmail.com>
136
+Marc Neuwirth <marc.neuwirth@gmail.com>
137
+Philip Graham <philip.robert.graham@gmail.com>
138
+Benjamin Sterling <benjamin.sterling@kenzomedia.com>
139
+Wesley Walser <waw325@gmail.com>
140
+Kouhei Sutou <kou@clear-code.com>
141
+Karl Kirch <karlkrch@gmail.com>
142
+Chris Kelly <ckdake@ckdake.com>
143
+Jason Oster <jay@kodewerx.org>
144
+Felix Nagel <info@felixnagel.com>
145
+Alexander Polomoshnov <alex.polomoshnov@gmail.com>
146
+David Leal <dgleal@gmail.com>
147
+Igor Milla <igor.fsp.milla@gmail.com>
148
+Dave Methvin <dave.methvin@gmail.com>
149
+Florian Gutmann <f.gutmann@chronimo.com>
150
+Marwan Al Jubeh <marwan.aljubeh@gmail.com>
151
+Milan Broum <midlis@googlemail.com>
152
+Sebastian Sauer <info@dynpages.de>
153
+Gaëtan Muller <m.gaetan89@gmail.com>
154
+Michel Weimerskirch <michel@weimerskirch.net>
155
+William Griffiths <william@ycymro.com>
156
+Stojce Slavkovski <stojce@gmail.com>
157
+David Soms <david.soms@gmail.com>
158
+David De Sloovere <david.desloovere@outlook.com>
159
+Michael P. Jung <michael.jung@terreon.de>
160
+Shannon Pekary <spekary@gmail.com>
161
+Dan Wellman <danwellman@hotmail.com>
162
+Matthew Edward Hutton <meh@corefiling.co.uk>
163
+James Khoury <james@jameskhoury.com>
164
+Rob Loach <robloach@gmail.com>
165
+Alberto Monteiro <betimbrasil@gmail.com>
166
+Alex Rhea <alex.rhea@gmail.com>
167
+Krzysztof Rosiński <rozwell69@gmail.com>
168
+Ryan Olton <oltonr@gmail.com>
169
+Genie <386@mail.com>
170
+Rick Waldron <waldron.rick@gmail.com>
171
+Ian Simpson <spoonlikesham@gmail.com>
172
+Lev Kitsis <spam4lev@gmail.com>
173
+TJ VanToll <tj.vantoll@gmail.com>
174
+Justin Domnitz <jdomnitz@gmail.com>
175
+Douglas Cerna <douglascerna@yahoo.com>
176
+Bert ter Heide <bertjh@hotmail.com>
177
+Jasvir Nagra <jasvir@gmail.com>
178
+Yuriy Khabarov <13real008@gmail.com>
179
+Harri Kilpiö <harri.kilpio@gmail.com>
180
+Lado Lomidze <lado.lomidze@gmail.com>
181
+Amir E. Aharoni <amir.aharoni@mail.huji.ac.il>
182
+Simon Sattes <simon.sattes@gmail.com>
183
+Jo Liss <joliss42@gmail.com>
184
+Guntupalli Karunakar <karunakarg@yahoo.com>
185
+Shahyar Ghobadpour <shahyar@gmail.com>
186
+Lukasz Lipinski <uzza17@gmail.com>
187
+Timo Tijhof <krinklemail@gmail.com>
188
+Jason Moon <jmoon@socialcast.com>
189
+Martin Frost <martinf55@hotmail.com>
190
+Eneko Illarramendi <eneko@illarra.com>
191
+EungJun Yi <semtlenori@gmail.com>
192
+Courtland Allen <courtlandallen@gmail.com>
193
+Viktar Varvanovich <non4eg@gmail.com>
194
+Danny Trunk <dtrunk90@gmail.com>
195
+Pavel Stetina <pavel.stetina@nangu.tv>
196
+Michael Stay <metaweta@gmail.com>
197
+Steven Roussey <sroussey@gmail.com>
198
+Michael Hollis <hollis21@gmail.com>
199
+Lee Rowlands <lee.rowlands@previousnext.com.au>
200
+Timmy Willison <timmywillisn@gmail.com>
201
+Karl Swedberg <kswedberg@gmail.com>
202
+Baoju Yuan <the_guy_1987@hotmail.com>
203
+Maciej Mroziński <maciej.k.mrozinski@gmail.com>
204
+Luis Dalmolin <luis.nh@gmail.com>
205
+Mark Aaron Shirley <maspwr@gmail.com>
206
+Martin Hoch <martin@fidion.de>
207
+Jiayi Yang <tr870829@gmail.com>
208
+Philipp Benjamin Köppchen <xgxtpbk@gws.ms>
209
+Sindre Sorhus <sindresorhus@gmail.com>
210
+Bernhard Sirlinger <bernhard.sirlinger@tele2.de>
211
+Jared A. Scheel <jared@jaredscheel.com>
212
+Rafael Xavier de Souza <rxaviers@gmail.com>
213
+John Chen <zhang.z.chen@intel.com>
214
+Robert Beuligmann <robertbeuligmann@gmail.com>
215
+Dale Kocian <dale.kocian@gmail.com>
216
+Mike Sherov <mike.sherov@gmail.com>
217
+Andrew Couch <andy@couchand.com>
218
+Marc-Andre Lafortune <github@marc-andre.ca>
219
+Nate Eagle <nate.eagle@teamaol.com>
220
+David Souther <davidsouther@gmail.com>
221
+Mathias Stenbom <mathias@stenbom.com>
222
+Sergey Kartashov <ebishkek@yandex.ru>
223
+Avinash R <nashpapa@gmail.com>
224
+Ethan Romba <ethanromba@gmail.com>
225
+Cory Gackenheimer <cory.gack@gmail.com>
226
+Juan Pablo Kaniefsky <jpkaniefsky@gmail.com>
227
+Roman Salnikov <bardt.dz@gmail.com>
228
+Anika Henke <anika@selfthinker.org>
229
+Samuel Bovée <samycookie2000@yahoo.fr>
230
+Fabrício Matté <ult_combo@hotmail.com>
231
+Viktor Kojouharov <vkojouharov@gmail.com>
232
+Pawel Maruszczyk (http://hrabstwo.net)
233
+Pavel Selitskas <p.selitskas@gmail.com>
234
+Bjørn Johansen <post@bjornjohansen.no>
235
+Matthieu Penant <thieum22@hotmail.com>
236
+Dominic Barnes <dominic@dbarnes.info>
237
+David Sullivan <david.sullivan@gmail.com>
238
+Thomas Jaggi <thomas@responsive.ch>
239
+Vahid Sohrabloo <vahid4134@gmail.com>
240
+Travis Carden <travis.carden@gmail.com>
241
+Bruno M. Custódio <bruno@brunomcustodio.com>
242
+Nathanael Silverman <nathanael.silverman@gmail.com>
243
+Christian Wenz <christian@wenz.org>
244
+Steve Urmston <steve@urm.st>
245
+Zaven Muradyan <megalivoithos@gmail.com>
246
+Woody Gilk <shadowhand@deviantart.com>
247
+Zbigniew Motyka <zbigniew.motyka@gmail.com>
248
+Suhail Alkowaileet <xsoh.k7@gmail.com>
249
+Toshi MARUYAMA <marutosijp2@yahoo.co.jp>
250
+David Hansen <hansede@gmail.com>
251
+Brian Grinstead <briangrinstead@gmail.com>
252
+Christian Klammer <christian314159@gmail.com>
253
+Steven Luscher <jquerycla@steveluscher.com>
254
+Gan Eng Chin <engchin.gan@gmail.com>
255
+Gabriel Schulhof <gabriel.schulhof@intel.com>
256
+Alexander Schmitz <arschmitz@gmail.com>
257
+Vilhjálmur Skúlason <vis@dmm.is>
258
+Siebrand Mazeland <siebrand@kitano.nl>
259
+Mohsen Ekhtiari <mohsenekhtiari@yahoo.com>
260
+Pere Orga <gotrunks@gmail.com>
261
+Jasper de Groot <mail@ugomobi.com>
262
+Stephane Deschamps <stephane.deschamps@gmail.com>
263
+Jyoti Deka <dekajp@gmail.com>
264
+Andrei Picus <office.nightcrawler@gmail.com>
265
+Ondrej Novy <novy@ondrej.org>
266
+Jacob McCutcheon <jacob.mccutcheon@gmail.com>
267
+Monika Piotrowicz <monika.piotrowicz@gmail.com>
268
+Imants Horsts <imants.horsts@inbox.lv>
269
+Eric Dahl <eric.c.dahl@gmail.com>
270
+Dave Stein <dave@behance.com>
271
+Dylan Barrell <dylan@barrell.com>
272
+Daniel DeGroff <djdegroff@gmail.com>
273
+Michael Wiencek <mwtuea@gmail.com>
274
+Thomas Meyer <meyertee@gmail.com>
275
+Ruslan Yakhyaev <ruslan@ruslan.io>
276
+Brian J. Dowling <bjd-dev@simplicity.net>
277
+Ben Higgins <ben@extrahop.com>
278
+Yermo Lamers <yml@yml.com>
279
+Patrick Stapleton <github@gdi2290.com>
280
+Trisha Crowley <trisha.crowley@gmail.com>
281
+Usman Akeju <akeju00+github@gmail.com>
282
+Rodrigo Menezes <rod333@gmail.com>
283
+Jacques Perrault <jacques_perrault@us.ibm.com>
284
+Frederik Elvhage <frederik.elvhage@googlemail.com>
285
+Will Holley <willholley@gmail.com>
286
+Uri Gilad <antishok@gmail.com>
287
+Richard Gibson <richard.gibson@gmail.com>
288
+Simen Bekkhus <sbekkhus91@gmail.com>
289
+Chen Eshchar <eshcharc@gmail.com>
290
+Bruno Pérel <brunoperel@gmail.com>
291
+Mohammed Alshehri <m@dralshehri.com>
292
+Lisa Seacat DeLuca <ldeluca@us.ibm.com>
293
+Anne-Gaelle Colom <coloma@westminster.ac.uk>
294
+Adam Foster <slimfoster@gmail.com>
295
+Luke Page <luke.a.page@gmail.com>
296
+Daniel Owens <daniel@matchstickmixup.com>
297
+Michael Orchard <morchard@scottlogic.co.uk>
298
+Marcus Warren <marcus@envoke.com>
299
+Nils Heuermann <nils@world-of-scripts.de>
300
+Marco Ziech <marco@ziech.net>
301
+Patricia Juarez <patrixd@gmail.com>
302
+Ben Mosher <me@benmosher.com>
303
+Ablay Keldibek <atomio.ak@gmail.com>
304
+Thomas Applencourt <thomas.applencourt@irsamc.ups-tlse.fr>
305
+Jiabao Wu <jiabao.foss@gmail.com>
306
+Eric Lee Carraway <github@ericcarraway.com>
307
+Victor Homyakov <vkhomyackov@gmail.com>
308
+Myeongjin Lee <aranet100@gmail.com>
309
+Liran Sharir <lsharir@gmail.com>
310
+Weston Ruter <weston@xwp.co>
311
+Mani Mishra <manimishra902@gmail.com>
312
+Hannah Methvin <hannahmethvin@gmail.com>
313
+Leonardo Balter <leonardo.balter@gmail.com>
314
+Benjamin Albert <benjamin_a5@yahoo.com>
315
+Michał Gołębiowski <m.goleb@gmail.com>
316
+Alyosha Pushak <alyosha.pushak@gmail.com>
317
+Fahad Ahmad <fahadahmad41@hotmail.com>
318
+Matt Brundage <github@mattbrundage.com>
319
+Francesc Baeta <francesc.baeta@gmail.com>
320
+Piotr Baran <piotros@wp.pl>
321
+Mukul Hase <mukulhase@gmail.com>
322
+Konstantin Dinev <kdinev@mail.bw.edu>
323
+Rand Scullard <rand@randscullard.com>
324
+Dan Strohl <dan@wjcg.net>
325
+Maksim Ryzhikov <rv.maksim@gmail.com>
326
+Amine HADDAD <haddad@allegorie.tv>
327
+Amanpreet Singh <apsdehal@gmail.com>
328
+Alexey Balchunas <bleshik@gmail.com>
329
+Peter Kehl <peter.kehl@gmail.com>
330
+Peter Dave Hello <hsu@peterdavehello.org>
331
+Johannes Schäfer <johnschaefer@gmx.de>
332
+Ville Skyttä <ville.skytta@iki.fi>
333
+Ryan Oriecuia <ryan.oriecuia@visioncritical.com>
... ...
@@ -0,0 +1,43 @@
1
+Copyright jQuery Foundation and other contributors, https://jquery.org/
2
+
3
+This software consists of voluntary contributions made by many
4
+individuals. For exact contribution history, see the revision history
5
+available at https://github.com/jquery/jquery-ui
6
+
7
+The following license applies to all parts of this software except as
8
+documented below:
9
+
10
+====
11
+
12
+Permission is hereby granted, free of charge, to any person obtaining
13
+a copy of this software and associated documentation files (the
14
+"Software"), to deal in the Software without restriction, including
15
+without limitation the rights to use, copy, modify, merge, publish,
16
+distribute, sublicense, and/or sell copies of the Software, and to
17
+permit persons to whom the Software is furnished to do so, subject to
18
+the following conditions:
19
+
20
+The above copyright notice and this permission notice shall be
21
+included in all copies or substantial portions of the Software.
22
+
23
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
27
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
28
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
29
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30
+
31
+====
32
+
33
+Copyright and related rights for sample code are waived via CC0. Sample
34
+code is defined as all source code contained within the demos directory.
35
+
36
+CC0: http://creativecommons.org/publicdomain/zero/1.0/
37
+
38
+====
39
+
40
+All files located in the node_modules and external directories are
41
+externally maintained libraries used by this software which have their
42
+own licenses; we recommend you read them, as their terms may differ from
43
+the terms above.
... ...
@@ -0,0 +1,11008 @@
1
+/*!
2
+ * jQuery JavaScript Library v1.12.4
3
+ * http://jquery.com/
4
+ *
5
+ * Includes Sizzle.js
6
+ * http://sizzlejs.com/
7
+ *
8
+ * Copyright jQuery Foundation and other contributors
9
+ * Released under the MIT license
10
+ * http://jquery.org/license
11
+ *
12
+ * Date: 2016-05-20T17:17Z
13
+ */
14
+
15
+(function( global, factory ) {
16
+
17
+	if ( typeof module === "object" && typeof module.exports === "object" ) {
18
+		// For CommonJS and CommonJS-like environments where a proper `window`
19
+		// is present, execute the factory and get jQuery.
20
+		// For environments that do not have a `window` with a `document`
21
+		// (such as Node.js), expose a factory as module.exports.
22
+		// This accentuates the need for the creation of a real `window`.
23
+		// e.g. var jQuery = require("jquery")(window);
24
+		// See ticket #14549 for more info.
25
+		module.exports = global.document ?
26
+			factory( global, true ) :
27
+			function( w ) {
28
+				if ( !w.document ) {
29
+					throw new Error( "jQuery requires a window with a document" );
30
+				}
31
+				return factory( w );
32
+			};
33
+	} else {
34
+		factory( global );
35
+	}
36
+
37
+// Pass this if window is not defined yet
38
+}(typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
39
+
40
+// Support: Firefox 18+
41
+// Can't be in strict mode, several libs including ASP.NET trace
42
+// the stack via arguments.caller.callee and Firefox dies if
43
+// you try to trace through "use strict" call chains. (#13335)
44
+//"use strict";
45
+var deletedIds = [];
46
+
47
+var document = window.document;
48
+
49
+var slice = deletedIds.slice;
50
+
51
+var concat = deletedIds.concat;
52
+
53
+var push = deletedIds.push;
54
+
55
+var indexOf = deletedIds.indexOf;
56
+
57
+var class2type = {};
58
+
59
+var toString = class2type.toString;
60
+
61
+var hasOwn = class2type.hasOwnProperty;
62
+
63
+var support = {};
64
+
65
+
66
+
67
+var
68
+	version = "1.12.4",
69
+
70
+	// Define a local copy of jQuery
71
+	jQuery = function( selector, context ) {
72
+
73
+		// The jQuery object is actually just the init constructor 'enhanced'
74
+		// Need init if jQuery is called (just allow error to be thrown if not included)
75
+		return new jQuery.fn.init( selector, context );
76
+	},
77
+
78
+	// Support: Android<4.1, IE<9
79
+	// Make sure we trim BOM and NBSP
80
+	rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,
81
+
82
+	// Matches dashed string for camelizing
83
+	rmsPrefix = /^-ms-/,
84
+	rdashAlpha = /-([\da-z])/gi,
85
+
86
+	// Used by jQuery.camelCase as callback to replace()
87
+	fcamelCase = function( all, letter ) {
88
+		return letter.toUpperCase();
89
+	};
90
+
91
+jQuery.fn = jQuery.prototype = {
92
+
93
+	// The current version of jQuery being used
94
+	jquery: version,
95
+
96
+	constructor: jQuery,
97
+
98
+	// Start with an empty selector
99
+	selector: "",
100
+
101
+	// The default length of a jQuery object is 0
102
+	length: 0,
103
+
104
+	toArray: function() {
105
+		return slice.call( this );
106
+	},
107
+
108
+	// Get the Nth element in the matched element set OR
109
+	// Get the whole matched element set as a clean array
110
+	get: function( num ) {
111
+		return num != null ?
112
+
113
+			// Return just the one element from the set
114
+			( num < 0 ? this[ num + this.length ] : this[ num ] ) :
115
+
116
+			// Return all the elements in a clean array
117
+			slice.call( this );
118
+	},
119
+
120
+	// Take an array of elements and push it onto the stack
121
+	// (returning the new matched element set)
122
+	pushStack: function( elems ) {
123
+
124
+		// Build a new jQuery matched element set
125
+		var ret = jQuery.merge( this.constructor(), elems );
126
+
127
+		// Add the old object onto the stack (as a reference)
128
+		ret.prevObject = this;
129
+		ret.context = this.context;
130
+
131
+		// Return the newly-formed element set
132
+		return ret;
133
+	},
134
+
135
+	// Execute a callback for every element in the matched set.
136
+	each: function( callback ) {
137
+		return jQuery.each( this, callback );
138
+	},
139
+
140
+	map: function( callback ) {
141
+		return this.pushStack( jQuery.map( this, function( elem, i ) {
142
+			return callback.call( elem, i, elem );
143
+		} ) );
144
+	},
145
+
146
+	slice: function() {
147
+		return this.pushStack( slice.apply( this, arguments ) );
148
+	},
149
+
150
+	first: function() {
151
+		return this.eq( 0 );
152
+	},
153
+
154
+	last: function() {
155
+		return this.eq( -1 );
156
+	},
157
+
158
+	eq: function( i ) {
159
+		var len = this.length,
160
+			j = +i + ( i < 0 ? len : 0 );
161
+		return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );
162
+	},
163
+
164
+	end: function() {
165
+		return this.prevObject || this.constructor();
166
+	},
167
+
168
+	// For internal use only.
169
+	// Behaves like an Array's method, not like a jQuery method.
170
+	push: push,
171
+	sort: deletedIds.sort,
172
+	splice: deletedIds.splice
173
+};
174
+
175
+jQuery.extend = jQuery.fn.extend = function() {
176
+	var src, copyIsArray, copy, name, options, clone,
177
+		target = arguments[ 0 ] || {},
178
+		i = 1,
179
+		length = arguments.length,
180
+		deep = false;
181
+
182
+	// Handle a deep copy situation
183
+	if ( typeof target === "boolean" ) {
184
+		deep = target;
185
+
186
+		// skip the boolean and the target
187
+		target = arguments[ i ] || {};
188
+		i++;
189
+	}
190
+
191
+	// Handle case when target is a string or something (possible in deep copy)
192
+	if ( typeof target !== "object" && !jQuery.isFunction( target ) ) {
193
+		target = {};
194
+	}
195
+
196
+	// extend jQuery itself if only one argument is passed
197
+	if ( i === length ) {
198
+		target = this;
199
+		i--;
200
+	}
201
+
202
+	for ( ; i < length; i++ ) {
203
+
204
+		// Only deal with non-null/undefined values
205
+		if ( ( options = arguments[ i ] ) != null ) {
206
+
207
+			// Extend the base object
208
+			for ( name in options ) {
209
+				src = target[ name ];
210
+				copy = options[ name ];
211
+
212
+				// Prevent never-ending loop
213
+				if ( target === copy ) {
214
+					continue;
215
+				}
216
+
217
+				// Recurse if we're merging plain objects or arrays
218
+				if ( deep && copy && ( jQuery.isPlainObject( copy ) ||
219
+					( copyIsArray = jQuery.isArray( copy ) ) ) ) {
220
+
221
+					if ( copyIsArray ) {
222
+						copyIsArray = false;
223
+						clone = src && jQuery.isArray( src ) ? src : [];
224
+
225
+					} else {
226
+						clone = src && jQuery.isPlainObject( src ) ? src : {};
227
+					}
228
+
229
+					// Never move original objects, clone them
230
+					target[ name ] = jQuery.extend( deep, clone, copy );
231
+
232
+				// Don't bring in undefined values
233
+				} else if ( copy !== undefined ) {
234
+					target[ name ] = copy;
235
+				}
236
+			}
237
+		}
238
+	}
239
+
240
+	// Return the modified object
241
+	return target;
242
+};
243
+
244
+jQuery.extend( {
245
+
246
+	// Unique for each copy of jQuery on the page
247
+	expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ),
248
+
249
+	// Assume jQuery is ready without the ready module
250
+	isReady: true,
251
+
252
+	error: function( msg ) {
253
+		throw new Error( msg );
254
+	},
255
+
256
+	noop: function() {},
257
+
258
+	// See test/unit/core.js for details concerning isFunction.
259
+	// Since version 1.3, DOM methods and functions like alert
260
+	// aren't supported. They return false on IE (#2968).
261
+	isFunction: function( obj ) {
262
+		return jQuery.type( obj ) === "function";
263
+	},
264
+
265
+	isArray: Array.isArray || function( obj ) {
266
+		return jQuery.type( obj ) === "array";
267
+	},
268
+
269
+	isWindow: function( obj ) {
270
+		/* jshint eqeqeq: false */
271
+		return obj != null && obj == obj.window;
272
+	},
273
+
274
+	isNumeric: function( obj ) {
275
+
276
+		// parseFloat NaNs numeric-cast false positives (null|true|false|"")
277
+		// ...but misinterprets leading-number strings, particularly hex literals ("0x...")
278
+		// subtraction forces infinities to NaN
279
+		// adding 1 corrects loss of precision from parseFloat (#15100)
280
+		var realStringObj = obj && obj.toString();
281
+		return !jQuery.isArray( obj ) && ( realStringObj - parseFloat( realStringObj ) + 1 ) >= 0;
282
+	},
283
+
284
+	isEmptyObject: function( obj ) {
285
+		var name;
286
+		for ( name in obj ) {
287
+			return false;
288
+		}
289
+		return true;
290
+	},
291
+
292
+	isPlainObject: function( obj ) {
293
+		var key;
294
+
295
+		// Must be an Object.
296
+		// Because of IE, we also have to check the presence of the constructor property.
297
+		// Make sure that DOM nodes and window objects don't pass through, as well
298
+		if ( !obj || jQuery.type( obj ) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) {
299
+			return false;
300
+		}
301
+
302
+		try {
303
+
304
+			// Not own constructor property must be Object
305
+			if ( obj.constructor &&
306
+				!hasOwn.call( obj, "constructor" ) &&
307
+				!hasOwn.call( obj.constructor.prototype, "isPrototypeOf" ) ) {
308
+				return false;
309
+			}
310
+		} catch ( e ) {
311
+
312
+			// IE8,9 Will throw exceptions on certain host objects #9897
313
+			return false;
314
+		}
315
+
316
+		// Support: IE<9
317
+		// Handle iteration over inherited properties before own properties.
318
+		if ( !support.ownFirst ) {
319
+			for ( key in obj ) {
320
+				return hasOwn.call( obj, key );
321
+			}
322
+		}
323
+
324
+		// Own properties are enumerated firstly, so to speed up,
325
+		// if last one is own, then all properties are own.
326
+		for ( key in obj ) {}
327
+
328
+		return key === undefined || hasOwn.call( obj, key );
329
+	},
330
+
331
+	type: function( obj ) {
332
+		if ( obj == null ) {
333
+			return obj + "";
334
+		}
335
+		return typeof obj === "object" || typeof obj === "function" ?
336
+			class2type[ toString.call( obj ) ] || "object" :
337
+			typeof obj;
338
+	},
339
+
340
+	// Workarounds based on findings by Jim Driscoll
341
+	// http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context
342
+	globalEval: function( data ) {
343
+		if ( data && jQuery.trim( data ) ) {
344
+
345
+			// We use execScript on Internet Explorer
346
+			// We use an anonymous function so that context is window
347
+			// rather than jQuery in Firefox
348
+			( window.execScript || function( data ) {
349
+				window[ "eval" ].call( window, data ); // jscs:ignore requireDotNotation
350
+			} )( data );
351
+		}
352
+	},
353
+
354
+	// Convert dashed to camelCase; used by the css and data modules
355
+	// Microsoft forgot to hump their vendor prefix (#9572)
356
+	camelCase: function( string ) {
357
+		return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
358
+	},
359
+
360
+	nodeName: function( elem, name ) {
361
+		return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
362
+	},
363
+
364
+	each: function( obj, callback ) {
365
+		var length, i = 0;
366
+
367
+		if ( isArrayLike( obj ) ) {
368
+			length = obj.length;
369
+			for ( ; i < length; i++ ) {
370
+				if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {
371
+					break;
372
+				}
373
+			}
374
+		} else {
375
+			for ( i in obj ) {
376
+				if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {
377
+					break;
378
+				}
379
+			}
380
+		}
381
+
382
+		return obj;
383
+	},
384
+
385
+	// Support: Android<4.1, IE<9
386
+	trim: function( text ) {
387
+		return text == null ?
388
+			"" :
389
+			( text + "" ).replace( rtrim, "" );
390
+	},
391
+
392
+	// results is for internal usage only
393
+	makeArray: function( arr, results ) {
394
+		var ret = results || [];
395
+
396
+		if ( arr != null ) {
397
+			if ( isArrayLike( Object( arr ) ) ) {
398
+				jQuery.merge( ret,
399
+					typeof arr === "string" ?
400
+					[ arr ] : arr
401
+				);
402
+			} else {
403
+				push.call( ret, arr );
404
+			}
405
+		}
406
+
407
+		return ret;
408
+	},
409
+
410
+	inArray: function( elem, arr, i ) {
411
+		var len;
412
+
413
+		if ( arr ) {
414
+			if ( indexOf ) {
415
+				return indexOf.call( arr, elem, i );
416
+			}
417
+
418
+			len = arr.length;
419
+			i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0;
420
+
421
+			for ( ; i < len; i++ ) {
422
+
423
+				// Skip accessing in sparse arrays
424
+				if ( i in arr && arr[ i ] === elem ) {
425
+					return i;
426
+				}
427
+			}
428
+		}
429
+
430
+		return -1;
431
+	},
432
+
433
+	merge: function( first, second ) {
434
+		var len = +second.length,
435
+			j = 0,
436
+			i = first.length;
437
+
438
+		while ( j < len ) {
439
+			first[ i++ ] = second[ j++ ];
440
+		}
441
+
442
+		// Support: IE<9
443
+		// Workaround casting of .length to NaN on otherwise arraylike objects (e.g., NodeLists)
444
+		if ( len !== len ) {
445
+			while ( second[ j ] !== undefined ) {
446
+				first[ i++ ] = second[ j++ ];
447
+			}
448
+		}
449
+
450
+		first.length = i;
451
+
452
+		return first;
453
+	},
454
+
455
+	grep: function( elems, callback, invert ) {
456
+		var callbackInverse,
457
+			matches = [],
458
+			i = 0,
459
+			length = elems.length,
460
+			callbackExpect = !invert;
461
+
462
+		// Go through the array, only saving the items
463
+		// that pass the validator function
464
+		for ( ; i < length; i++ ) {
465
+			callbackInverse = !callback( elems[ i ], i );
466
+			if ( callbackInverse !== callbackExpect ) {
467
+				matches.push( elems[ i ] );
468
+			}
469
+		}
470
+
471
+		return matches;
472
+	},
473
+
474
+	// arg is for internal usage only
475
+	map: function( elems, callback, arg ) {
476
+		var length, value,
477
+			i = 0,
478
+			ret = [];
479
+
480
+		// Go through the array, translating each of the items to their new values
481
+		if ( isArrayLike( elems ) ) {
482
+			length = elems.length;
483
+			for ( ; i < length; i++ ) {
484
+				value = callback( elems[ i ], i, arg );
485
+
486
+				if ( value != null ) {
487
+					ret.push( value );
488
+				}
489
+			}
490
+
491
+		// Go through every key on the object,
492
+		} else {
493
+			for ( i in elems ) {
494
+				value = callback( elems[ i ], i, arg );
495
+
496
+				if ( value != null ) {
497
+					ret.push( value );
498
+				}
499
+			}
500
+		}
501
+
502
+		// Flatten any nested arrays
503
+		return concat.apply( [], ret );
504
+	},
505
+
506
+	// A global GUID counter for objects
507
+	guid: 1,
508
+
509
+	// Bind a function to a context, optionally partially applying any
510
+	// arguments.
511
+	proxy: function( fn, context ) {
512
+		var args, proxy, tmp;
513
+
514
+		if ( typeof context === "string" ) {
515
+			tmp = fn[ context ];
516
+			context = fn;
517
+			fn = tmp;
518
+		}
519
+
520
+		// Quick check to determine if target is callable, in the spec
521
+		// this throws a TypeError, but we will just return undefined.
522
+		if ( !jQuery.isFunction( fn ) ) {
523
+			return undefined;
524
+		}
525
+
526
+		// Simulated bind
527
+		args = slice.call( arguments, 2 );
528
+		proxy = function() {
529
+			return fn.apply( context || this, args.concat( slice.call( arguments ) ) );
530
+		};
531
+
532
+		// Set the guid of unique handler to the same of original handler, so it can be removed
533
+		proxy.guid = fn.guid = fn.guid || jQuery.guid++;
534
+
535
+		return proxy;
536
+	},
537
+
538
+	now: function() {
539
+		return +( new Date() );
540
+	},
541
+
542
+	// jQuery.support is not used in Core but other projects attach their
543
+	// properties to it so it needs to exist.
544
+	support: support
545
+} );
546
+
547
+// JSHint would error on this code due to the Symbol not being defined in ES5.
548
+// Defining this global in .jshintrc would create a danger of using the global
549
+// unguarded in another place, it seems safer to just disable JSHint for these
550
+// three lines.
551
+/* jshint ignore: start */
552
+if ( typeof Symbol === "function" ) {
553
+	jQuery.fn[ Symbol.iterator ] = deletedIds[ Symbol.iterator ];
554
+}
555
+/* jshint ignore: end */
556
+
557
+// Populate the class2type map
558
+jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ),
559
+function( i, name ) {
560
+	class2type[ "[object " + name + "]" ] = name.toLowerCase();
561
+} );
562
+
563
+function isArrayLike( obj ) {
564
+
565
+	// Support: iOS 8.2 (not reproducible in simulator)
566
+	// `in` check used to prevent JIT error (gh-2145)
567
+	// hasOwn isn't used here due to false negatives
568
+	// regarding Nodelist length in IE
569
+	var length = !!obj && "length" in obj && obj.length,
570
+		type = jQuery.type( obj );
571
+
572
+	if ( type === "function" || jQuery.isWindow( obj ) ) {
573
+		return false;
574
+	}
575
+
576
+	return type === "array" || length === 0 ||
577
+		typeof length === "number" && length > 0 && ( length - 1 ) in obj;
578
+}
579
+var Sizzle =
580
+/*!
581
+ * Sizzle CSS Selector Engine v2.2.1
582
+ * http://sizzlejs.com/
583
+ *
584
+ * Copyright jQuery Foundation and other contributors
585
+ * Released under the MIT license
586
+ * http://jquery.org/license
587
+ *
588
+ * Date: 2015-10-17
589
+ */
590
+(function( window ) {
591
+
592
+var i,
593
+	support,
594
+	Expr,
595
+	getText,
596
+	isXML,
597
+	tokenize,
598
+	compile,
599
+	select,
600
+	outermostContext,
601
+	sortInput,
602
+	hasDuplicate,
603
+
604
+	// Local document vars
605
+	setDocument,
606
+	document,
607
+	docElem,
608
+	documentIsHTML,
609
+	rbuggyQSA,
610
+	rbuggyMatches,
611
+	matches,
612
+	contains,
613
+
614
+	// Instance-specific data
615
+	expando = "sizzle" + 1 * new Date(),
616
+	preferredDoc = window.document,
617
+	dirruns = 0,
618
+	done = 0,
619
+	classCache = createCache(),
620
+	tokenCache = createCache(),
621
+	compilerCache = createCache(),
622
+	sortOrder = function( a, b ) {
623
+		if ( a === b ) {
624
+			hasDuplicate = true;
625
+		}
626
+		return 0;
627
+	},
628
+
629
+	// General-purpose constants
630
+	MAX_NEGATIVE = 1 << 31,
631
+
632
+	// Instance methods
633
+	hasOwn = ({}).hasOwnProperty,
634
+	arr = [],
635
+	pop = arr.pop,
636
+	push_native = arr.push,
637
+	push = arr.push,
638
+	slice = arr.slice,
639
+	// Use a stripped-down indexOf as it's faster than native
640
+	// http://jsperf.com/thor-indexof-vs-for/5
641
+	indexOf = function( list, elem ) {
642
+		var i = 0,
643
+			len = list.length;
644
+		for ( ; i < len; i++ ) {
645
+			if ( list[i] === elem ) {
646
+				return i;
647
+			}
648
+		}
649
+		return -1;
650
+	},
651
+
652
+	booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",
653
+
654
+	// Regular expressions
655
+
656
+	// http://www.w3.org/TR/css3-selectors/#whitespace
657
+	whitespace = "[\\x20\\t\\r\\n\\f]",
658
+
659
+	// http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier
660
+	identifier = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",
661
+
662
+	// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors
663
+	attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace +
664
+		// Operator (capture 2)
665
+		"*([*^$|!~]?=)" + whitespace +
666
+		// "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]"
667
+		"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace +
668
+		"*\\]",
669
+
670
+	pseudos = ":(" + identifier + ")(?:\\((" +
671
+		// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:
672
+		// 1. quoted (capture 3; capture 4 or capture 5)
673
+		"('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" +
674
+		// 2. simple (capture 6)
675
+		"((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" +
676
+		// 3. anything else (capture 2)
677
+		".*" +
678
+		")\\)|)",
679
+
680
+	// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter
681
+	rwhitespace = new RegExp( whitespace + "+", "g" ),
682
+	rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ),
683
+
684
+	rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ),
685
+	rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ),
686
+
687
+	rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ),
688
+
689
+	rpseudo = new RegExp( pseudos ),
690
+	ridentifier = new RegExp( "^" + identifier + "$" ),
691
+
692
+	matchExpr = {
693
+		"ID": new RegExp( "^#(" + identifier + ")" ),
694
+		"CLASS": new RegExp( "^\\.(" + identifier + ")" ),
695
+		"TAG": new RegExp( "^(" + identifier + "|[*])" ),
696
+		"ATTR": new RegExp( "^" + attributes ),
697
+		"PSEUDO": new RegExp( "^" + pseudos ),
698
+		"CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace +
699
+			"*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace +
700
+			"*(\\d+)|))" + whitespace + "*\\)|)", "i" ),
701
+		"bool": new RegExp( "^(?:" + booleans + ")$", "i" ),
702
+		// For use in libraries implementing .is()
703
+		// We use this for POS matching in `select`
704
+		"needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" +
705
+			whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" )
706
+	},
707
+
708
+	rinputs = /^(?:input|select|textarea|button)$/i,
709
+	rheader = /^h\d$/i,
710
+
711
+	rnative = /^[^{]+\{\s*\[native \w/,
712
+
713
+	// Easily-parseable/retrievable ID or TAG or CLASS selectors
714
+	rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,
715
+
716
+	rsibling = /[+~]/,
717
+	rescape = /'|\\/g,
718
+
719
+	// CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters
720
+	runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ),
721
+	funescape = function( _, escaped, escapedWhitespace ) {
722
+		var high = "0x" + escaped - 0x10000;
723
+		// NaN means non-codepoint
724
+		// Support: Firefox<24
725
+		// Workaround erroneous numeric interpretation of +"0x"
726
+		return high !== high || escapedWhitespace ?
727
+			escaped :
728
+			high < 0 ?
729
+				// BMP codepoint
730
+				String.fromCharCode( high + 0x10000 ) :
731
+				// Supplemental Plane codepoint (surrogate pair)
732
+				String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );
733
+	},
734
+
735
+	// Used for iframes
736
+	// See setDocument()
737
+	// Removing the function wrapper causes a "Permission Denied"
738
+	// error in IE
739
+	unloadHandler = function() {
740
+		setDocument();
741
+	};
742
+
743
+// Optimize for push.apply( _, NodeList )
744
+try {
745
+	push.apply(
746
+		(arr = slice.call( preferredDoc.childNodes )),
747
+		preferredDoc.childNodes
748
+	);
749
+	// Support: Android<4.0
750
+	// Detect silently failing push.apply
751
+	arr[ preferredDoc.childNodes.length ].nodeType;
752
+} catch ( e ) {
753
+	push = { apply: arr.length ?
754
+
755
+		// Leverage slice if possible
756
+		function( target, els ) {
757
+			push_native.apply( target, slice.call(els) );
758
+		} :
759
+
760
+		// Support: IE<9
761
+		// Otherwise append directly
762
+		function( target, els ) {
763
+			var j = target.length,
764
+				i = 0;
765
+			// Can't trust NodeList.length
766
+			while ( (target[j++] = els[i++]) ) {}
767
+			target.length = j - 1;
768
+		}
769
+	};
770
+}
771
+
772
+function Sizzle( selector, context, results, seed ) {
773
+	var m, i, elem, nid, nidselect, match, groups, newSelector,
774
+		newContext = context && context.ownerDocument,
775
+
776
+		// nodeType defaults to 9, since context defaults to document
777
+		nodeType = context ? context.nodeType : 9;
778
+
779
+	results = results || [];
780
+
781
+	// Return early from calls with invalid selector or context
782
+	if ( typeof selector !== "string" || !selector ||
783
+		nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {
784
+
785
+		return results;
786
+	}
787
+
788
+	// Try to shortcut find operations (as opposed to filters) in HTML documents
789
+	if ( !seed ) {
790
+
791
+		if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {
792
+			setDocument( context );
793
+		}
794
+		context = context || document;
795
+
796
+		if ( documentIsHTML ) {
797
+
798
+			// If the selector is sufficiently simple, try using a "get*By*" DOM method
799
+			// (excepting DocumentFragment context, where the methods don't exist)
800
+			if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {
801
+
802
+				// ID selector
803
+				if ( (m = match[1]) ) {
804
+
805
+					// Document context
806
+					if ( nodeType === 9 ) {
807
+						if ( (elem = context.getElementById( m )) ) {
808
+
809
+							// Support: IE, Opera, Webkit
810
+							// TODO: identify versions
811
+							// getElementById can match elements by name instead of ID
812
+							if ( elem.id === m ) {
813
+								results.push( elem );
814
+								return results;
815
+							}
816
+						} else {
817
+							return results;
818
+						}
819
+
820
+					// Element context
821
+					} else {
822
+
823
+						// Support: IE, Opera, Webkit
824
+						// TODO: identify versions
825
+						// getElementById can match elements by name instead of ID
826
+						if ( newContext && (elem = newContext.getElementById( m )) &&
827
+							contains( context, elem ) &&
828
+							elem.id === m ) {
829
+
830
+							results.push( elem );
831
+							return results;
832
+						}
833
+					}
834
+
835
+				// Type selector
836
+				} else if ( match[2] ) {
837
+					push.apply( results, context.getElementsByTagName( selector ) );
838
+					return results;
839
+
840
+				// Class selector
841
+				} else if ( (m = match[3]) && support.getElementsByClassName &&
842
+					context.getElementsByClassName ) {
843
+
844
+					push.apply( results, context.getElementsByClassName( m ) );
845
+					return results;
846
+				}
847
+			}
848
+
849
+			// Take advantage of querySelectorAll
850
+			if ( support.qsa &&
851
+				!compilerCache[ selector + " " ] &&
852
+				(!rbuggyQSA || !rbuggyQSA.test( selector )) ) {
853
+
854
+				if ( nodeType !== 1 ) {
855
+					newContext = context;
856
+					newSelector = selector;
857
+
858
+				// qSA looks outside Element context, which is not what we want
859
+				// Thanks to Andrew Dupont for this workaround technique
860
+				// Support: IE <=8
861
+				// Exclude object elements
862
+				} else if ( context.nodeName.toLowerCase() !== "object" ) {
863
+
864
+					// Capture the context ID, setting it first if necessary
865
+					if ( (nid = context.getAttribute( "id" )) ) {
866
+						nid = nid.replace( rescape, "\\$&" );
867
+					} else {
868
+						context.setAttribute( "id", (nid = expando) );
869
+					}
870
+
871
+					// Prefix every selector in the list
872
+					groups = tokenize( selector );
873
+					i = groups.length;
874
+					nidselect = ridentifier.test( nid ) ? "#" + nid : "[id='" + nid + "']";
875
+					while ( i-- ) {
876
+						groups[i] = nidselect + " " + toSelector( groups[i] );
877
+					}
878
+					newSelector = groups.join( "," );
879
+
880
+					// Expand context for sibling selectors
881
+					newContext = rsibling.test( selector ) && testContext( context.parentNode ) ||
882
+						context;
883
+				}
884
+
885
+				if ( newSelector ) {
886
+					try {
887
+						push.apply( results,
888
+							newContext.querySelectorAll( newSelector )
889
+						);
890
+						return results;
891
+					} catch ( qsaError ) {
892
+					} finally {
893
+						if ( nid === expando ) {
894
+							context.removeAttribute( "id" );
895
+						}
896
+					}
897
+				}
898
+			}
899
+		}
900
+	}
901
+
902
+	// All others
903
+	return select( selector.replace( rtrim, "$1" ), context, results, seed );
904
+}
905
+
906
+/**
907
+ * Create key-value caches of limited size
908
+ * @returns {function(string, object)} Returns the Object data after storing it on itself with
909
+ *	property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)
910
+ *	deleting the oldest entry
911
+ */
912
+function createCache() {
913
+	var keys = [];
914
+
915
+	function cache( key, value ) {
916
+		// Use (key + " ") to avoid collision with native prototype properties (see Issue #157)
917
+		if ( keys.push( key + " " ) > Expr.cacheLength ) {
918
+			// Only keep the most recent entries
919
+			delete cache[ keys.shift() ];
920
+		}
921
+		return (cache[ key + " " ] = value);
922
+	}
923
+	return cache;
924
+}
925
+
926
+/**
927
+ * Mark a function for special use by Sizzle
928
+ * @param {Function} fn The function to mark
929
+ */
930
+function markFunction( fn ) {
931
+	fn[ expando ] = true;
932
+	return fn;
933
+}
934
+
935
+/**
936
+ * Support testing using an element
937
+ * @param {Function} fn Passed the created div and expects a boolean result
938
+ */
939
+function assert( fn ) {
940
+	var div = document.createElement("div");
941
+
942
+	try {
943
+		return !!fn( div );
944
+	} catch (e) {
945
+		return false;
946
+	} finally {
947
+		// Remove from its parent by default
948
+		if ( div.parentNode ) {
949
+			div.parentNode.removeChild( div );
950
+		}
951
+		// release memory in IE
952
+		div = null;
953
+	}
954
+}
955
+
956
+/**
957
+ * Adds the same handler for all of the specified attrs
958
+ * @param {String} attrs Pipe-separated list of attributes
959
+ * @param {Function} handler The method that will be applied
960
+ */
961
+function addHandle( attrs, handler ) {
962
+	var arr = attrs.split("|"),
963
+		i = arr.length;
964
+
965
+	while ( i-- ) {
966
+		Expr.attrHandle[ arr[i] ] = handler;
967
+	}
968
+}
969
+
970
+/**
971
+ * Checks document order of two siblings
972
+ * @param {Element} a
973
+ * @param {Element} b
974
+ * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b
975
+ */
976
+function siblingCheck( a, b ) {
977
+	var cur = b && a,
978
+		diff = cur && a.nodeType === 1 && b.nodeType === 1 &&
979
+			( ~b.sourceIndex || MAX_NEGATIVE ) -
980
+			( ~a.sourceIndex || MAX_NEGATIVE );
981
+
982
+	// Use IE sourceIndex if available on both nodes
983
+	if ( diff ) {
984
+		return diff;
985
+	}
986
+
987
+	// Check if b follows a
988
+	if ( cur ) {
989
+		while ( (cur = cur.nextSibling) ) {
990
+			if ( cur === b ) {
991
+				return -1;
992
+			}
993
+		}
994
+	}
995
+
996
+	return a ? 1 : -1;
997
+}
998
+
999
+/**
1000
+ * Returns a function to use in pseudos for input types
1001
+ * @param {String} type
1002
+ */
1003
+function createInputPseudo( type ) {
1004
+	return function( elem ) {
1005
+		var name = elem.nodeName.toLowerCase();
1006
+		return name === "input" && elem.type === type;
1007
+	};
1008
+}
1009
+
1010
+/**
1011
+ * Returns a function to use in pseudos for buttons
1012
+ * @param {String} type
1013
+ */
1014
+function createButtonPseudo( type ) {
1015
+	return function( elem ) {
1016
+		var name = elem.nodeName.toLowerCase();
1017
+		return (name === "input" || name === "button") && elem.type === type;
1018
+	};
1019
+}
1020
+
1021
+/**
1022
+ * Returns a function to use in pseudos for positionals
1023
+ * @param {Function} fn
1024
+ */
1025
+function createPositionalPseudo( fn ) {
1026
+	return markFunction(function( argument ) {
1027
+		argument = +argument;
1028
+		return markFunction(function( seed, matches ) {
1029
+			var j,
1030
+				matchIndexes = fn( [], seed.length, argument ),
1031
+				i = matchIndexes.length;
1032
+
1033
+			// Match elements found at the specified indexes
1034
+			while ( i-- ) {
1035
+				if ( seed[ (j = matchIndexes[i]) ] ) {
1036
+					seed[j] = !(matches[j] = seed[j]);
1037
+				}
1038
+			}
1039
+		});
1040
+	});
1041
+}
1042
+
1043
+/**
1044
+ * Checks a node for validity as a Sizzle context
1045
+ * @param {Element|Object=} context
1046
+ * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value
1047
+ */
1048
+function testContext( context ) {
1049
+	return context && typeof context.getElementsByTagName !== "undefined" && context;
1050
+}
1051
+
1052
+// Expose support vars for convenience
1053
+support = Sizzle.support = {};
1054
+
1055
+/**
1056
+ * Detects XML nodes
1057
+ * @param {Element|Object} elem An element or a document
1058
+ * @returns {Boolean} True iff elem is a non-HTML XML node
1059
+ */
1060
+isXML = Sizzle.isXML = function( elem ) {
1061
+	// documentElement is verified for cases where it doesn't yet exist
1062
+	// (such as loading iframes in IE - #4833)
1063
+	var documentElement = elem && (elem.ownerDocument || elem).documentElement;
1064
+	return documentElement ? documentElement.nodeName !== "HTML" : false;
1065
+};
1066
+
1067
+/**
1068
+ * Sets document-related variables once based on the current document
1069
+ * @param {Element|Object} [doc] An element or document object to use to set the document
1070
+ * @returns {Object} Returns the current document
1071
+ */
1072
+setDocument = Sizzle.setDocument = function( node ) {
1073
+	var hasCompare, parent,
1074
+		doc = node ? node.ownerDocument || node : preferredDoc;
1075
+
1076
+	// Return early if doc is invalid or already selected
1077
+	if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {
1078
+		return document;
1079
+	}
1080
+
1081
+	// Update global variables
1082
+	document = doc;
1083
+	docElem = document.documentElement;
1084
+	documentIsHTML = !isXML( document );
1085
+
1086
+	// Support: IE 9-11, Edge
1087
+	// Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936)
1088
+	if ( (parent = document.defaultView) && parent.top !== parent ) {
1089
+		// Support: IE 11
1090
+		if ( parent.addEventListener ) {
1091
+			parent.addEventListener( "unload", unloadHandler, false );
1092
+
1093
+		// Support: IE 9 - 10 only
1094
+		} else if ( parent.attachEvent ) {
1095
+			parent.attachEvent( "onunload", unloadHandler );
1096
+		}
1097
+	}
1098
+
1099
+	/* Attributes
1100
+	---------------------------------------------------------------------- */
1101
+
1102
+	// Support: IE<8
1103
+	// Verify that getAttribute really returns attributes and not properties
1104
+	// (excepting IE8 booleans)
1105
+	support.attributes = assert(function( div ) {
1106
+		div.className = "i";
1107
+		return !div.getAttribute("className");
1108
+	});
1109
+
1110
+	/* getElement(s)By*
1111
+	---------------------------------------------------------------------- */
1112
+
1113
+	// Check if getElementsByTagName("*") returns only elements
1114
+	support.getElementsByTagName = assert(function( div ) {
1115
+		div.appendChild( document.createComment("") );
1116
+		return !div.getElementsByTagName("*").length;
1117
+	});
1118
+
1119
+	// Support: IE<9
1120
+	support.getElementsByClassName = rnative.test( document.getElementsByClassName );
1121
+
1122
+	// Support: IE<10
1123
+	// Check if getElementById returns elements by name
1124
+	// The broken getElementById methods don't pick up programatically-set names,
1125
+	// so use a roundabout getElementsByName test
1126
+	support.getById = assert(function( div ) {
1127
+		docElem.appendChild( div ).id = expando;
1128
+		return !document.getElementsByName || !document.getElementsByName( expando ).length;
1129
+	});
1130
+
1131
+	// ID find and filter
1132
+	if ( support.getById ) {
1133
+		Expr.find["ID"] = function( id, context ) {
1134
+			if ( typeof context.getElementById !== "undefined" && documentIsHTML ) {
1135
+				var m = context.getElementById( id );
1136
+				return m ? [ m ] : [];
1137
+			}
1138
+		};
1139
+		Expr.filter["ID"] = function( id ) {
1140
+			var attrId = id.replace( runescape, funescape );
1141
+			return function( elem ) {
1142
+				return elem.getAttribute("id") === attrId;
1143
+			};
1144
+		};
1145
+	} else {
1146
+		// Support: IE6/7
1147
+		// getElementById is not reliable as a find shortcut
1148
+		delete Expr.find["ID"];
1149
+
1150
+		Expr.filter["ID"] =  function( id ) {
1151
+			var attrId = id.replace( runescape, funescape );
1152
+			return function( elem ) {
1153
+				var node = typeof elem.getAttributeNode !== "undefined" &&
1154
+					elem.getAttributeNode("id");
1155
+				return node && node.value === attrId;
1156
+			};
1157
+		};
1158
+	}
1159
+
1160
+	// Tag
1161
+	Expr.find["TAG"] = support.getElementsByTagName ?
1162
+		function( tag, context ) {
1163
+			if ( typeof context.getElementsByTagName !== "undefined" ) {
1164
+				return context.getElementsByTagName( tag );
1165
+
1166
+			// DocumentFragment nodes don't have gEBTN
1167
+			} else if ( support.qsa ) {
1168
+				return context.querySelectorAll( tag );
1169
+			}
1170
+		} :
1171
+
1172
+		function( tag, context ) {
1173
+			var elem,
1174
+				tmp = [],
1175
+				i = 0,
1176
+				// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too
1177
+				results = context.getElementsByTagName( tag );
1178
+
1179
+			// Filter out possible comments
1180
+			if ( tag === "*" ) {
1181
+				while ( (elem = results[i++]) ) {
1182
+					if ( elem.nodeType === 1 ) {
1183
+						tmp.push( elem );
1184
+					}
1185
+				}
1186
+
1187
+				return tmp;
1188
+			}
1189
+			return results;
1190
+		};
1191
+
1192
+	// Class
1193
+	Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) {
1194
+		if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) {
1195
+			return context.getElementsByClassName( className );
1196
+		}
1197
+	};
1198
+
1199
+	/* QSA/matchesSelector
1200
+	---------------------------------------------------------------------- */
1201
+
1202
+	// QSA and matchesSelector support
1203
+
1204
+	// matchesSelector(:active) reports false when true (IE9/Opera 11.5)
1205
+	rbuggyMatches = [];
1206
+
1207
+	// qSa(:focus) reports false when true (Chrome 21)
1208
+	// We allow this because of a bug in IE8/9 that throws an error
1209
+	// whenever `document.activeElement` is accessed on an iframe
1210
+	// So, we allow :focus to pass through QSA all the time to avoid the IE error
1211
+	// See http://bugs.jquery.com/ticket/13378
1212
+	rbuggyQSA = [];
1213
+
1214
+	if ( (support.qsa = rnative.test( document.querySelectorAll )) ) {
1215
+		// Build QSA regex
1216
+		// Regex strategy adopted from Diego Perini
1217
+		assert(function( div ) {
1218
+			// Select is set to empty string on purpose
1219
+			// This is to test IE's treatment of not explicitly
1220
+			// setting a boolean content attribute,
1221
+			// since its presence should be enough
1222
+			// http://bugs.jquery.com/ticket/12359
1223
+			docElem.appendChild( div ).innerHTML = "<a id='" + expando + "'></a>" +
1224
+				"<select id='" + expando + "-\r\\' msallowcapture=''>" +
1225
+				"<option selected=''></option></select>";
1226
+
1227
+			// Support: IE8, Opera 11-12.16
1228
+			// Nothing should be selected when empty strings follow ^= or $= or *=
1229
+			// The test attribute must be unknown in Opera but "safe" for WinRT
1230
+			// http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section
1231
+			if ( div.querySelectorAll("[msallowcapture^='']").length ) {
1232
+				rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" );
1233
+			}
1234
+
1235
+			// Support: IE8
1236
+			// Boolean attributes and "value" are not treated correctly
1237
+			if ( !div.querySelectorAll("[selected]").length ) {
1238
+				rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" );
1239
+			}
1240
+
1241
+			// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+
1242
+			if ( !div.querySelectorAll( "[id~=" + expando + "-]" ).length ) {
1243
+				rbuggyQSA.push("~=");
1244
+			}
1245
+
1246
+			// Webkit/Opera - :checked should return selected option elements
1247
+			// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
1248
+			// IE8 throws error here and will not see later tests
1249
+			if ( !div.querySelectorAll(":checked").length ) {
1250
+				rbuggyQSA.push(":checked");
1251
+			}
1252
+
1253
+			// Support: Safari 8+, iOS 8+
1254
+			// https://bugs.webkit.org/show_bug.cgi?id=136851
1255
+			// In-page `selector#id sibing-combinator selector` fails
1256
+			if ( !div.querySelectorAll( "a#" + expando + "+*" ).length ) {
1257
+				rbuggyQSA.push(".#.+[+~]");
1258
+			}
1259
+		});
1260
+
1261
+		assert(function( div ) {
1262
+			// Support: Windows 8 Native Apps
1263
+			// The type and name attributes are restricted during .innerHTML assignment
1264
+			var input = document.createElement("input");
1265
+			input.setAttribute( "type", "hidden" );
1266
+			div.appendChild( input ).setAttribute( "name", "D" );
1267
+
1268
+			// Support: IE8
1269
+			// Enforce case-sensitivity of name attribute
1270
+			if ( div.querySelectorAll("[name=d]").length ) {
1271
+				rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" );
1272
+			}
1273
+
1274
+			// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)
1275
+			// IE8 throws error here and will not see later tests
1276
+			if ( !div.querySelectorAll(":enabled").length ) {
1277
+				rbuggyQSA.push( ":enabled", ":disabled" );
1278
+			}
1279
+
1280
+			// Opera 10-11 does not throw on post-comma invalid pseudos
1281
+			div.querySelectorAll("*,:x");
1282
+			rbuggyQSA.push(",.*:");
1283
+		});
1284
+	}
1285
+
1286
+	if ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||
1287
+		docElem.webkitMatchesSelector ||
1288
+		docElem.mozMatchesSelector ||
1289
+		docElem.oMatchesSelector ||
1290
+		docElem.msMatchesSelector) )) ) {
1291
+
1292
+		assert(function( div ) {
1293
+			// Check to see if it's possible to do matchesSelector
1294
+			// on a disconnected node (IE 9)
1295
+			support.disconnectedMatch = matches.call( div, "div" );
1296
+
1297
+			// This should fail with an exception
1298
+			// Gecko does not error, returns false instead
1299
+			matches.call( div, "[s!='']:x" );
1300
+			rbuggyMatches.push( "!=", pseudos );
1301
+		});
1302
+	}
1303
+
1304
+	rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") );
1305
+	rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") );
1306
+
1307
+	/* Contains
1308
+	---------------------------------------------------------------------- */
1309
+	hasCompare = rnative.test( docElem.compareDocumentPosition );
1310
+
1311
+	// Element contains another
1312
+	// Purposefully self-exclusive
1313
+	// As in, an element does not contain itself
1314
+	contains = hasCompare || rnative.test( docElem.contains ) ?
1315
+		function( a, b ) {
1316
+			var adown = a.nodeType === 9 ? a.documentElement : a,
1317
+				bup = b && b.parentNode;
1318
+			return a === bup || !!( bup && bup.nodeType === 1 && (
1319
+				adown.contains ?
1320
+					adown.contains( bup ) :
1321
+					a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16
1322
+			));
1323
+		} :
1324
+		function( a, b ) {
1325
+			if ( b ) {
1326
+				while ( (b = b.parentNode) ) {
1327
+					if ( b === a ) {
1328
+						return true;
1329
+					}
1330
+				}
1331
+			}
1332
+			return false;
1333
+		};
1334
+
1335
+	/* Sorting
1336
+	---------------------------------------------------------------------- */
1337
+
1338
+	// Document order sorting
1339
+	sortOrder = hasCompare ?
1340
+	function( a, b ) {
1341
+
1342
+		// Flag for duplicate removal
1343
+		if ( a === b ) {
1344
+			hasDuplicate = true;
1345
+			return 0;
1346
+		}
1347
+
1348
+		// Sort on method existence if only one input has compareDocumentPosition
1349
+		var compare = !a.compareDocumentPosition - !b.compareDocumentPosition;
1350
+		if ( compare ) {
1351
+			return compare;
1352
+		}
1353
+
1354
+		// Calculate position if both inputs belong to the same document
1355
+		compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?
1356
+			a.compareDocumentPosition( b ) :
1357
+
1358
+			// Otherwise we know they are disconnected
1359
+			1;
1360
+
1361
+		// Disconnected nodes
1362
+		if ( compare & 1 ||
1363
+			(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {
1364
+
1365
+			// Choose the first element that is related to our preferred document
1366
+			if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {
1367
+				return -1;
1368
+			}
1369
+			if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {
1370
+				return 1;
1371
+			}
1372
+
1373
+			// Maintain original order
1374
+			return sortInput ?
1375
+				( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
1376
+				0;
1377
+		}
1378
+
1379
+		return compare & 4 ? -1 : 1;
1380
+	} :
1381
+	function( a, b ) {
1382
+		// Exit early if the nodes are identical
1383
+		if ( a === b ) {
1384
+			hasDuplicate = true;
1385
+			return 0;
1386
+		}
1387
+
1388
+		var cur,
1389
+			i = 0,
1390
+			aup = a.parentNode,
1391
+			bup = b.parentNode,
1392
+			ap = [ a ],
1393
+			bp = [ b ];
1394
+
1395
+		// Parentless nodes are either documents or disconnected
1396
+		if ( !aup || !bup ) {
1397
+			return a === document ? -1 :
1398
+				b === document ? 1 :
1399
+				aup ? -1 :
1400
+				bup ? 1 :
1401
+				sortInput ?
1402
+				( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
1403
+				0;
1404
+
1405
+		// If the nodes are siblings, we can do a quick check
1406
+		} else if ( aup === bup ) {
1407
+			return siblingCheck( a, b );
1408
+		}
1409
+
1410
+		// Otherwise we need full lists of their ancestors for comparison
1411
+		cur = a;
1412
+		while ( (cur = cur.parentNode) ) {
1413
+			ap.unshift( cur );
1414
+		}
1415
+		cur = b;
1416
+		while ( (cur = cur.parentNode) ) {
1417
+			bp.unshift( cur );
1418
+		}
1419
+
1420
+		// Walk down the tree looking for a discrepancy
1421
+		while ( ap[i] === bp[i] ) {
1422
+			i++;
1423
+		}
1424
+
1425
+		return i ?
1426
+			// Do a sibling check if the nodes have a common ancestor
1427
+			siblingCheck( ap[i], bp[i] ) :
1428
+
1429
+			// Otherwise nodes in our document sort first
1430
+			ap[i] === preferredDoc ? -1 :
1431
+			bp[i] === preferredDoc ? 1 :
1432
+			0;
1433
+	};
1434
+
1435
+	return document;
1436
+};
1437
+
1438
+Sizzle.matches = function( expr, elements ) {
1439
+	return Sizzle( expr, null, null, elements );
1440
+};
1441
+
1442
+Sizzle.matchesSelector = function( elem, expr ) {
1443
+	// Set document vars if needed
1444
+	if ( ( elem.ownerDocument || elem ) !== document ) {
1445
+		setDocument( elem );
1446
+	}
1447
+
1448
+	// Make sure that attribute selectors are quoted
1449
+	expr = expr.replace( rattributeQuotes, "='$1']" );
1450
+
1451
+	if ( support.matchesSelector && documentIsHTML &&
1452
+		!compilerCache[ expr + " " ] &&
1453
+		( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
1454
+		( !rbuggyQSA     || !rbuggyQSA.test( expr ) ) ) {
1455
+
1456
+		try {
1457
+			var ret = matches.call( elem, expr );
1458
+
1459
+			// IE 9's matchesSelector returns false on disconnected nodes
1460
+			if ( ret || support.disconnectedMatch ||
1461
+					// As well, disconnected nodes are said to be in a document
1462
+					// fragment in IE 9
1463
+					elem.document && elem.document.nodeType !== 11 ) {
1464
+				return ret;
1465
+			}
1466
+		} catch (e) {}
1467
+	}
1468
+
1469
+	return Sizzle( expr, document, null, [ elem ] ).length > 0;
1470
+};
1471
+
1472
+Sizzle.contains = function( context, elem ) {
1473
+	// Set document vars if needed
1474
+	if ( ( context.ownerDocument || context ) !== document ) {
1475
+		setDocument( context );
1476
+	}
1477
+	return contains( context, elem );
1478
+};
1479
+
1480
+Sizzle.attr = function( elem, name ) {
1481
+	// Set document vars if needed
1482
+	if ( ( elem.ownerDocument || elem ) !== document ) {
1483
+		setDocument( elem );
1484
+	}
1485
+
1486
+	var fn = Expr.attrHandle[ name.toLowerCase() ],
1487
+		// Don't get fooled by Object.prototype properties (jQuery #13807)
1488
+		val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?
1489
+			fn( elem, name, !documentIsHTML ) :
1490
+			undefined;
1491
+
1492
+	return val !== undefined ?
1493
+		val :
1494
+		support.attributes || !documentIsHTML ?
1495
+			elem.getAttribute( name ) :
1496
+			(val = elem.getAttributeNode(name)) && val.specified ?
1497
+				val.value :
1498
+				null;
1499
+};
1500
+
1501
+Sizzle.error = function( msg ) {
1502
+	throw new Error( "Syntax error, unrecognized expression: " + msg );
1503
+};
1504
+
1505
+/**
1506
+ * Document sorting and removing duplicates
1507
+ * @param {ArrayLike} results
1508
+ */
1509
+Sizzle.uniqueSort = function( results ) {
1510
+	var elem,
1511
+		duplicates = [],
1512
+		j = 0,
1513
+		i = 0;
1514
+
1515
+	// Unless we *know* we can detect duplicates, assume their presence
1516
+	hasDuplicate = !support.detectDuplicates;
1517
+	sortInput = !support.sortStable && results.slice( 0 );
1518
+	results.sort( sortOrder );
1519
+
1520
+	if ( hasDuplicate ) {
1521
+		while ( (elem = results[i++]) ) {
1522
+			if ( elem === results[ i ] ) {
1523
+				j = duplicates.push( i );
1524
+			}
1525
+		}
1526
+		while ( j-- ) {
1527
+			results.splice( duplicates[ j ], 1 );
1528
+		}
1529
+	}
1530
+
1531
+	// Clear input after sorting to release objects
1532
+	// See https://github.com/jquery/sizzle/pull/225
1533
+	sortInput = null;
1534
+
1535
+	return results;
1536
+};
1537
+
1538
+/**
1539
+ * Utility function for retrieving the text value of an array of DOM nodes
1540
+ * @param {Array|Element} elem
1541
+ */
1542
+getText = Sizzle.getText = function( elem ) {
1543
+	var node,
1544
+		ret = "",
1545
+		i = 0,
1546
+		nodeType = elem.nodeType;
1547
+
1548
+	if ( !nodeType ) {
1549
+		// If no nodeType, this is expected to be an array
1550
+		while ( (node = elem[i++]) ) {
1551
+			// Do not traverse comment nodes
1552
+			ret += getText( node );
1553
+		}
1554
+	} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {
1555
+		// Use textContent for elements
1556
+		// innerText usage removed for consistency of new lines (jQuery #11153)
1557
+		if ( typeof elem.textContent === "string" ) {
1558
+			return elem.textContent;
1559
+		} else {
1560
+			// Traverse its children
1561
+			for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {
1562
+				ret += getText( elem );
1563
+			}
1564
+		}
1565
+	} else if ( nodeType === 3 || nodeType === 4 ) {
1566
+		return elem.nodeValue;
1567
+	}
1568
+	// Do not include comment or processing instruction nodes
1569
+
1570
+	return ret;
1571
+};
1572
+
1573
+Expr = Sizzle.selectors = {
1574
+
1575
+	// Can be adjusted by the user
1576
+	cacheLength: 50,
1577
+
1578
+	createPseudo: markFunction,
1579
+
1580
+	match: matchExpr,
1581
+
1582
+	attrHandle: {},
1583
+
1584
+	find: {},
1585
+
1586
+	relative: {
1587
+		">": { dir: "parentNode", first: true },
1588
+		" ": { dir: "parentNode" },
1589
+		"+": { dir: "previousSibling", first: true },
1590
+		"~": { dir: "previousSibling" }
1591
+	},
1592
+
1593
+	preFilter: {
1594
+		"ATTR": function( match ) {
1595
+			match[1] = match[1].replace( runescape, funescape );
1596
+
1597
+			// Move the given value to match[3] whether quoted or unquoted
1598
+			match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape );
1599
+
1600
+			if ( match[2] === "~=" ) {
1601
+				match[3] = " " + match[3] + " ";
1602
+			}
1603
+
1604
+			return match.slice( 0, 4 );
1605
+		},
1606
+
1607
+		"CHILD": function( match ) {
1608
+			/* matches from matchExpr["CHILD"]
1609
+				1 type (only|nth|...)
1610
+				2 what (child|of-type)
1611
+				3 argument (even|odd|\d*|\d*n([+-]\d+)?|...)
1612
+				4 xn-component of xn+y argument ([+-]?\d*n|)
1613
+				5 sign of xn-component
1614
+				6 x of xn-component
1615
+				7 sign of y-component
1616
+				8 y of y-component
1617
+			*/
1618
+			match[1] = match[1].toLowerCase();
1619
+
1620
+			if ( match[1].slice( 0, 3 ) === "nth" ) {
1621
+				// nth-* requires argument
1622
+				if ( !match[3] ) {
1623
+					Sizzle.error( match[0] );
1624
+				}
1625
+
1626
+				// numeric x and y parameters for Expr.filter.CHILD
1627
+				// remember that false/true cast respectively to 0/1
1628
+				match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) );
1629
+				match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" );
1630
+
1631
+			// other types prohibit arguments
1632
+			} else if ( match[3] ) {
1633
+				Sizzle.error( match[0] );
1634
+			}
1635
+
1636
+			return match;
1637
+		},
1638
+
1639
+		"PSEUDO": function( match ) {
1640
+			var excess,
1641
+				unquoted = !match[6] && match[2];
1642
+
1643
+			if ( matchExpr["CHILD"].test( match[0] ) ) {
1644
+				return null;
1645
+			}
1646
+
1647
+			// Accept quoted arguments as-is
1648
+			if ( match[3] ) {
1649
+				match[2] = match[4] || match[5] || "";
1650
+
1651
+			// Strip excess characters from unquoted arguments
1652
+			} else if ( unquoted && rpseudo.test( unquoted ) &&
1653
+				// Get excess from tokenize (recursively)
1654
+				(excess = tokenize( unquoted, true )) &&
1655
+				// advance to the next closing parenthesis
1656
+				(excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) {
1657
+
1658
+				// excess is a negative index
1659
+				match[0] = match[0].slice( 0, excess );
1660
+				match[2] = unquoted.slice( 0, excess );
1661
+			}
1662
+
1663
+			// Return only captures needed by the pseudo filter method (type and argument)
1664
+			return match.slice( 0, 3 );
1665
+		}
1666
+	},
1667
+
1668
+	filter: {
1669
+
1670
+		"TAG": function( nodeNameSelector ) {
1671
+			var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();
1672
+			return nodeNameSelector === "*" ?
1673
+				function() { return true; } :
1674
+				function( elem ) {
1675
+					return elem.nodeName && elem.nodeName.toLowerCase() === nodeName;
1676
+				};
1677
+		},
1678
+
1679
+		"CLASS": function( className ) {
1680
+			var pattern = classCache[ className + " " ];
1681
+
1682
+			return pattern ||
1683
+				(pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) &&
1684
+				classCache( className, function( elem ) {
1685
+					return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" );
1686
+				});
1687
+		},
1688
+
1689
+		"ATTR": function( name, operator, check ) {
1690
+			return function( elem ) {
1691
+				var result = Sizzle.attr( elem, name );
1692
+
1693
+				if ( result == null ) {
1694
+					return operator === "!=";
1695
+				}
1696
+				if ( !operator ) {
1697
+					return true;
1698
+				}
1699
+
1700
+				result += "";
1701
+
1702
+				return operator === "=" ? result === check :
1703
+					operator === "!=" ? result !== check :
1704
+					operator === "^=" ? check && result.indexOf( check ) === 0 :
1705
+					operator === "*=" ? check && result.indexOf( check ) > -1 :
1706
+					operator === "$=" ? check && result.slice( -check.length ) === check :
1707
+					operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 :
1708
+					operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" :
1709
+					false;
1710
+			};
1711
+		},
1712
+
1713
+		"CHILD": function( type, what, argument, first, last ) {
1714
+			var simple = type.slice( 0, 3 ) !== "nth",
1715
+				forward = type.slice( -4 ) !== "last",
1716
+				ofType = what === "of-type";
1717
+
1718
+			return first === 1 && last === 0 ?
1719
+
1720
+				// Shortcut for :nth-*(n)
1721
+				function( elem ) {
1722
+					return !!elem.parentNode;
1723
+				} :
1724
+
1725
+				function( elem, context, xml ) {
1726
+					var cache, uniqueCache, outerCache, node, nodeIndex, start,
1727
+						dir = simple !== forward ? "nextSibling" : "previousSibling",
1728
+						parent = elem.parentNode,
1729
+						name = ofType && elem.nodeName.toLowerCase(),
1730
+						useCache = !xml && !ofType,
1731
+						diff = false;
1732
+
1733
+					if ( parent ) {
1734
+
1735
+						// :(first|last|only)-(child|of-type)
1736
+						if ( simple ) {
1737
+							while ( dir ) {
1738
+								node = elem;
1739
+								while ( (node = node[ dir ]) ) {
1740
+									if ( ofType ?
1741
+										node.nodeName.toLowerCase() === name :
1742
+										node.nodeType === 1 ) {
1743
+
1744
+										return false;
1745
+									}
1746
+								}
1747
+								// Reverse direction for :only-* (if we haven't yet done so)
1748
+								start = dir = type === "only" && !start && "nextSibling";
1749
+							}
1750
+							return true;
1751
+						}
1752
+
1753
+						start = [ forward ? parent.firstChild : parent.lastChild ];
1754
+
1755
+						// non-xml :nth-child(...) stores cache data on `parent`
1756
+						if ( forward && useCache ) {
1757
+
1758
+							// Seek `elem` from a previously-cached index
1759
+
1760
+							// ...in a gzip-friendly way
1761
+							node = parent;
1762
+							outerCache = node[ expando ] || (node[ expando ] = {});
1763
+
1764
+							// Support: IE <9 only
1765
+							// Defend against cloned attroperties (jQuery gh-1709)
1766
+							uniqueCache = outerCache[ node.uniqueID ] ||
1767
+								(outerCache[ node.uniqueID ] = {});
1768
+
1769
+							cache = uniqueCache[ type ] || [];
1770
+							nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];
1771
+							diff = nodeIndex && cache[ 2 ];
1772
+							node = nodeIndex && parent.childNodes[ nodeIndex ];
1773
+
1774
+							while ( (node = ++nodeIndex && node && node[ dir ] ||
1775
+
1776
+								// Fallback to seeking `elem` from the start
1777
+								(diff = nodeIndex = 0) || start.pop()) ) {
1778
+
1779
+								// When found, cache indexes on `parent` and break
1780
+								if ( node.nodeType === 1 && ++diff && node === elem ) {
1781
+									uniqueCache[ type ] = [ dirruns, nodeIndex, diff ];
1782
+									break;
1783
+								}
1784
+							}
1785
+
1786
+						} else {
1787
+							// Use previously-cached element index if available
1788
+							if ( useCache ) {
1789
+								// ...in a gzip-friendly way
1790
+								node = elem;
1791
+								outerCache = node[ expando ] || (node[ expando ] = {});
1792
+
1793
+								// Support: IE <9 only
1794
+								// Defend against cloned attroperties (jQuery gh-1709)
1795
+								uniqueCache = outerCache[ node.uniqueID ] ||
1796
+									(outerCache[ node.uniqueID ] = {});
1797
+
1798
+								cache = uniqueCache[ type ] || [];
1799
+								nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];
1800
+								diff = nodeIndex;
1801
+							}
1802
+
1803
+							// xml :nth-child(...)
1804
+							// or :nth-last-child(...) or :nth(-last)?-of-type(...)
1805
+							if ( diff === false ) {
1806
+								// Use the same loop as above to seek `elem` from the start
1807
+								while ( (node = ++nodeIndex && node && node[ dir ] ||
1808
+									(diff = nodeIndex = 0) || start.pop()) ) {
1809
+
1810
+									if ( ( ofType ?
1811
+										node.nodeName.toLowerCase() === name :
1812
+										node.nodeType === 1 ) &&
1813
+										++diff ) {
1814
+
1815
+										// Cache the index of each encountered element
1816
+										if ( useCache ) {
1817
+											outerCache = node[ expando ] || (node[ expando ] = {});
1818
+
1819
+											// Support: IE <9 only
1820
+											// Defend against cloned attroperties (jQuery gh-1709)
1821
+											uniqueCache = outerCache[ node.uniqueID ] ||
1822
+												(outerCache[ node.uniqueID ] = {});
1823
+
1824
+											uniqueCache[ type ] = [ dirruns, diff ];
1825
+										}
1826
+
1827
+										if ( node === elem ) {
1828
+											break;
1829
+										}
1830
+									}
1831
+								}
1832
+							}
1833
+						}
1834
+
1835
+						// Incorporate the offset, then check against cycle size
1836
+						diff -= last;
1837
+						return diff === first || ( diff % first === 0 && diff / first >= 0 );
1838
+					}
1839
+				};
1840
+		},
1841
+
1842
+		"PSEUDO": function( pseudo, argument ) {
1843
+			// pseudo-class names are case-insensitive
1844
+			// http://www.w3.org/TR/selectors/#pseudo-classes
1845
+			// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters
1846
+			// Remember that setFilters inherits from pseudos
1847
+			var args,
1848
+				fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||
1849
+					Sizzle.error( "unsupported pseudo: " + pseudo );
1850
+
1851
+			// The user may use createPseudo to indicate that
1852
+			// arguments are needed to create the filter function
1853
+			// just as Sizzle does
1854
+			if ( fn[ expando ] ) {
1855
+				return fn( argument );
1856
+			}
1857
+
1858
+			// But maintain support for old signatures
1859
+			if ( fn.length > 1 ) {
1860
+				args = [ pseudo, pseudo, "", argument ];
1861
+				return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?
1862
+					markFunction(function( seed, matches ) {
1863
+						var idx,
1864
+							matched = fn( seed, argument ),
1865
+							i = matched.length;
1866
+						while ( i-- ) {
1867
+							idx = indexOf( seed, matched[i] );
1868
+							seed[ idx ] = !( matches[ idx ] = matched[i] );
1869
+						}
1870
+					}) :
1871
+					function( elem ) {
1872
+						return fn( elem, 0, args );
1873
+					};
1874
+			}
1875
+
1876
+			return fn;
1877
+		}
1878
+	},
1879
+
1880
+	pseudos: {
1881
+		// Potentially complex pseudos
1882
+		"not": markFunction(function( selector ) {
1883
+			// Trim the selector passed to compile
1884
+			// to avoid treating leading and trailing
1885
+			// spaces as combinators
1886
+			var input = [],
1887
+				results = [],
1888
+				matcher = compile( selector.replace( rtrim, "$1" ) );
1889
+
1890
+			return matcher[ expando ] ?
1891
+				markFunction(function( seed, matches, context, xml ) {
1892
+					var elem,
1893
+						unmatched = matcher( seed, null, xml, [] ),
1894
+						i = seed.length;
1895
+
1896
+					// Match elements unmatched by `matcher`
1897
+					while ( i-- ) {
1898
+						if ( (elem = unmatched[i]) ) {
1899
+							seed[i] = !(matches[i] = elem);
1900
+						}
1901
+					}
1902
+				}) :
1903
+				function( elem, context, xml ) {
1904
+					input[0] = elem;
1905
+					matcher( input, null, xml, results );
1906
+					// Don't keep the element (issue #299)
1907
+					input[0] = null;
1908
+					return !results.pop();
1909
+				};
1910
+		}),
1911
+
1912
+		"has": markFunction(function( selector ) {
1913
+			return function( elem ) {
1914
+				return Sizzle( selector, elem ).length > 0;
1915
+			};
1916
+		}),
1917
+
1918
+		"contains": markFunction(function( text ) {
1919
+			text = text.replace( runescape, funescape );
1920
+			return function( elem ) {
1921
+				return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;
1922
+			};
1923
+		}),
1924
+
1925
+		// "Whether an element is represented by a :lang() selector
1926
+		// is based solely on the element's language value
1927
+		// being equal to the identifier C,
1928
+		// or beginning with the identifier C immediately followed by "-".
1929
+		// The matching of C against the element's language value is performed case-insensitively.
1930
+		// The identifier C does not have to be a valid language name."
1931
+		// http://www.w3.org/TR/selectors/#lang-pseudo
1932
+		"lang": markFunction( function( lang ) {
1933
+			// lang value must be a valid identifier
1934
+			if ( !ridentifier.test(lang || "") ) {
1935
+				Sizzle.error( "unsupported lang: " + lang );
1936
+			}
1937
+			lang = lang.replace( runescape, funescape ).toLowerCase();
1938
+			return function( elem ) {
1939
+				var elemLang;
1940
+				do {
1941
+					if ( (elemLang = documentIsHTML ?
1942
+						elem.lang :
1943
+						elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) {
1944
+
1945
+						elemLang = elemLang.toLowerCase();
1946
+						return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0;
1947
+					}
1948
+				} while ( (elem = elem.parentNode) && elem.nodeType === 1 );
1949
+				return false;
1950
+			};
1951
+		}),
1952
+
1953
+		// Miscellaneous
1954
+		"target": function( elem ) {
1955
+			var hash = window.location && window.location.hash;
1956
+			return hash && hash.slice( 1 ) === elem.id;
1957
+		},
1958
+
1959
+		"root": function( elem ) {
1960
+			return elem === docElem;
1961
+		},
1962
+
1963
+		"focus": function( elem ) {
1964
+			return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);
1965
+		},
1966
+
1967
+		// Boolean properties
1968
+		"enabled": function( elem ) {
1969
+			return elem.disabled === false;
1970
+		},
1971
+
1972
+		"disabled": function( elem ) {
1973
+			return elem.disabled === true;
1974
+		},
1975
+
1976
+		"checked": function( elem ) {
1977
+			// In CSS3, :checked should return both checked and selected elements
1978
+			// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
1979
+			var nodeName = elem.nodeName.toLowerCase();
1980
+			return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected);
1981
+		},
1982
+
1983
+		"selected": function( elem ) {
1984
+			// Accessing this property makes selected-by-default
1985
+			// options in Safari work properly
1986
+			if ( elem.parentNode ) {
1987
+				elem.parentNode.selectedIndex;
1988
+			}
1989
+
1990
+			return elem.selected === true;
1991
+		},
1992
+
1993
+		// Contents
1994
+		"empty": function( elem ) {
1995
+			// http://www.w3.org/TR/selectors/#empty-pseudo
1996
+			// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),
1997
+			//   but not by others (comment: 8; processing instruction: 7; etc.)
1998
+			// nodeType < 6 works because attributes (2) do not appear as children
1999
+			for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {
2000
+				if ( elem.nodeType < 6 ) {
2001
+					return false;
2002
+				}
2003
+			}
2004
+			return true;
2005
+		},
2006
+
2007
+		"parent": function( elem ) {
2008
+			return !Expr.pseudos["empty"]( elem );
2009
+		},
2010
+
2011
+		// Element/input types
2012
+		"header": function( elem ) {
2013
+			return rheader.test( elem.nodeName );
2014
+		},
2015
+
2016
+		"input": function( elem ) {
2017
+			return rinputs.test( elem.nodeName );
2018
+		},
2019
+
2020
+		"button": function( elem ) {
2021
+			var name = elem.nodeName.toLowerCase();
2022
+			return name === "input" && elem.type === "button" || name === "button";
2023
+		},
2024
+
2025
+		"text": function( elem ) {
2026
+			var attr;
2027
+			return elem.nodeName.toLowerCase() === "input" &&
2028
+				elem.type === "text" &&
2029
+
2030
+				// Support: IE<8
2031
+				// New HTML5 attribute values (e.g., "search") appear with elem.type === "text"
2032
+				( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" );
2033
+		},
2034
+
2035
+		// Position-in-collection
2036
+		"first": createPositionalPseudo(function() {
2037
+			return [ 0 ];
2038
+		}),
2039
+
2040
+		"last": createPositionalPseudo(function( matchIndexes, length ) {
2041
+			return [ length - 1 ];
2042
+		}),
2043
+
2044
+		"eq": createPositionalPseudo(function( matchIndexes, length, argument ) {
2045
+			return [ argument < 0 ? argument + length : argument ];
2046
+		}),
2047
+
2048
+		"even": createPositionalPseudo(function( matchIndexes, length ) {
2049
+			var i = 0;
2050
+			for ( ; i < length; i += 2 ) {
2051
+				matchIndexes.push( i );
2052
+			}
2053
+			return matchIndexes;
2054
+		}),
2055
+
2056
+		"odd": createPositionalPseudo(function( matchIndexes, length ) {
2057
+			var i = 1;
2058
+			for ( ; i < length; i += 2 ) {
2059
+				matchIndexes.push( i );
2060
+			}
2061
+			return matchIndexes;
2062
+		}),
2063
+
2064
+		"lt": createPositionalPseudo(function( matchIndexes, length, argument ) {
2065
+			var i = argument < 0 ? argument + length : argument;
2066
+			for ( ; --i >= 0; ) {
2067
+				matchIndexes.push( i );
2068
+			}
2069
+			return matchIndexes;
2070
+		}),
2071
+
2072
+		"gt": createPositionalPseudo(function( matchIndexes, length, argument ) {
2073
+			var i = argument < 0 ? argument + length : argument;
2074
+			for ( ; ++i < length; ) {
2075
+				matchIndexes.push( i );
2076
+			}
2077
+			return matchIndexes;
2078
+		})
2079
+	}
2080
+};
2081
+
2082
+Expr.pseudos["nth"] = Expr.pseudos["eq"];
2083
+
2084
+// Add button/input type pseudos
2085
+for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {
2086
+	Expr.pseudos[ i ] = createInputPseudo( i );
2087
+}
2088
+for ( i in { submit: true, reset: true } ) {
2089
+	Expr.pseudos[ i ] = createButtonPseudo( i );
2090
+}
2091
+
2092
+// Easy API for creating new setFilters
2093
+function setFilters() {}
2094
+setFilters.prototype = Expr.filters = Expr.pseudos;
2095
+Expr.setFilters = new setFilters();
2096
+
2097
+tokenize = Sizzle.tokenize = function( selector, parseOnly ) {
2098
+	var matched, match, tokens, type,
2099
+		soFar, groups, preFilters,
2100
+		cached = tokenCache[ selector + " " ];
2101
+
2102
+	if ( cached ) {
2103
+		return parseOnly ? 0 : cached.slice( 0 );
2104
+	}
2105
+
2106
+	soFar = selector;
2107
+	groups = [];
2108
+	preFilters = Expr.preFilter;
2109
+
2110
+	while ( soFar ) {
2111
+
2112
+		// Comma and first run
2113
+		if ( !matched || (match = rcomma.exec( soFar )) ) {
2114
+			if ( match ) {
2115
+				// Don't consume trailing commas as valid
2116
+				soFar = soFar.slice( match[0].length ) || soFar;
2117
+			}
2118
+			groups.push( (tokens = []) );
2119
+		}
2120
+
2121
+		matched = false;
2122
+
2123
+		// Combinators
2124
+		if ( (match = rcombinators.exec( soFar )) ) {
2125
+			matched = match.shift();
2126
+			tokens.push({
2127
+				value: matched,
2128
+				// Cast descendant combinators to space
2129
+				type: match[0].replace( rtrim, " " )
2130
+			});
2131
+			soFar = soFar.slice( matched.length );
2132
+		}
2133
+
2134
+		// Filters
2135
+		for ( type in Expr.filter ) {
2136
+			if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||
2137
+				(match = preFilters[ type ]( match ))) ) {
2138
+				matched = match.shift();
2139
+				tokens.push({
2140
+					value: matched,
2141
+					type: type,
2142
+					matches: match
2143
+				});
2144
+				soFar = soFar.slice( matched.length );
2145
+			}
2146
+		}
2147
+
2148
+		if ( !matched ) {
2149
+			break;
2150
+		}
2151
+	}
2152
+
2153
+	// Return the length of the invalid excess
2154
+	// if we're just parsing
2155
+	// Otherwise, throw an error or return tokens
2156
+	return parseOnly ?
2157
+		soFar.length :
2158
+		soFar ?
2159
+			Sizzle.error( selector ) :
2160
+			// Cache the tokens
2161
+			tokenCache( selector, groups ).slice( 0 );
2162
+};
2163
+
2164
+function toSelector( tokens ) {
2165
+	var i = 0,
2166
+		len = tokens.length,
2167
+		selector = "";
2168
+	for ( ; i < len; i++ ) {
2169
+		selector += tokens[i].value;
2170
+	}
2171
+	return selector;
2172
+}
2173
+
2174
+function addCombinator( matcher, combinator, base ) {
2175
+	var dir = combinator.dir,
2176
+		checkNonElements = base && dir === "parentNode",
2177
+		doneName = done++;
2178
+
2179
+	return combinator.first ?
2180
+		// Check against closest ancestor/preceding element
2181
+		function( elem, context, xml ) {
2182
+			while ( (elem = elem[ dir ]) ) {
2183
+				if ( elem.nodeType === 1 || checkNonElements ) {
2184
+					return matcher( elem, context, xml );
2185
+				}
2186
+			}
2187
+		} :
2188
+
2189
+		// Check against all ancestor/preceding elements
2190
+		function( elem, context, xml ) {
2191
+			var oldCache, uniqueCache, outerCache,
2192
+				newCache = [ dirruns, doneName ];
2193
+
2194
+			// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching
2195
+			if ( xml ) {
2196
+				while ( (elem = elem[ dir ]) ) {
2197
+					if ( elem.nodeType === 1 || checkNonElements ) {
2198
+						if ( matcher( elem, context, xml ) ) {
2199
+							return true;
2200
+						}
2201
+					}
2202
+				}
2203
+			} else {
2204
+				while ( (elem = elem[ dir ]) ) {
2205
+					if ( elem.nodeType === 1 || checkNonElements ) {
2206
+						outerCache = elem[ expando ] || (elem[ expando ] = {});
2207
+
2208
+						// Support: IE <9 only
2209
+						// Defend against cloned attroperties (jQuery gh-1709)
2210
+						uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});
2211
+
2212
+						if ( (oldCache = uniqueCache[ dir ]) &&
2213
+							oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {
2214
+
2215
+							// Assign to newCache so results back-propagate to previous elements
2216
+							return (newCache[ 2 ] = oldCache[ 2 ]);
2217
+						} else {
2218
+							// Reuse newcache so results back-propagate to previous elements
2219
+							uniqueCache[ dir ] = newCache;
2220
+
2221
+							// A match means we're done; a fail means we have to keep checking
2222
+							if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {
2223
+								return true;
2224
+							}
2225
+						}
2226
+					}
2227
+				}
2228
+			}
2229
+		};
2230
+}
2231
+
2232
+function elementMatcher( matchers ) {
2233
+	return matchers.length > 1 ?
2234
+		function( elem, context, xml ) {
2235
+			var i = matchers.length;
2236
+			while ( i-- ) {
2237
+				if ( !matchers[i]( elem, context, xml ) ) {
2238
+					return false;
2239
+				}
2240
+			}
2241
+			return true;
2242
+		} :
2243
+		matchers[0];
2244
+}
2245
+
2246
+function multipleContexts( selector, contexts, results ) {
2247
+	var i = 0,
2248
+		len = contexts.length;
2249
+	for ( ; i < len; i++ ) {
2250
+		Sizzle( selector, contexts[i], results );
2251
+	}
2252
+	return results;
2253
+}
2254
+
2255
+function condense( unmatched, map, filter, context, xml ) {
2256
+	var elem,
2257
+		newUnmatched = [],
2258
+		i = 0,
2259
+		len = unmatched.length,
2260
+		mapped = map != null;
2261
+
2262
+	for ( ; i < len; i++ ) {
2263
+		if ( (elem = unmatched[i]) ) {
2264
+			if ( !filter || filter( elem, context, xml ) ) {
2265
+				newUnmatched.push( elem );
2266
+				if ( mapped ) {
2267
+					map.push( i );
2268
+				}
2269
+			}
2270
+		}
2271
+	}
2272
+
2273
+	return newUnmatched;
2274
+}
2275
+
2276
+function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
2277
+	if ( postFilter && !postFilter[ expando ] ) {
2278
+		postFilter = setMatcher( postFilter );
2279
+	}
2280
+	if ( postFinder && !postFinder[ expando ] ) {
2281
+		postFinder = setMatcher( postFinder, postSelector );
2282
+	}
2283
+	return markFunction(function( seed, results, context, xml ) {
2284
+		var temp, i, elem,
2285
+			preMap = [],
2286
+			postMap = [],
2287
+			preexisting = results.length,
2288
+
2289
+			// Get initial elements from seed or context
2290
+			elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ),
2291
+
2292
+			// Prefilter to get matcher input, preserving a map for seed-results synchronization
2293
+			matcherIn = preFilter && ( seed || !selector ) ?
2294
+				condense( elems, preMap, preFilter, context, xml ) :
2295
+				elems,
2296
+
2297
+			matcherOut = matcher ?
2298
+				// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,
2299
+				postFinder || ( seed ? preFilter : preexisting || postFilter ) ?
2300
+
2301
+					// ...intermediate processing is necessary
2302
+					[] :
2303
+
2304
+					// ...otherwise use results directly
2305
+					results :
2306
+				matcherIn;
2307
+
2308
+		// Find primary matches
2309
+		if ( matcher ) {
2310
+			matcher( matcherIn, matcherOut, context, xml );
2311
+		}
2312
+
2313
+		// Apply postFilter
2314
+		if ( postFilter ) {
2315
+			temp = condense( matcherOut, postMap );
2316
+			postFilter( temp, [], context, xml );
2317
+
2318
+			// Un-match failing elements by moving them back to matcherIn
2319
+			i = temp.length;
2320
+			while ( i-- ) {
2321
+				if ( (elem = temp[i]) ) {
2322
+					matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);
2323
+				}
2324
+			}
2325
+		}
2326
+
2327
+		if ( seed ) {
2328
+			if ( postFinder || preFilter ) {
2329
+				if ( postFinder ) {
2330
+					// Get the final matcherOut by condensing this intermediate into postFinder contexts
2331
+					temp = [];
2332
+					i = matcherOut.length;
2333
+					while ( i-- ) {
2334
+						if ( (elem = matcherOut[i]) ) {
2335
+							// Restore matcherIn since elem is not yet a final match
2336
+							temp.push( (matcherIn[i] = elem) );
2337
+						}
2338
+					}
2339
+					postFinder( null, (matcherOut = []), temp, xml );
2340
+				}
2341
+
2342
+				// Move matched elements from seed to results to keep them synchronized
2343
+				i = matcherOut.length;
2344
+				while ( i-- ) {
2345
+					if ( (elem = matcherOut[i]) &&
2346
+						(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {
2347
+
2348
+						seed[temp] = !(results[temp] = elem);
2349
+					}
2350
+				}
2351
+			}
2352
+
2353
+		// Add elements to results, through postFinder if defined
2354
+		} else {
2355
+			matcherOut = condense(
2356
+				matcherOut === results ?
2357
+					matcherOut.splice( preexisting, matcherOut.length ) :
2358
+					matcherOut
2359
+			);
2360
+			if ( postFinder ) {
2361
+				postFinder( null, results, matcherOut, xml );
2362
+			} else {
2363
+				push.apply( results, matcherOut );
2364
+			}
2365
+		}
2366
+	});
2367
+}
2368
+
2369
+function matcherFromTokens( tokens ) {
2370
+	var checkContext, matcher, j,
2371
+		len = tokens.length,
2372
+		leadingRelative = Expr.relative[ tokens[0].type ],
2373
+		implicitRelative = leadingRelative || Expr.relative[" "],
2374
+		i = leadingRelative ? 1 : 0,
2375
+
2376
+		// The foundational matcher ensures that elements are reachable from top-level context(s)
2377
+		matchContext = addCombinator( function( elem ) {
2378
+			return elem === checkContext;
2379
+		}, implicitRelative, true ),
2380
+		matchAnyContext = addCombinator( function( elem ) {
2381
+			return indexOf( checkContext, elem ) > -1;
2382
+		}, implicitRelative, true ),
2383
+		matchers = [ function( elem, context, xml ) {
2384
+			var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (
2385
+				(checkContext = context).nodeType ?
2386
+					matchContext( elem, context, xml ) :
2387
+					matchAnyContext( elem, context, xml ) );
2388
+			// Avoid hanging onto element (issue #299)
2389
+			checkContext = null;
2390
+			return ret;
2391
+		} ];
2392
+
2393
+	for ( ; i < len; i++ ) {
2394
+		if ( (matcher = Expr.relative[ tokens[i].type ]) ) {
2395
+			matchers = [ addCombinator(elementMatcher( matchers ), matcher) ];
2396
+		} else {
2397
+			matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );
2398
+
2399
+			// Return special upon seeing a positional matcher
2400
+			if ( matcher[ expando ] ) {
2401
+				// Find the next relative operator (if any) for proper handling
2402
+				j = ++i;
2403
+				for ( ; j < len; j++ ) {
2404
+					if ( Expr.relative[ tokens[j].type ] ) {
2405
+						break;
2406
+					}
2407
+				}
2408
+				return setMatcher(
2409
+					i > 1 && elementMatcher( matchers ),
2410
+					i > 1 && toSelector(
2411
+						// If the preceding token was a descendant combinator, insert an implicit any-element `*`
2412
+						tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" })
2413
+					).replace( rtrim, "$1" ),
2414
+					matcher,
2415
+					i < j && matcherFromTokens( tokens.slice( i, j ) ),
2416
+					j < len && matcherFromTokens( (tokens = tokens.slice( j )) ),
2417
+					j < len && toSelector( tokens )
2418
+				);
2419
+			}
2420
+			matchers.push( matcher );
2421
+		}
2422
+	}
2423
+
2424
+	return elementMatcher( matchers );
2425
+}
2426
+
2427
+function matcherFromGroupMatchers( elementMatchers, setMatchers ) {
2428
+	var bySet = setMatchers.length > 0,
2429
+		byElement = elementMatchers.length > 0,
2430
+		superMatcher = function( seed, context, xml, results, outermost ) {
2431
+			var elem, j, matcher,
2432
+				matchedCount = 0,
2433
+				i = "0",
2434
+				unmatched = seed && [],
2435
+				setMatched = [],
2436
+				contextBackup = outermostContext,
2437
+				// We must always have either seed elements or outermost context
2438
+				elems = seed || byElement && Expr.find["TAG"]( "*", outermost ),
2439
+				// Use integer dirruns iff this is the outermost matcher
2440
+				dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),
2441
+				len = elems.length;
2442
+
2443
+			if ( outermost ) {
2444
+				outermostContext = context === document || context || outermost;
2445
+			}
2446
+
2447
+			// Add elements passing elementMatchers directly to results
2448
+			// Support: IE<9, Safari
2449
+			// Tolerate NodeList properties (IE: "length"; Safari: <number>) matching elements by id
2450
+			for ( ; i !== len && (elem = elems[i]) != null; i++ ) {
2451
+				if ( byElement && elem ) {
2452
+					j = 0;
2453
+					if ( !context && elem.ownerDocument !== document ) {
2454
+						setDocument( elem );
2455
+						xml = !documentIsHTML;
2456
+					}
2457
+					while ( (matcher = elementMatchers[j++]) ) {
2458
+						if ( matcher( elem, context || document, xml) ) {
2459
+							results.push( elem );
2460
+							break;
2461
+						}
2462
+					}
2463
+					if ( outermost ) {
2464
+						dirruns = dirrunsUnique;
2465
+					}
2466
+				}
2467
+
2468
+				// Track unmatched elements for set filters
2469
+				if ( bySet ) {
2470
+					// They will have gone through all possible matchers
2471
+					if ( (elem = !matcher && elem) ) {
2472
+						matchedCount--;
2473
+					}
2474
+
2475
+					// Lengthen the array for every element, matched or not
2476
+					if ( seed ) {
2477
+						unmatched.push( elem );
2478
+					}
2479
+				}
2480
+			}
2481
+
2482
+			// `i` is now the count of elements visited above, and adding it to `matchedCount`
2483
+			// makes the latter nonnegative.
2484
+			matchedCount += i;
2485
+
2486
+			// Apply set filters to unmatched elements
2487
+			// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`
2488
+			// equals `i`), unless we didn't visit _any_ elements in the above loop because we have
2489
+			// no element matchers and no seed.
2490
+			// Incrementing an initially-string "0" `i` allows `i` to remain a string only in that
2491
+			// case, which will result in a "00" `matchedCount` that differs from `i` but is also
2492
+			// numerically zero.
2493
+			if ( bySet && i !== matchedCount ) {
2494
+				j = 0;
2495
+				while ( (matcher = setMatchers[j++]) ) {
2496
+					matcher( unmatched, setMatched, context, xml );
2497
+				}
2498
+
2499
+				if ( seed ) {
2500
+					// Reintegrate element matches to eliminate the need for sorting
2501
+					if ( matchedCount > 0 ) {
2502
+						while ( i-- ) {
2503
+							if ( !(unmatched[i] || setMatched[i]) ) {
2504
+								setMatched[i] = pop.call( results );
2505
+							}
2506
+						}
2507
+					}
2508
+
2509
+					// Discard index placeholder values to get only actual matches
2510
+					setMatched = condense( setMatched );
2511
+				}
2512
+
2513
+				// Add matches to results
2514
+				push.apply( results, setMatched );
2515
+
2516
+				// Seedless set matches succeeding multiple successful matchers stipulate sorting
2517
+				if ( outermost && !seed && setMatched.length > 0 &&
2518
+					( matchedCount + setMatchers.length ) > 1 ) {
2519
+
2520
+					Sizzle.uniqueSort( results );
2521
+				}
2522
+			}
2523
+
2524
+			// Override manipulation of globals by nested matchers
2525
+			if ( outermost ) {
2526
+				dirruns = dirrunsUnique;
2527
+				outermostContext = contextBackup;
2528
+			}
2529
+
2530
+			return unmatched;
2531
+		};
2532
+
2533
+	return bySet ?
2534
+		markFunction( superMatcher ) :
2535
+		superMatcher;
2536
+}
2537
+
2538
+compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {
2539
+	var i,
2540
+		setMatchers = [],
2541
+		elementMatchers = [],
2542
+		cached = compilerCache[ selector + " " ];
2543
+
2544
+	if ( !cached ) {
2545
+		// Generate a function of recursive functions that can be used to check each element
2546
+		if ( !match ) {
2547
+			match = tokenize( selector );
2548
+		}
2549
+		i = match.length;
2550
+		while ( i-- ) {
2551
+			cached = matcherFromTokens( match[i] );
2552
+			if ( cached[ expando ] ) {
2553
+				setMatchers.push( cached );
2554
+			} else {
2555
+				elementMatchers.push( cached );
2556
+			}
2557
+		}
2558
+
2559
+		// Cache the compiled function
2560
+		cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );
2561
+
2562
+		// Save selector and tokenization
2563
+		cached.selector = selector;
2564
+	}
2565
+	return cached;
2566
+};
2567
+
2568
+/**
2569
+ * A low-level selection function that works with Sizzle's compiled
2570
+ *  selector functions
2571
+ * @param {String|Function} selector A selector or a pre-compiled
2572
+ *  selector function built with Sizzle.compile
2573
+ * @param {Element} context
2574
+ * @param {Array} [results]
2575
+ * @param {Array} [seed] A set of elements to match against
2576
+ */
2577
+select = Sizzle.select = function( selector, context, results, seed ) {
2578
+	var i, tokens, token, type, find,
2579
+		compiled = typeof selector === "function" && selector,
2580
+		match = !seed && tokenize( (selector = compiled.selector || selector) );
2581
+
2582
+	results = results || [];
2583
+
2584
+	// Try to minimize operations if there is only one selector in the list and no seed
2585
+	// (the latter of which guarantees us context)
2586
+	if ( match.length === 1 ) {
2587
+
2588
+		// Reduce context if the leading compound selector is an ID
2589
+		tokens = match[0] = match[0].slice( 0 );
2590
+		if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
2591
+				support.getById && context.nodeType === 9 && documentIsHTML &&
2592
+				Expr.relative[ tokens[1].type ] ) {
2593
+
2594
+			context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
2595
+			if ( !context ) {
2596
+				return results;
2597
+
2598
+			// Precompiled matchers will still verify ancestry, so step up a level
2599
+			} else if ( compiled ) {
2600
+				context = context.parentNode;
2601
+			}
2602
+
2603
+			selector = selector.slice( tokens.shift().value.length );
2604
+		}
2605
+
2606
+		// Fetch a seed set for right-to-left matching
2607
+		i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length;
2608
+		while ( i-- ) {
2609
+			token = tokens[i];
2610
+
2611
+			// Abort if we hit a combinator
2612
+			if ( Expr.relative[ (type = token.type) ] ) {
2613
+				break;
2614
+			}
2615
+			if ( (find = Expr.find[ type ]) ) {
2616
+				// Search, expanding context for leading sibling combinators
2617
+				if ( (seed = find(
2618
+					token.matches[0].replace( runescape, funescape ),
2619
+					rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context
2620
+				)) ) {
2621
+
2622
+					// If seed is empty or no tokens remain, we can return early
2623
+					tokens.splice( i, 1 );
2624
+					selector = seed.length && toSelector( tokens );
2625
+					if ( !selector ) {
2626
+						push.apply( results, seed );
2627
+						return results;
2628
+					}
2629
+
2630
+					break;
2631
+				}
2632
+			}
2633
+		}
2634
+	}
2635
+
2636
+	// Compile and execute a filtering function if one is not provided
2637
+	// Provide `match` to avoid retokenization if we modified the selector above
2638
+	( compiled || compile( selector, match ) )(
2639
+		seed,
2640
+		context,
2641
+		!documentIsHTML,
2642
+		results,
2643
+		!context || rsibling.test( selector ) && testContext( context.parentNode ) || context
2644
+	);
2645
+	return results;
2646
+};
2647
+
2648
+// One-time assignments
2649
+
2650
+// Sort stability
2651
+support.sortStable = expando.split("").sort( sortOrder ).join("") === expando;
2652
+
2653
+// Support: Chrome 14-35+
2654
+// Always assume duplicates if they aren't passed to the comparison function
2655
+support.detectDuplicates = !!hasDuplicate;
2656
+
2657
+// Initialize against the default document
2658
+setDocument();
2659
+
2660
+// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)
2661
+// Detached nodes confoundingly follow *each other*
2662
+support.sortDetached = assert(function( div1 ) {
2663
+	// Should return 1, but returns 4 (following)
2664
+	return div1.compareDocumentPosition( document.createElement("div") ) & 1;
2665
+});
2666
+
2667
+// Support: IE<8
2668
+// Prevent attribute/property "interpolation"
2669
+// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx
2670
+if ( !assert(function( div ) {
2671
+	div.innerHTML = "<a href='#'></a>";
2672
+	return div.firstChild.getAttribute("href") === "#" ;
2673
+}) ) {
2674
+	addHandle( "type|href|height|width", function( elem, name, isXML ) {
2675
+		if ( !isXML ) {
2676
+			return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 );
2677
+		}
2678
+	});
2679
+}
2680
+
2681
+// Support: IE<9
2682
+// Use defaultValue in place of getAttribute("value")
2683
+if ( !support.attributes || !assert(function( div ) {
2684
+	div.innerHTML = "<input/>";
2685
+	div.firstChild.setAttribute( "value", "" );
2686
+	return div.firstChild.getAttribute( "value" ) === "";
2687
+}) ) {
2688
+	addHandle( "value", function( elem, name, isXML ) {
2689
+		if ( !isXML && elem.nodeName.toLowerCase() === "input" ) {
2690
+			return elem.defaultValue;
2691
+		}
2692
+	});
2693
+}
2694
+
2695
+// Support: IE<9
2696
+// Use getAttributeNode to fetch booleans when getAttribute lies
2697
+if ( !assert(function( div ) {
2698
+	return div.getAttribute("disabled") == null;
2699
+}) ) {
2700
+	addHandle( booleans, function( elem, name, isXML ) {
2701
+		var val;
2702
+		if ( !isXML ) {
2703
+			return elem[ name ] === true ? name.toLowerCase() :
2704
+					(val = elem.getAttributeNode( name )) && val.specified ?
2705
+					val.value :
2706
+				null;
2707
+		}
2708
+	});
2709
+}
2710
+
2711
+return Sizzle;
2712
+
2713
+})( window );
2714
+
2715
+
2716
+
2717
+jQuery.find = Sizzle;
2718
+jQuery.expr = Sizzle.selectors;
2719
+jQuery.expr[ ":" ] = jQuery.expr.pseudos;
2720
+jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;
2721
+jQuery.text = Sizzle.getText;
2722
+jQuery.isXMLDoc = Sizzle.isXML;
2723
+jQuery.contains = Sizzle.contains;
2724
+
2725
+
2726
+
2727
+var dir = function( elem, dir, until ) {
2728
+	var matched = [],
2729
+		truncate = until !== undefined;
2730
+
2731
+	while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {
2732
+		if ( elem.nodeType === 1 ) {
2733
+			if ( truncate && jQuery( elem ).is( until ) ) {
2734
+				break;
2735
+			}
2736
+			matched.push( elem );
2737
+		}
2738
+	}
2739
+	return matched;
2740
+};
2741
+
2742
+
2743
+var siblings = function( n, elem ) {
2744
+	var matched = [];
2745
+
2746
+	for ( ; n; n = n.nextSibling ) {
2747
+		if ( n.nodeType === 1 && n !== elem ) {
2748
+			matched.push( n );
2749
+		}
2750
+	}
2751
+
2752
+	return matched;
2753
+};
2754
+
2755
+
2756
+var rneedsContext = jQuery.expr.match.needsContext;
2757
+
2758
+var rsingleTag = ( /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/ );
2759
+
2760
+
2761
+
2762
+var risSimple = /^.[^:#\[\.,]*$/;
2763
+
2764
+// Implement the identical functionality for filter and not
2765
+function winnow( elements, qualifier, not ) {
2766
+	if ( jQuery.isFunction( qualifier ) ) {
2767
+		return jQuery.grep( elements, function( elem, i ) {
2768
+			/* jshint -W018 */
2769
+			return !!qualifier.call( elem, i, elem ) !== not;
2770
+		} );
2771
+
2772
+	}
2773
+
2774
+	if ( qualifier.nodeType ) {
2775
+		return jQuery.grep( elements, function( elem ) {
2776
+			return ( elem === qualifier ) !== not;
2777
+		} );
2778
+
2779
+	}
2780
+
2781
+	if ( typeof qualifier === "string" ) {
2782
+		if ( risSimple.test( qualifier ) ) {
2783
+			return jQuery.filter( qualifier, elements, not );
2784
+		}
2785
+
2786
+		qualifier = jQuery.filter( qualifier, elements );
2787
+	}
2788
+
2789
+	return jQuery.grep( elements, function( elem ) {
2790
+		return ( jQuery.inArray( elem, qualifier ) > -1 ) !== not;
2791
+	} );
2792
+}
2793
+
2794
+jQuery.filter = function( expr, elems, not ) {
2795
+	var elem = elems[ 0 ];
2796
+
2797
+	if ( not ) {
2798
+		expr = ":not(" + expr + ")";
2799
+	}
2800
+
2801
+	return elems.length === 1 && elem.nodeType === 1 ?
2802
+		jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] :
2803
+		jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {
2804
+			return elem.nodeType === 1;
2805
+		} ) );
2806
+};
2807
+
2808
+jQuery.fn.extend( {
2809
+	find: function( selector ) {
2810
+		var i,
2811
+			ret = [],
2812
+			self = this,
2813
+			len = self.length;
2814
+
2815
+		if ( typeof selector !== "string" ) {
2816
+			return this.pushStack( jQuery( selector ).filter( function() {
2817
+				for ( i = 0; i < len; i++ ) {
2818
+					if ( jQuery.contains( self[ i ], this ) ) {
2819
+						return true;
2820
+					}
2821
+				}
2822
+			} ) );
2823
+		}
2824
+
2825
+		for ( i = 0; i < len; i++ ) {
2826
+			jQuery.find( selector, self[ i ], ret );
2827
+		}
2828
+
2829
+		// Needed because $( selector, context ) becomes $( context ).find( selector )
2830
+		ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret );
2831
+		ret.selector = this.selector ? this.selector + " " + selector : selector;
2832
+		return ret;
2833
+	},
2834
+	filter: function( selector ) {
2835
+		return this.pushStack( winnow( this, selector || [], false ) );
2836
+	},
2837
+	not: function( selector ) {
2838
+		return this.pushStack( winnow( this, selector || [], true ) );
2839
+	},
2840
+	is: function( selector ) {
2841
+		return !!winnow(
2842
+			this,
2843
+
2844
+			// If this is a positional/relative selector, check membership in the returned set
2845
+			// so $("p:first").is("p:last") won't return true for a doc with two "p".
2846
+			typeof selector === "string" && rneedsContext.test( selector ) ?
2847
+				jQuery( selector ) :
2848
+				selector || [],
2849
+			false
2850
+		).length;
2851
+	}
2852
+} );
2853
+
2854
+
2855
+// Initialize a jQuery object
2856
+
2857
+
2858
+// A central reference to the root jQuery(document)
2859
+var rootjQuery,
2860
+
2861
+	// A simple way to check for HTML strings
2862
+	// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)
2863
+	// Strict HTML recognition (#11290: must start with <)
2864
+	rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,
2865
+
2866
+	init = jQuery.fn.init = function( selector, context, root ) {
2867
+		var match, elem;
2868
+
2869
+		// HANDLE: $(""), $(null), $(undefined), $(false)
2870
+		if ( !selector ) {
2871
+			return this;
2872
+		}
2873
+
2874
+		// init accepts an alternate rootjQuery
2875
+		// so migrate can support jQuery.sub (gh-2101)
2876
+		root = root || rootjQuery;
2877
+
2878
+		// Handle HTML strings
2879
+		if ( typeof selector === "string" ) {
2880
+			if ( selector.charAt( 0 ) === "<" &&
2881
+				selector.charAt( selector.length - 1 ) === ">" &&
2882
+				selector.length >= 3 ) {
2883
+
2884
+				// Assume that strings that start and end with <> are HTML and skip the regex check
2885
+				match = [ null, selector, null ];
2886
+
2887
+			} else {
2888
+				match = rquickExpr.exec( selector );
2889
+			}
2890
+
2891
+			// Match html or make sure no context is specified for #id
2892
+			if ( match && ( match[ 1 ] || !context ) ) {
2893
+
2894
+				// HANDLE: $(html) -> $(array)
2895
+				if ( match[ 1 ] ) {
2896
+					context = context instanceof jQuery ? context[ 0 ] : context;
2897
+
2898
+					// scripts is true for back-compat
2899
+					// Intentionally let the error be thrown if parseHTML is not present
2900
+					jQuery.merge( this, jQuery.parseHTML(
2901
+						match[ 1 ],
2902
+						context && context.nodeType ? context.ownerDocument || context : document,
2903
+						true
2904
+					) );
2905
+
2906
+					// HANDLE: $(html, props)
2907
+					if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {
2908
+						for ( match in context ) {
2909
+
2910
+							// Properties of context are called as methods if possible
2911
+							if ( jQuery.isFunction( this[ match ] ) ) {
2912
+								this[ match ]( context[ match ] );
2913
+
2914
+							// ...and otherwise set as attributes
2915
+							} else {
2916
+								this.attr( match, context[ match ] );
2917
+							}
2918
+						}
2919
+					}
2920
+
2921
+					return this;
2922
+
2923
+				// HANDLE: $(#id)
2924
+				} else {
2925
+					elem = document.getElementById( match[ 2 ] );
2926
+
2927
+					// Check parentNode to catch when Blackberry 4.6 returns
2928
+					// nodes that are no longer in the document #6963
2929
+					if ( elem && elem.parentNode ) {
2930
+
2931
+						// Handle the case where IE and Opera return items
2932
+						// by name instead of ID
2933
+						if ( elem.id !== match[ 2 ] ) {
2934
+							return rootjQuery.find( selector );
2935
+						}
2936
+
2937
+						// Otherwise, we inject the element directly into the jQuery object
2938
+						this.length = 1;
2939
+						this[ 0 ] = elem;
2940
+					}
2941
+
2942
+					this.context = document;
2943
+					this.selector = selector;
2944
+					return this;
2945
+				}
2946
+
2947
+			// HANDLE: $(expr, $(...))
2948
+			} else if ( !context || context.jquery ) {
2949
+				return ( context || root ).find( selector );
2950
+
2951
+			// HANDLE: $(expr, context)
2952
+			// (which is just equivalent to: $(context).find(expr)
2953
+			} else {
2954
+				return this.constructor( context ).find( selector );
2955
+			}
2956
+
2957
+		// HANDLE: $(DOMElement)
2958
+		} else if ( selector.nodeType ) {
2959
+			this.context = this[ 0 ] = selector;
2960
+			this.length = 1;
2961
+			return this;
2962
+
2963
+		// HANDLE: $(function)
2964
+		// Shortcut for document ready
2965
+		} else if ( jQuery.isFunction( selector ) ) {
2966
+			return typeof root.ready !== "undefined" ?
2967
+				root.ready( selector ) :
2968
+
2969
+				// Execute immediately if ready is not present
2970
+				selector( jQuery );
2971
+		}
2972
+
2973
+		if ( selector.selector !== undefined ) {
2974
+			this.selector = selector.selector;
2975
+			this.context = selector.context;
2976
+		}
2977
+
2978
+		return jQuery.makeArray( selector, this );
2979
+	};
2980
+
2981
+// Give the init function the jQuery prototype for later instantiation
2982
+init.prototype = jQuery.fn;
2983
+
2984
+// Initialize central reference
2985
+rootjQuery = jQuery( document );
2986
+
2987
+
2988
+var rparentsprev = /^(?:parents|prev(?:Until|All))/,
2989
+
2990
+	// methods guaranteed to produce a unique set when starting from a unique set
2991
+	guaranteedUnique = {
2992
+		children: true,
2993
+		contents: true,
2994
+		next: true,
2995
+		prev: true
2996
+	};
2997
+
2998
+jQuery.fn.extend( {
2999
+	has: function( target ) {
3000
+		var i,
3001
+			targets = jQuery( target, this ),
3002
+			len = targets.length;
3003
+
3004
+		return this.filter( function() {
3005
+			for ( i = 0; i < len; i++ ) {
3006
+				if ( jQuery.contains( this, targets[ i ] ) ) {
3007
+					return true;
3008
+				}
3009
+			}
3010
+		} );
3011
+	},
3012
+
3013
+	closest: function( selectors, context ) {
3014
+		var cur,
3015
+			i = 0,
3016
+			l = this.length,
3017
+			matched = [],
3018
+			pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ?
3019
+				jQuery( selectors, context || this.context ) :
3020
+				0;
3021
+
3022
+		for ( ; i < l; i++ ) {
3023
+			for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {
3024
+
3025
+				// Always skip document fragments
3026
+				if ( cur.nodeType < 11 && ( pos ?
3027
+					pos.index( cur ) > -1 :
3028
+
3029
+					// Don't pass non-elements to Sizzle
3030
+					cur.nodeType === 1 &&
3031
+						jQuery.find.matchesSelector( cur, selectors ) ) ) {
3032
+
3033
+					matched.push( cur );
3034
+					break;
3035
+				}
3036
+			}
3037
+		}
3038
+
3039
+		return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );
3040
+	},
3041
+
3042
+	// Determine the position of an element within
3043
+	// the matched set of elements
3044
+	index: function( elem ) {
3045
+
3046
+		// No argument, return index in parent
3047
+		if ( !elem ) {
3048
+			return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;
3049
+		}
3050
+
3051
+		// index in selector
3052
+		if ( typeof elem === "string" ) {
3053
+			return jQuery.inArray( this[ 0 ], jQuery( elem ) );
3054
+		}
3055
+
3056
+		// Locate the position of the desired element
3057
+		return jQuery.inArray(
3058
+
3059
+			// If it receives a jQuery object, the first element is used
3060
+			elem.jquery ? elem[ 0 ] : elem, this );
3061
+	},
3062
+
3063
+	add: function( selector, context ) {
3064
+		return this.pushStack(
3065
+			jQuery.uniqueSort(
3066
+				jQuery.merge( this.get(), jQuery( selector, context ) )
3067
+			)
3068
+		);
3069
+	},
3070
+
3071
+	addBack: function( selector ) {
3072
+		return this.add( selector == null ?
3073
+			this.prevObject : this.prevObject.filter( selector )
3074
+		);
3075
+	}
3076
+} );
3077
+
3078
+function sibling( cur, dir ) {
3079
+	do {
3080
+		cur = cur[ dir ];
3081
+	} while ( cur && cur.nodeType !== 1 );
3082
+
3083
+	return cur;
3084
+}
3085
+
3086
+jQuery.each( {
3087
+	parent: function( elem ) {
3088
+		var parent = elem.parentNode;
3089
+		return parent && parent.nodeType !== 11 ? parent : null;
3090
+	},
3091
+	parents: function( elem ) {
3092
+		return dir( elem, "parentNode" );
3093
+	},
3094
+	parentsUntil: function( elem, i, until ) {
3095
+		return dir( elem, "parentNode", until );
3096
+	},
3097
+	next: function( elem ) {
3098
+		return sibling( elem, "nextSibling" );
3099
+	},
3100
+	prev: function( elem ) {
3101
+		return sibling( elem, "previousSibling" );
3102
+	},
3103
+	nextAll: function( elem ) {
3104
+		return dir( elem, "nextSibling" );
3105
+	},
3106
+	prevAll: function( elem ) {
3107
+		return dir( elem, "previousSibling" );
3108
+	},
3109
+	nextUntil: function( elem, i, until ) {
3110
+		return dir( elem, "nextSibling", until );
3111
+	},
3112
+	prevUntil: function( elem, i, until ) {
3113
+		return dir( elem, "previousSibling", until );
3114
+	},
3115
+	siblings: function( elem ) {
3116
+		return siblings( ( elem.parentNode || {} ).firstChild, elem );
3117
+	},
3118
+	children: function( elem ) {
3119
+		return siblings( elem.firstChild );
3120
+	},
3121
+	contents: function( elem ) {
3122
+		return jQuery.nodeName( elem, "iframe" ) ?
3123
+			elem.contentDocument || elem.contentWindow.document :
3124
+			jQuery.merge( [], elem.childNodes );
3125
+	}
3126
+}, function( name, fn ) {
3127
+	jQuery.fn[ name ] = function( until, selector ) {
3128
+		var ret = jQuery.map( this, fn, until );
3129
+
3130
+		if ( name.slice( -5 ) !== "Until" ) {
3131
+			selector = until;
3132
+		}
3133
+
3134
+		if ( selector && typeof selector === "string" ) {
3135
+			ret = jQuery.filter( selector, ret );
3136
+		}
3137
+
3138
+		if ( this.length > 1 ) {
3139
+
3140
+			// Remove duplicates
3141
+			if ( !guaranteedUnique[ name ] ) {
3142
+				ret = jQuery.uniqueSort( ret );
3143
+			}
3144
+
3145
+			// Reverse order for parents* and prev-derivatives
3146
+			if ( rparentsprev.test( name ) ) {
3147
+				ret = ret.reverse();
3148
+			}
3149
+		}
3150
+
3151
+		return this.pushStack( ret );
3152
+	};
3153
+} );
3154
+var rnotwhite = ( /\S+/g );
3155
+
3156
+
3157
+
3158
+// Convert String-formatted options into Object-formatted ones
3159
+function createOptions( options ) {
3160
+	var object = {};
3161
+	jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {
3162
+		object[ flag ] = true;
3163
+	} );
3164
+	return object;
3165
+}
3166
+
3167
+/*
3168
+ * Create a callback list using the following parameters:
3169
+ *
3170
+ *	options: an optional list of space-separated options that will change how
3171
+ *			the callback list behaves or a more traditional option object
3172
+ *
3173
+ * By default a callback list will act like an event callback list and can be
3174
+ * "fired" multiple times.
3175
+ *
3176
+ * Possible options:
3177
+ *
3178
+ *	once:			will ensure the callback list can only be fired once (like a Deferred)
3179
+ *
3180
+ *	memory:			will keep track of previous values and will call any callback added
3181
+ *					after the list has been fired right away with the latest "memorized"
3182
+ *					values (like a Deferred)
3183
+ *
3184
+ *	unique:			will ensure a callback can only be added once (no duplicate in the list)
3185
+ *
3186
+ *	stopOnFalse:	interrupt callings when a callback returns false
3187
+ *
3188
+ */
3189
+jQuery.Callbacks = function( options ) {
3190
+
3191
+	// Convert options from String-formatted to Object-formatted if needed
3192
+	// (we check in cache first)
3193
+	options = typeof options === "string" ?
3194
+		createOptions( options ) :
3195
+		jQuery.extend( {}, options );
3196
+
3197
+	var // Flag to know if list is currently firing
3198
+		firing,
3199
+
3200
+		// Last fire value for non-forgettable lists
3201
+		memory,
3202
+
3203
+		// Flag to know if list was already fired
3204
+		fired,
3205
+
3206
+		// Flag to prevent firing
3207
+		locked,
3208
+
3209
+		// Actual callback list
3210
+		list = [],
3211
+
3212
+		// Queue of execution data for repeatable lists
3213
+		queue = [],
3214
+
3215
+		// Index of currently firing callback (modified by add/remove as needed)
3216
+		firingIndex = -1,
3217
+
3218
+		// Fire callbacks
3219
+		fire = function() {
3220
+
3221
+			// Enforce single-firing
3222
+			locked = options.once;
3223
+
3224
+			// Execute callbacks for all pending executions,
3225
+			// respecting firingIndex overrides and runtime changes
3226
+			fired = firing = true;
3227
+			for ( ; queue.length; firingIndex = -1 ) {
3228
+				memory = queue.shift();
3229
+				while ( ++firingIndex < list.length ) {
3230
+
3231
+					// Run callback and check for early termination
3232
+					if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&
3233
+						options.stopOnFalse ) {
3234
+
3235
+						// Jump to end and forget the data so .add doesn't re-fire
3236
+						firingIndex = list.length;
3237
+						memory = false;
3238
+					}
3239
+				}
3240
+			}
3241
+
3242
+			// Forget the data if we're done with it
3243
+			if ( !options.memory ) {
3244
+				memory = false;
3245
+			}
3246
+
3247
+			firing = false;
3248
+
3249
+			// Clean up if we're done firing for good
3250
+			if ( locked ) {
3251
+
3252
+				// Keep an empty list if we have data for future add calls
3253
+				if ( memory ) {
3254
+					list = [];
3255
+
3256
+				// Otherwise, this object is spent
3257
+				} else {
3258
+					list = "";
3259
+				}
3260
+			}
3261
+		},
3262
+
3263
+		// Actual Callbacks object
3264
+		self = {
3265
+
3266
+			// Add a callback or a collection of callbacks to the list
3267
+			add: function() {
3268
+				if ( list ) {
3269
+
3270
+					// If we have memory from a past run, we should fire after adding
3271
+					if ( memory && !firing ) {
3272
+						firingIndex = list.length - 1;
3273
+						queue.push( memory );
3274
+					}
3275
+
3276
+					( function add( args ) {
3277
+						jQuery.each( args, function( _, arg ) {
3278
+							if ( jQuery.isFunction( arg ) ) {
3279
+								if ( !options.unique || !self.has( arg ) ) {
3280
+									list.push( arg );
3281
+								}
3282
+							} else if ( arg && arg.length && jQuery.type( arg ) !== "string" ) {
3283
+
3284
+								// Inspect recursively
3285
+								add( arg );
3286
+							}
3287
+						} );
3288
+					} )( arguments );
3289
+
3290
+					if ( memory && !firing ) {
3291
+						fire();
3292
+					}
3293
+				}
3294
+				return this;
3295
+			},
3296
+
3297
+			// Remove a callback from the list
3298
+			remove: function() {
3299
+				jQuery.each( arguments, function( _, arg ) {
3300
+					var index;
3301
+					while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {
3302
+						list.splice( index, 1 );
3303
+
3304
+						// Handle firing indexes
3305
+						if ( index <= firingIndex ) {
3306
+							firingIndex--;
3307
+						}
3308
+					}
3309
+				} );
3310
+				return this;
3311
+			},
3312
+
3313
+			// Check if a given callback is in the list.
3314
+			// If no argument is given, return whether or not list has callbacks attached.
3315
+			has: function( fn ) {
3316
+				return fn ?
3317
+					jQuery.inArray( fn, list ) > -1 :
3318
+					list.length > 0;
3319
+			},
3320
+
3321
+			// Remove all callbacks from the list
3322
+			empty: function() {
3323
+				if ( list ) {
3324
+					list = [];
3325
+				}
3326
+				return this;
3327
+			},
3328
+
3329
+			// Disable .fire and .add
3330
+			// Abort any current/pending executions
3331
+			// Clear all callbacks and values
3332
+			disable: function() {
3333
+				locked = queue = [];
3334
+				list = memory = "";
3335
+				return this;
3336
+			},
3337
+			disabled: function() {
3338
+				return !list;
3339
+			},
3340
+
3341
+			// Disable .fire
3342
+			// Also disable .add unless we have memory (since it would have no effect)
3343
+			// Abort any pending executions
3344
+			lock: function() {
3345
+				locked = true;
3346
+				if ( !memory ) {
3347
+					self.disable();
3348
+				}
3349
+				return this;
3350
+			},
3351
+			locked: function() {
3352
+				return !!locked;
3353
+			},
3354
+
3355
+			// Call all callbacks with the given context and arguments
3356
+			fireWith: function( context, args ) {
3357
+				if ( !locked ) {
3358
+					args = args || [];
3359
+					args = [ context, args.slice ? args.slice() : args ];
3360
+					queue.push( args );
3361
+					if ( !firing ) {
3362
+						fire();
3363
+					}
3364
+				}
3365
+				return this;
3366
+			},
3367
+
3368
+			// Call all the callbacks with the given arguments
3369
+			fire: function() {
3370
+				self.fireWith( this, arguments );
3371
+				return this;
3372
+			},
3373
+
3374
+			// To know if the callbacks have already been called at least once
3375
+			fired: function() {
3376
+				return !!fired;
3377
+			}
3378
+		};
3379
+
3380
+	return self;
3381
+};
3382
+
3383
+
3384
+jQuery.extend( {
3385
+
3386
+	Deferred: function( func ) {
3387
+		var tuples = [
3388
+
3389
+				// action, add listener, listener list, final state
3390
+				[ "resolve", "done", jQuery.Callbacks( "once memory" ), "resolved" ],
3391
+				[ "reject", "fail", jQuery.Callbacks( "once memory" ), "rejected" ],
3392
+				[ "notify", "progress", jQuery.Callbacks( "memory" ) ]
3393
+			],
3394
+			state = "pending",
3395
+			promise = {
3396
+				state: function() {
3397
+					return state;
3398
+				},
3399
+				always: function() {
3400
+					deferred.done( arguments ).fail( arguments );
3401
+					return this;
3402
+				},
3403
+				then: function( /* fnDone, fnFail, fnProgress */ ) {
3404
+					var fns = arguments;
3405
+					return jQuery.Deferred( function( newDefer ) {
3406
+						jQuery.each( tuples, function( i, tuple ) {
3407
+							var fn = jQuery.isFunction( fns[ i ] ) && fns[ i ];
3408
+
3409
+							// deferred[ done | fail | progress ] for forwarding actions to newDefer
3410
+							deferred[ tuple[ 1 ] ]( function() {
3411
+								var returned = fn && fn.apply( this, arguments );
3412
+								if ( returned && jQuery.isFunction( returned.promise ) ) {
3413
+									returned.promise()
3414
+										.progress( newDefer.notify )
3415
+										.done( newDefer.resolve )
3416
+										.fail( newDefer.reject );
3417
+								} else {
3418
+									newDefer[ tuple[ 0 ] + "With" ](
3419
+										this === promise ? newDefer.promise() : this,
3420
+										fn ? [ returned ] : arguments
3421
+									);
3422
+								}
3423
+							} );
3424
+						} );
3425
+						fns = null;
3426
+					} ).promise();
3427
+				},
3428
+
3429
+				// Get a promise for this deferred
3430
+				// If obj is provided, the promise aspect is added to the object
3431
+				promise: function( obj ) {
3432
+					return obj != null ? jQuery.extend( obj, promise ) : promise;
3433
+				}
3434
+			},
3435
+			deferred = {};
3436
+
3437
+		// Keep pipe for back-compat
3438
+		promise.pipe = promise.then;
3439
+
3440
+		// Add list-specific methods
3441
+		jQuery.each( tuples, function( i, tuple ) {
3442
+			var list = tuple[ 2 ],
3443
+				stateString = tuple[ 3 ];
3444
+
3445
+			// promise[ done | fail | progress ] = list.add
3446
+			promise[ tuple[ 1 ] ] = list.add;
3447
+
3448
+			// Handle state
3449
+			if ( stateString ) {
3450
+				list.add( function() {
3451
+
3452
+					// state = [ resolved | rejected ]
3453
+					state = stateString;
3454
+
3455
+				// [ reject_list | resolve_list ].disable; progress_list.lock
3456
+				}, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock );
3457
+			}
3458
+
3459
+			// deferred[ resolve | reject | notify ]
3460
+			deferred[ tuple[ 0 ] ] = function() {
3461
+				deferred[ tuple[ 0 ] + "With" ]( this === deferred ? promise : this, arguments );
3462
+				return this;
3463
+			};
3464
+			deferred[ tuple[ 0 ] + "With" ] = list.fireWith;
3465
+		} );
3466
+
3467
+		// Make the deferred a promise
3468
+		promise.promise( deferred );
3469
+
3470
+		// Call given func if any
3471
+		if ( func ) {
3472
+			func.call( deferred, deferred );
3473
+		}
3474
+
3475
+		// All done!
3476
+		return deferred;
3477
+	},
3478
+
3479
+	// Deferred helper
3480
+	when: function( subordinate /* , ..., subordinateN */ ) {
3481
+		var i = 0,
3482
+			resolveValues = slice.call( arguments ),
3483
+			length = resolveValues.length,
3484
+
3485
+			// the count of uncompleted subordinates
3486
+			remaining = length !== 1 ||
3487
+				( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0,
3488
+
3489
+			// the master Deferred.
3490
+			// If resolveValues consist of only a single Deferred, just use that.
3491
+			deferred = remaining === 1 ? subordinate : jQuery.Deferred(),
3492
+
3493
+			// Update function for both resolve and progress values
3494
+			updateFunc = function( i, contexts, values ) {
3495
+				return function( value ) {
3496
+					contexts[ i ] = this;
3497
+					values[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;
3498
+					if ( values === progressValues ) {
3499
+						deferred.notifyWith( contexts, values );
3500
+
3501
+					} else if ( !( --remaining ) ) {
3502
+						deferred.resolveWith( contexts, values );
3503
+					}
3504
+				};
3505
+			},
3506
+
3507
+			progressValues, progressContexts, resolveContexts;
3508
+
3509
+		// add listeners to Deferred subordinates; treat others as resolved
3510
+		if ( length > 1 ) {
3511
+			progressValues = new Array( length );
3512
+			progressContexts = new Array( length );
3513
+			resolveContexts = new Array( length );
3514
+			for ( ; i < length; i++ ) {
3515
+				if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) {
3516
+					resolveValues[ i ].promise()
3517
+						.progress( updateFunc( i, progressContexts, progressValues ) )
3518
+						.done( updateFunc( i, resolveContexts, resolveValues ) )
3519
+						.fail( deferred.reject );
3520
+				} else {
3521
+					--remaining;
3522
+				}
3523
+			}
3524
+		}
3525
+
3526
+		// if we're not waiting on anything, resolve the master
3527
+		if ( !remaining ) {
3528
+			deferred.resolveWith( resolveContexts, resolveValues );
3529
+		}
3530
+
3531
+		return deferred.promise();
3532
+	}
3533
+} );
3534
+
3535
+
3536
+// The deferred used on DOM ready
3537
+var readyList;
3538
+
3539
+jQuery.fn.ready = function( fn ) {
3540
+
3541
+	// Add the callback
3542
+	jQuery.ready.promise().done( fn );
3543
+
3544
+	return this;
3545
+};
3546
+
3547
+jQuery.extend( {
3548
+
3549
+	// Is the DOM ready to be used? Set to true once it occurs.
3550
+	isReady: false,
3551
+
3552
+	// A counter to track how many items to wait for before
3553
+	// the ready event fires. See #6781
3554
+	readyWait: 1,
3555
+
3556
+	// Hold (or release) the ready event
3557
+	holdReady: function( hold ) {
3558
+		if ( hold ) {
3559
+			jQuery.readyWait++;
3560
+		} else {
3561
+			jQuery.ready( true );
3562
+		}
3563
+	},
3564
+
3565
+	// Handle when the DOM is ready
3566
+	ready: function( wait ) {
3567
+
3568
+		// Abort if there are pending holds or we're already ready
3569
+		if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {
3570
+			return;
3571
+		}
3572
+
3573
+		// Remember that the DOM is ready
3574
+		jQuery.isReady = true;
3575
+
3576
+		// If a normal DOM Ready event fired, decrement, and wait if need be
3577
+		if ( wait !== true && --jQuery.readyWait > 0 ) {
3578
+			return;
3579
+		}
3580
+
3581
+		// If there are functions bound, to execute
3582
+		readyList.resolveWith( document, [ jQuery ] );
3583
+
3584
+		// Trigger any bound ready events
3585
+		if ( jQuery.fn.triggerHandler ) {
3586
+			jQuery( document ).triggerHandler( "ready" );
3587
+			jQuery( document ).off( "ready" );
3588
+		}
3589
+	}
3590
+} );
3591
+
3592
+/**
3593
+ * Clean-up method for dom ready events
3594
+ */
3595
+function detach() {
3596
+	if ( document.addEventListener ) {
3597
+		document.removeEventListener( "DOMContentLoaded", completed );
3598
+		window.removeEventListener( "load", completed );
3599
+
3600
+	} else {
3601
+		document.detachEvent( "onreadystatechange", completed );
3602
+		window.detachEvent( "onload", completed );
3603
+	}
3604
+}
3605
+
3606
+/**
3607
+ * The ready event handler and self cleanup method
3608
+ */
3609
+function completed() {
3610
+
3611
+	// readyState === "complete" is good enough for us to call the dom ready in oldIE
3612
+	if ( document.addEventListener ||
3613
+		window.event.type === "load" ||
3614
+		document.readyState === "complete" ) {
3615
+
3616
+		detach();
3617
+		jQuery.ready();
3618
+	}
3619
+}
3620
+
3621
+jQuery.ready.promise = function( obj ) {
3622
+	if ( !readyList ) {
3623
+
3624
+		readyList = jQuery.Deferred();
3625
+
3626
+		// Catch cases where $(document).ready() is called
3627
+		// after the browser event has already occurred.
3628
+		// Support: IE6-10
3629
+		// Older IE sometimes signals "interactive" too soon
3630
+		if ( document.readyState === "complete" ||
3631
+			( document.readyState !== "loading" && !document.documentElement.doScroll ) ) {
3632
+
3633
+			// Handle it asynchronously to allow scripts the opportunity to delay ready
3634
+			window.setTimeout( jQuery.ready );
3635
+
3636
+		// Standards-based browsers support DOMContentLoaded
3637
+		} else if ( document.addEventListener ) {
3638
+
3639
+			// Use the handy event callback
3640
+			document.addEventListener( "DOMContentLoaded", completed );
3641
+
3642
+			// A fallback to window.onload, that will always work
3643
+			window.addEventListener( "load", completed );
3644
+
3645
+		// If IE event model is used
3646
+		} else {
3647
+
3648
+			// Ensure firing before onload, maybe late but safe also for iframes
3649
+			document.attachEvent( "onreadystatechange", completed );
3650
+
3651
+			// A fallback to window.onload, that will always work
3652
+			window.attachEvent( "onload", completed );
3653
+
3654
+			// If IE and not a frame
3655
+			// continually check to see if the document is ready
3656
+			var top = false;
3657
+
3658
+			try {
3659
+				top = window.frameElement == null && document.documentElement;
3660
+			} catch ( e ) {}
3661
+
3662
+			if ( top && top.doScroll ) {
3663
+				( function doScrollCheck() {
3664
+					if ( !jQuery.isReady ) {
3665
+
3666
+						try {
3667
+
3668
+							// Use the trick by Diego Perini
3669
+							// http://javascript.nwbox.com/IEContentLoaded/
3670
+							top.doScroll( "left" );
3671
+						} catch ( e ) {
3672
+							return window.setTimeout( doScrollCheck, 50 );
3673
+						}
3674
+
3675
+						// detach all dom ready events
3676
+						detach();
3677
+
3678
+						// and execute any waiting functions
3679
+						jQuery.ready();
3680
+					}
3681
+				} )();
3682
+			}
3683
+		}
3684
+	}
3685
+	return readyList.promise( obj );
3686
+};
3687
+
3688
+// Kick off the DOM ready check even if the user does not
3689
+jQuery.ready.promise();
3690
+
3691
+
3692
+
3693
+
3694
+// Support: IE<9
3695
+// Iteration over object's inherited properties before its own
3696
+var i;
3697
+for ( i in jQuery( support ) ) {
3698
+	break;
3699
+}
3700
+support.ownFirst = i === "0";
3701
+
3702
+// Note: most support tests are defined in their respective modules.
3703
+// false until the test is run
3704
+support.inlineBlockNeedsLayout = false;
3705
+
3706
+// Execute ASAP in case we need to set body.style.zoom
3707
+jQuery( function() {
3708
+
3709
+	// Minified: var a,b,c,d
3710
+	var val, div, body, container;
3711
+
3712
+	body = document.getElementsByTagName( "body" )[ 0 ];
3713
+	if ( !body || !body.style ) {
3714
+
3715
+		// Return for frameset docs that don't have a body
3716
+		return;
3717
+	}
3718
+
3719
+	// Setup
3720
+	div = document.createElement( "div" );
3721
+	container = document.createElement( "div" );
3722
+	container.style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px";
3723
+	body.appendChild( container ).appendChild( div );
3724
+
3725
+	if ( typeof div.style.zoom !== "undefined" ) {
3726
+
3727
+		// Support: IE<8
3728
+		// Check if natively block-level elements act like inline-block
3729
+		// elements when setting their display to 'inline' and giving
3730
+		// them layout
3731
+		div.style.cssText = "display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1";
3732
+
3733
+		support.inlineBlockNeedsLayout = val = div.offsetWidth === 3;
3734
+		if ( val ) {
3735
+
3736
+			// Prevent IE 6 from affecting layout for positioned elements #11048
3737
+			// Prevent IE from shrinking the body in IE 7 mode #12869
3738
+			// Support: IE<8
3739
+			body.style.zoom = 1;
3740
+		}
3741
+	}
3742
+
3743
+	body.removeChild( container );
3744
+} );
3745
+
3746
+
3747
+( function() {
3748
+	var div = document.createElement( "div" );
3749
+
3750
+	// Support: IE<9
3751
+	support.deleteExpando = true;
3752
+	try {
3753
+		delete div.test;
3754
+	} catch ( e ) {
3755
+		support.deleteExpando = false;
3756
+	}
3757
+
3758
+	// Null elements to avoid leaks in IE.
3759
+	div = null;
3760
+} )();
3761
+var acceptData = function( elem ) {
3762
+	var noData = jQuery.noData[ ( elem.nodeName + " " ).toLowerCase() ],
3763
+		nodeType = +elem.nodeType || 1;
3764
+
3765
+	// Do not set data on non-element DOM nodes because it will not be cleared (#8335).
3766
+	return nodeType !== 1 && nodeType !== 9 ?
3767
+		false :
3768
+
3769
+		// Nodes accept data unless otherwise specified; rejection can be conditional
3770
+		!noData || noData !== true && elem.getAttribute( "classid" ) === noData;
3771
+};
3772
+
3773
+
3774
+
3775
+
3776
+var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,
3777
+	rmultiDash = /([A-Z])/g;
3778
+
3779
+function dataAttr( elem, key, data ) {
3780
+
3781
+	// If nothing was found internally, try to fetch any
3782
+	// data from the HTML5 data-* attribute
3783
+	if ( data === undefined && elem.nodeType === 1 ) {
3784
+
3785
+		var name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase();
3786
+
3787
+		data = elem.getAttribute( name );
3788
+
3789
+		if ( typeof data === "string" ) {
3790
+			try {
3791
+				data = data === "true" ? true :
3792
+					data === "false" ? false :
3793
+					data === "null" ? null :
3794
+
3795
+					// Only convert to a number if it doesn't change the string
3796
+					+data + "" === data ? +data :
3797
+					rbrace.test( data ) ? jQuery.parseJSON( data ) :
3798
+					data;
3799
+			} catch ( e ) {}
3800
+
3801
+			// Make sure we set the data so it isn't changed later
3802
+			jQuery.data( elem, key, data );
3803
+
3804
+		} else {
3805
+			data = undefined;
3806
+		}
3807
+	}
3808
+
3809
+	return data;
3810
+}
3811
+
3812
+// checks a cache object for emptiness
3813
+function isEmptyDataObject( obj ) {
3814
+	var name;
3815
+	for ( name in obj ) {
3816
+
3817
+		// if the public data object is empty, the private is still empty
3818
+		if ( name === "data" && jQuery.isEmptyObject( obj[ name ] ) ) {
3819
+			continue;
3820
+		}
3821
+		if ( name !== "toJSON" ) {
3822
+			return false;
3823
+		}
3824
+	}
3825
+
3826
+	return true;
3827
+}
3828
+
3829
+function internalData( elem, name, data, pvt /* Internal Use Only */ ) {
3830
+	if ( !acceptData( elem ) ) {
3831
+		return;
3832
+	}
3833
+
3834
+	var ret, thisCache,
3835
+		internalKey = jQuery.expando,
3836
+
3837
+		// We have to handle DOM nodes and JS objects differently because IE6-7
3838
+		// can't GC object references properly across the DOM-JS boundary
3839
+		isNode = elem.nodeType,
3840
+
3841
+		// Only DOM nodes need the global jQuery cache; JS object data is
3842
+		// attached directly to the object so GC can occur automatically
3843
+		cache = isNode ? jQuery.cache : elem,
3844
+
3845
+		// Only defining an ID for JS objects if its cache already exists allows
3846
+		// the code to shortcut on the same path as a DOM node with no cache
3847
+		id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey;
3848
+
3849
+	// Avoid doing any more work than we need to when trying to get data on an
3850
+	// object that has no data at all
3851
+	if ( ( !id || !cache[ id ] || ( !pvt && !cache[ id ].data ) ) &&
3852
+		data === undefined && typeof name === "string" ) {
3853
+		return;
3854
+	}
3855
+
3856
+	if ( !id ) {
3857
+
3858
+		// Only DOM nodes need a new unique ID for each element since their data
3859
+		// ends up in the global cache
3860
+		if ( isNode ) {
3861
+			id = elem[ internalKey ] = deletedIds.pop() || jQuery.guid++;
3862
+		} else {
3863
+			id = internalKey;
3864
+		}
3865
+	}
3866
+
3867
+	if ( !cache[ id ] ) {
3868
+
3869
+		// Avoid exposing jQuery metadata on plain JS objects when the object
3870
+		// is serialized using JSON.stringify
3871
+		cache[ id ] = isNode ? {} : { toJSON: jQuery.noop };
3872
+	}
3873
+
3874
+	// An object can be passed to jQuery.data instead of a key/value pair; this gets
3875
+	// shallow copied over onto the existing cache
3876
+	if ( typeof name === "object" || typeof name === "function" ) {
3877
+		if ( pvt ) {
3878
+			cache[ id ] = jQuery.extend( cache[ id ], name );
3879
+		} else {
3880
+			cache[ id ].data = jQuery.extend( cache[ id ].data, name );
3881
+		}
3882
+	}
3883
+
3884
+	thisCache = cache[ id ];
3885
+
3886
+	// jQuery data() is stored in a separate object inside the object's internal data
3887
+	// cache in order to avoid key collisions between internal data and user-defined
3888
+	// data.
3889
+	if ( !pvt ) {
3890
+		if ( !thisCache.data ) {
3891
+			thisCache.data = {};
3892
+		}
3893
+
3894
+		thisCache = thisCache.data;
3895
+	}
3896
+
3897
+	if ( data !== undefined ) {
3898
+		thisCache[ jQuery.camelCase( name ) ] = data;
3899
+	}
3900
+
3901
+	// Check for both converted-to-camel and non-converted data property names
3902
+	// If a data property was specified
3903
+	if ( typeof name === "string" ) {
3904
+
3905
+		// First Try to find as-is property data
3906
+		ret = thisCache[ name ];
3907
+
3908
+		// Test for null|undefined property data
3909
+		if ( ret == null ) {
3910
+
3911
+			// Try to find the camelCased property
3912
+			ret = thisCache[ jQuery.camelCase( name ) ];
3913
+		}
3914
+	} else {
3915
+		ret = thisCache;
3916
+	}
3917
+
3918
+	return ret;
3919
+}
3920
+
3921
+function internalRemoveData( elem, name, pvt ) {
3922
+	if ( !acceptData( elem ) ) {
3923
+		return;
3924
+	}
3925
+
3926
+	var thisCache, i,
3927
+		isNode = elem.nodeType,
3928
+
3929
+		// See jQuery.data for more information
3930
+		cache = isNode ? jQuery.cache : elem,
3931
+		id = isNode ? elem[ jQuery.expando ] : jQuery.expando;
3932
+
3933
+	// If there is already no cache entry for this object, there is no
3934
+	// purpose in continuing
3935
+	if ( !cache[ id ] ) {
3936
+		return;
3937
+	}
3938
+
3939
+	if ( name ) {
3940
+
3941
+		thisCache = pvt ? cache[ id ] : cache[ id ].data;
3942
+
3943
+		if ( thisCache ) {
3944
+
3945
+			// Support array or space separated string names for data keys
3946
+			if ( !jQuery.isArray( name ) ) {
3947
+
3948
+				// try the string as a key before any manipulation
3949
+				if ( name in thisCache ) {
3950
+					name = [ name ];
3951
+				} else {
3952
+
3953
+					// split the camel cased version by spaces unless a key with the spaces exists
3954
+					name = jQuery.camelCase( name );
3955
+					if ( name in thisCache ) {
3956
+						name = [ name ];
3957
+					} else {
3958
+						name = name.split( " " );
3959
+					}
3960
+				}
3961
+			} else {
3962
+
3963
+				// If "name" is an array of keys...
3964
+				// When data is initially created, via ("key", "val") signature,
3965
+				// keys will be converted to camelCase.
3966
+				// Since there is no way to tell _how_ a key was added, remove
3967
+				// both plain key and camelCase key. #12786
3968
+				// This will only penalize the array argument path.
3969
+				name = name.concat( jQuery.map( name, jQuery.camelCase ) );
3970
+			}
3971
+
3972
+			i = name.length;
3973
+			while ( i-- ) {
3974
+				delete thisCache[ name[ i ] ];
3975
+			}
3976
+
3977
+			// If there is no data left in the cache, we want to continue
3978
+			// and let the cache object itself get destroyed
3979
+			if ( pvt ? !isEmptyDataObject( thisCache ) : !jQuery.isEmptyObject( thisCache ) ) {
3980
+				return;
3981
+			}
3982
+		}
3983
+	}
3984
+
3985
+	// See jQuery.data for more information
3986
+	if ( !pvt ) {
3987
+		delete cache[ id ].data;
3988
+
3989
+		// Don't destroy the parent cache unless the internal data object
3990
+		// had been the only thing left in it
3991
+		if ( !isEmptyDataObject( cache[ id ] ) ) {
3992
+			return;
3993
+		}
3994
+	}
3995
+
3996
+	// Destroy the cache
3997
+	if ( isNode ) {
3998
+		jQuery.cleanData( [ elem ], true );
3999
+
4000
+	// Use delete when supported for expandos or `cache` is not a window per isWindow (#10080)
4001
+	/* jshint eqeqeq: false */
4002
+	} else if ( support.deleteExpando || cache != cache.window ) {
4003
+		/* jshint eqeqeq: true */
4004
+		delete cache[ id ];
4005
+
4006
+	// When all else fails, undefined
4007
+	} else {
4008
+		cache[ id ] = undefined;
4009
+	}
4010
+}
4011
+
4012
+jQuery.extend( {
4013
+	cache: {},
4014
+
4015
+	// The following elements (space-suffixed to avoid Object.prototype collisions)
4016
+	// throw uncatchable exceptions if you attempt to set expando properties
4017
+	noData: {
4018
+		"applet ": true,
4019
+		"embed ": true,
4020
+
4021
+		// ...but Flash objects (which have this classid) *can* handle expandos
4022
+		"object ": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
4023
+	},
4024
+
4025
+	hasData: function( elem ) {
4026
+		elem = elem.nodeType ? jQuery.cache[ elem[ jQuery.expando ] ] : elem[ jQuery.expando ];
4027
+		return !!elem && !isEmptyDataObject( elem );
4028
+	},
4029
+
4030
+	data: function( elem, name, data ) {
4031
+		return internalData( elem, name, data );
4032
+	},
4033
+
4034
+	removeData: function( elem, name ) {
4035
+		return internalRemoveData( elem, name );
4036
+	},
4037
+
4038
+	// For internal use only.
4039
+	_data: function( elem, name, data ) {
4040
+		return internalData( elem, name, data, true );
4041
+	},
4042
+
4043
+	_removeData: function( elem, name ) {
4044
+		return internalRemoveData( elem, name, true );
4045
+	}
4046
+} );
4047
+
4048
+jQuery.fn.extend( {
4049
+	data: function( key, value ) {
4050
+		var i, name, data,
4051
+			elem = this[ 0 ],
4052
+			attrs = elem && elem.attributes;
4053
+
4054
+		// Special expections of .data basically thwart jQuery.access,
4055
+		// so implement the relevant behavior ourselves
4056
+
4057
+		// Gets all values
4058
+		if ( key === undefined ) {
4059
+			if ( this.length ) {
4060
+				data = jQuery.data( elem );
4061
+
4062
+				if ( elem.nodeType === 1 && !jQuery._data( elem, "parsedAttrs" ) ) {
4063
+					i = attrs.length;
4064
+					while ( i-- ) {
4065
+
4066
+						// Support: IE11+
4067
+						// The attrs elements can be null (#14894)
4068
+						if ( attrs[ i ] ) {
4069
+							name = attrs[ i ].name;
4070
+							if ( name.indexOf( "data-" ) === 0 ) {
4071
+								name = jQuery.camelCase( name.slice( 5 ) );
4072
+								dataAttr( elem, name, data[ name ] );
4073
+							}
4074
+						}
4075
+					}
4076
+					jQuery._data( elem, "parsedAttrs", true );
4077
+				}
4078
+			}
4079
+
4080
+			return data;
4081
+		}
4082
+
4083
+		// Sets multiple values
4084
+		if ( typeof key === "object" ) {
4085
+			return this.each( function() {
4086
+				jQuery.data( this, key );
4087
+			} );
4088
+		}
4089
+
4090
+		return arguments.length > 1 ?
4091
+
4092
+			// Sets one value
4093
+			this.each( function() {
4094
+				jQuery.data( this, key, value );
4095
+			} ) :
4096
+
4097
+			// Gets one value
4098
+			// Try to fetch any internally stored data first
4099
+			elem ? dataAttr( elem, key, jQuery.data( elem, key ) ) : undefined;
4100
+	},
4101
+
4102
+	removeData: function( key ) {
4103
+		return this.each( function() {
4104
+			jQuery.removeData( this, key );
4105
+		} );
4106
+	}
4107
+} );
4108
+
4109
+
4110
+jQuery.extend( {
4111
+	queue: function( elem, type, data ) {
4112
+		var queue;
4113
+
4114
+		if ( elem ) {
4115
+			type = ( type || "fx" ) + "queue";
4116
+			queue = jQuery._data( elem, type );
4117
+
4118
+			// Speed up dequeue by getting out quickly if this is just a lookup
4119
+			if ( data ) {
4120
+				if ( !queue || jQuery.isArray( data ) ) {
4121
+					queue = jQuery._data( elem, type, jQuery.makeArray( data ) );
4122
+				} else {
4123
+					queue.push( data );
4124
+				}
4125
+			}
4126
+			return queue || [];
4127
+		}
4128
+	},
4129
+
4130
+	dequeue: function( elem, type ) {
4131
+		type = type || "fx";
4132
+
4133
+		var queue = jQuery.queue( elem, type ),
4134
+			startLength = queue.length,
4135
+			fn = queue.shift(),
4136
+			hooks = jQuery._queueHooks( elem, type ),
4137
+			next = function() {
4138
+				jQuery.dequeue( elem, type );
4139
+			};
4140
+
4141
+		// If the fx queue is dequeued, always remove the progress sentinel
4142
+		if ( fn === "inprogress" ) {
4143
+			fn = queue.shift();
4144
+			startLength--;
4145
+		}
4146
+
4147
+		if ( fn ) {
4148
+
4149
+			// Add a progress sentinel to prevent the fx queue from being
4150
+			// automatically dequeued
4151
+			if ( type === "fx" ) {
4152
+				queue.unshift( "inprogress" );
4153
+			}
4154
+
4155
+			// clear up the last queue stop function
4156
+			delete hooks.stop;
4157
+			fn.call( elem, next, hooks );
4158
+		}
4159
+
4160
+		if ( !startLength && hooks ) {
4161
+			hooks.empty.fire();
4162
+		}
4163
+	},
4164
+
4165
+	// not intended for public consumption - generates a queueHooks object,
4166
+	// or returns the current one
4167
+	_queueHooks: function( elem, type ) {
4168
+		var key = type + "queueHooks";
4169
+		return jQuery._data( elem, key ) || jQuery._data( elem, key, {
4170
+			empty: jQuery.Callbacks( "once memory" ).add( function() {
4171
+				jQuery._removeData( elem, type + "queue" );
4172
+				jQuery._removeData( elem, key );
4173
+			} )
4174
+		} );
4175
+	}
4176
+} );
4177
+
4178
+jQuery.fn.extend( {
4179
+	queue: function( type, data ) {
4180
+		var setter = 2;
4181
+
4182
+		if ( typeof type !== "string" ) {
4183
+			data = type;
4184
+			type = "fx";
4185
+			setter--;
4186
+		}
4187
+
4188
+		if ( arguments.length < setter ) {
4189
+			return jQuery.queue( this[ 0 ], type );
4190
+		}
4191
+
4192
+		return data === undefined ?
4193
+			this :
4194
+			this.each( function() {
4195
+				var queue = jQuery.queue( this, type, data );
4196
+
4197
+				// ensure a hooks for this queue
4198
+				jQuery._queueHooks( this, type );
4199
+
4200
+				if ( type === "fx" && queue[ 0 ] !== "inprogress" ) {
4201
+					jQuery.dequeue( this, type );
4202
+				}
4203
+			} );
4204
+	},
4205
+	dequeue: function( type ) {
4206
+		return this.each( function() {
4207
+			jQuery.dequeue( this, type );
4208
+		} );
4209
+	},
4210
+	clearQueue: function( type ) {
4211
+		return this.queue( type || "fx", [] );
4212
+	},
4213
+
4214
+	// Get a promise resolved when queues of a certain type
4215
+	// are emptied (fx is the type by default)
4216
+	promise: function( type, obj ) {
4217
+		var tmp,
4218
+			count = 1,
4219
+			defer = jQuery.Deferred(),
4220
+			elements = this,
4221
+			i = this.length,
4222
+			resolve = function() {
4223
+				if ( !( --count ) ) {
4224
+					defer.resolveWith( elements, [ elements ] );
4225
+				}
4226
+			};
4227
+
4228
+		if ( typeof type !== "string" ) {
4229
+			obj = type;
4230
+			type = undefined;
4231
+		}
4232
+		type = type || "fx";
4233
+
4234
+		while ( i-- ) {
4235
+			tmp = jQuery._data( elements[ i ], type + "queueHooks" );
4236
+			if ( tmp && tmp.empty ) {
4237
+				count++;
4238
+				tmp.empty.add( resolve );
4239
+			}
4240
+		}
4241
+		resolve();
4242
+		return defer.promise( obj );
4243
+	}
4244
+} );
4245
+
4246
+
4247
+( function() {
4248
+	var shrinkWrapBlocksVal;
4249
+
4250
+	support.shrinkWrapBlocks = function() {
4251
+		if ( shrinkWrapBlocksVal != null ) {
4252
+			return shrinkWrapBlocksVal;
4253
+		}
4254
+
4255
+		// Will be changed later if needed.
4256
+		shrinkWrapBlocksVal = false;
4257
+
4258
+		// Minified: var b,c,d
4259
+		var div, body, container;
4260
+
4261
+		body = document.getElementsByTagName( "body" )[ 0 ];
4262
+		if ( !body || !body.style ) {
4263
+
4264
+			// Test fired too early or in an unsupported environment, exit.
4265
+			return;
4266
+		}
4267
+
4268
+		// Setup
4269
+		div = document.createElement( "div" );
4270
+		container = document.createElement( "div" );
4271
+		container.style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px";
4272
+		body.appendChild( container ).appendChild( div );
4273
+
4274
+		// Support: IE6
4275
+		// Check if elements with layout shrink-wrap their children
4276
+		if ( typeof div.style.zoom !== "undefined" ) {
4277
+
4278
+			// Reset CSS: box-sizing; display; margin; border
4279
+			div.style.cssText =
4280
+
4281
+				// Support: Firefox<29, Android 2.3
4282
+				// Vendor-prefix box-sizing
4283
+				"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;" +
4284
+				"box-sizing:content-box;display:block;margin:0;border:0;" +
4285
+				"padding:1px;width:1px;zoom:1";
4286
+			div.appendChild( document.createElement( "div" ) ).style.width = "5px";
4287
+			shrinkWrapBlocksVal = div.offsetWidth !== 3;
4288
+		}
4289
+
4290
+		body.removeChild( container );
4291
+
4292
+		return shrinkWrapBlocksVal;
4293
+	};
4294
+
4295
+} )();
4296
+var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source;
4297
+
4298
+var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" );
4299
+
4300
+
4301
+var cssExpand = [ "Top", "Right", "Bottom", "Left" ];
4302
+
4303
+var isHidden = function( elem, el ) {
4304
+
4305
+		// isHidden might be called from jQuery#filter function;
4306
+		// in that case, element will be second argument
4307
+		elem = el || elem;
4308
+		return jQuery.css( elem, "display" ) === "none" ||
4309
+			!jQuery.contains( elem.ownerDocument, elem );
4310
+	};
4311
+
4312
+
4313
+
4314
+function adjustCSS( elem, prop, valueParts, tween ) {
4315
+	var adjusted,
4316
+		scale = 1,
4317
+		maxIterations = 20,
4318
+		currentValue = tween ?
4319
+			function() { return tween.cur(); } :
4320
+			function() { return jQuery.css( elem, prop, "" ); },
4321
+		initial = currentValue(),
4322
+		unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ),
4323
+
4324
+		// Starting value computation is required for potential unit mismatches
4325
+		initialInUnit = ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) &&
4326
+			rcssNum.exec( jQuery.css( elem, prop ) );
4327
+
4328
+	if ( initialInUnit && initialInUnit[ 3 ] !== unit ) {
4329
+
4330
+		// Trust units reported by jQuery.css
4331
+		unit = unit || initialInUnit[ 3 ];
4332
+
4333
+		// Make sure we update the tween properties later on
4334
+		valueParts = valueParts || [];
4335
+
4336
+		// Iteratively approximate from a nonzero starting point
4337
+		initialInUnit = +initial || 1;
4338
+
4339
+		do {
4340
+
4341
+			// If previous iteration zeroed out, double until we get *something*.
4342
+			// Use string for doubling so we don't accidentally see scale as unchanged below
4343
+			scale = scale || ".5";
4344
+
4345
+			// Adjust and apply
4346
+			initialInUnit = initialInUnit / scale;
4347
+			jQuery.style( elem, prop, initialInUnit + unit );
4348
+
4349
+		// Update scale, tolerating zero or NaN from tween.cur()
4350
+		// Break the loop if scale is unchanged or perfect, or if we've just had enough.
4351
+		} while (
4352
+			scale !== ( scale = currentValue() / initial ) && scale !== 1 && --maxIterations
4353
+		);
4354
+	}
4355
+
4356
+	if ( valueParts ) {
4357
+		initialInUnit = +initialInUnit || +initial || 0;
4358
+
4359
+		// Apply relative offset (+=/-=) if specified
4360
+		adjusted = valueParts[ 1 ] ?
4361
+			initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :
4362
+			+valueParts[ 2 ];
4363
+		if ( tween ) {
4364
+			tween.unit = unit;
4365
+			tween.start = initialInUnit;
4366
+			tween.end = adjusted;
4367
+		}
4368
+	}
4369
+	return adjusted;
4370
+}
4371
+
4372
+
4373
+// Multifunctional method to get and set values of a collection
4374
+// The value/s can optionally be executed if it's a function
4375
+var access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
4376
+	var i = 0,
4377
+		length = elems.length,
4378
+		bulk = key == null;
4379
+
4380
+	// Sets many values
4381
+	if ( jQuery.type( key ) === "object" ) {
4382
+		chainable = true;
4383
+		for ( i in key ) {
4384
+			access( elems, fn, i, key[ i ], true, emptyGet, raw );
4385
+		}
4386
+
4387
+	// Sets one value
4388
+	} else if ( value !== undefined ) {
4389
+		chainable = true;
4390
+
4391
+		if ( !jQuery.isFunction( value ) ) {
4392
+			raw = true;
4393
+		}
4394
+
4395
+		if ( bulk ) {
4396
+
4397
+			// Bulk operations run against the entire set
4398
+			if ( raw ) {
4399
+				fn.call( elems, value );
4400
+				fn = null;
4401
+
4402
+			// ...except when executing function values
4403
+			} else {
4404
+				bulk = fn;
4405
+				fn = function( elem, key, value ) {
4406
+					return bulk.call( jQuery( elem ), value );
4407
+				};
4408
+			}
4409
+		}
4410
+
4411
+		if ( fn ) {
4412
+			for ( ; i < length; i++ ) {
4413
+				fn(
4414
+					elems[ i ],
4415
+					key,
4416
+					raw ? value : value.call( elems[ i ], i, fn( elems[ i ], key ) )
4417
+				);
4418
+			}
4419
+		}
4420
+	}
4421
+
4422
+	return chainable ?
4423
+		elems :
4424
+
4425
+		// Gets
4426
+		bulk ?
4427
+			fn.call( elems ) :
4428
+			length ? fn( elems[ 0 ], key ) : emptyGet;
4429
+};
4430
+var rcheckableType = ( /^(?:checkbox|radio)$/i );
4431
+
4432
+var rtagName = ( /<([\w:-]+)/ );
4433
+
4434
+var rscriptType = ( /^$|\/(?:java|ecma)script/i );
4435
+
4436
+var rleadingWhitespace = ( /^\s+/ );
4437
+
4438
+var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|" +
4439
+		"details|dialog|figcaption|figure|footer|header|hgroup|main|" +
4440
+		"mark|meter|nav|output|picture|progress|section|summary|template|time|video";
4441
+
4442
+
4443
+
4444
+function createSafeFragment( document ) {
4445
+	var list = nodeNames.split( "|" ),
4446
+		safeFrag = document.createDocumentFragment();
4447
+
4448
+	if ( safeFrag.createElement ) {
4449
+		while ( list.length ) {
4450
+			safeFrag.createElement(
4451
+				list.pop()
4452
+			);
4453
+		}
4454
+	}
4455
+	return safeFrag;
4456
+}
4457
+
4458
+
4459
+( function() {
4460
+	var div = document.createElement( "div" ),
4461
+		fragment = document.createDocumentFragment(),
4462
+		input = document.createElement( "input" );
4463
+
4464
+	// Setup
4465
+	div.innerHTML = "  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>";
4466
+
4467
+	// IE strips leading whitespace when .innerHTML is used
4468
+	support.leadingWhitespace = div.firstChild.nodeType === 3;
4469
+
4470
+	// Make sure that tbody elements aren't automatically inserted
4471
+	// IE will insert them into empty tables
4472
+	support.tbody = !div.getElementsByTagName( "tbody" ).length;
4473
+
4474
+	// Make sure that link elements get serialized correctly by innerHTML
4475
+	// This requires a wrapper element in IE
4476
+	support.htmlSerialize = !!div.getElementsByTagName( "link" ).length;
4477
+
4478
+	// Makes sure cloning an html5 element does not cause problems
4479
+	// Where outerHTML is undefined, this still works
4480
+	support.html5Clone =
4481
+		document.createElement( "nav" ).cloneNode( true ).outerHTML !== "<:nav></:nav>";
4482
+
4483
+	// Check if a disconnected checkbox will retain its checked
4484
+	// value of true after appended to the DOM (IE6/7)
4485
+	input.type = "checkbox";
4486
+	input.checked = true;
4487
+	fragment.appendChild( input );
4488
+	support.appendChecked = input.checked;
4489
+
4490
+	// Make sure textarea (and checkbox) defaultValue is properly cloned
4491
+	// Support: IE6-IE11+
4492
+	div.innerHTML = "<textarea>x</textarea>";
4493
+	support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;
4494
+
4495
+	// #11217 - WebKit loses check when the name is after the checked attribute
4496
+	fragment.appendChild( div );
4497
+
4498
+	// Support: Windows Web Apps (WWA)
4499
+	// `name` and `type` must use .setAttribute for WWA (#14901)
4500
+	input = document.createElement( "input" );
4501
+	input.setAttribute( "type", "radio" );
4502
+	input.setAttribute( "checked", "checked" );
4503
+	input.setAttribute( "name", "t" );
4504
+
4505
+	div.appendChild( input );
4506
+
4507
+	// Support: Safari 5.1, iOS 5.1, Android 4.x, Android 2.3
4508
+	// old WebKit doesn't clone checked state correctly in fragments
4509
+	support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;
4510
+
4511
+	// Support: IE<9
4512
+	// Cloned elements keep attachEvent handlers, we use addEventListener on IE9+
4513
+	support.noCloneEvent = !!div.addEventListener;
4514
+
4515
+	// Support: IE<9
4516
+	// Since attributes and properties are the same in IE,
4517
+	// cleanData must set properties to undefined rather than use removeAttribute
4518
+	div[ jQuery.expando ] = 1;
4519
+	support.attributes = !div.getAttribute( jQuery.expando );
4520
+} )();
4521
+
4522
+
4523
+// We have to close these tags to support XHTML (#13200)
4524
+var wrapMap = {
4525
+	option: [ 1, "<select multiple='multiple'>", "</select>" ],
4526
+	legend: [ 1, "<fieldset>", "</fieldset>" ],
4527
+	area: [ 1, "<map>", "</map>" ],
4528
+
4529
+	// Support: IE8
4530
+	param: [ 1, "<object>", "</object>" ],
4531
+	thead: [ 1, "<table>", "</table>" ],
4532
+	tr: [ 2, "<table><tbody>", "</tbody></table>" ],
4533
+	col: [ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ],
4534
+	td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ],
4535
+
4536
+	// IE6-8 can't serialize link, script, style, or any html5 (NoScope) tags,
4537
+	// unless wrapped in a div with non-breaking characters in front of it.
4538
+	_default: support.htmlSerialize ? [ 0, "", "" ] : [ 1, "X<div>", "</div>" ]
4539
+};
4540
+
4541
+// Support: IE8-IE9
4542
+wrapMap.optgroup = wrapMap.option;
4543
+
4544
+wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
4545
+wrapMap.th = wrapMap.td;
4546
+
4547
+
4548
+function getAll( context, tag ) {
4549
+	var elems, elem,
4550
+		i = 0,
4551
+		found = typeof context.getElementsByTagName !== "undefined" ?
4552
+			context.getElementsByTagName( tag || "*" ) :
4553
+			typeof context.querySelectorAll !== "undefined" ?
4554
+				context.querySelectorAll( tag || "*" ) :
4555
+				undefined;
4556
+
4557
+	if ( !found ) {
4558
+		for ( found = [], elems = context.childNodes || context;
4559
+			( elem = elems[ i ] ) != null;
4560
+			i++
4561
+		) {
4562
+			if ( !tag || jQuery.nodeName( elem, tag ) ) {
4563
+				found.push( elem );
4564
+			} else {
4565
+				jQuery.merge( found, getAll( elem, tag ) );
4566
+			}
4567
+		}
4568
+	}
4569
+
4570
+	return tag === undefined || tag && jQuery.nodeName( context, tag ) ?
4571
+		jQuery.merge( [ context ], found ) :
4572
+		found;
4573
+}
4574
+
4575
+
4576
+// Mark scripts as having already been evaluated
4577
+function setGlobalEval( elems, refElements ) {
4578
+	var elem,
4579
+		i = 0;
4580
+	for ( ; ( elem = elems[ i ] ) != null; i++ ) {
4581
+		jQuery._data(
4582
+			elem,
4583
+			"globalEval",
4584
+			!refElements || jQuery._data( refElements[ i ], "globalEval" )
4585
+		);
4586
+	}
4587
+}
4588
+
4589
+
4590
+var rhtml = /<|&#?\w+;/,
4591
+	rtbody = /<tbody/i;
4592
+
4593
+function fixDefaultChecked( elem ) {
4594
+	if ( rcheckableType.test( elem.type ) ) {
4595
+		elem.defaultChecked = elem.checked;
4596
+	}
4597
+}
4598
+
4599
+function buildFragment( elems, context, scripts, selection, ignored ) {
4600
+	var j, elem, contains,
4601
+		tmp, tag, tbody, wrap,
4602
+		l = elems.length,
4603
+
4604
+		// Ensure a safe fragment
4605
+		safe = createSafeFragment( context ),
4606
+
4607
+		nodes = [],
4608
+		i = 0;
4609
+
4610
+	for ( ; i < l; i++ ) {
4611
+		elem = elems[ i ];
4612
+
4613
+		if ( elem || elem === 0 ) {
4614
+
4615
+			// Add nodes directly
4616
+			if ( jQuery.type( elem ) === "object" ) {
4617
+				jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );
4618
+
4619
+			// Convert non-html into a text node
4620
+			} else if ( !rhtml.test( elem ) ) {
4621
+				nodes.push( context.createTextNode( elem ) );
4622
+
4623
+			// Convert html into DOM nodes
4624
+			} else {
4625
+				tmp = tmp || safe.appendChild( context.createElement( "div" ) );
4626
+
4627
+				// Deserialize a standard representation
4628
+				tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase();
4629
+				wrap = wrapMap[ tag ] || wrapMap._default;
4630
+
4631
+				tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];
4632
+
4633
+				// Descend through wrappers to the right content
4634
+				j = wrap[ 0 ];
4635
+				while ( j-- ) {
4636
+					tmp = tmp.lastChild;
4637
+				}
4638
+
4639
+				// Manually add leading whitespace removed by IE
4640
+				if ( !support.leadingWhitespace && rleadingWhitespace.test( elem ) ) {
4641
+					nodes.push( context.createTextNode( rleadingWhitespace.exec( elem )[ 0 ] ) );
4642
+				}
4643
+
4644
+				// Remove IE's autoinserted <tbody> from table fragments
4645
+				if ( !support.tbody ) {
4646
+
4647
+					// String was a <table>, *may* have spurious <tbody>
4648
+					elem = tag === "table" && !rtbody.test( elem ) ?
4649
+						tmp.firstChild :
4650
+
4651
+						// String was a bare <thead> or <tfoot>
4652
+						wrap[ 1 ] === "<table>" && !rtbody.test( elem ) ?
4653
+							tmp :
4654
+							0;
4655
+
4656
+					j = elem && elem.childNodes.length;
4657
+					while ( j-- ) {
4658
+						if ( jQuery.nodeName( ( tbody = elem.childNodes[ j ] ), "tbody" ) &&
4659
+							!tbody.childNodes.length ) {
4660
+
4661
+							elem.removeChild( tbody );
4662
+						}
4663
+					}
4664
+				}
4665
+
4666
+				jQuery.merge( nodes, tmp.childNodes );
4667
+
4668
+				// Fix #12392 for WebKit and IE > 9
4669
+				tmp.textContent = "";
4670
+
4671
+				// Fix #12392 for oldIE
4672
+				while ( tmp.firstChild ) {
4673
+					tmp.removeChild( tmp.firstChild );
4674
+				}
4675
+
4676
+				// Remember the top-level container for proper cleanup
4677
+				tmp = safe.lastChild;
4678
+			}
4679
+		}
4680
+	}
4681
+
4682
+	// Fix #11356: Clear elements from fragment
4683
+	if ( tmp ) {
4684
+		safe.removeChild( tmp );
4685
+	}
4686
+
4687
+	// Reset defaultChecked for any radios and checkboxes
4688
+	// about to be appended to the DOM in IE 6/7 (#8060)
4689
+	if ( !support.appendChecked ) {
4690
+		jQuery.grep( getAll( nodes, "input" ), fixDefaultChecked );
4691
+	}
4692
+
4693
+	i = 0;
4694
+	while ( ( elem = nodes[ i++ ] ) ) {
4695
+
4696
+		// Skip elements already in the context collection (trac-4087)
4697
+		if ( selection && jQuery.inArray( elem, selection ) > -1 ) {
4698
+			if ( ignored ) {
4699
+				ignored.push( elem );
4700
+			}
4701
+
4702
+			continue;
4703
+		}
4704
+
4705
+		contains = jQuery.contains( elem.ownerDocument, elem );
4706
+
4707
+		// Append to fragment
4708
+		tmp = getAll( safe.appendChild( elem ), "script" );
4709
+
4710
+		// Preserve script evaluation history
4711
+		if ( contains ) {
4712
+			setGlobalEval( tmp );
4713
+		}
4714
+
4715
+		// Capture executables
4716
+		if ( scripts ) {
4717
+			j = 0;
4718
+			while ( ( elem = tmp[ j++ ] ) ) {
4719
+				if ( rscriptType.test( elem.type || "" ) ) {
4720
+					scripts.push( elem );
4721
+				}
4722
+			}
4723
+		}
4724
+	}
4725
+
4726
+	tmp = null;
4727
+
4728
+	return safe;
4729
+}
4730
+
4731
+
4732
+( function() {
4733
+	var i, eventName,
4734
+		div = document.createElement( "div" );
4735
+
4736
+	// Support: IE<9 (lack submit/change bubble), Firefox (lack focus(in | out) events)
4737
+	for ( i in { submit: true, change: true, focusin: true } ) {
4738
+		eventName = "on" + i;
4739
+
4740
+		if ( !( support[ i ] = eventName in window ) ) {
4741
+
4742
+			// Beware of CSP restrictions (https://developer.mozilla.org/en/Security/CSP)
4743
+			div.setAttribute( eventName, "t" );
4744
+			support[ i ] = div.attributes[ eventName ].expando === false;
4745
+		}
4746
+	}
4747
+
4748
+	// Null elements to avoid leaks in IE.
4749
+	div = null;
4750
+} )();
4751
+
4752
+
4753
+var rformElems = /^(?:input|select|textarea)$/i,
4754
+	rkeyEvent = /^key/,
4755
+	rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,
4756
+	rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,
4757
+	rtypenamespace = /^([^.]*)(?:\.(.+)|)/;
4758
+
4759
+function returnTrue() {
4760
+	return true;
4761
+}
4762
+
4763
+function returnFalse() {
4764
+	return false;
4765
+}
4766
+
4767
+// Support: IE9
4768
+// See #13393 for more info
4769
+function safeActiveElement() {
4770
+	try {
4771
+		return document.activeElement;
4772
+	} catch ( err ) { }
4773
+}
4774
+
4775
+function on( elem, types, selector, data, fn, one ) {
4776
+	var origFn, type;
4777
+
4778
+	// Types can be a map of types/handlers
4779
+	if ( typeof types === "object" ) {
4780
+
4781
+		// ( types-Object, selector, data )
4782
+		if ( typeof selector !== "string" ) {
4783
+
4784
+			// ( types-Object, data )
4785
+			data = data || selector;
4786
+			selector = undefined;
4787
+		}
4788
+		for ( type in types ) {
4789
+			on( elem, type, selector, data, types[ type ], one );
4790
+		}
4791
+		return elem;
4792
+	}
4793
+
4794
+	if ( data == null && fn == null ) {
4795
+
4796
+		// ( types, fn )
4797
+		fn = selector;
4798
+		data = selector = undefined;
4799
+	} else if ( fn == null ) {
4800
+		if ( typeof selector === "string" ) {
4801
+
4802
+			// ( types, selector, fn )
4803
+			fn = data;
4804
+			data = undefined;
4805
+		} else {
4806
+
4807
+			// ( types, data, fn )
4808
+			fn = data;
4809
+			data = selector;
4810
+			selector = undefined;
4811
+		}
4812
+	}
4813
+	if ( fn === false ) {
4814
+		fn = returnFalse;
4815
+	} else if ( !fn ) {
4816
+		return elem;
4817
+	}
4818
+
4819
+	if ( one === 1 ) {
4820
+		origFn = fn;
4821
+		fn = function( event ) {
4822
+
4823
+			// Can use an empty set, since event contains the info
4824
+			jQuery().off( event );
4825
+			return origFn.apply( this, arguments );
4826
+		};
4827
+
4828
+		// Use same guid so caller can remove using origFn
4829
+		fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );
4830
+	}
4831
+	return elem.each( function() {
4832
+		jQuery.event.add( this, types, fn, data, selector );
4833
+	} );
4834
+}
4835
+
4836
+/*
4837
+ * Helper functions for managing events -- not part of the public interface.
4838
+ * Props to Dean Edwards' addEvent library for many of the ideas.
4839
+ */
4840
+jQuery.event = {
4841
+
4842
+	global: {},
4843
+
4844
+	add: function( elem, types, handler, data, selector ) {
4845
+		var tmp, events, t, handleObjIn,
4846
+			special, eventHandle, handleObj,
4847
+			handlers, type, namespaces, origType,
4848
+			elemData = jQuery._data( elem );
4849
+
4850
+		// Don't attach events to noData or text/comment nodes (but allow plain objects)
4851
+		if ( !elemData ) {
4852
+			return;
4853
+		}
4854
+
4855
+		// Caller can pass in an object of custom data in lieu of the handler
4856
+		if ( handler.handler ) {
4857
+			handleObjIn = handler;
4858
+			handler = handleObjIn.handler;
4859
+			selector = handleObjIn.selector;
4860
+		}
4861
+
4862
+		// Make sure that the handler has a unique ID, used to find/remove it later
4863
+		if ( !handler.guid ) {
4864
+			handler.guid = jQuery.guid++;
4865
+		}
4866
+
4867
+		// Init the element's event structure and main handler, if this is the first
4868
+		if ( !( events = elemData.events ) ) {
4869
+			events = elemData.events = {};
4870
+		}
4871
+		if ( !( eventHandle = elemData.handle ) ) {
4872
+			eventHandle = elemData.handle = function( e ) {
4873
+
4874
+				// Discard the second event of a jQuery.event.trigger() and
4875
+				// when an event is called after a page has unloaded
4876
+				return typeof jQuery !== "undefined" &&
4877
+					( !e || jQuery.event.triggered !== e.type ) ?
4878
+					jQuery.event.dispatch.apply( eventHandle.elem, arguments ) :
4879
+					undefined;
4880
+			};
4881
+
4882
+			// Add elem as a property of the handle fn to prevent a memory leak
4883
+			// with IE non-native events
4884
+			eventHandle.elem = elem;
4885
+		}
4886
+
4887
+		// Handle multiple events separated by a space
4888
+		types = ( types || "" ).match( rnotwhite ) || [ "" ];
4889
+		t = types.length;
4890
+		while ( t-- ) {
4891
+			tmp = rtypenamespace.exec( types[ t ] ) || [];
4892
+			type = origType = tmp[ 1 ];
4893
+			namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort();
4894
+
4895
+			// There *must* be a type, no attaching namespace-only handlers
4896
+			if ( !type ) {
4897
+				continue;
4898
+			}
4899
+
4900
+			// If event changes its type, use the special event handlers for the changed type
4901
+			special = jQuery.event.special[ type ] || {};
4902
+
4903
+			// If selector defined, determine special event api type, otherwise given type
4904
+			type = ( selector ? special.delegateType : special.bindType ) || type;
4905
+
4906
+			// Update special based on newly reset type
4907
+			special = jQuery.event.special[ type ] || {};
4908
+
4909
+			// handleObj is passed to all event handlers
4910
+			handleObj = jQuery.extend( {
4911
+				type: type,
4912
+				origType: origType,
4913
+				data: data,
4914
+				handler: handler,
4915
+				guid: handler.guid,
4916
+				selector: selector,
4917
+				needsContext: selector && jQuery.expr.match.needsContext.test( selector ),
4918
+				namespace: namespaces.join( "." )
4919
+			}, handleObjIn );
4920
+
4921
+			// Init the event handler queue if we're the first
4922
+			if ( !( handlers = events[ type ] ) ) {
4923
+				handlers = events[ type ] = [];
4924
+				handlers.delegateCount = 0;
4925
+
4926
+				// Only use addEventListener/attachEvent if the special events handler returns false
4927
+				if ( !special.setup ||
4928
+					special.setup.call( elem, data, namespaces, eventHandle ) === false ) {
4929
+
4930
+					// Bind the global event handler to the element
4931
+					if ( elem.addEventListener ) {
4932
+						elem.addEventListener( type, eventHandle, false );
4933
+
4934
+					} else if ( elem.attachEvent ) {
4935
+						elem.attachEvent( "on" + type, eventHandle );
4936
+					}
4937
+				}
4938
+			}
4939
+
4940
+			if ( special.add ) {
4941
+				special.add.call( elem, handleObj );
4942
+
4943
+				if ( !handleObj.handler.guid ) {
4944
+					handleObj.handler.guid = handler.guid;
4945
+				}
4946
+			}
4947
+
4948
+			// Add to the element's handler list, delegates in front
4949
+			if ( selector ) {
4950
+				handlers.splice( handlers.delegateCount++, 0, handleObj );
4951
+			} else {
4952
+				handlers.push( handleObj );
4953
+			}
4954
+
4955
+			// Keep track of which events have ever been used, for event optimization
4956
+			jQuery.event.global[ type ] = true;
4957
+		}
4958
+
4959
+		// Nullify elem to prevent memory leaks in IE
4960
+		elem = null;
4961
+	},
4962
+
4963
+	// Detach an event or set of events from an element
4964
+	remove: function( elem, types, handler, selector, mappedTypes ) {
4965
+		var j, handleObj, tmp,
4966
+			origCount, t, events,
4967
+			special, handlers, type,
4968
+			namespaces, origType,
4969
+			elemData = jQuery.hasData( elem ) && jQuery._data( elem );
4970
+
4971
+		if ( !elemData || !( events = elemData.events ) ) {
4972
+			return;
4973
+		}
4974
+
4975
+		// Once for each type.namespace in types; type may be omitted
4976
+		types = ( types || "" ).match( rnotwhite ) || [ "" ];
4977
+		t = types.length;
4978
+		while ( t-- ) {
4979
+			tmp = rtypenamespace.exec( types[ t ] ) || [];
4980
+			type = origType = tmp[ 1 ];
4981
+			namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort();
4982
+
4983
+			// Unbind all events (on this namespace, if provided) for the element
4984
+			if ( !type ) {
4985
+				for ( type in events ) {
4986
+					jQuery.event.remove( elem, type + types[ t ], handler, selector, true );
4987
+				}
4988
+				continue;
4989
+			}
4990
+
4991
+			special = jQuery.event.special[ type ] || {};
4992
+			type = ( selector ? special.delegateType : special.bindType ) || type;
4993
+			handlers = events[ type ] || [];
4994
+			tmp = tmp[ 2 ] &&
4995
+				new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" );
4996
+
4997
+			// Remove matching events
4998
+			origCount = j = handlers.length;
4999
+			while ( j-- ) {
5000
+				handleObj = handlers[ j ];
5001
+
5002
+				if ( ( mappedTypes || origType === handleObj.origType ) &&
5003
+					( !handler || handler.guid === handleObj.guid ) &&
5004
+					( !tmp || tmp.test( handleObj.namespace ) ) &&
5005
+					( !selector || selector === handleObj.selector ||
5006
+						selector === "**" && handleObj.selector ) ) {
5007
+					handlers.splice( j, 1 );
5008
+
5009
+					if ( handleObj.selector ) {
5010
+						handlers.delegateCount--;
5011
+					}
5012
+					if ( special.remove ) {
5013
+						special.remove.call( elem, handleObj );
5014
+					}
5015
+				}
5016
+			}
5017
+
5018
+			// Remove generic event handler if we removed something and no more handlers exist
5019
+			// (avoids potential for endless recursion during removal of special event handlers)
5020
+			if ( origCount && !handlers.length ) {
5021
+				if ( !special.teardown ||
5022
+					special.teardown.call( elem, namespaces, elemData.handle ) === false ) {
5023
+
5024
+					jQuery.removeEvent( elem, type, elemData.handle );
5025
+				}
5026
+
5027
+				delete events[ type ];
5028
+			}
5029
+		}
5030
+
5031
+		// Remove the expando if it's no longer used
5032
+		if ( jQuery.isEmptyObject( events ) ) {
5033
+			delete elemData.handle;
5034
+
5035
+			// removeData also checks for emptiness and clears the expando if empty
5036
+			// so use it instead of delete
5037
+			jQuery._removeData( elem, "events" );
5038
+		}
5039
+	},
5040
+
5041
+	trigger: function( event, data, elem, onlyHandlers ) {
5042
+		var handle, ontype, cur,
5043
+			bubbleType, special, tmp, i,
5044
+			eventPath = [ elem || document ],
5045
+			type = hasOwn.call( event, "type" ) ? event.type : event,
5046
+			namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : [];
5047
+
5048
+		cur = tmp = elem = elem || document;
5049
+
5050
+		// Don't do events on text and comment nodes
5051
+		if ( elem.nodeType === 3 || elem.nodeType === 8 ) {
5052
+			return;
5053
+		}
5054
+
5055
+		// focus/blur morphs to focusin/out; ensure we're not firing them right now
5056
+		if ( rfocusMorph.test( type + jQuery.event.triggered ) ) {
5057
+			return;
5058
+		}
5059
+
5060
+		if ( type.indexOf( "." ) > -1 ) {
5061
+
5062
+			// Namespaced trigger; create a regexp to match event type in handle()
5063
+			namespaces = type.split( "." );
5064
+			type = namespaces.shift();
5065
+			namespaces.sort();
5066
+		}
5067
+		ontype = type.indexOf( ":" ) < 0 && "on" + type;
5068
+
5069
+		// Caller can pass in a jQuery.Event object, Object, or just an event type string
5070
+		event = event[ jQuery.expando ] ?
5071
+			event :
5072
+			new jQuery.Event( type, typeof event === "object" && event );
5073
+
5074
+		// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)
5075
+		event.isTrigger = onlyHandlers ? 2 : 3;
5076
+		event.namespace = namespaces.join( "." );
5077
+		event.rnamespace = event.namespace ?
5078
+			new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) :
5079
+			null;
5080
+
5081
+		// Clean up the event in case it is being reused
5082
+		event.result = undefined;
5083
+		if ( !event.target ) {
5084
+			event.target = elem;
5085
+		}
5086
+
5087
+		// Clone any incoming data and prepend the event, creating the handler arg list
5088
+		data = data == null ?
5089
+			[ event ] :
5090
+			jQuery.makeArray( data, [ event ] );
5091
+
5092
+		// Allow special events to draw outside the lines
5093
+		special = jQuery.event.special[ type ] || {};
5094
+		if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {
5095
+			return;
5096
+		}
5097
+
5098
+		// Determine event propagation path in advance, per W3C events spec (#9951)
5099
+		// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)
5100
+		if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {
5101
+
5102
+			bubbleType = special.delegateType || type;
5103
+			if ( !rfocusMorph.test( bubbleType + type ) ) {
5104
+				cur = cur.parentNode;
5105
+			}
5106
+			for ( ; cur; cur = cur.parentNode ) {
5107
+				eventPath.push( cur );
5108
+				tmp = cur;
5109
+			}
5110
+
5111
+			// Only add window if we got to document (e.g., not plain obj or detached DOM)
5112
+			if ( tmp === ( elem.ownerDocument || document ) ) {
5113
+				eventPath.push( tmp.defaultView || tmp.parentWindow || window );
5114
+			}
5115
+		}
5116
+
5117
+		// Fire handlers on the event path
5118
+		i = 0;
5119
+		while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {
5120
+
5121
+			event.type = i > 1 ?
5122
+				bubbleType :
5123
+				special.bindType || type;
5124
+
5125
+			// jQuery handler
5126
+			handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] &&
5127
+				jQuery._data( cur, "handle" );
5128
+
5129
+			if ( handle ) {
5130
+				handle.apply( cur, data );
5131
+			}
5132
+
5133
+			// Native handler
5134
+			handle = ontype && cur[ ontype ];
5135
+			if ( handle && handle.apply && acceptData( cur ) ) {
5136
+				event.result = handle.apply( cur, data );
5137
+				if ( event.result === false ) {
5138
+					event.preventDefault();
5139
+				}
5140
+			}
5141
+		}
5142
+		event.type = type;
5143
+
5144
+		// If nobody prevented the default action, do it now
5145
+		if ( !onlyHandlers && !event.isDefaultPrevented() ) {
5146
+
5147
+			if (
5148
+				( !special._default ||
5149
+				 special._default.apply( eventPath.pop(), data ) === false
5150
+				) && acceptData( elem )
5151
+			) {
5152
+
5153
+				// Call a native DOM method on the target with the same name name as the event.
5154
+				// Can't use an .isFunction() check here because IE6/7 fails that test.
5155
+				// Don't do default actions on window, that's where global variables be (#6170)
5156
+				if ( ontype && elem[ type ] && !jQuery.isWindow( elem ) ) {
5157
+
5158
+					// Don't re-trigger an onFOO event when we call its FOO() method
5159
+					tmp = elem[ ontype ];
5160
+
5161
+					if ( tmp ) {
5162
+						elem[ ontype ] = null;
5163
+					}
5164
+
5165
+					// Prevent re-triggering of the same event, since we already bubbled it above
5166
+					jQuery.event.triggered = type;
5167
+					try {
5168
+						elem[ type ]();
5169
+					} catch ( e ) {
5170
+
5171
+						// IE<9 dies on focus/blur to hidden element (#1486,#12518)
5172
+						// only reproducible on winXP IE8 native, not IE9 in IE8 mode
5173
+					}
5174
+					jQuery.event.triggered = undefined;
5175
+
5176
+					if ( tmp ) {
5177
+						elem[ ontype ] = tmp;
5178
+					}
5179
+				}
5180
+			}
5181
+		}
5182
+
5183
+		return event.result;
5184
+	},
5185
+
5186
+	dispatch: function( event ) {
5187
+
5188
+		// Make a writable jQuery.Event from the native event object
5189
+		event = jQuery.event.fix( event );
5190
+
5191
+		var i, j, ret, matched, handleObj,
5192
+			handlerQueue = [],
5193
+			args = slice.call( arguments ),
5194
+			handlers = ( jQuery._data( this, "events" ) || {} )[ event.type ] || [],
5195
+			special = jQuery.event.special[ event.type ] || {};
5196
+
5197
+		// Use the fix-ed jQuery.Event rather than the (read-only) native event
5198
+		args[ 0 ] = event;
5199
+		event.delegateTarget = this;
5200
+
5201
+		// Call the preDispatch hook for the mapped type, and let it bail if desired
5202
+		if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {
5203
+			return;
5204
+		}
5205
+
5206
+		// Determine handlers
5207
+		handlerQueue = jQuery.event.handlers.call( this, event, handlers );
5208
+
5209
+		// Run delegates first; they may want to stop propagation beneath us
5210
+		i = 0;
5211
+		while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {
5212
+			event.currentTarget = matched.elem;
5213
+
5214
+			j = 0;
5215
+			while ( ( handleObj = matched.handlers[ j++ ] ) &&
5216
+				!event.isImmediatePropagationStopped() ) {
5217
+
5218
+				// Triggered event must either 1) have no namespace, or 2) have namespace(s)
5219
+				// a subset or equal to those in the bound event (both can have no namespace).
5220
+				if ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) {
5221
+
5222
+					event.handleObj = handleObj;
5223
+					event.data = handleObj.data;
5224
+
5225
+					ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||
5226
+						handleObj.handler ).apply( matched.elem, args );
5227
+
5228
+					if ( ret !== undefined ) {
5229
+						if ( ( event.result = ret ) === false ) {
5230
+							event.preventDefault();
5231
+							event.stopPropagation();
5232
+						}
5233
+					}
5234
+				}
5235
+			}
5236
+		}
5237
+
5238
+		// Call the postDispatch hook for the mapped type
5239
+		if ( special.postDispatch ) {
5240
+			special.postDispatch.call( this, event );
5241
+		}
5242
+
5243
+		return event.result;
5244
+	},
5245
+
5246
+	handlers: function( event, handlers ) {
5247
+		var i, matches, sel, handleObj,
5248
+			handlerQueue = [],
5249
+			delegateCount = handlers.delegateCount,
5250
+			cur = event.target;
5251
+
5252
+		// Support (at least): Chrome, IE9
5253
+		// Find delegate handlers
5254
+		// Black-hole SVG <use> instance trees (#13180)
5255
+		//
5256
+		// Support: Firefox<=42+
5257
+		// Avoid non-left-click in FF but don't block IE radio events (#3861, gh-2343)
5258
+		if ( delegateCount && cur.nodeType &&
5259
+			( event.type !== "click" || isNaN( event.button ) || event.button < 1 ) ) {
5260
+
5261
+			/* jshint eqeqeq: false */
5262
+			for ( ; cur != this; cur = cur.parentNode || this ) {
5263
+				/* jshint eqeqeq: true */
5264
+
5265
+				// Don't check non-elements (#13208)
5266
+				// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)
5267
+				if ( cur.nodeType === 1 && ( cur.disabled !== true || event.type !== "click" ) ) {
5268
+					matches = [];
5269
+					for ( i = 0; i < delegateCount; i++ ) {
5270
+						handleObj = handlers[ i ];
5271
+
5272
+						// Don't conflict with Object.prototype properties (#13203)
5273
+						sel = handleObj.selector + " ";
5274
+
5275
+						if ( matches[ sel ] === undefined ) {
5276
+							matches[ sel ] = handleObj.needsContext ?
5277
+								jQuery( sel, this ).index( cur ) > -1 :
5278
+								jQuery.find( sel, this, null, [ cur ] ).length;
5279
+						}
5280
+						if ( matches[ sel ] ) {
5281
+							matches.push( handleObj );
5282
+						}
5283
+					}
5284
+					if ( matches.length ) {
5285
+						handlerQueue.push( { elem: cur, handlers: matches } );
5286
+					}
5287
+				}
5288
+			}
5289
+		}
5290
+
5291
+		// Add the remaining (directly-bound) handlers
5292
+		if ( delegateCount < handlers.length ) {
5293
+			handlerQueue.push( { elem: this, handlers: handlers.slice( delegateCount ) } );
5294
+		}
5295
+
5296
+		return handlerQueue;
5297
+	},
5298
+
5299
+	fix: function( event ) {
5300
+		if ( event[ jQuery.expando ] ) {
5301
+			return event;
5302
+		}
5303
+
5304
+		// Create a writable copy of the event object and normalize some properties
5305
+		var i, prop, copy,
5306
+			type = event.type,
5307
+			originalEvent = event,
5308
+			fixHook = this.fixHooks[ type ];
5309
+
5310
+		if ( !fixHook ) {
5311
+			this.fixHooks[ type ] = fixHook =
5312
+				rmouseEvent.test( type ) ? this.mouseHooks :
5313
+				rkeyEvent.test( type ) ? this.keyHooks :
5314
+				{};
5315
+		}
5316
+		copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;
5317
+
5318
+		event = new jQuery.Event( originalEvent );
5319
+
5320
+		i = copy.length;
5321
+		while ( i-- ) {
5322
+			prop = copy[ i ];
5323
+			event[ prop ] = originalEvent[ prop ];
5324
+		}
5325
+
5326
+		// Support: IE<9
5327
+		// Fix target property (#1925)
5328
+		if ( !event.target ) {
5329
+			event.target = originalEvent.srcElement || document;
5330
+		}
5331
+
5332
+		// Support: Safari 6-8+
5333
+		// Target should not be a text node (#504, #13143)
5334
+		if ( event.target.nodeType === 3 ) {
5335
+			event.target = event.target.parentNode;
5336
+		}
5337
+
5338
+		// Support: IE<9
5339
+		// For mouse/key events, metaKey==false if it's undefined (#3368, #11328)
5340
+		event.metaKey = !!event.metaKey;
5341
+
5342
+		return fixHook.filter ? fixHook.filter( event, originalEvent ) : event;
5343
+	},
5344
+
5345
+	// Includes some event props shared by KeyEvent and MouseEvent
5346
+	props: ( "altKey bubbles cancelable ctrlKey currentTarget detail eventPhase " +
5347
+		"metaKey relatedTarget shiftKey target timeStamp view which" ).split( " " ),
5348
+
5349
+	fixHooks: {},
5350
+
5351
+	keyHooks: {
5352
+		props: "char charCode key keyCode".split( " " ),
5353
+		filter: function( event, original ) {
5354
+
5355
+			// Add which for key events
5356
+			if ( event.which == null ) {
5357
+				event.which = original.charCode != null ? original.charCode : original.keyCode;
5358
+			}
5359
+
5360
+			return event;
5361
+		}
5362
+	},
5363
+
5364
+	mouseHooks: {
5365
+		props: ( "button buttons clientX clientY fromElement offsetX offsetY " +
5366
+			"pageX pageY screenX screenY toElement" ).split( " " ),
5367
+		filter: function( event, original ) {
5368
+			var body, eventDoc, doc,
5369
+				button = original.button,
5370
+				fromElement = original.fromElement;
5371
+
5372
+			// Calculate pageX/Y if missing and clientX/Y available
5373
+			if ( event.pageX == null && original.clientX != null ) {
5374
+				eventDoc = event.target.ownerDocument || document;
5375
+				doc = eventDoc.documentElement;
5376
+				body = eventDoc.body;
5377
+
5378
+				event.pageX = original.clientX +
5379
+					( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) -
5380
+					( doc && doc.clientLeft || body && body.clientLeft || 0 );
5381
+				event.pageY = original.clientY +
5382
+					( doc && doc.scrollTop  || body && body.scrollTop  || 0 ) -
5383
+					( doc && doc.clientTop  || body && body.clientTop  || 0 );
5384
+			}
5385
+
5386
+			// Add relatedTarget, if necessary
5387
+			if ( !event.relatedTarget && fromElement ) {
5388
+				event.relatedTarget = fromElement === event.target ?
5389
+					original.toElement :
5390
+					fromElement;
5391
+			}
5392
+
5393
+			// Add which for click: 1 === left; 2 === middle; 3 === right
5394
+			// Note: button is not normalized, so don't use it
5395
+			if ( !event.which && button !== undefined ) {
5396
+				event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );
5397
+			}
5398
+
5399
+			return event;
5400
+		}
5401
+	},
5402
+
5403
+	special: {
5404
+		load: {
5405
+
5406
+			// Prevent triggered image.load events from bubbling to window.load
5407
+			noBubble: true
5408
+		},
5409
+		focus: {
5410
+
5411
+			// Fire native event if possible so blur/focus sequence is correct
5412
+			trigger: function() {
5413
+				if ( this !== safeActiveElement() && this.focus ) {
5414
+					try {
5415
+						this.focus();
5416
+						return false;
5417
+					} catch ( e ) {
5418
+
5419
+						// Support: IE<9
5420
+						// If we error on focus to hidden element (#1486, #12518),
5421
+						// let .trigger() run the handlers
5422
+					}
5423
+				}
5424
+			},
5425
+			delegateType: "focusin"
5426
+		},
5427
+		blur: {
5428
+			trigger: function() {
5429
+				if ( this === safeActiveElement() && this.blur ) {
5430
+					this.blur();
5431
+					return false;
5432
+				}
5433
+			},
5434
+			delegateType: "focusout"
5435
+		},
5436
+		click: {
5437
+
5438
+			// For checkbox, fire native event so checked state will be right
5439
+			trigger: function() {
5440
+				if ( jQuery.nodeName( this, "input" ) && this.type === "checkbox" && this.click ) {
5441
+					this.click();
5442
+					return false;
5443
+				}
5444
+			},
5445
+
5446
+			// For cross-browser consistency, don't fire native .click() on links
5447
+			_default: function( event ) {
5448
+				return jQuery.nodeName( event.target, "a" );
5449
+			}
5450
+		},
5451
+
5452
+		beforeunload: {
5453
+			postDispatch: function( event ) {
5454
+
5455
+				// Support: Firefox 20+
5456
+				// Firefox doesn't alert if the returnValue field is not set.
5457
+				if ( event.result !== undefined && event.originalEvent ) {
5458
+					event.originalEvent.returnValue = event.result;
5459
+				}
5460
+			}
5461
+		}
5462
+	},
5463
+
5464
+	// Piggyback on a donor event to simulate a different one
5465
+	simulate: function( type, elem, event ) {
5466
+		var e = jQuery.extend(
5467
+			new jQuery.Event(),
5468
+			event,
5469
+			{
5470
+				type: type,
5471
+				isSimulated: true
5472
+
5473
+				// Previously, `originalEvent: {}` was set here, so stopPropagation call
5474
+				// would not be triggered on donor event, since in our own
5475
+				// jQuery.event.stopPropagation function we had a check for existence of
5476
+				// originalEvent.stopPropagation method, so, consequently it would be a noop.
5477
+				//
5478
+				// Guard for simulated events was moved to jQuery.event.stopPropagation function
5479
+				// since `originalEvent` should point to the original event for the
5480
+				// constancy with other events and for more focused logic
5481
+			}
5482
+		);
5483
+
5484
+		jQuery.event.trigger( e, null, elem );
5485
+
5486
+		if ( e.isDefaultPrevented() ) {
5487
+			event.preventDefault();
5488
+		}
5489
+	}
5490
+};
5491
+
5492
+jQuery.removeEvent = document.removeEventListener ?
5493
+	function( elem, type, handle ) {
5494
+
5495
+		// This "if" is needed for plain objects
5496
+		if ( elem.removeEventListener ) {
5497
+			elem.removeEventListener( type, handle );
5498
+		}
5499
+	} :
5500
+	function( elem, type, handle ) {
5501
+		var name = "on" + type;
5502
+
5503
+		if ( elem.detachEvent ) {
5504
+
5505
+			// #8545, #7054, preventing memory leaks for custom events in IE6-8
5506
+			// detachEvent needed property on element, by name of that event,
5507
+			// to properly expose it to GC
5508
+			if ( typeof elem[ name ] === "undefined" ) {
5509
+				elem[ name ] = null;
5510
+			}
5511
+
5512
+			elem.detachEvent( name, handle );
5513
+		}
5514
+	};
5515
+
5516
+jQuery.Event = function( src, props ) {
5517
+
5518
+	// Allow instantiation without the 'new' keyword
5519
+	if ( !( this instanceof jQuery.Event ) ) {
5520
+		return new jQuery.Event( src, props );
5521
+	}
5522
+
5523
+	// Event object
5524
+	if ( src && src.type ) {
5525
+		this.originalEvent = src;
5526
+		this.type = src.type;
5527
+
5528
+		// Events bubbling up the document may have been marked as prevented
5529
+		// by a handler lower down the tree; reflect the correct value.
5530
+		this.isDefaultPrevented = src.defaultPrevented ||
5531
+				src.defaultPrevented === undefined &&
5532
+
5533
+				// Support: IE < 9, Android < 4.0
5534
+				src.returnValue === false ?
5535
+			returnTrue :
5536
+			returnFalse;
5537
+
5538
+	// Event type
5539
+	} else {
5540
+		this.type = src;
5541
+	}
5542
+
5543
+	// Put explicitly provided properties onto the event object
5544
+	if ( props ) {
5545
+		jQuery.extend( this, props );
5546
+	}
5547
+
5548
+	// Create a timestamp if incoming event doesn't have one
5549
+	this.timeStamp = src && src.timeStamp || jQuery.now();
5550
+
5551
+	// Mark it as fixed
5552
+	this[ jQuery.expando ] = true;
5553
+};
5554
+
5555
+// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding
5556
+// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
5557
+jQuery.Event.prototype = {
5558
+	constructor: jQuery.Event,
5559
+	isDefaultPrevented: returnFalse,
5560
+	isPropagationStopped: returnFalse,
5561
+	isImmediatePropagationStopped: returnFalse,
5562
+
5563
+	preventDefault: function() {
5564
+		var e = this.originalEvent;
5565
+
5566
+		this.isDefaultPrevented = returnTrue;
5567
+		if ( !e ) {
5568
+			return;
5569
+		}
5570
+
5571
+		// If preventDefault exists, run it on the original event
5572
+		if ( e.preventDefault ) {
5573
+			e.preventDefault();
5574
+
5575
+		// Support: IE
5576
+		// Otherwise set the returnValue property of the original event to false
5577
+		} else {
5578
+			e.returnValue = false;
5579
+		}
5580
+	},
5581
+	stopPropagation: function() {
5582
+		var e = this.originalEvent;
5583
+
5584
+		this.isPropagationStopped = returnTrue;
5585
+
5586
+		if ( !e || this.isSimulated ) {
5587
+			return;
5588
+		}
5589
+
5590
+		// If stopPropagation exists, run it on the original event
5591
+		if ( e.stopPropagation ) {
5592
+			e.stopPropagation();
5593
+		}
5594
+
5595
+		// Support: IE
5596
+		// Set the cancelBubble property of the original event to true
5597
+		e.cancelBubble = true;
5598
+	},
5599
+	stopImmediatePropagation: function() {
5600
+		var e = this.originalEvent;
5601
+
5602
+		this.isImmediatePropagationStopped = returnTrue;
5603
+
5604
+		if ( e && e.stopImmediatePropagation ) {
5605
+			e.stopImmediatePropagation();
5606
+		}
5607
+
5608
+		this.stopPropagation();
5609
+	}
5610
+};
5611
+
5612
+// Create mouseenter/leave events using mouseover/out and event-time checks
5613
+// so that event delegation works in jQuery.
5614
+// Do the same for pointerenter/pointerleave and pointerover/pointerout
5615
+//
5616
+// Support: Safari 7 only
5617
+// Safari sends mouseenter too often; see:
5618
+// https://code.google.com/p/chromium/issues/detail?id=470258
5619
+// for the description of the bug (it existed in older Chrome versions as well).
5620
+jQuery.each( {
5621
+	mouseenter: "mouseover",
5622
+	mouseleave: "mouseout",
5623
+	pointerenter: "pointerover",
5624
+	pointerleave: "pointerout"
5625
+}, function( orig, fix ) {
5626
+	jQuery.event.special[ orig ] = {
5627
+		delegateType: fix,
5628
+		bindType: fix,
5629
+
5630
+		handle: function( event ) {
5631
+			var ret,
5632
+				target = this,
5633
+				related = event.relatedTarget,
5634
+				handleObj = event.handleObj;
5635
+
5636
+			// For mouseenter/leave call the handler if related is outside the target.
5637
+			// NB: No relatedTarget if the mouse left/entered the browser window
5638
+			if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {
5639
+				event.type = handleObj.origType;
5640
+				ret = handleObj.handler.apply( this, arguments );
5641
+				event.type = fix;
5642
+			}
5643
+			return ret;
5644
+		}
5645
+	};
5646
+} );
5647
+
5648
+// IE submit delegation
5649
+if ( !support.submit ) {
5650
+
5651
+	jQuery.event.special.submit = {
5652
+		setup: function() {
5653
+
5654
+			// Only need this for delegated form submit events
5655
+			if ( jQuery.nodeName( this, "form" ) ) {
5656
+				return false;
5657
+			}
5658
+
5659
+			// Lazy-add a submit handler when a descendant form may potentially be submitted
5660
+			jQuery.event.add( this, "click._submit keypress._submit", function( e ) {
5661
+
5662
+				// Node name check avoids a VML-related crash in IE (#9807)
5663
+				var elem = e.target,
5664
+					form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ?
5665
+
5666
+						// Support: IE <=8
5667
+						// We use jQuery.prop instead of elem.form
5668
+						// to allow fixing the IE8 delegated submit issue (gh-2332)
5669
+						// by 3rd party polyfills/workarounds.
5670
+						jQuery.prop( elem, "form" ) :
5671
+						undefined;
5672
+
5673
+				if ( form && !jQuery._data( form, "submit" ) ) {
5674
+					jQuery.event.add( form, "submit._submit", function( event ) {
5675
+						event._submitBubble = true;
5676
+					} );
5677
+					jQuery._data( form, "submit", true );
5678
+				}
5679
+			} );
5680
+
5681
+			// return undefined since we don't need an event listener
5682
+		},
5683
+
5684
+		postDispatch: function( event ) {
5685
+
5686
+			// If form was submitted by the user, bubble the event up the tree
5687
+			if ( event._submitBubble ) {
5688
+				delete event._submitBubble;
5689
+				if ( this.parentNode && !event.isTrigger ) {
5690
+					jQuery.event.simulate( "submit", this.parentNode, event );
5691
+				}
5692
+			}
5693
+		},
5694
+
5695
+		teardown: function() {
5696
+
5697
+			// Only need this for delegated form submit events
5698
+			if ( jQuery.nodeName( this, "form" ) ) {
5699
+				return false;
5700
+			}
5701
+
5702
+			// Remove delegated handlers; cleanData eventually reaps submit handlers attached above
5703
+			jQuery.event.remove( this, "._submit" );
5704
+		}
5705
+	};
5706
+}
5707
+
5708
+// IE change delegation and checkbox/radio fix
5709
+if ( !support.change ) {
5710
+
5711
+	jQuery.event.special.change = {
5712
+
5713
+		setup: function() {
5714
+
5715
+			if ( rformElems.test( this.nodeName ) ) {
5716
+
5717
+				// IE doesn't fire change on a check/radio until blur; trigger it on click
5718
+				// after a propertychange. Eat the blur-change in special.change.handle.
5719
+				// This still fires onchange a second time for check/radio after blur.
5720
+				if ( this.type === "checkbox" || this.type === "radio" ) {
5721
+					jQuery.event.add( this, "propertychange._change", function( event ) {
5722
+						if ( event.originalEvent.propertyName === "checked" ) {
5723
+							this._justChanged = true;
5724
+						}
5725
+					} );
5726
+					jQuery.event.add( this, "click._change", function( event ) {
5727
+						if ( this._justChanged && !event.isTrigger ) {
5728
+							this._justChanged = false;
5729
+						}
5730
+
5731
+						// Allow triggered, simulated change events (#11500)
5732
+						jQuery.event.simulate( "change", this, event );
5733
+					} );
5734
+				}
5735
+				return false;
5736
+			}
5737
+
5738
+			// Delegated event; lazy-add a change handler on descendant inputs
5739
+			jQuery.event.add( this, "beforeactivate._change", function( e ) {
5740
+				var elem = e.target;
5741
+
5742
+				if ( rformElems.test( elem.nodeName ) && !jQuery._data( elem, "change" ) ) {
5743
+					jQuery.event.add( elem, "change._change", function( event ) {
5744
+						if ( this.parentNode && !event.isSimulated && !event.isTrigger ) {
5745
+							jQuery.event.simulate( "change", this.parentNode, event );
5746
+						}
5747
+					} );
5748
+					jQuery._data( elem, "change", true );
5749
+				}
5750
+			} );
5751
+		},
5752
+
5753
+		handle: function( event ) {
5754
+			var elem = event.target;
5755
+
5756
+			// Swallow native change events from checkbox/radio, we already triggered them above
5757
+			if ( this !== elem || event.isSimulated || event.isTrigger ||
5758
+				( elem.type !== "radio" && elem.type !== "checkbox" ) ) {
5759
+
5760
+				return event.handleObj.handler.apply( this, arguments );
5761
+			}
5762
+		},
5763
+
5764
+		teardown: function() {
5765
+			jQuery.event.remove( this, "._change" );
5766
+
5767
+			return !rformElems.test( this.nodeName );
5768
+		}
5769
+	};
5770
+}
5771
+
5772
+// Support: Firefox
5773
+// Firefox doesn't have focus(in | out) events
5774
+// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787
5775
+//
5776
+// Support: Chrome, Safari
5777
+// focus(in | out) events fire after focus & blur events,
5778
+// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order
5779
+// Related ticket - https://code.google.com/p/chromium/issues/detail?id=449857
5780
+if ( !support.focusin ) {
5781
+	jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) {
5782
+
5783
+		// Attach a single capturing handler on the document while someone wants focusin/focusout
5784
+		var handler = function( event ) {
5785
+			jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );
5786
+		};
5787
+
5788
+		jQuery.event.special[ fix ] = {
5789
+			setup: function() {
5790
+				var doc = this.ownerDocument || this,
5791
+					attaches = jQuery._data( doc, fix );
5792
+
5793
+				if ( !attaches ) {
5794
+					doc.addEventListener( orig, handler, true );
5795
+				}
5796
+				jQuery._data( doc, fix, ( attaches || 0 ) + 1 );
5797
+			},
5798
+			teardown: function() {
5799
+				var doc = this.ownerDocument || this,
5800
+					attaches = jQuery._data( doc, fix ) - 1;
5801
+
5802
+				if ( !attaches ) {
5803
+					doc.removeEventListener( orig, handler, true );
5804
+					jQuery._removeData( doc, fix );
5805
+				} else {
5806
+					jQuery._data( doc, fix, attaches );
5807
+				}
5808
+			}
5809
+		};
5810
+	} );
5811
+}
5812
+
5813
+jQuery.fn.extend( {
5814
+
5815
+	on: function( types, selector, data, fn ) {
5816
+		return on( this, types, selector, data, fn );
5817
+	},
5818
+	one: function( types, selector, data, fn ) {
5819
+		return on( this, types, selector, data, fn, 1 );
5820
+	},
5821
+	off: function( types, selector, fn ) {
5822
+		var handleObj, type;
5823
+		if ( types && types.preventDefault && types.handleObj ) {
5824
+
5825
+			// ( event )  dispatched jQuery.Event
5826
+			handleObj = types.handleObj;
5827
+			jQuery( types.delegateTarget ).off(
5828
+				handleObj.namespace ?
5829
+					handleObj.origType + "." + handleObj.namespace :
5830
+					handleObj.origType,
5831
+				handleObj.selector,
5832
+				handleObj.handler
5833
+			);
5834
+			return this;
5835
+		}
5836
+		if ( typeof types === "object" ) {
5837
+
5838
+			// ( types-object [, selector] )
5839
+			for ( type in types ) {
5840
+				this.off( type, selector, types[ type ] );
5841
+			}
5842
+			return this;
5843
+		}
5844
+		if ( selector === false || typeof selector === "function" ) {
5845
+
5846
+			// ( types [, fn] )
5847
+			fn = selector;
5848
+			selector = undefined;
5849
+		}
5850
+		if ( fn === false ) {
5851
+			fn = returnFalse;
5852
+		}
5853
+		return this.each( function() {
5854
+			jQuery.event.remove( this, types, fn, selector );
5855
+		} );
5856
+	},
5857
+
5858
+	trigger: function( type, data ) {
5859
+		return this.each( function() {
5860
+			jQuery.event.trigger( type, data, this );
5861
+		} );
5862
+	},
5863
+	triggerHandler: function( type, data ) {
5864
+		var elem = this[ 0 ];
5865
+		if ( elem ) {
5866
+			return jQuery.event.trigger( type, data, elem, true );
5867
+		}
5868
+	}
5869
+} );
5870
+
5871
+
5872
+var rinlinejQuery = / jQuery\d+="(?:null|\d+)"/g,
5873
+	rnoshimcache = new RegExp( "<(?:" + nodeNames + ")[\\s/>]", "i" ),
5874
+	rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,
5875
+
5876
+	// Support: IE 10-11, Edge 10240+
5877
+	// In IE/Edge using regex groups here causes severe slowdowns.
5878
+	// See https://connect.microsoft.com/IE/feedback/details/1736512/
5879
+	rnoInnerhtml = /<script|<style|<link/i,
5880
+
5881
+	// checked="checked" or checked
5882
+	rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i,
5883
+	rscriptTypeMasked = /^true\/(.*)/,
5884
+	rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,
5885
+	safeFragment = createSafeFragment( document ),
5886
+	fragmentDiv = safeFragment.appendChild( document.createElement( "div" ) );
5887
+
5888
+// Support: IE<8
5889
+// Manipulating tables requires a tbody
5890
+function manipulationTarget( elem, content ) {
5891
+	return jQuery.nodeName( elem, "table" ) &&
5892
+		jQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ?
5893
+
5894
+		elem.getElementsByTagName( "tbody" )[ 0 ] ||
5895
+			elem.appendChild( elem.ownerDocument.createElement( "tbody" ) ) :
5896
+		elem;
5897
+}
5898
+
5899
+// Replace/restore the type attribute of script elements for safe DOM manipulation
5900
+function disableScript( elem ) {
5901
+	elem.type = ( jQuery.find.attr( elem, "type" ) !== null ) + "/" + elem.type;
5902
+	return elem;
5903
+}
5904
+function restoreScript( elem ) {
5905
+	var match = rscriptTypeMasked.exec( elem.type );
5906
+	if ( match ) {
5907
+		elem.type = match[ 1 ];
5908
+	} else {
5909
+		elem.removeAttribute( "type" );
5910
+	}
5911
+	return elem;
5912
+}
5913
+
5914
+function cloneCopyEvent( src, dest ) {
5915
+	if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) {
5916
+		return;
5917
+	}
5918
+
5919
+	var type, i, l,
5920
+		oldData = jQuery._data( src ),
5921
+		curData = jQuery._data( dest, oldData ),
5922
+		events = oldData.events;
5923
+
5924
+	if ( events ) {
5925
+		delete curData.handle;
5926
+		curData.events = {};
5927
+
5928
+		for ( type in events ) {
5929
+			for ( i = 0, l = events[ type ].length; i < l; i++ ) {
5930
+				jQuery.event.add( dest, type, events[ type ][ i ] );
5931
+			}
5932
+		}
5933
+	}
5934
+
5935
+	// make the cloned public data object a copy from the original
5936
+	if ( curData.data ) {
5937
+		curData.data = jQuery.extend( {}, curData.data );
5938
+	}
5939
+}
5940
+
5941
+function fixCloneNodeIssues( src, dest ) {
5942
+	var nodeName, e, data;
5943
+
5944
+	// We do not need to do anything for non-Elements
5945
+	if ( dest.nodeType !== 1 ) {
5946
+		return;
5947
+	}
5948
+
5949
+	nodeName = dest.nodeName.toLowerCase();
5950
+
5951
+	// IE6-8 copies events bound via attachEvent when using cloneNode.
5952
+	if ( !support.noCloneEvent && dest[ jQuery.expando ] ) {
5953
+		data = jQuery._data( dest );
5954
+
5955
+		for ( e in data.events ) {
5956
+			jQuery.removeEvent( dest, e, data.handle );
5957
+		}
5958
+
5959
+		// Event data gets referenced instead of copied if the expando gets copied too
5960
+		dest.removeAttribute( jQuery.expando );
5961
+	}
5962
+
5963
+	// IE blanks contents when cloning scripts, and tries to evaluate newly-set text
5964
+	if ( nodeName === "script" && dest.text !== src.text ) {
5965
+		disableScript( dest ).text = src.text;
5966
+		restoreScript( dest );
5967
+
5968
+	// IE6-10 improperly clones children of object elements using classid.
5969
+	// IE10 throws NoModificationAllowedError if parent is null, #12132.
5970
+	} else if ( nodeName === "object" ) {
5971
+		if ( dest.parentNode ) {
5972
+			dest.outerHTML = src.outerHTML;
5973
+		}
5974
+
5975
+		// This path appears unavoidable for IE9. When cloning an object
5976
+		// element in IE9, the outerHTML strategy above is not sufficient.
5977
+		// If the src has innerHTML and the destination does not,
5978
+		// copy the src.innerHTML into the dest.innerHTML. #10324
5979
+		if ( support.html5Clone && ( src.innerHTML && !jQuery.trim( dest.innerHTML ) ) ) {
5980
+			dest.innerHTML = src.innerHTML;
5981
+		}
5982
+
5983
+	} else if ( nodeName === "input" && rcheckableType.test( src.type ) ) {
5984
+
5985
+		// IE6-8 fails to persist the checked state of a cloned checkbox
5986
+		// or radio button. Worse, IE6-7 fail to give the cloned element
5987
+		// a checked appearance if the defaultChecked value isn't also set
5988
+
5989
+		dest.defaultChecked = dest.checked = src.checked;
5990
+
5991
+		// IE6-7 get confused and end up setting the value of a cloned
5992
+		// checkbox/radio button to an empty string instead of "on"
5993
+		if ( dest.value !== src.value ) {
5994
+			dest.value = src.value;
5995
+		}
5996
+
5997
+	// IE6-8 fails to return the selected option to the default selected
5998
+	// state when cloning options
5999
+	} else if ( nodeName === "option" ) {
6000
+		dest.defaultSelected = dest.selected = src.defaultSelected;
6001
+
6002
+	// IE6-8 fails to set the defaultValue to the correct value when
6003
+	// cloning other types of input fields
6004
+	} else if ( nodeName === "input" || nodeName === "textarea" ) {
6005
+		dest.defaultValue = src.defaultValue;
6006
+	}
6007
+}
6008
+
6009
+function domManip( collection, args, callback, ignored ) {
6010
+
6011
+	// Flatten any nested arrays
6012
+	args = concat.apply( [], args );
6013
+
6014
+	var first, node, hasScripts,
6015
+		scripts, doc, fragment,
6016
+		i = 0,
6017
+		l = collection.length,
6018
+		iNoClone = l - 1,
6019
+		value = args[ 0 ],
6020
+		isFunction = jQuery.isFunction( value );
6021
+
6022
+	// We can't cloneNode fragments that contain checked, in WebKit
6023
+	if ( isFunction ||
6024
+			( l > 1 && typeof value === "string" &&
6025
+				!support.checkClone && rchecked.test( value ) ) ) {
6026
+		return collection.each( function( index ) {
6027
+			var self = collection.eq( index );
6028
+			if ( isFunction ) {
6029
+				args[ 0 ] = value.call( this, index, self.html() );
6030
+			}
6031
+			domManip( self, args, callback, ignored );
6032
+		} );
6033
+	}
6034
+
6035
+	if ( l ) {
6036
+		fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );
6037
+		first = fragment.firstChild;
6038
+
6039
+		if ( fragment.childNodes.length === 1 ) {
6040
+			fragment = first;
6041
+		}
6042
+
6043
+		// Require either new content or an interest in ignored elements to invoke the callback
6044
+		if ( first || ignored ) {
6045
+			scripts = jQuery.map( getAll( fragment, "script" ), disableScript );
6046
+			hasScripts = scripts.length;
6047
+
6048
+			// Use the original fragment for the last item
6049
+			// instead of the first because it can end up
6050
+			// being emptied incorrectly in certain situations (#8070).
6051
+			for ( ; i < l; i++ ) {
6052
+				node = fragment;
6053
+
6054
+				if ( i !== iNoClone ) {
6055
+					node = jQuery.clone( node, true, true );
6056
+
6057
+					// Keep references to cloned scripts for later restoration
6058
+					if ( hasScripts ) {
6059
+
6060
+						// Support: Android<4.1, PhantomJS<2
6061
+						// push.apply(_, arraylike) throws on ancient WebKit
6062
+						jQuery.merge( scripts, getAll( node, "script" ) );
6063
+					}
6064
+				}
6065
+
6066
+				callback.call( collection[ i ], node, i );
6067
+			}
6068
+
6069
+			if ( hasScripts ) {
6070
+				doc = scripts[ scripts.length - 1 ].ownerDocument;
6071
+
6072
+				// Reenable scripts
6073
+				jQuery.map( scripts, restoreScript );
6074
+
6075
+				// Evaluate executable scripts on first document insertion
6076
+				for ( i = 0; i < hasScripts; i++ ) {
6077
+					node = scripts[ i ];
6078
+					if ( rscriptType.test( node.type || "" ) &&
6079
+						!jQuery._data( node, "globalEval" ) &&
6080
+						jQuery.contains( doc, node ) ) {
6081
+
6082
+						if ( node.src ) {
6083
+
6084
+							// Optional AJAX dependency, but won't run scripts if not present
6085
+							if ( jQuery._evalUrl ) {
6086
+								jQuery._evalUrl( node.src );
6087
+							}
6088
+						} else {
6089
+							jQuery.globalEval(
6090
+								( node.text || node.textContent || node.innerHTML || "" )
6091
+									.replace( rcleanScript, "" )
6092
+							);
6093
+						}
6094
+					}
6095
+				}
6096
+			}
6097
+
6098
+			// Fix #11809: Avoid leaking memory
6099
+			fragment = first = null;
6100
+		}
6101
+	}
6102
+
6103
+	return collection;
6104
+}
6105
+
6106
+function remove( elem, selector, keepData ) {
6107
+	var node,
6108
+		elems = selector ? jQuery.filter( selector, elem ) : elem,
6109
+		i = 0;
6110
+
6111
+	for ( ; ( node = elems[ i ] ) != null; i++ ) {
6112
+
6113
+		if ( !keepData && node.nodeType === 1 ) {
6114
+			jQuery.cleanData( getAll( node ) );
6115
+		}
6116
+
6117
+		if ( node.parentNode ) {
6118
+			if ( keepData && jQuery.contains( node.ownerDocument, node ) ) {
6119
+				setGlobalEval( getAll( node, "script" ) );
6120
+			}
6121
+			node.parentNode.removeChild( node );
6122
+		}
6123
+	}
6124
+
6125
+	return elem;
6126
+}
6127
+
6128
+jQuery.extend( {
6129
+	htmlPrefilter: function( html ) {
6130
+		return html.replace( rxhtmlTag, "<$1></$2>" );
6131
+	},
6132
+
6133
+	clone: function( elem, dataAndEvents, deepDataAndEvents ) {
6134
+		var destElements, node, clone, i, srcElements,
6135
+			inPage = jQuery.contains( elem.ownerDocument, elem );
6136
+
6137
+		if ( support.html5Clone || jQuery.isXMLDoc( elem ) ||
6138
+			!rnoshimcache.test( "<" + elem.nodeName + ">" ) ) {
6139
+
6140
+			clone = elem.cloneNode( true );
6141
+
6142
+		// IE<=8 does not properly clone detached, unknown element nodes
6143
+		} else {
6144
+			fragmentDiv.innerHTML = elem.outerHTML;
6145
+			fragmentDiv.removeChild( clone = fragmentDiv.firstChild );
6146
+		}
6147
+
6148
+		if ( ( !support.noCloneEvent || !support.noCloneChecked ) &&
6149
+				( elem.nodeType === 1 || elem.nodeType === 11 ) && !jQuery.isXMLDoc( elem ) ) {
6150
+
6151
+			// We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2
6152
+			destElements = getAll( clone );
6153
+			srcElements = getAll( elem );
6154
+
6155
+			// Fix all IE cloning issues
6156
+			for ( i = 0; ( node = srcElements[ i ] ) != null; ++i ) {
6157
+
6158
+				// Ensure that the destination node is not null; Fixes #9587
6159
+				if ( destElements[ i ] ) {
6160
+					fixCloneNodeIssues( node, destElements[ i ] );
6161
+				}
6162
+			}
6163
+		}
6164
+
6165
+		// Copy the events from the original to the clone
6166
+		if ( dataAndEvents ) {
6167
+			if ( deepDataAndEvents ) {
6168
+				srcElements = srcElements || getAll( elem );
6169
+				destElements = destElements || getAll( clone );
6170
+
6171
+				for ( i = 0; ( node = srcElements[ i ] ) != null; i++ ) {
6172
+					cloneCopyEvent( node, destElements[ i ] );
6173
+				}
6174
+			} else {
6175
+				cloneCopyEvent( elem, clone );
6176
+			}
6177
+		}
6178
+
6179
+		// Preserve script evaluation history
6180
+		destElements = getAll( clone, "script" );
6181
+		if ( destElements.length > 0 ) {
6182
+			setGlobalEval( destElements, !inPage && getAll( elem, "script" ) );
6183
+		}
6184
+
6185
+		destElements = srcElements = node = null;
6186
+
6187
+		// Return the cloned set
6188
+		return clone;
6189
+	},
6190
+
6191
+	cleanData: function( elems, /* internal */ forceAcceptData ) {
6192
+		var elem, type, id, data,
6193
+			i = 0,
6194
+			internalKey = jQuery.expando,
6195
+			cache = jQuery.cache,
6196
+			attributes = support.attributes,
6197
+			special = jQuery.event.special;
6198
+
6199
+		for ( ; ( elem = elems[ i ] ) != null; i++ ) {
6200
+			if ( forceAcceptData || acceptData( elem ) ) {
6201
+
6202
+				id = elem[ internalKey ];
6203
+				data = id && cache[ id ];
6204
+
6205
+				if ( data ) {
6206
+					if ( data.events ) {
6207
+						for ( type in data.events ) {
6208
+							if ( special[ type ] ) {
6209
+								jQuery.event.remove( elem, type );
6210
+
6211
+							// This is a shortcut to avoid jQuery.event.remove's overhead
6212
+							} else {
6213
+								jQuery.removeEvent( elem, type, data.handle );
6214
+							}
6215
+						}
6216
+					}
6217
+
6218
+					// Remove cache only if it was not already removed by jQuery.event.remove
6219
+					if ( cache[ id ] ) {
6220
+
6221
+						delete cache[ id ];
6222
+
6223
+						// Support: IE<9
6224
+						// IE does not allow us to delete expando properties from nodes
6225
+						// IE creates expando attributes along with the property
6226
+						// IE does not have a removeAttribute function on Document nodes
6227
+						if ( !attributes && typeof elem.removeAttribute !== "undefined" ) {
6228
+							elem.removeAttribute( internalKey );
6229
+
6230
+						// Webkit & Blink performance suffers when deleting properties
6231
+						// from DOM nodes, so set to undefined instead
6232
+						// https://code.google.com/p/chromium/issues/detail?id=378607
6233
+						} else {
6234
+							elem[ internalKey ] = undefined;
6235
+						}
6236
+
6237
+						deletedIds.push( id );
6238
+					}
6239
+				}
6240
+			}
6241
+		}
6242
+	}
6243
+} );
6244
+
6245
+jQuery.fn.extend( {
6246
+
6247
+	// Keep domManip exposed until 3.0 (gh-2225)
6248
+	domManip: domManip,
6249
+
6250
+	detach: function( selector ) {
6251
+		return remove( this, selector, true );
6252
+	},
6253
+
6254
+	remove: function( selector ) {
6255
+		return remove( this, selector );
6256
+	},
6257
+
6258
+	text: function( value ) {
6259
+		return access( this, function( value ) {
6260
+			return value === undefined ?
6261
+				jQuery.text( this ) :
6262
+				this.empty().append(
6263
+					( this[ 0 ] && this[ 0 ].ownerDocument || document ).createTextNode( value )
6264
+				);
6265
+		}, null, value, arguments.length );
6266
+	},
6267
+
6268
+	append: function() {
6269
+		return domManip( this, arguments, function( elem ) {
6270
+			if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
6271
+				var target = manipulationTarget( this, elem );
6272
+				target.appendChild( elem );
6273
+			}
6274
+		} );
6275
+	},
6276
+
6277
+	prepend: function() {
6278
+		return domManip( this, arguments, function( elem ) {
6279
+			if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
6280
+				var target = manipulationTarget( this, elem );
6281
+				target.insertBefore( elem, target.firstChild );
6282
+			}
6283
+		} );
6284
+	},
6285
+
6286
+	before: function() {
6287
+		return domManip( this, arguments, function( elem ) {
6288
+			if ( this.parentNode ) {
6289
+				this.parentNode.insertBefore( elem, this );
6290
+			}
6291
+		} );
6292
+	},
6293
+
6294
+	after: function() {
6295
+		return domManip( this, arguments, function( elem ) {
6296
+			if ( this.parentNode ) {
6297
+				this.parentNode.insertBefore( elem, this.nextSibling );
6298
+			}
6299
+		} );
6300
+	},
6301
+
6302
+	empty: function() {
6303
+		var elem,
6304
+			i = 0;
6305
+
6306
+		for ( ; ( elem = this[ i ] ) != null; i++ ) {
6307
+
6308
+			// Remove element nodes and prevent memory leaks
6309
+			if ( elem.nodeType === 1 ) {
6310
+				jQuery.cleanData( getAll( elem, false ) );
6311
+			}
6312
+
6313
+			// Remove any remaining nodes
6314
+			while ( elem.firstChild ) {
6315
+				elem.removeChild( elem.firstChild );
6316
+			}
6317
+
6318
+			// If this is a select, ensure that it displays empty (#12336)
6319
+			// Support: IE<9
6320
+			if ( elem.options && jQuery.nodeName( elem, "select" ) ) {
6321
+				elem.options.length = 0;
6322
+			}
6323
+		}
6324
+
6325
+		return this;
6326
+	},
6327
+
6328
+	clone: function( dataAndEvents, deepDataAndEvents ) {
6329
+		dataAndEvents = dataAndEvents == null ? false : dataAndEvents;
6330
+		deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;
6331
+
6332
+		return this.map( function() {
6333
+			return jQuery.clone( this, dataAndEvents, deepDataAndEvents );
6334
+		} );
6335
+	},
6336
+
6337
+	html: function( value ) {
6338
+		return access( this, function( value ) {
6339
+			var elem = this[ 0 ] || {},
6340
+				i = 0,
6341
+				l = this.length;
6342
+
6343
+			if ( value === undefined ) {
6344
+				return elem.nodeType === 1 ?
6345
+					elem.innerHTML.replace( rinlinejQuery, "" ) :
6346
+					undefined;
6347
+			}
6348
+
6349
+			// See if we can take a shortcut and just use innerHTML
6350
+			if ( typeof value === "string" && !rnoInnerhtml.test( value ) &&
6351
+				( support.htmlSerialize || !rnoshimcache.test( value )  ) &&
6352
+				( support.leadingWhitespace || !rleadingWhitespace.test( value ) ) &&
6353
+				!wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) {
6354
+
6355
+				value = jQuery.htmlPrefilter( value );
6356
+
6357
+				try {
6358
+					for ( ; i < l; i++ ) {
6359
+
6360
+						// Remove element nodes and prevent memory leaks
6361
+						elem = this[ i ] || {};
6362
+						if ( elem.nodeType === 1 ) {
6363
+							jQuery.cleanData( getAll( elem, false ) );
6364
+							elem.innerHTML = value;
6365
+						}
6366
+					}
6367
+
6368
+					elem = 0;
6369
+
6370
+				// If using innerHTML throws an exception, use the fallback method
6371
+				} catch ( e ) {}
6372
+			}
6373
+
6374
+			if ( elem ) {
6375
+				this.empty().append( value );
6376
+			}
6377
+		}, null, value, arguments.length );
6378
+	},
6379
+
6380
+	replaceWith: function() {
6381
+		var ignored = [];
6382
+
6383
+		// Make the changes, replacing each non-ignored context element with the new content
6384
+		return domManip( this, arguments, function( elem ) {
6385
+			var parent = this.parentNode;
6386
+
6387
+			if ( jQuery.inArray( this, ignored ) < 0 ) {
6388
+				jQuery.cleanData( getAll( this ) );
6389
+				if ( parent ) {
6390
+					parent.replaceChild( elem, this );
6391
+				}
6392
+			}
6393
+
6394
+		// Force callback invocation
6395
+		}, ignored );
6396
+	}
6397
+} );
6398
+
6399
+jQuery.each( {
6400
+	appendTo: "append",
6401
+	prependTo: "prepend",
6402
+	insertBefore: "before",
6403
+	insertAfter: "after",
6404
+	replaceAll: "replaceWith"
6405
+}, function( name, original ) {
6406
+	jQuery.fn[ name ] = function( selector ) {
6407
+		var elems,
6408
+			i = 0,
6409
+			ret = [],
6410
+			insert = jQuery( selector ),
6411
+			last = insert.length - 1;
6412
+
6413
+		for ( ; i <= last; i++ ) {
6414
+			elems = i === last ? this : this.clone( true );
6415
+			jQuery( insert[ i ] )[ original ]( elems );
6416
+
6417
+			// Modern browsers can apply jQuery collections as arrays, but oldIE needs a .get()
6418
+			push.apply( ret, elems.get() );
6419
+		}
6420
+
6421
+		return this.pushStack( ret );
6422
+	};
6423
+} );
6424
+
6425
+
6426
+var iframe,
6427
+	elemdisplay = {
6428
+
6429
+		// Support: Firefox
6430
+		// We have to pre-define these values for FF (#10227)
6431
+		HTML: "block",
6432
+		BODY: "block"
6433
+	};
6434
+
6435
+/**
6436
+ * Retrieve the actual display of a element
6437
+ * @param {String} name nodeName of the element
6438
+ * @param {Object} doc Document object
6439
+ */
6440
+
6441
+// Called only from within defaultDisplay
6442
+function actualDisplay( name, doc ) {
6443
+	var elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ),
6444
+
6445
+		display = jQuery.css( elem[ 0 ], "display" );
6446
+
6447
+	// We don't have any data stored on the element,
6448
+	// so use "detach" method as fast way to get rid of the element
6449
+	elem.detach();
6450
+
6451
+	return display;
6452
+}
6453
+
6454
+/**
6455
+ * Try to determine the default display value of an element
6456
+ * @param {String} nodeName
6457
+ */
6458
+function defaultDisplay( nodeName ) {
6459
+	var doc = document,
6460
+		display = elemdisplay[ nodeName ];
6461
+
6462
+	if ( !display ) {
6463
+		display = actualDisplay( nodeName, doc );
6464
+
6465
+		// If the simple way fails, read from inside an iframe
6466
+		if ( display === "none" || !display ) {
6467
+
6468
+			// Use the already-created iframe if possible
6469
+			iframe = ( iframe || jQuery( "<iframe frameborder='0' width='0' height='0'/>" ) )
6470
+				.appendTo( doc.documentElement );
6471
+
6472
+			// Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse
6473
+			doc = ( iframe[ 0 ].contentWindow || iframe[ 0 ].contentDocument ).document;
6474
+
6475
+			// Support: IE
6476
+			doc.write();
6477
+			doc.close();
6478
+
6479
+			display = actualDisplay( nodeName, doc );
6480
+			iframe.detach();
6481
+		}
6482
+
6483
+		// Store the correct default display
6484
+		elemdisplay[ nodeName ] = display;
6485
+	}
6486
+
6487
+	return display;
6488
+}
6489
+var rmargin = ( /^margin/ );
6490
+
6491
+var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
6492
+
6493
+var swap = function( elem, options, callback, args ) {
6494
+	var ret, name,
6495
+		old = {};
6496
+
6497
+	// Remember the old values, and insert the new ones
6498
+	for ( name in options ) {
6499
+		old[ name ] = elem.style[ name ];
6500
+		elem.style[ name ] = options[ name ];
6501
+	}
6502
+
6503
+	ret = callback.apply( elem, args || [] );
6504
+
6505
+	// Revert the old values
6506
+	for ( name in options ) {
6507
+		elem.style[ name ] = old[ name ];
6508
+	}
6509
+
6510
+	return ret;
6511
+};
6512
+
6513
+
6514
+var documentElement = document.documentElement;
6515
+
6516
+
6517
+
6518
+( function() {
6519
+	var pixelPositionVal, pixelMarginRightVal, boxSizingReliableVal,
6520
+		reliableHiddenOffsetsVal, reliableMarginRightVal, reliableMarginLeftVal,
6521
+		container = document.createElement( "div" ),
6522
+		div = document.createElement( "div" );
6523
+
6524
+	// Finish early in limited (non-browser) environments
6525
+	if ( !div.style ) {
6526
+		return;
6527
+	}
6528
+
6529
+	div.style.cssText = "float:left;opacity:.5";
6530
+
6531
+	// Support: IE<9
6532
+	// Make sure that element opacity exists (as opposed to filter)
6533
+	support.opacity = div.style.opacity === "0.5";
6534
+
6535
+	// Verify style float existence
6536
+	// (IE uses styleFloat instead of cssFloat)
6537
+	support.cssFloat = !!div.style.cssFloat;
6538
+
6539
+	div.style.backgroundClip = "content-box";
6540
+	div.cloneNode( true ).style.backgroundClip = "";
6541
+	support.clearCloneStyle = div.style.backgroundClip === "content-box";
6542
+
6543
+	container = document.createElement( "div" );
6544
+	container.style.cssText = "border:0;width:8px;height:0;top:0;left:-9999px;" +
6545
+		"padding:0;margin-top:1px;position:absolute";
6546
+	div.innerHTML = "";
6547
+	container.appendChild( div );
6548
+
6549
+	// Support: Firefox<29, Android 2.3
6550
+	// Vendor-prefix box-sizing
6551
+	support.boxSizing = div.style.boxSizing === "" || div.style.MozBoxSizing === "" ||
6552
+		div.style.WebkitBoxSizing === "";
6553
+
6554
+	jQuery.extend( support, {
6555
+		reliableHiddenOffsets: function() {
6556
+			if ( pixelPositionVal == null ) {
6557
+				computeStyleTests();
6558
+			}
6559
+			return reliableHiddenOffsetsVal;
6560
+		},
6561
+
6562
+		boxSizingReliable: function() {
6563
+
6564
+			// We're checking for pixelPositionVal here instead of boxSizingReliableVal
6565
+			// since that compresses better and they're computed together anyway.
6566
+			if ( pixelPositionVal == null ) {
6567
+				computeStyleTests();
6568
+			}
6569
+			return boxSizingReliableVal;
6570
+		},
6571
+
6572
+		pixelMarginRight: function() {
6573
+
6574
+			// Support: Android 4.0-4.3
6575
+			if ( pixelPositionVal == null ) {
6576
+				computeStyleTests();
6577
+			}
6578
+			return pixelMarginRightVal;
6579
+		},
6580
+
6581
+		pixelPosition: function() {
6582
+			if ( pixelPositionVal == null ) {
6583
+				computeStyleTests();
6584
+			}
6585
+			return pixelPositionVal;
6586
+		},
6587
+
6588
+		reliableMarginRight: function() {
6589
+
6590
+			// Support: Android 2.3
6591
+			if ( pixelPositionVal == null ) {
6592
+				computeStyleTests();
6593
+			}
6594
+			return reliableMarginRightVal;
6595
+		},
6596
+
6597
+		reliableMarginLeft: function() {
6598
+
6599
+			// Support: IE <=8 only, Android 4.0 - 4.3 only, Firefox <=3 - 37
6600
+			if ( pixelPositionVal == null ) {
6601
+				computeStyleTests();
6602
+			}
6603
+			return reliableMarginLeftVal;
6604
+		}
6605
+	} );
6606
+
6607
+	function computeStyleTests() {
6608
+		var contents, divStyle,
6609
+			documentElement = document.documentElement;
6610
+
6611
+		// Setup
6612
+		documentElement.appendChild( container );
6613
+
6614
+		div.style.cssText =
6615
+
6616
+			// Support: Android 2.3
6617
+			// Vendor-prefix box-sizing
6618
+			"-webkit-box-sizing:border-box;box-sizing:border-box;" +
6619
+			"position:relative;display:block;" +
6620
+			"margin:auto;border:1px;padding:1px;" +
6621
+			"top:1%;width:50%";
6622
+
6623
+		// Support: IE<9
6624
+		// Assume reasonable values in the absence of getComputedStyle
6625
+		pixelPositionVal = boxSizingReliableVal = reliableMarginLeftVal = false;
6626
+		pixelMarginRightVal = reliableMarginRightVal = true;
6627
+
6628
+		// Check for getComputedStyle so that this code is not run in IE<9.
6629
+		if ( window.getComputedStyle ) {
6630
+			divStyle = window.getComputedStyle( div );
6631
+			pixelPositionVal = ( divStyle || {} ).top !== "1%";
6632
+			reliableMarginLeftVal = ( divStyle || {} ).marginLeft === "2px";
6633
+			boxSizingReliableVal = ( divStyle || { width: "4px" } ).width === "4px";
6634
+
6635
+			// Support: Android 4.0 - 4.3 only
6636
+			// Some styles come back with percentage values, even though they shouldn't
6637
+			div.style.marginRight = "50%";
6638
+			pixelMarginRightVal = ( divStyle || { marginRight: "4px" } ).marginRight === "4px";
6639
+
6640
+			// Support: Android 2.3 only
6641
+			// Div with explicit width and no margin-right incorrectly
6642
+			// gets computed margin-right based on width of container (#3333)
6643
+			// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
6644
+			contents = div.appendChild( document.createElement( "div" ) );
6645
+
6646
+			// Reset CSS: box-sizing; display; margin; border; padding
6647
+			contents.style.cssText = div.style.cssText =
6648
+
6649
+				// Support: Android 2.3
6650
+				// Vendor-prefix box-sizing
6651
+				"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;" +
6652
+				"box-sizing:content-box;display:block;margin:0;border:0;padding:0";
6653
+			contents.style.marginRight = contents.style.width = "0";
6654
+			div.style.width = "1px";
6655
+
6656
+			reliableMarginRightVal =
6657
+				!parseFloat( ( window.getComputedStyle( contents ) || {} ).marginRight );
6658
+
6659
+			div.removeChild( contents );
6660
+		}
6661
+
6662
+		// Support: IE6-8
6663
+		// First check that getClientRects works as expected
6664
+		// Check if table cells still have offsetWidth/Height when they are set
6665
+		// to display:none and there are still other visible table cells in a
6666
+		// table row; if so, offsetWidth/Height are not reliable for use when
6667
+		// determining if an element has been hidden directly using
6668
+		// display:none (it is still safe to use offsets if a parent element is
6669
+		// hidden; don safety goggles and see bug #4512 for more information).
6670
+		div.style.display = "none";
6671
+		reliableHiddenOffsetsVal = div.getClientRects().length === 0;
6672
+		if ( reliableHiddenOffsetsVal ) {
6673
+			div.style.display = "";
6674
+			div.innerHTML = "<table><tr><td></td><td>t</td></tr></table>";
6675
+			div.childNodes[ 0 ].style.borderCollapse = "separate";
6676
+			contents = div.getElementsByTagName( "td" );
6677
+			contents[ 0 ].style.cssText = "margin:0;border:0;padding:0;display:none";
6678
+			reliableHiddenOffsetsVal = contents[ 0 ].offsetHeight === 0;
6679
+			if ( reliableHiddenOffsetsVal ) {
6680
+				contents[ 0 ].style.display = "";
6681
+				contents[ 1 ].style.display = "none";
6682
+				reliableHiddenOffsetsVal = contents[ 0 ].offsetHeight === 0;
6683
+			}
6684
+		}
6685
+
6686
+		// Teardown
6687
+		documentElement.removeChild( container );
6688
+	}
6689
+
6690
+} )();
6691
+
6692
+
6693
+var getStyles, curCSS,
6694
+	rposition = /^(top|right|bottom|left)$/;
6695
+
6696
+if ( window.getComputedStyle ) {
6697
+	getStyles = function( elem ) {
6698
+
6699
+		// Support: IE<=11+, Firefox<=30+ (#15098, #14150)
6700
+		// IE throws on elements created in popups
6701
+		// FF meanwhile throws on frame elements through "defaultView.getComputedStyle"
6702
+		var view = elem.ownerDocument.defaultView;
6703
+
6704
+		if ( !view || !view.opener ) {
6705
+			view = window;
6706
+		}
6707
+
6708
+		return view.getComputedStyle( elem );
6709
+	};
6710
+
6711
+	curCSS = function( elem, name, computed ) {
6712
+		var width, minWidth, maxWidth, ret,
6713
+			style = elem.style;
6714
+
6715
+		computed = computed || getStyles( elem );
6716
+
6717
+		// getPropertyValue is only needed for .css('filter') in IE9, see #12537
6718
+		ret = computed ? computed.getPropertyValue( name ) || computed[ name ] : undefined;
6719
+
6720
+		// Support: Opera 12.1x only
6721
+		// Fall back to style even without computed
6722
+		// computed is undefined for elems on document fragments
6723
+		if ( ( ret === "" || ret === undefined ) && !jQuery.contains( elem.ownerDocument, elem ) ) {
6724
+			ret = jQuery.style( elem, name );
6725
+		}
6726
+
6727
+		if ( computed ) {
6728
+
6729
+			// A tribute to the "awesome hack by Dean Edwards"
6730
+			// Chrome < 17 and Safari 5.0 uses "computed value"
6731
+			// instead of "used value" for margin-right
6732
+			// Safari 5.1.7 (at least) returns percentage for a larger set of values,
6733
+			// but width seems to be reliably pixels
6734
+			// this is against the CSSOM draft spec:
6735
+			// http://dev.w3.org/csswg/cssom/#resolved-values
6736
+			if ( !support.pixelMarginRight() && rnumnonpx.test( ret ) && rmargin.test( name ) ) {
6737
+
6738
+				// Remember the original values
6739
+				width = style.width;
6740
+				minWidth = style.minWidth;
6741
+				maxWidth = style.maxWidth;
6742
+
6743
+				// Put in the new values to get a computed value out
6744
+				style.minWidth = style.maxWidth = style.width = ret;
6745
+				ret = computed.width;
6746
+
6747
+				// Revert the changed values
6748
+				style.width = width;
6749
+				style.minWidth = minWidth;
6750
+				style.maxWidth = maxWidth;
6751
+			}
6752
+		}
6753
+
6754
+		// Support: IE
6755
+		// IE returns zIndex value as an integer.
6756
+		return ret === undefined ?
6757
+			ret :
6758
+			ret + "";
6759
+	};
6760
+} else if ( documentElement.currentStyle ) {
6761
+	getStyles = function( elem ) {
6762
+		return elem.currentStyle;
6763
+	};
6764
+
6765
+	curCSS = function( elem, name, computed ) {
6766
+		var left, rs, rsLeft, ret,
6767
+			style = elem.style;
6768
+
6769
+		computed = computed || getStyles( elem );
6770
+		ret = computed ? computed[ name ] : undefined;
6771
+
6772
+		// Avoid setting ret to empty string here
6773
+		// so we don't default to auto
6774
+		if ( ret == null && style && style[ name ] ) {
6775
+			ret = style[ name ];
6776
+		}
6777
+
6778
+		// From the awesome hack by Dean Edwards
6779
+		// http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291
6780
+
6781
+		// If we're not dealing with a regular pixel number
6782
+		// but a number that has a weird ending, we need to convert it to pixels
6783
+		// but not position css attributes, as those are
6784
+		// proportional to the parent element instead
6785
+		// and we can't measure the parent instead because it
6786
+		// might trigger a "stacking dolls" problem
6787
+		if ( rnumnonpx.test( ret ) && !rposition.test( name ) ) {
6788
+
6789
+			// Remember the original values
6790
+			left = style.left;
6791
+			rs = elem.runtimeStyle;
6792
+			rsLeft = rs && rs.left;
6793
+
6794
+			// Put in the new values to get a computed value out
6795
+			if ( rsLeft ) {
6796
+				rs.left = elem.currentStyle.left;
6797
+			}
6798
+			style.left = name === "fontSize" ? "1em" : ret;
6799
+			ret = style.pixelLeft + "px";
6800
+
6801
+			// Revert the changed values
6802
+			style.left = left;
6803
+			if ( rsLeft ) {
6804
+				rs.left = rsLeft;
6805
+			}
6806
+		}
6807
+
6808
+		// Support: IE
6809
+		// IE returns zIndex value as an integer.
6810
+		return ret === undefined ?
6811
+			ret :
6812
+			ret + "" || "auto";
6813
+	};
6814
+}
6815
+
6816
+
6817
+
6818
+
6819
+function addGetHookIf( conditionFn, hookFn ) {
6820
+
6821
+	// Define the hook, we'll check on the first run if it's really needed.
6822
+	return {
6823
+		get: function() {
6824
+			if ( conditionFn() ) {
6825
+
6826
+				// Hook not needed (or it's not possible to use it due
6827
+				// to missing dependency), remove it.
6828
+				delete this.get;
6829
+				return;
6830
+			}
6831
+
6832
+			// Hook needed; redefine it so that the support test is not executed again.
6833
+			return ( this.get = hookFn ).apply( this, arguments );
6834
+		}
6835
+	};
6836
+}
6837
+
6838
+
6839
+var
6840
+
6841
+		ralpha = /alpha\([^)]*\)/i,
6842
+	ropacity = /opacity\s*=\s*([^)]*)/i,
6843
+
6844
+	// swappable if display is none or starts with table except
6845
+	// "table", "table-cell", or "table-caption"
6846
+	// see here for display values:
6847
+	// https://developer.mozilla.org/en-US/docs/CSS/display
6848
+	rdisplayswap = /^(none|table(?!-c[ea]).+)/,
6849
+	rnumsplit = new RegExp( "^(" + pnum + ")(.*)$", "i" ),
6850
+
6851
+	cssShow = { position: "absolute", visibility: "hidden", display: "block" },
6852
+	cssNormalTransform = {
6853
+		letterSpacing: "0",
6854
+		fontWeight: "400"
6855
+	},
6856
+
6857
+	cssPrefixes = [ "Webkit", "O", "Moz", "ms" ],
6858
+	emptyStyle = document.createElement( "div" ).style;
6859
+
6860
+
6861
+// return a css property mapped to a potentially vendor prefixed property
6862
+function vendorPropName( name ) {
6863
+
6864
+	// shortcut for names that are not vendor prefixed
6865
+	if ( name in emptyStyle ) {
6866
+		return name;
6867
+	}
6868
+
6869
+	// check for vendor prefixed names
6870
+	var capName = name.charAt( 0 ).toUpperCase() + name.slice( 1 ),
6871
+		i = cssPrefixes.length;
6872
+
6873
+	while ( i-- ) {
6874
+		name = cssPrefixes[ i ] + capName;
6875
+		if ( name in emptyStyle ) {
6876
+			return name;
6877
+		}
6878
+	}
6879
+}
6880
+
6881
+function showHide( elements, show ) {
6882
+	var display, elem, hidden,
6883
+		values = [],
6884
+		index = 0,
6885
+		length = elements.length;
6886
+
6887
+	for ( ; index < length; index++ ) {
6888
+		elem = elements[ index ];
6889
+		if ( !elem.style ) {
6890
+			continue;
6891
+		}
6892
+
6893
+		values[ index ] = jQuery._data( elem, "olddisplay" );
6894
+		display = elem.style.display;
6895
+		if ( show ) {
6896
+
6897
+			// Reset the inline display of this element to learn if it is
6898
+			// being hidden by cascaded rules or not
6899
+			if ( !values[ index ] && display === "none" ) {
6900
+				elem.style.display = "";
6901
+			}
6902
+
6903
+			// Set elements which have been overridden with display: none
6904
+			// in a stylesheet to whatever the default browser style is
6905
+			// for such an element
6906
+			if ( elem.style.display === "" && isHidden( elem ) ) {
6907
+				values[ index ] =
6908
+					jQuery._data( elem, "olddisplay", defaultDisplay( elem.nodeName ) );
6909
+			}
6910
+		} else {
6911
+			hidden = isHidden( elem );
6912
+
6913
+			if ( display && display !== "none" || !hidden ) {
6914
+				jQuery._data(
6915
+					elem,
6916
+					"olddisplay",
6917
+					hidden ? display : jQuery.css( elem, "display" )
6918
+				);
6919
+			}
6920
+		}
6921
+	}
6922
+
6923
+	// Set the display of most of the elements in a second loop
6924
+	// to avoid the constant reflow
6925
+	for ( index = 0; index < length; index++ ) {
6926
+		elem = elements[ index ];
6927
+		if ( !elem.style ) {
6928
+			continue;
6929
+		}
6930
+		if ( !show || elem.style.display === "none" || elem.style.display === "" ) {
6931
+			elem.style.display = show ? values[ index ] || "" : "none";
6932
+		}
6933
+	}
6934
+
6935
+	return elements;
6936
+}
6937
+
6938
+function setPositiveNumber( elem, value, subtract ) {
6939
+	var matches = rnumsplit.exec( value );
6940
+	return matches ?
6941
+
6942
+		// Guard against undefined "subtract", e.g., when used as in cssHooks
6943
+		Math.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || "px" ) :
6944
+		value;
6945
+}
6946
+
6947
+function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {
6948
+	var i = extra === ( isBorderBox ? "border" : "content" ) ?
6949
+
6950
+		// If we already have the right measurement, avoid augmentation
6951
+		4 :
6952
+
6953
+		// Otherwise initialize for horizontal or vertical properties
6954
+		name === "width" ? 1 : 0,
6955
+
6956
+		val = 0;
6957
+
6958
+	for ( ; i < 4; i += 2 ) {
6959
+
6960
+		// both box models exclude margin, so add it if we want it
6961
+		if ( extra === "margin" ) {
6962
+			val += jQuery.css( elem, extra + cssExpand[ i ], true, styles );
6963
+		}
6964
+
6965
+		if ( isBorderBox ) {
6966
+
6967
+			// border-box includes padding, so remove it if we want content
6968
+			if ( extra === "content" ) {
6969
+				val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
6970
+			}
6971
+
6972
+			// at this point, extra isn't border nor margin, so remove border
6973
+			if ( extra !== "margin" ) {
6974
+				val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
6975
+			}
6976
+		} else {
6977
+
6978
+			// at this point, extra isn't content, so add padding
6979
+			val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
6980
+
6981
+			// at this point, extra isn't content nor padding, so add border
6982
+			if ( extra !== "padding" ) {
6983
+				val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
6984
+			}
6985
+		}
6986
+	}
6987
+
6988
+	return val;
6989
+}
6990
+
6991
+function getWidthOrHeight( elem, name, extra ) {
6992
+
6993
+	// Start with offset property, which is equivalent to the border-box value
6994
+	var valueIsBorderBox = true,
6995
+		val = name === "width" ? elem.offsetWidth : elem.offsetHeight,
6996
+		styles = getStyles( elem ),
6997
+		isBorderBox = support.boxSizing &&
6998
+			jQuery.css( elem, "boxSizing", false, styles ) === "border-box";
6999
+
7000
+	// some non-html elements return undefined for offsetWidth, so check for null/undefined
7001
+	// svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285
7002
+	// MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668
7003
+	if ( val <= 0 || val == null ) {
7004
+
7005
+		// Fall back to computed then uncomputed css if necessary
7006
+		val = curCSS( elem, name, styles );
7007
+		if ( val < 0 || val == null ) {
7008
+			val = elem.style[ name ];
7009
+		}
7010
+
7011
+		// Computed unit is not pixels. Stop here and return.
7012
+		if ( rnumnonpx.test( val ) ) {
7013
+			return val;
7014
+		}
7015
+
7016
+		// we need the check for style in case a browser which returns unreliable values
7017
+		// for getComputedStyle silently falls back to the reliable elem.style
7018
+		valueIsBorderBox = isBorderBox &&
7019
+			( support.boxSizingReliable() || val === elem.style[ name ] );
7020
+
7021
+		// Normalize "", auto, and prepare for extra
7022
+		val = parseFloat( val ) || 0;
7023
+	}
7024
+
7025
+	// use the active box-sizing model to add/subtract irrelevant styles
7026
+	return ( val +
7027
+		augmentWidthOrHeight(
7028
+			elem,
7029
+			name,
7030
+			extra || ( isBorderBox ? "border" : "content" ),
7031
+			valueIsBorderBox,
7032
+			styles
7033
+		)
7034
+	) + "px";
7035
+}
7036
+
7037
+jQuery.extend( {
7038
+
7039
+	// Add in style property hooks for overriding the default
7040
+	// behavior of getting and setting a style property
7041
+	cssHooks: {
7042
+		opacity: {
7043
+			get: function( elem, computed ) {
7044
+				if ( computed ) {
7045
+
7046
+					// We should always get a number back from opacity
7047
+					var ret = curCSS( elem, "opacity" );
7048
+					return ret === "" ? "1" : ret;
7049
+				}
7050
+			}
7051
+		}
7052
+	},
7053
+
7054
+	// Don't automatically add "px" to these possibly-unitless properties
7055
+	cssNumber: {
7056
+		"animationIterationCount": true,
7057
+		"columnCount": true,
7058
+		"fillOpacity": true,
7059
+		"flexGrow": true,
7060
+		"flexShrink": true,
7061
+		"fontWeight": true,
7062
+		"lineHeight": true,
7063
+		"opacity": true,
7064
+		"order": true,
7065
+		"orphans": true,
7066
+		"widows": true,
7067
+		"zIndex": true,
7068
+		"zoom": true
7069
+	},
7070
+
7071
+	// Add in properties whose names you wish to fix before
7072
+	// setting or getting the value
7073
+	cssProps: {
7074
+
7075
+		// normalize float css property
7076
+		"float": support.cssFloat ? "cssFloat" : "styleFloat"
7077
+	},
7078
+
7079
+	// Get and set the style property on a DOM Node
7080
+	style: function( elem, name, value, extra ) {
7081
+
7082
+		// Don't set styles on text and comment nodes
7083
+		if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
7084
+			return;
7085
+		}
7086
+
7087
+		// Make sure that we're working with the right name
7088
+		var ret, type, hooks,
7089
+			origName = jQuery.camelCase( name ),
7090
+			style = elem.style;
7091
+
7092
+		name = jQuery.cssProps[ origName ] ||
7093
+			( jQuery.cssProps[ origName ] = vendorPropName( origName ) || origName );
7094
+
7095
+		// gets hook for the prefixed version
7096
+		// followed by the unprefixed version
7097
+		hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
7098
+
7099
+		// Check if we're setting a value
7100
+		if ( value !== undefined ) {
7101
+			type = typeof value;
7102
+
7103
+			// Convert "+=" or "-=" to relative numbers (#7345)
7104
+			if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {
7105
+				value = adjustCSS( elem, name, ret );
7106
+
7107
+				// Fixes bug #9237
7108
+				type = "number";
7109
+			}
7110
+
7111
+			// Make sure that null and NaN values aren't set. See: #7116
7112
+			if ( value == null || value !== value ) {
7113
+				return;
7114
+			}
7115
+
7116
+			// If a number was passed in, add the unit (except for certain CSS properties)
7117
+			if ( type === "number" ) {
7118
+				value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" );
7119
+			}
7120
+
7121
+			// Fixes #8908, it can be done more correctly by specifing setters in cssHooks,
7122
+			// but it would mean to define eight
7123
+			// (for every problematic property) identical functions
7124
+			if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) {
7125
+				style[ name ] = "inherit";
7126
+			}
7127
+
7128
+			// If a hook was provided, use that value, otherwise just set the specified value
7129
+			if ( !hooks || !( "set" in hooks ) ||
7130
+				( value = hooks.set( elem, value, extra ) ) !== undefined ) {
7131
+
7132
+				// Support: IE
7133
+				// Swallow errors from 'invalid' CSS values (#5509)
7134
+				try {
7135
+					style[ name ] = value;
7136
+				} catch ( e ) {}
7137
+			}
7138
+
7139
+		} else {
7140
+
7141
+			// If a hook was provided get the non-computed value from there
7142
+			if ( hooks && "get" in hooks &&
7143
+				( ret = hooks.get( elem, false, extra ) ) !== undefined ) {
7144
+
7145
+				return ret;
7146
+			}
7147
+
7148
+			// Otherwise just get the value from the style object
7149
+			return style[ name ];
7150
+		}
7151
+	},
7152
+
7153
+	css: function( elem, name, extra, styles ) {
7154
+		var num, val, hooks,
7155
+			origName = jQuery.camelCase( name );
7156
+
7157
+		// Make sure that we're working with the right name
7158
+		name = jQuery.cssProps[ origName ] ||
7159
+			( jQuery.cssProps[ origName ] = vendorPropName( origName ) || origName );
7160
+
7161
+		// gets hook for the prefixed version
7162
+		// followed by the unprefixed version
7163
+		hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
7164
+
7165
+		// If a hook was provided get the computed value from there
7166
+		if ( hooks && "get" in hooks ) {
7167
+			val = hooks.get( elem, true, extra );
7168
+		}
7169
+
7170
+		// Otherwise, if a way to get the computed value exists, use that
7171
+		if ( val === undefined ) {
7172
+			val = curCSS( elem, name, styles );
7173
+		}
7174
+
7175
+		//convert "normal" to computed value
7176
+		if ( val === "normal" && name in cssNormalTransform ) {
7177
+			val = cssNormalTransform[ name ];
7178
+		}
7179
+
7180
+		// Return, converting to number if forced or a qualifier was provided and val looks numeric
7181
+		if ( extra === "" || extra ) {
7182
+			num = parseFloat( val );
7183
+			return extra === true || isFinite( num ) ? num || 0 : val;
7184
+		}
7185
+		return val;
7186
+	}
7187
+} );
7188
+
7189
+jQuery.each( [ "height", "width" ], function( i, name ) {
7190
+	jQuery.cssHooks[ name ] = {
7191
+		get: function( elem, computed, extra ) {
7192
+			if ( computed ) {
7193
+
7194
+				// certain elements can have dimension info if we invisibly show them
7195
+				// however, it must have a current display style that would benefit from this
7196
+				return rdisplayswap.test( jQuery.css( elem, "display" ) ) &&
7197
+					elem.offsetWidth === 0 ?
7198
+						swap( elem, cssShow, function() {
7199
+							return getWidthOrHeight( elem, name, extra );
7200
+						} ) :
7201
+						getWidthOrHeight( elem, name, extra );
7202
+			}
7203
+		},
7204
+
7205
+		set: function( elem, value, extra ) {
7206
+			var styles = extra && getStyles( elem );
7207
+			return setPositiveNumber( elem, value, extra ?
7208
+				augmentWidthOrHeight(
7209
+					elem,
7210
+					name,
7211
+					extra,
7212
+					support.boxSizing &&
7213
+						jQuery.css( elem, "boxSizing", false, styles ) === "border-box",
7214
+					styles
7215
+				) : 0
7216
+			);
7217
+		}
7218
+	};
7219
+} );
7220
+
7221
+if ( !support.opacity ) {
7222
+	jQuery.cssHooks.opacity = {
7223
+		get: function( elem, computed ) {
7224
+
7225
+			// IE uses filters for opacity
7226
+			return ropacity.test( ( computed && elem.currentStyle ?
7227
+				elem.currentStyle.filter :
7228
+				elem.style.filter ) || "" ) ?
7229
+					( 0.01 * parseFloat( RegExp.$1 ) ) + "" :
7230
+					computed ? "1" : "";
7231
+		},
7232
+
7233
+		set: function( elem, value ) {
7234
+			var style = elem.style,
7235
+				currentStyle = elem.currentStyle,
7236
+				opacity = jQuery.isNumeric( value ) ? "alpha(opacity=" + value * 100 + ")" : "",
7237
+				filter = currentStyle && currentStyle.filter || style.filter || "";
7238
+
7239
+			// IE has trouble with opacity if it does not have layout
7240
+			// Force it by setting the zoom level
7241
+			style.zoom = 1;
7242
+
7243
+			// if setting opacity to 1, and no other filters exist -
7244
+			// attempt to remove filter attribute #6652
7245
+			// if value === "", then remove inline opacity #12685
7246
+			if ( ( value >= 1 || value === "" ) &&
7247
+					jQuery.trim( filter.replace( ralpha, "" ) ) === "" &&
7248
+					style.removeAttribute ) {
7249
+
7250
+				// Setting style.filter to null, "" & " " still leave "filter:" in the cssText
7251
+				// if "filter:" is present at all, clearType is disabled, we want to avoid this
7252
+				// style.removeAttribute is IE Only, but so apparently is this code path...
7253
+				style.removeAttribute( "filter" );
7254
+
7255
+				// if there is no filter style applied in a css rule
7256
+				// or unset inline opacity, we are done
7257
+				if ( value === "" || currentStyle && !currentStyle.filter ) {
7258
+					return;
7259
+				}
7260
+			}
7261
+
7262
+			// otherwise, set new filter values
7263
+			style.filter = ralpha.test( filter ) ?
7264
+				filter.replace( ralpha, opacity ) :
7265
+				filter + " " + opacity;
7266
+		}
7267
+	};
7268
+}
7269
+
7270
+jQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight,
7271
+	function( elem, computed ) {
7272
+		if ( computed ) {
7273
+			return swap( elem, { "display": "inline-block" },
7274
+				curCSS, [ elem, "marginRight" ] );
7275
+		}
7276
+	}
7277
+);
7278
+
7279
+jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,
7280
+	function( elem, computed ) {
7281
+		if ( computed ) {
7282
+			return (
7283
+				parseFloat( curCSS( elem, "marginLeft" ) ) ||
7284
+
7285
+				// Support: IE<=11+
7286
+				// Running getBoundingClientRect on a disconnected node in IE throws an error
7287
+				// Support: IE8 only
7288
+				// getClientRects() errors on disconnected elems
7289
+				( jQuery.contains( elem.ownerDocument, elem ) ?
7290
+					elem.getBoundingClientRect().left -
7291
+						swap( elem, { marginLeft: 0 }, function() {
7292
+							return elem.getBoundingClientRect().left;
7293
+						} ) :
7294
+					0
7295
+				)
7296
+			) + "px";
7297
+		}
7298
+	}
7299
+);
7300
+
7301
+// These hooks are used by animate to expand properties
7302
+jQuery.each( {
7303
+	margin: "",
7304
+	padding: "",
7305
+	border: "Width"
7306
+}, function( prefix, suffix ) {
7307
+	jQuery.cssHooks[ prefix + suffix ] = {
7308
+		expand: function( value ) {
7309
+			var i = 0,
7310
+				expanded = {},
7311
+
7312
+				// assumes a single number if not a string
7313
+				parts = typeof value === "string" ? value.split( " " ) : [ value ];
7314
+
7315
+			for ( ; i < 4; i++ ) {
7316
+				expanded[ prefix + cssExpand[ i ] + suffix ] =
7317
+					parts[ i ] || parts[ i - 2 ] || parts[ 0 ];
7318
+			}
7319
+
7320
+			return expanded;
7321
+		}
7322
+	};
7323
+
7324
+	if ( !rmargin.test( prefix ) ) {
7325
+		jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;
7326
+	}
7327
+} );
7328
+
7329
+jQuery.fn.extend( {
7330
+	css: function( name, value ) {
7331
+		return access( this, function( elem, name, value ) {
7332
+			var styles, len,
7333
+				map = {},
7334
+				i = 0;
7335
+
7336
+			if ( jQuery.isArray( name ) ) {
7337
+				styles = getStyles( elem );
7338
+				len = name.length;
7339
+
7340
+				for ( ; i < len; i++ ) {
7341
+					map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );
7342
+				}
7343
+
7344
+				return map;
7345
+			}
7346
+
7347
+			return value !== undefined ?
7348
+				jQuery.style( elem, name, value ) :
7349
+				jQuery.css( elem, name );
7350
+		}, name, value, arguments.length > 1 );
7351
+	},
7352
+	show: function() {
7353
+		return showHide( this, true );
7354
+	},
7355
+	hide: function() {
7356
+		return showHide( this );
7357
+	},
7358
+	toggle: function( state ) {
7359
+		if ( typeof state === "boolean" ) {
7360
+			return state ? this.show() : this.hide();
7361
+		}
7362
+
7363
+		return this.each( function() {
7364
+			if ( isHidden( this ) ) {
7365
+				jQuery( this ).show();
7366
+			} else {
7367
+				jQuery( this ).hide();
7368
+			}
7369
+		} );
7370
+	}
7371
+} );
7372
+
7373
+
7374
+function Tween( elem, options, prop, end, easing ) {
7375
+	return new Tween.prototype.init( elem, options, prop, end, easing );
7376
+}
7377
+jQuery.Tween = Tween;
7378
+
7379
+Tween.prototype = {
7380
+	constructor: Tween,
7381
+	init: function( elem, options, prop, end, easing, unit ) {
7382
+		this.elem = elem;
7383
+		this.prop = prop;
7384
+		this.easing = easing || jQuery.easing._default;
7385
+		this.options = options;
7386
+		this.start = this.now = this.cur();
7387
+		this.end = end;
7388
+		this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" );
7389
+	},
7390
+	cur: function() {
7391
+		var hooks = Tween.propHooks[ this.prop ];
7392
+
7393
+		return hooks && hooks.get ?
7394
+			hooks.get( this ) :
7395
+			Tween.propHooks._default.get( this );
7396
+	},
7397
+	run: function( percent ) {
7398
+		var eased,
7399
+			hooks = Tween.propHooks[ this.prop ];
7400
+
7401
+		if ( this.options.duration ) {
7402
+			this.pos = eased = jQuery.easing[ this.easing ](
7403
+				percent, this.options.duration * percent, 0, 1, this.options.duration
7404
+			);
7405
+		} else {
7406
+			this.pos = eased = percent;
7407
+		}
7408
+		this.now = ( this.end - this.start ) * eased + this.start;
7409
+
7410
+		if ( this.options.step ) {
7411
+			this.options.step.call( this.elem, this.now, this );
7412
+		}
7413
+
7414
+		if ( hooks && hooks.set ) {
7415
+			hooks.set( this );
7416
+		} else {
7417
+			Tween.propHooks._default.set( this );
7418
+		}
7419
+		return this;
7420
+	}
7421
+};
7422
+
7423
+Tween.prototype.init.prototype = Tween.prototype;
7424
+
7425
+Tween.propHooks = {
7426
+	_default: {
7427
+		get: function( tween ) {
7428
+			var result;
7429
+
7430
+			// Use a property on the element directly when it is not a DOM element,
7431
+			// or when there is no matching style property that exists.
7432
+			if ( tween.elem.nodeType !== 1 ||
7433
+				tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {
7434
+				return tween.elem[ tween.prop ];
7435
+			}
7436
+
7437
+			// passing an empty string as a 3rd parameter to .css will automatically
7438
+			// attempt a parseFloat and fallback to a string if the parse fails
7439
+			// so, simple values such as "10px" are parsed to Float.
7440
+			// complex values such as "rotate(1rad)" are returned as is.
7441
+			result = jQuery.css( tween.elem, tween.prop, "" );
7442
+
7443
+			// Empty strings, null, undefined and "auto" are converted to 0.
7444
+			return !result || result === "auto" ? 0 : result;
7445
+		},
7446
+		set: function( tween ) {
7447
+
7448
+			// use step hook for back compat - use cssHook if its there - use .style if its
7449
+			// available and use plain properties where available
7450
+			if ( jQuery.fx.step[ tween.prop ] ) {
7451
+				jQuery.fx.step[ tween.prop ]( tween );
7452
+			} else if ( tween.elem.nodeType === 1 &&
7453
+				( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null ||
7454
+					jQuery.cssHooks[ tween.prop ] ) ) {
7455
+				jQuery.style( tween.elem, tween.prop, tween.now + tween.unit );
7456
+			} else {
7457
+				tween.elem[ tween.prop ] = tween.now;
7458
+			}
7459
+		}
7460
+	}
7461
+};
7462
+
7463
+// Support: IE <=9
7464
+// Panic based approach to setting things on disconnected nodes
7465
+
7466
+Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {
7467
+	set: function( tween ) {
7468
+		if ( tween.elem.nodeType && tween.elem.parentNode ) {
7469
+			tween.elem[ tween.prop ] = tween.now;
7470
+		}
7471
+	}
7472
+};
7473
+
7474
+jQuery.easing = {
7475
+	linear: function( p ) {
7476
+		return p;
7477
+	},
7478
+	swing: function( p ) {
7479
+		return 0.5 - Math.cos( p * Math.PI ) / 2;
7480
+	},
7481
+	_default: "swing"
7482
+};
7483
+
7484
+jQuery.fx = Tween.prototype.init;
7485
+
7486
+// Back Compat <1.8 extension point
7487
+jQuery.fx.step = {};
7488
+
7489
+
7490
+
7491
+
7492
+var
7493
+	fxNow, timerId,
7494
+	rfxtypes = /^(?:toggle|show|hide)$/,
7495
+	rrun = /queueHooks$/;
7496
+
7497
+// Animations created synchronously will run synchronously
7498
+function createFxNow() {
7499
+	window.setTimeout( function() {
7500
+		fxNow = undefined;
7501
+	} );
7502
+	return ( fxNow = jQuery.now() );
7503
+}
7504
+
7505
+// Generate parameters to create a standard animation
7506
+function genFx( type, includeWidth ) {
7507
+	var which,
7508
+		attrs = { height: type },
7509
+		i = 0;
7510
+
7511
+	// if we include width, step value is 1 to do all cssExpand values,
7512
+	// if we don't include width, step value is 2 to skip over Left and Right
7513
+	includeWidth = includeWidth ? 1 : 0;
7514
+	for ( ; i < 4 ; i += 2 - includeWidth ) {
7515
+		which = cssExpand[ i ];
7516
+		attrs[ "margin" + which ] = attrs[ "padding" + which ] = type;
7517
+	}
7518
+
7519
+	if ( includeWidth ) {
7520
+		attrs.opacity = attrs.width = type;
7521
+	}
7522
+
7523
+	return attrs;
7524
+}
7525
+
7526
+function createTween( value, prop, animation ) {
7527
+	var tween,
7528
+		collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ),
7529
+		index = 0,
7530
+		length = collection.length;
7531
+	for ( ; index < length; index++ ) {
7532
+		if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {
7533
+
7534
+			// we're done with this property
7535
+			return tween;
7536
+		}
7537
+	}
7538
+}
7539
+
7540
+function defaultPrefilter( elem, props, opts ) {
7541
+	/* jshint validthis: true */
7542
+	var prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,
7543
+		anim = this,
7544
+		orig = {},
7545
+		style = elem.style,
7546
+		hidden = elem.nodeType && isHidden( elem ),
7547
+		dataShow = jQuery._data( elem, "fxshow" );
7548
+
7549
+	// handle queue: false promises
7550
+	if ( !opts.queue ) {
7551
+		hooks = jQuery._queueHooks( elem, "fx" );
7552
+		if ( hooks.unqueued == null ) {
7553
+			hooks.unqueued = 0;
7554
+			oldfire = hooks.empty.fire;
7555
+			hooks.empty.fire = function() {
7556
+				if ( !hooks.unqueued ) {
7557
+					oldfire();
7558
+				}
7559
+			};
7560
+		}
7561
+		hooks.unqueued++;
7562
+
7563
+		anim.always( function() {
7564
+
7565
+			// doing this makes sure that the complete handler will be called
7566
+			// before this completes
7567
+			anim.always( function() {
7568
+				hooks.unqueued--;
7569
+				if ( !jQuery.queue( elem, "fx" ).length ) {
7570
+					hooks.empty.fire();
7571
+				}
7572
+			} );
7573
+		} );
7574
+	}
7575
+
7576
+	// height/width overflow pass
7577
+	if ( elem.nodeType === 1 && ( "height" in props || "width" in props ) ) {
7578
+
7579
+		// Make sure that nothing sneaks out
7580
+		// Record all 3 overflow attributes because IE does not
7581
+		// change the overflow attribute when overflowX and
7582
+		// overflowY are set to the same value
7583
+		opts.overflow = [ style.overflow, style.overflowX, style.overflowY ];
7584
+
7585
+		// Set display property to inline-block for height/width
7586
+		// animations on inline elements that are having width/height animated
7587
+		display = jQuery.css( elem, "display" );
7588
+
7589
+		// Test default display if display is currently "none"
7590
+		checkDisplay = display === "none" ?
7591
+			jQuery._data( elem, "olddisplay" ) || defaultDisplay( elem.nodeName ) : display;
7592
+
7593
+		if ( checkDisplay === "inline" && jQuery.css( elem, "float" ) === "none" ) {
7594
+
7595
+			// inline-level elements accept inline-block;
7596
+			// block-level elements need to be inline with layout
7597
+			if ( !support.inlineBlockNeedsLayout || defaultDisplay( elem.nodeName ) === "inline" ) {
7598
+				style.display = "inline-block";
7599
+			} else {
7600
+				style.zoom = 1;
7601
+			}
7602
+		}
7603
+	}
7604
+
7605
+	if ( opts.overflow ) {
7606
+		style.overflow = "hidden";
7607
+		if ( !support.shrinkWrapBlocks() ) {
7608
+			anim.always( function() {
7609
+				style.overflow = opts.overflow[ 0 ];
7610
+				style.overflowX = opts.overflow[ 1 ];
7611
+				style.overflowY = opts.overflow[ 2 ];
7612
+			} );
7613
+		}
7614
+	}
7615
+
7616
+	// show/hide pass
7617
+	for ( prop in props ) {
7618
+		value = props[ prop ];
7619
+		if ( rfxtypes.exec( value ) ) {
7620
+			delete props[ prop ];
7621
+			toggle = toggle || value === "toggle";
7622
+			if ( value === ( hidden ? "hide" : "show" ) ) {
7623
+
7624
+				// If there is dataShow left over from a stopped hide or show
7625
+				// and we are going to proceed with show, we should pretend to be hidden
7626
+				if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) {
7627
+					hidden = true;
7628
+				} else {
7629
+					continue;
7630
+				}
7631
+			}
7632
+			orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );
7633
+
7634
+		// Any non-fx value stops us from restoring the original display value
7635
+		} else {
7636
+			display = undefined;
7637
+		}
7638
+	}
7639
+
7640
+	if ( !jQuery.isEmptyObject( orig ) ) {
7641
+		if ( dataShow ) {
7642
+			if ( "hidden" in dataShow ) {
7643
+				hidden = dataShow.hidden;
7644
+			}
7645
+		} else {
7646
+			dataShow = jQuery._data( elem, "fxshow", {} );
7647
+		}
7648
+
7649
+		// store state if its toggle - enables .stop().toggle() to "reverse"
7650
+		if ( toggle ) {
7651
+			dataShow.hidden = !hidden;
7652
+		}
7653
+		if ( hidden ) {
7654
+			jQuery( elem ).show();
7655
+		} else {
7656
+			anim.done( function() {
7657
+				jQuery( elem ).hide();
7658
+			} );
7659
+		}
7660
+		anim.done( function() {
7661
+			var prop;
7662
+			jQuery._removeData( elem, "fxshow" );
7663
+			for ( prop in orig ) {
7664
+				jQuery.style( elem, prop, orig[ prop ] );
7665
+			}
7666
+		} );
7667
+		for ( prop in orig ) {
7668
+			tween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );
7669
+
7670
+			if ( !( prop in dataShow ) ) {
7671
+				dataShow[ prop ] = tween.start;
7672
+				if ( hidden ) {
7673
+					tween.end = tween.start;
7674
+					tween.start = prop === "width" || prop === "height" ? 1 : 0;
7675
+				}
7676
+			}
7677
+		}
7678
+
7679
+	// If this is a noop like .hide().hide(), restore an overwritten display value
7680
+	} else if ( ( display === "none" ? defaultDisplay( elem.nodeName ) : display ) === "inline" ) {
7681
+		style.display = display;
7682
+	}
7683
+}
7684
+
7685
+function propFilter( props, specialEasing ) {
7686
+	var index, name, easing, value, hooks;
7687
+
7688
+	// camelCase, specialEasing and expand cssHook pass
7689
+	for ( index in props ) {
7690
+		name = jQuery.camelCase( index );
7691
+		easing = specialEasing[ name ];
7692
+		value = props[ index ];
7693
+		if ( jQuery.isArray( value ) ) {
7694
+			easing = value[ 1 ];
7695
+			value = props[ index ] = value[ 0 ];
7696
+		}
7697
+
7698
+		if ( index !== name ) {
7699
+			props[ name ] = value;
7700
+			delete props[ index ];
7701
+		}
7702
+
7703
+		hooks = jQuery.cssHooks[ name ];
7704
+		if ( hooks && "expand" in hooks ) {
7705
+			value = hooks.expand( value );
7706
+			delete props[ name ];
7707
+
7708
+			// not quite $.extend, this wont overwrite keys already present.
7709
+			// also - reusing 'index' from above because we have the correct "name"
7710
+			for ( index in value ) {
7711
+				if ( !( index in props ) ) {
7712
+					props[ index ] = value[ index ];
7713
+					specialEasing[ index ] = easing;
7714
+				}
7715
+			}
7716
+		} else {
7717
+			specialEasing[ name ] = easing;
7718
+		}
7719
+	}
7720
+}
7721
+
7722
+function Animation( elem, properties, options ) {
7723
+	var result,
7724
+		stopped,
7725
+		index = 0,
7726
+		length = Animation.prefilters.length,
7727
+		deferred = jQuery.Deferred().always( function() {
7728
+
7729
+			// don't match elem in the :animated selector
7730
+			delete tick.elem;
7731
+		} ),
7732
+		tick = function() {
7733
+			if ( stopped ) {
7734
+				return false;
7735
+			}
7736
+			var currentTime = fxNow || createFxNow(),
7737
+				remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),
7738
+
7739
+				// Support: Android 2.3
7740
+				// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)
7741
+				temp = remaining / animation.duration || 0,
7742
+				percent = 1 - temp,
7743
+				index = 0,
7744
+				length = animation.tweens.length;
7745
+
7746
+			for ( ; index < length ; index++ ) {
7747
+				animation.tweens[ index ].run( percent );
7748
+			}
7749
+
7750
+			deferred.notifyWith( elem, [ animation, percent, remaining ] );
7751
+
7752
+			if ( percent < 1 && length ) {
7753
+				return remaining;
7754
+			} else {
7755
+				deferred.resolveWith( elem, [ animation ] );
7756
+				return false;
7757
+			}
7758
+		},
7759
+		animation = deferred.promise( {
7760
+			elem: elem,
7761
+			props: jQuery.extend( {}, properties ),
7762
+			opts: jQuery.extend( true, {
7763
+				specialEasing: {},
7764
+				easing: jQuery.easing._default
7765
+			}, options ),
7766
+			originalProperties: properties,
7767
+			originalOptions: options,
7768
+			startTime: fxNow || createFxNow(),
7769
+			duration: options.duration,
7770
+			tweens: [],
7771
+			createTween: function( prop, end ) {
7772
+				var tween = jQuery.Tween( elem, animation.opts, prop, end,
7773
+						animation.opts.specialEasing[ prop ] || animation.opts.easing );
7774
+				animation.tweens.push( tween );
7775
+				return tween;
7776
+			},
7777
+			stop: function( gotoEnd ) {
7778
+				var index = 0,
7779
+
7780
+					// if we are going to the end, we want to run all the tweens
7781
+					// otherwise we skip this part
7782
+					length = gotoEnd ? animation.tweens.length : 0;
7783
+				if ( stopped ) {
7784
+					return this;
7785
+				}
7786
+				stopped = true;
7787
+				for ( ; index < length ; index++ ) {
7788
+					animation.tweens[ index ].run( 1 );
7789
+				}
7790
+
7791
+				// resolve when we played the last frame
7792
+				// otherwise, reject
7793
+				if ( gotoEnd ) {
7794
+					deferred.notifyWith( elem, [ animation, 1, 0 ] );
7795
+					deferred.resolveWith( elem, [ animation, gotoEnd ] );
7796
+				} else {
7797
+					deferred.rejectWith( elem, [ animation, gotoEnd ] );
7798
+				}
7799
+				return this;
7800
+			}
7801
+		} ),
7802
+		props = animation.props;
7803
+
7804
+	propFilter( props, animation.opts.specialEasing );
7805
+
7806
+	for ( ; index < length ; index++ ) {
7807
+		result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );
7808
+		if ( result ) {
7809
+			if ( jQuery.isFunction( result.stop ) ) {
7810
+				jQuery._queueHooks( animation.elem, animation.opts.queue ).stop =
7811
+					jQuery.proxy( result.stop, result );
7812
+			}
7813
+			return result;
7814
+		}
7815
+	}
7816
+
7817
+	jQuery.map( props, createTween, animation );
7818
+
7819
+	if ( jQuery.isFunction( animation.opts.start ) ) {
7820
+		animation.opts.start.call( elem, animation );
7821
+	}
7822
+
7823
+	jQuery.fx.timer(
7824
+		jQuery.extend( tick, {
7825
+			elem: elem,
7826
+			anim: animation,
7827
+			queue: animation.opts.queue
7828
+		} )
7829
+	);
7830
+
7831
+	// attach callbacks from options
7832
+	return animation.progress( animation.opts.progress )
7833
+		.done( animation.opts.done, animation.opts.complete )
7834
+		.fail( animation.opts.fail )
7835
+		.always( animation.opts.always );
7836
+}
7837
+
7838
+jQuery.Animation = jQuery.extend( Animation, {
7839
+
7840
+	tweeners: {
7841
+		"*": [ function( prop, value ) {
7842
+			var tween = this.createTween( prop, value );
7843
+			adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );
7844
+			return tween;
7845
+		} ]
7846
+	},
7847
+
7848
+	tweener: function( props, callback ) {
7849
+		if ( jQuery.isFunction( props ) ) {
7850
+			callback = props;
7851
+			props = [ "*" ];
7852
+		} else {
7853
+			props = props.match( rnotwhite );
7854
+		}
7855
+
7856
+		var prop,
7857
+			index = 0,
7858
+			length = props.length;
7859
+
7860
+		for ( ; index < length ; index++ ) {
7861
+			prop = props[ index ];
7862
+			Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];
7863
+			Animation.tweeners[ prop ].unshift( callback );
7864
+		}
7865
+	},
7866
+
7867
+	prefilters: [ defaultPrefilter ],
7868
+
7869
+	prefilter: function( callback, prepend ) {
7870
+		if ( prepend ) {
7871
+			Animation.prefilters.unshift( callback );
7872
+		} else {
7873
+			Animation.prefilters.push( callback );
7874
+		}
7875
+	}
7876
+} );
7877
+
7878
+jQuery.speed = function( speed, easing, fn ) {
7879
+	var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : {
7880
+		complete: fn || !fn && easing ||
7881
+			jQuery.isFunction( speed ) && speed,
7882
+		duration: speed,
7883
+		easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing
7884
+	};
7885
+
7886
+	opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration :
7887
+		opt.duration in jQuery.fx.speeds ?
7888
+			jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;
7889
+
7890
+	// normalize opt.queue - true/undefined/null -> "fx"
7891
+	if ( opt.queue == null || opt.queue === true ) {
7892
+		opt.queue = "fx";
7893
+	}
7894
+
7895
+	// Queueing
7896
+	opt.old = opt.complete;
7897
+
7898
+	opt.complete = function() {
7899
+		if ( jQuery.isFunction( opt.old ) ) {
7900
+			opt.old.call( this );
7901
+		}
7902
+
7903
+		if ( opt.queue ) {
7904
+			jQuery.dequeue( this, opt.queue );
7905
+		}
7906
+	};
7907
+
7908
+	return opt;
7909
+};
7910
+
7911
+jQuery.fn.extend( {
7912
+	fadeTo: function( speed, to, easing, callback ) {
7913
+
7914
+		// show any hidden elements after setting opacity to 0
7915
+		return this.filter( isHidden ).css( "opacity", 0 ).show()
7916
+
7917
+			// animate to the value specified
7918
+			.end().animate( { opacity: to }, speed, easing, callback );
7919
+	},
7920
+	animate: function( prop, speed, easing, callback ) {
7921
+		var empty = jQuery.isEmptyObject( prop ),
7922
+			optall = jQuery.speed( speed, easing, callback ),
7923
+			doAnimation = function() {
7924
+
7925
+				// Operate on a copy of prop so per-property easing won't be lost
7926
+				var anim = Animation( this, jQuery.extend( {}, prop ), optall );
7927
+
7928
+				// Empty animations, or finishing resolves immediately
7929
+				if ( empty || jQuery._data( this, "finish" ) ) {
7930
+					anim.stop( true );
7931
+				}
7932
+			};
7933
+			doAnimation.finish = doAnimation;
7934
+
7935
+		return empty || optall.queue === false ?
7936
+			this.each( doAnimation ) :
7937
+			this.queue( optall.queue, doAnimation );
7938
+	},
7939
+	stop: function( type, clearQueue, gotoEnd ) {
7940
+		var stopQueue = function( hooks ) {
7941
+			var stop = hooks.stop;
7942
+			delete hooks.stop;
7943
+			stop( gotoEnd );
7944
+		};
7945
+
7946
+		if ( typeof type !== "string" ) {
7947
+			gotoEnd = clearQueue;
7948
+			clearQueue = type;
7949
+			type = undefined;
7950
+		}
7951
+		if ( clearQueue && type !== false ) {
7952
+			this.queue( type || "fx", [] );
7953
+		}
7954
+
7955
+		return this.each( function() {
7956
+			var dequeue = true,
7957
+				index = type != null && type + "queueHooks",
7958
+				timers = jQuery.timers,
7959
+				data = jQuery._data( this );
7960
+
7961
+			if ( index ) {
7962
+				if ( data[ index ] && data[ index ].stop ) {
7963
+					stopQueue( data[ index ] );
7964
+				}
7965
+			} else {
7966
+				for ( index in data ) {
7967
+					if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {
7968
+						stopQueue( data[ index ] );
7969
+					}
7970
+				}
7971
+			}
7972
+
7973
+			for ( index = timers.length; index--; ) {
7974
+				if ( timers[ index ].elem === this &&
7975
+					( type == null || timers[ index ].queue === type ) ) {
7976
+
7977
+					timers[ index ].anim.stop( gotoEnd );
7978
+					dequeue = false;
7979
+					timers.splice( index, 1 );
7980
+				}
7981
+			}
7982
+
7983
+			// start the next in the queue if the last step wasn't forced
7984
+			// timers currently will call their complete callbacks, which will dequeue
7985
+			// but only if they were gotoEnd
7986
+			if ( dequeue || !gotoEnd ) {
7987
+				jQuery.dequeue( this, type );
7988
+			}
7989
+		} );
7990
+	},
7991
+	finish: function( type ) {
7992
+		if ( type !== false ) {
7993
+			type = type || "fx";
7994
+		}
7995
+		return this.each( function() {
7996
+			var index,
7997
+				data = jQuery._data( this ),
7998
+				queue = data[ type + "queue" ],
7999
+				hooks = data[ type + "queueHooks" ],
8000
+				timers = jQuery.timers,
8001
+				length = queue ? queue.length : 0;
8002
+
8003
+			// enable finishing flag on private data
8004
+			data.finish = true;
8005
+
8006
+			// empty the queue first
8007
+			jQuery.queue( this, type, [] );
8008
+
8009
+			if ( hooks && hooks.stop ) {
8010
+				hooks.stop.call( this, true );
8011
+			}
8012
+
8013
+			// look for any active animations, and finish them
8014
+			for ( index = timers.length; index--; ) {
8015
+				if ( timers[ index ].elem === this && timers[ index ].queue === type ) {
8016
+					timers[ index ].anim.stop( true );
8017
+					timers.splice( index, 1 );
8018
+				}
8019
+			}
8020
+
8021
+			// look for any animations in the old queue and finish them
8022
+			for ( index = 0; index < length; index++ ) {
8023
+				if ( queue[ index ] && queue[ index ].finish ) {
8024
+					queue[ index ].finish.call( this );
8025
+				}
8026
+			}
8027
+
8028
+			// turn off finishing flag
8029
+			delete data.finish;
8030
+		} );
8031
+	}
8032
+} );
8033
+
8034
+jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) {
8035
+	var cssFn = jQuery.fn[ name ];
8036
+	jQuery.fn[ name ] = function( speed, easing, callback ) {
8037
+		return speed == null || typeof speed === "boolean" ?
8038
+			cssFn.apply( this, arguments ) :
8039
+			this.animate( genFx( name, true ), speed, easing, callback );
8040
+	};
8041
+} );
8042
+
8043
+// Generate shortcuts for custom animations
8044
+jQuery.each( {
8045
+	slideDown: genFx( "show" ),
8046
+	slideUp: genFx( "hide" ),
8047
+	slideToggle: genFx( "toggle" ),
8048
+	fadeIn: { opacity: "show" },
8049
+	fadeOut: { opacity: "hide" },
8050
+	fadeToggle: { opacity: "toggle" }
8051
+}, function( name, props ) {
8052
+	jQuery.fn[ name ] = function( speed, easing, callback ) {
8053
+		return this.animate( props, speed, easing, callback );
8054
+	};
8055
+} );
8056
+
8057
+jQuery.timers = [];
8058
+jQuery.fx.tick = function() {
8059
+	var timer,
8060
+		timers = jQuery.timers,
8061
+		i = 0;
8062
+
8063
+	fxNow = jQuery.now();
8064
+
8065
+	for ( ; i < timers.length; i++ ) {
8066
+		timer = timers[ i ];
8067
+
8068
+		// Checks the timer has not already been removed
8069
+		if ( !timer() && timers[ i ] === timer ) {
8070
+			timers.splice( i--, 1 );
8071
+		}
8072
+	}
8073
+
8074
+	if ( !timers.length ) {
8075
+		jQuery.fx.stop();
8076
+	}
8077
+	fxNow = undefined;
8078
+};
8079
+
8080
+jQuery.fx.timer = function( timer ) {
8081
+	jQuery.timers.push( timer );
8082
+	if ( timer() ) {
8083
+		jQuery.fx.start();
8084
+	} else {
8085
+		jQuery.timers.pop();
8086
+	}
8087
+};
8088
+
8089
+jQuery.fx.interval = 13;
8090
+
8091
+jQuery.fx.start = function() {
8092
+	if ( !timerId ) {
8093
+		timerId = window.setInterval( jQuery.fx.tick, jQuery.fx.interval );
8094
+	}
8095
+};
8096
+
8097
+jQuery.fx.stop = function() {
8098
+	window.clearInterval( timerId );
8099
+	timerId = null;
8100
+};
8101
+
8102
+jQuery.fx.speeds = {
8103
+	slow: 600,
8104
+	fast: 200,
8105
+
8106
+	// Default speed
8107
+	_default: 400
8108
+};
8109
+
8110
+
8111
+// Based off of the plugin by Clint Helfers, with permission.
8112
+// http://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/
8113
+jQuery.fn.delay = function( time, type ) {
8114
+	time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
8115
+	type = type || "fx";
8116
+
8117
+	return this.queue( type, function( next, hooks ) {
8118
+		var timeout = window.setTimeout( next, time );
8119
+		hooks.stop = function() {
8120
+			window.clearTimeout( timeout );
8121
+		};
8122
+	} );
8123
+};
8124
+
8125
+
8126
+( function() {
8127
+	var a,
8128
+		input = document.createElement( "input" ),
8129
+		div = document.createElement( "div" ),
8130
+		select = document.createElement( "select" ),
8131
+		opt = select.appendChild( document.createElement( "option" ) );
8132
+
8133
+	// Setup
8134
+	div = document.createElement( "div" );
8135
+	div.setAttribute( "className", "t" );
8136
+	div.innerHTML = "  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>";
8137
+	a = div.getElementsByTagName( "a" )[ 0 ];
8138
+
8139
+	// Support: Windows Web Apps (WWA)
8140
+	// `type` must use .setAttribute for WWA (#14901)
8141
+	input.setAttribute( "type", "checkbox" );
8142
+	div.appendChild( input );
8143
+
8144
+	a = div.getElementsByTagName( "a" )[ 0 ];
8145
+
8146
+	// First batch of tests.
8147
+	a.style.cssText = "top:1px";
8148
+
8149
+	// Test setAttribute on camelCase class.
8150
+	// If it works, we need attrFixes when doing get/setAttribute (ie6/7)
8151
+	support.getSetAttribute = div.className !== "t";
8152
+
8153
+	// Get the style information from getAttribute
8154
+	// (IE uses .cssText instead)
8155
+	support.style = /top/.test( a.getAttribute( "style" ) );
8156
+
8157
+	// Make sure that URLs aren't manipulated
8158
+	// (IE normalizes it by default)
8159
+	support.hrefNormalized = a.getAttribute( "href" ) === "/a";
8160
+
8161
+	// Check the default checkbox/radio value ("" on WebKit; "on" elsewhere)
8162
+	support.checkOn = !!input.value;
8163
+
8164
+	// Make sure that a selected-by-default option has a working selected property.
8165
+	// (WebKit defaults to false instead of true, IE too, if it's in an optgroup)
8166
+	support.optSelected = opt.selected;
8167
+
8168
+	// Tests for enctype support on a form (#6743)
8169
+	support.enctype = !!document.createElement( "form" ).enctype;
8170
+
8171
+	// Make sure that the options inside disabled selects aren't marked as disabled
8172
+	// (WebKit marks them as disabled)
8173
+	select.disabled = true;
8174
+	support.optDisabled = !opt.disabled;
8175
+
8176
+	// Support: IE8 only
8177
+	// Check if we can trust getAttribute("value")
8178
+	input = document.createElement( "input" );
8179
+	input.setAttribute( "value", "" );
8180
+	support.input = input.getAttribute( "value" ) === "";
8181
+
8182
+	// Check if an input maintains its value after becoming a radio
8183
+	input.value = "t";
8184
+	input.setAttribute( "type", "radio" );
8185
+	support.radioValue = input.value === "t";
8186
+} )();
8187
+
8188
+
8189
+var rreturn = /\r/g,
8190
+	rspaces = /[\x20\t\r\n\f]+/g;
8191
+
8192
+jQuery.fn.extend( {
8193
+	val: function( value ) {
8194
+		var hooks, ret, isFunction,
8195
+			elem = this[ 0 ];
8196
+
8197
+		if ( !arguments.length ) {
8198
+			if ( elem ) {
8199
+				hooks = jQuery.valHooks[ elem.type ] ||
8200
+					jQuery.valHooks[ elem.nodeName.toLowerCase() ];
8201
+
8202
+				if (
8203
+					hooks &&
8204
+					"get" in hooks &&
8205
+					( ret = hooks.get( elem, "value" ) ) !== undefined
8206
+				) {
8207
+					return ret;
8208
+				}
8209
+
8210
+				ret = elem.value;
8211
+
8212
+				return typeof ret === "string" ?
8213
+
8214
+					// handle most common string cases
8215
+					ret.replace( rreturn, "" ) :
8216
+
8217
+					// handle cases where value is null/undef or number
8218
+					ret == null ? "" : ret;
8219
+			}
8220
+
8221
+			return;
8222
+		}
8223
+
8224
+		isFunction = jQuery.isFunction( value );
8225
+
8226
+		return this.each( function( i ) {
8227
+			var val;
8228
+
8229
+			if ( this.nodeType !== 1 ) {
8230
+				return;
8231
+			}
8232
+
8233
+			if ( isFunction ) {
8234
+				val = value.call( this, i, jQuery( this ).val() );
8235
+			} else {
8236
+				val = value;
8237
+			}
8238
+
8239
+			// Treat null/undefined as ""; convert numbers to string
8240
+			if ( val == null ) {
8241
+				val = "";
8242
+			} else if ( typeof val === "number" ) {
8243
+				val += "";
8244
+			} else if ( jQuery.isArray( val ) ) {
8245
+				val = jQuery.map( val, function( value ) {
8246
+					return value == null ? "" : value + "";
8247
+				} );
8248
+			}
8249
+
8250
+			hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];
8251
+
8252
+			// If set returns undefined, fall back to normal setting
8253
+			if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) {
8254
+				this.value = val;
8255
+			}
8256
+		} );
8257
+	}
8258
+} );
8259
+
8260
+jQuery.extend( {
8261
+	valHooks: {
8262
+		option: {
8263
+			get: function( elem ) {
8264
+				var val = jQuery.find.attr( elem, "value" );
8265
+				return val != null ?
8266
+					val :
8267
+
8268
+					// Support: IE10-11+
8269
+					// option.text throws exceptions (#14686, #14858)
8270
+					// Strip and collapse whitespace
8271
+					// https://html.spec.whatwg.org/#strip-and-collapse-whitespace
8272
+					jQuery.trim( jQuery.text( elem ) ).replace( rspaces, " " );
8273
+			}
8274
+		},
8275
+		select: {
8276
+			get: function( elem ) {
8277
+				var value, option,
8278
+					options = elem.options,
8279
+					index = elem.selectedIndex,
8280
+					one = elem.type === "select-one" || index < 0,
8281
+					values = one ? null : [],
8282
+					max = one ? index + 1 : options.length,
8283
+					i = index < 0 ?
8284
+						max :
8285
+						one ? index : 0;
8286
+
8287
+				// Loop through all the selected options
8288
+				for ( ; i < max; i++ ) {
8289
+					option = options[ i ];
8290
+
8291
+					// oldIE doesn't update selected after form reset (#2551)
8292
+					if ( ( option.selected || i === index ) &&
8293
+
8294
+							// Don't return options that are disabled or in a disabled optgroup
8295
+							( support.optDisabled ?
8296
+								!option.disabled :
8297
+								option.getAttribute( "disabled" ) === null ) &&
8298
+							( !option.parentNode.disabled ||
8299
+								!jQuery.nodeName( option.parentNode, "optgroup" ) ) ) {
8300
+
8301
+						// Get the specific value for the option
8302
+						value = jQuery( option ).val();
8303
+
8304
+						// We don't need an array for one selects
8305
+						if ( one ) {
8306
+							return value;
8307
+						}
8308
+
8309
+						// Multi-Selects return an array
8310
+						values.push( value );
8311
+					}
8312
+				}
8313
+
8314
+				return values;
8315
+			},
8316
+
8317
+			set: function( elem, value ) {
8318
+				var optionSet, option,
8319
+					options = elem.options,
8320
+					values = jQuery.makeArray( value ),
8321
+					i = options.length;
8322
+
8323
+				while ( i-- ) {
8324
+					option = options[ i ];
8325
+
8326
+					if ( jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 ) {
8327
+
8328
+						// Support: IE6
8329
+						// When new option element is added to select box we need to
8330
+						// force reflow of newly added node in order to workaround delay
8331
+						// of initialization properties
8332
+						try {
8333
+							option.selected = optionSet = true;
8334
+
8335
+						} catch ( _ ) {
8336
+
8337
+							// Will be executed only in IE6
8338
+							option.scrollHeight;
8339
+						}
8340
+
8341
+					} else {
8342
+						option.selected = false;
8343
+					}
8344
+				}
8345
+
8346
+				// Force browsers to behave consistently when non-matching value is set
8347
+				if ( !optionSet ) {
8348
+					elem.selectedIndex = -1;
8349
+				}
8350
+
8351
+				return options;
8352
+			}
8353
+		}
8354
+	}
8355
+} );
8356
+
8357
+// Radios and checkboxes getter/setter
8358
+jQuery.each( [ "radio", "checkbox" ], function() {
8359
+	jQuery.valHooks[ this ] = {
8360
+		set: function( elem, value ) {
8361
+			if ( jQuery.isArray( value ) ) {
8362
+				return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );
8363
+			}
8364
+		}
8365
+	};
8366
+	if ( !support.checkOn ) {
8367
+		jQuery.valHooks[ this ].get = function( elem ) {
8368
+			return elem.getAttribute( "value" ) === null ? "on" : elem.value;
8369
+		};
8370
+	}
8371
+} );
8372
+
8373
+
8374
+
8375
+
8376
+var nodeHook, boolHook,
8377
+	attrHandle = jQuery.expr.attrHandle,
8378
+	ruseDefault = /^(?:checked|selected)$/i,
8379
+	getSetAttribute = support.getSetAttribute,
8380
+	getSetInput = support.input;
8381
+
8382
+jQuery.fn.extend( {
8383
+	attr: function( name, value ) {
8384
+		return access( this, jQuery.attr, name, value, arguments.length > 1 );
8385
+	},
8386
+
8387
+	removeAttr: function( name ) {
8388
+		return this.each( function() {
8389
+			jQuery.removeAttr( this, name );
8390
+		} );
8391
+	}
8392
+} );
8393
+
8394
+jQuery.extend( {
8395
+	attr: function( elem, name, value ) {
8396
+		var ret, hooks,
8397
+			nType = elem.nodeType;
8398
+
8399
+		// Don't get/set attributes on text, comment and attribute nodes
8400
+		if ( nType === 3 || nType === 8 || nType === 2 ) {
8401
+			return;
8402
+		}
8403
+
8404
+		// Fallback to prop when attributes are not supported
8405
+		if ( typeof elem.getAttribute === "undefined" ) {
8406
+			return jQuery.prop( elem, name, value );
8407
+		}
8408
+
8409
+		// All attributes are lowercase
8410
+		// Grab necessary hook if one is defined
8411
+		if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
8412
+			name = name.toLowerCase();
8413
+			hooks = jQuery.attrHooks[ name ] ||
8414
+				( jQuery.expr.match.bool.test( name ) ? boolHook : nodeHook );
8415
+		}
8416
+
8417
+		if ( value !== undefined ) {
8418
+			if ( value === null ) {
8419
+				jQuery.removeAttr( elem, name );
8420
+				return;
8421
+			}
8422
+
8423
+			if ( hooks && "set" in hooks &&
8424
+				( ret = hooks.set( elem, value, name ) ) !== undefined ) {
8425
+				return ret;
8426
+			}
8427
+
8428
+			elem.setAttribute( name, value + "" );
8429
+			return value;
8430
+		}
8431
+
8432
+		if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {
8433
+			return ret;
8434
+		}
8435
+
8436
+		ret = jQuery.find.attr( elem, name );
8437
+
8438
+		// Non-existent attributes return null, we normalize to undefined
8439
+		return ret == null ? undefined : ret;
8440
+	},
8441
+
8442
+	attrHooks: {
8443
+		type: {
8444
+			set: function( elem, value ) {
8445
+				if ( !support.radioValue && value === "radio" &&
8446
+					jQuery.nodeName( elem, "input" ) ) {
8447
+
8448
+					// Setting the type on a radio button after the value resets the value in IE8-9
8449
+					// Reset value to default in case type is set after value during creation
8450
+					var val = elem.value;
8451
+					elem.setAttribute( "type", value );
8452
+					if ( val ) {
8453
+						elem.value = val;
8454
+					}
8455
+					return value;
8456
+				}
8457
+			}
8458
+		}
8459
+	},
8460
+
8461
+	removeAttr: function( elem, value ) {
8462
+		var name, propName,
8463
+			i = 0,
8464
+			attrNames = value && value.match( rnotwhite );
8465
+
8466
+		if ( attrNames && elem.nodeType === 1 ) {
8467
+			while ( ( name = attrNames[ i++ ] ) ) {
8468
+				propName = jQuery.propFix[ name ] || name;
8469
+
8470
+				// Boolean attributes get special treatment (#10870)
8471
+				if ( jQuery.expr.match.bool.test( name ) ) {
8472
+
8473
+					// Set corresponding property to false
8474
+					if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) {
8475
+						elem[ propName ] = false;
8476
+
8477
+					// Support: IE<9
8478
+					// Also clear defaultChecked/defaultSelected (if appropriate)
8479
+					} else {
8480
+						elem[ jQuery.camelCase( "default-" + name ) ] =
8481
+							elem[ propName ] = false;
8482
+					}
8483
+
8484
+				// See #9699 for explanation of this approach (setting first, then removal)
8485
+				} else {
8486
+					jQuery.attr( elem, name, "" );
8487
+				}
8488
+
8489
+				elem.removeAttribute( getSetAttribute ? name : propName );
8490
+			}
8491
+		}
8492
+	}
8493
+} );
8494
+
8495
+// Hooks for boolean attributes
8496
+boolHook = {
8497
+	set: function( elem, value, name ) {
8498
+		if ( value === false ) {
8499
+
8500
+			// Remove boolean attributes when set to false
8501
+			jQuery.removeAttr( elem, name );
8502
+		} else if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) {
8503
+
8504
+			// IE<8 needs the *property* name
8505
+			elem.setAttribute( !getSetAttribute && jQuery.propFix[ name ] || name, name );
8506
+
8507
+		} else {
8508
+
8509
+			// Support: IE<9
8510
+			// Use defaultChecked and defaultSelected for oldIE
8511
+			elem[ jQuery.camelCase( "default-" + name ) ] = elem[ name ] = true;
8512
+		}
8513
+		return name;
8514
+	}
8515
+};
8516
+
8517
+jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) {
8518
+	var getter = attrHandle[ name ] || jQuery.find.attr;
8519
+
8520
+	if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) {
8521
+		attrHandle[ name ] = function( elem, name, isXML ) {
8522
+			var ret, handle;
8523
+			if ( !isXML ) {
8524
+
8525
+				// Avoid an infinite loop by temporarily removing this function from the getter
8526
+				handle = attrHandle[ name ];
8527
+				attrHandle[ name ] = ret;
8528
+				ret = getter( elem, name, isXML ) != null ?
8529
+					name.toLowerCase() :
8530
+					null;
8531
+				attrHandle[ name ] = handle;
8532
+			}
8533
+			return ret;
8534
+		};
8535
+	} else {
8536
+		attrHandle[ name ] = function( elem, name, isXML ) {
8537
+			if ( !isXML ) {
8538
+				return elem[ jQuery.camelCase( "default-" + name ) ] ?
8539
+					name.toLowerCase() :
8540
+					null;
8541
+			}
8542
+		};
8543
+	}
8544
+} );
8545
+
8546
+// fix oldIE attroperties
8547
+if ( !getSetInput || !getSetAttribute ) {
8548
+	jQuery.attrHooks.value = {
8549
+		set: function( elem, value, name ) {
8550
+			if ( jQuery.nodeName( elem, "input" ) ) {
8551
+
8552
+				// Does not return so that setAttribute is also used
8553
+				elem.defaultValue = value;
8554
+			} else {
8555
+
8556
+				// Use nodeHook if defined (#1954); otherwise setAttribute is fine
8557
+				return nodeHook && nodeHook.set( elem, value, name );
8558
+			}
8559
+		}
8560
+	};
8561
+}
8562
+
8563
+// IE6/7 do not support getting/setting some attributes with get/setAttribute
8564
+if ( !getSetAttribute ) {
8565
+
8566
+	// Use this for any attribute in IE6/7
8567
+	// This fixes almost every IE6/7 issue
8568
+	nodeHook = {
8569
+		set: function( elem, value, name ) {
8570
+
8571
+			// Set the existing or create a new attribute node
8572
+			var ret = elem.getAttributeNode( name );
8573
+			if ( !ret ) {
8574
+				elem.setAttributeNode(
8575
+					( ret = elem.ownerDocument.createAttribute( name ) )
8576
+				);
8577
+			}
8578
+
8579
+			ret.value = value += "";
8580
+
8581
+			// Break association with cloned elements by also using setAttribute (#9646)
8582
+			if ( name === "value" || value === elem.getAttribute( name ) ) {
8583
+				return value;
8584
+			}
8585
+		}
8586
+	};
8587
+
8588
+	// Some attributes are constructed with empty-string values when not defined
8589
+	attrHandle.id = attrHandle.name = attrHandle.coords =
8590
+		function( elem, name, isXML ) {
8591
+			var ret;
8592
+			if ( !isXML ) {
8593
+				return ( ret = elem.getAttributeNode( name ) ) && ret.value !== "" ?
8594
+					ret.value :
8595
+					null;
8596
+			}
8597
+		};
8598
+
8599
+	// Fixing value retrieval on a button requires this module
8600
+	jQuery.valHooks.button = {
8601
+		get: function( elem, name ) {
8602
+			var ret = elem.getAttributeNode( name );
8603
+			if ( ret && ret.specified ) {
8604
+				return ret.value;
8605
+			}
8606
+		},
8607
+		set: nodeHook.set
8608
+	};
8609
+
8610
+	// Set contenteditable to false on removals(#10429)
8611
+	// Setting to empty string throws an error as an invalid value
8612
+	jQuery.attrHooks.contenteditable = {
8613
+		set: function( elem, value, name ) {
8614
+			nodeHook.set( elem, value === "" ? false : value, name );
8615
+		}
8616
+	};
8617
+
8618
+	// Set width and height to auto instead of 0 on empty string( Bug #8150 )
8619
+	// This is for removals
8620
+	jQuery.each( [ "width", "height" ], function( i, name ) {
8621
+		jQuery.attrHooks[ name ] = {
8622
+			set: function( elem, value ) {
8623
+				if ( value === "" ) {
8624
+					elem.setAttribute( name, "auto" );
8625
+					return value;
8626
+				}
8627
+			}
8628
+		};
8629
+	} );
8630
+}
8631
+
8632
+if ( !support.style ) {
8633
+	jQuery.attrHooks.style = {
8634
+		get: function( elem ) {
8635
+
8636
+			// Return undefined in the case of empty string
8637
+			// Note: IE uppercases css property names, but if we were to .toLowerCase()
8638
+			// .cssText, that would destroy case sensitivity in URL's, like in "background"
8639
+			return elem.style.cssText || undefined;
8640
+		},
8641
+		set: function( elem, value ) {
8642
+			return ( elem.style.cssText = value + "" );
8643
+		}
8644
+	};
8645
+}
8646
+
8647
+
8648
+
8649
+
8650
+var rfocusable = /^(?:input|select|textarea|button|object)$/i,
8651
+	rclickable = /^(?:a|area)$/i;
8652
+
8653
+jQuery.fn.extend( {
8654
+	prop: function( name, value ) {
8655
+		return access( this, jQuery.prop, name, value, arguments.length > 1 );
8656
+	},
8657
+
8658
+	removeProp: function( name ) {
8659
+		name = jQuery.propFix[ name ] || name;
8660
+		return this.each( function() {
8661
+
8662
+			// try/catch handles cases where IE balks (such as removing a property on window)
8663
+			try {
8664
+				this[ name ] = undefined;
8665
+				delete this[ name ];
8666
+			} catch ( e ) {}
8667
+		} );
8668
+	}
8669
+} );
8670
+
8671
+jQuery.extend( {
8672
+	prop: function( elem, name, value ) {
8673
+		var ret, hooks,
8674
+			nType = elem.nodeType;
8675
+
8676
+		// Don't get/set properties on text, comment and attribute nodes
8677
+		if ( nType === 3 || nType === 8 || nType === 2 ) {
8678
+			return;
8679
+		}
8680
+
8681
+		if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
8682
+
8683
+			// Fix name and attach hooks
8684
+			name = jQuery.propFix[ name ] || name;
8685
+			hooks = jQuery.propHooks[ name ];
8686
+		}
8687
+
8688
+		if ( value !== undefined ) {
8689
+			if ( hooks && "set" in hooks &&
8690
+				( ret = hooks.set( elem, value, name ) ) !== undefined ) {
8691
+				return ret;
8692
+			}
8693
+
8694
+			return ( elem[ name ] = value );
8695
+		}
8696
+
8697
+		if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {
8698
+			return ret;
8699
+		}
8700
+
8701
+		return elem[ name ];
8702
+	},
8703
+
8704
+	propHooks: {
8705
+		tabIndex: {
8706
+			get: function( elem ) {
8707
+
8708
+				// elem.tabIndex doesn't always return the
8709
+				// correct value when it hasn't been explicitly set
8710
+				// http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
8711
+				// Use proper attribute retrieval(#12072)
8712
+				var tabindex = jQuery.find.attr( elem, "tabindex" );
8713
+
8714
+				return tabindex ?
8715
+					parseInt( tabindex, 10 ) :
8716
+					rfocusable.test( elem.nodeName ) ||
8717
+						rclickable.test( elem.nodeName ) && elem.href ?
8718
+							0 :
8719
+							-1;
8720
+			}
8721
+		}
8722
+	},
8723
+
8724
+	propFix: {
8725
+		"for": "htmlFor",
8726
+		"class": "className"
8727
+	}
8728
+} );
8729
+
8730
+// Some attributes require a special call on IE
8731
+// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx
8732
+if ( !support.hrefNormalized ) {
8733
+
8734
+	// href/src property should get the full normalized URL (#10299/#12915)
8735
+	jQuery.each( [ "href", "src" ], function( i, name ) {
8736
+		jQuery.propHooks[ name ] = {
8737
+			get: function( elem ) {
8738
+				return elem.getAttribute( name, 4 );
8739
+			}
8740
+		};
8741
+	} );
8742
+}
8743
+
8744
+// Support: Safari, IE9+
8745
+// Accessing the selectedIndex property
8746
+// forces the browser to respect setting selected
8747
+// on the option
8748
+// The getter ensures a default option is selected
8749
+// when in an optgroup
8750
+if ( !support.optSelected ) {
8751
+	jQuery.propHooks.selected = {
8752
+		get: function( elem ) {
8753
+			var parent = elem.parentNode;
8754
+
8755
+			if ( parent ) {
8756
+				parent.selectedIndex;
8757
+
8758
+				// Make sure that it also works with optgroups, see #5701
8759
+				if ( parent.parentNode ) {
8760
+					parent.parentNode.selectedIndex;
8761
+				}
8762
+			}
8763
+			return null;
8764
+		},
8765
+		set: function( elem ) {
8766
+			var parent = elem.parentNode;
8767
+			if ( parent ) {
8768
+				parent.selectedIndex;
8769
+
8770
+				if ( parent.parentNode ) {
8771
+					parent.parentNode.selectedIndex;
8772
+				}
8773
+			}
8774
+		}
8775
+	};
8776
+}
8777
+
8778
+jQuery.each( [
8779
+	"tabIndex",
8780
+	"readOnly",
8781
+	"maxLength",
8782
+	"cellSpacing",
8783
+	"cellPadding",
8784
+	"rowSpan",
8785
+	"colSpan",
8786
+	"useMap",
8787
+	"frameBorder",
8788
+	"contentEditable"
8789
+], function() {
8790
+	jQuery.propFix[ this.toLowerCase() ] = this;
8791
+} );
8792
+
8793
+// IE6/7 call enctype encoding
8794
+if ( !support.enctype ) {
8795
+	jQuery.propFix.enctype = "encoding";
8796
+}
8797
+
8798
+
8799
+
8800
+
8801
+var rclass = /[\t\r\n\f]/g;
8802
+
8803
+function getClass( elem ) {
8804
+	return jQuery.attr( elem, "class" ) || "";
8805
+}
8806
+
8807
+jQuery.fn.extend( {
8808
+	addClass: function( value ) {
8809
+		var classes, elem, cur, curValue, clazz, j, finalValue,
8810
+			i = 0;
8811
+
8812
+		if ( jQuery.isFunction( value ) ) {
8813
+			return this.each( function( j ) {
8814
+				jQuery( this ).addClass( value.call( this, j, getClass( this ) ) );
8815
+			} );
8816
+		}
8817
+
8818
+		if ( typeof value === "string" && value ) {
8819
+			classes = value.match( rnotwhite ) || [];
8820
+
8821
+			while ( ( elem = this[ i++ ] ) ) {
8822
+				curValue = getClass( elem );
8823
+				cur = elem.nodeType === 1 &&
8824
+					( " " + curValue + " " ).replace( rclass, " " );
8825
+
8826
+				if ( cur ) {
8827
+					j = 0;
8828
+					while ( ( clazz = classes[ j++ ] ) ) {
8829
+						if ( cur.indexOf( " " + clazz + " " ) < 0 ) {
8830
+							cur += clazz + " ";
8831
+						}
8832
+					}
8833
+
8834
+					// only assign if different to avoid unneeded rendering.
8835
+					finalValue = jQuery.trim( cur );
8836
+					if ( curValue !== finalValue ) {
8837
+						jQuery.attr( elem, "class", finalValue );
8838
+					}
8839
+				}
8840
+			}
8841
+		}
8842
+
8843
+		return this;
8844
+	},
8845
+
8846
+	removeClass: function( value ) {
8847
+		var classes, elem, cur, curValue, clazz, j, finalValue,
8848
+			i = 0;
8849
+
8850
+		if ( jQuery.isFunction( value ) ) {
8851
+			return this.each( function( j ) {
8852
+				jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );
8853
+			} );
8854
+		}
8855
+
8856
+		if ( !arguments.length ) {
8857
+			return this.attr( "class", "" );
8858
+		}
8859
+
8860
+		if ( typeof value === "string" && value ) {
8861
+			classes = value.match( rnotwhite ) || [];
8862
+
8863
+			while ( ( elem = this[ i++ ] ) ) {
8864
+				curValue = getClass( elem );
8865
+
8866
+				// This expression is here for better compressibility (see addClass)
8867
+				cur = elem.nodeType === 1 &&
8868
+					( " " + curValue + " " ).replace( rclass, " " );
8869
+
8870
+				if ( cur ) {
8871
+					j = 0;
8872
+					while ( ( clazz = classes[ j++ ] ) ) {
8873
+
8874
+						// Remove *all* instances
8875
+						while ( cur.indexOf( " " + clazz + " " ) > -1 ) {
8876
+							cur = cur.replace( " " + clazz + " ", " " );
8877
+						}
8878
+					}
8879
+
8880
+					// Only assign if different to avoid unneeded rendering.
8881
+					finalValue = jQuery.trim( cur );
8882
+					if ( curValue !== finalValue ) {
8883
+						jQuery.attr( elem, "class", finalValue );
8884
+					}
8885
+				}
8886
+			}
8887
+		}
8888
+
8889
+		return this;
8890
+	},
8891
+
8892
+	toggleClass: function( value, stateVal ) {
8893
+		var type = typeof value;
8894
+
8895
+		if ( typeof stateVal === "boolean" && type === "string" ) {
8896
+			return stateVal ? this.addClass( value ) : this.removeClass( value );
8897
+		}
8898
+
8899
+		if ( jQuery.isFunction( value ) ) {
8900
+			return this.each( function( i ) {
8901
+				jQuery( this ).toggleClass(
8902
+					value.call( this, i, getClass( this ), stateVal ),
8903
+					stateVal
8904
+				);
8905
+			} );
8906
+		}
8907
+
8908
+		return this.each( function() {
8909
+			var className, i, self, classNames;
8910
+
8911
+			if ( type === "string" ) {
8912
+
8913
+				// Toggle individual class names
8914
+				i = 0;
8915
+				self = jQuery( this );
8916
+				classNames = value.match( rnotwhite ) || [];
8917
+
8918
+				while ( ( className = classNames[ i++ ] ) ) {
8919
+
8920
+					// Check each className given, space separated list
8921
+					if ( self.hasClass( className ) ) {
8922
+						self.removeClass( className );
8923
+					} else {
8924
+						self.addClass( className );
8925
+					}
8926
+				}
8927
+
8928
+			// Toggle whole class name
8929
+			} else if ( value === undefined || type === "boolean" ) {
8930
+				className = getClass( this );
8931
+				if ( className ) {
8932
+
8933
+					// store className if set
8934
+					jQuery._data( this, "__className__", className );
8935
+				}
8936
+
8937
+				// If the element has a class name or if we're passed "false",
8938
+				// then remove the whole classname (if there was one, the above saved it).
8939
+				// Otherwise bring back whatever was previously saved (if anything),
8940
+				// falling back to the empty string if nothing was stored.
8941
+				jQuery.attr( this, "class",
8942
+					className || value === false ?
8943
+					"" :
8944
+					jQuery._data( this, "__className__" ) || ""
8945
+				);
8946
+			}
8947
+		} );
8948
+	},
8949
+
8950
+	hasClass: function( selector ) {
8951
+		var className, elem,
8952
+			i = 0;
8953
+
8954
+		className = " " + selector + " ";
8955
+		while ( ( elem = this[ i++ ] ) ) {
8956
+			if ( elem.nodeType === 1 &&
8957
+				( " " + getClass( elem ) + " " ).replace( rclass, " " )
8958
+					.indexOf( className ) > -1
8959
+			) {
8960
+				return true;
8961
+			}
8962
+		}
8963
+
8964
+		return false;
8965
+	}
8966
+} );
8967
+
8968
+
8969
+
8970
+
8971
+// Return jQuery for attributes-only inclusion
8972
+
8973
+
8974
+jQuery.each( ( "blur focus focusin focusout load resize scroll unload click dblclick " +
8975
+	"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " +
8976
+	"change select submit keydown keypress keyup error contextmenu" ).split( " " ),
8977
+	function( i, name ) {
8978
+
8979
+	// Handle event binding
8980
+	jQuery.fn[ name ] = function( data, fn ) {
8981
+		return arguments.length > 0 ?
8982
+			this.on( name, null, data, fn ) :
8983
+			this.trigger( name );
8984
+	};
8985
+} );
8986
+
8987
+jQuery.fn.extend( {
8988
+	hover: function( fnOver, fnOut ) {
8989
+		return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );
8990
+	}
8991
+} );
8992
+
8993
+
8994
+var location = window.location;
8995
+
8996
+var nonce = jQuery.now();
8997
+
8998
+var rquery = ( /\?/ );
8999
+
9000
+
9001
+
9002
+var rvalidtokens = /(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;
9003
+
9004
+jQuery.parseJSON = function( data ) {
9005
+
9006
+	// Attempt to parse using the native JSON parser first
9007
+	if ( window.JSON && window.JSON.parse ) {
9008
+
9009
+		// Support: Android 2.3
9010
+		// Workaround failure to string-cast null input
9011
+		return window.JSON.parse( data + "" );
9012
+	}
9013
+
9014
+	var requireNonComma,
9015
+		depth = null,
9016
+		str = jQuery.trim( data + "" );
9017
+
9018
+	// Guard against invalid (and possibly dangerous) input by ensuring that nothing remains
9019
+	// after removing valid tokens
9020
+	return str && !jQuery.trim( str.replace( rvalidtokens, function( token, comma, open, close ) {
9021
+
9022
+		// Force termination if we see a misplaced comma
9023
+		if ( requireNonComma && comma ) {
9024
+			depth = 0;
9025
+		}
9026
+
9027
+		// Perform no more replacements after returning to outermost depth
9028
+		if ( depth === 0 ) {
9029
+			return token;
9030
+		}
9031
+
9032
+		// Commas must not follow "[", "{", or ","
9033
+		requireNonComma = open || comma;
9034
+
9035
+		// Determine new depth
9036
+		// array/object open ("[" or "{"): depth += true - false (increment)
9037
+		// array/object close ("]" or "}"): depth += false - true (decrement)
9038
+		// other cases ("," or primitive): depth += true - true (numeric cast)
9039
+		depth += !close - !open;
9040
+
9041
+		// Remove this token
9042
+		return "";
9043
+	} ) ) ?
9044
+		( Function( "return " + str ) )() :
9045
+		jQuery.error( "Invalid JSON: " + data );
9046
+};
9047
+
9048
+
9049
+// Cross-browser xml parsing
9050
+jQuery.parseXML = function( data ) {
9051
+	var xml, tmp;
9052
+	if ( !data || typeof data !== "string" ) {
9053
+		return null;
9054
+	}
9055
+	try {
9056
+		if ( window.DOMParser ) { // Standard
9057
+			tmp = new window.DOMParser();
9058
+			xml = tmp.parseFromString( data, "text/xml" );
9059
+		} else { // IE
9060
+			xml = new window.ActiveXObject( "Microsoft.XMLDOM" );
9061
+			xml.async = "false";
9062
+			xml.loadXML( data );
9063
+		}
9064
+	} catch ( e ) {
9065
+		xml = undefined;
9066
+	}
9067
+	if ( !xml || !xml.documentElement || xml.getElementsByTagName( "parsererror" ).length ) {
9068
+		jQuery.error( "Invalid XML: " + data );
9069
+	}
9070
+	return xml;
9071
+};
9072
+
9073
+
9074
+var
9075
+	rhash = /#.*$/,
9076
+	rts = /([?&])_=[^&]*/,
9077
+
9078
+	// IE leaves an \r character at EOL
9079
+	rheaders = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg,
9080
+
9081
+	// #7653, #8125, #8152: local protocol detection
9082
+	rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,
9083
+	rnoContent = /^(?:GET|HEAD)$/,
9084
+	rprotocol = /^\/\//,
9085
+	rurl = /^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,
9086
+
9087
+	/* Prefilters
9088
+	 * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)
9089
+	 * 2) These are called:
9090
+	 *    - BEFORE asking for a transport
9091
+	 *    - AFTER param serialization (s.data is a string if s.processData is true)
9092
+	 * 3) key is the dataType
9093
+	 * 4) the catchall symbol "*" can be used
9094
+	 * 5) execution will start with transport dataType and THEN continue down to "*" if needed
9095
+	 */
9096
+	prefilters = {},
9097
+
9098
+	/* Transports bindings
9099
+	 * 1) key is the dataType
9100
+	 * 2) the catchall symbol "*" can be used
9101
+	 * 3) selection will start with transport dataType and THEN go to "*" if needed
9102
+	 */
9103
+	transports = {},
9104
+
9105
+	// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression
9106
+	allTypes = "*/".concat( "*" ),
9107
+
9108
+	// Document location
9109
+	ajaxLocation = location.href,
9110
+
9111
+	// Segment location into parts
9112
+	ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];
9113
+
9114
+// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport
9115
+function addToPrefiltersOrTransports( structure ) {
9116
+
9117
+	// dataTypeExpression is optional and defaults to "*"
9118
+	return function( dataTypeExpression, func ) {
9119
+
9120
+		if ( typeof dataTypeExpression !== "string" ) {
9121
+			func = dataTypeExpression;
9122
+			dataTypeExpression = "*";
9123
+		}
9124
+
9125
+		var dataType,
9126
+			i = 0,
9127
+			dataTypes = dataTypeExpression.toLowerCase().match( rnotwhite ) || [];
9128
+
9129
+		if ( jQuery.isFunction( func ) ) {
9130
+
9131
+			// For each dataType in the dataTypeExpression
9132
+			while ( ( dataType = dataTypes[ i++ ] ) ) {
9133
+
9134
+				// Prepend if requested
9135
+				if ( dataType.charAt( 0 ) === "+" ) {
9136
+					dataType = dataType.slice( 1 ) || "*";
9137
+					( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );
9138
+
9139
+				// Otherwise append
9140
+				} else {
9141
+					( structure[ dataType ] = structure[ dataType ] || [] ).push( func );
9142
+				}
9143
+			}
9144
+		}
9145
+	};
9146
+}
9147
+
9148
+// Base inspection function for prefilters and transports
9149
+function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {
9150
+
9151
+	var inspected = {},
9152
+		seekingTransport = ( structure === transports );
9153
+
9154
+	function inspect( dataType ) {
9155
+		var selected;
9156
+		inspected[ dataType ] = true;
9157
+		jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {
9158
+			var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );
9159
+			if ( typeof dataTypeOrTransport === "string" &&
9160
+				!seekingTransport && !inspected[ dataTypeOrTransport ] ) {
9161
+
9162
+				options.dataTypes.unshift( dataTypeOrTransport );
9163
+				inspect( dataTypeOrTransport );
9164
+				return false;
9165
+			} else if ( seekingTransport ) {
9166
+				return !( selected = dataTypeOrTransport );
9167
+			}
9168
+		} );
9169
+		return selected;
9170
+	}
9171
+
9172
+	return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" );
9173
+}
9174
+
9175
+// A special extend for ajax options
9176
+// that takes "flat" options (not to be deep extended)
9177
+// Fixes #9887
9178
+function ajaxExtend( target, src ) {
9179
+	var deep, key,
9180
+		flatOptions = jQuery.ajaxSettings.flatOptions || {};
9181
+
9182
+	for ( key in src ) {
9183
+		if ( src[ key ] !== undefined ) {
9184
+			( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];
9185
+		}
9186
+	}
9187
+	if ( deep ) {
9188
+		jQuery.extend( true, target, deep );
9189
+	}
9190
+
9191
+	return target;
9192
+}
9193
+
9194
+/* Handles responses to an ajax request:
9195
+ * - finds the right dataType (mediates between content-type and expected dataType)
9196
+ * - returns the corresponding response
9197
+ */
9198
+function ajaxHandleResponses( s, jqXHR, responses ) {
9199
+	var firstDataType, ct, finalDataType, type,
9200
+		contents = s.contents,
9201
+		dataTypes = s.dataTypes;
9202
+
9203
+	// Remove auto dataType and get content-type in the process
9204
+	while ( dataTypes[ 0 ] === "*" ) {
9205
+		dataTypes.shift();
9206
+		if ( ct === undefined ) {
9207
+			ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" );
9208
+		}
9209
+	}
9210
+
9211
+	// Check if we're dealing with a known content-type
9212
+	if ( ct ) {
9213
+		for ( type in contents ) {
9214
+			if ( contents[ type ] && contents[ type ].test( ct ) ) {
9215
+				dataTypes.unshift( type );
9216
+				break;
9217
+			}
9218
+		}
9219
+	}
9220
+
9221
+	// Check to see if we have a response for the expected dataType
9222
+	if ( dataTypes[ 0 ] in responses ) {
9223
+		finalDataType = dataTypes[ 0 ];
9224
+	} else {
9225
+
9226
+		// Try convertible dataTypes
9227
+		for ( type in responses ) {
9228
+			if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) {
9229
+				finalDataType = type;
9230
+				break;
9231
+			}
9232
+			if ( !firstDataType ) {
9233
+				firstDataType = type;
9234
+			}
9235
+		}
9236
+
9237
+		// Or just use first one
9238
+		finalDataType = finalDataType || firstDataType;
9239
+	}
9240
+
9241
+	// If we found a dataType
9242
+	// We add the dataType to the list if needed
9243
+	// and return the corresponding response
9244
+	if ( finalDataType ) {
9245
+		if ( finalDataType !== dataTypes[ 0 ] ) {
9246
+			dataTypes.unshift( finalDataType );
9247
+		}
9248
+		return responses[ finalDataType ];
9249
+	}
9250
+}
9251
+
9252
+/* Chain conversions given the request and the original response
9253
+ * Also sets the responseXXX fields on the jqXHR instance
9254
+ */
9255
+function ajaxConvert( s, response, jqXHR, isSuccess ) {
9256
+	var conv2, current, conv, tmp, prev,
9257
+		converters = {},
9258
+
9259
+		// Work with a copy of dataTypes in case we need to modify it for conversion
9260
+		dataTypes = s.dataTypes.slice();
9261
+
9262
+	// Create converters map with lowercased keys
9263
+	if ( dataTypes[ 1 ] ) {
9264
+		for ( conv in s.converters ) {
9265
+			converters[ conv.toLowerCase() ] = s.converters[ conv ];
9266
+		}
9267
+	}
9268
+
9269
+	current = dataTypes.shift();
9270
+
9271
+	// Convert to each sequential dataType
9272
+	while ( current ) {
9273
+
9274
+		if ( s.responseFields[ current ] ) {
9275
+			jqXHR[ s.responseFields[ current ] ] = response;
9276
+		}
9277
+
9278
+		// Apply the dataFilter if provided
9279
+		if ( !prev && isSuccess && s.dataFilter ) {
9280
+			response = s.dataFilter( response, s.dataType );
9281
+		}
9282
+
9283
+		prev = current;
9284
+		current = dataTypes.shift();
9285
+
9286
+		if ( current ) {
9287
+
9288
+			// There's only work to do if current dataType is non-auto
9289
+			if ( current === "*" ) {
9290
+
9291
+				current = prev;
9292
+
9293
+			// Convert response if prev dataType is non-auto and differs from current
9294
+			} else if ( prev !== "*" && prev !== current ) {
9295
+
9296
+				// Seek a direct converter
9297
+				conv = converters[ prev + " " + current ] || converters[ "* " + current ];
9298
+
9299
+				// If none found, seek a pair
9300
+				if ( !conv ) {
9301
+					for ( conv2 in converters ) {
9302
+
9303
+						// If conv2 outputs current
9304
+						tmp = conv2.split( " " );
9305
+						if ( tmp[ 1 ] === current ) {
9306
+
9307
+							// If prev can be converted to accepted input
9308
+							conv = converters[ prev + " " + tmp[ 0 ] ] ||
9309
+								converters[ "* " + tmp[ 0 ] ];
9310
+							if ( conv ) {
9311
+
9312
+								// Condense equivalence converters
9313
+								if ( conv === true ) {
9314
+									conv = converters[ conv2 ];
9315
+
9316
+								// Otherwise, insert the intermediate dataType
9317
+								} else if ( converters[ conv2 ] !== true ) {
9318
+									current = tmp[ 0 ];
9319
+									dataTypes.unshift( tmp[ 1 ] );
9320
+								}
9321
+								break;
9322
+							}
9323
+						}
9324
+					}
9325
+				}
9326
+
9327
+				// Apply converter (if not an equivalence)
9328
+				if ( conv !== true ) {
9329
+
9330
+					// Unless errors are allowed to bubble, catch and return them
9331
+					if ( conv && s[ "throws" ] ) { // jscs:ignore requireDotNotation
9332
+						response = conv( response );
9333
+					} else {
9334
+						try {
9335
+							response = conv( response );
9336
+						} catch ( e ) {
9337
+							return {
9338
+								state: "parsererror",
9339
+								error: conv ? e : "No conversion from " + prev + " to " + current
9340
+							};
9341
+						}
9342
+					}
9343
+				}
9344
+			}
9345
+		}
9346
+	}
9347
+
9348
+	return { state: "success", data: response };
9349
+}
9350
+
9351
+jQuery.extend( {
9352
+
9353
+	// Counter for holding the number of active queries
9354
+	active: 0,
9355
+
9356
+	// Last-Modified header cache for next request
9357
+	lastModified: {},
9358
+	etag: {},
9359
+
9360
+	ajaxSettings: {
9361
+		url: ajaxLocation,
9362
+		type: "GET",
9363
+		isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),
9364
+		global: true,
9365
+		processData: true,
9366
+		async: true,
9367
+		contentType: "application/x-www-form-urlencoded; charset=UTF-8",
9368
+		/*
9369
+		timeout: 0,
9370
+		data: null,
9371
+		dataType: null,
9372
+		username: null,
9373
+		password: null,
9374
+		cache: null,
9375
+		throws: false,
9376
+		traditional: false,
9377
+		headers: {},
9378
+		*/
9379
+
9380
+		accepts: {
9381
+			"*": allTypes,
9382
+			text: "text/plain",
9383
+			html: "text/html",
9384
+			xml: "application/xml, text/xml",
9385
+			json: "application/json, text/javascript"
9386
+		},
9387
+
9388
+		contents: {
9389
+			xml: /\bxml\b/,
9390
+			html: /\bhtml/,
9391
+			json: /\bjson\b/
9392
+		},
9393
+
9394
+		responseFields: {
9395
+			xml: "responseXML",
9396
+			text: "responseText",
9397
+			json: "responseJSON"
9398
+		},
9399
+
9400
+		// Data converters
9401
+		// Keys separate source (or catchall "*") and destination types with a single space
9402
+		converters: {
9403
+
9404
+			// Convert anything to text
9405
+			"* text": String,
9406
+
9407
+			// Text to html (true = no transformation)
9408
+			"text html": true,
9409
+
9410
+			// Evaluate text as a json expression
9411
+			"text json": jQuery.parseJSON,
9412
+
9413
+			// Parse text as xml
9414
+			"text xml": jQuery.parseXML
9415
+		},
9416
+
9417
+		// For options that shouldn't be deep extended:
9418
+		// you can add your own custom options here if
9419
+		// and when you create one that shouldn't be
9420
+		// deep extended (see ajaxExtend)
9421
+		flatOptions: {
9422
+			url: true,
9423
+			context: true
9424
+		}
9425
+	},
9426
+
9427
+	// Creates a full fledged settings object into target
9428
+	// with both ajaxSettings and settings fields.
9429
+	// If target is omitted, writes into ajaxSettings.
9430
+	ajaxSetup: function( target, settings ) {
9431
+		return settings ?
9432
+
9433
+			// Building a settings object
9434
+			ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :
9435
+
9436
+			// Extending ajaxSettings
9437
+			ajaxExtend( jQuery.ajaxSettings, target );
9438
+	},
9439
+
9440
+	ajaxPrefilter: addToPrefiltersOrTransports( prefilters ),
9441
+	ajaxTransport: addToPrefiltersOrTransports( transports ),
9442
+
9443
+	// Main method
9444
+	ajax: function( url, options ) {
9445
+
9446
+		// If url is an object, simulate pre-1.5 signature
9447
+		if ( typeof url === "object" ) {
9448
+			options = url;
9449
+			url = undefined;
9450
+		}
9451
+
9452
+		// Force options to be an object
9453
+		options = options || {};
9454
+
9455
+		var
9456
+
9457
+			// Cross-domain detection vars
9458
+			parts,
9459
+
9460
+			// Loop variable
9461
+			i,
9462
+
9463
+			// URL without anti-cache param
9464
+			cacheURL,
9465
+
9466
+			// Response headers as string
9467
+			responseHeadersString,
9468
+
9469
+			// timeout handle
9470
+			timeoutTimer,
9471
+
9472
+			// To know if global events are to be dispatched
9473
+			fireGlobals,
9474
+
9475
+			transport,
9476
+
9477
+			// Response headers
9478
+			responseHeaders,
9479
+
9480
+			// Create the final options object
9481
+			s = jQuery.ajaxSetup( {}, options ),
9482
+
9483
+			// Callbacks context
9484
+			callbackContext = s.context || s,
9485
+
9486
+			// Context for global events is callbackContext if it is a DOM node or jQuery collection
9487
+			globalEventContext = s.context &&
9488
+				( callbackContext.nodeType || callbackContext.jquery ) ?
9489
+					jQuery( callbackContext ) :
9490
+					jQuery.event,
9491
+
9492
+			// Deferreds
9493
+			deferred = jQuery.Deferred(),
9494
+			completeDeferred = jQuery.Callbacks( "once memory" ),
9495
+
9496
+			// Status-dependent callbacks
9497
+			statusCode = s.statusCode || {},
9498
+
9499
+			// Headers (they are sent all at once)
9500
+			requestHeaders = {},
9501
+			requestHeadersNames = {},
9502
+
9503
+			// The jqXHR state
9504
+			state = 0,
9505
+
9506
+			// Default abort message
9507
+			strAbort = "canceled",
9508
+
9509
+			// Fake xhr
9510
+			jqXHR = {
9511
+				readyState: 0,
9512
+
9513
+				// Builds headers hashtable if needed
9514
+				getResponseHeader: function( key ) {
9515
+					var match;
9516
+					if ( state === 2 ) {
9517
+						if ( !responseHeaders ) {
9518
+							responseHeaders = {};
9519
+							while ( ( match = rheaders.exec( responseHeadersString ) ) ) {
9520
+								responseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ];
9521
+							}
9522
+						}
9523
+						match = responseHeaders[ key.toLowerCase() ];
9524
+					}
9525
+					return match == null ? null : match;
9526
+				},
9527
+
9528
+				// Raw string
9529
+				getAllResponseHeaders: function() {
9530
+					return state === 2 ? responseHeadersString : null;
9531
+				},
9532
+
9533
+				// Caches the header
9534
+				setRequestHeader: function( name, value ) {
9535
+					var lname = name.toLowerCase();
9536
+					if ( !state ) {
9537
+						name = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name;
9538
+						requestHeaders[ name ] = value;
9539
+					}
9540
+					return this;
9541
+				},
9542
+
9543
+				// Overrides response content-type header
9544
+				overrideMimeType: function( type ) {
9545
+					if ( !state ) {
9546
+						s.mimeType = type;
9547
+					}
9548
+					return this;
9549
+				},
9550
+
9551
+				// Status-dependent callbacks
9552
+				statusCode: function( map ) {
9553
+					var code;
9554
+					if ( map ) {
9555
+						if ( state < 2 ) {
9556
+							for ( code in map ) {
9557
+
9558
+								// Lazy-add the new callback in a way that preserves old ones
9559
+								statusCode[ code ] = [ statusCode[ code ], map[ code ] ];
9560
+							}
9561
+						} else {
9562
+
9563
+							// Execute the appropriate callbacks
9564
+							jqXHR.always( map[ jqXHR.status ] );
9565
+						}
9566
+					}
9567
+					return this;
9568
+				},
9569
+
9570
+				// Cancel the request
9571
+				abort: function( statusText ) {
9572
+					var finalText = statusText || strAbort;
9573
+					if ( transport ) {
9574
+						transport.abort( finalText );
9575
+					}
9576
+					done( 0, finalText );
9577
+					return this;
9578
+				}
9579
+			};
9580
+
9581
+		// Attach deferreds
9582
+		deferred.promise( jqXHR ).complete = completeDeferred.add;
9583
+		jqXHR.success = jqXHR.done;
9584
+		jqXHR.error = jqXHR.fail;
9585
+
9586
+		// Remove hash character (#7531: and string promotion)
9587
+		// Add protocol if not provided (#5866: IE7 issue with protocol-less urls)
9588
+		// Handle falsy url in the settings object (#10093: consistency with old signature)
9589
+		// We also use the url parameter if available
9590
+		s.url = ( ( url || s.url || ajaxLocation ) + "" )
9591
+			.replace( rhash, "" )
9592
+			.replace( rprotocol, ajaxLocParts[ 1 ] + "//" );
9593
+
9594
+		// Alias method option to type as per ticket #12004
9595
+		s.type = options.method || options.type || s.method || s.type;
9596
+
9597
+		// Extract dataTypes list
9598
+		s.dataTypes = jQuery.trim( s.dataType || "*" ).toLowerCase().match( rnotwhite ) || [ "" ];
9599
+
9600
+		// A cross-domain request is in order when we have a protocol:host:port mismatch
9601
+		if ( s.crossDomain == null ) {
9602
+			parts = rurl.exec( s.url.toLowerCase() );
9603
+			s.crossDomain = !!( parts &&
9604
+				( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] ||
9605
+					( parts[ 3 ] || ( parts[ 1 ] === "http:" ? "80" : "443" ) ) !==
9606
+						( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === "http:" ? "80" : "443" ) ) )
9607
+			);
9608
+		}
9609
+
9610
+		// Convert data if not already a string
9611
+		if ( s.data && s.processData && typeof s.data !== "string" ) {
9612
+			s.data = jQuery.param( s.data, s.traditional );
9613
+		}
9614
+
9615
+		// Apply prefilters
9616
+		inspectPrefiltersOrTransports( prefilters, s, options, jqXHR );
9617
+
9618
+		// If request was aborted inside a prefilter, stop there
9619
+		if ( state === 2 ) {
9620
+			return jqXHR;
9621
+		}
9622
+
9623
+		// We can fire global events as of now if asked to
9624
+		// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)
9625
+		fireGlobals = jQuery.event && s.global;
9626
+
9627
+		// Watch for a new set of requests
9628
+		if ( fireGlobals && jQuery.active++ === 0 ) {
9629
+			jQuery.event.trigger( "ajaxStart" );
9630
+		}
9631
+
9632
+		// Uppercase the type
9633
+		s.type = s.type.toUpperCase();
9634
+
9635
+		// Determine if request has content
9636
+		s.hasContent = !rnoContent.test( s.type );
9637
+
9638
+		// Save the URL in case we're toying with the If-Modified-Since
9639
+		// and/or If-None-Match header later on
9640
+		cacheURL = s.url;
9641
+
9642
+		// More options handling for requests with no content
9643
+		if ( !s.hasContent ) {
9644
+
9645
+			// If data is available, append data to url
9646
+			if ( s.data ) {
9647
+				cacheURL = ( s.url += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data );
9648
+
9649
+				// #9682: remove data so that it's not used in an eventual retry
9650
+				delete s.data;
9651
+			}
9652
+
9653
+			// Add anti-cache in url if needed
9654
+			if ( s.cache === false ) {
9655
+				s.url = rts.test( cacheURL ) ?
9656
+
9657
+					// If there is already a '_' parameter, set its value
9658
+					cacheURL.replace( rts, "$1_=" + nonce++ ) :
9659
+
9660
+					// Otherwise add one to the end
9661
+					cacheURL + ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + nonce++;
9662
+			}
9663
+		}
9664
+
9665
+		// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
9666
+		if ( s.ifModified ) {
9667
+			if ( jQuery.lastModified[ cacheURL ] ) {
9668
+				jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] );
9669
+			}
9670
+			if ( jQuery.etag[ cacheURL ] ) {
9671
+				jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] );
9672
+			}
9673
+		}
9674
+
9675
+		// Set the correct header, if data is being sent
9676
+		if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {
9677
+			jqXHR.setRequestHeader( "Content-Type", s.contentType );
9678
+		}
9679
+
9680
+		// Set the Accepts header for the server, depending on the dataType
9681
+		jqXHR.setRequestHeader(
9682
+			"Accept",
9683
+			s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?
9684
+				s.accepts[ s.dataTypes[ 0 ] ] +
9685
+					( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
9686
+				s.accepts[ "*" ]
9687
+		);
9688
+
9689
+		// Check for headers option
9690
+		for ( i in s.headers ) {
9691
+			jqXHR.setRequestHeader( i, s.headers[ i ] );
9692
+		}
9693
+
9694
+		// Allow custom headers/mimetypes and early abort
9695
+		if ( s.beforeSend &&
9696
+			( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {
9697
+
9698
+			// Abort if not done already and return
9699
+			return jqXHR.abort();
9700
+		}
9701
+
9702
+		// aborting is no longer a cancellation
9703
+		strAbort = "abort";
9704
+
9705
+		// Install callbacks on deferreds
9706
+		for ( i in { success: 1, error: 1, complete: 1 } ) {
9707
+			jqXHR[ i ]( s[ i ] );
9708
+		}
9709
+
9710
+		// Get transport
9711
+		transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );
9712
+
9713
+		// If no transport, we auto-abort
9714
+		if ( !transport ) {
9715
+			done( -1, "No Transport" );
9716
+		} else {
9717
+			jqXHR.readyState = 1;
9718
+
9719
+			// Send global event
9720
+			if ( fireGlobals ) {
9721
+				globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] );
9722
+			}
9723
+
9724
+			// If request was aborted inside ajaxSend, stop there
9725
+			if ( state === 2 ) {
9726
+				return jqXHR;
9727
+			}
9728
+
9729
+			// Timeout
9730
+			if ( s.async && s.timeout > 0 ) {
9731
+				timeoutTimer = window.setTimeout( function() {
9732
+					jqXHR.abort( "timeout" );
9733
+				}, s.timeout );
9734
+			}
9735
+
9736
+			try {
9737
+				state = 1;
9738
+				transport.send( requestHeaders, done );
9739
+			} catch ( e ) {
9740
+
9741
+				// Propagate exception as error if not done
9742
+				if ( state < 2 ) {
9743
+					done( -1, e );
9744
+
9745
+				// Simply rethrow otherwise
9746
+				} else {
9747
+					throw e;
9748
+				}
9749
+			}
9750
+		}
9751
+
9752
+		// Callback for when everything is done
9753
+		function done( status, nativeStatusText, responses, headers ) {
9754
+			var isSuccess, success, error, response, modified,
9755
+				statusText = nativeStatusText;
9756
+
9757
+			// Called once
9758
+			if ( state === 2 ) {
9759
+				return;
9760
+			}
9761
+
9762
+			// State is "done" now
9763
+			state = 2;
9764
+
9765
+			// Clear timeout if it exists
9766
+			if ( timeoutTimer ) {
9767
+				window.clearTimeout( timeoutTimer );
9768
+			}
9769
+
9770
+			// Dereference transport for early garbage collection
9771
+			// (no matter how long the jqXHR object will be used)
9772
+			transport = undefined;
9773
+
9774
+			// Cache response headers
9775
+			responseHeadersString = headers || "";
9776
+
9777
+			// Set readyState
9778
+			jqXHR.readyState = status > 0 ? 4 : 0;
9779
+
9780
+			// Determine if successful
9781
+			isSuccess = status >= 200 && status < 300 || status === 304;
9782
+
9783
+			// Get response data
9784
+			if ( responses ) {
9785
+				response = ajaxHandleResponses( s, jqXHR, responses );
9786
+			}
9787
+
9788
+			// Convert no matter what (that way responseXXX fields are always set)
9789
+			response = ajaxConvert( s, response, jqXHR, isSuccess );
9790
+
9791
+			// If successful, handle type chaining
9792
+			if ( isSuccess ) {
9793
+
9794
+				// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
9795
+				if ( s.ifModified ) {
9796
+					modified = jqXHR.getResponseHeader( "Last-Modified" );
9797
+					if ( modified ) {
9798
+						jQuery.lastModified[ cacheURL ] = modified;
9799
+					}
9800
+					modified = jqXHR.getResponseHeader( "etag" );
9801
+					if ( modified ) {
9802
+						jQuery.etag[ cacheURL ] = modified;
9803
+					}
9804
+				}
9805
+
9806
+				// if no content
9807
+				if ( status === 204 || s.type === "HEAD" ) {
9808
+					statusText = "nocontent";
9809
+
9810
+				// if not modified
9811
+				} else if ( status === 304 ) {
9812
+					statusText = "notmodified";
9813
+
9814
+				// If we have data, let's convert it
9815
+				} else {
9816
+					statusText = response.state;
9817
+					success = response.data;
9818
+					error = response.error;
9819
+					isSuccess = !error;
9820
+				}
9821
+			} else {
9822
+
9823
+				// We extract error from statusText
9824
+				// then normalize statusText and status for non-aborts
9825
+				error = statusText;
9826
+				if ( status || !statusText ) {
9827
+					statusText = "error";
9828
+					if ( status < 0 ) {
9829
+						status = 0;
9830
+					}
9831
+				}
9832
+			}
9833
+
9834
+			// Set data for the fake xhr object
9835
+			jqXHR.status = status;
9836
+			jqXHR.statusText = ( nativeStatusText || statusText ) + "";
9837
+
9838
+			// Success/Error
9839
+			if ( isSuccess ) {
9840
+				deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );
9841
+			} else {
9842
+				deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );
9843
+			}
9844
+
9845
+			// Status-dependent callbacks
9846
+			jqXHR.statusCode( statusCode );
9847
+			statusCode = undefined;
9848
+
9849
+			if ( fireGlobals ) {
9850
+				globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError",
9851
+					[ jqXHR, s, isSuccess ? success : error ] );
9852
+			}
9853
+
9854
+			// Complete
9855
+			completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );
9856
+
9857
+			if ( fireGlobals ) {
9858
+				globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] );
9859
+
9860
+				// Handle the global AJAX counter
9861
+				if ( !( --jQuery.active ) ) {
9862
+					jQuery.event.trigger( "ajaxStop" );
9863
+				}
9864
+			}
9865
+		}
9866
+
9867
+		return jqXHR;
9868
+	},
9869
+
9870
+	getJSON: function( url, data, callback ) {
9871
+		return jQuery.get( url, data, callback, "json" );
9872
+	},
9873
+
9874
+	getScript: function( url, callback ) {
9875
+		return jQuery.get( url, undefined, callback, "script" );
9876
+	}
9877
+} );
9878
+
9879
+jQuery.each( [ "get", "post" ], function( i, method ) {
9880
+	jQuery[ method ] = function( url, data, callback, type ) {
9881
+
9882
+		// shift arguments if data argument was omitted
9883
+		if ( jQuery.isFunction( data ) ) {
9884
+			type = type || callback;
9885
+			callback = data;
9886
+			data = undefined;
9887
+		}
9888
+
9889
+		// The url can be an options object (which then must have .url)
9890
+		return jQuery.ajax( jQuery.extend( {
9891
+			url: url,
9892
+			type: method,
9893
+			dataType: type,
9894
+			data: data,
9895
+			success: callback
9896
+		}, jQuery.isPlainObject( url ) && url ) );
9897
+	};
9898
+} );
9899
+
9900
+
9901
+jQuery._evalUrl = function( url ) {
9902
+	return jQuery.ajax( {
9903
+		url: url,
9904
+
9905
+		// Make this explicit, since user can override this through ajaxSetup (#11264)
9906
+		type: "GET",
9907
+		dataType: "script",
9908
+		cache: true,
9909
+		async: false,
9910
+		global: false,
9911
+		"throws": true
9912
+	} );
9913
+};
9914
+
9915
+
9916
+jQuery.fn.extend( {
9917
+	wrapAll: function( html ) {
9918
+		if ( jQuery.isFunction( html ) ) {
9919
+			return this.each( function( i ) {
9920
+				jQuery( this ).wrapAll( html.call( this, i ) );
9921
+			} );
9922
+		}
9923
+
9924
+		if ( this[ 0 ] ) {
9925
+
9926
+			// The elements to wrap the target around
9927
+			var wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );
9928
+
9929
+			if ( this[ 0 ].parentNode ) {
9930
+				wrap.insertBefore( this[ 0 ] );
9931
+			}
9932
+
9933
+			wrap.map( function() {
9934
+				var elem = this;
9935
+
9936
+				while ( elem.firstChild && elem.firstChild.nodeType === 1 ) {
9937
+					elem = elem.firstChild;
9938
+				}
9939
+
9940
+				return elem;
9941
+			} ).append( this );
9942
+		}
9943
+
9944
+		return this;
9945
+	},
9946
+
9947
+	wrapInner: function( html ) {
9948
+		if ( jQuery.isFunction( html ) ) {
9949
+			return this.each( function( i ) {
9950
+				jQuery( this ).wrapInner( html.call( this, i ) );
9951
+			} );
9952
+		}
9953
+
9954
+		return this.each( function() {
9955
+			var self = jQuery( this ),
9956
+				contents = self.contents();
9957
+
9958
+			if ( contents.length ) {
9959
+				contents.wrapAll( html );
9960
+
9961
+			} else {
9962
+				self.append( html );
9963
+			}
9964
+		} );
9965
+	},
9966
+
9967
+	wrap: function( html ) {
9968
+		var isFunction = jQuery.isFunction( html );
9969
+
9970
+		return this.each( function( i ) {
9971
+			jQuery( this ).wrapAll( isFunction ? html.call( this, i ) : html );
9972
+		} );
9973
+	},
9974
+
9975
+	unwrap: function() {
9976
+		return this.parent().each( function() {
9977
+			if ( !jQuery.nodeName( this, "body" ) ) {
9978
+				jQuery( this ).replaceWith( this.childNodes );
9979
+			}
9980
+		} ).end();
9981
+	}
9982
+} );
9983
+
9984
+
9985
+function getDisplay( elem ) {
9986
+	return elem.style && elem.style.display || jQuery.css( elem, "display" );
9987
+}
9988
+
9989
+function filterHidden( elem ) {
9990
+
9991
+	// Disconnected elements are considered hidden
9992
+	if ( !jQuery.contains( elem.ownerDocument || document, elem ) ) {
9993
+		return true;
9994
+	}
9995
+	while ( elem && elem.nodeType === 1 ) {
9996
+		if ( getDisplay( elem ) === "none" || elem.type === "hidden" ) {
9997
+			return true;
9998
+		}
9999
+		elem = elem.parentNode;
10000
+	}
10001
+	return false;
10002
+}
10003
+
10004
+jQuery.expr.filters.hidden = function( elem ) {
10005
+
10006
+	// Support: Opera <= 12.12
10007
+	// Opera reports offsetWidths and offsetHeights less than zero on some elements
10008
+	return support.reliableHiddenOffsets() ?
10009
+		( elem.offsetWidth <= 0 && elem.offsetHeight <= 0 &&
10010
+			!elem.getClientRects().length ) :
10011
+			filterHidden( elem );
10012
+};
10013
+
10014
+jQuery.expr.filters.visible = function( elem ) {
10015
+	return !jQuery.expr.filters.hidden( elem );
10016
+};
10017
+
10018
+
10019
+
10020
+
10021
+var r20 = /%20/g,
10022
+	rbracket = /\[\]$/,
10023
+	rCRLF = /\r?\n/g,
10024
+	rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,
10025
+	rsubmittable = /^(?:input|select|textarea|keygen)/i;
10026
+
10027
+function buildParams( prefix, obj, traditional, add ) {
10028
+	var name;
10029
+
10030
+	if ( jQuery.isArray( obj ) ) {
10031
+
10032
+		// Serialize array item.
10033
+		jQuery.each( obj, function( i, v ) {
10034
+			if ( traditional || rbracket.test( prefix ) ) {
10035
+
10036
+				// Treat each array item as a scalar.
10037
+				add( prefix, v );
10038
+
10039
+			} else {
10040
+
10041
+				// Item is non-scalar (array or object), encode its numeric index.
10042
+				buildParams(
10043
+					prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]",
10044
+					v,
10045
+					traditional,
10046
+					add
10047
+				);
10048
+			}
10049
+		} );
10050
+
10051
+	} else if ( !traditional && jQuery.type( obj ) === "object" ) {
10052
+
10053
+		// Serialize object item.
10054
+		for ( name in obj ) {
10055
+			buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add );
10056
+		}
10057
+
10058
+	} else {
10059
+
10060
+		// Serialize scalar item.
10061
+		add( prefix, obj );
10062
+	}
10063
+}
10064
+
10065
+// Serialize an array of form elements or a set of
10066
+// key/values into a query string
10067
+jQuery.param = function( a, traditional ) {
10068
+	var prefix,
10069
+		s = [],
10070
+		add = function( key, value ) {
10071
+
10072
+			// If value is a function, invoke it and return its value
10073
+			value = jQuery.isFunction( value ) ? value() : ( value == null ? "" : value );
10074
+			s[ s.length ] = encodeURIComponent( key ) + "=" + encodeURIComponent( value );
10075
+		};
10076
+
10077
+	// Set traditional to true for jQuery <= 1.3.2 behavior.
10078
+	if ( traditional === undefined ) {
10079
+		traditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional;
10080
+	}
10081
+
10082
+	// If an array was passed in, assume that it is an array of form elements.
10083
+	if ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {
10084
+
10085
+		// Serialize the form elements
10086
+		jQuery.each( a, function() {
10087
+			add( this.name, this.value );
10088
+		} );
10089
+
10090
+	} else {
10091
+
10092
+		// If traditional, encode the "old" way (the way 1.3.2 or older
10093
+		// did it), otherwise encode params recursively.
10094
+		for ( prefix in a ) {
10095
+			buildParams( prefix, a[ prefix ], traditional, add );
10096
+		}
10097
+	}
10098
+
10099
+	// Return the resulting serialization
10100
+	return s.join( "&" ).replace( r20, "+" );
10101
+};
10102
+
10103
+jQuery.fn.extend( {
10104
+	serialize: function() {
10105
+		return jQuery.param( this.serializeArray() );
10106
+	},
10107
+	serializeArray: function() {
10108
+		return this.map( function() {
10109
+
10110
+			// Can add propHook for "elements" to filter or add form elements
10111
+			var elements = jQuery.prop( this, "elements" );
10112
+			return elements ? jQuery.makeArray( elements ) : this;
10113
+		} )
10114
+		.filter( function() {
10115
+			var type = this.type;
10116
+
10117
+			// Use .is(":disabled") so that fieldset[disabled] works
10118
+			return this.name && !jQuery( this ).is( ":disabled" ) &&
10119
+				rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&
10120
+				( this.checked || !rcheckableType.test( type ) );
10121
+		} )
10122
+		.map( function( i, elem ) {
10123
+			var val = jQuery( this ).val();
10124
+
10125
+			return val == null ?
10126
+				null :
10127
+				jQuery.isArray( val ) ?
10128
+					jQuery.map( val, function( val ) {
10129
+						return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
10130
+					} ) :
10131
+					{ name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
10132
+		} ).get();
10133
+	}
10134
+} );
10135
+
10136
+
10137
+// Create the request object
10138
+// (This is still attached to ajaxSettings for backward compatibility)
10139
+jQuery.ajaxSettings.xhr = window.ActiveXObject !== undefined ?
10140
+
10141
+	// Support: IE6-IE8
10142
+	function() {
10143
+
10144
+		// XHR cannot access local files, always use ActiveX for that case
10145
+		if ( this.isLocal ) {
10146
+			return createActiveXHR();
10147
+		}
10148
+
10149
+		// Support: IE 9-11
10150
+		// IE seems to error on cross-domain PATCH requests when ActiveX XHR
10151
+		// is used. In IE 9+ always use the native XHR.
10152
+		// Note: this condition won't catch Edge as it doesn't define
10153
+		// document.documentMode but it also doesn't support ActiveX so it won't
10154
+		// reach this code.
10155
+		if ( document.documentMode > 8 ) {
10156
+			return createStandardXHR();
10157
+		}
10158
+
10159
+		// Support: IE<9
10160
+		// oldIE XHR does not support non-RFC2616 methods (#13240)
10161
+		// See http://msdn.microsoft.com/en-us/library/ie/ms536648(v=vs.85).aspx
10162
+		// and http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9
10163
+		// Although this check for six methods instead of eight
10164
+		// since IE also does not support "trace" and "connect"
10165
+		return /^(get|post|head|put|delete|options)$/i.test( this.type ) &&
10166
+			createStandardXHR() || createActiveXHR();
10167
+	} :
10168
+
10169
+	// For all other browsers, use the standard XMLHttpRequest object
10170
+	createStandardXHR;
10171
+
10172
+var xhrId = 0,
10173
+	xhrCallbacks = {},
10174
+	xhrSupported = jQuery.ajaxSettings.xhr();
10175
+
10176
+// Support: IE<10
10177
+// Open requests must be manually aborted on unload (#5280)
10178
+// See https://support.microsoft.com/kb/2856746 for more info
10179
+if ( window.attachEvent ) {
10180
+	window.attachEvent( "onunload", function() {
10181
+		for ( var key in xhrCallbacks ) {
10182
+			xhrCallbacks[ key ]( undefined, true );
10183
+		}
10184
+	} );
10185
+}
10186
+
10187
+// Determine support properties
10188
+support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported );
10189
+xhrSupported = support.ajax = !!xhrSupported;
10190
+
10191
+// Create transport if the browser can provide an xhr
10192
+if ( xhrSupported ) {
10193
+
10194
+	jQuery.ajaxTransport( function( options ) {
10195
+
10196
+		// Cross domain only allowed if supported through XMLHttpRequest
10197
+		if ( !options.crossDomain || support.cors ) {
10198
+
10199
+			var callback;
10200
+
10201
+			return {
10202
+				send: function( headers, complete ) {
10203
+					var i,
10204
+						xhr = options.xhr(),
10205
+						id = ++xhrId;
10206
+
10207
+					// Open the socket
10208
+					xhr.open(
10209
+						options.type,
10210
+						options.url,
10211
+						options.async,
10212
+						options.username,
10213
+						options.password
10214
+					);
10215
+
10216
+					// Apply custom fields if provided
10217
+					if ( options.xhrFields ) {
10218
+						for ( i in options.xhrFields ) {
10219
+							xhr[ i ] = options.xhrFields[ i ];
10220
+						}
10221
+					}
10222
+
10223
+					// Override mime type if needed
10224
+					if ( options.mimeType && xhr.overrideMimeType ) {
10225
+						xhr.overrideMimeType( options.mimeType );
10226
+					}
10227
+
10228
+					// X-Requested-With header
10229
+					// For cross-domain requests, seeing as conditions for a preflight are
10230
+					// akin to a jigsaw puzzle, we simply never set it to be sure.
10231
+					// (it can always be set on a per-request basis or even using ajaxSetup)
10232
+					// For same-domain requests, won't change header if already provided.
10233
+					if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) {
10234
+						headers[ "X-Requested-With" ] = "XMLHttpRequest";
10235
+					}
10236
+
10237
+					// Set headers
10238
+					for ( i in headers ) {
10239
+
10240
+						// Support: IE<9
10241
+						// IE's ActiveXObject throws a 'Type Mismatch' exception when setting
10242
+						// request header to a null-value.
10243
+						//
10244
+						// To keep consistent with other XHR implementations, cast the value
10245
+						// to string and ignore `undefined`.
10246
+						if ( headers[ i ] !== undefined ) {
10247
+							xhr.setRequestHeader( i, headers[ i ] + "" );
10248
+						}
10249
+					}
10250
+
10251
+					// Do send the request
10252
+					// This may raise an exception which is actually
10253
+					// handled in jQuery.ajax (so no try/catch here)
10254
+					xhr.send( ( options.hasContent && options.data ) || null );
10255
+
10256
+					// Listener
10257
+					callback = function( _, isAbort ) {
10258
+						var status, statusText, responses;
10259
+
10260
+						// Was never called and is aborted or complete
10261
+						if ( callback && ( isAbort || xhr.readyState === 4 ) ) {
10262
+
10263
+							// Clean up
10264
+							delete xhrCallbacks[ id ];
10265
+							callback = undefined;
10266
+							xhr.onreadystatechange = jQuery.noop;
10267
+
10268
+							// Abort manually if needed
10269
+							if ( isAbort ) {
10270
+								if ( xhr.readyState !== 4 ) {
10271
+									xhr.abort();
10272
+								}
10273
+							} else {
10274
+								responses = {};
10275
+								status = xhr.status;
10276
+
10277
+								// Support: IE<10
10278
+								// Accessing binary-data responseText throws an exception
10279
+								// (#11426)
10280
+								if ( typeof xhr.responseText === "string" ) {
10281
+									responses.text = xhr.responseText;
10282
+								}
10283
+
10284
+								// Firefox throws an exception when accessing
10285
+								// statusText for faulty cross-domain requests
10286
+								try {
10287
+									statusText = xhr.statusText;
10288
+								} catch ( e ) {
10289
+
10290
+									// We normalize with Webkit giving an empty statusText
10291
+									statusText = "";
10292
+								}
10293
+
10294
+								// Filter status for non standard behaviors
10295
+
10296
+								// If the request is local and we have data: assume a success
10297
+								// (success with no data won't get notified, that's the best we
10298
+								// can do given current implementations)
10299
+								if ( !status && options.isLocal && !options.crossDomain ) {
10300
+									status = responses.text ? 200 : 404;
10301
+
10302
+								// IE - #1450: sometimes returns 1223 when it should be 204
10303
+								} else if ( status === 1223 ) {
10304
+									status = 204;
10305
+								}
10306
+							}
10307
+						}
10308
+
10309
+						// Call complete if needed
10310
+						if ( responses ) {
10311
+							complete( status, statusText, responses, xhr.getAllResponseHeaders() );
10312
+						}
10313
+					};
10314
+
10315
+					// Do send the request
10316
+					// `xhr.send` may raise an exception, but it will be
10317
+					// handled in jQuery.ajax (so no try/catch here)
10318
+					if ( !options.async ) {
10319
+
10320
+						// If we're in sync mode we fire the callback
10321
+						callback();
10322
+					} else if ( xhr.readyState === 4 ) {
10323
+
10324
+						// (IE6 & IE7) if it's in cache and has been
10325
+						// retrieved directly we need to fire the callback
10326
+						window.setTimeout( callback );
10327
+					} else {
10328
+
10329
+						// Register the callback, but delay it in case `xhr.send` throws
10330
+						// Add to the list of active xhr callbacks
10331
+						xhr.onreadystatechange = xhrCallbacks[ id ] = callback;
10332
+					}
10333
+				},
10334
+
10335
+				abort: function() {
10336
+					if ( callback ) {
10337
+						callback( undefined, true );
10338
+					}
10339
+				}
10340
+			};
10341
+		}
10342
+	} );
10343
+}
10344
+
10345
+// Functions to create xhrs
10346
+function createStandardXHR() {
10347
+	try {
10348
+		return new window.XMLHttpRequest();
10349
+	} catch ( e ) {}
10350
+}
10351
+
10352
+function createActiveXHR() {
10353
+	try {
10354
+		return new window.ActiveXObject( "Microsoft.XMLHTTP" );
10355
+	} catch ( e ) {}
10356
+}
10357
+
10358
+
10359
+
10360
+
10361
+// Install script dataType
10362
+jQuery.ajaxSetup( {
10363
+	accepts: {
10364
+		script: "text/javascript, application/javascript, " +
10365
+			"application/ecmascript, application/x-ecmascript"
10366
+	},
10367
+	contents: {
10368
+		script: /\b(?:java|ecma)script\b/
10369
+	},
10370
+	converters: {
10371
+		"text script": function( text ) {
10372
+			jQuery.globalEval( text );
10373
+			return text;
10374
+		}
10375
+	}
10376
+} );
10377
+
10378
+// Handle cache's special case and global
10379
+jQuery.ajaxPrefilter( "script", function( s ) {
10380
+	if ( s.cache === undefined ) {
10381
+		s.cache = false;
10382
+	}
10383
+	if ( s.crossDomain ) {
10384
+		s.type = "GET";
10385
+		s.global = false;
10386
+	}
10387
+} );
10388
+
10389
+// Bind script tag hack transport
10390
+jQuery.ajaxTransport( "script", function( s ) {
10391
+
10392
+	// This transport only deals with cross domain requests
10393
+	if ( s.crossDomain ) {
10394
+
10395
+		var script,
10396
+			head = document.head || jQuery( "head" )[ 0 ] || document.documentElement;
10397
+
10398
+		return {
10399
+
10400
+			send: function( _, callback ) {
10401
+
10402
+				script = document.createElement( "script" );
10403
+
10404
+				script.async = true;
10405
+
10406
+				if ( s.scriptCharset ) {
10407
+					script.charset = s.scriptCharset;
10408
+				}
10409
+
10410
+				script.src = s.url;
10411
+
10412
+				// Attach handlers for all browsers
10413
+				script.onload = script.onreadystatechange = function( _, isAbort ) {
10414
+
10415
+					if ( isAbort || !script.readyState || /loaded|complete/.test( script.readyState ) ) {
10416
+
10417
+						// Handle memory leak in IE
10418
+						script.onload = script.onreadystatechange = null;
10419
+
10420
+						// Remove the script
10421
+						if ( script.parentNode ) {
10422
+							script.parentNode.removeChild( script );
10423
+						}
10424
+
10425
+						// Dereference the script
10426
+						script = null;
10427
+
10428
+						// Callback if not abort
10429
+						if ( !isAbort ) {
10430
+							callback( 200, "success" );
10431
+						}
10432
+					}
10433
+				};
10434
+
10435
+				// Circumvent IE6 bugs with base elements (#2709 and #4378) by prepending
10436
+				// Use native DOM manipulation to avoid our domManip AJAX trickery
10437
+				head.insertBefore( script, head.firstChild );
10438
+			},
10439
+
10440
+			abort: function() {
10441
+				if ( script ) {
10442
+					script.onload( undefined, true );
10443
+				}
10444
+			}
10445
+		};
10446
+	}
10447
+} );
10448
+
10449
+
10450
+
10451
+
10452
+var oldCallbacks = [],
10453
+	rjsonp = /(=)\?(?=&|$)|\?\?/;
10454
+
10455
+// Default jsonp settings
10456
+jQuery.ajaxSetup( {
10457
+	jsonp: "callback",
10458
+	jsonpCallback: function() {
10459
+		var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce++ ) );
10460
+		this[ callback ] = true;
10461
+		return callback;
10462
+	}
10463
+} );
10464
+
10465
+// Detect, normalize options and install callbacks for jsonp requests
10466
+jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) {
10467
+
10468
+	var callbackName, overwritten, responseContainer,
10469
+		jsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?
10470
+			"url" :
10471
+			typeof s.data === "string" &&
10472
+				( s.contentType || "" )
10473
+					.indexOf( "application/x-www-form-urlencoded" ) === 0 &&
10474
+				rjsonp.test( s.data ) && "data"
10475
+		);
10476
+
10477
+	// Handle iff the expected data type is "jsonp" or we have a parameter to set
10478
+	if ( jsonProp || s.dataTypes[ 0 ] === "jsonp" ) {
10479
+
10480
+		// Get callback name, remembering preexisting value associated with it
10481
+		callbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ?
10482
+			s.jsonpCallback() :
10483
+			s.jsonpCallback;
10484
+
10485
+		// Insert callback into url or form data
10486
+		if ( jsonProp ) {
10487
+			s[ jsonProp ] = s[ jsonProp ].replace( rjsonp, "$1" + callbackName );
10488
+		} else if ( s.jsonp !== false ) {
10489
+			s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName;
10490
+		}
10491
+
10492
+		// Use data converter to retrieve json after script execution
10493
+		s.converters[ "script json" ] = function() {
10494
+			if ( !responseContainer ) {
10495
+				jQuery.error( callbackName + " was not called" );
10496
+			}
10497
+			return responseContainer[ 0 ];
10498
+		};
10499
+
10500
+		// force json dataType
10501
+		s.dataTypes[ 0 ] = "json";
10502
+
10503
+		// Install callback
10504
+		overwritten = window[ callbackName ];
10505
+		window[ callbackName ] = function() {
10506
+			responseContainer = arguments;
10507
+		};
10508
+
10509
+		// Clean-up function (fires after converters)
10510
+		jqXHR.always( function() {
10511
+
10512
+			// If previous value didn't exist - remove it
10513
+			if ( overwritten === undefined ) {
10514
+				jQuery( window ).removeProp( callbackName );
10515
+
10516
+			// Otherwise restore preexisting value
10517
+			} else {
10518
+				window[ callbackName ] = overwritten;
10519
+			}
10520
+
10521
+			// Save back as free
10522
+			if ( s[ callbackName ] ) {
10523
+
10524
+				// make sure that re-using the options doesn't screw things around
10525
+				s.jsonpCallback = originalSettings.jsonpCallback;
10526
+
10527
+				// save the callback name for future use
10528
+				oldCallbacks.push( callbackName );
10529
+			}
10530
+
10531
+			// Call if it was a function and we have a response
10532
+			if ( responseContainer && jQuery.isFunction( overwritten ) ) {
10533
+				overwritten( responseContainer[ 0 ] );
10534
+			}
10535
+
10536
+			responseContainer = overwritten = undefined;
10537
+		} );
10538
+
10539
+		// Delegate to script
10540
+		return "script";
10541
+	}
10542
+} );
10543
+
10544
+
10545
+
10546
+
10547
+// data: string of html
10548
+// context (optional): If specified, the fragment will be created in this context,
10549
+// defaults to document
10550
+// keepScripts (optional): If true, will include scripts passed in the html string
10551
+jQuery.parseHTML = function( data, context, keepScripts ) {
10552
+	if ( !data || typeof data !== "string" ) {
10553
+		return null;
10554
+	}
10555
+	if ( typeof context === "boolean" ) {
10556
+		keepScripts = context;
10557
+		context = false;
10558
+	}
10559
+	context = context || document;
10560
+
10561
+	var parsed = rsingleTag.exec( data ),
10562
+		scripts = !keepScripts && [];
10563
+
10564
+	// Single tag
10565
+	if ( parsed ) {
10566
+		return [ context.createElement( parsed[ 1 ] ) ];
10567
+	}
10568
+
10569
+	parsed = buildFragment( [ data ], context, scripts );
10570
+
10571
+	if ( scripts && scripts.length ) {
10572
+		jQuery( scripts ).remove();
10573
+	}
10574
+
10575
+	return jQuery.merge( [], parsed.childNodes );
10576
+};
10577
+
10578
+
10579
+// Keep a copy of the old load method
10580
+var _load = jQuery.fn.load;
10581
+
10582
+/**
10583
+ * Load a url into a page
10584
+ */
10585
+jQuery.fn.load = function( url, params, callback ) {
10586
+	if ( typeof url !== "string" && _load ) {
10587
+		return _load.apply( this, arguments );
10588
+	}
10589
+
10590
+	var selector, type, response,
10591
+		self = this,
10592
+		off = url.indexOf( " " );
10593
+
10594
+	if ( off > -1 ) {
10595
+		selector = jQuery.trim( url.slice( off, url.length ) );
10596
+		url = url.slice( 0, off );
10597
+	}
10598
+
10599
+	// If it's a function
10600
+	if ( jQuery.isFunction( params ) ) {
10601
+
10602
+		// We assume that it's the callback
10603
+		callback = params;
10604
+		params = undefined;
10605
+
10606
+	// Otherwise, build a param string
10607
+	} else if ( params && typeof params === "object" ) {
10608
+		type = "POST";
10609
+	}
10610
+
10611
+	// If we have elements to modify, make the request
10612
+	if ( self.length > 0 ) {
10613
+		jQuery.ajax( {
10614
+			url: url,
10615
+
10616
+			// If "type" variable is undefined, then "GET" method will be used.
10617
+			// Make value of this field explicit since
10618
+			// user can override it through ajaxSetup method
10619
+			type: type || "GET",
10620
+			dataType: "html",
10621
+			data: params
10622
+		} ).done( function( responseText ) {
10623
+
10624
+			// Save response for use in complete callback
10625
+			response = arguments;
10626
+
10627
+			self.html( selector ?
10628
+
10629
+				// If a selector was specified, locate the right elements in a dummy div
10630
+				// Exclude scripts to avoid IE 'Permission Denied' errors
10631
+				jQuery( "<div>" ).append( jQuery.parseHTML( responseText ) ).find( selector ) :
10632
+
10633
+				// Otherwise use the full result
10634
+				responseText );
10635
+
10636
+		// If the request succeeds, this function gets "data", "status", "jqXHR"
10637
+		// but they are ignored because response was set above.
10638
+		// If it fails, this function gets "jqXHR", "status", "error"
10639
+		} ).always( callback && function( jqXHR, status ) {
10640
+			self.each( function() {
10641
+				callback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );
10642
+			} );
10643
+		} );
10644
+	}
10645
+
10646
+	return this;
10647
+};
10648
+
10649
+
10650
+
10651
+
10652
+// Attach a bunch of functions for handling common AJAX events
10653
+jQuery.each( [
10654
+	"ajaxStart",
10655
+	"ajaxStop",
10656
+	"ajaxComplete",
10657
+	"ajaxError",
10658
+	"ajaxSuccess",
10659
+	"ajaxSend"
10660
+], function( i, type ) {
10661
+	jQuery.fn[ type ] = function( fn ) {
10662
+		return this.on( type, fn );
10663
+	};
10664
+} );
10665
+
10666
+
10667
+
10668
+
10669
+jQuery.expr.filters.animated = function( elem ) {
10670
+	return jQuery.grep( jQuery.timers, function( fn ) {
10671
+		return elem === fn.elem;
10672
+	} ).length;
10673
+};
10674
+
10675
+
10676
+
10677
+
10678
+
10679
+/**
10680
+ * Gets a window from an element
10681
+ */
10682
+function getWindow( elem ) {
10683
+	return jQuery.isWindow( elem ) ?
10684
+		elem :
10685
+		elem.nodeType === 9 ?
10686
+			elem.defaultView || elem.parentWindow :
10687
+			false;
10688
+}
10689
+
10690
+jQuery.offset = {
10691
+	setOffset: function( elem, options, i ) {
10692
+		var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,
10693
+			position = jQuery.css( elem, "position" ),
10694
+			curElem = jQuery( elem ),
10695
+			props = {};
10696
+
10697
+		// set position first, in-case top/left are set even on static elem
10698
+		if ( position === "static" ) {
10699
+			elem.style.position = "relative";
10700
+		}
10701
+
10702
+		curOffset = curElem.offset();
10703
+		curCSSTop = jQuery.css( elem, "top" );
10704
+		curCSSLeft = jQuery.css( elem, "left" );
10705
+		calculatePosition = ( position === "absolute" || position === "fixed" ) &&
10706
+			jQuery.inArray( "auto", [ curCSSTop, curCSSLeft ] ) > -1;
10707
+
10708
+		// need to be able to calculate position if either top or left
10709
+		// is auto and position is either absolute or fixed
10710
+		if ( calculatePosition ) {
10711
+			curPosition = curElem.position();
10712
+			curTop = curPosition.top;
10713
+			curLeft = curPosition.left;
10714
+		} else {
10715
+			curTop = parseFloat( curCSSTop ) || 0;
10716
+			curLeft = parseFloat( curCSSLeft ) || 0;
10717
+		}
10718
+
10719
+		if ( jQuery.isFunction( options ) ) {
10720
+
10721
+			// Use jQuery.extend here to allow modification of coordinates argument (gh-1848)
10722
+			options = options.call( elem, i, jQuery.extend( {}, curOffset ) );
10723
+		}
10724
+
10725
+		if ( options.top != null ) {
10726
+			props.top = ( options.top - curOffset.top ) + curTop;
10727
+		}
10728
+		if ( options.left != null ) {
10729
+			props.left = ( options.left - curOffset.left ) + curLeft;
10730
+		}
10731
+
10732
+		if ( "using" in options ) {
10733
+			options.using.call( elem, props );
10734
+		} else {
10735
+			curElem.css( props );
10736
+		}
10737
+	}
10738
+};
10739
+
10740
+jQuery.fn.extend( {
10741
+	offset: function( options ) {
10742
+		if ( arguments.length ) {
10743
+			return options === undefined ?
10744
+				this :
10745
+				this.each( function( i ) {
10746
+					jQuery.offset.setOffset( this, options, i );
10747
+				} );
10748
+		}
10749
+
10750
+		var docElem, win,
10751
+			box = { top: 0, left: 0 },
10752
+			elem = this[ 0 ],
10753
+			doc = elem && elem.ownerDocument;
10754
+
10755
+		if ( !doc ) {
10756
+			return;
10757
+		}
10758
+
10759
+		docElem = doc.documentElement;
10760
+
10761
+		// Make sure it's not a disconnected DOM node
10762
+		if ( !jQuery.contains( docElem, elem ) ) {
10763
+			return box;
10764
+		}
10765
+
10766
+		// If we don't have gBCR, just use 0,0 rather than error
10767
+		// BlackBerry 5, iOS 3 (original iPhone)
10768
+		if ( typeof elem.getBoundingClientRect !== "undefined" ) {
10769
+			box = elem.getBoundingClientRect();
10770
+		}
10771
+		win = getWindow( doc );
10772
+		return {
10773
+			top: box.top  + ( win.pageYOffset || docElem.scrollTop )  - ( docElem.clientTop  || 0 ),
10774
+			left: box.left + ( win.pageXOffset || docElem.scrollLeft ) - ( docElem.clientLeft || 0 )
10775
+		};
10776
+	},
10777
+
10778
+	position: function() {
10779
+		if ( !this[ 0 ] ) {
10780
+			return;
10781
+		}
10782
+
10783
+		var offsetParent, offset,
10784
+			parentOffset = { top: 0, left: 0 },
10785
+			elem = this[ 0 ];
10786
+
10787
+		// Fixed elements are offset from window (parentOffset = {top:0, left: 0},
10788
+		// because it is its only offset parent
10789
+		if ( jQuery.css( elem, "position" ) === "fixed" ) {
10790
+
10791
+			// we assume that getBoundingClientRect is available when computed position is fixed
10792
+			offset = elem.getBoundingClientRect();
10793
+		} else {
10794
+
10795
+			// Get *real* offsetParent
10796
+			offsetParent = this.offsetParent();
10797
+
10798
+			// Get correct offsets
10799
+			offset = this.offset();
10800
+			if ( !jQuery.nodeName( offsetParent[ 0 ], "html" ) ) {
10801
+				parentOffset = offsetParent.offset();
10802
+			}
10803
+
10804
+			// Add offsetParent borders
10805
+			parentOffset.top  += jQuery.css( offsetParent[ 0 ], "borderTopWidth", true );
10806
+			parentOffset.left += jQuery.css( offsetParent[ 0 ], "borderLeftWidth", true );
10807
+		}
10808
+
10809
+		// Subtract parent offsets and element margins
10810
+		// note: when an element has margin: auto the offsetLeft and marginLeft
10811
+		// are the same in Safari causing offset.left to incorrectly be 0
10812
+		return {
10813
+			top:  offset.top  - parentOffset.top - jQuery.css( elem, "marginTop", true ),
10814
+			left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true )
10815
+		};
10816
+	},
10817
+
10818
+	offsetParent: function() {
10819
+		return this.map( function() {
10820
+			var offsetParent = this.offsetParent;
10821
+
10822
+			while ( offsetParent && ( !jQuery.nodeName( offsetParent, "html" ) &&
10823
+				jQuery.css( offsetParent, "position" ) === "static" ) ) {
10824
+				offsetParent = offsetParent.offsetParent;
10825
+			}
10826
+			return offsetParent || documentElement;
10827
+		} );
10828
+	}
10829
+} );
10830
+
10831
+// Create scrollLeft and scrollTop methods
10832
+jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) {
10833
+	var top = /Y/.test( prop );
10834
+
10835
+	jQuery.fn[ method ] = function( val ) {
10836
+		return access( this, function( elem, method, val ) {
10837
+			var win = getWindow( elem );
10838
+
10839
+			if ( val === undefined ) {
10840
+				return win ? ( prop in win ) ? win[ prop ] :
10841
+					win.document.documentElement[ method ] :
10842
+					elem[ method ];
10843
+			}
10844
+
10845
+			if ( win ) {
10846
+				win.scrollTo(
10847
+					!top ? val : jQuery( win ).scrollLeft(),
10848
+					top ? val : jQuery( win ).scrollTop()
10849
+				);
10850
+
10851
+			} else {
10852
+				elem[ method ] = val;
10853
+			}
10854
+		}, method, val, arguments.length, null );
10855
+	};
10856
+} );
10857
+
10858
+// Support: Safari<7-8+, Chrome<37-44+
10859
+// Add the top/left cssHooks using jQuery.fn.position
10860
+// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084
10861
+// getComputedStyle returns percent when specified for top/left/bottom/right
10862
+// rather than make the css module depend on the offset module, we just check for it here
10863
+jQuery.each( [ "top", "left" ], function( i, prop ) {
10864
+	jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,
10865
+		function( elem, computed ) {
10866
+			if ( computed ) {
10867
+				computed = curCSS( elem, prop );
10868
+
10869
+				// if curCSS returns percentage, fallback to offset
10870
+				return rnumnonpx.test( computed ) ?
10871
+					jQuery( elem ).position()[ prop ] + "px" :
10872
+					computed;
10873
+			}
10874
+		}
10875
+	);
10876
+} );
10877
+
10878
+
10879
+// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods
10880
+jQuery.each( { Height: "height", Width: "width" }, function( name, type ) {
10881
+	jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name },
10882
+	function( defaultExtra, funcName ) {
10883
+
10884
+		// margin is only for outerHeight, outerWidth
10885
+		jQuery.fn[ funcName ] = function( margin, value ) {
10886
+			var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ),
10887
+				extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" );
10888
+
10889
+			return access( this, function( elem, type, value ) {
10890
+				var doc;
10891
+
10892
+				if ( jQuery.isWindow( elem ) ) {
10893
+
10894
+					// As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there
10895
+					// isn't a whole lot we can do. See pull request at this URL for discussion:
10896
+					// https://github.com/jquery/jquery/pull/764
10897
+					return elem.document.documentElement[ "client" + name ];
10898
+				}
10899
+
10900
+				// Get document width or height
10901
+				if ( elem.nodeType === 9 ) {
10902
+					doc = elem.documentElement;
10903
+
10904
+					// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],
10905
+					// whichever is greatest
10906
+					// unfortunately, this causes bug #3838 in IE6/8 only,
10907
+					// but there is currently no good, small way to fix it.
10908
+					return Math.max(
10909
+						elem.body[ "scroll" + name ], doc[ "scroll" + name ],
10910
+						elem.body[ "offset" + name ], doc[ "offset" + name ],
10911
+						doc[ "client" + name ]
10912
+					);
10913
+				}
10914
+
10915
+				return value === undefined ?
10916
+
10917
+					// Get width or height on the element, requesting but not forcing parseFloat
10918
+					jQuery.css( elem, type, extra ) :
10919
+
10920
+					// Set width or height on the element
10921
+					jQuery.style( elem, type, value, extra );
10922
+			}, type, chainable ? margin : undefined, chainable, null );
10923
+		};
10924
+	} );
10925
+} );
10926
+
10927
+
10928
+jQuery.fn.extend( {
10929
+
10930
+	bind: function( types, data, fn ) {
10931
+		return this.on( types, null, data, fn );
10932
+	},
10933
+	unbind: function( types, fn ) {
10934
+		return this.off( types, null, fn );
10935
+	},
10936
+
10937
+	delegate: function( selector, types, data, fn ) {
10938
+		return this.on( types, selector, data, fn );
10939
+	},
10940
+	undelegate: function( selector, types, fn ) {
10941
+
10942
+		// ( namespace ) or ( selector, types [, fn] )
10943
+		return arguments.length === 1 ?
10944
+			this.off( selector, "**" ) :
10945
+			this.off( types, selector || "**", fn );
10946
+	}
10947
+} );
10948
+
10949
+// The number of elements contained in the matched element set
10950
+jQuery.fn.size = function() {
10951
+	return this.length;
10952
+};
10953
+
10954
+jQuery.fn.andSelf = jQuery.fn.addBack;
10955
+
10956
+
10957
+
10958
+
10959
+// Register as a named AMD module, since jQuery can be concatenated with other
10960
+// files that may use define, but not via a proper concatenation script that
10961
+// understands anonymous AMD modules. A named AMD is safest and most robust
10962
+// way to register. Lowercase jquery is used because AMD module names are
10963
+// derived from file names, and jQuery is normally delivered in a lowercase
10964
+// file name. Do this after creating the global so that if an AMD module wants
10965
+// to call noConflict to hide this version of jQuery, it will work.
10966
+
10967
+// Note that for maximum portability, libraries that are not jQuery should
10968
+// declare themselves as anonymous modules, and avoid setting a global if an
10969
+// AMD loader is present. jQuery is a special case. For more information, see
10970
+// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon
10971
+
10972
+if ( typeof define === "function" && define.amd ) {
10973
+	define( "jquery", [], function() {
10974
+		return jQuery;
10975
+	} );
10976
+}
10977
+
10978
+
10979
+
10980
+var
10981
+
10982
+	// Map over jQuery in case of overwrite
10983
+	_jQuery = window.jQuery,
10984
+
10985
+	// Map over the $ in case of overwrite
10986
+	_$ = window.$;
10987
+
10988
+jQuery.noConflict = function( deep ) {
10989
+	if ( window.$ === jQuery ) {
10990
+		window.$ = _$;
10991
+	}
10992
+
10993
+	if ( deep && window.jQuery === jQuery ) {
10994
+		window.jQuery = _jQuery;
10995
+	}
10996
+
10997
+	return jQuery;
10998
+};
10999
+
11000
+// Expose jQuery and $ identifiers, even in
11001
+// AMD (#7102#comment:10, https://github.com/jquery/jquery/pull/557)
11002
+// and CommonJS for browser emulators (#13566)
11003
+if ( !noGlobal ) {
11004
+	window.jQuery = window.$ = jQuery;
11005
+}
11006
+
11007
+return jQuery;
11008
+}));
... ...
@@ -0,0 +1,559 @@
1
+<!doctype html>
2
+<html lang="us">
3
+<head>
4
+	<meta charset="utf-8">
5
+	<title>jQuery UI Example Page</title>
6
+	<link href="jquery-ui.css" rel="stylesheet">
7
+	<style>
8
+	body{
9
+		font-family: "Trebuchet MS", sans-serif;
10
+		margin: 50px;
11
+	}
12
+	.demoHeaders {
13
+		margin-top: 2em;
14
+	}
15
+	#dialog-link {
16
+		padding: .4em 1em .4em 20px;
17
+		text-decoration: none;
18
+		position: relative;
19
+	}
20
+	#dialog-link span.ui-icon {
21
+		margin: 0 5px 0 0;
22
+		position: absolute;
23
+		left: .2em;
24
+		top: 50%;
25
+		margin-top: -8px;
26
+	}
27
+	#icons {
28
+		margin: 0;
29
+		padding: 0;
30
+	}
31
+	#icons li {
32
+		margin: 2px;
33
+		position: relative;
34
+		padding: 4px 0;
35
+		cursor: pointer;
36
+		float: left;
37
+		list-style: none;
38
+	}
39
+	#icons span.ui-icon {
40
+		float: left;
41
+		margin: 0 4px;
42
+	}
43
+	.fakewindowcontain .ui-widget-overlay {
44
+		position: absolute;
45
+	}
46
+	select {
47
+		width: 200px;
48
+	}
49
+	</style>
50
+</head>
51
+<body>
52
+
53
+<h1>Welcome to jQuery UI!</h1>
54
+
55
+<div class="ui-widget">
56
+	<p>This page demonstrates the widgets and theme you selected in Download Builder. Please make sure you are using them with a compatible jQuery version.</p>
57
+</div>
58
+
59
+<h1>YOUR COMPONENTS:</h1>
60
+
61
+
62
+<!-- Accordion -->
63
+<h2 class="demoHeaders">Accordion</h2>
64
+<div id="accordion">
65
+	<h3>First</h3>
66
+	<div>Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.</div>
67
+	<h3>Second</h3>
68
+	<div>Phasellus mattis tincidunt nibh.</div>
69
+	<h3>Third</h3>
70
+	<div>Nam dui erat, auctor a, dignissim quis.</div>
71
+</div>
72
+
73
+
74
+
75
+<!-- Autocomplete -->
76
+<h2 class="demoHeaders">Autocomplete</h2>
77
+<div>
78
+	<input id="autocomplete" title="type &quot;a&quot;">
79
+</div>
80
+
81
+
82
+
83
+<!-- Button -->
84
+<h2 class="demoHeaders">Button</h2>
85
+<button id="button">A button element</button>
86
+<button id="button-icon">An icon-only button</button>
87
+
88
+
89
+
90
+<!-- Checkboxradio -->
91
+<h2 class="demoHeaders">Checkboxradio</h2>
92
+<form style="margin-top: 1em;">
93
+	<div id="radioset">
94
+		<input type="radio" id="radio1" name="radio"><label for="radio1">Choice 1</label>
95
+		<input type="radio" id="radio2" name="radio" checked="checked"><label for="radio2">Choice 2</label>
96
+		<input type="radio" id="radio3" name="radio"><label for="radio3">Choice 3</label>
97
+	</div>
98
+</form>
99
+
100
+
101
+
102
+<!-- Controlgroup -->
103
+<h2 class="demoHeaders">Controlgroup</h2>
104
+<fieldset>
105
+	<legend>Rental Car</legend>
106
+	<div id="controlgroup">
107
+		<select id="car-type">
108
+			<option>Compact car</option>
109
+			<option>Midsize car</option>
110
+			<option>Full size car</option>
111
+			<option>SUV</option>
112
+			<option>Luxury</option>
113
+			<option>Truck</option>
114
+			<option>Van</option>
115
+		</select>
116
+		<label for="transmission-standard">Standard</label>
117
+		<input type="radio" name="transmission" id="transmission-standard">
118
+		<label for="transmission-automatic">Automatic</label>
119
+		<input type="radio" name="transmission" id="transmission-automatic">
120
+		<label for="insurance">Insurance</label>
121
+		<input type="checkbox" name="insurance" id="insurance">
122
+		<label for="horizontal-spinner" class="ui-controlgroup-label"># of cars</label>
123
+		<input id="horizontal-spinner" class="ui-spinner-input">
124
+		<button>Book Now!</button>
125
+	</div>
126
+</fieldset>
127
+
128
+
129
+
130
+<!-- Tabs -->
131
+<h2 class="demoHeaders">Tabs</h2>
132
+<div id="tabs">
133
+	<ul>
134
+		<li><a href="#tabs-1">First</a></li>
135
+		<li><a href="#tabs-2">Second</a></li>
136
+		<li><a href="#tabs-3">Third</a></li>
137
+	</ul>
138
+	<div id="tabs-1">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>
139
+	<div id="tabs-2">Phasellus mattis tincidunt nibh. Cras orci urna, blandit id, pretium vel, aliquet ornare, felis. Maecenas scelerisque sem non nisl. Fusce sed lorem in enim dictum bibendum.</div>
140
+	<div id="tabs-3">Nam dui erat, auctor a, dignissim quis, sollicitudin eu, felis. Pellentesque nisi urna, interdum eget, sagittis et, consequat vestibulum, lacus. Mauris porttitor ullamcorper augue.</div>
141
+</div>
142
+
143
+
144
+
145
+<h2 class="demoHeaders">Dialog</h2>
146
+<p>
147
+	<button id="dialog-link" class="ui-button ui-corner-all ui-widget">
148
+		<span class="ui-icon ui-icon-newwin"></span>Open Dialog
149
+	</button>
150
+</p>
151
+
152
+<h2 class="demoHeaders">Overlay and Shadow Classes</h2>
153
+<div style="position: relative; width: 96%; height: 200px; padding:1% 2%; overflow:hidden;" class="fakewindowcontain">
154
+	<p>Lorem ipsum dolor sit amet,  Nulla nec tortor. Donec id elit quis purus consectetur consequat. </p><p>Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. Aliquam ante. Suspendisse scelerisque dui nec velit. Duis augue augue, gravida euismod, vulputate ac, facilisis id, sem. Morbi in orci. </p><p>Nulla purus lacus, pulvinar vel, malesuada ac, mattis nec, quam. Nam molestie scelerisque quam. Nullam feugiat cursus lacus.orem ipsum dolor sit amet, consectetur adipiscing elit. Donec libero risus, commodo vitae, pharetra mollis, posuere eu, pede. Nulla nec tortor. Donec id elit quis purus consectetur consequat. </p><p>Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. Aliquam ante. Suspendisse scelerisque dui nec velit. Duis augue augue, gravida euismod, vulputate ac, facilisis id, sem. Morbi in orci. Nulla purus lacus, pulvinar vel, malesuada ac, mattis nec, quam. Nam molestie scelerisque quam. </p><p>Nullam feugiat cursus lacus.orem ipsum dolor sit amet, consectetur adipiscing elit. Donec libero risus, commodo vitae, pharetra mollis, posuere eu, pede. Nulla nec tortor. Donec id elit quis purus consectetur consequat. Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. Aliquam ante. </p><p>Suspendisse scelerisque dui nec velit. Duis augue augue, gravida euismod, vulputate ac, facilisis id, sem. Morbi in orci. Nulla purus lacus, pulvinar vel, malesuada ac, mattis nec, quam. Nam molestie scelerisque quam. Nullam feugiat cursus lacus.orem ipsum dolor sit amet, consectetur adipiscing elit. Donec libero risus, commodo vitae, pharetra mollis, posuere eu, pede. Nulla nec tortor. Donec id elit quis purus consectetur consequat. Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. </p>
155
+
156
+	<!-- ui-dialog -->
157
+	<div class="ui-widget-overlay ui-front"></div>
158
+	<div style="position: absolute; width: 320px; left: 50px; top: 30px; padding: 1.2em" class="ui-widget ui-front ui-widget-content ui-corner-all ui-widget-shadow">
159
+		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
160
+	</div>
161
+
162
+</div>
163
+
164
+<!-- ui-dialog -->
165
+<div id="dialog" title="Dialog Title">
166
+	<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
167
+</div>
168
+
169
+
170
+
171
+<h2 class="demoHeaders">Framework Icons (content color preview)</h2>
172
+<ul id="icons" class="ui-widget ui-helper-clearfix">
173
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-caret-1-n"><span class="ui-icon ui-icon-caret-1-n"></span></li>
174
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-caret-1-ne"><span class="ui-icon ui-icon-caret-1-ne"></span></li>
175
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-caret-1-e"><span class="ui-icon ui-icon-caret-1-e"></span></li>
176
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-caret-1-se"><span class="ui-icon ui-icon-caret-1-se"></span></li>
177
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-caret-1-s"><span class="ui-icon ui-icon-caret-1-s"></span></li>
178
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-caret-1-sw"><span class="ui-icon ui-icon-caret-1-sw"></span></li>
179
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-caret-1-w"><span class="ui-icon ui-icon-caret-1-w"></span></li>
180
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-caret-1-nw"><span class="ui-icon ui-icon-caret-1-nw"></span></li>
181
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-caret-2-n-s"><span class="ui-icon ui-icon-caret-2-n-s"></span></li>
182
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-caret-2-e-w"><span class="ui-icon ui-icon-caret-2-e-w"></span></li>
183
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-n"><span class="ui-icon ui-icon-triangle-1-n"></span></li>
184
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-ne"><span class="ui-icon ui-icon-triangle-1-ne"></span></li>
185
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-e"><span class="ui-icon ui-icon-triangle-1-e"></span></li>
186
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-se"><span class="ui-icon ui-icon-triangle-1-se"></span></li>
187
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-s"><span class="ui-icon ui-icon-triangle-1-s"></span></li>
188
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-sw"><span class="ui-icon ui-icon-triangle-1-sw"></span></li>
189
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-w"><span class="ui-icon ui-icon-triangle-1-w"></span></li>
190
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-nw"><span class="ui-icon ui-icon-triangle-1-nw"></span></li>
191
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-2-n-s"><span class="ui-icon ui-icon-triangle-2-n-s"></span></li>
192
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-2-e-w"><span class="ui-icon ui-icon-triangle-2-e-w"></span></li>
193
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-n"><span class="ui-icon ui-icon-arrow-1-n"></span></li>
194
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-ne"><span class="ui-icon ui-icon-arrow-1-ne"></span></li>
195
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-e"><span class="ui-icon ui-icon-arrow-1-e"></span></li>
196
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-se"><span class="ui-icon ui-icon-arrow-1-se"></span></li>
197
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-s"><span class="ui-icon ui-icon-arrow-1-s"></span></li>
198
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-sw"><span class="ui-icon ui-icon-arrow-1-sw"></span></li>
199
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-w"><span class="ui-icon ui-icon-arrow-1-w"></span></li>
200
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-nw"><span class="ui-icon ui-icon-arrow-1-nw"></span></li>
201
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-2-n-s"><span class="ui-icon ui-icon-arrow-2-n-s"></span></li>
202
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-2-ne-sw"><span class="ui-icon ui-icon-arrow-2-ne-sw"></span></li>
203
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-2-e-w"><span class="ui-icon ui-icon-arrow-2-e-w"></span></li>
204
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-2-se-nw"><span class="ui-icon ui-icon-arrow-2-se-nw"></span></li>
205
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowstop-1-n"><span class="ui-icon ui-icon-arrowstop-1-n"></span></li>
206
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowstop-1-e"><span class="ui-icon ui-icon-arrowstop-1-e"></span></li>
207
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowstop-1-s"><span class="ui-icon ui-icon-arrowstop-1-s"></span></li>
208
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowstop-1-w"><span class="ui-icon ui-icon-arrowstop-1-w"></span></li>
209
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-n"><span class="ui-icon ui-icon-arrowthick-1-n"></span></li>
210
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-ne"><span class="ui-icon ui-icon-arrowthick-1-ne"></span></li>
211
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-e"><span class="ui-icon ui-icon-arrowthick-1-e"></span></li>
212
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-se"><span class="ui-icon ui-icon-arrowthick-1-se"></span></li>
213
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-s"><span class="ui-icon ui-icon-arrowthick-1-s"></span></li>
214
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-sw"><span class="ui-icon ui-icon-arrowthick-1-sw"></span></li>
215
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-w"><span class="ui-icon ui-icon-arrowthick-1-w"></span></li>
216
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-nw"><span class="ui-icon ui-icon-arrowthick-1-nw"></span></li>
217
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-2-n-s"><span class="ui-icon ui-icon-arrowthick-2-n-s"></span></li>
218
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-2-ne-sw"><span class="ui-icon ui-icon-arrowthick-2-ne-sw"></span></li>
219
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-2-e-w"><span class="ui-icon ui-icon-arrowthick-2-e-w"></span></li>
220
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-2-se-nw"><span class="ui-icon ui-icon-arrowthick-2-se-nw"></span></li>
221
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthickstop-1-n"><span class="ui-icon ui-icon-arrowthickstop-1-n"></span></li>
222
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthickstop-1-e"><span class="ui-icon ui-icon-arrowthickstop-1-e"></span></li>
223
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthickstop-1-s"><span class="ui-icon ui-icon-arrowthickstop-1-s"></span></li>
224
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthickstop-1-w"><span class="ui-icon ui-icon-arrowthickstop-1-w"></span></li>
225
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturnthick-1-w"><span class="ui-icon ui-icon-arrowreturnthick-1-w"></span></li>
226
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturnthick-1-n"><span class="ui-icon ui-icon-arrowreturnthick-1-n"></span></li>
227
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturnthick-1-e"><span class="ui-icon ui-icon-arrowreturnthick-1-e"></span></li>
228
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturnthick-1-s"><span class="ui-icon ui-icon-arrowreturnthick-1-s"></span></li>
229
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturn-1-w"><span class="ui-icon ui-icon-arrowreturn-1-w"></span></li>
230
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturn-1-n"><span class="ui-icon ui-icon-arrowreturn-1-n"></span></li>
231
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturn-1-e"><span class="ui-icon ui-icon-arrowreturn-1-e"></span></li>
232
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturn-1-s"><span class="ui-icon ui-icon-arrowreturn-1-s"></span></li>
233
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowrefresh-1-w"><span class="ui-icon ui-icon-arrowrefresh-1-w"></span></li>
234
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowrefresh-1-n"><span class="ui-icon ui-icon-arrowrefresh-1-n"></span></li>
235
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowrefresh-1-e"><span class="ui-icon ui-icon-arrowrefresh-1-e"></span></li>
236
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowrefresh-1-s"><span class="ui-icon ui-icon-arrowrefresh-1-s"></span></li>
237
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-4"><span class="ui-icon ui-icon-arrow-4"></span></li>
238
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-4-diag"><span class="ui-icon ui-icon-arrow-4-diag"></span></li>
239
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-extlink"><span class="ui-icon ui-icon-extlink"></span></li>
240
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-newwin"><span class="ui-icon ui-icon-newwin"></span></li>
241
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-refresh"><span class="ui-icon ui-icon-refresh"></span></li>
242
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-shuffle"><span class="ui-icon ui-icon-shuffle"></span></li>
243
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-transfer-e-w"><span class="ui-icon ui-icon-transfer-e-w"></span></li>
244
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-transferthick-e-w"><span class="ui-icon ui-icon-transferthick-e-w"></span></li>
245
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-folder-collapsed"><span class="ui-icon ui-icon-folder-collapsed"></span></li>
246
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-folder-open"><span class="ui-icon ui-icon-folder-open"></span></li>
247
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-document"><span class="ui-icon ui-icon-document"></span></li>
248
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-document-b"><span class="ui-icon ui-icon-document-b"></span></li>
249
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-note"><span class="ui-icon ui-icon-note"></span></li>
250
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-mail-closed"><span class="ui-icon ui-icon-mail-closed"></span></li>
251
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-mail-open"><span class="ui-icon ui-icon-mail-open"></span></li>
252
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-suitcase"><span class="ui-icon ui-icon-suitcase"></span></li>
253
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-comment"><span class="ui-icon ui-icon-comment"></span></li>
254
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-person"><span class="ui-icon ui-icon-person"></span></li>
255
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-print"><span class="ui-icon ui-icon-print"></span></li>
256
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-trash"><span class="ui-icon ui-icon-trash"></span></li>
257
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-locked"><span class="ui-icon ui-icon-locked"></span></li>
258
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-unlocked"><span class="ui-icon ui-icon-unlocked"></span></li>
259
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-bookmark"><span class="ui-icon ui-icon-bookmark"></span></li>
260
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-tag"><span class="ui-icon ui-icon-tag"></span></li>
261
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-home"><span class="ui-icon ui-icon-home"></span></li>
262
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-flag"><span class="ui-icon ui-icon-flag"></span></li>
263
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-calculator"><span class="ui-icon ui-icon-calculator"></span></li>
264
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-cart"><span class="ui-icon ui-icon-cart"></span></li>
265
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-pencil"><span class="ui-icon ui-icon-pencil"></span></li>
266
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-clock"><span class="ui-icon ui-icon-clock"></span></li>
267
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-disk"><span class="ui-icon ui-icon-disk"></span></li>
268
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-calendar"><span class="ui-icon ui-icon-calendar"></span></li>
269
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-zoomin"><span class="ui-icon ui-icon-zoomin"></span></li>
270
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-zoomout"><span class="ui-icon ui-icon-zoomout"></span></li>
271
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-search"><span class="ui-icon ui-icon-search"></span></li>
272
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-wrench"><span class="ui-icon ui-icon-wrench"></span></li>
273
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-gear"><span class="ui-icon ui-icon-gear"></span></li>
274
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-heart"><span class="ui-icon ui-icon-heart"></span></li>
275
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-star"><span class="ui-icon ui-icon-star"></span></li>
276
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-link"><span class="ui-icon ui-icon-link"></span></li>
277
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-cancel"><span class="ui-icon ui-icon-cancel"></span></li>
278
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-plus"><span class="ui-icon ui-icon-plus"></span></li>
279
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-plusthick"><span class="ui-icon ui-icon-plusthick"></span></li>
280
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-minus"><span class="ui-icon ui-icon-minus"></span></li>
281
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-minusthick"><span class="ui-icon ui-icon-minusthick"></span></li>
282
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-close"><span class="ui-icon ui-icon-close"></span></li>
283
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-closethick"><span class="ui-icon ui-icon-closethick"></span></li>
284
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-key"><span class="ui-icon ui-icon-key"></span></li>
285
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-lightbulb"><span class="ui-icon ui-icon-lightbulb"></span></li>
286
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-scissors"><span class="ui-icon ui-icon-scissors"></span></li>
287
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-clipboard"><span class="ui-icon ui-icon-clipboard"></span></li>
288
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-copy"><span class="ui-icon ui-icon-copy"></span></li>
289
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-contact"><span class="ui-icon ui-icon-contact"></span></li>
290
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-image"><span class="ui-icon ui-icon-image"></span></li>
291
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-video"><span class="ui-icon ui-icon-video"></span></li>
292
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-script"><span class="ui-icon ui-icon-script"></span></li>
293
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-alert"><span class="ui-icon ui-icon-alert"></span></li>
294
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-info"><span class="ui-icon ui-icon-info"></span></li>
295
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-notice"><span class="ui-icon ui-icon-notice"></span></li>
296
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-help"><span class="ui-icon ui-icon-help"></span></li>
297
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-check"><span class="ui-icon ui-icon-check"></span></li>
298
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-bullet"><span class="ui-icon ui-icon-bullet"></span></li>
299
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-radio-off"><span class="ui-icon ui-icon-radio-off"></span></li>
300
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-radio-on"><span class="ui-icon ui-icon-radio-on"></span></li>
301
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-pin-w"><span class="ui-icon ui-icon-pin-w"></span></li>
302
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-pin-s"><span class="ui-icon ui-icon-pin-s"></span></li>
303
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-play"><span class="ui-icon ui-icon-play"></span></li>
304
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-pause"><span class="ui-icon ui-icon-pause"></span></li>
305
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-seek-next"><span class="ui-icon ui-icon-seek-next"></span></li>
306
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-seek-prev"><span class="ui-icon ui-icon-seek-prev"></span></li>
307
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-seek-end"><span class="ui-icon ui-icon-seek-end"></span></li>
308
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-seek-first"><span class="ui-icon ui-icon-seek-first"></span></li>
309
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-stop"><span class="ui-icon ui-icon-stop"></span></li>
310
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-eject"><span class="ui-icon ui-icon-eject"></span></li>
311
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-volume-off"><span class="ui-icon ui-icon-volume-off"></span></li>
312
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-volume-on"><span class="ui-icon ui-icon-volume-on"></span></li>
313
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-power"><span class="ui-icon ui-icon-power"></span></li>
314
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-signal-diag"><span class="ui-icon ui-icon-signal-diag"></span></li>
315
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-signal"><span class="ui-icon ui-icon-signal"></span></li>
316
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-battery-0"><span class="ui-icon ui-icon-battery-0"></span></li>
317
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-battery-1"><span class="ui-icon ui-icon-battery-1"></span></li>
318
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-battery-2"><span class="ui-icon ui-icon-battery-2"></span></li>
319
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-battery-3"><span class="ui-icon ui-icon-battery-3"></span></li>
320
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-plus"><span class="ui-icon ui-icon-circle-plus"></span></li>
321
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-minus"><span class="ui-icon ui-icon-circle-minus"></span></li>
322
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-close"><span class="ui-icon ui-icon-circle-close"></span></li>
323
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-triangle-e"><span class="ui-icon ui-icon-circle-triangle-e"></span></li>
324
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-triangle-s"><span class="ui-icon ui-icon-circle-triangle-s"></span></li>
325
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-triangle-w"><span class="ui-icon ui-icon-circle-triangle-w"></span></li>
326
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-triangle-n"><span class="ui-icon ui-icon-circle-triangle-n"></span></li>
327
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-arrow-e"><span class="ui-icon ui-icon-circle-arrow-e"></span></li>
328
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-arrow-s"><span class="ui-icon ui-icon-circle-arrow-s"></span></li>
329
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-arrow-w"><span class="ui-icon ui-icon-circle-arrow-w"></span></li>
330
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-arrow-n"><span class="ui-icon ui-icon-circle-arrow-n"></span></li>
331
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-zoomin"><span class="ui-icon ui-icon-circle-zoomin"></span></li>
332
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-zoomout"><span class="ui-icon ui-icon-circle-zoomout"></span></li>
333
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-check"><span class="ui-icon ui-icon-circle-check"></span></li>
334
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circlesmall-plus"><span class="ui-icon ui-icon-circlesmall-plus"></span></li>
335
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circlesmall-minus"><span class="ui-icon ui-icon-circlesmall-minus"></span></li>
336
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-circlesmall-close"><span class="ui-icon ui-icon-circlesmall-close"></span></li>
337
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-squaresmall-plus"><span class="ui-icon ui-icon-squaresmall-plus"></span></li>
338
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-squaresmall-minus"><span class="ui-icon ui-icon-squaresmall-minus"></span></li>
339
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-squaresmall-close"><span class="ui-icon ui-icon-squaresmall-close"></span></li>
340
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-grip-dotted-vertical"><span class="ui-icon ui-icon-grip-dotted-vertical"></span></li>
341
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-grip-dotted-horizontal"><span class="ui-icon ui-icon-grip-dotted-horizontal"></span></li>
342
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-grip-solid-vertical"><span class="ui-icon ui-icon-grip-solid-vertical"></span></li>
343
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-grip-solid-horizontal"><span class="ui-icon ui-icon-grip-solid-horizontal"></span></li>
344
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-gripsmall-diagonal-se"><span class="ui-icon ui-icon-gripsmall-diagonal-se"></span></li>
345
+	<li class="ui-state-default ui-corner-all" title=".ui-icon-grip-diagonal-se"><span class="ui-icon ui-icon-grip-diagonal-se"></span></li>
346
+</ul>
347
+
348
+
349
+<!-- Slider -->
350
+<h2 class="demoHeaders">Slider</h2>
351
+<div id="slider"></div>
352
+
353
+
354
+
355
+<!-- Datepicker -->
356
+<h2 class="demoHeaders">Datepicker</h2>
357
+<div id="datepicker"></div>
358
+
359
+
360
+
361
+<!-- Progressbar -->
362
+<h2 class="demoHeaders">Progressbar</h2>
363
+<div id="progressbar"></div>
364
+
365
+
366
+
367
+<!-- Progressbar -->
368
+<h2 class="demoHeaders">Selectmenu</h2>
369
+<select id="selectmenu">
370
+	<option>Slower</option>
371
+	<option>Slow</option>
372
+	<option selected="selected">Medium</option>
373
+	<option>Fast</option>
374
+	<option>Faster</option>
375
+</select>
376
+
377
+
378
+
379
+<!-- Spinner -->
380
+<h2 class="demoHeaders">Spinner</h2>
381
+<input id="spinner">
382
+
383
+
384
+
385
+<!-- Menu -->
386
+<h2 class="demoHeaders">Menu</h2>
387
+<ul style="width:100px;" id="menu">
388
+	<li><div>Item 1</div></li>
389
+	<li><div>Item 2</div></li>
390
+	<li><div>Item 3</div>
391
+		<ul>
392
+			<li><div>Item 3-1</div></li>
393
+			<li><div>Item 3-2</div></li>
394
+			<li><div>Item 3-3</div></li>
395
+			<li><div>Item 3-4</div></li>
396
+			<li><div>Item 3-5</div></li>
397
+		</ul>
398
+	</li>
399
+	<li><div>Item 4</div></li>
400
+	<li><div>Item 5</div></li>
401
+</ul>
402
+
403
+
404
+
405
+<!-- Tooltip -->
406
+<h2 class="demoHeaders">Tooltip</h2>
407
+<p id="tooltip">
408
+	<a href="#" title="That&apos;s what this widget is">Tooltips</a> can be attached to any element. When you hover
409
+the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.
410
+</p>
411
+
412
+
413
+<!-- Highlight / Error -->
414
+<h2 class="demoHeaders">Highlight / Error</h2>
415
+<div class="ui-widget">
416
+	<div class="ui-state-highlight ui-corner-all" style="margin-top: 20px; padding: 0 .7em;">
417
+		<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>
418
+		<strong>Hey!</strong> Sample ui-state-highlight style.</p>
419
+	</div>
420
+</div>
421
+<br>
422
+<div class="ui-widget">
423
+	<div class="ui-state-error ui-corner-all" style="padding: 0 .7em;">
424
+		<p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
425
+		<strong>Alert:</strong> Sample ui-state-error style.</p>
426
+	</div>
427
+</div>
428
+
429
+<script src="external/jquery/jquery.js"></script>
430
+<script src="jquery-ui.js"></script>
431
+<script>
432
+
433
+$( "#accordion" ).accordion();
434
+
435
+
436
+
437
+var availableTags = [
438
+	"ActionScript",
439
+	"AppleScript",
440
+	"Asp",
441
+	"BASIC",
442
+	"C",
443
+	"C++",
444
+	"Clojure",
445
+	"COBOL",
446
+	"ColdFusion",
447
+	"Erlang",
448
+	"Fortran",
449
+	"Groovy",
450
+	"Haskell",
451
+	"Java",
452
+	"JavaScript",
453
+	"Lisp",
454
+	"Perl",
455
+	"PHP",
456
+	"Python",
457
+	"Ruby",
458
+	"Scala",
459
+	"Scheme"
460
+];
461
+$( "#autocomplete" ).autocomplete({
462
+	source: availableTags
463
+});
464
+
465
+
466
+
467
+$( "#button" ).button();
468
+$( "#button-icon" ).button({
469
+	icon: "ui-icon-gear",
470
+	showLabel: false
471
+});
472
+
473
+
474
+
475
+$( "#radioset" ).buttonset();
476
+
477
+
478
+
479
+$( "#controlgroup" ).controlgroup();
480
+
481
+
482
+
483
+$( "#tabs" ).tabs();
484
+
485
+
486
+
487
+$( "#dialog" ).dialog({
488
+	autoOpen: false,
489
+	width: 400,
490
+	buttons: [
491
+		{
492
+			text: "Ok",
493
+			click: function() {
494
+				$( this ).dialog( "close" );
495
+			}
496
+		},
497
+		{
498
+			text: "Cancel",
499
+			click: function() {
500
+				$( this ).dialog( "close" );
501
+			}
502
+		}
503
+	]
504
+});
505
+
506
+// Link to open the dialog
507
+$( "#dialog-link" ).click(function( event ) {
508
+	$( "#dialog" ).dialog( "open" );
509
+	event.preventDefault();
510
+});
511
+
512
+
513
+
514
+$( "#datepicker" ).datepicker({
515
+	inline: true
516
+});
517
+
518
+
519
+
520
+$( "#slider" ).slider({
521
+	range: true,
522
+	values: [ 17, 67 ]
523
+});
524
+
525
+
526
+
527
+$( "#progressbar" ).progressbar({
528
+	value: 20
529
+});
530
+
531
+
532
+
533
+$( "#spinner" ).spinner();
534
+
535
+
536
+
537
+$( "#menu" ).menu();
538
+
539
+
540
+
541
+$( "#tooltip" ).tooltip();
542
+
543
+
544
+
545
+$( "#selectmenu" ).selectmenu();
546
+
547
+
548
+// Hover states on the static widgets
549
+$( "#dialog-link, #icons li" ).hover(
550
+	function() {
551
+		$( this ).addClass( "ui-state-hover" );
552
+	},
553
+	function() {
554
+		$( this ).removeClass( "ui-state-hover" );
555
+	}
556
+);
557
+</script>
558
+</body>
559
+</html>
... ...
@@ -0,0 +1,1312 @@
1
+/*! jQuery UI - v1.12.1 - 2016-09-14
2
+* http://jqueryui.com
3
+* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
4
+* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
5
+* Copyright jQuery Foundation and other contributors; Licensed MIT */
6
+
7
+/* Layout helpers
8
+----------------------------------*/
9
+.ui-helper-hidden {
10
+	display: none;
11
+}
12
+.ui-helper-hidden-accessible {
13
+	border: 0;
14
+	clip: rect(0 0 0 0);
15
+	height: 1px;
16
+	margin: -1px;
17
+	overflow: hidden;
18
+	padding: 0;
19
+	position: absolute;
20
+	width: 1px;
21
+}
22
+.ui-helper-reset {
23
+	margin: 0;
24
+	padding: 0;
25
+	border: 0;
26
+	outline: 0;
27
+	line-height: 1.3;
28
+	text-decoration: none;
29
+	font-size: 100%;
30
+	list-style: none;
31
+}
32
+.ui-helper-clearfix:before,
33
+.ui-helper-clearfix:after {
34
+	content: "";
35
+	display: table;
36
+	border-collapse: collapse;
37
+}
38
+.ui-helper-clearfix:after {
39
+	clear: both;
40
+}
41
+.ui-helper-zfix {
42
+	width: 100%;
43
+	height: 100%;
44
+	top: 0;
45
+	left: 0;
46
+	position: absolute;
47
+	opacity: 0;
48
+	filter:Alpha(Opacity=0); /* support: IE8 */
49
+}
50
+
51
+.ui-front {
52
+	z-index: 100;
53
+}
54
+
55
+
56
+/* Interaction Cues
57
+----------------------------------*/
58
+.ui-state-disabled {
59
+	cursor: default !important;
60
+	pointer-events: none;
61
+}
62
+
63
+
64
+/* Icons
65
+----------------------------------*/
66
+.ui-icon {
67
+	display: inline-block;
68
+	vertical-align: middle;
69
+	margin-top: -.25em;
70
+	position: relative;
71
+	text-indent: -99999px;
72
+	overflow: hidden;
73
+	background-repeat: no-repeat;
74
+}
75
+
76
+.ui-widget-icon-block {
77
+	left: 50%;
78
+	margin-left: -8px;
79
+	display: block;
80
+}
81
+
82
+/* Misc visuals
83
+----------------------------------*/
84
+
85
+/* Overlays */
86
+.ui-widget-overlay {
87
+	position: fixed;
88
+	top: 0;
89
+	left: 0;
90
+	width: 100%;
91
+	height: 100%;
92
+}
93
+.ui-accordion .ui-accordion-header {
94
+	display: block;
95
+	cursor: pointer;
96
+	position: relative;
97
+	margin: 2px 0 0 0;
98
+	padding: .5em .5em .5em .7em;
99
+	font-size: 100%;
100
+}
101
+.ui-accordion .ui-accordion-content {
102
+	padding: 1em 2.2em;
103
+	border-top: 0;
104
+	overflow: auto;
105
+}
106
+.ui-autocomplete {
107
+	position: absolute;
108
+	top: 0;
109
+	left: 0;
110
+	cursor: default;
111
+}
112
+.ui-menu {
113
+	list-style: none;
114
+	padding: 0;
115
+	margin: 0;
116
+	display: block;
117
+	outline: 0;
118
+}
119
+.ui-menu .ui-menu {
120
+	position: absolute;
121
+}
122
+.ui-menu .ui-menu-item {
123
+	margin: 0;
124
+	cursor: pointer;
125
+	/* support: IE10, see #8844 */
126
+	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
127
+}
128
+.ui-menu .ui-menu-item-wrapper {
129
+	position: relative;
130
+	padding: 3px 1em 3px .4em;
131
+}
132
+.ui-menu .ui-menu-divider {
133
+	margin: 5px 0;
134
+	height: 0;
135
+	font-size: 0;
136
+	line-height: 0;
137
+	border-width: 1px 0 0 0;
138
+}
139
+.ui-menu .ui-state-focus,
140
+.ui-menu .ui-state-active {
141
+	margin: -1px;
142
+}
143
+
144
+/* icon support */
145
+.ui-menu-icons {
146
+	position: relative;
147
+}
148
+.ui-menu-icons .ui-menu-item-wrapper {
149
+	padding-left: 2em;
150
+}
151
+
152
+/* left-aligned */
153
+.ui-menu .ui-icon {
154
+	position: absolute;
155
+	top: 0;
156
+	bottom: 0;
157
+	left: .2em;
158
+	margin: auto 0;
159
+}
160
+
161
+/* right-aligned */
162
+.ui-menu .ui-menu-icon {
163
+	left: auto;
164
+	right: 0;
165
+}
166
+.ui-button {
167
+	padding: .4em 1em;
168
+	display: inline-block;
169
+	position: relative;
170
+	line-height: normal;
171
+	margin-right: .1em;
172
+	cursor: pointer;
173
+	vertical-align: middle;
174
+	text-align: center;
175
+	-webkit-user-select: none;
176
+	-moz-user-select: none;
177
+	-ms-user-select: none;
178
+	user-select: none;
179
+
180
+	/* Support: IE <= 11 */
181
+	overflow: visible;
182
+}
183
+
184
+.ui-button,
185
+.ui-button:link,
186
+.ui-button:visited,
187
+.ui-button:hover,
188
+.ui-button:active {
189
+	text-decoration: none;
190
+}
191
+
192
+/* to make room for the icon, a width needs to be set here */
193
+.ui-button-icon-only {
194
+	width: 2em;
195
+	box-sizing: border-box;
196
+	text-indent: -9999px;
197
+	white-space: nowrap;
198
+}
199
+
200
+/* no icon support for input elements */
201
+input.ui-button.ui-button-icon-only {
202
+	text-indent: 0;
203
+}
204
+
205
+/* button icon element(s) */
206
+.ui-button-icon-only .ui-icon {
207
+	position: absolute;
208
+	top: 50%;
209
+	left: 50%;
210
+	margin-top: -8px;
211
+	margin-left: -8px;
212
+}
213
+
214
+.ui-button.ui-icon-notext .ui-icon {
215
+	padding: 0;
216
+	width: 2.1em;
217
+	height: 2.1em;
218
+	text-indent: -9999px;
219
+	white-space: nowrap;
220
+
221
+}
222
+
223
+input.ui-button.ui-icon-notext .ui-icon {
224
+	width: auto;
225
+	height: auto;
226
+	text-indent: 0;
227
+	white-space: normal;
228
+	padding: .4em 1em;
229
+}
230
+
231
+/* workarounds */
232
+/* Support: Firefox 5 - 40 */
233
+input.ui-button::-moz-focus-inner,
234
+button.ui-button::-moz-focus-inner {
235
+	border: 0;
236
+	padding: 0;
237
+}
238
+.ui-controlgroup {
239
+	vertical-align: middle;
240
+	display: inline-block;
241
+}
242
+.ui-controlgroup > .ui-controlgroup-item {
243
+	float: left;
244
+	margin-left: 0;
245
+	margin-right: 0;
246
+}
247
+.ui-controlgroup > .ui-controlgroup-item:focus,
248
+.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
249
+	z-index: 9999;
250
+}
251
+.ui-controlgroup-vertical > .ui-controlgroup-item {
252
+	display: block;
253
+	float: none;
254
+	width: 100%;
255
+	margin-top: 0;
256
+	margin-bottom: 0;
257
+	text-align: left;
258
+}
259
+.ui-controlgroup-vertical .ui-controlgroup-item {
260
+	box-sizing: border-box;
261
+}
262
+.ui-controlgroup .ui-controlgroup-label {
263
+	padding: .4em 1em;
264
+}
265
+.ui-controlgroup .ui-controlgroup-label span {
266
+	font-size: 80%;
267
+}
268
+.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
269
+	border-left: none;
270
+}
271
+.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
272
+	border-top: none;
273
+}
274
+.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
275
+	border-right: none;
276
+}
277
+.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
278
+	border-bottom: none;
279
+}
280
+
281
+/* Spinner specific style fixes */
282
+.ui-controlgroup-vertical .ui-spinner-input {
283
+
284
+	/* Support: IE8 only, Android < 4.4 only */
285
+	width: 75%;
286
+	width: calc( 100% - 2.4em );
287
+}
288
+.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
289
+	border-top-style: solid;
290
+}
291
+
292
+.ui-checkboxradio-label .ui-icon-background {
293
+	box-shadow: inset 1px 1px 1px #ccc;
294
+	border-radius: .12em;
295
+	border: none;
296
+}
297
+.ui-checkboxradio-radio-label .ui-icon-background {
298
+	width: 16px;
299
+	height: 16px;
300
+	border-radius: 1em;
301
+	overflow: visible;
302
+	border: none;
303
+}
304
+.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
305
+.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
306
+	background-image: none;
307
+	width: 8px;
308
+	height: 8px;
309
+	border-width: 4px;
310
+	border-style: solid;
311
+}
312
+.ui-checkboxradio-disabled {
313
+	pointer-events: none;
314
+}
315
+.ui-datepicker {
316
+	width: 17em;
317
+	padding: .2em .2em 0;
318
+	display: none;
319
+}
320
+.ui-datepicker .ui-datepicker-header {
321
+	position: relative;
322
+	padding: .2em 0;
323
+}
324
+.ui-datepicker .ui-datepicker-prev,
325
+.ui-datepicker .ui-datepicker-next {
326
+	position: absolute;
327
+	top: 2px;
328
+	width: 1.8em;
329
+	height: 1.8em;
330
+}
331
+.ui-datepicker .ui-datepicker-prev-hover,
332
+.ui-datepicker .ui-datepicker-next-hover {
333
+	top: 1px;
334
+}
335
+.ui-datepicker .ui-datepicker-prev {
336
+	left: 2px;
337
+}
338
+.ui-datepicker .ui-datepicker-next {
339
+	right: 2px;
340
+}
341
+.ui-datepicker .ui-datepicker-prev-hover {
342
+	left: 1px;
343
+}
344
+.ui-datepicker .ui-datepicker-next-hover {
345
+	right: 1px;
346
+}
347
+.ui-datepicker .ui-datepicker-prev span,
348
+.ui-datepicker .ui-datepicker-next span {
349
+	display: block;
350
+	position: absolute;
351
+	left: 50%;
352
+	margin-left: -8px;
353
+	top: 50%;
354
+	margin-top: -8px;
355
+}
356
+.ui-datepicker .ui-datepicker-title {
357
+	margin: 0 2.3em;
358
+	line-height: 1.8em;
359
+	text-align: center;
360
+}
361
+.ui-datepicker .ui-datepicker-title select {
362
+	font-size: 1em;
363
+	margin: 1px 0;
364
+}
365
+.ui-datepicker select.ui-datepicker-month,
366
+.ui-datepicker select.ui-datepicker-year {
367
+	width: 45%;
368
+}
369
+.ui-datepicker table {
370
+	width: 100%;
371
+	font-size: .9em;
372
+	border-collapse: collapse;
373
+	margin: 0 0 .4em;
374
+}
375
+.ui-datepicker th {
376
+	padding: .7em .3em;
377
+	text-align: center;
378
+	font-weight: bold;
379
+	border: 0;
380
+}
381
+.ui-datepicker td {
382
+	border: 0;
383
+	padding: 1px;
384
+}
385
+.ui-datepicker td span,
386
+.ui-datepicker td a {
387
+	display: block;
388
+	padding: .2em;
389
+	text-align: right;
390
+	text-decoration: none;
391
+}
392
+.ui-datepicker .ui-datepicker-buttonpane {
393
+	background-image: none;
394
+	margin: .7em 0 0 0;
395
+	padding: 0 .2em;
396
+	border-left: 0;
397
+	border-right: 0;
398
+	border-bottom: 0;
399
+}
400
+.ui-datepicker .ui-datepicker-buttonpane button {
401
+	float: right;
402
+	margin: .5em .2em .4em;
403
+	cursor: pointer;
404
+	padding: .2em .6em .3em .6em;
405
+	width: auto;
406
+	overflow: visible;
407
+}
408
+.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
409
+	float: left;
410
+}
411
+
412
+/* with multiple calendars */
413
+.ui-datepicker.ui-datepicker-multi {
414
+	width: auto;
415
+}
416
+.ui-datepicker-multi .ui-datepicker-group {
417
+	float: left;
418
+}
419
+.ui-datepicker-multi .ui-datepicker-group table {
420
+	width: 95%;
421
+	margin: 0 auto .4em;
422
+}
423
+.ui-datepicker-multi-2 .ui-datepicker-group {
424
+	width: 50%;
425
+}
426
+.ui-datepicker-multi-3 .ui-datepicker-group {
427
+	width: 33.3%;
428
+}
429
+.ui-datepicker-multi-4 .ui-datepicker-group {
430
+	width: 25%;
431
+}
432
+.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
433
+.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
434
+	border-left-width: 0;
435
+}
436
+.ui-datepicker-multi .ui-datepicker-buttonpane {
437
+	clear: left;
438
+}
439
+.ui-datepicker-row-break {
440
+	clear: both;
441
+	width: 100%;
442
+	font-size: 0;
443
+}
444
+
445
+/* RTL support */
446
+.ui-datepicker-rtl {
447
+	direction: rtl;
448
+}
449
+.ui-datepicker-rtl .ui-datepicker-prev {
450
+	right: 2px;
451
+	left: auto;
452
+}
453
+.ui-datepicker-rtl .ui-datepicker-next {
454
+	left: 2px;
455
+	right: auto;
456
+}
457
+.ui-datepicker-rtl .ui-datepicker-prev:hover {
458
+	right: 1px;
459
+	left: auto;
460
+}
461
+.ui-datepicker-rtl .ui-datepicker-next:hover {
462
+	left: 1px;
463
+	right: auto;
464
+}
465
+.ui-datepicker-rtl .ui-datepicker-buttonpane {
466
+	clear: right;
467
+}
468
+.ui-datepicker-rtl .ui-datepicker-buttonpane button {
469
+	float: left;
470
+}
471
+.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
472
+.ui-datepicker-rtl .ui-datepicker-group {
473
+	float: right;
474
+}
475
+.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
476
+.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
477
+	border-right-width: 0;
478
+	border-left-width: 1px;
479
+}
480
+
481
+/* Icons */
482
+.ui-datepicker .ui-icon {
483
+	display: block;
484
+	text-indent: -99999px;
485
+	overflow: hidden;
486
+	background-repeat: no-repeat;
487
+	left: .5em;
488
+	top: .3em;
489
+}
490
+.ui-dialog {
491
+	position: absolute;
492
+	top: 0;
493
+	left: 0;
494
+	padding: .2em;
495
+	outline: 0;
496
+}
497
+.ui-dialog .ui-dialog-titlebar {
498
+	padding: .4em 1em;
499
+	position: relative;
500
+}
501
+.ui-dialog .ui-dialog-title {
502
+	float: left;
503
+	margin: .1em 0;
504
+	white-space: nowrap;
505
+	width: 90%;
506
+	overflow: hidden;
507
+	text-overflow: ellipsis;
508
+}
509
+.ui-dialog .ui-dialog-titlebar-close {
510
+	position: absolute;
511
+	right: .3em;
512
+	top: 50%;
513
+	width: 20px;
514
+	margin: -10px 0 0 0;
515
+	padding: 1px;
516
+	height: 20px;
517
+}
518
+.ui-dialog .ui-dialog-content {
519
+	position: relative;
520
+	border: 0;
521
+	padding: .5em 1em;
522
+	background: none;
523
+	overflow: auto;
524
+}
525
+.ui-dialog .ui-dialog-buttonpane {
526
+	text-align: left;
527
+	border-width: 1px 0 0 0;
528
+	background-image: none;
529
+	margin-top: .5em;
530
+	padding: .3em 1em .5em .4em;
531
+}
532
+.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
533
+	float: right;
534
+}
535
+.ui-dialog .ui-dialog-buttonpane button {
536
+	margin: .5em .4em .5em 0;
537
+	cursor: pointer;
538
+}
539
+.ui-dialog .ui-resizable-n {
540
+	height: 2px;
541
+	top: 0;
542
+}
543
+.ui-dialog .ui-resizable-e {
544
+	width: 2px;
545
+	right: 0;
546
+}
547
+.ui-dialog .ui-resizable-s {
548
+	height: 2px;
549
+	bottom: 0;
550
+}
551
+.ui-dialog .ui-resizable-w {
552
+	width: 2px;
553
+	left: 0;
554
+}
555
+.ui-dialog .ui-resizable-se,
556
+.ui-dialog .ui-resizable-sw,
557
+.ui-dialog .ui-resizable-ne,
558
+.ui-dialog .ui-resizable-nw {
559
+	width: 7px;
560
+	height: 7px;
561
+}
562
+.ui-dialog .ui-resizable-se {
563
+	right: 0;
564
+	bottom: 0;
565
+}
566
+.ui-dialog .ui-resizable-sw {
567
+	left: 0;
568
+	bottom: 0;
569
+}
570
+.ui-dialog .ui-resizable-ne {
571
+	right: 0;
572
+	top: 0;
573
+}
574
+.ui-dialog .ui-resizable-nw {
575
+	left: 0;
576
+	top: 0;
577
+}
578
+.ui-draggable .ui-dialog-titlebar {
579
+	cursor: move;
580
+}
581
+.ui-draggable-handle {
582
+	-ms-touch-action: none;
583
+	touch-action: none;
584
+}
585
+.ui-resizable {
586
+	position: relative;
587
+}
588
+.ui-resizable-handle {
589
+	position: absolute;
590
+	font-size: 0.1px;
591
+	display: block;
592
+	-ms-touch-action: none;
593
+	touch-action: none;
594
+}
595
+.ui-resizable-disabled .ui-resizable-handle,
596
+.ui-resizable-autohide .ui-resizable-handle {
597
+	display: none;
598
+}
599
+.ui-resizable-n {
600
+	cursor: n-resize;
601
+	height: 7px;
602
+	width: 100%;
603
+	top: -5px;
604
+	left: 0;
605
+}
606
+.ui-resizable-s {
607
+	cursor: s-resize;
608
+	height: 7px;
609
+	width: 100%;
610
+	bottom: -5px;
611
+	left: 0;
612
+}
613
+.ui-resizable-e {
614
+	cursor: e-resize;
615
+	width: 7px;
616
+	right: -5px;
617
+	top: 0;
618
+	height: 100%;
619
+}
620
+.ui-resizable-w {
621
+	cursor: w-resize;
622
+	width: 7px;
623
+	left: -5px;
624
+	top: 0;
625
+	height: 100%;
626
+}
627
+.ui-resizable-se {
628
+	cursor: se-resize;
629
+	width: 12px;
630
+	height: 12px;
631
+	right: 1px;
632
+	bottom: 1px;
633
+}
634
+.ui-resizable-sw {
635
+	cursor: sw-resize;
636
+	width: 9px;
637
+	height: 9px;
638
+	left: -5px;
639
+	bottom: -5px;
640
+}
641
+.ui-resizable-nw {
642
+	cursor: nw-resize;
643
+	width: 9px;
644
+	height: 9px;
645
+	left: -5px;
646
+	top: -5px;
647
+}
648
+.ui-resizable-ne {
649
+	cursor: ne-resize;
650
+	width: 9px;
651
+	height: 9px;
652
+	right: -5px;
653
+	top: -5px;
654
+}
655
+.ui-progressbar {
656
+	height: 2em;
657
+	text-align: left;
658
+	overflow: hidden;
659
+}
660
+.ui-progressbar .ui-progressbar-value {
661
+	margin: -1px;
662
+	height: 100%;
663
+}
664
+.ui-progressbar .ui-progressbar-overlay {
665
+	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
666
+	height: 100%;
667
+	filter: alpha(opacity=25); /* support: IE8 */
668
+	opacity: 0.25;
669
+}
670
+.ui-progressbar-indeterminate .ui-progressbar-value {
671
+	background-image: none;
672
+}
673
+.ui-selectable {
674
+	-ms-touch-action: none;
675
+	touch-action: none;
676
+}
677
+.ui-selectable-helper {
678
+	position: absolute;
679
+	z-index: 100;
680
+	border: 1px dotted black;
681
+}
682
+.ui-selectmenu-menu {
683
+	padding: 0;
684
+	margin: 0;
685
+	position: absolute;
686
+	top: 0;
687
+	left: 0;
688
+	display: none;
689
+}
690
+.ui-selectmenu-menu .ui-menu {
691
+	overflow: auto;
692
+	overflow-x: hidden;
693
+	padding-bottom: 1px;
694
+}
695
+.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
696
+	font-size: 1em;
697
+	font-weight: bold;
698
+	line-height: 1.5;
699
+	padding: 2px 0.4em;
700
+	margin: 0.5em 0 0 0;
701
+	height: auto;
702
+	border: 0;
703
+}
704
+.ui-selectmenu-open {
705
+	display: block;
706
+}
707
+.ui-selectmenu-text {
708
+	display: block;
709
+	margin-right: 20px;
710
+	overflow: hidden;
711
+	text-overflow: ellipsis;
712
+}
713
+.ui-selectmenu-button.ui-button {
714
+	text-align: left;
715
+	white-space: nowrap;
716
+	width: 14em;
717
+}
718
+.ui-selectmenu-icon.ui-icon {
719
+	float: right;
720
+	margin-top: 0;
721
+}
722
+.ui-slider {
723
+	position: relative;
724
+	text-align: left;
725
+}
726
+.ui-slider .ui-slider-handle {
727
+	position: absolute;
728
+	z-index: 2;
729
+	width: 1.2em;
730
+	height: 1.2em;
731
+	cursor: default;
732
+	-ms-touch-action: none;
733
+	touch-action: none;
734
+}
735
+.ui-slider .ui-slider-range {
736
+	position: absolute;
737
+	z-index: 1;
738
+	font-size: .7em;
739
+	display: block;
740
+	border: 0;
741
+	background-position: 0 0;
742
+}
743
+
744
+/* support: IE8 - See #6727 */
745
+.ui-slider.ui-state-disabled .ui-slider-handle,
746
+.ui-slider.ui-state-disabled .ui-slider-range {
747
+	filter: inherit;
748
+}
749
+
750
+.ui-slider-horizontal {
751
+	height: .8em;
752
+}
753
+.ui-slider-horizontal .ui-slider-handle {
754
+	top: -.3em;
755
+	margin-left: -.6em;
756
+}
757
+.ui-slider-horizontal .ui-slider-range {
758
+	top: 0;
759
+	height: 100%;
760
+}
761
+.ui-slider-horizontal .ui-slider-range-min {
762
+	left: 0;
763
+}
764
+.ui-slider-horizontal .ui-slider-range-max {
765
+	right: 0;
766
+}
767
+
768
+.ui-slider-vertical {
769
+	width: .8em;
770
+	height: 100px;
771
+}
772
+.ui-slider-vertical .ui-slider-handle {
773
+	left: -.3em;
774
+	margin-left: 0;
775
+	margin-bottom: -.6em;
776
+}
777
+.ui-slider-vertical .ui-slider-range {
778
+	left: 0;
779
+	width: 100%;
780
+}
781
+.ui-slider-vertical .ui-slider-range-min {
782
+	bottom: 0;
783
+}
784
+.ui-slider-vertical .ui-slider-range-max {
785
+	top: 0;
786
+}
787
+.ui-sortable-handle {
788
+	-ms-touch-action: none;
789
+	touch-action: none;
790
+}
791
+.ui-spinner {
792
+	position: relative;
793
+	display: inline-block;
794
+	overflow: hidden;
795
+	padding: 0;
796
+	vertical-align: middle;
797
+}
798
+.ui-spinner-input {
799
+	border: none;
800
+	background: none;
801
+	color: inherit;
802
+	padding: .222em 0;
803
+	margin: .2em 0;
804
+	vertical-align: middle;
805
+	margin-left: .4em;
806
+	margin-right: 2em;
807
+}
808
+.ui-spinner-button {
809
+	width: 1.6em;
810
+	height: 50%;
811
+	font-size: .5em;
812
+	padding: 0;
813
+	margin: 0;
814
+	text-align: center;
815
+	position: absolute;
816
+	cursor: default;
817
+	display: block;
818
+	overflow: hidden;
819
+	right: 0;
820
+}
821
+/* more specificity required here to override default borders */
822
+.ui-spinner a.ui-spinner-button {
823
+	border-top-style: none;
824
+	border-bottom-style: none;
825
+	border-right-style: none;
826
+}
827
+.ui-spinner-up {
828
+	top: 0;
829
+}
830
+.ui-spinner-down {
831
+	bottom: 0;
832
+}
833
+.ui-tabs {
834
+	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
835
+	padding: .2em;
836
+}
837
+.ui-tabs .ui-tabs-nav {
838
+	margin: 0;
839
+	padding: .2em .2em 0;
840
+}
841
+.ui-tabs .ui-tabs-nav li {
842
+	list-style: none;
843
+	float: left;
844
+	position: relative;
845
+	top: 0;
846
+	margin: 1px .2em 0 0;
847
+	border-bottom-width: 0;
848
+	padding: 0;
849
+	white-space: nowrap;
850
+}
851
+.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
852
+	float: left;
853
+	padding: .5em 1em;
854
+	text-decoration: none;
855
+}
856
+.ui-tabs .ui-tabs-nav li.ui-tabs-active {
857
+	margin-bottom: -1px;
858
+	padding-bottom: 1px;
859
+}
860
+.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
861
+.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
862
+.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
863
+	cursor: text;
864
+}
865
+.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
866
+	cursor: pointer;
867
+}
868
+.ui-tabs .ui-tabs-panel {
869
+	display: block;
870
+	border-width: 0;
871
+	padding: 1em 1.4em;
872
+	background: none;
873
+}
874
+.ui-tooltip {
875
+	padding: 8px;
876
+	position: absolute;
877
+	z-index: 9999;
878
+	max-width: 300px;
879
+}
880
+body .ui-tooltip {
881
+	border-width: 2px;
882
+}
883
+
884
+/* Component containers
885
+----------------------------------*/
886
+.ui-widget {
887
+	font-family: Arial,Helvetica,sans-serif;
888
+	font-size: 1em;
889
+}
890
+.ui-widget .ui-widget {
891
+	font-size: 1em;
892
+}
893
+.ui-widget input,
894
+.ui-widget select,
895
+.ui-widget textarea,
896
+.ui-widget button {
897
+	font-family: Arial,Helvetica,sans-serif;
898
+	font-size: 1em;
899
+}
900
+.ui-widget.ui-widget-content {
901
+	border: 1px solid #c5c5c5;
902
+}
903
+.ui-widget-content {
904
+	border: 1px solid #dddddd;
905
+	background: #ffffff;
906
+	color: #333333;
907
+}
908
+.ui-widget-content a {
909
+	color: #333333;
910
+}
911
+.ui-widget-header {
912
+	border: 1px solid #dddddd;
913
+	background: #e9e9e9;
914
+	color: #333333;
915
+	font-weight: bold;
916
+}
917
+.ui-widget-header a {
918
+	color: #333333;
919
+}
920
+
921
+/* Interaction states
922
+----------------------------------*/
923
+.ui-state-default,
924
+.ui-widget-content .ui-state-default,
925
+.ui-widget-header .ui-state-default,
926
+.ui-button,
927
+
928
+/* We use html here because we need a greater specificity to make sure disabled
929
+works properly when clicked or hovered */
930
+html .ui-button.ui-state-disabled:hover,
931
+html .ui-button.ui-state-disabled:active {
932
+	border: 1px solid #c5c5c5;
933
+	background: #f6f6f6;
934
+	font-weight: normal;
935
+	color: #454545;
936
+}
937
+.ui-state-default a,
938
+.ui-state-default a:link,
939
+.ui-state-default a:visited,
940
+a.ui-button,
941
+a:link.ui-button,
942
+a:visited.ui-button,
943
+.ui-button {
944
+	color: #454545;
945
+	text-decoration: none;
946
+}
947
+.ui-state-hover,
948
+.ui-widget-content .ui-state-hover,
949
+.ui-widget-header .ui-state-hover,
950
+.ui-state-focus,
951
+.ui-widget-content .ui-state-focus,
952
+.ui-widget-header .ui-state-focus,
953
+.ui-button:hover,
954
+.ui-button:focus {
955
+	border: 1px solid #cccccc;
956
+	background: #ededed;
957
+	font-weight: normal;
958
+	color: #2b2b2b;
959
+}
960
+.ui-state-hover a,
961
+.ui-state-hover a:hover,
962
+.ui-state-hover a:link,
963
+.ui-state-hover a:visited,
964
+.ui-state-focus a,
965
+.ui-state-focus a:hover,
966
+.ui-state-focus a:link,
967
+.ui-state-focus a:visited,
968
+a.ui-button:hover,
969
+a.ui-button:focus {
970
+	color: #2b2b2b;
971
+	text-decoration: none;
972
+}
973
+
974
+.ui-visual-focus {
975
+	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
976
+}
977
+.ui-state-active,
978
+.ui-widget-content .ui-state-active,
979
+.ui-widget-header .ui-state-active,
980
+a.ui-button:active,
981
+.ui-button:active,
982
+.ui-button.ui-state-active:hover {
983
+	border: 1px solid #003eff;
984
+	background: #007fff;
985
+	font-weight: normal;
986
+	color: #ffffff;
987
+}
988
+.ui-icon-background,
989
+.ui-state-active .ui-icon-background {
990
+	border: #003eff;
991
+	background-color: #ffffff;
992
+}
993
+.ui-state-active a,
994
+.ui-state-active a:link,
995
+.ui-state-active a:visited {
996
+	color: #ffffff;
997
+	text-decoration: none;
998
+}
999
+
1000
+/* Interaction Cues
1001
+----------------------------------*/
1002
+.ui-state-highlight,
1003
+.ui-widget-content .ui-state-highlight,
1004
+.ui-widget-header .ui-state-highlight {
1005
+	border: 1px solid #dad55e;
1006
+	background: #fffa90;
1007
+	color: #777620;
1008
+}
1009
+.ui-state-checked {
1010
+	border: 1px solid #dad55e;
1011
+	background: #fffa90;
1012
+}
1013
+.ui-state-highlight a,
1014
+.ui-widget-content .ui-state-highlight a,
1015
+.ui-widget-header .ui-state-highlight a {
1016
+	color: #777620;
1017
+}
1018
+.ui-state-error,
1019
+.ui-widget-content .ui-state-error,
1020
+.ui-widget-header .ui-state-error {
1021
+	border: 1px solid #f1a899;
1022
+	background: #fddfdf;
1023
+	color: #5f3f3f;
1024
+}
1025
+.ui-state-error a,
1026
+.ui-widget-content .ui-state-error a,
1027
+.ui-widget-header .ui-state-error a {
1028
+	color: #5f3f3f;
1029
+}
1030
+.ui-state-error-text,
1031
+.ui-widget-content .ui-state-error-text,
1032
+.ui-widget-header .ui-state-error-text {
1033
+	color: #5f3f3f;
1034
+}
1035
+.ui-priority-primary,
1036
+.ui-widget-content .ui-priority-primary,
1037
+.ui-widget-header .ui-priority-primary {
1038
+	font-weight: bold;
1039
+}
1040
+.ui-priority-secondary,
1041
+.ui-widget-content .ui-priority-secondary,
1042
+.ui-widget-header .ui-priority-secondary {
1043
+	opacity: .7;
1044
+	filter:Alpha(Opacity=70); /* support: IE8 */
1045
+	font-weight: normal;
1046
+}
1047
+.ui-state-disabled,
1048
+.ui-widget-content .ui-state-disabled,
1049
+.ui-widget-header .ui-state-disabled {
1050
+	opacity: .35;
1051
+	filter:Alpha(Opacity=35); /* support: IE8 */
1052
+	background-image: none;
1053
+}
1054
+.ui-state-disabled .ui-icon {
1055
+	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
1056
+}
1057
+
1058
+/* Icons
1059
+----------------------------------*/
1060
+
1061
+/* states and images */
1062
+.ui-icon {
1063
+	width: 16px;
1064
+	height: 16px;
1065
+}
1066
+.ui-icon,
1067
+.ui-widget-content .ui-icon {
1068
+	background-image: url("images/ui-icons_444444_256x240.png");
1069
+}
1070
+.ui-widget-header .ui-icon {
1071
+	background-image: url("images/ui-icons_444444_256x240.png");
1072
+}
1073
+.ui-state-hover .ui-icon,
1074
+.ui-state-focus .ui-icon,
1075
+.ui-button:hover .ui-icon,
1076
+.ui-button:focus .ui-icon {
1077
+	background-image: url("images/ui-icons_555555_256x240.png");
1078
+}
1079
+.ui-state-active .ui-icon,
1080
+.ui-button:active .ui-icon {
1081
+	background-image: url("images/ui-icons_ffffff_256x240.png");
1082
+}
1083
+.ui-state-highlight .ui-icon,
1084
+.ui-button .ui-state-highlight.ui-icon {
1085
+	background-image: url("images/ui-icons_777620_256x240.png");
1086
+}
1087
+.ui-state-error .ui-icon,
1088
+.ui-state-error-text .ui-icon {
1089
+	background-image: url("images/ui-icons_cc0000_256x240.png");
1090
+}
1091
+.ui-button .ui-icon {
1092
+	background-image: url("images/ui-icons_777777_256x240.png");
1093
+}
1094
+
1095
+/* positioning */
1096
+.ui-icon-blank { background-position: 16px 16px; }
1097
+.ui-icon-caret-1-n { background-position: 0 0; }
1098
+.ui-icon-caret-1-ne { background-position: -16px 0; }
1099
+.ui-icon-caret-1-e { background-position: -32px 0; }
1100
+.ui-icon-caret-1-se { background-position: -48px 0; }
1101
+.ui-icon-caret-1-s { background-position: -65px 0; }
1102
+.ui-icon-caret-1-sw { background-position: -80px 0; }
1103
+.ui-icon-caret-1-w { background-position: -96px 0; }
1104
+.ui-icon-caret-1-nw { background-position: -112px 0; }
1105
+.ui-icon-caret-2-n-s { background-position: -128px 0; }
1106
+.ui-icon-caret-2-e-w { background-position: -144px 0; }
1107
+.ui-icon-triangle-1-n { background-position: 0 -16px; }
1108
+.ui-icon-triangle-1-ne { background-position: -16px -16px; }
1109
+.ui-icon-triangle-1-e { background-position: -32px -16px; }
1110
+.ui-icon-triangle-1-se { background-position: -48px -16px; }
1111
+.ui-icon-triangle-1-s { background-position: -65px -16px; }
1112
+.ui-icon-triangle-1-sw { background-position: -80px -16px; }
1113
+.ui-icon-triangle-1-w { background-position: -96px -16px; }
1114
+.ui-icon-triangle-1-nw { background-position: -112px -16px; }
1115
+.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
1116
+.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
1117
+.ui-icon-arrow-1-n { background-position: 0 -32px; }
1118
+.ui-icon-arrow-1-ne { background-position: -16px -32px; }
1119
+.ui-icon-arrow-1-e { background-position: -32px -32px; }
1120
+.ui-icon-arrow-1-se { background-position: -48px -32px; }
1121
+.ui-icon-arrow-1-s { background-position: -65px -32px; }
1122
+.ui-icon-arrow-1-sw { background-position: -80px -32px; }
1123
+.ui-icon-arrow-1-w { background-position: -96px -32px; }
1124
+.ui-icon-arrow-1-nw { background-position: -112px -32px; }
1125
+.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
1126
+.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
1127
+.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
1128
+.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
1129
+.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
1130
+.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
1131
+.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
1132
+.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
1133
+.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
1134
+.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
1135
+.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
1136
+.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
1137
+.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
1138
+.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
1139
+.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
1140
+.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
1141
+.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
1142
+.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
1143
+.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
1144
+.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
1145
+.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
1146
+.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
1147
+.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
1148
+.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
1149
+.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
1150
+.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
1151
+.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
1152
+.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
1153
+.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
1154
+.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
1155
+.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
1156
+.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
1157
+.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
1158
+.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
1159
+.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
1160
+.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
1161
+.ui-icon-arrow-4 { background-position: 0 -80px; }
1162
+.ui-icon-arrow-4-diag { background-position: -16px -80px; }
1163
+.ui-icon-extlink { background-position: -32px -80px; }
1164
+.ui-icon-newwin { background-position: -48px -80px; }
1165
+.ui-icon-refresh { background-position: -64px -80px; }
1166
+.ui-icon-shuffle { background-position: -80px -80px; }
1167
+.ui-icon-transfer-e-w { background-position: -96px -80px; }
1168
+.ui-icon-transferthick-e-w { background-position: -112px -80px; }
1169
+.ui-icon-folder-collapsed { background-position: 0 -96px; }
1170
+.ui-icon-folder-open { background-position: -16px -96px; }
1171
+.ui-icon-document { background-position: -32px -96px; }
1172
+.ui-icon-document-b { background-position: -48px -96px; }
1173
+.ui-icon-note { background-position: -64px -96px; }
1174
+.ui-icon-mail-closed { background-position: -80px -96px; }
1175
+.ui-icon-mail-open { background-position: -96px -96px; }
1176
+.ui-icon-suitcase { background-position: -112px -96px; }
1177
+.ui-icon-comment { background-position: -128px -96px; }
1178
+.ui-icon-person { background-position: -144px -96px; }
1179
+.ui-icon-print { background-position: -160px -96px; }
1180
+.ui-icon-trash { background-position: -176px -96px; }
1181
+.ui-icon-locked { background-position: -192px -96px; }
1182
+.ui-icon-unlocked { background-position: -208px -96px; }
1183
+.ui-icon-bookmark { background-position: -224px -96px; }
1184
+.ui-icon-tag { background-position: -240px -96px; }
1185
+.ui-icon-home { background-position: 0 -112px; }
1186
+.ui-icon-flag { background-position: -16px -112px; }
1187
+.ui-icon-calendar { background-position: -32px -112px; }
1188
+.ui-icon-cart { background-position: -48px -112px; }
1189
+.ui-icon-pencil { background-position: -64px -112px; }
1190
+.ui-icon-clock { background-position: -80px -112px; }
1191
+.ui-icon-disk { background-position: -96px -112px; }
1192
+.ui-icon-calculator { background-position: -112px -112px; }
1193
+.ui-icon-zoomin { background-position: -128px -112px; }
1194
+.ui-icon-zoomout { background-position: -144px -112px; }
1195
+.ui-icon-search { background-position: -160px -112px; }
1196
+.ui-icon-wrench { background-position: -176px -112px; }
1197
+.ui-icon-gear { background-position: -192px -112px; }
1198
+.ui-icon-heart { background-position: -208px -112px; }
1199
+.ui-icon-star { background-position: -224px -112px; }
1200
+.ui-icon-link { background-position: -240px -112px; }
1201
+.ui-icon-cancel { background-position: 0 -128px; }
1202
+.ui-icon-plus { background-position: -16px -128px; }
1203
+.ui-icon-plusthick { background-position: -32px -128px; }
1204
+.ui-icon-minus { background-position: -48px -128px; }
1205
+.ui-icon-minusthick { background-position: -64px -128px; }
1206
+.ui-icon-close { background-position: -80px -128px; }
1207
+.ui-icon-closethick { background-position: -96px -128px; }
1208
+.ui-icon-key { background-position: -112px -128px; }
1209
+.ui-icon-lightbulb { background-position: -128px -128px; }
1210
+.ui-icon-scissors { background-position: -144px -128px; }
1211
+.ui-icon-clipboard { background-position: -160px -128px; }
1212
+.ui-icon-copy { background-position: -176px -128px; }
1213
+.ui-icon-contact { background-position: -192px -128px; }
1214
+.ui-icon-image { background-position: -208px -128px; }
1215
+.ui-icon-video { background-position: -224px -128px; }
1216
+.ui-icon-script { background-position: -240px -128px; }
1217
+.ui-icon-alert { background-position: 0 -144px; }
1218
+.ui-icon-info { background-position: -16px -144px; }
1219
+.ui-icon-notice { background-position: -32px -144px; }
1220
+.ui-icon-help { background-position: -48px -144px; }
1221
+.ui-icon-check { background-position: -64px -144px; }
1222
+.ui-icon-bullet { background-position: -80px -144px; }
1223
+.ui-icon-radio-on { background-position: -96px -144px; }
1224
+.ui-icon-radio-off { background-position: -112px -144px; }
1225
+.ui-icon-pin-w { background-position: -128px -144px; }
1226
+.ui-icon-pin-s { background-position: -144px -144px; }
1227
+.ui-icon-play { background-position: 0 -160px; }
1228
+.ui-icon-pause { background-position: -16px -160px; }
1229
+.ui-icon-seek-next { background-position: -32px -160px; }
1230
+.ui-icon-seek-prev { background-position: -48px -160px; }
1231
+.ui-icon-seek-end { background-position: -64px -160px; }
1232
+.ui-icon-seek-start { background-position: -80px -160px; }
1233
+/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
1234
+.ui-icon-seek-first { background-position: -80px -160px; }
1235
+.ui-icon-stop { background-position: -96px -160px; }
1236
+.ui-icon-eject { background-position: -112px -160px; }
1237
+.ui-icon-volume-off { background-position: -128px -160px; }
1238
+.ui-icon-volume-on { background-position: -144px -160px; }
1239
+.ui-icon-power { background-position: 0 -176px; }
1240
+.ui-icon-signal-diag { background-position: -16px -176px; }
1241
+.ui-icon-signal { background-position: -32px -176px; }
1242
+.ui-icon-battery-0 { background-position: -48px -176px; }
1243
+.ui-icon-battery-1 { background-position: -64px -176px; }
1244
+.ui-icon-battery-2 { background-position: -80px -176px; }
1245
+.ui-icon-battery-3 { background-position: -96px -176px; }
1246
+.ui-icon-circle-plus { background-position: 0 -192px; }
1247
+.ui-icon-circle-minus { background-position: -16px -192px; }
1248
+.ui-icon-circle-close { background-position: -32px -192px; }
1249
+.ui-icon-circle-triangle-e { background-position: -48px -192px; }
1250
+.ui-icon-circle-triangle-s { background-position: -64px -192px; }
1251
+.ui-icon-circle-triangle-w { background-position: -80px -192px; }
1252
+.ui-icon-circle-triangle-n { background-position: -96px -192px; }
1253
+.ui-icon-circle-arrow-e { background-position: -112px -192px; }
1254
+.ui-icon-circle-arrow-s { background-position: -128px -192px; }
1255
+.ui-icon-circle-arrow-w { background-position: -144px -192px; }
1256
+.ui-icon-circle-arrow-n { background-position: -160px -192px; }
1257
+.ui-icon-circle-zoomin { background-position: -176px -192px; }
1258
+.ui-icon-circle-zoomout { background-position: -192px -192px; }
1259
+.ui-icon-circle-check { background-position: -208px -192px; }
1260
+.ui-icon-circlesmall-plus { background-position: 0 -208px; }
1261
+.ui-icon-circlesmall-minus { background-position: -16px -208px; }
1262
+.ui-icon-circlesmall-close { background-position: -32px -208px; }
1263
+.ui-icon-squaresmall-plus { background-position: -48px -208px; }
1264
+.ui-icon-squaresmall-minus { background-position: -64px -208px; }
1265
+.ui-icon-squaresmall-close { background-position: -80px -208px; }
1266
+.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
1267
+.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
1268
+.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
1269
+.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
1270
+.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
1271
+.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
1272
+
1273
+
1274
+/* Misc visuals
1275
+----------------------------------*/
1276
+
1277
+/* Corner radius */
1278
+.ui-corner-all,
1279
+.ui-corner-top,
1280
+.ui-corner-left,
1281
+.ui-corner-tl {
1282
+	border-top-left-radius: 3px;
1283
+}
1284
+.ui-corner-all,
1285
+.ui-corner-top,
1286
+.ui-corner-right,
1287
+.ui-corner-tr {
1288
+	border-top-right-radius: 3px;
1289
+}
1290
+.ui-corner-all,
1291
+.ui-corner-bottom,
1292
+.ui-corner-left,
1293
+.ui-corner-bl {
1294
+	border-bottom-left-radius: 3px;
1295
+}
1296
+.ui-corner-all,
1297
+.ui-corner-bottom,
1298
+.ui-corner-right,
1299
+.ui-corner-br {
1300
+	border-bottom-right-radius: 3px;
1301
+}
1302
+
1303
+/* Overlays */
1304
+.ui-widget-overlay {
1305
+	background: #aaaaaa;
1306
+	opacity: .003;
1307
+	filter: Alpha(Opacity=.3); /* support: IE8 */
1308
+}
1309
+.ui-widget-shadow {
1310
+	-webkit-box-shadow: 0px 0px 5px #666666;
1311
+	box-shadow: 0px 0px 5px #666666;
1312
+}
... ...
@@ -0,0 +1,18706 @@
1
+/*! jQuery UI - v1.12.1 - 2016-09-14
2
+* http://jqueryui.com
3
+* Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js
4
+* Copyright jQuery Foundation and other contributors; Licensed MIT */
5
+
6
+(function( factory ) {
7
+	if ( typeof define === "function" && define.amd ) {
8
+
9
+		// AMD. Register as an anonymous module.
10
+		define([ "jquery" ], factory );
11
+	} else {
12
+
13
+		// Browser globals
14
+		factory( jQuery );
15
+	}
16
+}(function( $ ) {
17
+
18
+$.ui = $.ui || {};
19
+
20
+var version = $.ui.version = "1.12.1";
21
+
22
+
23
+/*!
24
+ * jQuery UI Widget 1.12.1
25
+ * http://jqueryui.com
26
+ *
27
+ * Copyright jQuery Foundation and other contributors
28
+ * Released under the MIT license.
29
+ * http://jquery.org/license
30
+ */
31
+
32
+//>>label: Widget
33
+//>>group: Core
34
+//>>description: Provides a factory for creating stateful widgets with a common API.
35
+//>>docs: http://api.jqueryui.com/jQuery.widget/
36
+//>>demos: http://jqueryui.com/widget/
37
+
38
+
39
+
40
+var widgetUuid = 0;
41
+var widgetSlice = Array.prototype.slice;
42
+
43
+$.cleanData = ( function( orig ) {
44
+	return function( elems ) {
45
+		var events, elem, i;
46
+		for ( i = 0; ( elem = elems[ i ] ) != null; i++ ) {
47
+			try {
48
+
49
+				// Only trigger remove when necessary to save time
50
+				events = $._data( elem, "events" );
51
+				if ( events && events.remove ) {
52
+					$( elem ).triggerHandler( "remove" );
53
+				}
54
+
55
+			// Http://bugs.jquery.com/ticket/8235
56
+			} catch ( e ) {}
57
+		}
58
+		orig( elems );
59
+	};
60
+} )( $.cleanData );
61
+
62
+$.widget = function( name, base, prototype ) {
63
+	var existingConstructor, constructor, basePrototype;
64
+
65
+	// ProxiedPrototype allows the provided prototype to remain unmodified
66
+	// so that it can be used as a mixin for multiple widgets (#8876)
67
+	var proxiedPrototype = {};
68
+
69
+	var namespace = name.split( "." )[ 0 ];
70
+	name = name.split( "." )[ 1 ];
71
+	var fullName = namespace + "-" + name;
72
+
73
+	if ( !prototype ) {
74
+		prototype = base;
75
+		base = $.Widget;
76
+	}
77
+
78
+	if ( $.isArray( prototype ) ) {
79
+		prototype = $.extend.apply( null, [ {} ].concat( prototype ) );
80
+	}
81
+
82
+	// Create selector for plugin
83
+	$.expr[ ":" ][ fullName.toLowerCase() ] = function( elem ) {
84
+		return !!$.data( elem, fullName );
85
+	};
86
+
87
+	$[ namespace ] = $[ namespace ] || {};
88
+	existingConstructor = $[ namespace ][ name ];
89
+	constructor = $[ namespace ][ name ] = function( options, element ) {
90
+
91
+		// Allow instantiation without "new" keyword
92
+		if ( !this._createWidget ) {
93
+			return new constructor( options, element );
94
+		}
95
+
96
+		// Allow instantiation without initializing for simple inheritance
97
+		// must use "new" keyword (the code above always passes args)
98
+		if ( arguments.length ) {
99
+			this._createWidget( options, element );
100
+		}
101
+	};
102
+
103
+	// Extend with the existing constructor to carry over any static properties
104
+	$.extend( constructor, existingConstructor, {
105
+		version: prototype.version,
106
+
107
+		// Copy the object used to create the prototype in case we need to
108
+		// redefine the widget later
109
+		_proto: $.extend( {}, prototype ),
110
+
111
+		// Track widgets that inherit from this widget in case this widget is
112
+		// redefined after a widget inherits from it
113
+		_childConstructors: []
114
+	} );
115
+
116
+	basePrototype = new base();
117
+
118
+	// We need to make the options hash a property directly on the new instance
119
+	// otherwise we'll modify the options hash on the prototype that we're
120
+	// inheriting from
121
+	basePrototype.options = $.widget.extend( {}, basePrototype.options );
122
+	$.each( prototype, function( prop, value ) {
123
+		if ( !$.isFunction( value ) ) {
124
+			proxiedPrototype[ prop ] = value;
125
+			return;
126
+		}
127
+		proxiedPrototype[ prop ] = ( function() {
128
+			function _super() {
129
+				return base.prototype[ prop ].apply( this, arguments );
130
+			}
131
+
132
+			function _superApply( args ) {
133
+				return base.prototype[ prop ].apply( this, args );
134
+			}
135
+
136
+			return function() {
137
+				var __super = this._super;
138
+				var __superApply = this._superApply;
139
+				var returnValue;
140
+
141
+				this._super = _super;
142
+				this._superApply = _superApply;
143
+
144
+				returnValue = value.apply( this, arguments );
145
+
146
+				this._super = __super;
147
+				this._superApply = __superApply;
148
+
149
+				return returnValue;
150
+			};
151
+		} )();
152
+	} );
153
+	constructor.prototype = $.widget.extend( basePrototype, {
154
+
155
+		// TODO: remove support for widgetEventPrefix
156
+		// always use the name + a colon as the prefix, e.g., draggable:start
157
+		// don't prefix for widgets that aren't DOM-based
158
+		widgetEventPrefix: existingConstructor ? ( basePrototype.widgetEventPrefix || name ) : name
159
+	}, proxiedPrototype, {
160
+		constructor: constructor,
161
+		namespace: namespace,
162
+		widgetName: name,
163
+		widgetFullName: fullName
164
+	} );
165
+
166
+	// If this widget is being redefined then we need to find all widgets that
167
+	// are inheriting from it and redefine all of them so that they inherit from
168
+	// the new version of this widget. We're essentially trying to replace one
169
+	// level in the prototype chain.
170
+	if ( existingConstructor ) {
171
+		$.each( existingConstructor._childConstructors, function( i, child ) {
172
+			var childPrototype = child.prototype;
173
+
174
+			// Redefine the child widget using the same prototype that was
175
+			// originally used, but inherit from the new version of the base
176
+			$.widget( childPrototype.namespace + "." + childPrototype.widgetName, constructor,
177
+				child._proto );
178
+		} );
179
+
180
+		// Remove the list of existing child constructors from the old constructor
181
+		// so the old child constructors can be garbage collected
182
+		delete existingConstructor._childConstructors;
183
+	} else {
184
+		base._childConstructors.push( constructor );
185
+	}
186
+
187
+	$.widget.bridge( name, constructor );
188
+
189
+	return constructor;
190
+};
191
+
192
+$.widget.extend = function( target ) {
193
+	var input = widgetSlice.call( arguments, 1 );
194
+	var inputIndex = 0;
195
+	var inputLength = input.length;
196
+	var key;
197
+	var value;
198
+
199
+	for ( ; inputIndex < inputLength; inputIndex++ ) {
200
+		for ( key in input[ inputIndex ] ) {
201
+			value = input[ inputIndex ][ key ];
202
+			if ( input[ inputIndex ].hasOwnProperty( key ) && value !== undefined ) {
203
+
204
+				// Clone objects
205
+				if ( $.isPlainObject( value ) ) {
206
+					target[ key ] = $.isPlainObject( target[ key ] ) ?
207
+						$.widget.extend( {}, target[ key ], value ) :
208
+
209
+						// Don't extend strings, arrays, etc. with objects
210
+						$.widget.extend( {}, value );
211
+
212
+				// Copy everything else by reference
213
+				} else {
214
+					target[ key ] = value;
215
+				}
216
+			}
217
+		}
218
+	}
219
+	return target;
220
+};
221
+
222
+$.widget.bridge = function( name, object ) {
223
+	var fullName = object.prototype.widgetFullName || name;
224
+	$.fn[ name ] = function( options ) {
225
+		var isMethodCall = typeof options === "string";
226
+		var args = widgetSlice.call( arguments, 1 );
227
+		var returnValue = this;
228
+
229
+		if ( isMethodCall ) {
230
+
231
+			// If this is an empty collection, we need to have the instance method
232
+			// return undefined instead of the jQuery instance
233
+			if ( !this.length && options === "instance" ) {
234
+				returnValue = undefined;
235
+			} else {
236
+				this.each( function() {
237
+					var methodValue;
238
+					var instance = $.data( this, fullName );
239
+
240
+					if ( options === "instance" ) {
241
+						returnValue = instance;
242
+						return false;
243
+					}
244
+
245
+					if ( !instance ) {
246
+						return $.error( "cannot call methods on " + name +
247
+							" prior to initialization; " +
248
+							"attempted to call method '" + options + "'" );
249
+					}
250
+
251
+					if ( !$.isFunction( instance[ options ] ) || options.charAt( 0 ) === "_" ) {
252
+						return $.error( "no such method '" + options + "' for " + name +
253
+							" widget instance" );
254
+					}
255
+
256
+					methodValue = instance[ options ].apply( instance, args );
257
+
258
+					if ( methodValue !== instance && methodValue !== undefined ) {
259
+						returnValue = methodValue && methodValue.jquery ?
260
+							returnValue.pushStack( methodValue.get() ) :
261
+							methodValue;
262
+						return false;
263
+					}
264
+				} );
265
+			}
266
+		} else {
267
+
268
+			// Allow multiple hashes to be passed on init
269
+			if ( args.length ) {
270
+				options = $.widget.extend.apply( null, [ options ].concat( args ) );
271
+			}
272
+
273
+			this.each( function() {
274
+				var instance = $.data( this, fullName );
275
+				if ( instance ) {
276
+					instance.option( options || {} );
277
+					if ( instance._init ) {
278
+						instance._init();
279
+					}
280
+				} else {
281
+					$.data( this, fullName, new object( options, this ) );
282
+				}
283
+			} );
284
+		}
285
+
286
+		return returnValue;
287
+	};
288
+};
289
+
290
+$.Widget = function( /* options, element */ ) {};
291
+$.Widget._childConstructors = [];
292
+
293
+$.Widget.prototype = {
294
+	widgetName: "widget",
295
+	widgetEventPrefix: "",
296
+	defaultElement: "<div>",
297
+
298
+	options: {
299
+		classes: {},
300
+		disabled: false,
301
+
302
+		// Callbacks
303
+		create: null
304
+	},
305
+
306
+	_createWidget: function( options, element ) {
307
+		element = $( element || this.defaultElement || this )[ 0 ];
308
+		this.element = $( element );
309
+		this.uuid = widgetUuid++;
310
+		this.eventNamespace = "." + this.widgetName + this.uuid;
311
+
312
+		this.bindings = $();
313
+		this.hoverable = $();
314
+		this.focusable = $();
315
+		this.classesElementLookup = {};
316
+
317
+		if ( element !== this ) {
318
+			$.data( element, this.widgetFullName, this );
319
+			this._on( true, this.element, {
320
+				remove: function( event ) {
321
+					if ( event.target === element ) {
322
+						this.destroy();
323
+					}
324
+				}
325
+			} );
326
+			this.document = $( element.style ?
327
+
328
+				// Element within the document
329
+				element.ownerDocument :
330
+
331
+				// Element is window or document
332
+				element.document || element );
333
+			this.window = $( this.document[ 0 ].defaultView || this.document[ 0 ].parentWindow );
334
+		}
335
+
336
+		this.options = $.widget.extend( {},
337
+			this.options,
338
+			this._getCreateOptions(),
339
+			options );
340
+
341
+		this._create();
342
+
343
+		if ( this.options.disabled ) {
344
+			this._setOptionDisabled( this.options.disabled );
345
+		}
346
+
347
+		this._trigger( "create", null, this._getCreateEventData() );
348
+		this._init();
349
+	},
350
+
351
+	_getCreateOptions: function() {
352
+		return {};
353
+	},
354
+
355
+	_getCreateEventData: $.noop,
356
+
357
+	_create: $.noop,
358
+
359
+	_init: $.noop,
360
+
361
+	destroy: function() {
362
+		var that = this;
363
+
364
+		this._destroy();
365
+		$.each( this.classesElementLookup, function( key, value ) {
366
+			that._removeClass( value, key );
367
+		} );
368
+
369
+		// We can probably remove the unbind calls in 2.0
370
+		// all event bindings should go through this._on()
371
+		this.element
372
+			.off( this.eventNamespace )
373
+			.removeData( this.widgetFullName );
374
+		this.widget()
375
+			.off( this.eventNamespace )
376
+			.removeAttr( "aria-disabled" );
377
+
378
+		// Clean up events and states
379
+		this.bindings.off( this.eventNamespace );
380
+	},
381
+
382
+	_destroy: $.noop,
383
+
384
+	widget: function() {
385
+		return this.element;
386
+	},
387
+
388
+	option: function( key, value ) {
389
+		var options = key;
390
+		var parts;
391
+		var curOption;
392
+		var i;
393
+
394
+		if ( arguments.length === 0 ) {
395
+
396
+			// Don't return a reference to the internal hash
397
+			return $.widget.extend( {}, this.options );
398
+		}
399
+
400
+		if ( typeof key === "string" ) {
401
+
402
+			// Handle nested keys, e.g., "foo.bar" => { foo: { bar: ___ } }
403
+			options = {};
404
+			parts = key.split( "." );
405
+			key = parts.shift();
406
+			if ( parts.length ) {
407
+				curOption = options[ key ] = $.widget.extend( {}, this.options[ key ] );
408
+				for ( i = 0; i < parts.length - 1; i++ ) {
409
+					curOption[ parts[ i ] ] = curOption[ parts[ i ] ] || {};
410
+					curOption = curOption[ parts[ i ] ];
411
+				}
412
+				key = parts.pop();
413
+				if ( arguments.length === 1 ) {
414
+					return curOption[ key ] === undefined ? null : curOption[ key ];
415
+				}
416
+				curOption[ key ] = value;
417
+			} else {
418
+				if ( arguments.length === 1 ) {
419
+					return this.options[ key ] === undefined ? null : this.options[ key ];
420
+				}
421
+				options[ key ] = value;
422
+			}
423
+		}
424
+
425
+		this._setOptions( options );
426
+
427
+		return this;
428
+	},
429
+
430
+	_setOptions: function( options ) {
431
+		var key;
432
+
433
+		for ( key in options ) {
434
+			this._setOption( key, options[ key ] );
435
+		}
436
+
437
+		return this;
438
+	},
439
+
440
+	_setOption: function( key, value ) {
441
+		if ( key === "classes" ) {
442
+			this._setOptionClasses( value );
443
+		}
444
+
445
+		this.options[ key ] = value;
446
+
447
+		if ( key === "disabled" ) {
448
+			this._setOptionDisabled( value );
449
+		}
450
+
451
+		return this;
452
+	},
453
+
454
+	_setOptionClasses: function( value ) {
455
+		var classKey, elements, currentElements;
456
+
457
+		for ( classKey in value ) {
458
+			currentElements = this.classesElementLookup[ classKey ];
459
+			if ( value[ classKey ] === this.options.classes[ classKey ] ||
460
+					!currentElements ||
461
+					!currentElements.length ) {
462
+				continue;
463
+			}
464
+
465
+			// We are doing this to create a new jQuery object because the _removeClass() call
466
+			// on the next line is going to destroy the reference to the current elements being
467
+			// tracked. We need to save a copy of this collection so that we can add the new classes
468
+			// below.
469
+			elements = $( currentElements.get() );
470
+			this._removeClass( currentElements, classKey );
471
+
472
+			// We don't use _addClass() here, because that uses this.options.classes
473
+			// for generating the string of classes. We want to use the value passed in from
474
+			// _setOption(), this is the new value of the classes option which was passed to
475
+			// _setOption(). We pass this value directly to _classes().
476
+			elements.addClass( this._classes( {
477
+				element: elements,
478
+				keys: classKey,
479
+				classes: value,
480
+				add: true
481
+			} ) );
482
+		}
483
+	},
484
+
485
+	_setOptionDisabled: function( value ) {
486
+		this._toggleClass( this.widget(), this.widgetFullName + "-disabled", null, !!value );
487
+
488
+		// If the widget is becoming disabled, then nothing is interactive
489
+		if ( value ) {
490
+			this._removeClass( this.hoverable, null, "ui-state-hover" );
491
+			this._removeClass( this.focusable, null, "ui-state-focus" );
492
+		}
493
+	},
494
+
495
+	enable: function() {
496
+		return this._setOptions( { disabled: false } );
497
+	},
498
+
499
+	disable: function() {
500
+		return this._setOptions( { disabled: true } );
501
+	},
502
+
503
+	_classes: function( options ) {
504
+		var full = [];
505
+		var that = this;
506
+
507
+		options = $.extend( {
508
+			element: this.element,
509
+			classes: this.options.classes || {}
510
+		}, options );
511
+
512
+		function processClassString( classes, checkOption ) {
513
+			var current, i;
514
+			for ( i = 0; i < classes.length; i++ ) {
515
+				current = that.classesElementLookup[ classes[ i ] ] || $();
516
+				if ( options.add ) {
517
+					current = $( $.unique( current.get().concat( options.element.get() ) ) );
518
+				} else {
519
+					current = $( current.not( options.element ).get() );
520
+				}
521
+				that.classesElementLookup[ classes[ i ] ] = current;
522
+				full.push( classes[ i ] );
523
+				if ( checkOption && options.classes[ classes[ i ] ] ) {
524
+					full.push( options.classes[ classes[ i ] ] );
525
+				}
526
+			}
527
+		}
528
+
529
+		this._on( options.element, {
530
+			"remove": "_untrackClassesElement"
531
+		} );
532
+
533
+		if ( options.keys ) {
534
+			processClassString( options.keys.match( /\S+/g ) || [], true );
535
+		}
536
+		if ( options.extra ) {
537
+			processClassString( options.extra.match( /\S+/g ) || [] );
538
+		}
539
+
540
+		return full.join( " " );
541
+	},
542
+
543
+	_untrackClassesElement: function( event ) {
544
+		var that = this;
545
+		$.each( that.classesElementLookup, function( key, value ) {
546
+			if ( $.inArray( event.target, value ) !== -1 ) {
547
+				that.classesElementLookup[ key ] = $( value.not( event.target ).get() );
548
+			}
549
+		} );
550
+	},
551
+
552
+	_removeClass: function( element, keys, extra ) {
553
+		return this._toggleClass( element, keys, extra, false );
554
+	},
555
+
556
+	_addClass: function( element, keys, extra ) {
557
+		return this._toggleClass( element, keys, extra, true );
558
+	},
559
+
560
+	_toggleClass: function( element, keys, extra, add ) {
561
+		add = ( typeof add === "boolean" ) ? add : extra;
562
+		var shift = ( typeof element === "string" || element === null ),
563
+			options = {
564
+				extra: shift ? keys : extra,
565
+				keys: shift ? element : keys,
566
+				element: shift ? this.element : element,
567
+				add: add
568
+			};
569
+		options.element.toggleClass( this._classes( options ), add );
570
+		return this;
571
+	},
572
+
573
+	_on: function( suppressDisabledCheck, element, handlers ) {
574
+		var delegateElement;
575
+		var instance = this;
576
+
577
+		// No suppressDisabledCheck flag, shuffle arguments
578
+		if ( typeof suppressDisabledCheck !== "boolean" ) {
579
+			handlers = element;
580
+			element = suppressDisabledCheck;
581
+			suppressDisabledCheck = false;
582
+		}
583
+
584
+		// No element argument, shuffle and use this.element
585
+		if ( !handlers ) {
586
+			handlers = element;
587
+			element = this.element;
588
+			delegateElement = this.widget();
589
+		} else {
590
+			element = delegateElement = $( element );
591
+			this.bindings = this.bindings.add( element );
592
+		}
593
+
594
+		$.each( handlers, function( event, handler ) {
595
+			function handlerProxy() {
596
+
597
+				// Allow widgets to customize the disabled handling
598
+				// - disabled as an array instead of boolean
599
+				// - disabled class as method for disabling individual parts
600
+				if ( !suppressDisabledCheck &&
601
+						( instance.options.disabled === true ||
602
+						$( this ).hasClass( "ui-state-disabled" ) ) ) {
603
+					return;
604
+				}
605
+				return ( typeof handler === "string" ? instance[ handler ] : handler )
606
+					.apply( instance, arguments );
607
+			}
608
+
609
+			// Copy the guid so direct unbinding works
610
+			if ( typeof handler !== "string" ) {
611
+				handlerProxy.guid = handler.guid =
612
+					handler.guid || handlerProxy.guid || $.guid++;
613
+			}
614
+
615
+			var match = event.match( /^([\w:-]*)\s*(.*)$/ );
616
+			var eventName = match[ 1 ] + instance.eventNamespace;
617
+			var selector = match[ 2 ];
618
+
619
+			if ( selector ) {
620
+				delegateElement.on( eventName, selector, handlerProxy );
621
+			} else {
622
+				element.on( eventName, handlerProxy );
623
+			}
624
+		} );
625
+	},
626
+
627
+	_off: function( element, eventName ) {
628
+		eventName = ( eventName || "" ).split( " " ).join( this.eventNamespace + " " ) +
629
+			this.eventNamespace;
630
+		element.off( eventName ).off( eventName );
631
+
632
+		// Clear the stack to avoid memory leaks (#10056)
633
+		this.bindings = $( this.bindings.not( element ).get() );
634
+		this.focusable = $( this.focusable.not( element ).get() );
635
+		this.hoverable = $( this.hoverable.not( element ).get() );
636
+	},
637
+
638
+	_delay: function( handler, delay ) {
639
+		function handlerProxy() {
640
+			return ( typeof handler === "string" ? instance[ handler ] : handler )
641
+				.apply( instance, arguments );
642
+		}
643
+		var instance = this;
644
+		return setTimeout( handlerProxy, delay || 0 );
645
+	},
646
+
647
+	_hoverable: function( element ) {
648
+		this.hoverable = this.hoverable.add( element );
649
+		this._on( element, {
650
+			mouseenter: function( event ) {
651
+				this._addClass( $( event.currentTarget ), null, "ui-state-hover" );
652
+			},
653
+			mouseleave: function( event ) {
654
+				this._removeClass( $( event.currentTarget ), null, "ui-state-hover" );
655
+			}
656
+		} );
657
+	},
658
+
659
+	_focusable: function( element ) {
660
+		this.focusable = this.focusable.add( element );
661
+		this._on( element, {
662
+			focusin: function( event ) {
663
+				this._addClass( $( event.currentTarget ), null, "ui-state-focus" );
664
+			},
665
+			focusout: function( event ) {
666
+				this._removeClass( $( event.currentTarget ), null, "ui-state-focus" );
667
+			}
668
+		} );
669
+	},
670
+
671
+	_trigger: function( type, event, data ) {
672
+		var prop, orig;
673
+		var callback = this.options[ type ];
674
+
675
+		data = data || {};
676
+		event = $.Event( event );
677
+		event.type = ( type === this.widgetEventPrefix ?
678
+			type :
679
+			this.widgetEventPrefix + type ).toLowerCase();
680
+
681
+		// The original event may come from any element
682
+		// so we need to reset the target on the new event
683
+		event.target = this.element[ 0 ];
684
+
685
+		// Copy original event properties over to the new event
686
+		orig = event.originalEvent;
687
+		if ( orig ) {
688
+			for ( prop in orig ) {
689
+				if ( !( prop in event ) ) {
690
+					event[ prop ] = orig[ prop ];
691
+				}
692
+			}
693
+		}
694
+
695
+		this.element.trigger( event, data );
696
+		return !( $.isFunction( callback ) &&
697
+			callback.apply( this.element[ 0 ], [ event ].concat( data ) ) === false ||
698
+			event.isDefaultPrevented() );
699
+	}
700
+};
701
+
702
+$.each( { show: "fadeIn", hide: "fadeOut" }, function( method, defaultEffect ) {
703
+	$.Widget.prototype[ "_" + method ] = function( element, options, callback ) {
704
+		if ( typeof options === "string" ) {
705
+			options = { effect: options };
706
+		}
707
+
708
+		var hasOptions;
709
+		var effectName = !options ?
710
+			method :
711
+			options === true || typeof options === "number" ?
712
+				defaultEffect :
713
+				options.effect || defaultEffect;
714
+
715
+		options = options || {};
716
+		if ( typeof options === "number" ) {
717
+			options = { duration: options };
718
+		}
719
+
720
+		hasOptions = !$.isEmptyObject( options );
721
+		options.complete = callback;
722
+
723
+		if ( options.delay ) {
724
+			element.delay( options.delay );
725
+		}
726
+
727
+		if ( hasOptions && $.effects && $.effects.effect[ effectName ] ) {
728
+			element[ method ]( options );
729
+		} else if ( effectName !== method && element[ effectName ] ) {
730
+			element[ effectName ]( options.duration, options.easing, callback );
731
+		} else {
732
+			element.queue( function( next ) {
733
+				$( this )[ method ]();
734
+				if ( callback ) {
735
+					callback.call( element[ 0 ] );
736
+				}
737
+				next();
738
+			} );
739
+		}
740
+	};
741
+} );
742
+
743
+var widget = $.widget;
744
+
745
+
746
+/*!
747
+ * jQuery UI Position 1.12.1
748
+ * http://jqueryui.com
749
+ *
750
+ * Copyright jQuery Foundation and other contributors
751
+ * Released under the MIT license.
752
+ * http://jquery.org/license
753
+ *
754
+ * http://api.jqueryui.com/position/
755
+ */
756
+
757
+//>>label: Position
758
+//>>group: Core
759
+//>>description: Positions elements relative to other elements.
760
+//>>docs: http://api.jqueryui.com/position/
761
+//>>demos: http://jqueryui.com/position/
762
+
763
+
764
+( function() {
765
+var cachedScrollbarWidth,
766
+	max = Math.max,
767
+	abs = Math.abs,
768
+	rhorizontal = /left|center|right/,
769
+	rvertical = /top|center|bottom/,
770
+	roffset = /[\+\-]\d+(\.[\d]+)?%?/,
771
+	rposition = /^\w+/,
772
+	rpercent = /%$/,
773
+	_position = $.fn.position;
774
+
775
+function getOffsets( offsets, width, height ) {
776
+	return [
777
+		parseFloat( offsets[ 0 ] ) * ( rpercent.test( offsets[ 0 ] ) ? width / 100 : 1 ),
778
+		parseFloat( offsets[ 1 ] ) * ( rpercent.test( offsets[ 1 ] ) ? height / 100 : 1 )
779
+	];
780
+}
781
+
782
+function parseCss( element, property ) {
783
+	return parseInt( $.css( element, property ), 10 ) || 0;
784
+}
785
+
786
+function getDimensions( elem ) {
787
+	var raw = elem[ 0 ];
788
+	if ( raw.nodeType === 9 ) {
789
+		return {
790
+			width: elem.width(),
791
+			height: elem.height(),
792
+			offset: { top: 0, left: 0 }
793
+		};
794
+	}
795
+	if ( $.isWindow( raw ) ) {
796
+		return {
797
+			width: elem.width(),
798
+			height: elem.height(),
799
+			offset: { top: elem.scrollTop(), left: elem.scrollLeft() }
800
+		};
801
+	}
802
+	if ( raw.preventDefault ) {
803
+		return {
804
+			width: 0,
805
+			height: 0,
806
+			offset: { top: raw.pageY, left: raw.pageX }
807
+		};
808
+	}
809
+	return {
810
+		width: elem.outerWidth(),
811
+		height: elem.outerHeight(),
812
+		offset: elem.offset()
813
+	};
814
+}
815
+
816
+$.position = {
817
+	scrollbarWidth: function() {
818
+		if ( cachedScrollbarWidth !== undefined ) {
819
+			return cachedScrollbarWidth;
820
+		}
821
+		var w1, w2,
822
+			div = $( "<div " +
823
+				"style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'>" +
824
+				"<div style='height:100px;width:auto;'></div></div>" ),
825
+			innerDiv = div.children()[ 0 ];
826
+
827
+		$( "body" ).append( div );
828
+		w1 = innerDiv.offsetWidth;
829
+		div.css( "overflow", "scroll" );
830
+
831
+		w2 = innerDiv.offsetWidth;
832
+
833
+		if ( w1 === w2 ) {
834
+			w2 = div[ 0 ].clientWidth;
835
+		}
836
+
837
+		div.remove();
838
+
839
+		return ( cachedScrollbarWidth = w1 - w2 );
840
+	},
841
+	getScrollInfo: function( within ) {
842
+		var overflowX = within.isWindow || within.isDocument ? "" :
843
+				within.element.css( "overflow-x" ),
844
+			overflowY = within.isWindow || within.isDocument ? "" :
845
+				within.element.css( "overflow-y" ),
846
+			hasOverflowX = overflowX === "scroll" ||
847
+				( overflowX === "auto" && within.width < within.element[ 0 ].scrollWidth ),
848
+			hasOverflowY = overflowY === "scroll" ||
849
+				( overflowY === "auto" && within.height < within.element[ 0 ].scrollHeight );
850
+		return {
851
+			width: hasOverflowY ? $.position.scrollbarWidth() : 0,
852
+			height: hasOverflowX ? $.position.scrollbarWidth() : 0
853
+		};
854
+	},
855
+	getWithinInfo: function( element ) {
856
+		var withinElement = $( element || window ),
857
+			isWindow = $.isWindow( withinElement[ 0 ] ),
858
+			isDocument = !!withinElement[ 0 ] && withinElement[ 0 ].nodeType === 9,
859
+			hasOffset = !isWindow && !isDocument;
860
+		return {
861
+			element: withinElement,
862
+			isWindow: isWindow,
863
+			isDocument: isDocument,
864
+			offset: hasOffset ? $( element ).offset() : { left: 0, top: 0 },
865
+			scrollLeft: withinElement.scrollLeft(),
866
+			scrollTop: withinElement.scrollTop(),
867
+			width: withinElement.outerWidth(),
868
+			height: withinElement.outerHeight()
869
+		};
870
+	}
871
+};
872
+
873
+$.fn.position = function( options ) {
874
+	if ( !options || !options.of ) {
875
+		return _position.apply( this, arguments );
876
+	}
877
+
878
+	// Make a copy, we don't want to modify arguments
879
+	options = $.extend( {}, options );
880
+
881
+	var atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions,
882
+		target = $( options.of ),
883
+		within = $.position.getWithinInfo( options.within ),
884
+		scrollInfo = $.position.getScrollInfo( within ),
885
+		collision = ( options.collision || "flip" ).split( " " ),
886
+		offsets = {};
887
+
888
+	dimensions = getDimensions( target );
889
+	if ( target[ 0 ].preventDefault ) {
890
+
891
+		// Force left top to allow flipping
892
+		options.at = "left top";
893
+	}
894
+	targetWidth = dimensions.width;
895
+	targetHeight = dimensions.height;
896
+	targetOffset = dimensions.offset;
897
+
898
+	// Clone to reuse original targetOffset later
899
+	basePosition = $.extend( {}, targetOffset );
900
+
901
+	// Force my and at to have valid horizontal and vertical positions
902
+	// if a value is missing or invalid, it will be converted to center
903
+	$.each( [ "my", "at" ], function() {
904
+		var pos = ( options[ this ] || "" ).split( " " ),
905
+			horizontalOffset,
906
+			verticalOffset;
907
+
908
+		if ( pos.length === 1 ) {
909
+			pos = rhorizontal.test( pos[ 0 ] ) ?
910
+				pos.concat( [ "center" ] ) :
911
+				rvertical.test( pos[ 0 ] ) ?
912
+					[ "center" ].concat( pos ) :
913
+					[ "center", "center" ];
914
+		}
915
+		pos[ 0 ] = rhorizontal.test( pos[ 0 ] ) ? pos[ 0 ] : "center";
916
+		pos[ 1 ] = rvertical.test( pos[ 1 ] ) ? pos[ 1 ] : "center";
917
+
918
+		// Calculate offsets
919
+		horizontalOffset = roffset.exec( pos[ 0 ] );
920
+		verticalOffset = roffset.exec( pos[ 1 ] );
921
+		offsets[ this ] = [
922
+			horizontalOffset ? horizontalOffset[ 0 ] : 0,
923
+			verticalOffset ? verticalOffset[ 0 ] : 0
924
+		];
925
+
926
+		// Reduce to just the positions without the offsets
927
+		options[ this ] = [
928
+			rposition.exec( pos[ 0 ] )[ 0 ],
929
+			rposition.exec( pos[ 1 ] )[ 0 ]
930
+		];
931
+	} );
932
+
933
+	// Normalize collision option
934
+	if ( collision.length === 1 ) {
935
+		collision[ 1 ] = collision[ 0 ];
936
+	}
937
+
938
+	if ( options.at[ 0 ] === "right" ) {
939
+		basePosition.left += targetWidth;
940
+	} else if ( options.at[ 0 ] === "center" ) {
941
+		basePosition.left += targetWidth / 2;
942
+	}
943
+
944
+	if ( options.at[ 1 ] === "bottom" ) {
945
+		basePosition.top += targetHeight;
946
+	} else if ( options.at[ 1 ] === "center" ) {
947
+		basePosition.top += targetHeight / 2;
948
+	}
949
+
950
+	atOffset = getOffsets( offsets.at, targetWidth, targetHeight );
951
+	basePosition.left += atOffset[ 0 ];
952
+	basePosition.top += atOffset[ 1 ];
953
+
954
+	return this.each( function() {
955
+		var collisionPosition, using,
956
+			elem = $( this ),
957
+			elemWidth = elem.outerWidth(),
958
+			elemHeight = elem.outerHeight(),
959
+			marginLeft = parseCss( this, "marginLeft" ),
960
+			marginTop = parseCss( this, "marginTop" ),
961
+			collisionWidth = elemWidth + marginLeft + parseCss( this, "marginRight" ) +
962
+				scrollInfo.width,
963
+			collisionHeight = elemHeight + marginTop + parseCss( this, "marginBottom" ) +
964
+				scrollInfo.height,
965
+			position = $.extend( {}, basePosition ),
966
+			myOffset = getOffsets( offsets.my, elem.outerWidth(), elem.outerHeight() );
967
+
968
+		if ( options.my[ 0 ] === "right" ) {
969
+			position.left -= elemWidth;
970
+		} else if ( options.my[ 0 ] === "center" ) {
971
+			position.left -= elemWidth / 2;
972
+		}
973
+
974
+		if ( options.my[ 1 ] === "bottom" ) {
975
+			position.top -= elemHeight;
976
+		} else if ( options.my[ 1 ] === "center" ) {
977
+			position.top -= elemHeight / 2;
978
+		}
979
+
980
+		position.left += myOffset[ 0 ];
981
+		position.top += myOffset[ 1 ];
982
+
983
+		collisionPosition = {
984
+			marginLeft: marginLeft,
985
+			marginTop: marginTop
986
+		};
987
+
988
+		$.each( [ "left", "top" ], function( i, dir ) {
989
+			if ( $.ui.position[ collision[ i ] ] ) {
990
+				$.ui.position[ collision[ i ] ][ dir ]( position, {
991
+					targetWidth: targetWidth,
992
+					targetHeight: targetHeight,
993
+					elemWidth: elemWidth,
994
+					elemHeight: elemHeight,
995
+					collisionPosition: collisionPosition,
996
+					collisionWidth: collisionWidth,
997
+					collisionHeight: collisionHeight,
998
+					offset: [ atOffset[ 0 ] + myOffset[ 0 ], atOffset [ 1 ] + myOffset[ 1 ] ],
999
+					my: options.my,
1000
+					at: options.at,
1001
+					within: within,
1002
+					elem: elem
1003
+				} );
1004
+			}
1005
+		} );
1006
+
1007
+		if ( options.using ) {
1008
+
1009
+			// Adds feedback as second argument to using callback, if present
1010
+			using = function( props ) {
1011
+				var left = targetOffset.left - position.left,
1012
+					right = left + targetWidth - elemWidth,
1013
+					top = targetOffset.top - position.top,
1014
+					bottom = top + targetHeight - elemHeight,
1015
+					feedback = {
1016
+						target: {
1017
+							element: target,
1018
+							left: targetOffset.left,
1019
+							top: targetOffset.top,
1020
+							width: targetWidth,
1021
+							height: targetHeight
1022
+						},
1023
+						element: {
1024
+							element: elem,
1025
+							left: position.left,
1026
+							top: position.top,
1027
+							width: elemWidth,
1028
+							height: elemHeight
1029
+						},
1030
+						horizontal: right < 0 ? "left" : left > 0 ? "right" : "center",
1031
+						vertical: bottom < 0 ? "top" : top > 0 ? "bottom" : "middle"
1032
+					};
1033
+				if ( targetWidth < elemWidth && abs( left + right ) < targetWidth ) {
1034
+					feedback.horizontal = "center";
1035
+				}
1036
+				if ( targetHeight < elemHeight && abs( top + bottom ) < targetHeight ) {
1037
+					feedback.vertical = "middle";
1038
+				}
1039
+				if ( max( abs( left ), abs( right ) ) > max( abs( top ), abs( bottom ) ) ) {
1040
+					feedback.important = "horizontal";
1041
+				} else {
1042
+					feedback.important = "vertical";
1043
+				}
1044
+				options.using.call( this, props, feedback );
1045
+			};
1046
+		}
1047
+
1048
+		elem.offset( $.extend( position, { using: using } ) );
1049
+	} );
1050
+};
1051
+
1052
+$.ui.position = {
1053
+	fit: {
1054
+		left: function( position, data ) {
1055
+			var within = data.within,
1056
+				withinOffset = within.isWindow ? within.scrollLeft : within.offset.left,
1057
+				outerWidth = within.width,
1058
+				collisionPosLeft = position.left - data.collisionPosition.marginLeft,
1059
+				overLeft = withinOffset - collisionPosLeft,
1060
+				overRight = collisionPosLeft + data.collisionWidth - outerWidth - withinOffset,
1061
+				newOverRight;
1062
+
1063
+			// Element is wider than within
1064
+			if ( data.collisionWidth > outerWidth ) {
1065
+
1066
+				// Element is initially over the left side of within
1067
+				if ( overLeft > 0 && overRight <= 0 ) {
1068
+					newOverRight = position.left + overLeft + data.collisionWidth - outerWidth -
1069
+						withinOffset;
1070
+					position.left += overLeft - newOverRight;
1071
+
1072
+				// Element is initially over right side of within
1073
+				} else if ( overRight > 0 && overLeft <= 0 ) {
1074
+					position.left = withinOffset;
1075
+
1076
+				// Element is initially over both left and right sides of within
1077
+				} else {
1078
+					if ( overLeft > overRight ) {
1079
+						position.left = withinOffset + outerWidth - data.collisionWidth;
1080
+					} else {
1081
+						position.left = withinOffset;
1082
+					}
1083
+				}
1084
+
1085
+			// Too far left -> align with left edge
1086
+			} else if ( overLeft > 0 ) {
1087
+				position.left += overLeft;
1088
+
1089
+			// Too far right -> align with right edge
1090
+			} else if ( overRight > 0 ) {
1091
+				position.left -= overRight;
1092
+
1093
+			// Adjust based on position and margin
1094
+			} else {
1095
+				position.left = max( position.left - collisionPosLeft, position.left );
1096
+			}
1097
+		},
1098
+		top: function( position, data ) {
1099
+			var within = data.within,
1100
+				withinOffset = within.isWindow ? within.scrollTop : within.offset.top,
1101
+				outerHeight = data.within.height,
1102
+				collisionPosTop = position.top - data.collisionPosition.marginTop,
1103
+				overTop = withinOffset - collisionPosTop,
1104
+				overBottom = collisionPosTop + data.collisionHeight - outerHeight - withinOffset,
1105
+				newOverBottom;
1106
+
1107
+			// Element is taller than within
1108
+			if ( data.collisionHeight > outerHeight ) {
1109
+
1110
+				// Element is initially over the top of within
1111
+				if ( overTop > 0 && overBottom <= 0 ) {
1112
+					newOverBottom = position.top + overTop + data.collisionHeight - outerHeight -
1113
+						withinOffset;
1114
+					position.top += overTop - newOverBottom;
1115
+
1116
+				// Element is initially over bottom of within
1117
+				} else if ( overBottom > 0 && overTop <= 0 ) {
1118
+					position.top = withinOffset;
1119
+
1120
+				// Element is initially over both top and bottom of within
1121
+				} else {
1122
+					if ( overTop > overBottom ) {
1123
+						position.top = withinOffset + outerHeight - data.collisionHeight;
1124
+					} else {
1125
+						position.top = withinOffset;
1126
+					}
1127
+				}
1128
+
1129
+			// Too far up -> align with top
1130
+			} else if ( overTop > 0 ) {
1131
+				position.top += overTop;
1132
+
1133
+			// Too far down -> align with bottom edge
1134
+			} else if ( overBottom > 0 ) {
1135
+				position.top -= overBottom;
1136
+
1137
+			// Adjust based on position and margin
1138
+			} else {
1139
+				position.top = max( position.top - collisionPosTop, position.top );
1140
+			}
1141
+		}
1142
+	},
1143
+	flip: {
1144
+		left: function( position, data ) {
1145
+			var within = data.within,
1146
+				withinOffset = within.offset.left + within.scrollLeft,
1147
+				outerWidth = within.width,
1148
+				offsetLeft = within.isWindow ? within.scrollLeft : within.offset.left,
1149
+				collisionPosLeft = position.left - data.collisionPosition.marginLeft,
1150
+				overLeft = collisionPosLeft - offsetLeft,
1151
+				overRight = collisionPosLeft + data.collisionWidth - outerWidth - offsetLeft,
1152
+				myOffset = data.my[ 0 ] === "left" ?
1153
+					-data.elemWidth :
1154
+					data.my[ 0 ] === "right" ?
1155
+						data.elemWidth :
1156
+						0,
1157
+				atOffset = data.at[ 0 ] === "left" ?
1158
+					data.targetWidth :
1159
+					data.at[ 0 ] === "right" ?
1160
+						-data.targetWidth :
1161
+						0,
1162
+				offset = -2 * data.offset[ 0 ],
1163
+				newOverRight,
1164
+				newOverLeft;
1165
+
1166
+			if ( overLeft < 0 ) {
1167
+				newOverRight = position.left + myOffset + atOffset + offset + data.collisionWidth -
1168
+					outerWidth - withinOffset;
1169
+				if ( newOverRight < 0 || newOverRight < abs( overLeft ) ) {
1170
+					position.left += myOffset + atOffset + offset;
1171
+				}
1172
+			} else if ( overRight > 0 ) {
1173
+				newOverLeft = position.left - data.collisionPosition.marginLeft + myOffset +
1174
+					atOffset + offset - offsetLeft;
1175
+				if ( newOverLeft > 0 || abs( newOverLeft ) < overRight ) {
1176
+					position.left += myOffset + atOffset + offset;
1177
+				}
1178
+			}
1179
+		},
1180
+		top: function( position, data ) {
1181
+			var within = data.within,
1182
+				withinOffset = within.offset.top + within.scrollTop,
1183
+				outerHeight = within.height,
1184
+				offsetTop = within.isWindow ? within.scrollTop : within.offset.top,
1185
+				collisionPosTop = position.top - data.collisionPosition.marginTop,
1186
+				overTop = collisionPosTop - offsetTop,
1187
+				overBottom = collisionPosTop + data.collisionHeight - outerHeight - offsetTop,
1188
+				top = data.my[ 1 ] === "top",
1189
+				myOffset = top ?
1190
+					-data.elemHeight :
1191
+					data.my[ 1 ] === "bottom" ?
1192
+						data.elemHeight :
1193
+						0,
1194
+				atOffset = data.at[ 1 ] === "top" ?
1195
+					data.targetHeight :
1196
+					data.at[ 1 ] === "bottom" ?
1197
+						-data.targetHeight :
1198
+						0,
1199
+				offset = -2 * data.offset[ 1 ],
1200
+				newOverTop,
1201
+				newOverBottom;
1202
+			if ( overTop < 0 ) {
1203
+				newOverBottom = position.top + myOffset + atOffset + offset + data.collisionHeight -
1204
+					outerHeight - withinOffset;
1205
+				if ( newOverBottom < 0 || newOverBottom < abs( overTop ) ) {
1206
+					position.top += myOffset + atOffset + offset;
1207
+				}
1208
+			} else if ( overBottom > 0 ) {
1209
+				newOverTop = position.top - data.collisionPosition.marginTop + myOffset + atOffset +
1210
+					offset - offsetTop;
1211
+				if ( newOverTop > 0 || abs( newOverTop ) < overBottom ) {
1212
+					position.top += myOffset + atOffset + offset;
1213
+				}
1214
+			}
1215
+		}
1216
+	},
1217
+	flipfit: {
1218
+		left: function() {
1219
+			$.ui.position.flip.left.apply( this, arguments );
1220
+			$.ui.position.fit.left.apply( this, arguments );
1221
+		},
1222
+		top: function() {
1223
+			$.ui.position.flip.top.apply( this, arguments );
1224
+			$.ui.position.fit.top.apply( this, arguments );
1225
+		}
1226
+	}
1227
+};
1228
+
1229
+} )();
1230
+
1231
+var position = $.ui.position;
1232
+
1233
+
1234
+/*!
1235
+ * jQuery UI :data 1.12.1
1236
+ * http://jqueryui.com
1237
+ *
1238
+ * Copyright jQuery Foundation and other contributors
1239
+ * Released under the MIT license.
1240
+ * http://jquery.org/license
1241
+ */
1242
+
1243
+//>>label: :data Selector
1244
+//>>group: Core
1245
+//>>description: Selects elements which have data stored under the specified key.
1246
+//>>docs: http://api.jqueryui.com/data-selector/
1247
+
1248
+
1249
+var data = $.extend( $.expr[ ":" ], {
1250
+	data: $.expr.createPseudo ?
1251
+		$.expr.createPseudo( function( dataName ) {
1252
+			return function( elem ) {
1253
+				return !!$.data( elem, dataName );
1254
+			};
1255
+		} ) :
1256
+
1257
+		// Support: jQuery <1.8
1258
+		function( elem, i, match ) {
1259
+			return !!$.data( elem, match[ 3 ] );
1260
+		}
1261
+} );
1262
+
1263
+/*!
1264
+ * jQuery UI Disable Selection 1.12.1
1265
+ * http://jqueryui.com
1266
+ *
1267
+ * Copyright jQuery Foundation and other contributors
1268
+ * Released under the MIT license.
1269
+ * http://jquery.org/license
1270
+ */
1271
+
1272
+//>>label: disableSelection
1273
+//>>group: Core
1274
+//>>description: Disable selection of text content within the set of matched elements.
1275
+//>>docs: http://api.jqueryui.com/disableSelection/
1276
+
1277
+// This file is deprecated
1278
+
1279
+
1280
+var disableSelection = $.fn.extend( {
1281
+	disableSelection: ( function() {
1282
+		var eventType = "onselectstart" in document.createElement( "div" ) ?
1283
+			"selectstart" :
1284
+			"mousedown";
1285
+
1286
+		return function() {
1287
+			return this.on( eventType + ".ui-disableSelection", function( event ) {
1288
+				event.preventDefault();
1289
+			} );
1290
+		};
1291
+	} )(),
1292
+
1293
+	enableSelection: function() {
1294
+		return this.off( ".ui-disableSelection" );
1295
+	}
1296
+} );
1297
+
1298
+
1299
+/*!
1300
+ * jQuery UI Effects 1.12.1
1301
+ * http://jqueryui.com
1302
+ *
1303
+ * Copyright jQuery Foundation and other contributors
1304
+ * Released under the MIT license.
1305
+ * http://jquery.org/license
1306
+ */
1307
+
1308
+//>>label: Effects Core
1309
+//>>group: Effects
1310
+// jscs:disable maximumLineLength
1311
+//>>description: Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.
1312
+// jscs:enable maximumLineLength
1313
+//>>docs: http://api.jqueryui.com/category/effects-core/
1314
+//>>demos: http://jqueryui.com/effect/
1315
+
1316
+
1317
+
1318
+var dataSpace = "ui-effects-",
1319
+	dataSpaceStyle = "ui-effects-style",
1320
+	dataSpaceAnimated = "ui-effects-animated",
1321
+
1322
+	// Create a local jQuery because jQuery Color relies on it and the
1323
+	// global may not exist with AMD and a custom build (#10199)
1324
+	jQuery = $;
1325
+
1326
+$.effects = {
1327
+	effect: {}
1328
+};
1329
+
1330
+/*!
1331
+ * jQuery Color Animations v2.1.2
1332
+ * https://github.com/jquery/jquery-color
1333
+ *
1334
+ * Copyright 2014 jQuery Foundation and other contributors
1335
+ * Released under the MIT license.
1336
+ * http://jquery.org/license
1337
+ *
1338
+ * Date: Wed Jan 16 08:47:09 2013 -0600
1339
+ */
1340
+( function( jQuery, undefined ) {
1341
+
1342
+	var stepHooks = "backgroundColor borderBottomColor borderLeftColor borderRightColor " +
1343
+		"borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor",
1344
+
1345
+	// Plusequals test for += 100 -= 100
1346
+	rplusequals = /^([\-+])=\s*(\d+\.?\d*)/,
1347
+
1348
+	// A set of RE's that can match strings and generate color tuples.
1349
+	stringParsers = [ {
1350
+			re: /rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,
1351
+			parse: function( execResult ) {
1352
+				return [
1353
+					execResult[ 1 ],
1354
+					execResult[ 2 ],
1355
+					execResult[ 3 ],
1356
+					execResult[ 4 ]
1357
+				];
1358
+			}
1359
+		}, {
1360
+			re: /rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,
1361
+			parse: function( execResult ) {
1362
+				return [
1363
+					execResult[ 1 ] * 2.55,
1364
+					execResult[ 2 ] * 2.55,
1365
+					execResult[ 3 ] * 2.55,
1366
+					execResult[ 4 ]
1367
+				];
1368
+			}
1369
+		}, {
1370
+
1371
+			// This regex ignores A-F because it's compared against an already lowercased string
1372
+			re: /#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,
1373
+			parse: function( execResult ) {
1374
+				return [
1375
+					parseInt( execResult[ 1 ], 16 ),
1376
+					parseInt( execResult[ 2 ], 16 ),
1377
+					parseInt( execResult[ 3 ], 16 )
1378
+				];
1379
+			}
1380
+		}, {
1381
+
1382
+			// This regex ignores A-F because it's compared against an already lowercased string
1383
+			re: /#([a-f0-9])([a-f0-9])([a-f0-9])/,
1384
+			parse: function( execResult ) {
1385
+				return [
1386
+					parseInt( execResult[ 1 ] + execResult[ 1 ], 16 ),
1387
+					parseInt( execResult[ 2 ] + execResult[ 2 ], 16 ),
1388
+					parseInt( execResult[ 3 ] + execResult[ 3 ], 16 )
1389
+				];
1390
+			}
1391
+		}, {
1392
+			re: /hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,
1393
+			space: "hsla",
1394
+			parse: function( execResult ) {
1395
+				return [
1396
+					execResult[ 1 ],
1397
+					execResult[ 2 ] / 100,
1398
+					execResult[ 3 ] / 100,
1399
+					execResult[ 4 ]
1400
+				];
1401
+			}
1402
+		} ],
1403
+
1404
+	// JQuery.Color( )
1405
+	color = jQuery.Color = function( color, green, blue, alpha ) {
1406
+		return new jQuery.Color.fn.parse( color, green, blue, alpha );
1407
+	},
1408
+	spaces = {
1409
+		rgba: {
1410
+			props: {
1411
+				red: {
1412
+					idx: 0,
1413
+					type: "byte"
1414
+				},
1415
+				green: {
1416
+					idx: 1,
1417
+					type: "byte"
1418
+				},
1419
+				blue: {
1420
+					idx: 2,
1421
+					type: "byte"
1422
+				}
1423
+			}
1424
+		},
1425
+
1426
+		hsla: {
1427
+			props: {
1428
+				hue: {
1429
+					idx: 0,
1430
+					type: "degrees"
1431
+				},
1432
+				saturation: {
1433
+					idx: 1,
1434
+					type: "percent"
1435
+				},
1436
+				lightness: {
1437
+					idx: 2,
1438
+					type: "percent"
1439
+				}
1440
+			}
1441
+		}
1442
+	},
1443
+	propTypes = {
1444
+		"byte": {
1445
+			floor: true,
1446
+			max: 255
1447
+		},
1448
+		"percent": {
1449
+			max: 1
1450
+		},
1451
+		"degrees": {
1452
+			mod: 360,
1453
+			floor: true
1454
+		}
1455
+	},
1456
+	support = color.support = {},
1457
+
1458
+	// Element for support tests
1459
+	supportElem = jQuery( "<p>" )[ 0 ],
1460
+
1461
+	// Colors = jQuery.Color.names
1462
+	colors,
1463
+
1464
+	// Local aliases of functions called often
1465
+	each = jQuery.each;
1466
+
1467
+// Determine rgba support immediately
1468
+supportElem.style.cssText = "background-color:rgba(1,1,1,.5)";
1469
+support.rgba = supportElem.style.backgroundColor.indexOf( "rgba" ) > -1;
1470
+
1471
+// Define cache name and alpha properties
1472
+// for rgba and hsla spaces
1473
+each( spaces, function( spaceName, space ) {
1474
+	space.cache = "_" + spaceName;
1475
+	space.props.alpha = {
1476
+		idx: 3,
1477
+		type: "percent",
1478
+		def: 1
1479
+	};
1480
+} );
1481
+
1482
+function clamp( value, prop, allowEmpty ) {
1483
+	var type = propTypes[ prop.type ] || {};
1484
+
1485
+	if ( value == null ) {
1486
+		return ( allowEmpty || !prop.def ) ? null : prop.def;
1487
+	}
1488
+
1489
+	// ~~ is an short way of doing floor for positive numbers
1490
+	value = type.floor ? ~~value : parseFloat( value );
1491
+
1492
+	// IE will pass in empty strings as value for alpha,
1493
+	// which will hit this case
1494
+	if ( isNaN( value ) ) {
1495
+		return prop.def;
1496
+	}
1497
+
1498
+	if ( type.mod ) {
1499
+
1500
+		// We add mod before modding to make sure that negatives values
1501
+		// get converted properly: -10 -> 350
1502
+		return ( value + type.mod ) % type.mod;
1503
+	}
1504
+
1505
+	// For now all property types without mod have min and max
1506
+	return 0 > value ? 0 : type.max < value ? type.max : value;
1507
+}
1508
+
1509
+function stringParse( string ) {
1510
+	var inst = color(),
1511
+		rgba = inst._rgba = [];
1512
+
1513
+	string = string.toLowerCase();
1514
+
1515
+	each( stringParsers, function( i, parser ) {
1516
+		var parsed,
1517
+			match = parser.re.exec( string ),
1518
+			values = match && parser.parse( match ),
1519
+			spaceName = parser.space || "rgba";
1520
+
1521
+		if ( values ) {
1522
+			parsed = inst[ spaceName ]( values );
1523
+
1524
+			// If this was an rgba parse the assignment might happen twice
1525
+			// oh well....
1526
+			inst[ spaces[ spaceName ].cache ] = parsed[ spaces[ spaceName ].cache ];
1527
+			rgba = inst._rgba = parsed._rgba;
1528
+
1529
+			// Exit each( stringParsers ) here because we matched
1530
+			return false;
1531
+		}
1532
+	} );
1533
+
1534
+	// Found a stringParser that handled it
1535
+	if ( rgba.length ) {
1536
+
1537
+		// If this came from a parsed string, force "transparent" when alpha is 0
1538
+		// chrome, (and maybe others) return "transparent" as rgba(0,0,0,0)
1539
+		if ( rgba.join() === "0,0,0,0" ) {
1540
+			jQuery.extend( rgba, colors.transparent );
1541
+		}
1542
+		return inst;
1543
+	}
1544
+
1545
+	// Named colors
1546
+	return colors[ string ];
1547
+}
1548
+
1549
+color.fn = jQuery.extend( color.prototype, {
1550
+	parse: function( red, green, blue, alpha ) {
1551
+		if ( red === undefined ) {
1552
+			this._rgba = [ null, null, null, null ];
1553
+			return this;
1554
+		}
1555
+		if ( red.jquery || red.nodeType ) {
1556
+			red = jQuery( red ).css( green );
1557
+			green = undefined;
1558
+		}
1559
+
1560
+		var inst = this,
1561
+			type = jQuery.type( red ),
1562
+			rgba = this._rgba = [];
1563
+
1564
+		// More than 1 argument specified - assume ( red, green, blue, alpha )
1565
+		if ( green !== undefined ) {
1566
+			red = [ red, green, blue, alpha ];
1567
+			type = "array";
1568
+		}
1569
+
1570
+		if ( type === "string" ) {
1571
+			return this.parse( stringParse( red ) || colors._default );
1572
+		}
1573
+
1574
+		if ( type === "array" ) {
1575
+			each( spaces.rgba.props, function( key, prop ) {
1576
+				rgba[ prop.idx ] = clamp( red[ prop.idx ], prop );
1577
+			} );
1578
+			return this;
1579
+		}
1580
+
1581
+		if ( type === "object" ) {
1582
+			if ( red instanceof color ) {
1583
+				each( spaces, function( spaceName, space ) {
1584
+					if ( red[ space.cache ] ) {
1585
+						inst[ space.cache ] = red[ space.cache ].slice();
1586
+					}
1587
+				} );
1588
+			} else {
1589
+				each( spaces, function( spaceName, space ) {
1590
+					var cache = space.cache;
1591
+					each( space.props, function( key, prop ) {
1592
+
1593
+						// If the cache doesn't exist, and we know how to convert
1594
+						if ( !inst[ cache ] && space.to ) {
1595
+
1596
+							// If the value was null, we don't need to copy it
1597
+							// if the key was alpha, we don't need to copy it either
1598
+							if ( key === "alpha" || red[ key ] == null ) {
1599
+								return;
1600
+							}
1601
+							inst[ cache ] = space.to( inst._rgba );
1602
+						}
1603
+
1604
+						// This is the only case where we allow nulls for ALL properties.
1605
+						// call clamp with alwaysAllowEmpty
1606
+						inst[ cache ][ prop.idx ] = clamp( red[ key ], prop, true );
1607
+					} );
1608
+
1609
+					// Everything defined but alpha?
1610
+					if ( inst[ cache ] &&
1611
+							jQuery.inArray( null, inst[ cache ].slice( 0, 3 ) ) < 0 ) {
1612
+
1613
+						// Use the default of 1
1614
+						inst[ cache ][ 3 ] = 1;
1615
+						if ( space.from ) {
1616
+							inst._rgba = space.from( inst[ cache ] );
1617
+						}
1618
+					}
1619
+				} );
1620
+			}
1621
+			return this;
1622
+		}
1623
+	},
1624
+	is: function( compare ) {
1625
+		var is = color( compare ),
1626
+			same = true,
1627
+			inst = this;
1628
+
1629
+		each( spaces, function( _, space ) {
1630
+			var localCache,
1631
+				isCache = is[ space.cache ];
1632
+			if ( isCache ) {
1633
+				localCache = inst[ space.cache ] || space.to && space.to( inst._rgba ) || [];
1634
+				each( space.props, function( _, prop ) {
1635
+					if ( isCache[ prop.idx ] != null ) {
1636
+						same = ( isCache[ prop.idx ] === localCache[ prop.idx ] );
1637
+						return same;
1638
+					}
1639
+				} );
1640
+			}
1641
+			return same;
1642
+		} );
1643
+		return same;
1644
+	},
1645
+	_space: function() {
1646
+		var used = [],
1647
+			inst = this;
1648
+		each( spaces, function( spaceName, space ) {
1649
+			if ( inst[ space.cache ] ) {
1650
+				used.push( spaceName );
1651
+			}
1652
+		} );
1653
+		return used.pop();
1654
+	},
1655
+	transition: function( other, distance ) {
1656
+		var end = color( other ),
1657
+			spaceName = end._space(),
1658
+			space = spaces[ spaceName ],
1659
+			startColor = this.alpha() === 0 ? color( "transparent" ) : this,
1660
+			start = startColor[ space.cache ] || space.to( startColor._rgba ),
1661
+			result = start.slice();
1662
+
1663
+		end = end[ space.cache ];
1664
+		each( space.props, function( key, prop ) {
1665
+			var index = prop.idx,
1666
+				startValue = start[ index ],
1667
+				endValue = end[ index ],
1668
+				type = propTypes[ prop.type ] || {};
1669
+
1670
+			// If null, don't override start value
1671
+			if ( endValue === null ) {
1672
+				return;
1673
+			}
1674
+
1675
+			// If null - use end
1676
+			if ( startValue === null ) {
1677
+				result[ index ] = endValue;
1678
+			} else {
1679
+				if ( type.mod ) {
1680
+					if ( endValue - startValue > type.mod / 2 ) {
1681
+						startValue += type.mod;
1682
+					} else if ( startValue - endValue > type.mod / 2 ) {
1683
+						startValue -= type.mod;
1684
+					}
1685
+				}
1686
+				result[ index ] = clamp( ( endValue - startValue ) * distance + startValue, prop );
1687
+			}
1688
+		} );
1689
+		return this[ spaceName ]( result );
1690
+	},
1691
+	blend: function( opaque ) {
1692
+
1693
+		// If we are already opaque - return ourself
1694
+		if ( this._rgba[ 3 ] === 1 ) {
1695
+			return this;
1696
+		}
1697
+
1698
+		var rgb = this._rgba.slice(),
1699
+			a = rgb.pop(),
1700
+			blend = color( opaque )._rgba;
1701
+
1702
+		return color( jQuery.map( rgb, function( v, i ) {
1703
+			return ( 1 - a ) * blend[ i ] + a * v;
1704
+		} ) );
1705
+	},
1706
+	toRgbaString: function() {
1707
+		var prefix = "rgba(",
1708
+			rgba = jQuery.map( this._rgba, function( v, i ) {
1709
+				return v == null ? ( i > 2 ? 1 : 0 ) : v;
1710
+			} );
1711
+
1712
+		if ( rgba[ 3 ] === 1 ) {
1713
+			rgba.pop();
1714
+			prefix = "rgb(";
1715
+		}
1716
+
1717
+		return prefix + rgba.join() + ")";
1718
+	},
1719
+	toHslaString: function() {
1720
+		var prefix = "hsla(",
1721
+			hsla = jQuery.map( this.hsla(), function( v, i ) {
1722
+				if ( v == null ) {
1723
+					v = i > 2 ? 1 : 0;
1724
+				}
1725
+
1726
+				// Catch 1 and 2
1727
+				if ( i && i < 3 ) {
1728
+					v = Math.round( v * 100 ) + "%";
1729
+				}
1730
+				return v;
1731
+			} );
1732
+
1733
+		if ( hsla[ 3 ] === 1 ) {
1734
+			hsla.pop();
1735
+			prefix = "hsl(";
1736
+		}
1737
+		return prefix + hsla.join() + ")";
1738
+	},
1739
+	toHexString: function( includeAlpha ) {
1740
+		var rgba = this._rgba.slice(),
1741
+			alpha = rgba.pop();
1742
+
1743
+		if ( includeAlpha ) {
1744
+			rgba.push( ~~( alpha * 255 ) );
1745
+		}
1746
+
1747
+		return "#" + jQuery.map( rgba, function( v ) {
1748
+
1749
+			// Default to 0 when nulls exist
1750
+			v = ( v || 0 ).toString( 16 );
1751
+			return v.length === 1 ? "0" + v : v;
1752
+		} ).join( "" );
1753
+	},
1754
+	toString: function() {
1755
+		return this._rgba[ 3 ] === 0 ? "transparent" : this.toRgbaString();
1756
+	}
1757
+} );
1758
+color.fn.parse.prototype = color.fn;
1759
+
1760
+// Hsla conversions adapted from:
1761
+// https://code.google.com/p/maashaack/source/browse/packages/graphics/trunk/src/graphics/colors/HUE2RGB.as?r=5021
1762
+
1763
+function hue2rgb( p, q, h ) {
1764
+	h = ( h + 1 ) % 1;
1765
+	if ( h * 6 < 1 ) {
1766
+		return p + ( q - p ) * h * 6;
1767
+	}
1768
+	if ( h * 2 < 1 ) {
1769
+		return q;
1770
+	}
1771
+	if ( h * 3 < 2 ) {
1772
+		return p + ( q - p ) * ( ( 2 / 3 ) - h ) * 6;
1773
+	}
1774
+	return p;
1775
+}
1776
+
1777
+spaces.hsla.to = function( rgba ) {
1778
+	if ( rgba[ 0 ] == null || rgba[ 1 ] == null || rgba[ 2 ] == null ) {
1779
+		return [ null, null, null, rgba[ 3 ] ];
1780
+	}
1781
+	var r = rgba[ 0 ] / 255,
1782
+		g = rgba[ 1 ] / 255,
1783
+		b = rgba[ 2 ] / 255,
1784
+		a = rgba[ 3 ],
1785
+		max = Math.max( r, g, b ),
1786
+		min = Math.min( r, g, b ),
1787
+		diff = max - min,
1788
+		add = max + min,
1789
+		l = add * 0.5,
1790
+		h, s;
1791
+
1792
+	if ( min === max ) {
1793
+		h = 0;
1794
+	} else if ( r === max ) {
1795
+		h = ( 60 * ( g - b ) / diff ) + 360;
1796
+	} else if ( g === max ) {
1797
+		h = ( 60 * ( b - r ) / diff ) + 120;
1798
+	} else {
1799
+		h = ( 60 * ( r - g ) / diff ) + 240;
1800
+	}
1801
+
1802
+	// Chroma (diff) == 0 means greyscale which, by definition, saturation = 0%
1803
+	// otherwise, saturation is based on the ratio of chroma (diff) to lightness (add)
1804
+	if ( diff === 0 ) {
1805
+		s = 0;
1806
+	} else if ( l <= 0.5 ) {
1807
+		s = diff / add;
1808
+	} else {
1809
+		s = diff / ( 2 - add );
1810
+	}
1811
+	return [ Math.round( h ) % 360, s, l, a == null ? 1 : a ];
1812
+};
1813
+
1814
+spaces.hsla.from = function( hsla ) {
1815
+	if ( hsla[ 0 ] == null || hsla[ 1 ] == null || hsla[ 2 ] == null ) {
1816
+		return [ null, null, null, hsla[ 3 ] ];
1817
+	}
1818
+	var h = hsla[ 0 ] / 360,
1819
+		s = hsla[ 1 ],
1820
+		l = hsla[ 2 ],
1821
+		a = hsla[ 3 ],
1822
+		q = l <= 0.5 ? l * ( 1 + s ) : l + s - l * s,
1823
+		p = 2 * l - q;
1824
+
1825
+	return [
1826
+		Math.round( hue2rgb( p, q, h + ( 1 / 3 ) ) * 255 ),
1827
+		Math.round( hue2rgb( p, q, h ) * 255 ),
1828
+		Math.round( hue2rgb( p, q, h - ( 1 / 3 ) ) * 255 ),
1829
+		a
1830
+	];
1831
+};
1832
+
1833
+each( spaces, function( spaceName, space ) {
1834
+	var props = space.props,
1835
+		cache = space.cache,
1836
+		to = space.to,
1837
+		from = space.from;
1838
+
1839
+	// Makes rgba() and hsla()
1840
+	color.fn[ spaceName ] = function( value ) {
1841
+
1842
+		// Generate a cache for this space if it doesn't exist
1843
+		if ( to && !this[ cache ] ) {
1844
+			this[ cache ] = to( this._rgba );
1845
+		}
1846
+		if ( value === undefined ) {
1847
+			return this[ cache ].slice();
1848
+		}
1849
+
1850
+		var ret,
1851
+			type = jQuery.type( value ),
1852
+			arr = ( type === "array" || type === "object" ) ? value : arguments,
1853
+			local = this[ cache ].slice();
1854
+
1855
+		each( props, function( key, prop ) {
1856
+			var val = arr[ type === "object" ? key : prop.idx ];
1857
+			if ( val == null ) {
1858
+				val = local[ prop.idx ];
1859
+			}
1860
+			local[ prop.idx ] = clamp( val, prop );
1861
+		} );
1862
+
1863
+		if ( from ) {
1864
+			ret = color( from( local ) );
1865
+			ret[ cache ] = local;
1866
+			return ret;
1867
+		} else {
1868
+			return color( local );
1869
+		}
1870
+	};
1871
+
1872
+	// Makes red() green() blue() alpha() hue() saturation() lightness()
1873
+	each( props, function( key, prop ) {
1874
+
1875
+		// Alpha is included in more than one space
1876
+		if ( color.fn[ key ] ) {
1877
+			return;
1878
+		}
1879
+		color.fn[ key ] = function( value ) {
1880
+			var vtype = jQuery.type( value ),
1881
+				fn = ( key === "alpha" ? ( this._hsla ? "hsla" : "rgba" ) : spaceName ),
1882
+				local = this[ fn ](),
1883
+				cur = local[ prop.idx ],
1884
+				match;
1885
+
1886
+			if ( vtype === "undefined" ) {
1887
+				return cur;
1888
+			}
1889
+
1890
+			if ( vtype === "function" ) {
1891
+				value = value.call( this, cur );
1892
+				vtype = jQuery.type( value );
1893
+			}
1894
+			if ( value == null && prop.empty ) {
1895
+				return this;
1896
+			}
1897
+			if ( vtype === "string" ) {
1898
+				match = rplusequals.exec( value );
1899
+				if ( match ) {
1900
+					value = cur + parseFloat( match[ 2 ] ) * ( match[ 1 ] === "+" ? 1 : -1 );
1901
+				}
1902
+			}
1903
+			local[ prop.idx ] = value;
1904
+			return this[ fn ]( local );
1905
+		};
1906
+	} );
1907
+} );
1908
+
1909
+// Add cssHook and .fx.step function for each named hook.
1910
+// accept a space separated string of properties
1911
+color.hook = function( hook ) {
1912
+	var hooks = hook.split( " " );
1913
+	each( hooks, function( i, hook ) {
1914
+		jQuery.cssHooks[ hook ] = {
1915
+			set: function( elem, value ) {
1916
+				var parsed, curElem,
1917
+					backgroundColor = "";
1918
+
1919
+				if ( value !== "transparent" && ( jQuery.type( value ) !== "string" ||
1920
+						( parsed = stringParse( value ) ) ) ) {
1921
+					value = color( parsed || value );
1922
+					if ( !support.rgba && value._rgba[ 3 ] !== 1 ) {
1923
+						curElem = hook === "backgroundColor" ? elem.parentNode : elem;
1924
+						while (
1925
+							( backgroundColor === "" || backgroundColor === "transparent" ) &&
1926
+							curElem && curElem.style
1927
+						) {
1928
+							try {
1929
+								backgroundColor = jQuery.css( curElem, "backgroundColor" );
1930
+								curElem = curElem.parentNode;
1931
+							} catch ( e ) {
1932
+							}
1933
+						}
1934
+
1935
+						value = value.blend( backgroundColor && backgroundColor !== "transparent" ?
1936
+							backgroundColor :
1937
+							"_default" );
1938
+					}
1939
+
1940
+					value = value.toRgbaString();
1941
+				}
1942
+				try {
1943
+					elem.style[ hook ] = value;
1944
+				} catch ( e ) {
1945
+
1946
+					// Wrapped to prevent IE from throwing errors on "invalid" values like
1947
+					// 'auto' or 'inherit'
1948
+				}
1949
+			}
1950
+		};
1951
+		jQuery.fx.step[ hook ] = function( fx ) {
1952
+			if ( !fx.colorInit ) {
1953
+				fx.start = color( fx.elem, hook );
1954
+				fx.end = color( fx.end );
1955
+				fx.colorInit = true;
1956
+			}
1957
+			jQuery.cssHooks[ hook ].set( fx.elem, fx.start.transition( fx.end, fx.pos ) );
1958
+		};
1959
+	} );
1960
+
1961
+};
1962
+
1963
+color.hook( stepHooks );
1964
+
1965
+jQuery.cssHooks.borderColor = {
1966
+	expand: function( value ) {
1967
+		var expanded = {};
1968
+
1969
+		each( [ "Top", "Right", "Bottom", "Left" ], function( i, part ) {
1970
+			expanded[ "border" + part + "Color" ] = value;
1971
+		} );
1972
+		return expanded;
1973
+	}
1974
+};
1975
+
1976
+// Basic color names only.
1977
+// Usage of any of the other color names requires adding yourself or including
1978
+// jquery.color.svg-names.js.
1979
+colors = jQuery.Color.names = {
1980
+
1981
+	// 4.1. Basic color keywords
1982
+	aqua: "#00ffff",
1983
+	black: "#000000",
1984
+	blue: "#0000ff",
1985
+	fuchsia: "#ff00ff",
1986
+	gray: "#808080",
1987
+	green: "#008000",
1988
+	lime: "#00ff00",
1989
+	maroon: "#800000",
1990
+	navy: "#000080",
1991
+	olive: "#808000",
1992
+	purple: "#800080",
1993
+	red: "#ff0000",
1994
+	silver: "#c0c0c0",
1995
+	teal: "#008080",
1996
+	white: "#ffffff",
1997
+	yellow: "#ffff00",
1998
+
1999
+	// 4.2.3. "transparent" color keyword
2000
+	transparent: [ null, null, null, 0 ],
2001
+
2002
+	_default: "#ffffff"
2003
+};
2004
+
2005
+} )( jQuery );
2006
+
2007
+/******************************************************************************/
2008
+/****************************** CLASS ANIMATIONS ******************************/
2009
+/******************************************************************************/
2010
+( function() {
2011
+
2012
+var classAnimationActions = [ "add", "remove", "toggle" ],
2013
+	shorthandStyles = {
2014
+		border: 1,
2015
+		borderBottom: 1,
2016
+		borderColor: 1,
2017
+		borderLeft: 1,
2018
+		borderRight: 1,
2019
+		borderTop: 1,
2020
+		borderWidth: 1,
2021
+		margin: 1,
2022
+		padding: 1
2023
+	};
2024
+
2025
+$.each(
2026
+	[ "borderLeftStyle", "borderRightStyle", "borderBottomStyle", "borderTopStyle" ],
2027
+	function( _, prop ) {
2028
+		$.fx.step[ prop ] = function( fx ) {
2029
+			if ( fx.end !== "none" && !fx.setAttr || fx.pos === 1 && !fx.setAttr ) {
2030
+				jQuery.style( fx.elem, prop, fx.end );
2031
+				fx.setAttr = true;
2032
+			}
2033
+		};
2034
+	}
2035
+);
2036
+
2037
+function getElementStyles( elem ) {
2038
+	var key, len,
2039
+		style = elem.ownerDocument.defaultView ?
2040
+			elem.ownerDocument.defaultView.getComputedStyle( elem, null ) :
2041
+			elem.currentStyle,
2042
+		styles = {};
2043
+
2044
+	if ( style && style.length && style[ 0 ] && style[ style[ 0 ] ] ) {
2045
+		len = style.length;
2046
+		while ( len-- ) {
2047
+			key = style[ len ];
2048
+			if ( typeof style[ key ] === "string" ) {
2049
+				styles[ $.camelCase( key ) ] = style[ key ];
2050
+			}
2051
+		}
2052
+
2053
+	// Support: Opera, IE <9
2054
+	} else {
2055
+		for ( key in style ) {
2056
+			if ( typeof style[ key ] === "string" ) {
2057
+				styles[ key ] = style[ key ];
2058
+			}
2059
+		}
2060
+	}
2061
+
2062
+	return styles;
2063
+}
2064
+
2065
+function styleDifference( oldStyle, newStyle ) {
2066
+	var diff = {},
2067
+		name, value;
2068
+
2069
+	for ( name in newStyle ) {
2070
+		value = newStyle[ name ];
2071
+		if ( oldStyle[ name ] !== value ) {
2072
+			if ( !shorthandStyles[ name ] ) {
2073
+				if ( $.fx.step[ name ] || !isNaN( parseFloat( value ) ) ) {
2074
+					diff[ name ] = value;
2075
+				}
2076
+			}
2077
+		}
2078
+	}
2079
+
2080
+	return diff;
2081
+}
2082
+
2083
+// Support: jQuery <1.8
2084
+if ( !$.fn.addBack ) {
2085
+	$.fn.addBack = function( selector ) {
2086
+		return this.add( selector == null ?
2087
+			this.prevObject : this.prevObject.filter( selector )
2088
+		);
2089
+	};
2090
+}
2091
+
2092
+$.effects.animateClass = function( value, duration, easing, callback ) {
2093
+	var o = $.speed( duration, easing, callback );
2094
+
2095
+	return this.queue( function() {
2096
+		var animated = $( this ),
2097
+			baseClass = animated.attr( "class" ) || "",
2098
+			applyClassChange,
2099
+			allAnimations = o.children ? animated.find( "*" ).addBack() : animated;
2100
+
2101
+		// Map the animated objects to store the original styles.
2102
+		allAnimations = allAnimations.map( function() {
2103
+			var el = $( this );
2104
+			return {
2105
+				el: el,
2106
+				start: getElementStyles( this )
2107
+			};
2108
+		} );
2109
+
2110
+		// Apply class change
2111
+		applyClassChange = function() {
2112
+			$.each( classAnimationActions, function( i, action ) {
2113
+				if ( value[ action ] ) {
2114
+					animated[ action + "Class" ]( value[ action ] );
2115
+				}
2116
+			} );
2117
+		};
2118
+		applyClassChange();
2119
+
2120
+		// Map all animated objects again - calculate new styles and diff
2121
+		allAnimations = allAnimations.map( function() {
2122
+			this.end = getElementStyles( this.el[ 0 ] );
2123
+			this.diff = styleDifference( this.start, this.end );
2124
+			return this;
2125
+		} );
2126
+
2127
+		// Apply original class
2128
+		animated.attr( "class", baseClass );
2129
+
2130
+		// Map all animated objects again - this time collecting a promise
2131
+		allAnimations = allAnimations.map( function() {
2132
+			var styleInfo = this,
2133
+				dfd = $.Deferred(),
2134
+				opts = $.extend( {}, o, {
2135
+					queue: false,
2136
+					complete: function() {
2137
+						dfd.resolve( styleInfo );
2138
+					}
2139
+				} );
2140
+
2141
+			this.el.animate( this.diff, opts );
2142
+			return dfd.promise();
2143
+		} );
2144
+
2145
+		// Once all animations have completed:
2146
+		$.when.apply( $, allAnimations.get() ).done( function() {
2147
+
2148
+			// Set the final class
2149
+			applyClassChange();
2150
+
2151
+			// For each animated element,
2152
+			// clear all css properties that were animated
2153
+			$.each( arguments, function() {
2154
+				var el = this.el;
2155
+				$.each( this.diff, function( key ) {
2156
+					el.css( key, "" );
2157
+				} );
2158
+			} );
2159
+
2160
+			// This is guarnteed to be there if you use jQuery.speed()
2161
+			// it also handles dequeuing the next anim...
2162
+			o.complete.call( animated[ 0 ] );
2163
+		} );
2164
+	} );
2165
+};
2166
+
2167
+$.fn.extend( {
2168
+	addClass: ( function( orig ) {
2169
+		return function( classNames, speed, easing, callback ) {
2170
+			return speed ?
2171
+				$.effects.animateClass.call( this,
2172
+					{ add: classNames }, speed, easing, callback ) :
2173
+				orig.apply( this, arguments );
2174
+		};
2175
+	} )( $.fn.addClass ),
2176
+
2177
+	removeClass: ( function( orig ) {
2178
+		return function( classNames, speed, easing, callback ) {
2179
+			return arguments.length > 1 ?
2180
+				$.effects.animateClass.call( this,
2181
+					{ remove: classNames }, speed, easing, callback ) :
2182
+				orig.apply( this, arguments );
2183
+		};
2184
+	} )( $.fn.removeClass ),
2185
+
2186
+	toggleClass: ( function( orig ) {
2187
+		return function( classNames, force, speed, easing, callback ) {
2188
+			if ( typeof force === "boolean" || force === undefined ) {
2189
+				if ( !speed ) {
2190
+
2191
+					// Without speed parameter
2192
+					return orig.apply( this, arguments );
2193
+				} else {
2194
+					return $.effects.animateClass.call( this,
2195
+						( force ? { add: classNames } : { remove: classNames } ),
2196
+						speed, easing, callback );
2197
+				}
2198
+			} else {
2199
+
2200
+				// Without force parameter
2201
+				return $.effects.animateClass.call( this,
2202
+					{ toggle: classNames }, force, speed, easing );
2203
+			}
2204
+		};
2205
+	} )( $.fn.toggleClass ),
2206
+
2207
+	switchClass: function( remove, add, speed, easing, callback ) {
2208
+		return $.effects.animateClass.call( this, {
2209
+			add: add,
2210
+			remove: remove
2211
+		}, speed, easing, callback );
2212
+	}
2213
+} );
2214
+
2215
+} )();
2216
+
2217
+/******************************************************************************/
2218
+/*********************************** EFFECTS **********************************/
2219
+/******************************************************************************/
2220
+
2221
+( function() {
2222
+
2223
+if ( $.expr && $.expr.filters && $.expr.filters.animated ) {
2224
+	$.expr.filters.animated = ( function( orig ) {
2225
+		return function( elem ) {
2226
+			return !!$( elem ).data( dataSpaceAnimated ) || orig( elem );
2227
+		};
2228
+	} )( $.expr.filters.animated );
2229
+}
2230
+
2231
+if ( $.uiBackCompat !== false ) {
2232
+	$.extend( $.effects, {
2233
+
2234
+		// Saves a set of properties in a data storage
2235
+		save: function( element, set ) {
2236
+			var i = 0, length = set.length;
2237
+			for ( ; i < length; i++ ) {
2238
+				if ( set[ i ] !== null ) {
2239
+					element.data( dataSpace + set[ i ], element[ 0 ].style[ set[ i ] ] );
2240
+				}
2241
+			}
2242
+		},
2243
+
2244
+		// Restores a set of previously saved properties from a data storage
2245
+		restore: function( element, set ) {
2246
+			var val, i = 0, length = set.length;
2247
+			for ( ; i < length; i++ ) {
2248
+				if ( set[ i ] !== null ) {
2249
+					val = element.data( dataSpace + set[ i ] );
2250
+					element.css( set[ i ], val );
2251
+				}
2252
+			}
2253
+		},
2254
+
2255
+		setMode: function( el, mode ) {
2256
+			if ( mode === "toggle" ) {
2257
+				mode = el.is( ":hidden" ) ? "show" : "hide";
2258
+			}
2259
+			return mode;
2260
+		},
2261
+
2262
+		// Wraps the element around a wrapper that copies position properties
2263
+		createWrapper: function( element ) {
2264
+
2265
+			// If the element is already wrapped, return it
2266
+			if ( element.parent().is( ".ui-effects-wrapper" ) ) {
2267
+				return element.parent();
2268
+			}
2269
+
2270
+			// Wrap the element
2271
+			var props = {
2272
+					width: element.outerWidth( true ),
2273
+					height: element.outerHeight( true ),
2274
+					"float": element.css( "float" )
2275
+				},
2276
+				wrapper = $( "<div></div>" )
2277
+					.addClass( "ui-effects-wrapper" )
2278
+					.css( {
2279
+						fontSize: "100%",
2280
+						background: "transparent",
2281
+						border: "none",
2282
+						margin: 0,
2283
+						padding: 0
2284
+					} ),
2285
+
2286
+				// Store the size in case width/height are defined in % - Fixes #5245
2287
+				size = {
2288
+					width: element.width(),
2289
+					height: element.height()
2290
+				},
2291
+				active = document.activeElement;
2292
+
2293
+			// Support: Firefox
2294
+			// Firefox incorrectly exposes anonymous content
2295
+			// https://bugzilla.mozilla.org/show_bug.cgi?id=561664
2296
+			try {
2297
+				active.id;
2298
+			} catch ( e ) {
2299
+				active = document.body;
2300
+			}
2301
+
2302
+			element.wrap( wrapper );
2303
+
2304
+			// Fixes #7595 - Elements lose focus when wrapped.
2305
+			if ( element[ 0 ] === active || $.contains( element[ 0 ], active ) ) {
2306
+				$( active ).trigger( "focus" );
2307
+			}
2308
+
2309
+			// Hotfix for jQuery 1.4 since some change in wrap() seems to actually
2310
+			// lose the reference to the wrapped element
2311
+			wrapper = element.parent();
2312
+
2313
+			// Transfer positioning properties to the wrapper
2314
+			if ( element.css( "position" ) === "static" ) {
2315
+				wrapper.css( { position: "relative" } );
2316
+				element.css( { position: "relative" } );
2317
+			} else {
2318
+				$.extend( props, {
2319
+					position: element.css( "position" ),
2320
+					zIndex: element.css( "z-index" )
2321
+				} );
2322
+				$.each( [ "top", "left", "bottom", "right" ], function( i, pos ) {
2323
+					props[ pos ] = element.css( pos );
2324
+					if ( isNaN( parseInt( props[ pos ], 10 ) ) ) {
2325
+						props[ pos ] = "auto";
2326
+					}
2327
+				} );
2328
+				element.css( {
2329
+					position: "relative",
2330
+					top: 0,
2331
+					left: 0,
2332
+					right: "auto",
2333
+					bottom: "auto"
2334
+				} );
2335
+			}
2336
+			element.css( size );
2337
+
2338
+			return wrapper.css( props ).show();
2339
+		},
2340
+
2341
+		removeWrapper: function( element ) {
2342
+			var active = document.activeElement;
2343
+
2344
+			if ( element.parent().is( ".ui-effects-wrapper" ) ) {
2345
+				element.parent().replaceWith( element );
2346
+
2347
+				// Fixes #7595 - Elements lose focus when wrapped.
2348
+				if ( element[ 0 ] === active || $.contains( element[ 0 ], active ) ) {
2349
+					$( active ).trigger( "focus" );
2350
+				}
2351
+			}
2352
+
2353
+			return element;
2354
+		}
2355
+	} );
2356
+}
2357
+
2358
+$.extend( $.effects, {
2359
+	version: "1.12.1",
2360
+
2361
+	define: function( name, mode, effect ) {
2362
+		if ( !effect ) {
2363
+			effect = mode;
2364
+			mode = "effect";
2365
+		}
2366
+
2367
+		$.effects.effect[ name ] = effect;
2368
+		$.effects.effect[ name ].mode = mode;
2369
+
2370
+		return effect;
2371
+	},
2372
+
2373
+	scaledDimensions: function( element, percent, direction ) {
2374
+		if ( percent === 0 ) {
2375
+			return {
2376
+				height: 0,
2377
+				width: 0,
2378
+				outerHeight: 0,
2379
+				outerWidth: 0
2380
+			};
2381
+		}
2382
+
2383
+		var x = direction !== "horizontal" ? ( ( percent || 100 ) / 100 ) : 1,
2384
+			y = direction !== "vertical" ? ( ( percent || 100 ) / 100 ) : 1;
2385
+
2386
+		return {
2387
+			height: element.height() * y,
2388
+			width: element.width() * x,
2389
+			outerHeight: element.outerHeight() * y,
2390
+			outerWidth: element.outerWidth() * x
2391
+		};
2392
+
2393
+	},
2394
+
2395
+	clipToBox: function( animation ) {
2396
+		return {
2397
+			width: animation.clip.right - animation.clip.left,
2398
+			height: animation.clip.bottom - animation.clip.top,
2399
+			left: animation.clip.left,
2400
+			top: animation.clip.top
2401
+		};
2402
+	},
2403
+
2404
+	// Injects recently queued functions to be first in line (after "inprogress")
2405
+	unshift: function( element, queueLength, count ) {
2406
+		var queue = element.queue();
2407
+
2408
+		if ( queueLength > 1 ) {
2409
+			queue.splice.apply( queue,
2410
+				[ 1, 0 ].concat( queue.splice( queueLength, count ) ) );
2411
+		}
2412
+		element.dequeue();
2413
+	},
2414
+
2415
+	saveStyle: function( element ) {
2416
+		element.data( dataSpaceStyle, element[ 0 ].style.cssText );
2417
+	},
2418
+
2419
+	restoreStyle: function( element ) {
2420
+		element[ 0 ].style.cssText = element.data( dataSpaceStyle ) || "";
2421
+		element.removeData( dataSpaceStyle );
2422
+	},
2423
+
2424
+	mode: function( element, mode ) {
2425
+		var hidden = element.is( ":hidden" );
2426
+
2427
+		if ( mode === "toggle" ) {
2428
+			mode = hidden ? "show" : "hide";
2429
+		}
2430
+		if ( hidden ? mode === "hide" : mode === "show" ) {
2431
+			mode = "none";
2432
+		}
2433
+		return mode;
2434
+	},
2435
+
2436
+	// Translates a [top,left] array into a baseline value
2437
+	getBaseline: function( origin, original ) {
2438
+		var y, x;
2439
+
2440
+		switch ( origin[ 0 ] ) {
2441
+		case "top":
2442
+			y = 0;
2443
+			break;
2444
+		case "middle":
2445
+			y = 0.5;
2446
+			break;
2447
+		case "bottom":
2448
+			y = 1;
2449
+			break;
2450
+		default:
2451
+			y = origin[ 0 ] / original.height;
2452
+		}
2453
+
2454
+		switch ( origin[ 1 ] ) {
2455
+		case "left":
2456
+			x = 0;
2457
+			break;
2458
+		case "center":
2459
+			x = 0.5;
2460
+			break;
2461
+		case "right":
2462
+			x = 1;
2463
+			break;
2464
+		default:
2465
+			x = origin[ 1 ] / original.width;
2466
+		}
2467
+
2468
+		return {
2469
+			x: x,
2470
+			y: y
2471
+		};
2472
+	},
2473
+
2474
+	// Creates a placeholder element so that the original element can be made absolute
2475
+	createPlaceholder: function( element ) {
2476
+		var placeholder,
2477
+			cssPosition = element.css( "position" ),
2478
+			position = element.position();
2479
+
2480
+		// Lock in margins first to account for form elements, which
2481
+		// will change margin if you explicitly set height
2482
+		// see: http://jsfiddle.net/JZSMt/3/ https://bugs.webkit.org/show_bug.cgi?id=107380
2483
+		// Support: Safari
2484
+		element.css( {
2485
+			marginTop: element.css( "marginTop" ),
2486
+			marginBottom: element.css( "marginBottom" ),
2487
+			marginLeft: element.css( "marginLeft" ),
2488
+			marginRight: element.css( "marginRight" )
2489
+		} )
2490
+		.outerWidth( element.outerWidth() )
2491
+		.outerHeight( element.outerHeight() );
2492
+
2493
+		if ( /^(static|relative)/.test( cssPosition ) ) {
2494
+			cssPosition = "absolute";
2495
+
2496
+			placeholder = $( "<" + element[ 0 ].nodeName + ">" ).insertAfter( element ).css( {
2497
+
2498
+				// Convert inline to inline block to account for inline elements
2499
+				// that turn to inline block based on content (like img)
2500
+				display: /^(inline|ruby)/.test( element.css( "display" ) ) ?
2501
+					"inline-block" :
2502
+					"block",
2503
+				visibility: "hidden",
2504
+
2505
+				// Margins need to be set to account for margin collapse
2506
+				marginTop: element.css( "marginTop" ),
2507
+				marginBottom: element.css( "marginBottom" ),
2508
+				marginLeft: element.css( "marginLeft" ),
2509
+				marginRight: element.css( "marginRight" ),
2510
+				"float": element.css( "float" )
2511
+			} )
2512
+			.outerWidth( element.outerWidth() )
2513
+			.outerHeight( element.outerHeight() )
2514
+			.addClass( "ui-effects-placeholder" );
2515
+
2516
+			element.data( dataSpace + "placeholder", placeholder );
2517
+		}
2518
+
2519
+		element.css( {
2520
+			position: cssPosition,
2521
+			left: position.left,
2522
+			top: position.top
2523
+		} );
2524
+
2525
+		return placeholder;
2526
+	},
2527
+
2528
+	removePlaceholder: function( element ) {
2529
+		var dataKey = dataSpace + "placeholder",
2530
+				placeholder = element.data( dataKey );
2531
+
2532
+		if ( placeholder ) {
2533
+			placeholder.remove();
2534
+			element.removeData( dataKey );
2535
+		}
2536
+	},
2537
+
2538
+	// Removes a placeholder if it exists and restores
2539
+	// properties that were modified during placeholder creation
2540
+	cleanUp: function( element ) {
2541
+		$.effects.restoreStyle( element );
2542
+		$.effects.removePlaceholder( element );
2543
+	},
2544
+
2545
+	setTransition: function( element, list, factor, value ) {
2546
+		value = value || {};
2547
+		$.each( list, function( i, x ) {
2548
+			var unit = element.cssUnit( x );
2549
+			if ( unit[ 0 ] > 0 ) {
2550
+				value[ x ] = unit[ 0 ] * factor + unit[ 1 ];
2551
+			}
2552
+		} );
2553
+		return value;
2554
+	}
2555
+} );
2556
+
2557
+// Return an effect options object for the given parameters:
2558
+function _normalizeArguments( effect, options, speed, callback ) {
2559
+
2560
+	// Allow passing all options as the first parameter
2561
+	if ( $.isPlainObject( effect ) ) {
2562
+		options = effect;
2563
+		effect = effect.effect;
2564
+	}
2565
+
2566
+	// Convert to an object
2567
+	effect = { effect: effect };
2568
+
2569
+	// Catch (effect, null, ...)
2570
+	if ( options == null ) {
2571
+		options = {};
2572
+	}
2573
+
2574
+	// Catch (effect, callback)
2575
+	if ( $.isFunction( options ) ) {
2576
+		callback = options;
2577
+		speed = null;
2578
+		options = {};
2579
+	}
2580
+
2581
+	// Catch (effect, speed, ?)
2582
+	if ( typeof options === "number" || $.fx.speeds[ options ] ) {
2583
+		callback = speed;
2584
+		speed = options;
2585
+		options = {};
2586
+	}
2587
+
2588
+	// Catch (effect, options, callback)
2589
+	if ( $.isFunction( speed ) ) {
2590
+		callback = speed;
2591
+		speed = null;
2592
+	}
2593
+
2594
+	// Add options to effect
2595
+	if ( options ) {
2596
+		$.extend( effect, options );
2597
+	}
2598
+
2599
+	speed = speed || options.duration;
2600
+	effect.duration = $.fx.off ? 0 :
2601
+		typeof speed === "number" ? speed :
2602
+		speed in $.fx.speeds ? $.fx.speeds[ speed ] :
2603
+		$.fx.speeds._default;
2604
+
2605
+	effect.complete = callback || options.complete;
2606
+
2607
+	return effect;
2608
+}
2609
+
2610
+function standardAnimationOption( option ) {
2611
+
2612
+	// Valid standard speeds (nothing, number, named speed)
2613
+	if ( !option || typeof option === "number" || $.fx.speeds[ option ] ) {
2614
+		return true;
2615
+	}
2616
+
2617
+	// Invalid strings - treat as "normal" speed
2618
+	if ( typeof option === "string" && !$.effects.effect[ option ] ) {
2619
+		return true;
2620
+	}
2621
+
2622
+	// Complete callback
2623
+	if ( $.isFunction( option ) ) {
2624
+		return true;
2625
+	}
2626
+
2627
+	// Options hash (but not naming an effect)
2628
+	if ( typeof option === "object" && !option.effect ) {
2629
+		return true;
2630
+	}
2631
+
2632
+	// Didn't match any standard API
2633
+	return false;
2634
+}
2635
+
2636
+$.fn.extend( {
2637
+	effect: function( /* effect, options, speed, callback */ ) {
2638
+		var args = _normalizeArguments.apply( this, arguments ),
2639
+			effectMethod = $.effects.effect[ args.effect ],
2640
+			defaultMode = effectMethod.mode,
2641
+			queue = args.queue,
2642
+			queueName = queue || "fx",
2643
+			complete = args.complete,
2644
+			mode = args.mode,
2645
+			modes = [],
2646
+			prefilter = function( next ) {
2647
+				var el = $( this ),
2648
+					normalizedMode = $.effects.mode( el, mode ) || defaultMode;
2649
+
2650
+				// Sentinel for duck-punching the :animated psuedo-selector
2651
+				el.data( dataSpaceAnimated, true );
2652
+
2653
+				// Save effect mode for later use,
2654
+				// we can't just call $.effects.mode again later,
2655
+				// as the .show() below destroys the initial state
2656
+				modes.push( normalizedMode );
2657
+
2658
+				// See $.uiBackCompat inside of run() for removal of defaultMode in 1.13
2659
+				if ( defaultMode && ( normalizedMode === "show" ||
2660
+						( normalizedMode === defaultMode && normalizedMode === "hide" ) ) ) {
2661
+					el.show();
2662
+				}
2663
+
2664
+				if ( !defaultMode || normalizedMode !== "none" ) {
2665
+					$.effects.saveStyle( el );
2666
+				}
2667
+
2668
+				if ( $.isFunction( next ) ) {
2669
+					next();
2670
+				}
2671
+			};
2672
+
2673
+		if ( $.fx.off || !effectMethod ) {
2674
+
2675
+			// Delegate to the original method (e.g., .show()) if possible
2676
+			if ( mode ) {
2677
+				return this[ mode ]( args.duration, complete );
2678
+			} else {
2679
+				return this.each( function() {
2680
+					if ( complete ) {
2681
+						complete.call( this );
2682
+					}
2683
+				} );
2684
+			}
2685
+		}
2686
+
2687
+		function run( next ) {
2688
+			var elem = $( this );
2689
+
2690
+			function cleanup() {
2691
+				elem.removeData( dataSpaceAnimated );
2692
+
2693
+				$.effects.cleanUp( elem );
2694
+
2695
+				if ( args.mode === "hide" ) {
2696
+					elem.hide();
2697
+				}
2698
+
2699
+				done();
2700
+			}
2701
+
2702
+			function done() {
2703
+				if ( $.isFunction( complete ) ) {
2704
+					complete.call( elem[ 0 ] );
2705
+				}
2706
+
2707
+				if ( $.isFunction( next ) ) {
2708
+					next();
2709
+				}
2710
+			}
2711
+
2712
+			// Override mode option on a per element basis,
2713
+			// as toggle can be either show or hide depending on element state
2714
+			args.mode = modes.shift();
2715
+
2716
+			if ( $.uiBackCompat !== false && !defaultMode ) {
2717
+				if ( elem.is( ":hidden" ) ? mode === "hide" : mode === "show" ) {
2718
+
2719
+					// Call the core method to track "olddisplay" properly
2720
+					elem[ mode ]();
2721
+					done();
2722
+				} else {
2723
+					effectMethod.call( elem[ 0 ], args, done );
2724
+				}
2725
+			} else {
2726
+				if ( args.mode === "none" ) {
2727
+
2728
+					// Call the core method to track "olddisplay" properly
2729
+					elem[ mode ]();
2730
+					done();
2731
+				} else {
2732
+					effectMethod.call( elem[ 0 ], args, cleanup );
2733
+				}
2734
+			}
2735
+		}
2736
+
2737
+		// Run prefilter on all elements first to ensure that
2738
+		// any showing or hiding happens before placeholder creation,
2739
+		// which ensures that any layout changes are correctly captured.
2740
+		return queue === false ?
2741
+			this.each( prefilter ).each( run ) :
2742
+			this.queue( queueName, prefilter ).queue( queueName, run );
2743
+	},
2744
+
2745
+	show: ( function( orig ) {
2746
+		return function( option ) {
2747
+			if ( standardAnimationOption( option ) ) {
2748
+				return orig.apply( this, arguments );
2749
+			} else {
2750
+				var args = _normalizeArguments.apply( this, arguments );
2751
+				args.mode = "show";
2752
+				return this.effect.call( this, args );
2753
+			}
2754
+		};
2755
+	} )( $.fn.show ),
2756
+
2757
+	hide: ( function( orig ) {
2758
+		return function( option ) {
2759
+			if ( standardAnimationOption( option ) ) {
2760
+				return orig.apply( this, arguments );
2761
+			} else {
2762
+				var args = _normalizeArguments.apply( this, arguments );
2763
+				args.mode = "hide";
2764
+				return this.effect.call( this, args );
2765
+			}
2766
+		};
2767
+	} )( $.fn.hide ),
2768
+
2769
+	toggle: ( function( orig ) {
2770
+		return function( option ) {
2771
+			if ( standardAnimationOption( option ) || typeof option === "boolean" ) {
2772
+				return orig.apply( this, arguments );
2773
+			} else {
2774
+				var args = _normalizeArguments.apply( this, arguments );
2775
+				args.mode = "toggle";
2776
+				return this.effect.call( this, args );
2777
+			}
2778
+		};
2779
+	} )( $.fn.toggle ),
2780
+
2781
+	cssUnit: function( key ) {
2782
+		var style = this.css( key ),
2783
+			val = [];
2784
+
2785
+		$.each( [ "em", "px", "%", "pt" ], function( i, unit ) {
2786
+			if ( style.indexOf( unit ) > 0 ) {
2787
+				val = [ parseFloat( style ), unit ];
2788
+			}
2789
+		} );
2790
+		return val;
2791
+	},
2792
+
2793
+	cssClip: function( clipObj ) {
2794
+		if ( clipObj ) {
2795
+			return this.css( "clip", "rect(" + clipObj.top + "px " + clipObj.right + "px " +
2796
+				clipObj.bottom + "px " + clipObj.left + "px)" );
2797
+		}
2798
+		return parseClip( this.css( "clip" ), this );
2799
+	},
2800
+
2801
+	transfer: function( options, done ) {
2802
+		var element = $( this ),
2803
+			target = $( options.to ),
2804
+			targetFixed = target.css( "position" ) === "fixed",
2805
+			body = $( "body" ),
2806
+			fixTop = targetFixed ? body.scrollTop() : 0,
2807
+			fixLeft = targetFixed ? body.scrollLeft() : 0,
2808
+			endPosition = target.offset(),
2809
+			animation = {
2810
+				top: endPosition.top - fixTop,
2811
+				left: endPosition.left - fixLeft,
2812
+				height: target.innerHeight(),
2813
+				width: target.innerWidth()
2814
+			},
2815
+			startPosition = element.offset(),
2816
+			transfer = $( "<div class='ui-effects-transfer'></div>" )
2817
+				.appendTo( "body" )
2818
+				.addClass( options.className )
2819
+				.css( {
2820
+					top: startPosition.top - fixTop,
2821
+					left: startPosition.left - fixLeft,
2822
+					height: element.innerHeight(),
2823
+					width: element.innerWidth(),
2824
+					position: targetFixed ? "fixed" : "absolute"
2825
+				} )
2826
+				.animate( animation, options.duration, options.easing, function() {
2827
+					transfer.remove();
2828
+					if ( $.isFunction( done ) ) {
2829
+						done();
2830
+					}
2831
+				} );
2832
+	}
2833
+} );
2834
+
2835
+function parseClip( str, element ) {
2836
+		var outerWidth = element.outerWidth(),
2837
+			outerHeight = element.outerHeight(),
2838
+			clipRegex = /^rect\((-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto)\)$/,
2839
+			values = clipRegex.exec( str ) || [ "", 0, outerWidth, outerHeight, 0 ];
2840
+
2841
+		return {
2842
+			top: parseFloat( values[ 1 ] ) || 0,
2843
+			right: values[ 2 ] === "auto" ? outerWidth : parseFloat( values[ 2 ] ),
2844
+			bottom: values[ 3 ] === "auto" ? outerHeight : parseFloat( values[ 3 ] ),
2845
+			left: parseFloat( values[ 4 ] ) || 0
2846
+		};
2847
+}
2848
+
2849
+$.fx.step.clip = function( fx ) {
2850
+	if ( !fx.clipInit ) {
2851
+		fx.start = $( fx.elem ).cssClip();
2852
+		if ( typeof fx.end === "string" ) {
2853
+			fx.end = parseClip( fx.end, fx.elem );
2854
+		}
2855
+		fx.clipInit = true;
2856
+	}
2857
+
2858
+	$( fx.elem ).cssClip( {
2859
+		top: fx.pos * ( fx.end.top - fx.start.top ) + fx.start.top,
2860
+		right: fx.pos * ( fx.end.right - fx.start.right ) + fx.start.right,
2861
+		bottom: fx.pos * ( fx.end.bottom - fx.start.bottom ) + fx.start.bottom,
2862
+		left: fx.pos * ( fx.end.left - fx.start.left ) + fx.start.left
2863
+	} );
2864
+};
2865
+
2866
+} )();
2867
+
2868
+/******************************************************************************/
2869
+/*********************************** EASING ***********************************/
2870
+/******************************************************************************/
2871
+
2872
+( function() {
2873
+
2874
+// Based on easing equations from Robert Penner (http://www.robertpenner.com/easing)
2875
+
2876
+var baseEasings = {};
2877
+
2878
+$.each( [ "Quad", "Cubic", "Quart", "Quint", "Expo" ], function( i, name ) {
2879
+	baseEasings[ name ] = function( p ) {
2880
+		return Math.pow( p, i + 2 );
2881
+	};
2882
+} );
2883
+
2884
+$.extend( baseEasings, {
2885
+	Sine: function( p ) {
2886
+		return 1 - Math.cos( p * Math.PI / 2 );
2887
+	},
2888
+	Circ: function( p ) {
2889
+		return 1 - Math.sqrt( 1 - p * p );
2890
+	},
2891
+	Elastic: function( p ) {
2892
+		return p === 0 || p === 1 ? p :
2893
+			-Math.pow( 2, 8 * ( p - 1 ) ) * Math.sin( ( ( p - 1 ) * 80 - 7.5 ) * Math.PI / 15 );
2894
+	},
2895
+	Back: function( p ) {
2896
+		return p * p * ( 3 * p - 2 );
2897
+	},
2898
+	Bounce: function( p ) {
2899
+		var pow2,
2900
+			bounce = 4;
2901
+
2902
+		while ( p < ( ( pow2 = Math.pow( 2, --bounce ) ) - 1 ) / 11 ) {}
2903
+		return 1 / Math.pow( 4, 3 - bounce ) - 7.5625 * Math.pow( ( pow2 * 3 - 2 ) / 22 - p, 2 );
2904
+	}
2905
+} );
2906
+
2907
+$.each( baseEasings, function( name, easeIn ) {
2908
+	$.easing[ "easeIn" + name ] = easeIn;
2909
+	$.easing[ "easeOut" + name ] = function( p ) {
2910
+		return 1 - easeIn( 1 - p );
2911
+	};
2912
+	$.easing[ "easeInOut" + name ] = function( p ) {
2913
+		return p < 0.5 ?
2914
+			easeIn( p * 2 ) / 2 :
2915
+			1 - easeIn( p * -2 + 2 ) / 2;
2916
+	};
2917
+} );
2918
+
2919
+} )();
2920
+
2921
+var effect = $.effects;
2922
+
2923
+
2924
+/*!
2925
+ * jQuery UI Effects Blind 1.12.1
2926
+ * http://jqueryui.com
2927
+ *
2928
+ * Copyright jQuery Foundation and other contributors
2929
+ * Released under the MIT license.
2930
+ * http://jquery.org/license
2931
+ */
2932
+
2933
+//>>label: Blind Effect
2934
+//>>group: Effects
2935
+//>>description: Blinds the element.
2936
+//>>docs: http://api.jqueryui.com/blind-effect/
2937
+//>>demos: http://jqueryui.com/effect/
2938
+
2939
+
2940
+
2941
+var effectsEffectBlind = $.effects.define( "blind", "hide", function( options, done ) {
2942
+	var map = {
2943
+			up: [ "bottom", "top" ],
2944
+			vertical: [ "bottom", "top" ],
2945
+			down: [ "top", "bottom" ],
2946
+			left: [ "right", "left" ],
2947
+			horizontal: [ "right", "left" ],
2948
+			right: [ "left", "right" ]
2949
+		},
2950
+		element = $( this ),
2951
+		direction = options.direction || "up",
2952
+		start = element.cssClip(),
2953
+		animate = { clip: $.extend( {}, start ) },
2954
+		placeholder = $.effects.createPlaceholder( element );
2955
+
2956
+	animate.clip[ map[ direction ][ 0 ] ] = animate.clip[ map[ direction ][ 1 ] ];
2957
+
2958
+	if ( options.mode === "show" ) {
2959
+		element.cssClip( animate.clip );
2960
+		if ( placeholder ) {
2961
+			placeholder.css( $.effects.clipToBox( animate ) );
2962
+		}
2963
+
2964
+		animate.clip = start;
2965
+	}
2966
+
2967
+	if ( placeholder ) {
2968
+		placeholder.animate( $.effects.clipToBox( animate ), options.duration, options.easing );
2969
+	}
2970
+
2971
+	element.animate( animate, {
2972
+		queue: false,
2973
+		duration: options.duration,
2974
+		easing: options.easing,
2975
+		complete: done
2976
+	} );
2977
+} );
2978
+
2979
+
2980
+/*!
2981
+ * jQuery UI Effects Bounce 1.12.1
2982
+ * http://jqueryui.com
2983
+ *
2984
+ * Copyright jQuery Foundation and other contributors
2985
+ * Released under the MIT license.
2986
+ * http://jquery.org/license
2987
+ */
2988
+
2989
+//>>label: Bounce Effect
2990
+//>>group: Effects
2991
+//>>description: Bounces an element horizontally or vertically n times.
2992
+//>>docs: http://api.jqueryui.com/bounce-effect/
2993
+//>>demos: http://jqueryui.com/effect/
2994
+
2995
+
2996
+
2997
+var effectsEffectBounce = $.effects.define( "bounce", function( options, done ) {
2998
+	var upAnim, downAnim, refValue,
2999
+		element = $( this ),
3000
+
3001
+		// Defaults:
3002
+		mode = options.mode,
3003
+		hide = mode === "hide",
3004
+		show = mode === "show",
3005
+		direction = options.direction || "up",
3006
+		distance = options.distance,
3007
+		times = options.times || 5,
3008
+
3009
+		// Number of internal animations
3010
+		anims = times * 2 + ( show || hide ? 1 : 0 ),
3011
+		speed = options.duration / anims,
3012
+		easing = options.easing,
3013
+
3014
+		// Utility:
3015
+		ref = ( direction === "up" || direction === "down" ) ? "top" : "left",
3016
+		motion = ( direction === "up" || direction === "left" ),
3017
+		i = 0,
3018
+
3019
+		queuelen = element.queue().length;
3020
+
3021
+	$.effects.createPlaceholder( element );
3022
+
3023
+	refValue = element.css( ref );
3024
+
3025
+	// Default distance for the BIGGEST bounce is the outer Distance / 3
3026
+	if ( !distance ) {
3027
+		distance = element[ ref === "top" ? "outerHeight" : "outerWidth" ]() / 3;
3028
+	}
3029
+
3030
+	if ( show ) {
3031
+		downAnim = { opacity: 1 };
3032
+		downAnim[ ref ] = refValue;
3033
+
3034
+		// If we are showing, force opacity 0 and set the initial position
3035
+		// then do the "first" animation
3036
+		element
3037
+			.css( "opacity", 0 )
3038
+			.css( ref, motion ? -distance * 2 : distance * 2 )
3039
+			.animate( downAnim, speed, easing );
3040
+	}
3041
+
3042
+	// Start at the smallest distance if we are hiding
3043
+	if ( hide ) {
3044
+		distance = distance / Math.pow( 2, times - 1 );
3045
+	}
3046
+
3047
+	downAnim = {};
3048
+	downAnim[ ref ] = refValue;
3049
+
3050
+	// Bounces up/down/left/right then back to 0 -- times * 2 animations happen here
3051
+	for ( ; i < times; i++ ) {
3052
+		upAnim = {};
3053
+		upAnim[ ref ] = ( motion ? "-=" : "+=" ) + distance;
3054
+
3055
+		element
3056
+			.animate( upAnim, speed, easing )
3057
+			.animate( downAnim, speed, easing );
3058
+
3059
+		distance = hide ? distance * 2 : distance / 2;
3060
+	}
3061
+
3062
+	// Last Bounce when Hiding
3063
+	if ( hide ) {
3064
+		upAnim = { opacity: 0 };
3065
+		upAnim[ ref ] = ( motion ? "-=" : "+=" ) + distance;
3066
+
3067
+		element.animate( upAnim, speed, easing );
3068
+	}
3069
+
3070
+	element.queue( done );
3071
+
3072
+	$.effects.unshift( element, queuelen, anims + 1 );
3073
+} );
3074
+
3075
+
3076
+/*!
3077
+ * jQuery UI Effects Clip 1.12.1
3078
+ * http://jqueryui.com
3079
+ *
3080
+ * Copyright jQuery Foundation and other contributors
3081
+ * Released under the MIT license.
3082
+ * http://jquery.org/license
3083
+ */
3084
+
3085
+//>>label: Clip Effect
3086
+//>>group: Effects
3087
+//>>description: Clips the element on and off like an old TV.
3088
+//>>docs: http://api.jqueryui.com/clip-effect/
3089
+//>>demos: http://jqueryui.com/effect/
3090
+
3091
+
3092
+
3093
+var effectsEffectClip = $.effects.define( "clip", "hide", function( options, done ) {
3094
+	var start,
3095
+		animate = {},
3096
+		element = $( this ),
3097
+		direction = options.direction || "vertical",
3098
+		both = direction === "both",
3099
+		horizontal = both || direction === "horizontal",
3100
+		vertical = both || direction === "vertical";
3101
+
3102
+	start = element.cssClip();
3103
+	animate.clip = {
3104
+		top: vertical ? ( start.bottom - start.top ) / 2 : start.top,
3105
+		right: horizontal ? ( start.right - start.left ) / 2 : start.right,
3106
+		bottom: vertical ? ( start.bottom - start.top ) / 2 : start.bottom,
3107
+		left: horizontal ? ( start.right - start.left ) / 2 : start.left
3108
+	};
3109
+
3110
+	$.effects.createPlaceholder( element );
3111
+
3112
+	if ( options.mode === "show" ) {
3113
+		element.cssClip( animate.clip );
3114
+		animate.clip = start;
3115
+	}
3116
+
3117
+	element.animate( animate, {
3118
+		queue: false,
3119
+		duration: options.duration,
3120
+		easing: options.easing,
3121
+		complete: done
3122
+	} );
3123
+
3124
+} );
3125
+
3126
+
3127
+/*!
3128
+ * jQuery UI Effects Drop 1.12.1
3129
+ * http://jqueryui.com
3130
+ *
3131
+ * Copyright jQuery Foundation and other contributors
3132
+ * Released under the MIT license.
3133
+ * http://jquery.org/license
3134
+ */
3135
+
3136
+//>>label: Drop Effect
3137
+//>>group: Effects
3138
+//>>description: Moves an element in one direction and hides it at the same time.
3139
+//>>docs: http://api.jqueryui.com/drop-effect/
3140
+//>>demos: http://jqueryui.com/effect/
3141
+
3142
+
3143
+
3144
+var effectsEffectDrop = $.effects.define( "drop", "hide", function( options, done ) {
3145
+
3146
+	var distance,
3147
+		element = $( this ),
3148
+		mode = options.mode,
3149
+		show = mode === "show",
3150
+		direction = options.direction || "left",
3151
+		ref = ( direction === "up" || direction === "down" ) ? "top" : "left",
3152
+		motion = ( direction === "up" || direction === "left" ) ? "-=" : "+=",
3153
+		oppositeMotion = ( motion === "+=" ) ? "-=" : "+=",
3154
+		animation = {
3155
+			opacity: 0
3156
+		};
3157
+
3158
+	$.effects.createPlaceholder( element );
3159
+
3160
+	distance = options.distance ||
3161
+		element[ ref === "top" ? "outerHeight" : "outerWidth" ]( true ) / 2;
3162
+
3163
+	animation[ ref ] = motion + distance;
3164
+
3165
+	if ( show ) {
3166
+		element.css( animation );
3167
+
3168
+		animation[ ref ] = oppositeMotion + distance;
3169
+		animation.opacity = 1;
3170
+	}
3171
+
3172
+	// Animate
3173
+	element.animate( animation, {
3174
+		queue: false,
3175
+		duration: options.duration,
3176
+		easing: options.easing,
3177
+		complete: done
3178
+	} );
3179
+} );
3180
+
3181
+
3182
+/*!
3183
+ * jQuery UI Effects Explode 1.12.1
3184
+ * http://jqueryui.com
3185
+ *
3186
+ * Copyright jQuery Foundation and other contributors
3187
+ * Released under the MIT license.
3188
+ * http://jquery.org/license
3189
+ */
3190
+
3191
+//>>label: Explode Effect
3192
+//>>group: Effects
3193
+// jscs:disable maximumLineLength
3194
+//>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.
3195
+// jscs:enable maximumLineLength
3196
+//>>docs: http://api.jqueryui.com/explode-effect/
3197
+//>>demos: http://jqueryui.com/effect/
3198
+
3199
+
3200
+
3201
+var effectsEffectExplode = $.effects.define( "explode", "hide", function( options, done ) {
3202
+
3203
+	var i, j, left, top, mx, my,
3204
+		rows = options.pieces ? Math.round( Math.sqrt( options.pieces ) ) : 3,
3205
+		cells = rows,
3206
+		element = $( this ),
3207
+		mode = options.mode,
3208
+		show = mode === "show",
3209
+
3210
+		// Show and then visibility:hidden the element before calculating offset
3211
+		offset = element.show().css( "visibility", "hidden" ).offset(),
3212
+
3213
+		// Width and height of a piece
3214
+		width = Math.ceil( element.outerWidth() / cells ),
3215
+		height = Math.ceil( element.outerHeight() / rows ),
3216
+		pieces = [];
3217
+
3218
+	// Children animate complete:
3219
+	function childComplete() {
3220
+		pieces.push( this );
3221
+		if ( pieces.length === rows * cells ) {
3222
+			animComplete();
3223
+		}
3224
+	}
3225
+
3226
+	// Clone the element for each row and cell.
3227
+	for ( i = 0; i < rows; i++ ) { // ===>
3228
+		top = offset.top + i * height;
3229
+		my = i - ( rows - 1 ) / 2;
3230
+
3231
+		for ( j = 0; j < cells; j++ ) { // |||
3232
+			left = offset.left + j * width;
3233
+			mx = j - ( cells - 1 ) / 2;
3234
+
3235
+			// Create a clone of the now hidden main element that will be absolute positioned
3236
+			// within a wrapper div off the -left and -top equal to size of our pieces
3237
+			element
3238
+				.clone()
3239
+				.appendTo( "body" )
3240
+				.wrap( "<div></div>" )
3241
+				.css( {
3242
+					position: "absolute",
3243
+					visibility: "visible",
3244
+					left: -j * width,
3245
+					top: -i * height
3246
+				} )
3247
+
3248
+				// Select the wrapper - make it overflow: hidden and absolute positioned based on
3249
+				// where the original was located +left and +top equal to the size of pieces
3250
+				.parent()
3251
+					.addClass( "ui-effects-explode" )
3252
+					.css( {
3253
+						position: "absolute",
3254
+						overflow: "hidden",
3255
+						width: width,
3256
+						height: height,
3257
+						left: left + ( show ? mx * width : 0 ),
3258
+						top: top + ( show ? my * height : 0 ),
3259
+						opacity: show ? 0 : 1
3260
+					} )
3261
+					.animate( {
3262
+						left: left + ( show ? 0 : mx * width ),
3263
+						top: top + ( show ? 0 : my * height ),
3264
+						opacity: show ? 1 : 0
3265
+					}, options.duration || 500, options.easing, childComplete );
3266
+		}
3267
+	}
3268
+
3269
+	function animComplete() {
3270
+		element.css( {
3271
+			visibility: "visible"
3272
+		} );
3273
+		$( pieces ).remove();
3274
+		done();
3275
+	}
3276
+} );
3277
+
3278
+
3279
+/*!
3280
+ * jQuery UI Effects Fade 1.12.1
3281
+ * http://jqueryui.com
3282
+ *
3283
+ * Copyright jQuery Foundation and other contributors
3284
+ * Released under the MIT license.
3285
+ * http://jquery.org/license
3286
+ */
3287
+
3288
+//>>label: Fade Effect
3289
+//>>group: Effects
3290
+//>>description: Fades the element.
3291
+//>>docs: http://api.jqueryui.com/fade-effect/
3292
+//>>demos: http://jqueryui.com/effect/
3293
+
3294
+
3295
+
3296
+var effectsEffectFade = $.effects.define( "fade", "toggle", function( options, done ) {
3297
+	var show = options.mode === "show";
3298
+
3299
+	$( this )
3300
+		.css( "opacity", show ? 0 : 1 )
3301
+		.animate( {
3302
+			opacity: show ? 1 : 0
3303
+		}, {
3304
+			queue: false,
3305
+			duration: options.duration,
3306
+			easing: options.easing,
3307
+			complete: done
3308
+		} );
3309
+} );
3310
+
3311
+
3312
+/*!
3313
+ * jQuery UI Effects Fold 1.12.1
3314
+ * http://jqueryui.com
3315
+ *
3316
+ * Copyright jQuery Foundation and other contributors
3317
+ * Released under the MIT license.
3318
+ * http://jquery.org/license
3319
+ */
3320
+
3321
+//>>label: Fold Effect
3322
+//>>group: Effects
3323
+//>>description: Folds an element first horizontally and then vertically.
3324
+//>>docs: http://api.jqueryui.com/fold-effect/
3325
+//>>demos: http://jqueryui.com/effect/
3326
+
3327
+
3328
+
3329
+var effectsEffectFold = $.effects.define( "fold", "hide", function( options, done ) {
3330
+
3331
+	// Create element
3332
+	var element = $( this ),
3333
+		mode = options.mode,
3334
+		show = mode === "show",
3335
+		hide = mode === "hide",
3336
+		size = options.size || 15,
3337
+		percent = /([0-9]+)%/.exec( size ),
3338
+		horizFirst = !!options.horizFirst,
3339
+		ref = horizFirst ? [ "right", "bottom" ] : [ "bottom", "right" ],
3340
+		duration = options.duration / 2,
3341
+
3342
+		placeholder = $.effects.createPlaceholder( element ),
3343
+
3344
+		start = element.cssClip(),
3345
+		animation1 = { clip: $.extend( {}, start ) },
3346
+		animation2 = { clip: $.extend( {}, start ) },
3347
+
3348
+		distance = [ start[ ref[ 0 ] ], start[ ref[ 1 ] ] ],
3349
+
3350
+		queuelen = element.queue().length;
3351
+
3352
+	if ( percent ) {
3353
+		size = parseInt( percent[ 1 ], 10 ) / 100 * distance[ hide ? 0 : 1 ];
3354
+	}
3355
+	animation1.clip[ ref[ 0 ] ] = size;
3356
+	animation2.clip[ ref[ 0 ] ] = size;
3357
+	animation2.clip[ ref[ 1 ] ] = 0;
3358
+
3359
+	if ( show ) {
3360
+		element.cssClip( animation2.clip );
3361
+		if ( placeholder ) {
3362
+			placeholder.css( $.effects.clipToBox( animation2 ) );
3363
+		}
3364
+
3365
+		animation2.clip = start;
3366
+	}
3367
+
3368
+	// Animate
3369
+	element
3370
+		.queue( function( next ) {
3371
+			if ( placeholder ) {
3372
+				placeholder
3373
+					.animate( $.effects.clipToBox( animation1 ), duration, options.easing )
3374
+					.animate( $.effects.clipToBox( animation2 ), duration, options.easing );
3375
+			}
3376
+
3377
+			next();
3378
+		} )
3379
+		.animate( animation1, duration, options.easing )
3380
+		.animate( animation2, duration, options.easing )
3381
+		.queue( done );
3382
+
3383
+	$.effects.unshift( element, queuelen, 4 );
3384
+} );
3385
+
3386
+
3387
+/*!
3388
+ * jQuery UI Effects Highlight 1.12.1
3389
+ * http://jqueryui.com
3390
+ *
3391
+ * Copyright jQuery Foundation and other contributors
3392
+ * Released under the MIT license.
3393
+ * http://jquery.org/license
3394
+ */
3395
+
3396
+//>>label: Highlight Effect
3397
+//>>group: Effects
3398
+//>>description: Highlights the background of an element in a defined color for a custom duration.
3399
+//>>docs: http://api.jqueryui.com/highlight-effect/
3400
+//>>demos: http://jqueryui.com/effect/
3401
+
3402
+
3403
+
3404
+var effectsEffectHighlight = $.effects.define( "highlight", "show", function( options, done ) {
3405
+	var element = $( this ),
3406
+		animation = {
3407
+			backgroundColor: element.css( "backgroundColor" )
3408
+		};
3409
+
3410
+	if ( options.mode === "hide" ) {
3411
+		animation.opacity = 0;
3412
+	}
3413
+
3414
+	$.effects.saveStyle( element );
3415
+
3416
+	element
3417
+		.css( {
3418
+			backgroundImage: "none",
3419
+			backgroundColor: options.color || "#ffff99"
3420
+		} )
3421
+		.animate( animation, {
3422
+			queue: false,
3423
+			duration: options.duration,
3424
+			easing: options.easing,
3425
+			complete: done
3426
+		} );
3427
+} );
3428
+
3429
+
3430
+/*!
3431
+ * jQuery UI Effects Size 1.12.1
3432
+ * http://jqueryui.com
3433
+ *
3434
+ * Copyright jQuery Foundation and other contributors
3435
+ * Released under the MIT license.
3436
+ * http://jquery.org/license
3437
+ */
3438
+
3439
+//>>label: Size Effect
3440
+//>>group: Effects
3441
+//>>description: Resize an element to a specified width and height.
3442
+//>>docs: http://api.jqueryui.com/size-effect/
3443
+//>>demos: http://jqueryui.com/effect/
3444
+
3445
+
3446
+
3447
+var effectsEffectSize = $.effects.define( "size", function( options, done ) {
3448
+
3449
+	// Create element
3450
+	var baseline, factor, temp,
3451
+		element = $( this ),
3452
+
3453
+		// Copy for children
3454
+		cProps = [ "fontSize" ],
3455
+		vProps = [ "borderTopWidth", "borderBottomWidth", "paddingTop", "paddingBottom" ],
3456
+		hProps = [ "borderLeftWidth", "borderRightWidth", "paddingLeft", "paddingRight" ],
3457
+
3458
+		// Set options
3459
+		mode = options.mode,
3460
+		restore = mode !== "effect",
3461
+		scale = options.scale || "both",
3462
+		origin = options.origin || [ "middle", "center" ],
3463
+		position = element.css( "position" ),
3464
+		pos = element.position(),
3465
+		original = $.effects.scaledDimensions( element ),
3466
+		from = options.from || original,
3467
+		to = options.to || $.effects.scaledDimensions( element, 0 );
3468
+
3469
+	$.effects.createPlaceholder( element );
3470
+
3471
+	if ( mode === "show" ) {
3472
+		temp = from;
3473
+		from = to;
3474
+		to = temp;
3475
+	}
3476
+
3477
+	// Set scaling factor
3478
+	factor = {
3479
+		from: {
3480
+			y: from.height / original.height,
3481
+			x: from.width / original.width
3482
+		},
3483
+		to: {
3484
+			y: to.height / original.height,
3485
+			x: to.width / original.width
3486
+		}
3487
+	};
3488
+
3489
+	// Scale the css box
3490
+	if ( scale === "box" || scale === "both" ) {
3491
+
3492
+		// Vertical props scaling
3493
+		if ( factor.from.y !== factor.to.y ) {
3494
+			from = $.effects.setTransition( element, vProps, factor.from.y, from );
3495
+			to = $.effects.setTransition( element, vProps, factor.to.y, to );
3496
+		}
3497
+
3498
+		// Horizontal props scaling
3499
+		if ( factor.from.x !== factor.to.x ) {
3500
+			from = $.effects.setTransition( element, hProps, factor.from.x, from );
3501
+			to = $.effects.setTransition( element, hProps, factor.to.x, to );
3502
+		}
3503
+	}
3504
+
3505
+	// Scale the content
3506
+	if ( scale === "content" || scale === "both" ) {
3507
+
3508
+		// Vertical props scaling
3509
+		if ( factor.from.y !== factor.to.y ) {
3510
+			from = $.effects.setTransition( element, cProps, factor.from.y, from );
3511
+			to = $.effects.setTransition( element, cProps, factor.to.y, to );
3512
+		}
3513
+	}
3514
+
3515
+	// Adjust the position properties based on the provided origin points
3516
+	if ( origin ) {
3517
+		baseline = $.effects.getBaseline( origin, original );
3518
+		from.top = ( original.outerHeight - from.outerHeight ) * baseline.y + pos.top;
3519
+		from.left = ( original.outerWidth - from.outerWidth ) * baseline.x + pos.left;
3520
+		to.top = ( original.outerHeight - to.outerHeight ) * baseline.y + pos.top;
3521
+		to.left = ( original.outerWidth - to.outerWidth ) * baseline.x + pos.left;
3522
+	}
3523
+	element.css( from );
3524
+
3525
+	// Animate the children if desired
3526
+	if ( scale === "content" || scale === "both" ) {
3527
+
3528
+		vProps = vProps.concat( [ "marginTop", "marginBottom" ] ).concat( cProps );
3529
+		hProps = hProps.concat( [ "marginLeft", "marginRight" ] );
3530
+
3531
+		// Only animate children with width attributes specified
3532
+		// TODO: is this right? should we include anything with css width specified as well
3533
+		element.find( "*[width]" ).each( function() {
3534
+			var child = $( this ),
3535
+				childOriginal = $.effects.scaledDimensions( child ),
3536
+				childFrom = {
3537
+					height: childOriginal.height * factor.from.y,
3538
+					width: childOriginal.width * factor.from.x,
3539
+					outerHeight: childOriginal.outerHeight * factor.from.y,
3540
+					outerWidth: childOriginal.outerWidth * factor.from.x
3541
+				},
3542
+				childTo = {
3543
+					height: childOriginal.height * factor.to.y,
3544
+					width: childOriginal.width * factor.to.x,
3545
+					outerHeight: childOriginal.height * factor.to.y,
3546
+					outerWidth: childOriginal.width * factor.to.x
3547
+				};
3548
+
3549
+			// Vertical props scaling
3550
+			if ( factor.from.y !== factor.to.y ) {
3551
+				childFrom = $.effects.setTransition( child, vProps, factor.from.y, childFrom );
3552
+				childTo = $.effects.setTransition( child, vProps, factor.to.y, childTo );
3553
+			}
3554
+
3555
+			// Horizontal props scaling
3556
+			if ( factor.from.x !== factor.to.x ) {
3557
+				childFrom = $.effects.setTransition( child, hProps, factor.from.x, childFrom );
3558
+				childTo = $.effects.setTransition( child, hProps, factor.to.x, childTo );
3559
+			}
3560
+
3561
+			if ( restore ) {
3562
+				$.effects.saveStyle( child );
3563
+			}
3564
+
3565
+			// Animate children
3566
+			child.css( childFrom );
3567
+			child.animate( childTo, options.duration, options.easing, function() {
3568
+
3569
+				// Restore children
3570
+				if ( restore ) {
3571
+					$.effects.restoreStyle( child );
3572
+				}
3573
+			} );
3574
+		} );
3575
+	}
3576
+
3577
+	// Animate
3578
+	element.animate( to, {
3579
+		queue: false,
3580
+		duration: options.duration,
3581
+		easing: options.easing,
3582
+		complete: function() {
3583
+
3584
+			var offset = element.offset();
3585
+
3586
+			if ( to.opacity === 0 ) {
3587
+				element.css( "opacity", from.opacity );
3588
+			}
3589
+
3590
+			if ( !restore ) {
3591
+				element
3592
+					.css( "position", position === "static" ? "relative" : position )
3593
+					.offset( offset );
3594
+
3595
+				// Need to save style here so that automatic style restoration
3596
+				// doesn't restore to the original styles from before the animation.
3597
+				$.effects.saveStyle( element );
3598
+			}
3599
+
3600
+			done();
3601
+		}
3602
+	} );
3603
+
3604
+} );
3605
+
3606
+
3607
+/*!
3608
+ * jQuery UI Effects Scale 1.12.1
3609
+ * http://jqueryui.com
3610
+ *
3611
+ * Copyright jQuery Foundation and other contributors
3612
+ * Released under the MIT license.
3613
+ * http://jquery.org/license
3614
+ */
3615
+
3616
+//>>label: Scale Effect
3617
+//>>group: Effects
3618
+//>>description: Grows or shrinks an element and its content.
3619
+//>>docs: http://api.jqueryui.com/scale-effect/
3620
+//>>demos: http://jqueryui.com/effect/
3621
+
3622
+
3623
+
3624
+var effectsEffectScale = $.effects.define( "scale", function( options, done ) {
3625
+
3626
+	// Create element
3627
+	var el = $( this ),
3628
+		mode = options.mode,
3629
+		percent = parseInt( options.percent, 10 ) ||
3630
+			( parseInt( options.percent, 10 ) === 0 ? 0 : ( mode !== "effect" ? 0 : 100 ) ),
3631
+
3632
+		newOptions = $.extend( true, {
3633
+			from: $.effects.scaledDimensions( el ),
3634
+			to: $.effects.scaledDimensions( el, percent, options.direction || "both" ),
3635
+			origin: options.origin || [ "middle", "center" ]
3636
+		}, options );
3637
+
3638
+	// Fade option to support puff
3639
+	if ( options.fade ) {
3640
+		newOptions.from.opacity = 1;
3641
+		newOptions.to.opacity = 0;
3642
+	}
3643
+
3644
+	$.effects.effect.size.call( this, newOptions, done );
3645
+} );
3646
+
3647
+
3648
+/*!
3649
+ * jQuery UI Effects Puff 1.12.1
3650
+ * http://jqueryui.com
3651
+ *
3652
+ * Copyright jQuery Foundation and other contributors
3653
+ * Released under the MIT license.
3654
+ * http://jquery.org/license
3655
+ */
3656
+
3657
+//>>label: Puff Effect
3658
+//>>group: Effects
3659
+//>>description: Creates a puff effect by scaling the element up and hiding it at the same time.
3660
+//>>docs: http://api.jqueryui.com/puff-effect/
3661
+//>>demos: http://jqueryui.com/effect/
3662
+
3663
+
3664
+
3665
+var effectsEffectPuff = $.effects.define( "puff", "hide", function( options, done ) {
3666
+	var newOptions = $.extend( true, {}, options, {
3667
+		fade: true,
3668
+		percent: parseInt( options.percent, 10 ) || 150
3669
+	} );
3670
+
3671
+	$.effects.effect.scale.call( this, newOptions, done );
3672
+} );
3673
+
3674
+
3675
+/*!
3676
+ * jQuery UI Effects Pulsate 1.12.1
3677
+ * http://jqueryui.com
3678
+ *
3679
+ * Copyright jQuery Foundation and other contributors
3680
+ * Released under the MIT license.
3681
+ * http://jquery.org/license
3682
+ */
3683
+
3684
+//>>label: Pulsate Effect
3685
+//>>group: Effects
3686
+//>>description: Pulsates an element n times by changing the opacity to zero and back.
3687
+//>>docs: http://api.jqueryui.com/pulsate-effect/
3688
+//>>demos: http://jqueryui.com/effect/
3689
+
3690
+
3691
+
3692
+var effectsEffectPulsate = $.effects.define( "pulsate", "show", function( options, done ) {
3693
+	var element = $( this ),
3694
+		mode = options.mode,
3695
+		show = mode === "show",
3696
+		hide = mode === "hide",
3697
+		showhide = show || hide,
3698
+
3699
+		// Showing or hiding leaves off the "last" animation
3700
+		anims = ( ( options.times || 5 ) * 2 ) + ( showhide ? 1 : 0 ),
3701
+		duration = options.duration / anims,
3702
+		animateTo = 0,
3703
+		i = 1,
3704
+		queuelen = element.queue().length;
3705
+
3706
+	if ( show || !element.is( ":visible" ) ) {
3707
+		element.css( "opacity", 0 ).show();
3708
+		animateTo = 1;
3709
+	}
3710
+
3711
+	// Anims - 1 opacity "toggles"
3712
+	for ( ; i < anims; i++ ) {
3713
+		element.animate( { opacity: animateTo }, duration, options.easing );
3714
+		animateTo = 1 - animateTo;
3715
+	}
3716
+
3717
+	element.animate( { opacity: animateTo }, duration, options.easing );
3718
+
3719
+	element.queue( done );
3720
+
3721
+	$.effects.unshift( element, queuelen, anims + 1 );
3722
+} );
3723
+
3724
+
3725
+/*!
3726
+ * jQuery UI Effects Shake 1.12.1
3727
+ * http://jqueryui.com
3728
+ *
3729
+ * Copyright jQuery Foundation and other contributors
3730
+ * Released under the MIT license.
3731
+ * http://jquery.org/license
3732
+ */
3733
+
3734
+//>>label: Shake Effect
3735
+//>>group: Effects
3736
+//>>description: Shakes an element horizontally or vertically n times.
3737
+//>>docs: http://api.jqueryui.com/shake-effect/
3738
+//>>demos: http://jqueryui.com/effect/
3739
+
3740
+
3741
+
3742
+var effectsEffectShake = $.effects.define( "shake", function( options, done ) {
3743
+
3744
+	var i = 1,
3745
+		element = $( this ),
3746
+		direction = options.direction || "left",
3747
+		distance = options.distance || 20,
3748
+		times = options.times || 3,
3749
+		anims = times * 2 + 1,
3750
+		speed = Math.round( options.duration / anims ),
3751
+		ref = ( direction === "up" || direction === "down" ) ? "top" : "left",
3752
+		positiveMotion = ( direction === "up" || direction === "left" ),
3753
+		animation = {},
3754
+		animation1 = {},
3755
+		animation2 = {},
3756
+
3757
+		queuelen = element.queue().length;
3758
+
3759
+	$.effects.createPlaceholder( element );
3760
+
3761
+	// Animation
3762
+	animation[ ref ] = ( positiveMotion ? "-=" : "+=" ) + distance;
3763
+	animation1[ ref ] = ( positiveMotion ? "+=" : "-=" ) + distance * 2;
3764
+	animation2[ ref ] = ( positiveMotion ? "-=" : "+=" ) + distance * 2;
3765
+
3766
+	// Animate
3767
+	element.animate( animation, speed, options.easing );
3768
+
3769
+	// Shakes
3770
+	for ( ; i < times; i++ ) {
3771
+		element
3772
+			.animate( animation1, speed, options.easing )
3773
+			.animate( animation2, speed, options.easing );
3774
+	}
3775
+
3776
+	element
3777
+		.animate( animation1, speed, options.easing )
3778
+		.animate( animation, speed / 2, options.easing )
3779
+		.queue( done );
3780
+
3781
+	$.effects.unshift( element, queuelen, anims + 1 );
3782
+} );
3783
+
3784
+
3785
+/*!
3786
+ * jQuery UI Effects Slide 1.12.1
3787
+ * http://jqueryui.com
3788
+ *
3789
+ * Copyright jQuery Foundation and other contributors
3790
+ * Released under the MIT license.
3791
+ * http://jquery.org/license
3792
+ */
3793
+
3794
+//>>label: Slide Effect
3795
+//>>group: Effects
3796
+//>>description: Slides an element in and out of the viewport.
3797
+//>>docs: http://api.jqueryui.com/slide-effect/
3798
+//>>demos: http://jqueryui.com/effect/
3799
+
3800
+
3801
+
3802
+var effectsEffectSlide = $.effects.define( "slide", "show", function( options, done ) {
3803
+	var startClip, startRef,
3804
+		element = $( this ),
3805
+		map = {
3806
+			up: [ "bottom", "top" ],
3807
+			down: [ "top", "bottom" ],
3808
+			left: [ "right", "left" ],
3809
+			right: [ "left", "right" ]
3810
+		},
3811
+		mode = options.mode,
3812
+		direction = options.direction || "left",
3813
+		ref = ( direction === "up" || direction === "down" ) ? "top" : "left",
3814
+		positiveMotion = ( direction === "up" || direction === "left" ),
3815
+		distance = options.distance ||
3816
+			element[ ref === "top" ? "outerHeight" : "outerWidth" ]( true ),
3817
+		animation = {};
3818
+
3819
+	$.effects.createPlaceholder( element );
3820
+
3821
+	startClip = element.cssClip();
3822
+	startRef = element.position()[ ref ];
3823
+
3824
+	// Define hide animation
3825
+	animation[ ref ] = ( positiveMotion ? -1 : 1 ) * distance + startRef;
3826
+	animation.clip = element.cssClip();
3827
+	animation.clip[ map[ direction ][ 1 ] ] = animation.clip[ map[ direction ][ 0 ] ];
3828
+
3829
+	// Reverse the animation if we're showing
3830
+	if ( mode === "show" ) {
3831
+		element.cssClip( animation.clip );
3832
+		element.css( ref, animation[ ref ] );
3833
+		animation.clip = startClip;
3834
+		animation[ ref ] = startRef;
3835
+	}
3836
+
3837
+	// Actually animate
3838
+	element.animate( animation, {
3839
+		queue: false,
3840
+		duration: options.duration,
3841
+		easing: options.easing,
3842
+		complete: done
3843
+	} );
3844
+} );
3845
+
3846
+
3847
+/*!
3848
+ * jQuery UI Effects Transfer 1.12.1
3849
+ * http://jqueryui.com
3850
+ *
3851
+ * Copyright jQuery Foundation and other contributors
3852
+ * Released under the MIT license.
3853
+ * http://jquery.org/license
3854
+ */
3855
+
3856
+//>>label: Transfer Effect
3857
+//>>group: Effects
3858
+//>>description: Displays a transfer effect from one element to another.
3859
+//>>docs: http://api.jqueryui.com/transfer-effect/
3860
+//>>demos: http://jqueryui.com/effect/
3861
+
3862
+
3863
+
3864
+var effect;
3865
+if ( $.uiBackCompat !== false ) {
3866
+	effect = $.effects.define( "transfer", function( options, done ) {
3867
+		$( this ).transfer( options, done );
3868
+	} );
3869
+}
3870
+var effectsEffectTransfer = effect;
3871
+
3872
+
3873
+/*!
3874
+ * jQuery UI Focusable 1.12.1
3875
+ * http://jqueryui.com
3876
+ *
3877
+ * Copyright jQuery Foundation and other contributors
3878
+ * Released under the MIT license.
3879
+ * http://jquery.org/license
3880
+ */
3881
+
3882
+//>>label: :focusable Selector
3883
+//>>group: Core
3884
+//>>description: Selects elements which can be focused.
3885
+//>>docs: http://api.jqueryui.com/focusable-selector/
3886
+
3887
+
3888
+
3889
+// Selectors
3890
+$.ui.focusable = function( element, hasTabindex ) {
3891
+	var map, mapName, img, focusableIfVisible, fieldset,
3892
+		nodeName = element.nodeName.toLowerCase();
3893
+
3894
+	if ( "area" === nodeName ) {
3895
+		map = element.parentNode;
3896
+		mapName = map.name;
3897
+		if ( !element.href || !mapName || map.nodeName.toLowerCase() !== "map" ) {
3898
+			return false;
3899
+		}
3900
+		img = $( "img[usemap='#" + mapName + "']" );
3901
+		return img.length > 0 && img.is( ":visible" );
3902
+	}
3903
+
3904
+	if ( /^(input|select|textarea|button|object)$/.test( nodeName ) ) {
3905
+		focusableIfVisible = !element.disabled;
3906
+
3907
+		if ( focusableIfVisible ) {
3908
+
3909
+			// Form controls within a disabled fieldset are disabled.
3910
+			// However, controls within the fieldset's legend do not get disabled.
3911
+			// Since controls generally aren't placed inside legends, we skip
3912
+			// this portion of the check.
3913
+			fieldset = $( element ).closest( "fieldset" )[ 0 ];
3914
+			if ( fieldset ) {
3915
+				focusableIfVisible = !fieldset.disabled;
3916
+			}
3917
+		}
3918
+	} else if ( "a" === nodeName ) {
3919
+		focusableIfVisible = element.href || hasTabindex;
3920
+	} else {
3921
+		focusableIfVisible = hasTabindex;
3922
+	}
3923
+
3924
+	return focusableIfVisible && $( element ).is( ":visible" ) && visible( $( element ) );
3925
+};
3926
+
3927
+// Support: IE 8 only
3928
+// IE 8 doesn't resolve inherit to visible/hidden for computed values
3929
+function visible( element ) {
3930
+	var visibility = element.css( "visibility" );
3931
+	while ( visibility === "inherit" ) {
3932
+		element = element.parent();
3933
+		visibility = element.css( "visibility" );
3934
+	}
3935
+	return visibility !== "hidden";
3936
+}
3937
+
3938
+$.extend( $.expr[ ":" ], {
3939
+	focusable: function( element ) {
3940
+		return $.ui.focusable( element, $.attr( element, "tabindex" ) != null );
3941
+	}
3942
+} );
3943
+
3944
+var focusable = $.ui.focusable;
3945
+
3946
+
3947
+
3948
+
3949
+// Support: IE8 Only
3950
+// IE8 does not support the form attribute and when it is supplied. It overwrites the form prop
3951
+// with a string, so we need to find the proper form.
3952
+var form = $.fn.form = function() {
3953
+	return typeof this[ 0 ].form === "string" ? this.closest( "form" ) : $( this[ 0 ].form );
3954
+};
3955
+
3956
+
3957
+/*!
3958
+ * jQuery UI Form Reset Mixin 1.12.1
3959
+ * http://jqueryui.com
3960
+ *
3961
+ * Copyright jQuery Foundation and other contributors
3962
+ * Released under the MIT license.
3963
+ * http://jquery.org/license
3964
+ */
3965
+
3966
+//>>label: Form Reset Mixin
3967
+//>>group: Core
3968
+//>>description: Refresh input widgets when their form is reset
3969
+//>>docs: http://api.jqueryui.com/form-reset-mixin/
3970
+
3971
+
3972
+
3973
+var formResetMixin = $.ui.formResetMixin = {
3974
+	_formResetHandler: function() {
3975
+		var form = $( this );
3976
+
3977
+		// Wait for the form reset to actually happen before refreshing
3978
+		setTimeout( function() {
3979
+			var instances = form.data( "ui-form-reset-instances" );
3980
+			$.each( instances, function() {
3981
+				this.refresh();
3982
+			} );
3983
+		} );
3984
+	},
3985
+
3986
+	_bindFormResetHandler: function() {
3987
+		this.form = this.element.form();
3988
+		if ( !this.form.length ) {
3989
+			return;
3990
+		}
3991
+
3992
+		var instances = this.form.data( "ui-form-reset-instances" ) || [];
3993
+		if ( !instances.length ) {
3994
+
3995
+			// We don't use _on() here because we use a single event handler per form
3996
+			this.form.on( "reset.ui-form-reset", this._formResetHandler );
3997
+		}
3998
+		instances.push( this );
3999
+		this.form.data( "ui-form-reset-instances", instances );
4000
+	},
4001
+
4002
+	_unbindFormResetHandler: function() {
4003
+		if ( !this.form.length ) {
4004
+			return;
4005
+		}
4006
+
4007
+		var instances = this.form.data( "ui-form-reset-instances" );
4008
+		instances.splice( $.inArray( this, instances ), 1 );
4009
+		if ( instances.length ) {
4010
+			this.form.data( "ui-form-reset-instances", instances );
4011
+		} else {
4012
+			this.form
4013
+				.removeData( "ui-form-reset-instances" )
4014
+				.off( "reset.ui-form-reset" );
4015
+		}
4016
+	}
4017
+};
4018
+
4019
+
4020
+/*!
4021
+ * jQuery UI Support for jQuery core 1.7.x 1.12.1
4022
+ * http://jqueryui.com
4023
+ *
4024
+ * Copyright jQuery Foundation and other contributors
4025
+ * Released under the MIT license.
4026
+ * http://jquery.org/license
4027
+ *
4028
+ */
4029
+
4030
+//>>label: jQuery 1.7 Support
4031
+//>>group: Core
4032
+//>>description: Support version 1.7.x of jQuery core
4033
+
4034
+
4035
+
4036
+// Support: jQuery 1.7 only
4037
+// Not a great way to check versions, but since we only support 1.7+ and only
4038
+// need to detect <1.8, this is a simple check that should suffice. Checking
4039
+// for "1.7." would be a bit safer, but the version string is 1.7, not 1.7.0
4040
+// and we'll never reach 1.70.0 (if we do, we certainly won't be supporting
4041
+// 1.7 anymore). See #11197 for why we're not using feature detection.
4042
+if ( $.fn.jquery.substring( 0, 3 ) === "1.7" ) {
4043
+
4044
+	// Setters for .innerWidth(), .innerHeight(), .outerWidth(), .outerHeight()
4045
+	// Unlike jQuery Core 1.8+, these only support numeric values to set the
4046
+	// dimensions in pixels
4047
+	$.each( [ "Width", "Height" ], function( i, name ) {
4048
+		var side = name === "Width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ],
4049
+			type = name.toLowerCase(),
4050
+			orig = {
4051
+				innerWidth: $.fn.innerWidth,
4052
+				innerHeight: $.fn.innerHeight,
4053
+				outerWidth: $.fn.outerWidth,
4054
+				outerHeight: $.fn.outerHeight
4055
+			};
4056
+
4057
+		function reduce( elem, size, border, margin ) {
4058
+			$.each( side, function() {
4059
+				size -= parseFloat( $.css( elem, "padding" + this ) ) || 0;
4060
+				if ( border ) {
4061
+					size -= parseFloat( $.css( elem, "border" + this + "Width" ) ) || 0;
4062
+				}
4063
+				if ( margin ) {
4064
+					size -= parseFloat( $.css( elem, "margin" + this ) ) || 0;
4065
+				}
4066
+			} );
4067
+			return size;
4068
+		}
4069
+
4070
+		$.fn[ "inner" + name ] = function( size ) {
4071
+			if ( size === undefined ) {
4072
+				return orig[ "inner" + name ].call( this );
4073
+			}
4074
+
4075
+			return this.each( function() {
4076
+				$( this ).css( type, reduce( this, size ) + "px" );
4077
+			} );
4078
+		};
4079
+
4080
+		$.fn[ "outer" + name ] = function( size, margin ) {
4081
+			if ( typeof size !== "number" ) {
4082
+				return orig[ "outer" + name ].call( this, size );
4083
+			}
4084
+
4085
+			return this.each( function() {
4086
+				$( this ).css( type, reduce( this, size, true, margin ) + "px" );
4087
+			} );
4088
+		};
4089
+	} );
4090
+
4091
+	$.fn.addBack = function( selector ) {
4092
+		return this.add( selector == null ?
4093
+			this.prevObject : this.prevObject.filter( selector )
4094
+		);
4095
+	};
4096
+}
4097
+
4098
+;
4099
+/*!
4100
+ * jQuery UI Keycode 1.12.1
4101
+ * http://jqueryui.com
4102
+ *
4103
+ * Copyright jQuery Foundation and other contributors
4104
+ * Released under the MIT license.
4105
+ * http://jquery.org/license
4106
+ */
4107
+
4108
+//>>label: Keycode
4109
+//>>group: Core
4110
+//>>description: Provide keycodes as keynames
4111
+//>>docs: http://api.jqueryui.com/jQuery.ui.keyCode/
4112
+
4113
+
4114
+var keycode = $.ui.keyCode = {
4115
+	BACKSPACE: 8,
4116
+	COMMA: 188,
4117
+	DELETE: 46,
4118
+	DOWN: 40,
4119
+	END: 35,
4120
+	ENTER: 13,
4121
+	ESCAPE: 27,
4122
+	HOME: 36,
4123
+	LEFT: 37,
4124
+	PAGE_DOWN: 34,
4125
+	PAGE_UP: 33,
4126
+	PERIOD: 190,
4127
+	RIGHT: 39,
4128
+	SPACE: 32,
4129
+	TAB: 9,
4130
+	UP: 38
4131
+};
4132
+
4133
+
4134
+
4135
+
4136
+// Internal use only
4137
+var escapeSelector = $.ui.escapeSelector = ( function() {
4138
+	var selectorEscape = /([!"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g;
4139
+	return function( selector ) {
4140
+		return selector.replace( selectorEscape, "\\$1" );
4141
+	};
4142
+} )();
4143
+
4144
+
4145
+/*!
4146
+ * jQuery UI Labels 1.12.1
4147
+ * http://jqueryui.com
4148
+ *
4149
+ * Copyright jQuery Foundation and other contributors
4150
+ * Released under the MIT license.
4151
+ * http://jquery.org/license
4152
+ */
4153
+
4154
+//>>label: labels
4155
+//>>group: Core
4156
+//>>description: Find all the labels associated with a given input
4157
+//>>docs: http://api.jqueryui.com/labels/
4158
+
4159
+
4160
+
4161
+var labels = $.fn.labels = function() {
4162
+	var ancestor, selector, id, labels, ancestors;
4163
+
4164
+	// Check control.labels first
4165
+	if ( this[ 0 ].labels && this[ 0 ].labels.length ) {
4166
+		return this.pushStack( this[ 0 ].labels );
4167
+	}
4168
+
4169
+	// Support: IE <= 11, FF <= 37, Android <= 2.3 only
4170
+	// Above browsers do not support control.labels. Everything below is to support them
4171
+	// as well as document fragments. control.labels does not work on document fragments
4172
+	labels = this.eq( 0 ).parents( "label" );
4173
+
4174
+	// Look for the label based on the id
4175
+	id = this.attr( "id" );
4176
+	if ( id ) {
4177
+
4178
+		// We don't search against the document in case the element
4179
+		// is disconnected from the DOM
4180
+		ancestor = this.eq( 0 ).parents().last();
4181
+
4182
+		// Get a full set of top level ancestors
4183
+		ancestors = ancestor.add( ancestor.length ? ancestor.siblings() : this.siblings() );
4184
+
4185
+		// Create a selector for the label based on the id
4186
+		selector = "label[for='" + $.ui.escapeSelector( id ) + "']";
4187
+
4188
+		labels = labels.add( ancestors.find( selector ).addBack( selector ) );
4189
+
4190
+	}
4191
+
4192
+	// Return whatever we have found for labels
4193
+	return this.pushStack( labels );
4194
+};
4195
+
4196
+
4197
+/*!
4198
+ * jQuery UI Scroll Parent 1.12.1
4199
+ * http://jqueryui.com
4200
+ *
4201
+ * Copyright jQuery Foundation and other contributors
4202
+ * Released under the MIT license.
4203
+ * http://jquery.org/license
4204
+ */
4205
+
4206
+//>>label: scrollParent
4207
+//>>group: Core
4208
+//>>description: Get the closest ancestor element that is scrollable.
4209
+//>>docs: http://api.jqueryui.com/scrollParent/
4210
+
4211
+
4212
+
4213
+var scrollParent = $.fn.scrollParent = function( includeHidden ) {
4214
+	var position = this.css( "position" ),
4215
+		excludeStaticParent = position === "absolute",
4216
+		overflowRegex = includeHidden ? /(auto|scroll|hidden)/ : /(auto|scroll)/,
4217
+		scrollParent = this.parents().filter( function() {
4218
+			var parent = $( this );
4219
+			if ( excludeStaticParent && parent.css( "position" ) === "static" ) {
4220
+				return false;
4221
+			}
4222
+			return overflowRegex.test( parent.css( "overflow" ) + parent.css( "overflow-y" ) +
4223
+				parent.css( "overflow-x" ) );
4224
+		} ).eq( 0 );
4225
+
4226
+	return position === "fixed" || !scrollParent.length ?
4227
+		$( this[ 0 ].ownerDocument || document ) :
4228
+		scrollParent;
4229
+};
4230
+
4231
+
4232
+/*!
4233
+ * jQuery UI Tabbable 1.12.1
4234
+ * http://jqueryui.com
4235
+ *
4236
+ * Copyright jQuery Foundation and other contributors
4237
+ * Released under the MIT license.
4238
+ * http://jquery.org/license
4239
+ */
4240
+
4241
+//>>label: :tabbable Selector
4242
+//>>group: Core
4243
+//>>description: Selects elements which can be tabbed to.
4244
+//>>docs: http://api.jqueryui.com/tabbable-selector/
4245
+
4246
+
4247
+
4248
+var tabbable = $.extend( $.expr[ ":" ], {
4249
+	tabbable: function( element ) {
4250
+		var tabIndex = $.attr( element, "tabindex" ),
4251
+			hasTabindex = tabIndex != null;
4252
+		return ( !hasTabindex || tabIndex >= 0 ) && $.ui.focusable( element, hasTabindex );
4253
+	}
4254
+} );
4255
+
4256
+
4257
+/*!
4258
+ * jQuery UI Unique ID 1.12.1
4259
+ * http://jqueryui.com
4260
+ *
4261
+ * Copyright jQuery Foundation and other contributors
4262
+ * Released under the MIT license.
4263
+ * http://jquery.org/license
4264
+ */
4265
+
4266
+//>>label: uniqueId
4267
+//>>group: Core
4268
+//>>description: Functions to generate and remove uniqueId's
4269
+//>>docs: http://api.jqueryui.com/uniqueId/
4270
+
4271
+
4272
+
4273
+var uniqueId = $.fn.extend( {
4274
+	uniqueId: ( function() {
4275
+		var uuid = 0;
4276
+
4277
+		return function() {
4278
+			return this.each( function() {
4279
+				if ( !this.id ) {
4280
+					this.id = "ui-id-" + ( ++uuid );
4281
+				}
4282
+			} );
4283
+		};
4284
+	} )(),
4285
+
4286
+	removeUniqueId: function() {
4287
+		return this.each( function() {
4288
+			if ( /^ui-id-\d+$/.test( this.id ) ) {
4289
+				$( this ).removeAttr( "id" );
4290
+			}
4291
+		} );
4292
+	}
4293
+} );
4294
+
4295
+
4296
+/*!
4297
+ * jQuery UI Accordion 1.12.1
4298
+ * http://jqueryui.com
4299
+ *
4300
+ * Copyright jQuery Foundation and other contributors
4301
+ * Released under the MIT license.
4302
+ * http://jquery.org/license
4303
+ */
4304
+
4305
+//>>label: Accordion
4306
+//>>group: Widgets
4307
+// jscs:disable maximumLineLength
4308
+//>>description: Displays collapsible content panels for presenting information in a limited amount of space.
4309
+// jscs:enable maximumLineLength
4310
+//>>docs: http://api.jqueryui.com/accordion/
4311
+//>>demos: http://jqueryui.com/accordion/
4312
+//>>css.structure: ../../themes/base/core.css
4313
+//>>css.structure: ../../themes/base/accordion.css
4314
+//>>css.theme: ../../themes/base/theme.css
4315
+
4316
+
4317
+
4318
+var widgetsAccordion = $.widget( "ui.accordion", {
4319
+	version: "1.12.1",
4320
+	options: {
4321
+		active: 0,
4322
+		animate: {},
4323
+		classes: {
4324
+			"ui-accordion-header": "ui-corner-top",
4325
+			"ui-accordion-header-collapsed": "ui-corner-all",
4326
+			"ui-accordion-content": "ui-corner-bottom"
4327
+		},
4328
+		collapsible: false,
4329
+		event: "click",
4330
+		header: "> li > :first-child, > :not(li):even",
4331
+		heightStyle: "auto",
4332
+		icons: {
4333
+			activeHeader: "ui-icon-triangle-1-s",
4334
+			header: "ui-icon-triangle-1-e"
4335
+		},
4336
+
4337
+		// Callbacks
4338
+		activate: null,
4339
+		beforeActivate: null
4340
+	},
4341
+
4342
+	hideProps: {
4343
+		borderTopWidth: "hide",
4344
+		borderBottomWidth: "hide",
4345
+		paddingTop: "hide",
4346
+		paddingBottom: "hide",
4347
+		height: "hide"
4348
+	},
4349
+
4350
+	showProps: {
4351
+		borderTopWidth: "show",
4352
+		borderBottomWidth: "show",
4353
+		paddingTop: "show",
4354
+		paddingBottom: "show",
4355
+		height: "show"
4356
+	},
4357
+
4358
+	_create: function() {
4359
+		var options = this.options;
4360
+
4361
+		this.prevShow = this.prevHide = $();
4362
+		this._addClass( "ui-accordion", "ui-widget ui-helper-reset" );
4363
+		this.element.attr( "role", "tablist" );
4364
+
4365
+		// Don't allow collapsible: false and active: false / null
4366
+		if ( !options.collapsible && ( options.active === false || options.active == null ) ) {
4367
+			options.active = 0;
4368
+		}
4369
+
4370
+		this._processPanels();
4371
+
4372
+		// handle negative values
4373
+		if ( options.active < 0 ) {
4374
+			options.active += this.headers.length;
4375
+		}
4376
+		this._refresh();
4377
+	},
4378
+
4379
+	_getCreateEventData: function() {
4380
+		return {
4381
+			header: this.active,
4382
+			panel: !this.active.length ? $() : this.active.next()
4383
+		};
4384
+	},
4385
+
4386
+	_createIcons: function() {
4387
+		var icon, children,
4388
+			icons = this.options.icons;
4389
+
4390
+		if ( icons ) {
4391
+			icon = $( "<span>" );
4392
+			this._addClass( icon, "ui-accordion-header-icon", "ui-icon " + icons.header );
4393
+			icon.prependTo( this.headers );
4394
+			children = this.active.children( ".ui-accordion-header-icon" );
4395
+			this._removeClass( children, icons.header )
4396
+				._addClass( children, null, icons.activeHeader )
4397
+				._addClass( this.headers, "ui-accordion-icons" );
4398
+		}
4399
+	},
4400
+
4401
+	_destroyIcons: function() {
4402
+		this._removeClass( this.headers, "ui-accordion-icons" );
4403
+		this.headers.children( ".ui-accordion-header-icon" ).remove();
4404
+	},
4405
+
4406
+	_destroy: function() {
4407
+		var contents;
4408
+
4409
+		// Clean up main element
4410
+		this.element.removeAttr( "role" );
4411
+
4412
+		// Clean up headers
4413
+		this.headers
4414
+			.removeAttr( "role aria-expanded aria-selected aria-controls tabIndex" )
4415
+			.removeUniqueId();
4416
+
4417
+		this._destroyIcons();
4418
+
4419
+		// Clean up content panels
4420
+		contents = this.headers.next()
4421
+			.css( "display", "" )
4422
+			.removeAttr( "role aria-hidden aria-labelledby" )
4423
+			.removeUniqueId();
4424
+
4425
+		if ( this.options.heightStyle !== "content" ) {
4426
+			contents.css( "height", "" );
4427
+		}
4428
+	},
4429
+
4430
+	_setOption: function( key, value ) {
4431
+		if ( key === "active" ) {
4432
+
4433
+			// _activate() will handle invalid values and update this.options
4434
+			this._activate( value );
4435
+			return;
4436
+		}
4437
+
4438
+		if ( key === "event" ) {
4439
+			if ( this.options.event ) {
4440
+				this._off( this.headers, this.options.event );
4441
+			}
4442
+			this._setupEvents( value );
4443
+		}
4444
+
4445
+		this._super( key, value );
4446
+
4447
+		// Setting collapsible: false while collapsed; open first panel
4448
+		if ( key === "collapsible" && !value && this.options.active === false ) {
4449
+			this._activate( 0 );
4450
+		}
4451
+
4452
+		if ( key === "icons" ) {
4453
+			this._destroyIcons();
4454
+			if ( value ) {
4455
+				this._createIcons();
4456
+			}
4457
+		}
4458
+	},
4459
+
4460
+	_setOptionDisabled: function( value ) {
4461
+		this._super( value );
4462
+
4463
+		this.element.attr( "aria-disabled", value );
4464
+
4465
+		// Support: IE8 Only
4466
+		// #5332 / #6059 - opacity doesn't cascade to positioned elements in IE
4467
+		// so we need to add the disabled class to the headers and panels
4468
+		this._toggleClass( null, "ui-state-disabled", !!value );
4469
+		this._toggleClass( this.headers.add( this.headers.next() ), null, "ui-state-disabled",
4470
+			!!value );
4471
+	},
4472
+
4473
+	_keydown: function( event ) {
4474
+		if ( event.altKey || event.ctrlKey ) {
4475
+			return;
4476
+		}
4477
+
4478
+		var keyCode = $.ui.keyCode,
4479
+			length = this.headers.length,
4480
+			currentIndex = this.headers.index( event.target ),
4481
+			toFocus = false;
4482
+
4483
+		switch ( event.keyCode ) {
4484
+		case keyCode.RIGHT:
4485
+		case keyCode.DOWN:
4486
+			toFocus = this.headers[ ( currentIndex + 1 ) % length ];
4487
+			break;
4488
+		case keyCode.LEFT:
4489
+		case keyCode.UP:
4490
+			toFocus = this.headers[ ( currentIndex - 1 + length ) % length ];
4491
+			break;
4492
+		case keyCode.SPACE:
4493
+		case keyCode.ENTER:
4494
+			this._eventHandler( event );
4495
+			break;
4496
+		case keyCode.HOME:
4497
+			toFocus = this.headers[ 0 ];
4498
+			break;
4499
+		case keyCode.END:
4500
+			toFocus = this.headers[ length - 1 ];
4501
+			break;
4502
+		}
4503
+
4504
+		if ( toFocus ) {
4505
+			$( event.target ).attr( "tabIndex", -1 );
4506
+			$( toFocus ).attr( "tabIndex", 0 );
4507
+			$( toFocus ).trigger( "focus" );
4508
+			event.preventDefault();
4509
+		}
4510
+	},
4511
+
4512
+	_panelKeyDown: function( event ) {
4513
+		if ( event.keyCode === $.ui.keyCode.UP && event.ctrlKey ) {
4514
+			$( event.currentTarget ).prev().trigger( "focus" );
4515
+		}
4516
+	},
4517
+
4518
+	refresh: function() {
4519
+		var options = this.options;
4520
+		this._processPanels();
4521
+
4522
+		// Was collapsed or no panel
4523
+		if ( ( options.active === false && options.collapsible === true ) ||
4524
+				!this.headers.length ) {
4525
+			options.active = false;
4526
+			this.active = $();
4527
+
4528
+		// active false only when collapsible is true
4529
+		} else if ( options.active === false ) {
4530
+			this._activate( 0 );
4531
+
4532
+		// was active, but active panel is gone
4533
+		} else if ( this.active.length && !$.contains( this.element[ 0 ], this.active[ 0 ] ) ) {
4534
+
4535
+			// all remaining panel are disabled
4536
+			if ( this.headers.length === this.headers.find( ".ui-state-disabled" ).length ) {
4537
+				options.active = false;
4538
+				this.active = $();
4539
+
4540
+			// activate previous panel
4541
+			} else {
4542
+				this._activate( Math.max( 0, options.active - 1 ) );
4543
+			}
4544
+
4545
+		// was active, active panel still exists
4546
+		} else {
4547
+
4548
+			// make sure active index is correct
4549
+			options.active = this.headers.index( this.active );
4550
+		}
4551
+
4552
+		this._destroyIcons();
4553
+
4554
+		this._refresh();
4555
+	},
4556
+
4557
+	_processPanels: function() {
4558
+		var prevHeaders = this.headers,
4559
+			prevPanels = this.panels;
4560
+
4561
+		this.headers = this.element.find( this.options.header );
4562
+		this._addClass( this.headers, "ui-accordion-header ui-accordion-header-collapsed",
4563
+			"ui-state-default" );
4564
+
4565
+		this.panels = this.headers.next().filter( ":not(.ui-accordion-content-active)" ).hide();
4566
+		this._addClass( this.panels, "ui-accordion-content", "ui-helper-reset ui-widget-content" );
4567
+
4568
+		// Avoid memory leaks (#10056)
4569
+		if ( prevPanels ) {
4570
+			this._off( prevHeaders.not( this.headers ) );
4571
+			this._off( prevPanels.not( this.panels ) );
4572
+		}
4573
+	},
4574
+
4575
+	_refresh: function() {
4576
+		var maxHeight,
4577
+			options = this.options,
4578
+			heightStyle = options.heightStyle,
4579
+			parent = this.element.parent();
4580
+
4581
+		this.active = this._findActive( options.active );
4582
+		this._addClass( this.active, "ui-accordion-header-active", "ui-state-active" )
4583
+			._removeClass( this.active, "ui-accordion-header-collapsed" );
4584
+		this._addClass( this.active.next(), "ui-accordion-content-active" );
4585
+		this.active.next().show();
4586
+
4587
+		this.headers
4588
+			.attr( "role", "tab" )
4589
+			.each( function() {
4590
+				var header = $( this ),
4591
+					headerId = header.uniqueId().attr( "id" ),
4592
+					panel = header.next(),
4593
+					panelId = panel.uniqueId().attr( "id" );
4594
+				header.attr( "aria-controls", panelId );
4595
+				panel.attr( "aria-labelledby", headerId );
4596
+			} )
4597
+			.next()
4598
+				.attr( "role", "tabpanel" );
4599
+
4600
+		this.headers
4601
+			.not( this.active )
4602
+				.attr( {
4603
+					"aria-selected": "false",
4604
+					"aria-expanded": "false",
4605
+					tabIndex: -1
4606
+				} )
4607
+				.next()
4608
+					.attr( {
4609
+						"aria-hidden": "true"
4610
+					} )
4611
+					.hide();
4612
+
4613
+		// Make sure at least one header is in the tab order
4614
+		if ( !this.active.length ) {
4615
+			this.headers.eq( 0 ).attr( "tabIndex", 0 );
4616
+		} else {
4617
+			this.active.attr( {
4618
+				"aria-selected": "true",
4619
+				"aria-expanded": "true",
4620
+				tabIndex: 0
4621
+			} )
4622
+				.next()
4623
+					.attr( {
4624
+						"aria-hidden": "false"
4625
+					} );
4626
+		}
4627
+
4628
+		this._createIcons();
4629
+
4630
+		this._setupEvents( options.event );
4631
+
4632
+		if ( heightStyle === "fill" ) {
4633
+			maxHeight = parent.height();
4634
+			this.element.siblings( ":visible" ).each( function() {
4635
+				var elem = $( this ),
4636
+					position = elem.css( "position" );
4637
+
4638
+				if ( position === "absolute" || position === "fixed" ) {
4639
+					return;
4640
+				}
4641
+				maxHeight -= elem.outerHeight( true );
4642
+			} );
4643
+
4644
+			this.headers.each( function() {
4645
+				maxHeight -= $( this ).outerHeight( true );
4646
+			} );
4647
+
4648
+			this.headers.next()
4649
+				.each( function() {
4650
+					$( this ).height( Math.max( 0, maxHeight -
4651
+						$( this ).innerHeight() + $( this ).height() ) );
4652
+				} )
4653
+				.css( "overflow", "auto" );
4654
+		} else if ( heightStyle === "auto" ) {
4655
+			maxHeight = 0;
4656
+			this.headers.next()
4657
+				.each( function() {
4658
+					var isVisible = $( this ).is( ":visible" );
4659
+					if ( !isVisible ) {
4660
+						$( this ).show();
4661
+					}
4662
+					maxHeight = Math.max( maxHeight, $( this ).css( "height", "" ).height() );
4663
+					if ( !isVisible ) {
4664
+						$( this ).hide();
4665
+					}
4666
+				} )
4667
+				.height( maxHeight );
4668
+		}
4669
+	},
4670
+
4671
+	_activate: function( index ) {
4672
+		var active = this._findActive( index )[ 0 ];
4673
+
4674
+		// Trying to activate the already active panel
4675
+		if ( active === this.active[ 0 ] ) {
4676
+			return;
4677
+		}
4678
+
4679
+		// Trying to collapse, simulate a click on the currently active header
4680
+		active = active || this.active[ 0 ];
4681
+
4682
+		this._eventHandler( {
4683
+			target: active,
4684
+			currentTarget: active,
4685
+			preventDefault: $.noop
4686
+		} );
4687
+	},
4688
+
4689
+	_findActive: function( selector ) {
4690
+		return typeof selector === "number" ? this.headers.eq( selector ) : $();
4691
+	},
4692
+
4693
+	_setupEvents: function( event ) {
4694
+		var events = {
4695
+			keydown: "_keydown"
4696
+		};
4697
+		if ( event ) {
4698
+			$.each( event.split( " " ), function( index, eventName ) {
4699
+				events[ eventName ] = "_eventHandler";
4700
+			} );
4701
+		}
4702
+
4703
+		this._off( this.headers.add( this.headers.next() ) );
4704
+		this._on( this.headers, events );
4705
+		this._on( this.headers.next(), { keydown: "_panelKeyDown" } );
4706
+		this._hoverable( this.headers );
4707
+		this._focusable( this.headers );
4708
+	},
4709
+
4710
+	_eventHandler: function( event ) {
4711
+		var activeChildren, clickedChildren,
4712
+			options = this.options,
4713
+			active = this.active,
4714
+			clicked = $( event.currentTarget ),
4715
+			clickedIsActive = clicked[ 0 ] === active[ 0 ],
4716
+			collapsing = clickedIsActive && options.collapsible,
4717
+			toShow = collapsing ? $() : clicked.next(),
4718
+			toHide = active.next(),
4719
+			eventData = {
4720
+				oldHeader: active,
4721
+				oldPanel: toHide,
4722
+				newHeader: collapsing ? $() : clicked,
4723
+				newPanel: toShow
4724
+			};
4725
+
4726
+		event.preventDefault();
4727
+
4728
+		if (
4729
+
4730
+				// click on active header, but not collapsible
4731
+				( clickedIsActive && !options.collapsible ) ||
4732
+
4733
+				// allow canceling activation
4734
+				( this._trigger( "beforeActivate", event, eventData ) === false ) ) {
4735
+			return;
4736
+		}
4737
+
4738
+		options.active = collapsing ? false : this.headers.index( clicked );
4739
+
4740
+		// When the call to ._toggle() comes after the class changes
4741
+		// it causes a very odd bug in IE 8 (see #6720)
4742
+		this.active = clickedIsActive ? $() : clicked;
4743
+		this._toggle( eventData );
4744
+
4745
+		// Switch classes
4746
+		// corner classes on the previously active header stay after the animation
4747
+		this._removeClass( active, "ui-accordion-header-active", "ui-state-active" );
4748
+		if ( options.icons ) {
4749
+			activeChildren = active.children( ".ui-accordion-header-icon" );
4750
+			this._removeClass( activeChildren, null, options.icons.activeHeader )
4751
+				._addClass( activeChildren, null, options.icons.header );
4752
+		}
4753
+
4754
+		if ( !clickedIsActive ) {
4755
+			this._removeClass( clicked, "ui-accordion-header-collapsed" )
4756
+				._addClass( clicked, "ui-accordion-header-active", "ui-state-active" );
4757
+			if ( options.icons ) {
4758
+				clickedChildren = clicked.children( ".ui-accordion-header-icon" );
4759
+				this._removeClass( clickedChildren, null, options.icons.header )
4760
+					._addClass( clickedChildren, null, options.icons.activeHeader );
4761
+			}
4762
+
4763
+			this._addClass( clicked.next(), "ui-accordion-content-active" );
4764
+		}
4765
+	},
4766
+
4767
+	_toggle: function( data ) {
4768
+		var toShow = data.newPanel,
4769
+			toHide = this.prevShow.length ? this.prevShow : data.oldPanel;
4770
+
4771
+		// Handle activating a panel during the animation for another activation
4772
+		this.prevShow.add( this.prevHide ).stop( true, true );
4773
+		this.prevShow = toShow;
4774
+		this.prevHide = toHide;
4775
+
4776
+		if ( this.options.animate ) {
4777
+			this._animate( toShow, toHide, data );
4778
+		} else {
4779
+			toHide.hide();
4780
+			toShow.show();
4781
+			this._toggleComplete( data );
4782
+		}
4783
+
4784
+		toHide.attr( {
4785
+			"aria-hidden": "true"
4786
+		} );
4787
+		toHide.prev().attr( {
4788
+			"aria-selected": "false",
4789
+			"aria-expanded": "false"
4790
+		} );
4791
+
4792
+		// if we're switching panels, remove the old header from the tab order
4793
+		// if we're opening from collapsed state, remove the previous header from the tab order
4794
+		// if we're collapsing, then keep the collapsing header in the tab order
4795
+		if ( toShow.length && toHide.length ) {
4796
+			toHide.prev().attr( {
4797
+				"tabIndex": -1,
4798
+				"aria-expanded": "false"
4799
+			} );
4800
+		} else if ( toShow.length ) {
4801
+			this.headers.filter( function() {
4802
+				return parseInt( $( this ).attr( "tabIndex" ), 10 ) === 0;
4803
+			} )
4804
+				.attr( "tabIndex", -1 );
4805
+		}
4806
+
4807
+		toShow
4808
+			.attr( "aria-hidden", "false" )
4809
+			.prev()
4810
+				.attr( {
4811
+					"aria-selected": "true",
4812
+					"aria-expanded": "true",
4813
+					tabIndex: 0
4814
+				} );
4815
+	},
4816
+
4817
+	_animate: function( toShow, toHide, data ) {
4818
+		var total, easing, duration,
4819
+			that = this,
4820
+			adjust = 0,
4821
+			boxSizing = toShow.css( "box-sizing" ),
4822
+			down = toShow.length &&
4823
+				( !toHide.length || ( toShow.index() < toHide.index() ) ),
4824
+			animate = this.options.animate || {},
4825
+			options = down && animate.down || animate,
4826
+			complete = function() {
4827
+				that._toggleComplete( data );
4828
+			};
4829
+
4830
+		if ( typeof options === "number" ) {
4831
+			duration = options;
4832
+		}
4833
+		if ( typeof options === "string" ) {
4834
+			easing = options;
4835
+		}
4836
+
4837
+		// fall back from options to animation in case of partial down settings
4838
+		easing = easing || options.easing || animate.easing;
4839
+		duration = duration || options.duration || animate.duration;
4840
+
4841
+		if ( !toHide.length ) {
4842
+			return toShow.animate( this.showProps, duration, easing, complete );
4843
+		}
4844
+		if ( !toShow.length ) {
4845
+			return toHide.animate( this.hideProps, duration, easing, complete );
4846
+		}
4847
+
4848
+		total = toShow.show().outerHeight();
4849
+		toHide.animate( this.hideProps, {
4850
+			duration: duration,
4851
+			easing: easing,
4852
+			step: function( now, fx ) {
4853
+				fx.now = Math.round( now );
4854
+			}
4855
+		} );
4856
+		toShow
4857
+			.hide()
4858
+			.animate( this.showProps, {
4859
+				duration: duration,
4860
+				easing: easing,
4861
+				complete: complete,
4862
+				step: function( now, fx ) {
4863
+					fx.now = Math.round( now );
4864
+					if ( fx.prop !== "height" ) {
4865
+						if ( boxSizing === "content-box" ) {
4866
+							adjust += fx.now;
4867
+						}
4868
+					} else if ( that.options.heightStyle !== "content" ) {
4869
+						fx.now = Math.round( total - toHide.outerHeight() - adjust );
4870
+						adjust = 0;
4871
+					}
4872
+				}
4873
+			} );
4874
+	},
4875
+
4876
+	_toggleComplete: function( data ) {
4877
+		var toHide = data.oldPanel,
4878
+			prev = toHide.prev();
4879
+
4880
+		this._removeClass( toHide, "ui-accordion-content-active" );
4881
+		this._removeClass( prev, "ui-accordion-header-active" )
4882
+			._addClass( prev, "ui-accordion-header-collapsed" );
4883
+
4884
+		// Work around for rendering bug in IE (#5421)
4885
+		if ( toHide.length ) {
4886
+			toHide.parent()[ 0 ].className = toHide.parent()[ 0 ].className;
4887
+		}
4888
+		this._trigger( "activate", null, data );
4889
+	}
4890
+} );
4891
+
4892
+
4893
+
4894
+var safeActiveElement = $.ui.safeActiveElement = function( document ) {
4895
+	var activeElement;
4896
+
4897
+	// Support: IE 9 only
4898
+	// IE9 throws an "Unspecified error" accessing document.activeElement from an <iframe>
4899
+	try {
4900
+		activeElement = document.activeElement;
4901
+	} catch ( error ) {
4902
+		activeElement = document.body;
4903
+	}
4904
+
4905
+	// Support: IE 9 - 11 only
4906
+	// IE may return null instead of an element
4907
+	// Interestingly, this only seems to occur when NOT in an iframe
4908
+	if ( !activeElement ) {
4909
+		activeElement = document.body;
4910
+	}
4911
+
4912
+	// Support: IE 11 only
4913
+	// IE11 returns a seemingly empty object in some cases when accessing
4914
+	// document.activeElement from an <iframe>
4915
+	if ( !activeElement.nodeName ) {
4916
+		activeElement = document.body;
4917
+	}
4918
+
4919
+	return activeElement;
4920
+};
4921
+
4922
+
4923
+/*!
4924
+ * jQuery UI Menu 1.12.1
4925
+ * http://jqueryui.com
4926
+ *
4927
+ * Copyright jQuery Foundation and other contributors
4928
+ * Released under the MIT license.
4929
+ * http://jquery.org/license
4930
+ */
4931
+
4932
+//>>label: Menu
4933
+//>>group: Widgets
4934
+//>>description: Creates nestable menus.
4935
+//>>docs: http://api.jqueryui.com/menu/
4936
+//>>demos: http://jqueryui.com/menu/
4937
+//>>css.structure: ../../themes/base/core.css
4938
+//>>css.structure: ../../themes/base/menu.css
4939
+//>>css.theme: ../../themes/base/theme.css
4940
+
4941
+
4942
+
4943
+var widgetsMenu = $.widget( "ui.menu", {
4944
+	version: "1.12.1",
4945
+	defaultElement: "<ul>",
4946
+	delay: 300,
4947
+	options: {
4948
+		icons: {
4949
+			submenu: "ui-icon-caret-1-e"
4950
+		},
4951
+		items: "> *",
4952
+		menus: "ul",
4953
+		position: {
4954
+			my: "left top",
4955
+			at: "right top"
4956
+		},
4957
+		role: "menu",
4958
+
4959
+		// Callbacks
4960
+		blur: null,
4961
+		focus: null,
4962
+		select: null
4963
+	},
4964
+
4965
+	_create: function() {
4966
+		this.activeMenu = this.element;
4967
+
4968
+		// Flag used to prevent firing of the click handler
4969
+		// as the event bubbles up through nested menus
4970
+		this.mouseHandled = false;
4971
+		this.element
4972
+			.uniqueId()
4973
+			.attr( {
4974
+				role: this.options.role,
4975
+				tabIndex: 0
4976
+			} );
4977
+
4978
+		this._addClass( "ui-menu", "ui-widget ui-widget-content" );
4979
+		this._on( {
4980
+
4981
+			// Prevent focus from sticking to links inside menu after clicking
4982
+			// them (focus should always stay on UL during navigation).
4983
+			"mousedown .ui-menu-item": function( event ) {
4984
+				event.preventDefault();
4985
+			},
4986
+			"click .ui-menu-item": function( event ) {
4987
+				var target = $( event.target );
4988
+				var active = $( $.ui.safeActiveElement( this.document[ 0 ] ) );
4989
+				if ( !this.mouseHandled && target.not( ".ui-state-disabled" ).length ) {
4990
+					this.select( event );
4991
+
4992
+					// Only set the mouseHandled flag if the event will bubble, see #9469.
4993
+					if ( !event.isPropagationStopped() ) {
4994
+						this.mouseHandled = true;
4995
+					}
4996
+
4997
+					// Open submenu on click
4998
+					if ( target.has( ".ui-menu" ).length ) {
4999
+						this.expand( event );
5000
+					} else if ( !this.element.is( ":focus" ) &&
5001
+							active.closest( ".ui-menu" ).length ) {
5002
+
5003
+						// Redirect focus to the menu
5004
+						this.element.trigger( "focus", [ true ] );
5005
+
5006
+						// If the active item is on the top level, let it stay active.
5007
+						// Otherwise, blur the active item since it is no longer visible.
5008
+						if ( this.active && this.active.parents( ".ui-menu" ).length === 1 ) {
5009
+							clearTimeout( this.timer );
5010
+						}
5011
+					}
5012
+				}
5013
+			},
5014
+			"mouseenter .ui-menu-item": function( event ) {
5015
+
5016
+				// Ignore mouse events while typeahead is active, see #10458.
5017
+				// Prevents focusing the wrong item when typeahead causes a scroll while the mouse
5018
+				// is over an item in the menu
5019
+				if ( this.previousFilter ) {
5020
+					return;
5021
+				}
5022
+
5023
+				var actualTarget = $( event.target ).closest( ".ui-menu-item" ),
5024
+					target = $( event.currentTarget );
5025
+
5026
+				// Ignore bubbled events on parent items, see #11641
5027
+				if ( actualTarget[ 0 ] !== target[ 0 ] ) {
5028
+					return;
5029
+				}
5030
+
5031
+				// Remove ui-state-active class from siblings of the newly focused menu item
5032
+				// to avoid a jump caused by adjacent elements both having a class with a border
5033
+				this._removeClass( target.siblings().children( ".ui-state-active" ),
5034
+					null, "ui-state-active" );
5035
+				this.focus( event, target );
5036
+			},
5037
+			mouseleave: "collapseAll",
5038
+			"mouseleave .ui-menu": "collapseAll",
5039
+			focus: function( event, keepActiveItem ) {
5040
+
5041
+				// If there's already an active item, keep it active
5042
+				// If not, activate the first item
5043
+				var item = this.active || this.element.find( this.options.items ).eq( 0 );
5044
+
5045
+				if ( !keepActiveItem ) {
5046
+					this.focus( event, item );
5047
+				}
5048
+			},
5049
+			blur: function( event ) {
5050
+				this._delay( function() {
5051
+					var notContained = !$.contains(
5052
+						this.element[ 0 ],
5053
+						$.ui.safeActiveElement( this.document[ 0 ] )
5054
+					);
5055
+					if ( notContained ) {
5056
+						this.collapseAll( event );
5057
+					}
5058
+				} );
5059
+			},
5060
+			keydown: "_keydown"
5061
+		} );
5062
+
5063
+		this.refresh();
5064
+
5065
+		// Clicks outside of a menu collapse any open menus
5066
+		this._on( this.document, {
5067
+			click: function( event ) {
5068
+				if ( this._closeOnDocumentClick( event ) ) {
5069
+					this.collapseAll( event );
5070
+				}
5071
+
5072
+				// Reset the mouseHandled flag
5073
+				this.mouseHandled = false;
5074
+			}
5075
+		} );
5076
+	},
5077
+
5078
+	_destroy: function() {
5079
+		var items = this.element.find( ".ui-menu-item" )
5080
+				.removeAttr( "role aria-disabled" ),
5081
+			submenus = items.children( ".ui-menu-item-wrapper" )
5082
+				.removeUniqueId()
5083
+				.removeAttr( "tabIndex role aria-haspopup" );
5084
+
5085
+		// Destroy (sub)menus
5086
+		this.element
5087
+			.removeAttr( "aria-activedescendant" )
5088
+			.find( ".ui-menu" ).addBack()
5089
+				.removeAttr( "role aria-labelledby aria-expanded aria-hidden aria-disabled " +
5090
+					"tabIndex" )
5091
+				.removeUniqueId()
5092
+				.show();
5093
+
5094
+		submenus.children().each( function() {
5095
+			var elem = $( this );
5096
+			if ( elem.data( "ui-menu-submenu-caret" ) ) {
5097
+				elem.remove();
5098
+			}
5099
+		} );
5100
+	},
5101
+
5102
+	_keydown: function( event ) {
5103
+		var match, prev, character, skip,
5104
+			preventDefault = true;
5105
+
5106
+		switch ( event.keyCode ) {
5107
+		case $.ui.keyCode.PAGE_UP:
5108
+			this.previousPage( event );
5109
+			break;
5110
+		case $.ui.keyCode.PAGE_DOWN:
5111
+			this.nextPage( event );
5112
+			break;
5113
+		case $.ui.keyCode.HOME:
5114
+			this._move( "first", "first", event );
5115
+			break;
5116
+		case $.ui.keyCode.END:
5117
+			this._move( "last", "last", event );
5118
+			break;
5119
+		case $.ui.keyCode.UP:
5120
+			this.previous( event );
5121
+			break;
5122
+		case $.ui.keyCode.DOWN:
5123
+			this.next( event );
5124
+			break;
5125
+		case $.ui.keyCode.LEFT:
5126
+			this.collapse( event );
5127
+			break;
5128
+		case $.ui.keyCode.RIGHT:
5129
+			if ( this.active && !this.active.is( ".ui-state-disabled" ) ) {
5130
+				this.expand( event );
5131
+			}
5132
+			break;
5133
+		case $.ui.keyCode.ENTER:
5134
+		case $.ui.keyCode.SPACE:
5135
+			this._activate( event );
5136
+			break;
5137
+		case $.ui.keyCode.ESCAPE:
5138
+			this.collapse( event );
5139
+			break;
5140
+		default:
5141
+			preventDefault = false;
5142
+			prev = this.previousFilter || "";
5143
+			skip = false;
5144
+
5145
+			// Support number pad values
5146
+			character = event.keyCode >= 96 && event.keyCode <= 105 ?
5147
+				( event.keyCode - 96 ).toString() : String.fromCharCode( event.keyCode );
5148
+
5149
+			clearTimeout( this.filterTimer );
5150
+
5151
+			if ( character === prev ) {
5152
+				skip = true;
5153
+			} else {
5154
+				character = prev + character;
5155
+			}
5156
+
5157
+			match = this._filterMenuItems( character );
5158
+			match = skip && match.index( this.active.next() ) !== -1 ?
5159
+				this.active.nextAll( ".ui-menu-item" ) :
5160
+				match;
5161
+
5162
+			// If no matches on the current filter, reset to the last character pressed
5163
+			// to move down the menu to the first item that starts with that character
5164
+			if ( !match.length ) {
5165
+				character = String.fromCharCode( event.keyCode );
5166
+				match = this._filterMenuItems( character );
5167
+			}
5168
+
5169
+			if ( match.length ) {
5170
+				this.focus( event, match );
5171
+				this.previousFilter = character;
5172
+				this.filterTimer = this._delay( function() {
5173
+					delete this.previousFilter;
5174
+				}, 1000 );
5175
+			} else {
5176
+				delete this.previousFilter;
5177
+			}
5178
+		}
5179
+
5180
+		if ( preventDefault ) {
5181
+			event.preventDefault();
5182
+		}
5183
+	},
5184
+
5185
+	_activate: function( event ) {
5186
+		if ( this.active && !this.active.is( ".ui-state-disabled" ) ) {
5187
+			if ( this.active.children( "[aria-haspopup='true']" ).length ) {
5188
+				this.expand( event );
5189
+			} else {
5190
+				this.select( event );
5191
+			}
5192
+		}
5193
+	},
5194
+
5195
+	refresh: function() {
5196
+		var menus, items, newSubmenus, newItems, newWrappers,
5197
+			that = this,
5198
+			icon = this.options.icons.submenu,
5199
+			submenus = this.element.find( this.options.menus );
5200
+
5201
+		this._toggleClass( "ui-menu-icons", null, !!this.element.find( ".ui-icon" ).length );
5202
+
5203
+		// Initialize nested menus
5204
+		newSubmenus = submenus.filter( ":not(.ui-menu)" )
5205
+			.hide()
5206
+			.attr( {
5207
+				role: this.options.role,
5208
+				"aria-hidden": "true",
5209
+				"aria-expanded": "false"
5210
+			} )
5211
+			.each( function() {
5212
+				var menu = $( this ),
5213
+					item = menu.prev(),
5214
+					submenuCaret = $( "<span>" ).data( "ui-menu-submenu-caret", true );
5215
+
5216
+				that._addClass( submenuCaret, "ui-menu-icon", "ui-icon " + icon );
5217
+				item
5218
+					.attr( "aria-haspopup", "true" )
5219
+					.prepend( submenuCaret );
5220
+				menu.attr( "aria-labelledby", item.attr( "id" ) );
5221
+			} );
5222
+
5223
+		this._addClass( newSubmenus, "ui-menu", "ui-widget ui-widget-content ui-front" );
5224
+
5225
+		menus = submenus.add( this.element );
5226
+		items = menus.find( this.options.items );
5227
+
5228
+		// Initialize menu-items containing spaces and/or dashes only as dividers
5229
+		items.not( ".ui-menu-item" ).each( function() {
5230
+			var item = $( this );
5231
+			if ( that._isDivider( item ) ) {
5232
+				that._addClass( item, "ui-menu-divider", "ui-widget-content" );
5233
+			}
5234
+		} );
5235
+
5236
+		// Don't refresh list items that are already adapted
5237
+		newItems = items.not( ".ui-menu-item, .ui-menu-divider" );
5238
+		newWrappers = newItems.children()
5239
+			.not( ".ui-menu" )
5240
+				.uniqueId()
5241
+				.attr( {
5242
+					tabIndex: -1,
5243
+					role: this._itemRole()
5244
+				} );
5245
+		this._addClass( newItems, "ui-menu-item" )
5246
+			._addClass( newWrappers, "ui-menu-item-wrapper" );
5247
+
5248
+		// Add aria-disabled attribute to any disabled menu item
5249
+		items.filter( ".ui-state-disabled" ).attr( "aria-disabled", "true" );
5250
+
5251
+		// If the active item has been removed, blur the menu
5252
+		if ( this.active && !$.contains( this.element[ 0 ], this.active[ 0 ] ) ) {
5253
+			this.blur();
5254
+		}
5255
+	},
5256
+
5257
+	_itemRole: function() {
5258
+		return {
5259
+			menu: "menuitem",
5260
+			listbox: "option"
5261
+		}[ this.options.role ];
5262
+	},
5263
+
5264
+	_setOption: function( key, value ) {
5265
+		if ( key === "icons" ) {
5266
+			var icons = this.element.find( ".ui-menu-icon" );
5267
+			this._removeClass( icons, null, this.options.icons.submenu )
5268
+				._addClass( icons, null, value.submenu );
5269
+		}
5270
+		this._super( key, value );
5271
+	},
5272
+
5273
+	_setOptionDisabled: function( value ) {
5274
+		this._super( value );
5275
+
5276
+		this.element.attr( "aria-disabled", String( value ) );
5277
+		this._toggleClass( null, "ui-state-disabled", !!value );
5278
+	},
5279
+
5280
+	focus: function( event, item ) {
5281
+		var nested, focused, activeParent;
5282
+		this.blur( event, event && event.type === "focus" );
5283
+
5284
+		this._scrollIntoView( item );
5285
+
5286
+		this.active = item.first();
5287
+
5288
+		focused = this.active.children( ".ui-menu-item-wrapper" );
5289
+		this._addClass( focused, null, "ui-state-active" );
5290
+
5291
+		// Only update aria-activedescendant if there's a role
5292
+		// otherwise we assume focus is managed elsewhere
5293
+		if ( this.options.role ) {
5294
+			this.element.attr( "aria-activedescendant", focused.attr( "id" ) );
5295
+		}
5296
+
5297
+		// Highlight active parent menu item, if any
5298
+		activeParent = this.active
5299
+			.parent()
5300
+				.closest( ".ui-menu-item" )
5301
+					.children( ".ui-menu-item-wrapper" );
5302
+		this._addClass( activeParent, null, "ui-state-active" );
5303
+
5304
+		if ( event && event.type === "keydown" ) {
5305
+			this._close();
5306
+		} else {
5307
+			this.timer = this._delay( function() {
5308
+				this._close();
5309
+			}, this.delay );
5310
+		}
5311
+
5312
+		nested = item.children( ".ui-menu" );
5313
+		if ( nested.length && event && ( /^mouse/.test( event.type ) ) ) {
5314
+			this._startOpening( nested );
5315
+		}
5316
+		this.activeMenu = item.parent();
5317
+
5318
+		this._trigger( "focus", event, { item: item } );
5319
+	},
5320
+
5321
+	_scrollIntoView: function( item ) {
5322
+		var borderTop, paddingTop, offset, scroll, elementHeight, itemHeight;
5323
+		if ( this._hasScroll() ) {
5324
+			borderTop = parseFloat( $.css( this.activeMenu[ 0 ], "borderTopWidth" ) ) || 0;
5325
+			paddingTop = parseFloat( $.css( this.activeMenu[ 0 ], "paddingTop" ) ) || 0;
5326
+			offset = item.offset().top - this.activeMenu.offset().top - borderTop - paddingTop;
5327
+			scroll = this.activeMenu.scrollTop();
5328
+			elementHeight = this.activeMenu.height();
5329
+			itemHeight = item.outerHeight();
5330
+
5331
+			if ( offset < 0 ) {
5332
+				this.activeMenu.scrollTop( scroll + offset );
5333
+			} else if ( offset + itemHeight > elementHeight ) {
5334
+				this.activeMenu.scrollTop( scroll + offset - elementHeight + itemHeight );
5335
+			}
5336
+		}
5337
+	},
5338
+
5339
+	blur: function( event, fromFocus ) {
5340
+		if ( !fromFocus ) {
5341
+			clearTimeout( this.timer );
5342
+		}
5343
+
5344
+		if ( !this.active ) {
5345
+			return;
5346
+		}
5347
+
5348
+		this._removeClass( this.active.children( ".ui-menu-item-wrapper" ),
5349
+			null, "ui-state-active" );
5350
+
5351
+		this._trigger( "blur", event, { item: this.active } );
5352
+		this.active = null;
5353
+	},
5354
+
5355
+	_startOpening: function( submenu ) {
5356
+		clearTimeout( this.timer );
5357
+
5358
+		// Don't open if already open fixes a Firefox bug that caused a .5 pixel
5359
+		// shift in the submenu position when mousing over the caret icon
5360
+		if ( submenu.attr( "aria-hidden" ) !== "true" ) {
5361
+			return;
5362
+		}
5363
+
5364
+		this.timer = this._delay( function() {
5365
+			this._close();
5366
+			this._open( submenu );
5367
+		}, this.delay );
5368
+	},
5369
+
5370
+	_open: function( submenu ) {
5371
+		var position = $.extend( {
5372
+			of: this.active
5373
+		}, this.options.position );
5374
+
5375
+		clearTimeout( this.timer );
5376
+		this.element.find( ".ui-menu" ).not( submenu.parents( ".ui-menu" ) )
5377
+			.hide()
5378
+			.attr( "aria-hidden", "true" );
5379
+
5380
+		submenu
5381
+			.show()
5382
+			.removeAttr( "aria-hidden" )
5383
+			.attr( "aria-expanded", "true" )
5384
+			.position( position );
5385
+	},
5386
+
5387
+	collapseAll: function( event, all ) {
5388
+		clearTimeout( this.timer );
5389
+		this.timer = this._delay( function() {
5390
+
5391
+			// If we were passed an event, look for the submenu that contains the event
5392
+			var currentMenu = all ? this.element :
5393
+				$( event && event.target ).closest( this.element.find( ".ui-menu" ) );
5394
+
5395
+			// If we found no valid submenu ancestor, use the main menu to close all
5396
+			// sub menus anyway
5397
+			if ( !currentMenu.length ) {
5398
+				currentMenu = this.element;
5399
+			}
5400
+
5401
+			this._close( currentMenu );
5402
+
5403
+			this.blur( event );
5404
+
5405
+			// Work around active item staying active after menu is blurred
5406
+			this._removeClass( currentMenu.find( ".ui-state-active" ), null, "ui-state-active" );
5407
+
5408
+			this.activeMenu = currentMenu;
5409
+		}, this.delay );
5410
+	},
5411
+
5412
+	// With no arguments, closes the currently active menu - if nothing is active
5413
+	// it closes all menus.  If passed an argument, it will search for menus BELOW
5414
+	_close: function( startMenu ) {
5415
+		if ( !startMenu ) {
5416
+			startMenu = this.active ? this.active.parent() : this.element;
5417
+		}
5418
+
5419
+		startMenu.find( ".ui-menu" )
5420
+			.hide()
5421
+			.attr( "aria-hidden", "true" )
5422
+			.attr( "aria-expanded", "false" );
5423
+	},
5424
+
5425
+	_closeOnDocumentClick: function( event ) {
5426
+		return !$( event.target ).closest( ".ui-menu" ).length;
5427
+	},
5428
+
5429
+	_isDivider: function( item ) {
5430
+
5431
+		// Match hyphen, em dash, en dash
5432
+		return !/[^\-\u2014\u2013\s]/.test( item.text() );
5433
+	},
5434
+
5435
+	collapse: function( event ) {
5436
+		var newItem = this.active &&
5437
+			this.active.parent().closest( ".ui-menu-item", this.element );
5438
+		if ( newItem && newItem.length ) {
5439
+			this._close();
5440
+			this.focus( event, newItem );
5441
+		}
5442
+	},
5443
+
5444
+	expand: function( event ) {
5445
+		var newItem = this.active &&
5446
+			this.active
5447
+				.children( ".ui-menu " )
5448
+					.find( this.options.items )
5449
+						.first();
5450
+
5451
+		if ( newItem && newItem.length ) {
5452
+			this._open( newItem.parent() );
5453
+
5454
+			// Delay so Firefox will not hide activedescendant change in expanding submenu from AT
5455
+			this._delay( function() {
5456
+				this.focus( event, newItem );
5457
+			} );
5458
+		}
5459
+	},
5460
+
5461
+	next: function( event ) {
5462
+		this._move( "next", "first", event );
5463
+	},
5464
+
5465
+	previous: function( event ) {
5466
+		this._move( "prev", "last", event );
5467
+	},
5468
+
5469
+	isFirstItem: function() {
5470
+		return this.active && !this.active.prevAll( ".ui-menu-item" ).length;
5471
+	},
5472
+
5473
+	isLastItem: function() {
5474
+		return this.active && !this.active.nextAll( ".ui-menu-item" ).length;
5475
+	},
5476
+
5477
+	_move: function( direction, filter, event ) {
5478
+		var next;
5479
+		if ( this.active ) {
5480
+			if ( direction === "first" || direction === "last" ) {
5481
+				next = this.active
5482
+					[ direction === "first" ? "prevAll" : "nextAll" ]( ".ui-menu-item" )
5483
+					.eq( -1 );
5484
+			} else {
5485
+				next = this.active
5486
+					[ direction + "All" ]( ".ui-menu-item" )
5487
+					.eq( 0 );
5488
+			}
5489
+		}
5490
+		if ( !next || !next.length || !this.active ) {
5491
+			next = this.activeMenu.find( this.options.items )[ filter ]();
5492
+		}
5493
+
5494
+		this.focus( event, next );
5495
+	},
5496
+
5497
+	nextPage: function( event ) {
5498
+		var item, base, height;
5499
+
5500
+		if ( !this.active ) {
5501
+			this.next( event );
5502
+			return;
5503
+		}
5504
+		if ( this.isLastItem() ) {
5505
+			return;
5506
+		}
5507
+		if ( this._hasScroll() ) {
5508
+			base = this.active.offset().top;
5509
+			height = this.element.height();
5510
+			this.active.nextAll( ".ui-menu-item" ).each( function() {
5511
+				item = $( this );
5512
+				return item.offset().top - base - height < 0;
5513
+			} );
5514
+
5515
+			this.focus( event, item );
5516
+		} else {
5517
+			this.focus( event, this.activeMenu.find( this.options.items )
5518
+				[ !this.active ? "first" : "last" ]() );
5519
+		}
5520
+	},
5521
+
5522
+	previousPage: function( event ) {
5523
+		var item, base, height;
5524
+		if ( !this.active ) {
5525
+			this.next( event );
5526
+			return;
5527
+		}
5528
+		if ( this.isFirstItem() ) {
5529
+			return;
5530
+		}
5531
+		if ( this._hasScroll() ) {
5532
+			base = this.active.offset().top;
5533
+			height = this.element.height();
5534
+			this.active.prevAll( ".ui-menu-item" ).each( function() {
5535
+				item = $( this );
5536
+				return item.offset().top - base + height > 0;
5537
+			} );
5538
+
5539
+			this.focus( event, item );
5540
+		} else {
5541
+			this.focus( event, this.activeMenu.find( this.options.items ).first() );
5542
+		}
5543
+	},
5544
+
5545
+	_hasScroll: function() {
5546
+		return this.element.outerHeight() < this.element.prop( "scrollHeight" );
5547
+	},
5548
+
5549
+	select: function( event ) {
5550
+
5551
+		// TODO: It should never be possible to not have an active item at this
5552
+		// point, but the tests don't trigger mouseenter before click.
5553
+		this.active = this.active || $( event.target ).closest( ".ui-menu-item" );
5554
+		var ui = { item: this.active };
5555
+		if ( !this.active.has( ".ui-menu" ).length ) {
5556
+			this.collapseAll( event, true );
5557
+		}
5558
+		this._trigger( "select", event, ui );
5559
+	},
5560
+
5561
+	_filterMenuItems: function( character ) {
5562
+		var escapedCharacter = character.replace( /[\-\[\]{}()*+?.,\\\^$|#\s]/g, "\\$&" ),
5563
+			regex = new RegExp( "^" + escapedCharacter, "i" );
5564
+
5565
+		return this.activeMenu
5566
+			.find( this.options.items )
5567
+
5568
+				// Only match on items, not dividers or other content (#10571)
5569
+				.filter( ".ui-menu-item" )
5570
+					.filter( function() {
5571
+						return regex.test(
5572
+							$.trim( $( this ).children( ".ui-menu-item-wrapper" ).text() ) );
5573
+					} );
5574
+	}
5575
+} );
5576
+
5577
+
5578
+/*!
5579
+ * jQuery UI Autocomplete 1.12.1
5580
+ * http://jqueryui.com
5581
+ *
5582
+ * Copyright jQuery Foundation and other contributors
5583
+ * Released under the MIT license.
5584
+ * http://jquery.org/license
5585
+ */
5586
+
5587
+//>>label: Autocomplete
5588
+//>>group: Widgets
5589
+//>>description: Lists suggested words as the user is typing.
5590
+//>>docs: http://api.jqueryui.com/autocomplete/
5591
+//>>demos: http://jqueryui.com/autocomplete/
5592
+//>>css.structure: ../../themes/base/core.css
5593
+//>>css.structure: ../../themes/base/autocomplete.css
5594
+//>>css.theme: ../../themes/base/theme.css
5595
+
5596
+
5597
+
5598
+$.widget( "ui.autocomplete", {
5599
+	version: "1.12.1",
5600
+	defaultElement: "<input>",
5601
+	options: {
5602
+		appendTo: null,
5603
+		autoFocus: false,
5604
+		delay: 300,
5605
+		minLength: 1,
5606
+		position: {
5607
+			my: "left top",
5608
+			at: "left bottom",
5609
+			collision: "none"
5610
+		},
5611
+		source: null,
5612
+
5613
+		// Callbacks
5614
+		change: null,
5615
+		close: null,
5616
+		focus: null,
5617
+		open: null,
5618
+		response: null,
5619
+		search: null,
5620
+		select: null
5621
+	},
5622
+
5623
+	requestIndex: 0,
5624
+	pending: 0,
5625
+
5626
+	_create: function() {
5627
+
5628
+		// Some browsers only repeat keydown events, not keypress events,
5629
+		// so we use the suppressKeyPress flag to determine if we've already
5630
+		// handled the keydown event. #7269
5631
+		// Unfortunately the code for & in keypress is the same as the up arrow,
5632
+		// so we use the suppressKeyPressRepeat flag to avoid handling keypress
5633
+		// events when we know the keydown event was used to modify the
5634
+		// search term. #7799
5635
+		var suppressKeyPress, suppressKeyPressRepeat, suppressInput,
5636
+			nodeName = this.element[ 0 ].nodeName.toLowerCase(),
5637
+			isTextarea = nodeName === "textarea",
5638
+			isInput = nodeName === "input";
5639
+
5640
+		// Textareas are always multi-line
5641
+		// Inputs are always single-line, even if inside a contentEditable element
5642
+		// IE also treats inputs as contentEditable
5643
+		// All other element types are determined by whether or not they're contentEditable
5644
+		this.isMultiLine = isTextarea || !isInput && this._isContentEditable( this.element );
5645
+
5646
+		this.valueMethod = this.element[ isTextarea || isInput ? "val" : "text" ];
5647
+		this.isNewMenu = true;
5648
+
5649
+		this._addClass( "ui-autocomplete-input" );
5650
+		this.element.attr( "autocomplete", "off" );
5651
+
5652
+		this._on( this.element, {
5653
+			keydown: function( event ) {
5654
+				if ( this.element.prop( "readOnly" ) ) {
5655
+					suppressKeyPress = true;
5656
+					suppressInput = true;
5657
+					suppressKeyPressRepeat = true;
5658
+					return;
5659
+				}
5660
+
5661
+				suppressKeyPress = false;
5662
+				suppressInput = false;
5663
+				suppressKeyPressRepeat = false;
5664
+				var keyCode = $.ui.keyCode;
5665
+				switch ( event.keyCode ) {
5666
+				case keyCode.PAGE_UP:
5667
+					suppressKeyPress = true;
5668
+					this._move( "previousPage", event );
5669
+					break;
5670
+				case keyCode.PAGE_DOWN:
5671
+					suppressKeyPress = true;
5672
+					this._move( "nextPage", event );
5673
+					break;
5674
+				case keyCode.UP:
5675
+					suppressKeyPress = true;
5676
+					this._keyEvent( "previous", event );
5677
+					break;
5678
+				case keyCode.DOWN:
5679
+					suppressKeyPress = true;
5680
+					this._keyEvent( "next", event );
5681
+					break;
5682
+				case keyCode.ENTER:
5683
+
5684
+					// when menu is open and has focus
5685
+					if ( this.menu.active ) {
5686
+
5687
+						// #6055 - Opera still allows the keypress to occur
5688
+						// which causes forms to submit
5689
+						suppressKeyPress = true;
5690
+						event.preventDefault();
5691
+						this.menu.select( event );
5692
+					}
5693
+					break;
5694
+				case keyCode.TAB:
5695
+					if ( this.menu.active ) {
5696
+						this.menu.select( event );
5697
+					}
5698
+					break;
5699
+				case keyCode.ESCAPE:
5700
+					if ( this.menu.element.is( ":visible" ) ) {
5701
+						if ( !this.isMultiLine ) {
5702
+							this._value( this.term );
5703
+						}
5704
+						this.close( event );
5705
+
5706
+						// Different browsers have different default behavior for escape
5707
+						// Single press can mean undo or clear
5708
+						// Double press in IE means clear the whole form
5709
+						event.preventDefault();
5710
+					}
5711
+					break;
5712
+				default:
5713
+					suppressKeyPressRepeat = true;
5714
+
5715
+					// search timeout should be triggered before the input value is changed
5716
+					this._searchTimeout( event );
5717
+					break;
5718
+				}
5719
+			},
5720
+			keypress: function( event ) {
5721
+				if ( suppressKeyPress ) {
5722
+					suppressKeyPress = false;
5723
+					if ( !this.isMultiLine || this.menu.element.is( ":visible" ) ) {
5724
+						event.preventDefault();
5725
+					}
5726
+					return;
5727
+				}
5728
+				if ( suppressKeyPressRepeat ) {
5729
+					return;
5730
+				}
5731
+
5732
+				// Replicate some key handlers to allow them to repeat in Firefox and Opera
5733
+				var keyCode = $.ui.keyCode;
5734
+				switch ( event.keyCode ) {
5735
+				case keyCode.PAGE_UP:
5736
+					this._move( "previousPage", event );
5737
+					break;
5738
+				case keyCode.PAGE_DOWN:
5739
+					this._move( "nextPage", event );
5740
+					break;
5741
+				case keyCode.UP:
5742
+					this._keyEvent( "previous", event );
5743
+					break;
5744
+				case keyCode.DOWN:
5745
+					this._keyEvent( "next", event );
5746
+					break;
5747
+				}
5748
+			},
5749
+			input: function( event ) {
5750
+				if ( suppressInput ) {
5751
+					suppressInput = false;
5752
+					event.preventDefault();
5753
+					return;
5754
+				}
5755
+				this._searchTimeout( event );
5756
+			},
5757
+			focus: function() {
5758
+				this.selectedItem = null;
5759
+				this.previous = this._value();
5760
+			},
5761
+			blur: function( event ) {
5762
+				if ( this.cancelBlur ) {
5763
+					delete this.cancelBlur;
5764
+					return;
5765
+				}
5766
+
5767
+				clearTimeout( this.searching );
5768
+				this.close( event );
5769
+				this._change( event );
5770
+			}
5771
+		} );
5772
+
5773
+		this._initSource();
5774
+		this.menu = $( "<ul>" )
5775
+			.appendTo( this._appendTo() )
5776
+			.menu( {
5777
+
5778
+				// disable ARIA support, the live region takes care of that
5779
+				role: null
5780
+			} )
5781
+			.hide()
5782
+			.menu( "instance" );
5783
+
5784
+		this._addClass( this.menu.element, "ui-autocomplete", "ui-front" );
5785
+		this._on( this.menu.element, {
5786
+			mousedown: function( event ) {
5787
+
5788
+				// prevent moving focus out of the text field
5789
+				event.preventDefault();
5790
+
5791
+				// IE doesn't prevent moving focus even with event.preventDefault()
5792
+				// so we set a flag to know when we should ignore the blur event
5793
+				this.cancelBlur = true;
5794
+				this._delay( function() {
5795
+					delete this.cancelBlur;
5796
+
5797
+					// Support: IE 8 only
5798
+					// Right clicking a menu item or selecting text from the menu items will
5799
+					// result in focus moving out of the input. However, we've already received
5800
+					// and ignored the blur event because of the cancelBlur flag set above. So
5801
+					// we restore focus to ensure that the menu closes properly based on the user's
5802
+					// next actions.
5803
+					if ( this.element[ 0 ] !== $.ui.safeActiveElement( this.document[ 0 ] ) ) {
5804
+						this.element.trigger( "focus" );
5805
+					}
5806
+				} );
5807
+			},
5808
+			menufocus: function( event, ui ) {
5809
+				var label, item;
5810
+
5811
+				// support: Firefox
5812
+				// Prevent accidental activation of menu items in Firefox (#7024 #9118)
5813
+				if ( this.isNewMenu ) {
5814
+					this.isNewMenu = false;
5815
+					if ( event.originalEvent && /^mouse/.test( event.originalEvent.type ) ) {
5816
+						this.menu.blur();
5817
+
5818
+						this.document.one( "mousemove", function() {
5819
+							$( event.target ).trigger( event.originalEvent );
5820
+						} );
5821
+
5822
+						return;
5823
+					}
5824
+				}
5825
+
5826
+				item = ui.item.data( "ui-autocomplete-item" );
5827
+				if ( false !== this._trigger( "focus", event, { item: item } ) ) {
5828
+
5829
+					// use value to match what will end up in the input, if it was a key event
5830
+					if ( event.originalEvent && /^key/.test( event.originalEvent.type ) ) {
5831
+						this._value( item.value );
5832
+					}
5833
+				}
5834
+
5835
+				// Announce the value in the liveRegion
5836
+				label = ui.item.attr( "aria-label" ) || item.value;
5837
+				if ( label && $.trim( label ).length ) {
5838
+					this.liveRegion.children().hide();
5839
+					$( "<div>" ).text( label ).appendTo( this.liveRegion );
5840
+				}
5841
+			},
5842
+			menuselect: function( event, ui ) {
5843
+				var item = ui.item.data( "ui-autocomplete-item" ),
5844
+					previous = this.previous;
5845
+
5846
+				// Only trigger when focus was lost (click on menu)
5847
+				if ( this.element[ 0 ] !== $.ui.safeActiveElement( this.document[ 0 ] ) ) {
5848
+					this.element.trigger( "focus" );
5849
+					this.previous = previous;
5850
+
5851
+					// #6109 - IE triggers two focus events and the second
5852
+					// is asynchronous, so we need to reset the previous
5853
+					// term synchronously and asynchronously :-(
5854
+					this._delay( function() {
5855
+						this.previous = previous;
5856
+						this.selectedItem = item;
5857
+					} );
5858
+				}
5859
+
5860
+				if ( false !== this._trigger( "select", event, { item: item } ) ) {
5861
+					this._value( item.value );
5862
+				}
5863
+
5864
+				// reset the term after the select event
5865
+				// this allows custom select handling to work properly
5866
+				this.term = this._value();
5867
+
5868
+				this.close( event );
5869
+				this.selectedItem = item;
5870
+			}
5871
+		} );
5872
+
5873
+		this.liveRegion = $( "<div>", {
5874
+			role: "status",
5875
+			"aria-live": "assertive",
5876
+			"aria-relevant": "additions"
5877
+		} )
5878
+			.appendTo( this.document[ 0 ].body );
5879
+
5880
+		this._addClass( this.liveRegion, null, "ui-helper-hidden-accessible" );
5881
+
5882
+		// Turning off autocomplete prevents the browser from remembering the
5883
+		// value when navigating through history, so we re-enable autocomplete
5884
+		// if the page is unloaded before the widget is destroyed. #7790
5885
+		this._on( this.window, {
5886
+			beforeunload: function() {
5887
+				this.element.removeAttr( "autocomplete" );
5888
+			}
5889
+		} );
5890
+	},
5891
+
5892
+	_destroy: function() {
5893
+		clearTimeout( this.searching );
5894
+		this.element.removeAttr( "autocomplete" );
5895
+		this.menu.element.remove();
5896
+		this.liveRegion.remove();
5897
+	},
5898
+
5899
+	_setOption: function( key, value ) {
5900
+		this._super( key, value );
5901
+		if ( key === "source" ) {
5902
+			this._initSource();
5903
+		}
5904
+		if ( key === "appendTo" ) {
5905
+			this.menu.element.appendTo( this._appendTo() );
5906
+		}
5907
+		if ( key === "disabled" && value && this.xhr ) {
5908
+			this.xhr.abort();
5909
+		}
5910
+	},
5911
+
5912
+	_isEventTargetInWidget: function( event ) {
5913
+		var menuElement = this.menu.element[ 0 ];
5914
+
5915
+		return event.target === this.element[ 0 ] ||
5916
+			event.target === menuElement ||
5917
+			$.contains( menuElement, event.target );
5918
+	},
5919
+
5920
+	_closeOnClickOutside: function( event ) {
5921
+		if ( !this._isEventTargetInWidget( event ) ) {
5922
+			this.close();
5923
+		}
5924
+	},
5925
+
5926
+	_appendTo: function() {
5927
+		var element = this.options.appendTo;
5928
+
5929
+		if ( element ) {
5930
+			element = element.jquery || element.nodeType ?
5931
+				$( element ) :
5932
+				this.document.find( element ).eq( 0 );
5933
+		}
5934
+
5935
+		if ( !element || !element[ 0 ] ) {
5936
+			element = this.element.closest( ".ui-front, dialog" );
5937
+		}
5938
+
5939
+		if ( !element.length ) {
5940
+			element = this.document[ 0 ].body;
5941
+		}
5942
+
5943
+		return element;
5944
+	},
5945
+
5946
+	_initSource: function() {
5947
+		var array, url,
5948
+			that = this;
5949
+		if ( $.isArray( this.options.source ) ) {
5950
+			array = this.options.source;
5951
+			this.source = function( request, response ) {
5952
+				response( $.ui.autocomplete.filter( array, request.term ) );
5953
+			};
5954
+		} else if ( typeof this.options.source === "string" ) {
5955
+			url = this.options.source;
5956
+			this.source = function( request, response ) {
5957
+				if ( that.xhr ) {
5958
+					that.xhr.abort();
5959
+				}
5960
+				that.xhr = $.ajax( {
5961
+					url: url,
5962
+					data: request,
5963
+					dataType: "json",
5964
+					success: function( data ) {
5965
+						response( data );
5966
+					},
5967
+					error: function() {
5968
+						response( [] );
5969
+					}
5970
+				} );
5971
+			};
5972
+		} else {
5973
+			this.source = this.options.source;
5974
+		}
5975
+	},
5976
+
5977
+	_searchTimeout: function( event ) {
5978
+		clearTimeout( this.searching );
5979
+		this.searching = this._delay( function() {
5980
+
5981
+			// Search if the value has changed, or if the user retypes the same value (see #7434)
5982
+			var equalValues = this.term === this._value(),
5983
+				menuVisible = this.menu.element.is( ":visible" ),
5984
+				modifierKey = event.altKey || event.ctrlKey || event.metaKey || event.shiftKey;
5985
+
5986
+			if ( !equalValues || ( equalValues && !menuVisible && !modifierKey ) ) {
5987
+				this.selectedItem = null;
5988
+				this.search( null, event );
5989
+			}
5990
+		}, this.options.delay );
5991
+	},
5992
+
5993
+	search: function( value, event ) {
5994
+		value = value != null ? value : this._value();
5995
+
5996
+		// Always save the actual value, not the one passed as an argument
5997
+		this.term = this._value();
5998
+
5999
+		if ( value.length < this.options.minLength ) {
6000
+			return this.close( event );
6001
+		}
6002
+
6003
+		if ( this._trigger( "search", event ) === false ) {
6004
+			return;
6005
+		}
6006
+
6007
+		return this._search( value );
6008
+	},
6009
+
6010
+	_search: function( value ) {
6011
+		this.pending++;
6012
+		this._addClass( "ui-autocomplete-loading" );
6013
+		this.cancelSearch = false;
6014
+
6015
+		this.source( { term: value }, this._response() );
6016
+	},
6017
+
6018
+	_response: function() {
6019
+		var index = ++this.requestIndex;
6020
+
6021
+		return $.proxy( function( content ) {
6022
+			if ( index === this.requestIndex ) {
6023
+				this.__response( content );
6024
+			}
6025
+
6026
+			this.pending--;
6027
+			if ( !this.pending ) {
6028
+				this._removeClass( "ui-autocomplete-loading" );
6029
+			}
6030
+		}, this );
6031
+	},
6032
+
6033
+	__response: function( content ) {
6034
+		if ( content ) {
6035
+			content = this._normalize( content );
6036
+		}
6037
+		this._trigger( "response", null, { content: content } );
6038
+		if ( !this.options.disabled && content && content.length && !this.cancelSearch ) {
6039
+			this._suggest( content );
6040
+			this._trigger( "open" );
6041
+		} else {
6042
+
6043
+			// use ._close() instead of .close() so we don't cancel future searches
6044
+			this._close();
6045
+		}
6046
+	},
6047
+
6048
+	close: function( event ) {
6049
+		this.cancelSearch = true;
6050
+		this._close( event );
6051
+	},
6052
+
6053
+	_close: function( event ) {
6054
+
6055
+		// Remove the handler that closes the menu on outside clicks
6056
+		this._off( this.document, "mousedown" );
6057
+
6058
+		if ( this.menu.element.is( ":visible" ) ) {
6059
+			this.menu.element.hide();
6060
+			this.menu.blur();
6061
+			this.isNewMenu = true;
6062
+			this._trigger( "close", event );
6063
+		}
6064
+	},
6065
+
6066
+	_change: function( event ) {
6067
+		if ( this.previous !== this._value() ) {
6068
+			this._trigger( "change", event, { item: this.selectedItem } );
6069
+		}
6070
+	},
6071
+
6072
+	_normalize: function( items ) {
6073
+
6074
+		// assume all items have the right format when the first item is complete
6075
+		if ( items.length && items[ 0 ].label && items[ 0 ].value ) {
6076
+			return items;
6077
+		}
6078
+		return $.map( items, function( item ) {
6079
+			if ( typeof item === "string" ) {
6080
+				return {
6081
+					label: item,
6082
+					value: item
6083
+				};
6084
+			}
6085
+			return $.extend( {}, item, {
6086
+				label: item.label || item.value,
6087
+				value: item.value || item.label
6088
+			} );
6089
+		} );
6090
+	},
6091
+
6092
+	_suggest: function( items ) {
6093
+		var ul = this.menu.element.empty();
6094
+		this._renderMenu( ul, items );
6095
+		this.isNewMenu = true;
6096
+		this.menu.refresh();
6097
+
6098
+		// Size and position menu
6099
+		ul.show();
6100
+		this._resizeMenu();
6101
+		ul.position( $.extend( {
6102
+			of: this.element
6103
+		}, this.options.position ) );
6104
+
6105
+		if ( this.options.autoFocus ) {
6106
+			this.menu.next();
6107
+		}
6108
+
6109
+		// Listen for interactions outside of the widget (#6642)
6110
+		this._on( this.document, {
6111
+			mousedown: "_closeOnClickOutside"
6112
+		} );
6113
+	},
6114
+
6115
+	_resizeMenu: function() {
6116
+		var ul = this.menu.element;
6117
+		ul.outerWidth( Math.max(
6118
+
6119
+			// Firefox wraps long text (possibly a rounding bug)
6120
+			// so we add 1px to avoid the wrapping (#7513)
6121
+			ul.width( "" ).outerWidth() + 1,
6122
+			this.element.outerWidth()
6123
+		) );
6124
+	},
6125
+
6126
+	_renderMenu: function( ul, items ) {
6127
+		var that = this;
6128
+		$.each( items, function( index, item ) {
6129
+			that._renderItemData( ul, item );
6130
+		} );
6131
+	},
6132
+
6133
+	_renderItemData: function( ul, item ) {
6134
+		return this._renderItem( ul, item ).data( "ui-autocomplete-item", item );
6135
+	},
6136
+
6137
+	_renderItem: function( ul, item ) {
6138
+		return $( "<li>" )
6139
+			.append( $( "<div>" ).text( item.label ) )
6140
+			.appendTo( ul );
6141
+	},
6142
+
6143
+	_move: function( direction, event ) {
6144
+		if ( !this.menu.element.is( ":visible" ) ) {
6145
+			this.search( null, event );
6146
+			return;
6147
+		}
6148
+		if ( this.menu.isFirstItem() && /^previous/.test( direction ) ||
6149
+				this.menu.isLastItem() && /^next/.test( direction ) ) {
6150
+
6151
+			if ( !this.isMultiLine ) {
6152
+				this._value( this.term );
6153
+			}
6154
+
6155
+			this.menu.blur();
6156
+			return;
6157
+		}
6158
+		this.menu[ direction ]( event );
6159
+	},
6160
+
6161
+	widget: function() {
6162
+		return this.menu.element;
6163
+	},
6164
+
6165
+	_value: function() {
6166
+		return this.valueMethod.apply( this.element, arguments );
6167
+	},
6168
+
6169
+	_keyEvent: function( keyEvent, event ) {
6170
+		if ( !this.isMultiLine || this.menu.element.is( ":visible" ) ) {
6171
+			this._move( keyEvent, event );
6172
+
6173
+			// Prevents moving cursor to beginning/end of the text field in some browsers
6174
+			event.preventDefault();
6175
+		}
6176
+	},
6177
+
6178
+	// Support: Chrome <=50
6179
+	// We should be able to just use this.element.prop( "isContentEditable" )
6180
+	// but hidden elements always report false in Chrome.
6181
+	// https://code.google.com/p/chromium/issues/detail?id=313082
6182
+	_isContentEditable: function( element ) {
6183
+		if ( !element.length ) {
6184
+			return false;
6185
+		}
6186
+
6187
+		var editable = element.prop( "contentEditable" );
6188
+
6189
+		if ( editable === "inherit" ) {
6190
+		  return this._isContentEditable( element.parent() );
6191
+		}
6192
+
6193
+		return editable === "true";
6194
+	}
6195
+} );
6196
+
6197
+$.extend( $.ui.autocomplete, {
6198
+	escapeRegex: function( value ) {
6199
+		return value.replace( /[\-\[\]{}()*+?.,\\\^$|#\s]/g, "\\$&" );
6200
+	},
6201
+	filter: function( array, term ) {
6202
+		var matcher = new RegExp( $.ui.autocomplete.escapeRegex( term ), "i" );
6203
+		return $.grep( array, function( value ) {
6204
+			return matcher.test( value.label || value.value || value );
6205
+		} );
6206
+	}
6207
+} );
6208
+
6209
+// Live region extension, adding a `messages` option
6210
+// NOTE: This is an experimental API. We are still investigating
6211
+// a full solution for string manipulation and internationalization.
6212
+$.widget( "ui.autocomplete", $.ui.autocomplete, {
6213
+	options: {
6214
+		messages: {
6215
+			noResults: "No search results.",
6216
+			results: function( amount ) {
6217
+				return amount + ( amount > 1 ? " results are" : " result is" ) +
6218
+					" available, use up and down arrow keys to navigate.";
6219
+			}
6220
+		}
6221
+	},
6222
+
6223
+	__response: function( content ) {
6224
+		var message;
6225
+		this._superApply( arguments );
6226
+		if ( this.options.disabled || this.cancelSearch ) {
6227
+			return;
6228
+		}
6229
+		if ( content && content.length ) {
6230
+			message = this.options.messages.results( content.length );
6231
+		} else {
6232
+			message = this.options.messages.noResults;
6233
+		}
6234
+		this.liveRegion.children().hide();
6235
+		$( "<div>" ).text( message ).appendTo( this.liveRegion );
6236
+	}
6237
+} );
6238
+
6239
+var widgetsAutocomplete = $.ui.autocomplete;
6240
+
6241
+
6242
+/*!
6243
+ * jQuery UI Controlgroup 1.12.1
6244
+ * http://jqueryui.com
6245
+ *
6246
+ * Copyright jQuery Foundation and other contributors
6247
+ * Released under the MIT license.
6248
+ * http://jquery.org/license
6249
+ */
6250
+
6251
+//>>label: Controlgroup
6252
+//>>group: Widgets
6253
+//>>description: Visually groups form control widgets
6254
+//>>docs: http://api.jqueryui.com/controlgroup/
6255
+//>>demos: http://jqueryui.com/controlgroup/
6256
+//>>css.structure: ../../themes/base/core.css
6257
+//>>css.structure: ../../themes/base/controlgroup.css
6258
+//>>css.theme: ../../themes/base/theme.css
6259
+
6260
+
6261
+var controlgroupCornerRegex = /ui-corner-([a-z]){2,6}/g;
6262
+
6263
+var widgetsControlgroup = $.widget( "ui.controlgroup", {
6264
+	version: "1.12.1",
6265
+	defaultElement: "<div>",
6266
+	options: {
6267
+		direction: "horizontal",
6268
+		disabled: null,
6269
+		onlyVisible: true,
6270
+		items: {
6271
+			"button": "input[type=button], input[type=submit], input[type=reset], button, a",
6272
+			"controlgroupLabel": ".ui-controlgroup-label",
6273
+			"checkboxradio": "input[type='checkbox'], input[type='radio']",
6274
+			"selectmenu": "select",
6275
+			"spinner": ".ui-spinner-input"
6276
+		}
6277
+	},
6278
+
6279
+	_create: function() {
6280
+		this._enhance();
6281
+	},
6282
+
6283
+	// To support the enhanced option in jQuery Mobile, we isolate DOM manipulation
6284
+	_enhance: function() {
6285
+		this.element.attr( "role", "toolbar" );
6286
+		this.refresh();
6287
+	},
6288
+
6289
+	_destroy: function() {
6290
+		this._callChildMethod( "destroy" );
6291
+		this.childWidgets.removeData( "ui-controlgroup-data" );
6292
+		this.element.removeAttr( "role" );
6293
+		if ( this.options.items.controlgroupLabel ) {
6294
+			this.element
6295
+				.find( this.options.items.controlgroupLabel )
6296
+				.find( ".ui-controlgroup-label-contents" )
6297
+				.contents().unwrap();
6298
+		}
6299
+	},
6300
+
6301
+	_initWidgets: function() {
6302
+		var that = this,
6303
+			childWidgets = [];
6304
+
6305
+		// First we iterate over each of the items options
6306
+		$.each( this.options.items, function( widget, selector ) {
6307
+			var labels;
6308
+			var options = {};
6309
+
6310
+			// Make sure the widget has a selector set
6311
+			if ( !selector ) {
6312
+				return;
6313
+			}
6314
+
6315
+			if ( widget === "controlgroupLabel" ) {
6316
+				labels = that.element.find( selector );
6317
+				labels.each( function() {
6318
+					var element = $( this );
6319
+
6320
+					if ( element.children( ".ui-controlgroup-label-contents" ).length ) {
6321
+						return;
6322
+					}
6323
+					element.contents()
6324
+						.wrapAll( "<span class='ui-controlgroup-label-contents'></span>" );
6325
+				} );
6326
+				that._addClass( labels, null, "ui-widget ui-widget-content ui-state-default" );
6327
+				childWidgets = childWidgets.concat( labels.get() );
6328
+				return;
6329
+			}
6330
+
6331
+			// Make sure the widget actually exists
6332
+			if ( !$.fn[ widget ] ) {
6333
+				return;
6334
+			}
6335
+
6336
+			// We assume everything is in the middle to start because we can't determine
6337
+			// first / last elements until all enhancments are done.
6338
+			if ( that[ "_" + widget + "Options" ] ) {
6339
+				options = that[ "_" + widget + "Options" ]( "middle" );
6340
+			} else {
6341
+				options = { classes: {} };
6342
+			}
6343
+
6344
+			// Find instances of this widget inside controlgroup and init them
6345
+			that.element
6346
+				.find( selector )
6347
+				.each( function() {
6348
+					var element = $( this );
6349
+					var instance = element[ widget ]( "instance" );
6350
+
6351
+					// We need to clone the default options for this type of widget to avoid
6352
+					// polluting the variable options which has a wider scope than a single widget.
6353
+					var instanceOptions = $.widget.extend( {}, options );
6354
+
6355
+					// If the button is the child of a spinner ignore it
6356
+					// TODO: Find a more generic solution
6357
+					if ( widget === "button" && element.parent( ".ui-spinner" ).length ) {
6358
+						return;
6359
+					}
6360
+
6361
+					// Create the widget if it doesn't exist
6362
+					if ( !instance ) {
6363
+						instance = element[ widget ]()[ widget ]( "instance" );
6364
+					}
6365
+					if ( instance ) {
6366
+						instanceOptions.classes =
6367
+							that._resolveClassesValues( instanceOptions.classes, instance );
6368
+					}
6369
+					element[ widget ]( instanceOptions );
6370
+
6371
+					// Store an instance of the controlgroup to be able to reference
6372
+					// from the outermost element for changing options and refresh
6373
+					var widgetElement = element[ widget ]( "widget" );
6374
+					$.data( widgetElement[ 0 ], "ui-controlgroup-data",
6375
+						instance ? instance : element[ widget ]( "instance" ) );
6376
+
6377
+					childWidgets.push( widgetElement[ 0 ] );
6378
+				} );
6379
+		} );
6380
+
6381
+		this.childWidgets = $( $.unique( childWidgets ) );
6382
+		this._addClass( this.childWidgets, "ui-controlgroup-item" );
6383
+	},
6384
+
6385
+	_callChildMethod: function( method ) {
6386
+		this.childWidgets.each( function() {
6387
+			var element = $( this ),
6388
+				data = element.data( "ui-controlgroup-data" );
6389
+			if ( data && data[ method ] ) {
6390
+				data[ method ]();
6391
+			}
6392
+		} );
6393
+	},
6394
+
6395
+	_updateCornerClass: function( element, position ) {
6396
+		var remove = "ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all";
6397
+		var add = this._buildSimpleOptions( position, "label" ).classes.label;
6398
+
6399
+		this._removeClass( element, null, remove );
6400
+		this._addClass( element, null, add );
6401
+	},
6402
+
6403
+	_buildSimpleOptions: function( position, key ) {
6404
+		var direction = this.options.direction === "vertical";
6405
+		var result = {
6406
+			classes: {}
6407
+		};
6408
+		result.classes[ key ] = {
6409
+			"middle": "",
6410
+			"first": "ui-corner-" + ( direction ? "top" : "left" ),
6411
+			"last": "ui-corner-" + ( direction ? "bottom" : "right" ),
6412
+			"only": "ui-corner-all"
6413
+		}[ position ];
6414
+
6415
+		return result;
6416
+	},
6417
+
6418
+	_spinnerOptions: function( position ) {
6419
+		var options = this._buildSimpleOptions( position, "ui-spinner" );
6420
+
6421
+		options.classes[ "ui-spinner-up" ] = "";
6422
+		options.classes[ "ui-spinner-down" ] = "";
6423
+
6424
+		return options;
6425
+	},
6426
+
6427
+	_buttonOptions: function( position ) {
6428
+		return this._buildSimpleOptions( position, "ui-button" );
6429
+	},
6430
+
6431
+	_checkboxradioOptions: function( position ) {
6432
+		return this._buildSimpleOptions( position, "ui-checkboxradio-label" );
6433
+	},
6434
+
6435
+	_selectmenuOptions: function( position ) {
6436
+		var direction = this.options.direction === "vertical";
6437
+		return {
6438
+			width: direction ? "auto" : false,
6439
+			classes: {
6440
+				middle: {
6441
+					"ui-selectmenu-button-open": "",
6442
+					"ui-selectmenu-button-closed": ""
6443
+				},
6444
+				first: {
6445
+					"ui-selectmenu-button-open": "ui-corner-" + ( direction ? "top" : "tl" ),
6446
+					"ui-selectmenu-button-closed": "ui-corner-" + ( direction ? "top" : "left" )
6447
+				},
6448
+				last: {
6449
+					"ui-selectmenu-button-open": direction ? "" : "ui-corner-tr",
6450
+					"ui-selectmenu-button-closed": "ui-corner-" + ( direction ? "bottom" : "right" )
6451
+				},
6452
+				only: {
6453
+					"ui-selectmenu-button-open": "ui-corner-top",
6454
+					"ui-selectmenu-button-closed": "ui-corner-all"
6455
+				}
6456
+
6457
+			}[ position ]
6458
+		};
6459
+	},
6460
+
6461
+	_resolveClassesValues: function( classes, instance ) {
6462
+		var result = {};
6463
+		$.each( classes, function( key ) {
6464
+			var current = instance.options.classes[ key ] || "";
6465
+			current = $.trim( current.replace( controlgroupCornerRegex, "" ) );
6466
+			result[ key ] = ( current + " " + classes[ key ] ).replace( /\s+/g, " " );
6467
+		} );
6468
+		return result;
6469
+	},
6470
+
6471
+	_setOption: function( key, value ) {
6472
+		if ( key === "direction" ) {
6473
+			this._removeClass( "ui-controlgroup-" + this.options.direction );
6474
+		}
6475
+
6476
+		this._super( key, value );
6477
+		if ( key === "disabled" ) {
6478
+			this._callChildMethod( value ? "disable" : "enable" );
6479
+			return;
6480
+		}
6481
+
6482
+		this.refresh();
6483
+	},
6484
+
6485
+	refresh: function() {
6486
+		var children,
6487
+			that = this;
6488
+
6489
+		this._addClass( "ui-controlgroup ui-controlgroup-" + this.options.direction );
6490
+
6491
+		if ( this.options.direction === "horizontal" ) {
6492
+			this._addClass( null, "ui-helper-clearfix" );
6493
+		}
6494
+		this._initWidgets();
6495
+
6496
+		children = this.childWidgets;
6497
+
6498
+		// We filter here because we need to track all childWidgets not just the visible ones
6499
+		if ( this.options.onlyVisible ) {
6500
+			children = children.filter( ":visible" );
6501
+		}
6502
+
6503
+		if ( children.length ) {
6504
+
6505
+			// We do this last because we need to make sure all enhancment is done
6506
+			// before determining first and last
6507
+			$.each( [ "first", "last" ], function( index, value ) {
6508
+				var instance = children[ value ]().data( "ui-controlgroup-data" );
6509
+
6510
+				if ( instance && that[ "_" + instance.widgetName + "Options" ] ) {
6511
+					var options = that[ "_" + instance.widgetName + "Options" ](
6512
+						children.length === 1 ? "only" : value
6513
+					);
6514
+					options.classes = that._resolveClassesValues( options.classes, instance );
6515
+					instance.element[ instance.widgetName ]( options );
6516
+				} else {
6517
+					that._updateCornerClass( children[ value ](), value );
6518
+				}
6519
+			} );
6520
+
6521
+			// Finally call the refresh method on each of the child widgets.
6522
+			this._callChildMethod( "refresh" );
6523
+		}
6524
+	}
6525
+} );
6526
+
6527
+/*!
6528
+ * jQuery UI Checkboxradio 1.12.1
6529
+ * http://jqueryui.com
6530
+ *
6531
+ * Copyright jQuery Foundation and other contributors
6532
+ * Released under the MIT license.
6533
+ * http://jquery.org/license
6534
+ */
6535
+
6536
+//>>label: Checkboxradio
6537
+//>>group: Widgets
6538
+//>>description: Enhances a form with multiple themeable checkboxes or radio buttons.
6539
+//>>docs: http://api.jqueryui.com/checkboxradio/
6540
+//>>demos: http://jqueryui.com/checkboxradio/
6541
+//>>css.structure: ../../themes/base/core.css
6542
+//>>css.structure: ../../themes/base/button.css
6543
+//>>css.structure: ../../themes/base/checkboxradio.css
6544
+//>>css.theme: ../../themes/base/theme.css
6545
+
6546
+
6547
+
6548
+$.widget( "ui.checkboxradio", [ $.ui.formResetMixin, {
6549
+	version: "1.12.1",
6550
+	options: {
6551
+		disabled: null,
6552
+		label: null,
6553
+		icon: true,
6554
+		classes: {
6555
+			"ui-checkboxradio-label": "ui-corner-all",
6556
+			"ui-checkboxradio-icon": "ui-corner-all"
6557
+		}
6558
+	},
6559
+
6560
+	_getCreateOptions: function() {
6561
+		var disabled, labels;
6562
+		var that = this;
6563
+		var options = this._super() || {};
6564
+
6565
+		// We read the type here, because it makes more sense to throw a element type error first,
6566
+		// rather then the error for lack of a label. Often if its the wrong type, it
6567
+		// won't have a label (e.g. calling on a div, btn, etc)
6568
+		this._readType();
6569
+
6570
+		labels = this.element.labels();
6571
+
6572
+		// If there are multiple labels, use the last one
6573
+		this.label = $( labels[ labels.length - 1 ] );
6574
+		if ( !this.label.length ) {
6575
+			$.error( "No label found for checkboxradio widget" );
6576
+		}
6577
+
6578
+		this.originalLabel = "";
6579
+
6580
+		// We need to get the label text but this may also need to make sure it does not contain the
6581
+		// input itself.
6582
+		this.label.contents().not( this.element[ 0 ] ).each( function() {
6583
+
6584
+			// The label contents could be text, html, or a mix. We concat each element to get a
6585
+			// string representation of the label, without the input as part of it.
6586
+			that.originalLabel += this.nodeType === 3 ? $( this ).text() : this.outerHTML;
6587
+		} );
6588
+
6589
+		// Set the label option if we found label text
6590
+		if ( this.originalLabel ) {
6591
+			options.label = this.originalLabel;
6592
+		}
6593
+
6594
+		disabled = this.element[ 0 ].disabled;
6595
+		if ( disabled != null ) {
6596
+			options.disabled = disabled;
6597
+		}
6598
+		return options;
6599
+	},
6600
+
6601
+	_create: function() {
6602
+		var checked = this.element[ 0 ].checked;
6603
+
6604
+		this._bindFormResetHandler();
6605
+
6606
+		if ( this.options.disabled == null ) {
6607
+			this.options.disabled = this.element[ 0 ].disabled;
6608
+		}
6609
+
6610
+		this._setOption( "disabled", this.options.disabled );
6611
+		this._addClass( "ui-checkboxradio", "ui-helper-hidden-accessible" );
6612
+		this._addClass( this.label, "ui-checkboxradio-label", "ui-button ui-widget" );
6613
+
6614
+		if ( this.type === "radio" ) {
6615
+			this._addClass( this.label, "ui-checkboxradio-radio-label" );
6616
+		}
6617
+
6618
+		if ( this.options.label && this.options.label !== this.originalLabel ) {
6619
+			this._updateLabel();
6620
+		} else if ( this.originalLabel ) {
6621
+			this.options.label = this.originalLabel;
6622
+		}
6623
+
6624
+		this._enhance();
6625
+
6626
+		if ( checked ) {
6627
+			this._addClass( this.label, "ui-checkboxradio-checked", "ui-state-active" );
6628
+			if ( this.icon ) {
6629
+				this._addClass( this.icon, null, "ui-state-hover" );
6630
+			}
6631
+		}
6632
+
6633
+		this._on( {
6634
+			change: "_toggleClasses",
6635
+			focus: function() {
6636
+				this._addClass( this.label, null, "ui-state-focus ui-visual-focus" );
6637
+			},
6638
+			blur: function() {
6639
+				this._removeClass( this.label, null, "ui-state-focus ui-visual-focus" );
6640
+			}
6641
+		} );
6642
+	},
6643
+
6644
+	_readType: function() {
6645
+		var nodeName = this.element[ 0 ].nodeName.toLowerCase();
6646
+		this.type = this.element[ 0 ].type;
6647
+		if ( nodeName !== "input" || !/radio|checkbox/.test( this.type ) ) {
6648
+			$.error( "Can't create checkboxradio on element.nodeName=" + nodeName +
6649
+				" and element.type=" + this.type );
6650
+		}
6651
+	},
6652
+
6653
+	// Support jQuery Mobile enhanced option
6654
+	_enhance: function() {
6655
+		this._updateIcon( this.element[ 0 ].checked );
6656
+	},
6657
+
6658
+	widget: function() {
6659
+		return this.label;
6660
+	},
6661
+
6662
+	_getRadioGroup: function() {
6663
+		var group;
6664
+		var name = this.element[ 0 ].name;
6665
+		var nameSelector = "input[name='" + $.ui.escapeSelector( name ) + "']";
6666
+
6667
+		if ( !name ) {
6668
+			return $( [] );
6669
+		}
6670
+
6671
+		if ( this.form.length ) {
6672
+			group = $( this.form[ 0 ].elements ).filter( nameSelector );
6673
+		} else {
6674
+
6675
+			// Not inside a form, check all inputs that also are not inside a form
6676
+			group = $( nameSelector ).filter( function() {
6677
+				return $( this ).form().length === 0;
6678
+			} );
6679
+		}
6680
+
6681
+		return group.not( this.element );
6682
+	},
6683
+
6684
+	_toggleClasses: function() {
6685
+		var checked = this.element[ 0 ].checked;
6686
+		this._toggleClass( this.label, "ui-checkboxradio-checked", "ui-state-active", checked );
6687
+
6688
+		if ( this.options.icon && this.type === "checkbox" ) {
6689
+			this._toggleClass( this.icon, null, "ui-icon-check ui-state-checked", checked )
6690
+				._toggleClass( this.icon, null, "ui-icon-blank", !checked );
6691
+		}
6692
+
6693
+		if ( this.type === "radio" ) {
6694
+			this._getRadioGroup()
6695
+				.each( function() {
6696
+					var instance = $( this ).checkboxradio( "instance" );
6697
+
6698
+					if ( instance ) {
6699
+						instance._removeClass( instance.label,
6700
+							"ui-checkboxradio-checked", "ui-state-active" );
6701
+					}
6702
+				} );
6703
+		}
6704
+	},
6705
+
6706
+	_destroy: function() {
6707
+		this._unbindFormResetHandler();
6708
+
6709
+		if ( this.icon ) {
6710
+			this.icon.remove();
6711
+			this.iconSpace.remove();
6712
+		}
6713
+	},
6714
+
6715
+	_setOption: function( key, value ) {
6716
+
6717
+		// We don't allow the value to be set to nothing
6718
+		if ( key === "label" && !value ) {
6719
+			return;
6720
+		}
6721
+
6722
+		this._super( key, value );
6723
+
6724
+		if ( key === "disabled" ) {
6725
+			this._toggleClass( this.label, null, "ui-state-disabled", value );
6726
+			this.element[ 0 ].disabled = value;
6727
+
6728
+			// Don't refresh when setting disabled
6729
+			return;
6730
+		}
6731
+		this.refresh();
6732
+	},
6733
+
6734
+	_updateIcon: function( checked ) {
6735
+		var toAdd = "ui-icon ui-icon-background ";
6736
+
6737
+		if ( this.options.icon ) {
6738
+			if ( !this.icon ) {
6739
+				this.icon = $( "<span>" );
6740
+				this.iconSpace = $( "<span> </span>" );
6741
+				this._addClass( this.iconSpace, "ui-checkboxradio-icon-space" );
6742
+			}
6743
+
6744
+			if ( this.type === "checkbox" ) {
6745
+				toAdd += checked ? "ui-icon-check ui-state-checked" : "ui-icon-blank";
6746
+				this._removeClass( this.icon, null, checked ? "ui-icon-blank" : "ui-icon-check" );
6747
+			} else {
6748
+				toAdd += "ui-icon-blank";
6749
+			}
6750
+			this._addClass( this.icon, "ui-checkboxradio-icon", toAdd );
6751
+			if ( !checked ) {
6752
+				this._removeClass( this.icon, null, "ui-icon-check ui-state-checked" );
6753
+			}
6754
+			this.icon.prependTo( this.label ).after( this.iconSpace );
6755
+		} else if ( this.icon !== undefined ) {
6756
+			this.icon.remove();
6757
+			this.iconSpace.remove();
6758
+			delete this.icon;
6759
+		}
6760
+	},
6761
+
6762
+	_updateLabel: function() {
6763
+
6764
+		// Remove the contents of the label ( minus the icon, icon space, and input )
6765
+		var contents = this.label.contents().not( this.element[ 0 ] );
6766
+		if ( this.icon ) {
6767
+			contents = contents.not( this.icon[ 0 ] );
6768
+		}
6769
+		if ( this.iconSpace ) {
6770
+			contents = contents.not( this.iconSpace[ 0 ] );
6771
+		}
6772
+		contents.remove();
6773
+
6774
+		this.label.append( this.options.label );
6775
+	},
6776
+
6777
+	refresh: function() {
6778
+		var checked = this.element[ 0 ].checked,
6779
+			isDisabled = this.element[ 0 ].disabled;
6780
+
6781
+		this._updateIcon( checked );
6782
+		this._toggleClass( this.label, "ui-checkboxradio-checked", "ui-state-active", checked );
6783
+		if ( this.options.label !== null ) {
6784
+			this._updateLabel();
6785
+		}
6786
+
6787
+		if ( isDisabled !== this.options.disabled ) {
6788
+			this._setOptions( { "disabled": isDisabled } );
6789
+		}
6790
+	}
6791
+
6792
+} ] );
6793
+
6794
+var widgetsCheckboxradio = $.ui.checkboxradio;
6795
+
6796
+
6797
+/*!
6798
+ * jQuery UI Button 1.12.1
6799
+ * http://jqueryui.com
6800
+ *
6801
+ * Copyright jQuery Foundation and other contributors
6802
+ * Released under the MIT license.
6803
+ * http://jquery.org/license
6804
+ */
6805
+
6806
+//>>label: Button
6807
+//>>group: Widgets
6808
+//>>description: Enhances a form with themeable buttons.
6809
+//>>docs: http://api.jqueryui.com/button/
6810
+//>>demos: http://jqueryui.com/button/
6811
+//>>css.structure: ../../themes/base/core.css
6812
+//>>css.structure: ../../themes/base/button.css
6813
+//>>css.theme: ../../themes/base/theme.css
6814
+
6815
+
6816
+
6817
+$.widget( "ui.button", {
6818
+	version: "1.12.1",
6819
+	defaultElement: "<button>",
6820
+	options: {
6821
+		classes: {
6822
+			"ui-button": "ui-corner-all"
6823
+		},
6824
+		disabled: null,
6825
+		icon: null,
6826
+		iconPosition: "beginning",
6827
+		label: null,
6828
+		showLabel: true
6829
+	},
6830
+
6831
+	_getCreateOptions: function() {
6832
+		var disabled,
6833
+
6834
+			// This is to support cases like in jQuery Mobile where the base widget does have
6835
+			// an implementation of _getCreateOptions
6836
+			options = this._super() || {};
6837
+
6838
+		this.isInput = this.element.is( "input" );
6839
+
6840
+		disabled = this.element[ 0 ].disabled;
6841
+		if ( disabled != null ) {
6842
+			options.disabled = disabled;
6843
+		}
6844
+
6845
+		this.originalLabel = this.isInput ? this.element.val() : this.element.html();
6846
+		if ( this.originalLabel ) {
6847
+			options.label = this.originalLabel;
6848
+		}
6849
+
6850
+		return options;
6851
+	},
6852
+
6853
+	_create: function() {
6854
+		if ( !this.option.showLabel & !this.options.icon ) {
6855
+			this.options.showLabel = true;
6856
+		}
6857
+
6858
+		// We have to check the option again here even though we did in _getCreateOptions,
6859
+		// because null may have been passed on init which would override what was set in
6860
+		// _getCreateOptions
6861
+		if ( this.options.disabled == null ) {
6862
+			this.options.disabled = this.element[ 0 ].disabled || false;
6863
+		}
6864
+
6865
+		this.hasTitle = !!this.element.attr( "title" );
6866
+
6867
+		// Check to see if the label needs to be set or if its already correct
6868
+		if ( this.options.label && this.options.label !== this.originalLabel ) {
6869
+			if ( this.isInput ) {
6870
+				this.element.val( this.options.label );
6871
+			} else {
6872
+				this.element.html( this.options.label );
6873
+			}
6874
+		}
6875
+		this._addClass( "ui-button", "ui-widget" );
6876
+		this._setOption( "disabled", this.options.disabled );
6877
+		this._enhance();
6878
+
6879
+		if ( this.element.is( "a" ) ) {
6880
+			this._on( {
6881
+				"keyup": function( event ) {
6882
+					if ( event.keyCode === $.ui.keyCode.SPACE ) {
6883
+						event.preventDefault();
6884
+
6885
+						// Support: PhantomJS <= 1.9, IE 8 Only
6886
+						// If a native click is available use it so we actually cause navigation
6887
+						// otherwise just trigger a click event
6888
+						if ( this.element[ 0 ].click ) {
6889
+							this.element[ 0 ].click();
6890
+						} else {
6891
+							this.element.trigger( "click" );
6892
+						}
6893
+					}
6894
+				}
6895
+			} );
6896
+		}
6897
+	},
6898
+
6899
+	_enhance: function() {
6900
+		if ( !this.element.is( "button" ) ) {
6901
+			this.element.attr( "role", "button" );
6902
+		}
6903
+
6904
+		if ( this.options.icon ) {
6905
+			this._updateIcon( "icon", this.options.icon );
6906
+			this._updateTooltip();
6907
+		}
6908
+	},
6909
+
6910
+	_updateTooltip: function() {
6911
+		this.title = this.element.attr( "title" );
6912
+
6913
+		if ( !this.options.showLabel && !this.title ) {
6914
+			this.element.attr( "title", this.options.label );
6915
+		}
6916
+	},
6917
+
6918
+	_updateIcon: function( option, value ) {
6919
+		var icon = option !== "iconPosition",
6920
+			position = icon ? this.options.iconPosition : value,
6921
+			displayBlock = position === "top" || position === "bottom";
6922
+
6923
+		// Create icon
6924
+		if ( !this.icon ) {
6925
+			this.icon = $( "<span>" );
6926
+
6927
+			this._addClass( this.icon, "ui-button-icon", "ui-icon" );
6928
+
6929
+			if ( !this.options.showLabel ) {
6930
+				this._addClass( "ui-button-icon-only" );
6931
+			}
6932
+		} else if ( icon ) {
6933
+
6934
+			// If we are updating the icon remove the old icon class
6935
+			this._removeClass( this.icon, null, this.options.icon );
6936
+		}
6937
+
6938
+		// If we are updating the icon add the new icon class
6939
+		if ( icon ) {
6940
+			this._addClass( this.icon, null, value );
6941
+		}
6942
+
6943
+		this._attachIcon( position );
6944
+
6945
+		// If the icon is on top or bottom we need to add the ui-widget-icon-block class and remove
6946
+		// the iconSpace if there is one.
6947
+		if ( displayBlock ) {
6948
+			this._addClass( this.icon, null, "ui-widget-icon-block" );
6949
+			if ( this.iconSpace ) {
6950
+				this.iconSpace.remove();
6951
+			}
6952
+		} else {
6953
+
6954
+			// Position is beginning or end so remove the ui-widget-icon-block class and add the
6955
+			// space if it does not exist
6956
+			if ( !this.iconSpace ) {
6957
+				this.iconSpace = $( "<span> </span>" );
6958
+				this._addClass( this.iconSpace, "ui-button-icon-space" );
6959
+			}
6960
+			this._removeClass( this.icon, null, "ui-wiget-icon-block" );
6961
+			this._attachIconSpace( position );
6962
+		}
6963
+	},
6964
+
6965
+	_destroy: function() {
6966
+		this.element.removeAttr( "role" );
6967
+
6968
+		if ( this.icon ) {
6969
+			this.icon.remove();
6970
+		}
6971
+		if ( this.iconSpace ) {
6972
+			this.iconSpace.remove();
6973
+		}
6974
+		if ( !this.hasTitle ) {
6975
+			this.element.removeAttr( "title" );
6976
+		}
6977
+	},
6978
+
6979
+	_attachIconSpace: function( iconPosition ) {
6980
+		this.icon[ /^(?:end|bottom)/.test( iconPosition ) ? "before" : "after" ]( this.iconSpace );
6981
+	},
6982
+
6983
+	_attachIcon: function( iconPosition ) {
6984
+		this.element[ /^(?:end|bottom)/.test( iconPosition ) ? "append" : "prepend" ]( this.icon );
6985
+	},
6986
+
6987
+	_setOptions: function( options ) {
6988
+		var newShowLabel = options.showLabel === undefined ?
6989
+				this.options.showLabel :
6990
+				options.showLabel,
6991
+			newIcon = options.icon === undefined ? this.options.icon : options.icon;
6992
+
6993
+		if ( !newShowLabel && !newIcon ) {
6994
+			options.showLabel = true;
6995
+		}
6996
+		this._super( options );
6997
+	},
6998
+
6999
+	_setOption: function( key, value ) {
7000
+		if ( key === "icon" ) {
7001
+			if ( value ) {
7002
+				this._updateIcon( key, value );
7003
+			} else if ( this.icon ) {
7004
+				this.icon.remove();
7005
+				if ( this.iconSpace ) {
7006
+					this.iconSpace.remove();
7007
+				}
7008
+			}
7009
+		}
7010
+
7011
+		if ( key === "iconPosition" ) {
7012
+			this._updateIcon( key, value );
7013
+		}
7014
+
7015
+		// Make sure we can't end up with a button that has neither text nor icon
7016
+		if ( key === "showLabel" ) {
7017
+				this._toggleClass( "ui-button-icon-only", null, !value );
7018
+				this._updateTooltip();
7019
+		}
7020
+
7021
+		if ( key === "label" ) {
7022
+			if ( this.isInput ) {
7023
+				this.element.val( value );
7024
+			} else {
7025
+
7026
+				// If there is an icon, append it, else nothing then append the value
7027
+				// this avoids removal of the icon when setting label text
7028
+				this.element.html( value );
7029
+				if ( this.icon ) {
7030
+					this._attachIcon( this.options.iconPosition );
7031
+					this._attachIconSpace( this.options.iconPosition );
7032
+				}
7033
+			}
7034
+		}
7035
+
7036
+		this._super( key, value );
7037
+
7038
+		if ( key === "disabled" ) {
7039
+			this._toggleClass( null, "ui-state-disabled", value );
7040
+			this.element[ 0 ].disabled = value;
7041
+			if ( value ) {
7042
+				this.element.blur();
7043
+			}
7044
+		}
7045
+	},
7046
+
7047
+	refresh: function() {
7048
+
7049
+		// Make sure to only check disabled if its an element that supports this otherwise
7050
+		// check for the disabled class to determine state
7051
+		var isDisabled = this.element.is( "input, button" ) ?
7052
+			this.element[ 0 ].disabled : this.element.hasClass( "ui-button-disabled" );
7053
+
7054
+		if ( isDisabled !== this.options.disabled ) {
7055
+			this._setOptions( { disabled: isDisabled } );
7056
+		}
7057
+
7058
+		this._updateTooltip();
7059
+	}
7060
+} );
7061
+
7062
+// DEPRECATED
7063
+if ( $.uiBackCompat !== false ) {
7064
+
7065
+	// Text and Icons options
7066
+	$.widget( "ui.button", $.ui.button, {
7067
+		options: {
7068
+			text: true,
7069
+			icons: {
7070
+				primary: null,
7071
+				secondary: null
7072
+			}
7073
+		},
7074
+
7075
+		_create: function() {
7076
+			if ( this.options.showLabel && !this.options.text ) {
7077
+				this.options.showLabel = this.options.text;
7078
+			}
7079
+			if ( !this.options.showLabel && this.options.text ) {
7080
+				this.options.text = this.options.showLabel;
7081
+			}
7082
+			if ( !this.options.icon && ( this.options.icons.primary ||
7083
+					this.options.icons.secondary ) ) {
7084
+				if ( this.options.icons.primary ) {
7085
+					this.options.icon = this.options.icons.primary;
7086
+				} else {
7087
+					this.options.icon = this.options.icons.secondary;
7088
+					this.options.iconPosition = "end";
7089
+				}
7090
+			} else if ( this.options.icon ) {
7091
+				this.options.icons.primary = this.options.icon;
7092
+			}
7093
+			this._super();
7094
+		},
7095
+
7096
+		_setOption: function( key, value ) {
7097
+			if ( key === "text" ) {
7098
+				this._super( "showLabel", value );
7099
+				return;
7100
+			}
7101
+			if ( key === "showLabel" ) {
7102
+				this.options.text = value;
7103
+			}
7104
+			if ( key === "icon" ) {
7105
+				this.options.icons.primary = value;
7106
+			}
7107
+			if ( key === "icons" ) {
7108
+				if ( value.primary ) {
7109
+					this._super( "icon", value.primary );
7110
+					this._super( "iconPosition", "beginning" );
7111
+				} else if ( value.secondary ) {
7112
+					this._super( "icon", value.secondary );
7113
+					this._super( "iconPosition", "end" );
7114
+				}
7115
+			}
7116
+			this._superApply( arguments );
7117
+		}
7118
+	} );
7119
+
7120
+	$.fn.button = ( function( orig ) {
7121
+		return function() {
7122
+			if ( !this.length || ( this.length && this[ 0 ].tagName !== "INPUT" ) ||
7123
+					( this.length && this[ 0 ].tagName === "INPUT" && (
7124
+						this.attr( "type" ) !== "checkbox" && this.attr( "type" ) !== "radio"
7125
+					) ) ) {
7126
+				return orig.apply( this, arguments );
7127
+			}
7128
+			if ( !$.ui.checkboxradio ) {
7129
+				$.error( "Checkboxradio widget missing" );
7130
+			}
7131
+			if ( arguments.length === 0 ) {
7132
+				return this.checkboxradio( {
7133
+					"icon": false
7134
+				} );
7135
+			}
7136
+			return this.checkboxradio.apply( this, arguments );
7137
+		};
7138
+	} )( $.fn.button );
7139
+
7140
+	$.fn.buttonset = function() {
7141
+		if ( !$.ui.controlgroup ) {
7142
+			$.error( "Controlgroup widget missing" );
7143
+		}
7144
+		if ( arguments[ 0 ] === "option" && arguments[ 1 ] === "items" && arguments[ 2 ] ) {
7145
+			return this.controlgroup.apply( this,
7146
+				[ arguments[ 0 ], "items.button", arguments[ 2 ] ] );
7147
+		}
7148
+		if ( arguments[ 0 ] === "option" && arguments[ 1 ] === "items" ) {
7149
+			return this.controlgroup.apply( this, [ arguments[ 0 ], "items.button" ] );
7150
+		}
7151
+		if ( typeof arguments[ 0 ] === "object" && arguments[ 0 ].items ) {
7152
+			arguments[ 0 ].items = {
7153
+				button: arguments[ 0 ].items
7154
+			};
7155
+		}
7156
+		return this.controlgroup.apply( this, arguments );
7157
+	};
7158
+}
7159
+
7160
+var widgetsButton = $.ui.button;
7161
+
7162
+
7163
+// jscs:disable maximumLineLength
7164
+/* jscs:disable requireCamelCaseOrUpperCaseIdentifiers */
7165
+/*!
7166
+ * jQuery UI Datepicker 1.12.1
7167
+ * http://jqueryui.com
7168
+ *
7169
+ * Copyright jQuery Foundation and other contributors
7170
+ * Released under the MIT license.
7171
+ * http://jquery.org/license
7172
+ */
7173
+
7174
+//>>label: Datepicker
7175
+//>>group: Widgets
7176
+//>>description: Displays a calendar from an input or inline for selecting dates.
7177
+//>>docs: http://api.jqueryui.com/datepicker/
7178
+//>>demos: http://jqueryui.com/datepicker/
7179
+//>>css.structure: ../../themes/base/core.css
7180
+//>>css.structure: ../../themes/base/datepicker.css
7181
+//>>css.theme: ../../themes/base/theme.css
7182
+
7183
+
7184
+
7185
+$.extend( $.ui, { datepicker: { version: "1.12.1" } } );
7186
+
7187
+var datepicker_instActive;
7188
+
7189
+function datepicker_getZindex( elem ) {
7190
+	var position, value;
7191
+	while ( elem.length && elem[ 0 ] !== document ) {
7192
+
7193
+		// Ignore z-index if position is set to a value where z-index is ignored by the browser
7194
+		// This makes behavior of this function consistent across browsers
7195
+		// WebKit always returns auto if the element is positioned
7196
+		position = elem.css( "position" );
7197
+		if ( position === "absolute" || position === "relative" || position === "fixed" ) {
7198
+
7199
+			// IE returns 0 when zIndex is not specified
7200
+			// other browsers return a string
7201
+			// we ignore the case of nested elements with an explicit value of 0
7202
+			// <div style="z-index: -10;"><div style="z-index: 0;"></div></div>
7203
+			value = parseInt( elem.css( "zIndex" ), 10 );
7204
+			if ( !isNaN( value ) && value !== 0 ) {
7205
+				return value;
7206
+			}
7207
+		}
7208
+		elem = elem.parent();
7209
+	}
7210
+
7211
+	return 0;
7212
+}
7213
+/* Date picker manager.
7214
+   Use the singleton instance of this class, $.datepicker, to interact with the date picker.
7215
+   Settings for (groups of) date pickers are maintained in an instance object,
7216
+   allowing multiple different settings on the same page. */
7217
+
7218
+function Datepicker() {
7219
+	this._curInst = null; // The current instance in use
7220
+	this._keyEvent = false; // If the last event was a key event
7221
+	this._disabledInputs = []; // List of date picker inputs that have been disabled
7222
+	this._datepickerShowing = false; // True if the popup picker is showing , false if not
7223
+	this._inDialog = false; // True if showing within a "dialog", false if not
7224
+	this._mainDivId = "ui-datepicker-div"; // The ID of the main datepicker division
7225
+	this._inlineClass = "ui-datepicker-inline"; // The name of the inline marker class
7226
+	this._appendClass = "ui-datepicker-append"; // The name of the append marker class
7227
+	this._triggerClass = "ui-datepicker-trigger"; // The name of the trigger marker class
7228
+	this._dialogClass = "ui-datepicker-dialog"; // The name of the dialog marker class
7229
+	this._disableClass = "ui-datepicker-disabled"; // The name of the disabled covering marker class
7230
+	this._unselectableClass = "ui-datepicker-unselectable"; // The name of the unselectable cell marker class
7231
+	this._currentClass = "ui-datepicker-current-day"; // The name of the current day marker class
7232
+	this._dayOverClass = "ui-datepicker-days-cell-over"; // The name of the day hover marker class
7233
+	this.regional = []; // Available regional settings, indexed by language code
7234
+	this.regional[ "" ] = { // Default regional settings
7235
+		closeText: "Done", // Display text for close link
7236
+		prevText: "Prev", // Display text for previous month link
7237
+		nextText: "Next", // Display text for next month link
7238
+		currentText: "Today", // Display text for current month link
7239
+		monthNames: [ "January","February","March","April","May","June",
7240
+			"July","August","September","October","November","December" ], // Names of months for drop-down and formatting
7241
+		monthNamesShort: [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ], // For formatting
7242
+		dayNames: [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ], // For formatting
7243
+		dayNamesShort: [ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" ], // For formatting
7244
+		dayNamesMin: [ "Su","Mo","Tu","We","Th","Fr","Sa" ], // Column headings for days starting at Sunday
7245
+		weekHeader: "Wk", // Column header for week of the year
7246
+		dateFormat: "mm/dd/yy", // See format options on parseDate
7247
+		firstDay: 0, // The first day of the week, Sun = 0, Mon = 1, ...
7248
+		isRTL: false, // True if right-to-left language, false if left-to-right
7249
+		showMonthAfterYear: false, // True if the year select precedes month, false for month then year
7250
+		yearSuffix: "" // Additional text to append to the year in the month headers
7251
+	};
7252
+	this._defaults = { // Global defaults for all the date picker instances
7253
+		showOn: "focus", // "focus" for popup on focus,
7254
+			// "button" for trigger button, or "both" for either
7255
+		showAnim: "fadeIn", // Name of jQuery animation for popup
7256
+		showOptions: {}, // Options for enhanced animations
7257
+		defaultDate: null, // Used when field is blank: actual date,
7258
+			// +/-number for offset from today, null for today
7259
+		appendText: "", // Display text following the input box, e.g. showing the format
7260
+		buttonText: "...", // Text for trigger button
7261
+		buttonImage: "", // URL for trigger button image
7262
+		buttonImageOnly: false, // True if the image appears alone, false if it appears on a button
7263
+		hideIfNoPrevNext: false, // True to hide next/previous month links
7264
+			// if not applicable, false to just disable them
7265
+		navigationAsDateFormat: false, // True if date formatting applied to prev/today/next links
7266
+		gotoCurrent: false, // True if today link goes back to current selection instead
7267
+		changeMonth: false, // True if month can be selected directly, false if only prev/next
7268
+		changeYear: false, // True if year can be selected directly, false if only prev/next
7269
+		yearRange: "c-10:c+10", // Range of years to display in drop-down,
7270
+			// either relative to today's year (-nn:+nn), relative to currently displayed year
7271
+			// (c-nn:c+nn), absolute (nnnn:nnnn), or a combination of the above (nnnn:-n)
7272
+		showOtherMonths: false, // True to show dates in other months, false to leave blank
7273
+		selectOtherMonths: false, // True to allow selection of dates in other months, false for unselectable
7274
+		showWeek: false, // True to show week of the year, false to not show it
7275
+		calculateWeek: this.iso8601Week, // How to calculate the week of the year,
7276
+			// takes a Date and returns the number of the week for it
7277
+		shortYearCutoff: "+10", // Short year values < this are in the current century,
7278
+			// > this are in the previous century,
7279
+			// string value starting with "+" for current year + value
7280
+		minDate: null, // The earliest selectable date, or null for no limit
7281
+		maxDate: null, // The latest selectable date, or null for no limit
7282
+		duration: "fast", // Duration of display/closure
7283
+		beforeShowDay: null, // Function that takes a date and returns an array with
7284
+			// [0] = true if selectable, false if not, [1] = custom CSS class name(s) or "",
7285
+			// [2] = cell title (optional), e.g. $.datepicker.noWeekends
7286
+		beforeShow: null, // Function that takes an input field and
7287
+			// returns a set of custom settings for the date picker
7288
+		onSelect: null, // Define a callback function when a date is selected
7289
+		onChangeMonthYear: null, // Define a callback function when the month or year is changed
7290
+		onClose: null, // Define a callback function when the datepicker is closed
7291
+		numberOfMonths: 1, // Number of months to show at a time
7292
+		showCurrentAtPos: 0, // The position in multipe months at which to show the current month (starting at 0)
7293
+		stepMonths: 1, // Number of months to step back/forward
7294
+		stepBigMonths: 12, // Number of months to step back/forward for the big links
7295
+		altField: "", // Selector for an alternate field to store selected dates into
7296
+		altFormat: "", // The date format to use for the alternate field
7297
+		constrainInput: true, // The input is constrained by the current date format
7298
+		showButtonPanel: false, // True to show button panel, false to not show it
7299
+		autoSize: false, // True to size the input for the date format, false to leave as is
7300
+		disabled: false // The initial disabled state
7301
+	};
7302
+	$.extend( this._defaults, this.regional[ "" ] );
7303
+	this.regional.en = $.extend( true, {}, this.regional[ "" ] );
7304
+	this.regional[ "en-US" ] = $.extend( true, {}, this.regional.en );
7305
+	this.dpDiv = datepicker_bindHover( $( "<div id='" + this._mainDivId + "' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>" ) );
7306
+}
7307
+
7308
+$.extend( Datepicker.prototype, {
7309
+	/* Class name added to elements to indicate already configured with a date picker. */
7310
+	markerClassName: "hasDatepicker",
7311
+
7312
+	//Keep track of the maximum number of rows displayed (see #7043)
7313
+	maxRows: 4,
7314
+
7315
+	// TODO rename to "widget" when switching to widget factory
7316
+	_widgetDatepicker: function() {
7317
+		return this.dpDiv;
7318
+	},
7319
+
7320
+	/* Override the default settings for all instances of the date picker.
7321
+	 * @param  settings  object - the new settings to use as defaults (anonymous object)
7322
+	 * @return the manager object
7323
+	 */
7324
+	setDefaults: function( settings ) {
7325
+		datepicker_extendRemove( this._defaults, settings || {} );
7326
+		return this;
7327
+	},
7328
+
7329
+	/* Attach the date picker to a jQuery selection.
7330
+	 * @param  target	element - the target input field or division or span
7331
+	 * @param  settings  object - the new settings to use for this date picker instance (anonymous)
7332
+	 */
7333
+	_attachDatepicker: function( target, settings ) {
7334
+		var nodeName, inline, inst;
7335
+		nodeName = target.nodeName.toLowerCase();
7336
+		inline = ( nodeName === "div" || nodeName === "span" );
7337
+		if ( !target.id ) {
7338
+			this.uuid += 1;
7339
+			target.id = "dp" + this.uuid;
7340
+		}
7341
+		inst = this._newInst( $( target ), inline );
7342
+		inst.settings = $.extend( {}, settings || {} );
7343
+		if ( nodeName === "input" ) {
7344
+			this._connectDatepicker( target, inst );
7345
+		} else if ( inline ) {
7346
+			this._inlineDatepicker( target, inst );
7347
+		}
7348
+	},
7349
+
7350
+	/* Create a new instance object. */
7351
+	_newInst: function( target, inline ) {
7352
+		var id = target[ 0 ].id.replace( /([^A-Za-z0-9_\-])/g, "\\\\$1" ); // escape jQuery meta chars
7353
+		return { id: id, input: target, // associated target
7354
+			selectedDay: 0, selectedMonth: 0, selectedYear: 0, // current selection
7355
+			drawMonth: 0, drawYear: 0, // month being drawn
7356
+			inline: inline, // is datepicker inline or not
7357
+			dpDiv: ( !inline ? this.dpDiv : // presentation div
7358
+			datepicker_bindHover( $( "<div class='" + this._inlineClass + " ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>" ) ) ) };
7359
+	},
7360
+
7361
+	/* Attach the date picker to an input field. */
7362
+	_connectDatepicker: function( target, inst ) {
7363
+		var input = $( target );
7364
+		inst.append = $( [] );
7365
+		inst.trigger = $( [] );
7366
+		if ( input.hasClass( this.markerClassName ) ) {
7367
+			return;
7368
+		}
7369
+		this._attachments( input, inst );
7370
+		input.addClass( this.markerClassName ).on( "keydown", this._doKeyDown ).
7371
+			on( "keypress", this._doKeyPress ).on( "keyup", this._doKeyUp );
7372
+		this._autoSize( inst );
7373
+		$.data( target, "datepicker", inst );
7374
+
7375
+		//If disabled option is true, disable the datepicker once it has been attached to the input (see ticket #5665)
7376
+		if ( inst.settings.disabled ) {
7377
+			this._disableDatepicker( target );
7378
+		}
7379
+	},
7380
+
7381
+	/* Make attachments based on settings. */
7382
+	_attachments: function( input, inst ) {
7383
+		var showOn, buttonText, buttonImage,
7384
+			appendText = this._get( inst, "appendText" ),
7385
+			isRTL = this._get( inst, "isRTL" );
7386
+
7387
+		if ( inst.append ) {
7388
+			inst.append.remove();
7389
+		}
7390
+		if ( appendText ) {
7391
+			inst.append = $( "<span class='" + this._appendClass + "'>" + appendText + "</span>" );
7392
+			input[ isRTL ? "before" : "after" ]( inst.append );
7393
+		}
7394
+
7395
+		input.off( "focus", this._showDatepicker );
7396
+
7397
+		if ( inst.trigger ) {
7398
+			inst.trigger.remove();
7399
+		}
7400
+
7401
+		showOn = this._get( inst, "showOn" );
7402
+		if ( showOn === "focus" || showOn === "both" ) { // pop-up date picker when in the marked field
7403
+			input.on( "focus", this._showDatepicker );
7404
+		}
7405
+		if ( showOn === "button" || showOn === "both" ) { // pop-up date picker when button clicked
7406
+			buttonText = this._get( inst, "buttonText" );
7407
+			buttonImage = this._get( inst, "buttonImage" );
7408
+			inst.trigger = $( this._get( inst, "buttonImageOnly" ) ?
7409
+				$( "<img/>" ).addClass( this._triggerClass ).
7410
+					attr( { src: buttonImage, alt: buttonText, title: buttonText } ) :
7411
+				$( "<button type='button'></button>" ).addClass( this._triggerClass ).
7412
+					html( !buttonImage ? buttonText : $( "<img/>" ).attr(
7413
+					{ src:buttonImage, alt:buttonText, title:buttonText } ) ) );
7414
+			input[ isRTL ? "before" : "after" ]( inst.trigger );
7415
+			inst.trigger.on( "click", function() {
7416
+				if ( $.datepicker._datepickerShowing && $.datepicker._lastInput === input[ 0 ] ) {
7417
+					$.datepicker._hideDatepicker();
7418
+				} else if ( $.datepicker._datepickerShowing && $.datepicker._lastInput !== input[ 0 ] ) {
7419
+					$.datepicker._hideDatepicker();
7420
+					$.datepicker._showDatepicker( input[ 0 ] );
7421
+				} else {
7422
+					$.datepicker._showDatepicker( input[ 0 ] );
7423
+				}
7424
+				return false;
7425
+			} );
7426
+		}
7427
+	},
7428
+
7429
+	/* Apply the maximum length for the date format. */
7430
+	_autoSize: function( inst ) {
7431
+		if ( this._get( inst, "autoSize" ) && !inst.inline ) {
7432
+			var findMax, max, maxI, i,
7433
+				date = new Date( 2009, 12 - 1, 20 ), // Ensure double digits
7434
+				dateFormat = this._get( inst, "dateFormat" );
7435
+
7436
+			if ( dateFormat.match( /[DM]/ ) ) {
7437
+				findMax = function( names ) {
7438
+					max = 0;
7439
+					maxI = 0;
7440
+					for ( i = 0; i < names.length; i++ ) {
7441
+						if ( names[ i ].length > max ) {
7442
+							max = names[ i ].length;
7443
+							maxI = i;
7444
+						}
7445
+					}
7446
+					return maxI;
7447
+				};
7448
+				date.setMonth( findMax( this._get( inst, ( dateFormat.match( /MM/ ) ?
7449
+					"monthNames" : "monthNamesShort" ) ) ) );
7450
+				date.setDate( findMax( this._get( inst, ( dateFormat.match( /DD/ ) ?
7451
+					"dayNames" : "dayNamesShort" ) ) ) + 20 - date.getDay() );
7452
+			}
7453
+			inst.input.attr( "size", this._formatDate( inst, date ).length );
7454
+		}
7455
+	},
7456
+
7457
+	/* Attach an inline date picker to a div. */
7458
+	_inlineDatepicker: function( target, inst ) {
7459
+		var divSpan = $( target );
7460
+		if ( divSpan.hasClass( this.markerClassName ) ) {
7461
+			return;
7462
+		}
7463
+		divSpan.addClass( this.markerClassName ).append( inst.dpDiv );
7464
+		$.data( target, "datepicker", inst );
7465
+		this._setDate( inst, this._getDefaultDate( inst ), true );
7466
+		this._updateDatepicker( inst );
7467
+		this._updateAlternate( inst );
7468
+
7469
+		//If disabled option is true, disable the datepicker before showing it (see ticket #5665)
7470
+		if ( inst.settings.disabled ) {
7471
+			this._disableDatepicker( target );
7472
+		}
7473
+
7474
+		// Set display:block in place of inst.dpDiv.show() which won't work on disconnected elements
7475
+		// http://bugs.jqueryui.com/ticket/7552 - A Datepicker created on a detached div has zero height
7476
+		inst.dpDiv.css( "display", "block" );
7477
+	},
7478
+
7479
+	/* Pop-up the date picker in a "dialog" box.
7480
+	 * @param  input element - ignored
7481
+	 * @param  date	string or Date - the initial date to display
7482
+	 * @param  onSelect  function - the function to call when a date is selected
7483
+	 * @param  settings  object - update the dialog date picker instance's settings (anonymous object)
7484
+	 * @param  pos int[2] - coordinates for the dialog's position within the screen or
7485
+	 *					event - with x/y coordinates or
7486
+	 *					leave empty for default (screen centre)
7487
+	 * @return the manager object
7488
+	 */
7489
+	_dialogDatepicker: function( input, date, onSelect, settings, pos ) {
7490
+		var id, browserWidth, browserHeight, scrollX, scrollY,
7491
+			inst = this._dialogInst; // internal instance
7492
+
7493
+		if ( !inst ) {
7494
+			this.uuid += 1;
7495
+			id = "dp" + this.uuid;
7496
+			this._dialogInput = $( "<input type='text' id='" + id +
7497
+				"' style='position: absolute; top: -100px; width: 0px;'/>" );
7498
+			this._dialogInput.on( "keydown", this._doKeyDown );
7499
+			$( "body" ).append( this._dialogInput );
7500
+			inst = this._dialogInst = this._newInst( this._dialogInput, false );
7501
+			inst.settings = {};
7502
+			$.data( this._dialogInput[ 0 ], "datepicker", inst );
7503
+		}
7504
+		datepicker_extendRemove( inst.settings, settings || {} );
7505
+		date = ( date && date.constructor === Date ? this._formatDate( inst, date ) : date );
7506
+		this._dialogInput.val( date );
7507
+
7508
+		this._pos = ( pos ? ( pos.length ? pos : [ pos.pageX, pos.pageY ] ) : null );
7509
+		if ( !this._pos ) {
7510
+			browserWidth = document.documentElement.clientWidth;
7511
+			browserHeight = document.documentElement.clientHeight;
7512
+			scrollX = document.documentElement.scrollLeft || document.body.scrollLeft;
7513
+			scrollY = document.documentElement.scrollTop || document.body.scrollTop;
7514
+			this._pos = // should use actual width/height below
7515
+				[ ( browserWidth / 2 ) - 100 + scrollX, ( browserHeight / 2 ) - 150 + scrollY ];
7516
+		}
7517
+
7518
+		// Move input on screen for focus, but hidden behind dialog
7519
+		this._dialogInput.css( "left", ( this._pos[ 0 ] + 20 ) + "px" ).css( "top", this._pos[ 1 ] + "px" );
7520
+		inst.settings.onSelect = onSelect;
7521
+		this._inDialog = true;
7522
+		this.dpDiv.addClass( this._dialogClass );
7523
+		this._showDatepicker( this._dialogInput[ 0 ] );
7524
+		if ( $.blockUI ) {
7525
+			$.blockUI( this.dpDiv );
7526
+		}
7527
+		$.data( this._dialogInput[ 0 ], "datepicker", inst );
7528
+		return this;
7529
+	},
7530
+
7531
+	/* Detach a datepicker from its control.
7532
+	 * @param  target	element - the target input field or division or span
7533
+	 */
7534
+	_destroyDatepicker: function( target ) {
7535
+		var nodeName,
7536
+			$target = $( target ),
7537
+			inst = $.data( target, "datepicker" );
7538
+
7539
+		if ( !$target.hasClass( this.markerClassName ) ) {
7540
+			return;
7541
+		}
7542
+
7543
+		nodeName = target.nodeName.toLowerCase();
7544
+		$.removeData( target, "datepicker" );
7545
+		if ( nodeName === "input" ) {
7546
+			inst.append.remove();
7547
+			inst.trigger.remove();
7548
+			$target.removeClass( this.markerClassName ).
7549
+				off( "focus", this._showDatepicker ).
7550
+				off( "keydown", this._doKeyDown ).
7551
+				off( "keypress", this._doKeyPress ).
7552
+				off( "keyup", this._doKeyUp );
7553
+		} else if ( nodeName === "div" || nodeName === "span" ) {
7554
+			$target.removeClass( this.markerClassName ).empty();
7555
+		}
7556
+
7557
+		if ( datepicker_instActive === inst ) {
7558
+			datepicker_instActive = null;
7559
+		}
7560
+	},
7561
+
7562
+	/* Enable the date picker to a jQuery selection.
7563
+	 * @param  target	element - the target input field or division or span
7564
+	 */
7565
+	_enableDatepicker: function( target ) {
7566
+		var nodeName, inline,
7567
+			$target = $( target ),
7568
+			inst = $.data( target, "datepicker" );
7569
+
7570
+		if ( !$target.hasClass( this.markerClassName ) ) {
7571
+			return;
7572
+		}
7573
+
7574
+		nodeName = target.nodeName.toLowerCase();
7575
+		if ( nodeName === "input" ) {
7576
+			target.disabled = false;
7577
+			inst.trigger.filter( "button" ).
7578
+				each( function() { this.disabled = false; } ).end().
7579
+				filter( "img" ).css( { opacity: "1.0", cursor: "" } );
7580
+		} else if ( nodeName === "div" || nodeName === "span" ) {
7581
+			inline = $target.children( "." + this._inlineClass );
7582
+			inline.children().removeClass( "ui-state-disabled" );
7583
+			inline.find( "select.ui-datepicker-month, select.ui-datepicker-year" ).
7584
+				prop( "disabled", false );
7585
+		}
7586
+		this._disabledInputs = $.map( this._disabledInputs,
7587
+			function( value ) { return ( value === target ? null : value ); } ); // delete entry
7588
+	},
7589
+
7590
+	/* Disable the date picker to a jQuery selection.
7591
+	 * @param  target	element - the target input field or division or span
7592
+	 */
7593
+	_disableDatepicker: function( target ) {
7594
+		var nodeName, inline,
7595
+			$target = $( target ),
7596
+			inst = $.data( target, "datepicker" );
7597
+
7598
+		if ( !$target.hasClass( this.markerClassName ) ) {
7599
+			return;
7600
+		}
7601
+
7602
+		nodeName = target.nodeName.toLowerCase();
7603
+		if ( nodeName === "input" ) {
7604
+			target.disabled = true;
7605
+			inst.trigger.filter( "button" ).
7606
+				each( function() { this.disabled = true; } ).end().
7607
+				filter( "img" ).css( { opacity: "0.5", cursor: "default" } );
7608
+		} else if ( nodeName === "div" || nodeName === "span" ) {
7609
+			inline = $target.children( "." + this._inlineClass );
7610
+			inline.children().addClass( "ui-state-disabled" );
7611
+			inline.find( "select.ui-datepicker-month, select.ui-datepicker-year" ).
7612
+				prop( "disabled", true );
7613
+		}
7614
+		this._disabledInputs = $.map( this._disabledInputs,
7615
+			function( value ) { return ( value === target ? null : value ); } ); // delete entry
7616
+		this._disabledInputs[ this._disabledInputs.length ] = target;
7617
+	},
7618
+
7619
+	/* Is the first field in a jQuery collection disabled as a datepicker?
7620
+	 * @param  target	element - the target input field or division or span
7621
+	 * @return boolean - true if disabled, false if enabled
7622
+	 */
7623
+	_isDisabledDatepicker: function( target ) {
7624
+		if ( !target ) {
7625
+			return false;
7626
+		}
7627
+		for ( var i = 0; i < this._disabledInputs.length; i++ ) {
7628
+			if ( this._disabledInputs[ i ] === target ) {
7629
+				return true;
7630
+			}
7631
+		}
7632
+		return false;
7633
+	},
7634
+
7635
+	/* Retrieve the instance data for the target control.
7636
+	 * @param  target  element - the target input field or division or span
7637
+	 * @return  object - the associated instance data
7638
+	 * @throws  error if a jQuery problem getting data
7639
+	 */
7640
+	_getInst: function( target ) {
7641
+		try {
7642
+			return $.data( target, "datepicker" );
7643
+		}
7644
+		catch ( err ) {
7645
+			throw "Missing instance data for this datepicker";
7646
+		}
7647
+	},
7648
+
7649
+	/* Update or retrieve the settings for a date picker attached to an input field or division.
7650
+	 * @param  target  element - the target input field or division or span
7651
+	 * @param  name	object - the new settings to update or
7652
+	 *				string - the name of the setting to change or retrieve,
7653
+	 *				when retrieving also "all" for all instance settings or
7654
+	 *				"defaults" for all global defaults
7655
+	 * @param  value   any - the new value for the setting
7656
+	 *				(omit if above is an object or to retrieve a value)
7657
+	 */
7658
+	_optionDatepicker: function( target, name, value ) {
7659
+		var settings, date, minDate, maxDate,
7660
+			inst = this._getInst( target );
7661
+
7662
+		if ( arguments.length === 2 && typeof name === "string" ) {
7663
+			return ( name === "defaults" ? $.extend( {}, $.datepicker._defaults ) :
7664
+				( inst ? ( name === "all" ? $.extend( {}, inst.settings ) :
7665
+				this._get( inst, name ) ) : null ) );
7666
+		}
7667
+
7668
+		settings = name || {};
7669
+		if ( typeof name === "string" ) {
7670
+			settings = {};
7671
+			settings[ name ] = value;
7672
+		}
7673
+
7674
+		if ( inst ) {
7675
+			if ( this._curInst === inst ) {
7676
+				this._hideDatepicker();
7677
+			}
7678
+
7679
+			date = this._getDateDatepicker( target, true );
7680
+			minDate = this._getMinMaxDate( inst, "min" );
7681
+			maxDate = this._getMinMaxDate( inst, "max" );
7682
+			datepicker_extendRemove( inst.settings, settings );
7683
+
7684
+			// reformat the old minDate/maxDate values if dateFormat changes and a new minDate/maxDate isn't provided
7685
+			if ( minDate !== null && settings.dateFormat !== undefined && settings.minDate === undefined ) {
7686
+				inst.settings.minDate = this._formatDate( inst, minDate );
7687
+			}
7688
+			if ( maxDate !== null && settings.dateFormat !== undefined && settings.maxDate === undefined ) {
7689
+				inst.settings.maxDate = this._formatDate( inst, maxDate );
7690
+			}
7691
+			if ( "disabled" in settings ) {
7692
+				if ( settings.disabled ) {
7693
+					this._disableDatepicker( target );
7694
+				} else {
7695
+					this._enableDatepicker( target );
7696
+				}
7697
+			}
7698
+			this._attachments( $( target ), inst );
7699
+			this._autoSize( inst );
7700
+			this._setDate( inst, date );
7701
+			this._updateAlternate( inst );
7702
+			this._updateDatepicker( inst );
7703
+		}
7704
+	},
7705
+
7706
+	// Change method deprecated
7707
+	_changeDatepicker: function( target, name, value ) {
7708
+		this._optionDatepicker( target, name, value );
7709
+	},
7710
+
7711
+	/* Redraw the date picker attached to an input field or division.
7712
+	 * @param  target  element - the target input field or division or span
7713
+	 */
7714
+	_refreshDatepicker: function( target ) {
7715
+		var inst = this._getInst( target );
7716
+		if ( inst ) {
7717
+			this._updateDatepicker( inst );
7718
+		}
7719
+	},
7720
+
7721
+	/* Set the dates for a jQuery selection.
7722
+	 * @param  target element - the target input field or division or span
7723
+	 * @param  date	Date - the new date
7724
+	 */
7725
+	_setDateDatepicker: function( target, date ) {
7726
+		var inst = this._getInst( target );
7727
+		if ( inst ) {
7728
+			this._setDate( inst, date );
7729
+			this._updateDatepicker( inst );
7730
+			this._updateAlternate( inst );
7731
+		}
7732
+	},
7733
+
7734
+	/* Get the date(s) for the first entry in a jQuery selection.
7735
+	 * @param  target element - the target input field or division or span
7736
+	 * @param  noDefault boolean - true if no default date is to be used
7737
+	 * @return Date - the current date
7738
+	 */
7739
+	_getDateDatepicker: function( target, noDefault ) {
7740
+		var inst = this._getInst( target );
7741
+		if ( inst && !inst.inline ) {
7742
+			this._setDateFromField( inst, noDefault );
7743
+		}
7744
+		return ( inst ? this._getDate( inst ) : null );
7745
+	},
7746
+
7747
+	/* Handle keystrokes. */
7748
+	_doKeyDown: function( event ) {
7749
+		var onSelect, dateStr, sel,
7750
+			inst = $.datepicker._getInst( event.target ),
7751
+			handled = true,
7752
+			isRTL = inst.dpDiv.is( ".ui-datepicker-rtl" );
7753
+
7754
+		inst._keyEvent = true;
7755
+		if ( $.datepicker._datepickerShowing ) {
7756
+			switch ( event.keyCode ) {
7757
+				case 9: $.datepicker._hideDatepicker();
7758
+						handled = false;
7759
+						break; // hide on tab out
7760
+				case 13: sel = $( "td." + $.datepicker._dayOverClass + ":not(." +
7761
+									$.datepicker._currentClass + ")", inst.dpDiv );
7762
+						if ( sel[ 0 ] ) {
7763
+							$.datepicker._selectDay( event.target, inst.selectedMonth, inst.selectedYear, sel[ 0 ] );
7764
+						}
7765
+
7766
+						onSelect = $.datepicker._get( inst, "onSelect" );
7767
+						if ( onSelect ) {
7768
+							dateStr = $.datepicker._formatDate( inst );
7769
+
7770
+							// Trigger custom callback
7771
+							onSelect.apply( ( inst.input ? inst.input[ 0 ] : null ), [ dateStr, inst ] );
7772
+						} else {
7773
+							$.datepicker._hideDatepicker();
7774
+						}
7775
+
7776
+						return false; // don't submit the form
7777
+				case 27: $.datepicker._hideDatepicker();
7778
+						break; // hide on escape
7779
+				case 33: $.datepicker._adjustDate( event.target, ( event.ctrlKey ?
7780
+							-$.datepicker._get( inst, "stepBigMonths" ) :
7781
+							-$.datepicker._get( inst, "stepMonths" ) ), "M" );
7782
+						break; // previous month/year on page up/+ ctrl
7783
+				case 34: $.datepicker._adjustDate( event.target, ( event.ctrlKey ?
7784
+							+$.datepicker._get( inst, "stepBigMonths" ) :
7785
+							+$.datepicker._get( inst, "stepMonths" ) ), "M" );
7786
+						break; // next month/year on page down/+ ctrl
7787
+				case 35: if ( event.ctrlKey || event.metaKey ) {
7788
+							$.datepicker._clearDate( event.target );
7789
+						}
7790
+						handled = event.ctrlKey || event.metaKey;
7791
+						break; // clear on ctrl or command +end
7792
+				case 36: if ( event.ctrlKey || event.metaKey ) {
7793
+							$.datepicker._gotoToday( event.target );
7794
+						}
7795
+						handled = event.ctrlKey || event.metaKey;
7796
+						break; // current on ctrl or command +home
7797
+				case 37: if ( event.ctrlKey || event.metaKey ) {
7798
+							$.datepicker._adjustDate( event.target, ( isRTL ? +1 : -1 ), "D" );
7799
+						}
7800
+						handled = event.ctrlKey || event.metaKey;
7801
+
7802
+						// -1 day on ctrl or command +left
7803
+						if ( event.originalEvent.altKey ) {
7804
+							$.datepicker._adjustDate( event.target, ( event.ctrlKey ?
7805
+								-$.datepicker._get( inst, "stepBigMonths" ) :
7806
+								-$.datepicker._get( inst, "stepMonths" ) ), "M" );
7807
+						}
7808
+
7809
+						// next month/year on alt +left on Mac
7810
+						break;
7811
+				case 38: if ( event.ctrlKey || event.metaKey ) {
7812
+							$.datepicker._adjustDate( event.target, -7, "D" );
7813
+						}
7814
+						handled = event.ctrlKey || event.metaKey;
7815
+						break; // -1 week on ctrl or command +up
7816
+				case 39: if ( event.ctrlKey || event.metaKey ) {
7817
+							$.datepicker._adjustDate( event.target, ( isRTL ? -1 : +1 ), "D" );
7818
+						}
7819
+						handled = event.ctrlKey || event.metaKey;
7820
+
7821
+						// +1 day on ctrl or command +right
7822
+						if ( event.originalEvent.altKey ) {
7823
+							$.datepicker._adjustDate( event.target, ( event.ctrlKey ?
7824
+								+$.datepicker._get( inst, "stepBigMonths" ) :
7825
+								+$.datepicker._get( inst, "stepMonths" ) ), "M" );
7826
+						}
7827
+
7828
+						// next month/year on alt +right
7829
+						break;
7830
+				case 40: if ( event.ctrlKey || event.metaKey ) {
7831
+							$.datepicker._adjustDate( event.target, +7, "D" );
7832
+						}
7833
+						handled = event.ctrlKey || event.metaKey;
7834
+						break; // +1 week on ctrl or command +down
7835
+				default: handled = false;
7836
+			}
7837
+		} else if ( event.keyCode === 36 && event.ctrlKey ) { // display the date picker on ctrl+home
7838
+			$.datepicker._showDatepicker( this );
7839
+		} else {
7840
+			handled = false;
7841
+		}
7842
+
7843
+		if ( handled ) {
7844
+			event.preventDefault();
7845
+			event.stopPropagation();
7846
+		}
7847
+	},
7848
+
7849
+	/* Filter entered characters - based on date format. */
7850
+	_doKeyPress: function( event ) {
7851
+		var chars, chr,
7852
+			inst = $.datepicker._getInst( event.target );
7853
+
7854
+		if ( $.datepicker._get( inst, "constrainInput" ) ) {
7855
+			chars = $.datepicker._possibleChars( $.datepicker._get( inst, "dateFormat" ) );
7856
+			chr = String.fromCharCode( event.charCode == null ? event.keyCode : event.charCode );
7857
+			return event.ctrlKey || event.metaKey || ( chr < " " || !chars || chars.indexOf( chr ) > -1 );
7858
+		}
7859
+	},
7860
+
7861
+	/* Synchronise manual entry and field/alternate field. */
7862
+	_doKeyUp: function( event ) {
7863
+		var date,
7864
+			inst = $.datepicker._getInst( event.target );
7865
+
7866
+		if ( inst.input.val() !== inst.lastVal ) {
7867
+			try {
7868
+				date = $.datepicker.parseDate( $.datepicker._get( inst, "dateFormat" ),
7869
+					( inst.input ? inst.input.val() : null ),
7870
+					$.datepicker._getFormatConfig( inst ) );
7871
+
7872
+				if ( date ) { // only if valid
7873
+					$.datepicker._setDateFromField( inst );
7874
+					$.datepicker._updateAlternate( inst );
7875
+					$.datepicker._updateDatepicker( inst );
7876
+				}
7877
+			}
7878
+			catch ( err ) {
7879
+			}
7880
+		}
7881
+		return true;
7882
+	},
7883
+
7884
+	/* Pop-up the date picker for a given input field.
7885
+	 * If false returned from beforeShow event handler do not show.
7886
+	 * @param  input  element - the input field attached to the date picker or
7887
+	 *					event - if triggered by focus
7888
+	 */
7889
+	_showDatepicker: function( input ) {
7890
+		input = input.target || input;
7891
+		if ( input.nodeName.toLowerCase() !== "input" ) { // find from button/image trigger
7892
+			input = $( "input", input.parentNode )[ 0 ];
7893
+		}
7894
+
7895
+		if ( $.datepicker._isDisabledDatepicker( input ) || $.datepicker._lastInput === input ) { // already here
7896
+			return;
7897
+		}
7898
+
7899
+		var inst, beforeShow, beforeShowSettings, isFixed,
7900
+			offset, showAnim, duration;
7901
+
7902
+		inst = $.datepicker._getInst( input );
7903
+		if ( $.datepicker._curInst && $.datepicker._curInst !== inst ) {
7904
+			$.datepicker._curInst.dpDiv.stop( true, true );
7905
+			if ( inst && $.datepicker._datepickerShowing ) {
7906
+				$.datepicker._hideDatepicker( $.datepicker._curInst.input[ 0 ] );
7907
+			}
7908
+		}
7909
+
7910
+		beforeShow = $.datepicker._get( inst, "beforeShow" );
7911
+		beforeShowSettings = beforeShow ? beforeShow.apply( input, [ input, inst ] ) : {};
7912
+		if ( beforeShowSettings === false ) {
7913
+			return;
7914
+		}
7915
+		datepicker_extendRemove( inst.settings, beforeShowSettings );
7916
+
7917
+		inst.lastVal = null;
7918
+		$.datepicker._lastInput = input;
7919
+		$.datepicker._setDateFromField( inst );
7920
+
7921
+		if ( $.datepicker._inDialog ) { // hide cursor
7922
+			input.value = "";
7923
+		}
7924
+		if ( !$.datepicker._pos ) { // position below input
7925
+			$.datepicker._pos = $.datepicker._findPos( input );
7926
+			$.datepicker._pos[ 1 ] += input.offsetHeight; // add the height
7927
+		}
7928
+
7929
+		isFixed = false;
7930
+		$( input ).parents().each( function() {
7931
+			isFixed |= $( this ).css( "position" ) === "fixed";
7932
+			return !isFixed;
7933
+		} );
7934
+
7935
+		offset = { left: $.datepicker._pos[ 0 ], top: $.datepicker._pos[ 1 ] };
7936
+		$.datepicker._pos = null;
7937
+
7938
+		//to avoid flashes on Firefox
7939
+		inst.dpDiv.empty();
7940
+
7941
+		// determine sizing offscreen
7942
+		inst.dpDiv.css( { position: "absolute", display: "block", top: "-1000px" } );
7943
+		$.datepicker._updateDatepicker( inst );
7944
+
7945
+		// fix width for dynamic number of date pickers
7946
+		// and adjust position before showing
7947
+		offset = $.datepicker._checkOffset( inst, offset, isFixed );
7948
+		inst.dpDiv.css( { position: ( $.datepicker._inDialog && $.blockUI ?
7949
+			"static" : ( isFixed ? "fixed" : "absolute" ) ), display: "none",
7950
+			left: offset.left + "px", top: offset.top + "px" } );
7951
+
7952
+		if ( !inst.inline ) {
7953
+			showAnim = $.datepicker._get( inst, "showAnim" );
7954
+			duration = $.datepicker._get( inst, "duration" );
7955
+			inst.dpDiv.css( "z-index", datepicker_getZindex( $( input ) ) + 1 );
7956
+			$.datepicker._datepickerShowing = true;
7957
+
7958
+			if ( $.effects && $.effects.effect[ showAnim ] ) {
7959
+				inst.dpDiv.show( showAnim, $.datepicker._get( inst, "showOptions" ), duration );
7960
+			} else {
7961
+				inst.dpDiv[ showAnim || "show" ]( showAnim ? duration : null );
7962
+			}
7963
+
7964
+			if ( $.datepicker._shouldFocusInput( inst ) ) {
7965
+				inst.input.trigger( "focus" );
7966
+			}
7967
+
7968
+			$.datepicker._curInst = inst;
7969
+		}
7970
+	},
7971
+
7972
+	/* Generate the date picker content. */
7973
+	_updateDatepicker: function( inst ) {
7974
+		this.maxRows = 4; //Reset the max number of rows being displayed (see #7043)
7975
+		datepicker_instActive = inst; // for delegate hover events
7976
+		inst.dpDiv.empty().append( this._generateHTML( inst ) );
7977
+		this._attachHandlers( inst );
7978
+
7979
+		var origyearshtml,
7980
+			numMonths = this._getNumberOfMonths( inst ),
7981
+			cols = numMonths[ 1 ],
7982
+			width = 17,
7983
+			activeCell = inst.dpDiv.find( "." + this._dayOverClass + " a" );
7984
+
7985
+		if ( activeCell.length > 0 ) {
7986
+			datepicker_handleMouseover.apply( activeCell.get( 0 ) );
7987
+		}
7988
+
7989
+		inst.dpDiv.removeClass( "ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4" ).width( "" );
7990
+		if ( cols > 1 ) {
7991
+			inst.dpDiv.addClass( "ui-datepicker-multi-" + cols ).css( "width", ( width * cols ) + "em" );
7992
+		}
7993
+		inst.dpDiv[ ( numMonths[ 0 ] !== 1 || numMonths[ 1 ] !== 1 ? "add" : "remove" ) +
7994
+			"Class" ]( "ui-datepicker-multi" );
7995
+		inst.dpDiv[ ( this._get( inst, "isRTL" ) ? "add" : "remove" ) +
7996
+			"Class" ]( "ui-datepicker-rtl" );
7997
+
7998
+		if ( inst === $.datepicker._curInst && $.datepicker._datepickerShowing && $.datepicker._shouldFocusInput( inst ) ) {
7999
+			inst.input.trigger( "focus" );
8000
+		}
8001
+
8002
+		// Deffered render of the years select (to avoid flashes on Firefox)
8003
+		if ( inst.yearshtml ) {
8004
+			origyearshtml = inst.yearshtml;
8005
+			setTimeout( function() {
8006
+
8007
+				//assure that inst.yearshtml didn't change.
8008
+				if ( origyearshtml === inst.yearshtml && inst.yearshtml ) {
8009
+					inst.dpDiv.find( "select.ui-datepicker-year:first" ).replaceWith( inst.yearshtml );
8010
+				}
8011
+				origyearshtml = inst.yearshtml = null;
8012
+			}, 0 );
8013
+		}
8014
+	},
8015
+
8016
+	// #6694 - don't focus the input if it's already focused
8017
+	// this breaks the change event in IE
8018
+	// Support: IE and jQuery <1.9
8019
+	_shouldFocusInput: function( inst ) {
8020
+		return inst.input && inst.input.is( ":visible" ) && !inst.input.is( ":disabled" ) && !inst.input.is( ":focus" );
8021
+	},
8022
+
8023
+	/* Check positioning to remain on screen. */
8024
+	_checkOffset: function( inst, offset, isFixed ) {
8025
+		var dpWidth = inst.dpDiv.outerWidth(),
8026
+			dpHeight = inst.dpDiv.outerHeight(),
8027
+			inputWidth = inst.input ? inst.input.outerWidth() : 0,
8028
+			inputHeight = inst.input ? inst.input.outerHeight() : 0,
8029
+			viewWidth = document.documentElement.clientWidth + ( isFixed ? 0 : $( document ).scrollLeft() ),
8030
+			viewHeight = document.documentElement.clientHeight + ( isFixed ? 0 : $( document ).scrollTop() );
8031
+
8032
+		offset.left -= ( this._get( inst, "isRTL" ) ? ( dpWidth - inputWidth ) : 0 );
8033
+		offset.left -= ( isFixed && offset.left === inst.input.offset().left ) ? $( document ).scrollLeft() : 0;
8034
+		offset.top -= ( isFixed && offset.top === ( inst.input.offset().top + inputHeight ) ) ? $( document ).scrollTop() : 0;
8035
+
8036
+		// Now check if datepicker is showing outside window viewport - move to a better place if so.
8037
+		offset.left -= Math.min( offset.left, ( offset.left + dpWidth > viewWidth && viewWidth > dpWidth ) ?
8038
+			Math.abs( offset.left + dpWidth - viewWidth ) : 0 );
8039
+		offset.top -= Math.min( offset.top, ( offset.top + dpHeight > viewHeight && viewHeight > dpHeight ) ?
8040
+			Math.abs( dpHeight + inputHeight ) : 0 );
8041
+
8042
+		return offset;
8043
+	},
8044
+
8045
+	/* Find an object's position on the screen. */
8046
+	_findPos: function( obj ) {
8047
+		var position,
8048
+			inst = this._getInst( obj ),
8049
+			isRTL = this._get( inst, "isRTL" );
8050
+
8051
+		while ( obj && ( obj.type === "hidden" || obj.nodeType !== 1 || $.expr.filters.hidden( obj ) ) ) {
8052
+			obj = obj[ isRTL ? "previousSibling" : "nextSibling" ];
8053
+		}
8054
+
8055
+		position = $( obj ).offset();
8056
+		return [ position.left, position.top ];
8057
+	},
8058
+
8059
+	/* Hide the date picker from view.
8060
+	 * @param  input  element - the input field attached to the date picker
8061
+	 */
8062
+	_hideDatepicker: function( input ) {
8063
+		var showAnim, duration, postProcess, onClose,
8064
+			inst = this._curInst;
8065
+
8066
+		if ( !inst || ( input && inst !== $.data( input, "datepicker" ) ) ) {
8067
+			return;
8068
+		}
8069
+
8070
+		if ( this._datepickerShowing ) {
8071
+			showAnim = this._get( inst, "showAnim" );
8072
+			duration = this._get( inst, "duration" );
8073
+			postProcess = function() {
8074
+				$.datepicker._tidyDialog( inst );
8075
+			};
8076
+
8077
+			// DEPRECATED: after BC for 1.8.x $.effects[ showAnim ] is not needed
8078
+			if ( $.effects && ( $.effects.effect[ showAnim ] || $.effects[ showAnim ] ) ) {
8079
+				inst.dpDiv.hide( showAnim, $.datepicker._get( inst, "showOptions" ), duration, postProcess );
8080
+			} else {
8081
+				inst.dpDiv[ ( showAnim === "slideDown" ? "slideUp" :
8082
+					( showAnim === "fadeIn" ? "fadeOut" : "hide" ) ) ]( ( showAnim ? duration : null ), postProcess );
8083
+			}
8084
+
8085
+			if ( !showAnim ) {
8086
+				postProcess();
8087
+			}
8088
+			this._datepickerShowing = false;
8089
+
8090
+			onClose = this._get( inst, "onClose" );
8091
+			if ( onClose ) {
8092
+				onClose.apply( ( inst.input ? inst.input[ 0 ] : null ), [ ( inst.input ? inst.input.val() : "" ), inst ] );
8093
+			}
8094
+
8095
+			this._lastInput = null;
8096
+			if ( this._inDialog ) {
8097
+				this._dialogInput.css( { position: "absolute", left: "0", top: "-100px" } );
8098
+				if ( $.blockUI ) {
8099
+					$.unblockUI();
8100
+					$( "body" ).append( this.dpDiv );
8101
+				}
8102
+			}
8103
+			this._inDialog = false;
8104
+		}
8105
+	},
8106
+
8107
+	/* Tidy up after a dialog display. */
8108
+	_tidyDialog: function( inst ) {
8109
+		inst.dpDiv.removeClass( this._dialogClass ).off( ".ui-datepicker-calendar" );
8110
+	},
8111
+
8112
+	/* Close date picker if clicked elsewhere. */
8113
+	_checkExternalClick: function( event ) {
8114
+		if ( !$.datepicker._curInst ) {
8115
+			return;
8116
+		}
8117
+
8118
+		var $target = $( event.target ),
8119
+			inst = $.datepicker._getInst( $target[ 0 ] );
8120
+
8121
+		if ( ( ( $target[ 0 ].id !== $.datepicker._mainDivId &&
8122
+				$target.parents( "#" + $.datepicker._mainDivId ).length === 0 &&
8123
+				!$target.hasClass( $.datepicker.markerClassName ) &&
8124
+				!$target.closest( "." + $.datepicker._triggerClass ).length &&
8125
+				$.datepicker._datepickerShowing && !( $.datepicker._inDialog && $.blockUI ) ) ) ||
8126
+			( $target.hasClass( $.datepicker.markerClassName ) && $.datepicker._curInst !== inst ) ) {
8127
+				$.datepicker._hideDatepicker();
8128
+		}
8129
+	},
8130
+
8131
+	/* Adjust one of the date sub-fields. */
8132
+	_adjustDate: function( id, offset, period ) {
8133
+		var target = $( id ),
8134
+			inst = this._getInst( target[ 0 ] );
8135
+
8136
+		if ( this._isDisabledDatepicker( target[ 0 ] ) ) {
8137
+			return;
8138
+		}
8139
+		this._adjustInstDate( inst, offset +
8140
+			( period === "M" ? this._get( inst, "showCurrentAtPos" ) : 0 ), // undo positioning
8141
+			period );
8142
+		this._updateDatepicker( inst );
8143
+	},
8144
+
8145
+	/* Action for current link. */
8146
+	_gotoToday: function( id ) {
8147
+		var date,
8148
+			target = $( id ),
8149
+			inst = this._getInst( target[ 0 ] );
8150
+
8151
+		if ( this._get( inst, "gotoCurrent" ) && inst.currentDay ) {
8152
+			inst.selectedDay = inst.currentDay;
8153
+			inst.drawMonth = inst.selectedMonth = inst.currentMonth;
8154
+			inst.drawYear = inst.selectedYear = inst.currentYear;
8155
+		} else {
8156
+			date = new Date();
8157
+			inst.selectedDay = date.getDate();
8158
+			inst.drawMonth = inst.selectedMonth = date.getMonth();
8159
+			inst.drawYear = inst.selectedYear = date.getFullYear();
8160
+		}
8161
+		this._notifyChange( inst );
8162
+		this._adjustDate( target );
8163
+	},
8164
+
8165
+	/* Action for selecting a new month/year. */
8166
+	_selectMonthYear: function( id, select, period ) {
8167
+		var target = $( id ),
8168
+			inst = this._getInst( target[ 0 ] );
8169
+
8170
+		inst[ "selected" + ( period === "M" ? "Month" : "Year" ) ] =
8171
+		inst[ "draw" + ( period === "M" ? "Month" : "Year" ) ] =
8172
+			parseInt( select.options[ select.selectedIndex ].value, 10 );
8173
+
8174
+		this._notifyChange( inst );
8175
+		this._adjustDate( target );
8176
+	},
8177
+
8178
+	/* Action for selecting a day. */
8179
+	_selectDay: function( id, month, year, td ) {
8180
+		var inst,
8181
+			target = $( id );
8182
+
8183
+		if ( $( td ).hasClass( this._unselectableClass ) || this._isDisabledDatepicker( target[ 0 ] ) ) {
8184
+			return;
8185
+		}
8186
+
8187
+		inst = this._getInst( target[ 0 ] );
8188
+		inst.selectedDay = inst.currentDay = $( "a", td ).html();
8189
+		inst.selectedMonth = inst.currentMonth = month;
8190
+		inst.selectedYear = inst.currentYear = year;
8191
+		this._selectDate( id, this._formatDate( inst,
8192
+			inst.currentDay, inst.currentMonth, inst.currentYear ) );
8193
+	},
8194
+
8195
+	/* Erase the input field and hide the date picker. */
8196
+	_clearDate: function( id ) {
8197
+		var target = $( id );
8198
+		this._selectDate( target, "" );
8199
+	},
8200
+
8201
+	/* Update the input field with the selected date. */
8202
+	_selectDate: function( id, dateStr ) {
8203
+		var onSelect,
8204
+			target = $( id ),
8205
+			inst = this._getInst( target[ 0 ] );
8206
+
8207
+		dateStr = ( dateStr != null ? dateStr : this._formatDate( inst ) );
8208
+		if ( inst.input ) {
8209
+			inst.input.val( dateStr );
8210
+		}
8211
+		this._updateAlternate( inst );
8212
+
8213
+		onSelect = this._get( inst, "onSelect" );
8214
+		if ( onSelect ) {
8215
+			onSelect.apply( ( inst.input ? inst.input[ 0 ] : null ), [ dateStr, inst ] );  // trigger custom callback
8216
+		} else if ( inst.input ) {
8217
+			inst.input.trigger( "change" ); // fire the change event
8218
+		}
8219
+
8220
+		if ( inst.inline ) {
8221
+			this._updateDatepicker( inst );
8222
+		} else {
8223
+			this._hideDatepicker();
8224
+			this._lastInput = inst.input[ 0 ];
8225
+			if ( typeof( inst.input[ 0 ] ) !== "object" ) {
8226
+				inst.input.trigger( "focus" ); // restore focus
8227
+			}
8228
+			this._lastInput = null;
8229
+		}
8230
+	},
8231
+
8232
+	/* Update any alternate field to synchronise with the main field. */
8233
+	_updateAlternate: function( inst ) {
8234
+		var altFormat, date, dateStr,
8235
+			altField = this._get( inst, "altField" );
8236
+
8237
+		if ( altField ) { // update alternate field too
8238
+			altFormat = this._get( inst, "altFormat" ) || this._get( inst, "dateFormat" );
8239
+			date = this._getDate( inst );
8240
+			dateStr = this.formatDate( altFormat, date, this._getFormatConfig( inst ) );
8241
+			$( altField ).val( dateStr );
8242
+		}
8243
+	},
8244
+
8245
+	/* Set as beforeShowDay function to prevent selection of weekends.
8246
+	 * @param  date  Date - the date to customise
8247
+	 * @return [boolean, string] - is this date selectable?, what is its CSS class?
8248
+	 */
8249
+	noWeekends: function( date ) {
8250
+		var day = date.getDay();
8251
+		return [ ( day > 0 && day < 6 ), "" ];
8252
+	},
8253
+
8254
+	/* Set as calculateWeek to determine the week of the year based on the ISO 8601 definition.
8255
+	 * @param  date  Date - the date to get the week for
8256
+	 * @return  number - the number of the week within the year that contains this date
8257
+	 */
8258
+	iso8601Week: function( date ) {
8259
+		var time,
8260
+			checkDate = new Date( date.getTime() );
8261
+
8262
+		// Find Thursday of this week starting on Monday
8263
+		checkDate.setDate( checkDate.getDate() + 4 - ( checkDate.getDay() || 7 ) );
8264
+
8265
+		time = checkDate.getTime();
8266
+		checkDate.setMonth( 0 ); // Compare with Jan 1
8267
+		checkDate.setDate( 1 );
8268
+		return Math.floor( Math.round( ( time - checkDate ) / 86400000 ) / 7 ) + 1;
8269
+	},
8270
+
8271
+	/* Parse a string value into a date object.
8272
+	 * See formatDate below for the possible formats.
8273
+	 *
8274
+	 * @param  format string - the expected format of the date
8275
+	 * @param  value string - the date in the above format
8276
+	 * @param  settings Object - attributes include:
8277
+	 *					shortYearCutoff  number - the cutoff year for determining the century (optional)
8278
+	 *					dayNamesShort	string[7] - abbreviated names of the days from Sunday (optional)
8279
+	 *					dayNames		string[7] - names of the days from Sunday (optional)
8280
+	 *					monthNamesShort string[12] - abbreviated names of the months (optional)
8281
+	 *					monthNames		string[12] - names of the months (optional)
8282
+	 * @return  Date - the extracted date value or null if value is blank
8283
+	 */
8284
+	parseDate: function( format, value, settings ) {
8285
+		if ( format == null || value == null ) {
8286
+			throw "Invalid arguments";
8287
+		}
8288
+
8289
+		value = ( typeof value === "object" ? value.toString() : value + "" );
8290
+		if ( value === "" ) {
8291
+			return null;
8292
+		}
8293
+
8294
+		var iFormat, dim, extra,
8295
+			iValue = 0,
8296
+			shortYearCutoffTemp = ( settings ? settings.shortYearCutoff : null ) || this._defaults.shortYearCutoff,
8297
+			shortYearCutoff = ( typeof shortYearCutoffTemp !== "string" ? shortYearCutoffTemp :
8298
+				new Date().getFullYear() % 100 + parseInt( shortYearCutoffTemp, 10 ) ),
8299
+			dayNamesShort = ( settings ? settings.dayNamesShort : null ) || this._defaults.dayNamesShort,
8300
+			dayNames = ( settings ? settings.dayNames : null ) || this._defaults.dayNames,
8301
+			monthNamesShort = ( settings ? settings.monthNamesShort : null ) || this._defaults.monthNamesShort,
8302
+			monthNames = ( settings ? settings.monthNames : null ) || this._defaults.monthNames,
8303
+			year = -1,
8304
+			month = -1,
8305
+			day = -1,
8306
+			doy = -1,
8307
+			literal = false,
8308
+			date,
8309
+
8310
+			// Check whether a format character is doubled
8311
+			lookAhead = function( match ) {
8312
+				var matches = ( iFormat + 1 < format.length && format.charAt( iFormat + 1 ) === match );
8313
+				if ( matches ) {
8314
+					iFormat++;
8315
+				}
8316
+				return matches;
8317
+			},
8318
+
8319
+			// Extract a number from the string value
8320
+			getNumber = function( match ) {
8321
+				var isDoubled = lookAhead( match ),
8322
+					size = ( match === "@" ? 14 : ( match === "!" ? 20 :
8323
+					( match === "y" && isDoubled ? 4 : ( match === "o" ? 3 : 2 ) ) ) ),
8324
+					minSize = ( match === "y" ? size : 1 ),
8325
+					digits = new RegExp( "^\\d{" + minSize + "," + size + "}" ),
8326
+					num = value.substring( iValue ).match( digits );
8327
+				if ( !num ) {
8328
+					throw "Missing number at position " + iValue;
8329
+				}
8330
+				iValue += num[ 0 ].length;
8331
+				return parseInt( num[ 0 ], 10 );
8332
+			},
8333
+
8334
+			// Extract a name from the string value and convert to an index
8335
+			getName = function( match, shortNames, longNames ) {
8336
+				var index = -1,
8337
+					names = $.map( lookAhead( match ) ? longNames : shortNames, function( v, k ) {
8338
+						return [ [ k, v ] ];
8339
+					} ).sort( function( a, b ) {
8340
+						return -( a[ 1 ].length - b[ 1 ].length );
8341
+					} );
8342
+
8343
+				$.each( names, function( i, pair ) {
8344
+					var name = pair[ 1 ];
8345
+					if ( value.substr( iValue, name.length ).toLowerCase() === name.toLowerCase() ) {
8346
+						index = pair[ 0 ];
8347
+						iValue += name.length;
8348
+						return false;
8349
+					}
8350
+				} );
8351
+				if ( index !== -1 ) {
8352
+					return index + 1;
8353
+				} else {
8354
+					throw "Unknown name at position " + iValue;
8355
+				}
8356
+			},
8357
+
8358
+			// Confirm that a literal character matches the string value
8359
+			checkLiteral = function() {
8360
+				if ( value.charAt( iValue ) !== format.charAt( iFormat ) ) {
8361
+					throw "Unexpected literal at position " + iValue;
8362
+				}
8363
+				iValue++;
8364
+			};
8365
+
8366
+		for ( iFormat = 0; iFormat < format.length; iFormat++ ) {
8367
+			if ( literal ) {
8368
+				if ( format.charAt( iFormat ) === "'" && !lookAhead( "'" ) ) {
8369
+					literal = false;
8370
+				} else {
8371
+					checkLiteral();
8372
+				}
8373
+			} else {
8374
+				switch ( format.charAt( iFormat ) ) {
8375
+					case "d":
8376
+						day = getNumber( "d" );
8377
+						break;
8378
+					case "D":
8379
+						getName( "D", dayNamesShort, dayNames );
8380
+						break;
8381
+					case "o":
8382
+						doy = getNumber( "o" );
8383
+						break;
8384
+					case "m":
8385
+						month = getNumber( "m" );
8386
+						break;
8387
+					case "M":
8388
+						month = getName( "M", monthNamesShort, monthNames );
8389
+						break;
8390
+					case "y":
8391
+						year = getNumber( "y" );
8392
+						break;
8393
+					case "@":
8394
+						date = new Date( getNumber( "@" ) );
8395
+						year = date.getFullYear();
8396
+						month = date.getMonth() + 1;
8397
+						day = date.getDate();
8398
+						break;
8399
+					case "!":
8400
+						date = new Date( ( getNumber( "!" ) - this._ticksTo1970 ) / 10000 );
8401
+						year = date.getFullYear();
8402
+						month = date.getMonth() + 1;
8403
+						day = date.getDate();
8404
+						break;
8405
+					case "'":
8406
+						if ( lookAhead( "'" ) ) {
8407
+							checkLiteral();
8408
+						} else {
8409
+							literal = true;
8410
+						}
8411
+						break;
8412
+					default:
8413
+						checkLiteral();
8414
+				}
8415
+			}
8416
+		}
8417
+
8418
+		if ( iValue < value.length ) {
8419
+			extra = value.substr( iValue );
8420
+			if ( !/^\s+/.test( extra ) ) {
8421
+				throw "Extra/unparsed characters found in date: " + extra;
8422
+			}
8423
+		}
8424
+
8425
+		if ( year === -1 ) {
8426
+			year = new Date().getFullYear();
8427
+		} else if ( year < 100 ) {
8428
+			year += new Date().getFullYear() - new Date().getFullYear() % 100 +
8429
+				( year <= shortYearCutoff ? 0 : -100 );
8430
+		}
8431
+
8432
+		if ( doy > -1 ) {
8433
+			month = 1;
8434
+			day = doy;
8435
+			do {
8436
+				dim = this._getDaysInMonth( year, month - 1 );
8437
+				if ( day <= dim ) {
8438
+					break;
8439
+				}
8440
+				month++;
8441
+				day -= dim;
8442
+			} while ( true );
8443
+		}
8444
+
8445
+		date = this._daylightSavingAdjust( new Date( year, month - 1, day ) );
8446
+		if ( date.getFullYear() !== year || date.getMonth() + 1 !== month || date.getDate() !== day ) {
8447
+			throw "Invalid date"; // E.g. 31/02/00
8448
+		}
8449
+		return date;
8450
+	},
8451
+
8452
+	/* Standard date formats. */
8453
+	ATOM: "yy-mm-dd", // RFC 3339 (ISO 8601)
8454
+	COOKIE: "D, dd M yy",
8455
+	ISO_8601: "yy-mm-dd",
8456
+	RFC_822: "D, d M y",
8457
+	RFC_850: "DD, dd-M-y",
8458
+	RFC_1036: "D, d M y",
8459
+	RFC_1123: "D, d M yy",
8460
+	RFC_2822: "D, d M yy",
8461
+	RSS: "D, d M y", // RFC 822
8462
+	TICKS: "!",
8463
+	TIMESTAMP: "@",
8464
+	W3C: "yy-mm-dd", // ISO 8601
8465
+
8466
+	_ticksTo1970: ( ( ( 1970 - 1 ) * 365 + Math.floor( 1970 / 4 ) - Math.floor( 1970 / 100 ) +
8467
+		Math.floor( 1970 / 400 ) ) * 24 * 60 * 60 * 10000000 ),
8468
+
8469
+	/* Format a date object into a string value.
8470
+	 * The format can be combinations of the following:
8471
+	 * d  - day of month (no leading zero)
8472
+	 * dd - day of month (two digit)
8473
+	 * o  - day of year (no leading zeros)
8474
+	 * oo - day of year (three digit)
8475
+	 * D  - day name short
8476
+	 * DD - day name long
8477
+	 * m  - month of year (no leading zero)
8478
+	 * mm - month of year (two digit)
8479
+	 * M  - month name short
8480
+	 * MM - month name long
8481
+	 * y  - year (two digit)
8482
+	 * yy - year (four digit)
8483
+	 * @ - Unix timestamp (ms since 01/01/1970)
8484
+	 * ! - Windows ticks (100ns since 01/01/0001)
8485
+	 * "..." - literal text
8486
+	 * '' - single quote
8487
+	 *
8488
+	 * @param  format string - the desired format of the date
8489
+	 * @param  date Date - the date value to format
8490
+	 * @param  settings Object - attributes include:
8491
+	 *					dayNamesShort	string[7] - abbreviated names of the days from Sunday (optional)
8492
+	 *					dayNames		string[7] - names of the days from Sunday (optional)
8493
+	 *					monthNamesShort string[12] - abbreviated names of the months (optional)
8494
+	 *					monthNames		string[12] - names of the months (optional)
8495
+	 * @return  string - the date in the above format
8496
+	 */
8497
+	formatDate: function( format, date, settings ) {
8498
+		if ( !date ) {
8499
+			return "";
8500
+		}
8501
+
8502
+		var iFormat,
8503
+			dayNamesShort = ( settings ? settings.dayNamesShort : null ) || this._defaults.dayNamesShort,
8504
+			dayNames = ( settings ? settings.dayNames : null ) || this._defaults.dayNames,
8505
+			monthNamesShort = ( settings ? settings.monthNamesShort : null ) || this._defaults.monthNamesShort,
8506
+			monthNames = ( settings ? settings.monthNames : null ) || this._defaults.monthNames,
8507
+
8508
+			// Check whether a format character is doubled
8509
+			lookAhead = function( match ) {
8510
+				var matches = ( iFormat + 1 < format.length && format.charAt( iFormat + 1 ) === match );
8511
+				if ( matches ) {
8512
+					iFormat++;
8513
+				}
8514
+				return matches;
8515
+			},
8516
+
8517
+			// Format a number, with leading zero if necessary
8518
+			formatNumber = function( match, value, len ) {
8519
+				var num = "" + value;
8520
+				if ( lookAhead( match ) ) {
8521
+					while ( num.length < len ) {
8522
+						num = "0" + num;
8523
+					}
8524
+				}
8525
+				return num;
8526
+			},
8527
+
8528
+			// Format a name, short or long as requested
8529
+			formatName = function( match, value, shortNames, longNames ) {
8530
+				return ( lookAhead( match ) ? longNames[ value ] : shortNames[ value ] );
8531
+			},
8532
+			output = "",
8533
+			literal = false;
8534
+
8535
+		if ( date ) {
8536
+			for ( iFormat = 0; iFormat < format.length; iFormat++ ) {
8537
+				if ( literal ) {
8538
+					if ( format.charAt( iFormat ) === "'" && !lookAhead( "'" ) ) {
8539
+						literal = false;
8540
+					} else {
8541
+						output += format.charAt( iFormat );
8542
+					}
8543
+				} else {
8544
+					switch ( format.charAt( iFormat ) ) {
8545
+						case "d":
8546
+							output += formatNumber( "d", date.getDate(), 2 );
8547
+							break;
8548
+						case "D":
8549
+							output += formatName( "D", date.getDay(), dayNamesShort, dayNames );
8550
+							break;
8551
+						case "o":
8552
+							output += formatNumber( "o",
8553
+								Math.round( ( new Date( date.getFullYear(), date.getMonth(), date.getDate() ).getTime() - new Date( date.getFullYear(), 0, 0 ).getTime() ) / 86400000 ), 3 );
8554
+							break;
8555
+						case "m":
8556
+							output += formatNumber( "m", date.getMonth() + 1, 2 );
8557
+							break;
8558
+						case "M":
8559
+							output += formatName( "M", date.getMonth(), monthNamesShort, monthNames );
8560
+							break;
8561
+						case "y":
8562
+							output += ( lookAhead( "y" ) ? date.getFullYear() :
8563
+								( date.getFullYear() % 100 < 10 ? "0" : "" ) + date.getFullYear() % 100 );
8564
+							break;
8565
+						case "@":
8566
+							output += date.getTime();
8567
+							break;
8568
+						case "!":
8569
+							output += date.getTime() * 10000 + this._ticksTo1970;
8570
+							break;
8571
+						case "'":
8572
+							if ( lookAhead( "'" ) ) {
8573
+								output += "'";
8574
+							} else {
8575
+								literal = true;
8576
+							}
8577
+							break;
8578
+						default:
8579
+							output += format.charAt( iFormat );
8580
+					}
8581
+				}
8582
+			}
8583
+		}
8584
+		return output;
8585
+	},
8586
+
8587
+	/* Extract all possible characters from the date format. */
8588
+	_possibleChars: function( format ) {
8589
+		var iFormat,
8590
+			chars = "",
8591
+			literal = false,
8592
+
8593
+			// Check whether a format character is doubled
8594
+			lookAhead = function( match ) {
8595
+				var matches = ( iFormat + 1 < format.length && format.charAt( iFormat + 1 ) === match );
8596
+				if ( matches ) {
8597
+					iFormat++;
8598
+				}
8599
+				return matches;
8600
+			};
8601
+
8602
+		for ( iFormat = 0; iFormat < format.length; iFormat++ ) {
8603
+			if ( literal ) {
8604
+				if ( format.charAt( iFormat ) === "'" && !lookAhead( "'" ) ) {
8605
+					literal = false;
8606
+				} else {
8607
+					chars += format.charAt( iFormat );
8608
+				}
8609
+			} else {
8610
+				switch ( format.charAt( iFormat ) ) {
8611
+					case "d": case "m": case "y": case "@":
8612
+						chars += "0123456789";
8613
+						break;
8614
+					case "D": case "M":
8615
+						return null; // Accept anything
8616
+					case "'":
8617
+						if ( lookAhead( "'" ) ) {
8618
+							chars += "'";
8619
+						} else {
8620
+							literal = true;
8621
+						}
8622
+						break;
8623
+					default:
8624
+						chars += format.charAt( iFormat );
8625
+				}
8626
+			}
8627
+		}
8628
+		return chars;
8629
+	},
8630
+
8631
+	/* Get a setting value, defaulting if necessary. */
8632
+	_get: function( inst, name ) {
8633
+		return inst.settings[ name ] !== undefined ?
8634
+			inst.settings[ name ] : this._defaults[ name ];
8635
+	},
8636
+
8637
+	/* Parse existing date and initialise date picker. */
8638
+	_setDateFromField: function( inst, noDefault ) {
8639
+		if ( inst.input.val() === inst.lastVal ) {
8640
+			return;
8641
+		}
8642
+
8643
+		var dateFormat = this._get( inst, "dateFormat" ),
8644
+			dates = inst.lastVal = inst.input ? inst.input.val() : null,
8645
+			defaultDate = this._getDefaultDate( inst ),
8646
+			date = defaultDate,
8647
+			settings = this._getFormatConfig( inst );
8648
+
8649
+		try {
8650
+			date = this.parseDate( dateFormat, dates, settings ) || defaultDate;
8651
+		} catch ( event ) {
8652
+			dates = ( noDefault ? "" : dates );
8653
+		}
8654
+		inst.selectedDay = date.getDate();
8655
+		inst.drawMonth = inst.selectedMonth = date.getMonth();
8656
+		inst.drawYear = inst.selectedYear = date.getFullYear();
8657
+		inst.currentDay = ( dates ? date.getDate() : 0 );
8658
+		inst.currentMonth = ( dates ? date.getMonth() : 0 );
8659
+		inst.currentYear = ( dates ? date.getFullYear() : 0 );
8660
+		this._adjustInstDate( inst );
8661
+	},
8662
+
8663
+	/* Retrieve the default date shown on opening. */
8664
+	_getDefaultDate: function( inst ) {
8665
+		return this._restrictMinMax( inst,
8666
+			this._determineDate( inst, this._get( inst, "defaultDate" ), new Date() ) );
8667
+	},
8668
+
8669
+	/* A date may be specified as an exact value or a relative one. */
8670
+	_determineDate: function( inst, date, defaultDate ) {
8671
+		var offsetNumeric = function( offset ) {
8672
+				var date = new Date();
8673
+				date.setDate( date.getDate() + offset );
8674
+				return date;
8675
+			},
8676
+			offsetString = function( offset ) {
8677
+				try {
8678
+					return $.datepicker.parseDate( $.datepicker._get( inst, "dateFormat" ),
8679
+						offset, $.datepicker._getFormatConfig( inst ) );
8680
+				}
8681
+				catch ( e ) {
8682
+
8683
+					// Ignore
8684
+				}
8685
+
8686
+				var date = ( offset.toLowerCase().match( /^c/ ) ?
8687
+					$.datepicker._getDate( inst ) : null ) || new Date(),
8688
+					year = date.getFullYear(),
8689
+					month = date.getMonth(),
8690
+					day = date.getDate(),
8691
+					pattern = /([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,
8692
+					matches = pattern.exec( offset );
8693
+
8694
+				while ( matches ) {
8695
+					switch ( matches[ 2 ] || "d" ) {
8696
+						case "d" : case "D" :
8697
+							day += parseInt( matches[ 1 ], 10 ); break;
8698
+						case "w" : case "W" :
8699
+							day += parseInt( matches[ 1 ], 10 ) * 7; break;
8700
+						case "m" : case "M" :
8701
+							month += parseInt( matches[ 1 ], 10 );
8702
+							day = Math.min( day, $.datepicker._getDaysInMonth( year, month ) );
8703
+							break;
8704
+						case "y": case "Y" :
8705
+							year += parseInt( matches[ 1 ], 10 );
8706
+							day = Math.min( day, $.datepicker._getDaysInMonth( year, month ) );
8707
+							break;
8708
+					}
8709
+					matches = pattern.exec( offset );
8710
+				}
8711
+				return new Date( year, month, day );
8712
+			},
8713
+			newDate = ( date == null || date === "" ? defaultDate : ( typeof date === "string" ? offsetString( date ) :
8714
+				( typeof date === "number" ? ( isNaN( date ) ? defaultDate : offsetNumeric( date ) ) : new Date( date.getTime() ) ) ) );
8715
+
8716
+		newDate = ( newDate && newDate.toString() === "Invalid Date" ? defaultDate : newDate );
8717
+		if ( newDate ) {
8718
+			newDate.setHours( 0 );
8719
+			newDate.setMinutes( 0 );
8720
+			newDate.setSeconds( 0 );
8721
+			newDate.setMilliseconds( 0 );
8722
+		}
8723
+		return this._daylightSavingAdjust( newDate );
8724
+	},
8725
+
8726
+	/* Handle switch to/from daylight saving.
8727
+	 * Hours may be non-zero on daylight saving cut-over:
8728
+	 * > 12 when midnight changeover, but then cannot generate
8729
+	 * midnight datetime, so jump to 1AM, otherwise reset.
8730
+	 * @param  date  (Date) the date to check
8731
+	 * @return  (Date) the corrected date
8732
+	 */
8733
+	_daylightSavingAdjust: function( date ) {
8734
+		if ( !date ) {
8735
+			return null;
8736
+		}
8737
+		date.setHours( date.getHours() > 12 ? date.getHours() + 2 : 0 );
8738
+		return date;
8739
+	},
8740
+
8741
+	/* Set the date(s) directly. */
8742
+	_setDate: function( inst, date, noChange ) {
8743
+		var clear = !date,
8744
+			origMonth = inst.selectedMonth,
8745
+			origYear = inst.selectedYear,
8746
+			newDate = this._restrictMinMax( inst, this._determineDate( inst, date, new Date() ) );
8747
+
8748
+		inst.selectedDay = inst.currentDay = newDate.getDate();
8749
+		inst.drawMonth = inst.selectedMonth = inst.currentMonth = newDate.getMonth();
8750
+		inst.drawYear = inst.selectedYear = inst.currentYear = newDate.getFullYear();
8751
+		if ( ( origMonth !== inst.selectedMonth || origYear !== inst.selectedYear ) && !noChange ) {
8752
+			this._notifyChange( inst );
8753
+		}
8754
+		this._adjustInstDate( inst );
8755
+		if ( inst.input ) {
8756
+			inst.input.val( clear ? "" : this._formatDate( inst ) );
8757
+		}
8758
+	},
8759
+
8760
+	/* Retrieve the date(s) directly. */
8761
+	_getDate: function( inst ) {
8762
+		var startDate = ( !inst.currentYear || ( inst.input && inst.input.val() === "" ) ? null :
8763
+			this._daylightSavingAdjust( new Date(
8764
+			inst.currentYear, inst.currentMonth, inst.currentDay ) ) );
8765
+			return startDate;
8766
+	},
8767
+
8768
+	/* Attach the onxxx handlers.  These are declared statically so
8769
+	 * they work with static code transformers like Caja.
8770
+	 */
8771
+	_attachHandlers: function( inst ) {
8772
+		var stepMonths = this._get( inst, "stepMonths" ),
8773
+			id = "#" + inst.id.replace( /\\\\/g, "\\" );
8774
+		inst.dpDiv.find( "[data-handler]" ).map( function() {
8775
+			var handler = {
8776
+				prev: function() {
8777
+					$.datepicker._adjustDate( id, -stepMonths, "M" );
8778
+				},
8779
+				next: function() {
8780
+					$.datepicker._adjustDate( id, +stepMonths, "M" );
8781
+				},
8782
+				hide: function() {
8783
+					$.datepicker._hideDatepicker();
8784
+				},
8785
+				today: function() {
8786
+					$.datepicker._gotoToday( id );
8787
+				},
8788
+				selectDay: function() {
8789
+					$.datepicker._selectDay( id, +this.getAttribute( "data-month" ), +this.getAttribute( "data-year" ), this );
8790
+					return false;
8791
+				},
8792
+				selectMonth: function() {
8793
+					$.datepicker._selectMonthYear( id, this, "M" );
8794
+					return false;
8795
+				},
8796
+				selectYear: function() {
8797
+					$.datepicker._selectMonthYear( id, this, "Y" );
8798
+					return false;
8799
+				}
8800
+			};
8801
+			$( this ).on( this.getAttribute( "data-event" ), handler[ this.getAttribute( "data-handler" ) ] );
8802
+		} );
8803
+	},
8804
+
8805
+	/* Generate the HTML for the current state of the date picker. */
8806
+	_generateHTML: function( inst ) {
8807
+		var maxDraw, prevText, prev, nextText, next, currentText, gotoDate,
8808
+			controls, buttonPanel, firstDay, showWeek, dayNames, dayNamesMin,
8809
+			monthNames, monthNamesShort, beforeShowDay, showOtherMonths,
8810
+			selectOtherMonths, defaultDate, html, dow, row, group, col, selectedDate,
8811
+			cornerClass, calender, thead, day, daysInMonth, leadDays, curRows, numRows,
8812
+			printDate, dRow, tbody, daySettings, otherMonth, unselectable,
8813
+			tempDate = new Date(),
8814
+			today = this._daylightSavingAdjust(
8815
+				new Date( tempDate.getFullYear(), tempDate.getMonth(), tempDate.getDate() ) ), // clear time
8816
+			isRTL = this._get( inst, "isRTL" ),
8817
+			showButtonPanel = this._get( inst, "showButtonPanel" ),
8818
+			hideIfNoPrevNext = this._get( inst, "hideIfNoPrevNext" ),
8819
+			navigationAsDateFormat = this._get( inst, "navigationAsDateFormat" ),
8820
+			numMonths = this._getNumberOfMonths( inst ),
8821
+			showCurrentAtPos = this._get( inst, "showCurrentAtPos" ),
8822
+			stepMonths = this._get( inst, "stepMonths" ),
8823
+			isMultiMonth = ( numMonths[ 0 ] !== 1 || numMonths[ 1 ] !== 1 ),
8824
+			currentDate = this._daylightSavingAdjust( ( !inst.currentDay ? new Date( 9999, 9, 9 ) :
8825
+				new Date( inst.currentYear, inst.currentMonth, inst.currentDay ) ) ),
8826
+			minDate = this._getMinMaxDate( inst, "min" ),
8827
+			maxDate = this._getMinMaxDate( inst, "max" ),
8828
+			drawMonth = inst.drawMonth - showCurrentAtPos,
8829
+			drawYear = inst.drawYear;
8830
+
8831
+		if ( drawMonth < 0 ) {
8832
+			drawMonth += 12;
8833
+			drawYear--;
8834
+		}
8835
+		if ( maxDate ) {
8836
+			maxDraw = this._daylightSavingAdjust( new Date( maxDate.getFullYear(),
8837
+				maxDate.getMonth() - ( numMonths[ 0 ] * numMonths[ 1 ] ) + 1, maxDate.getDate() ) );
8838
+			maxDraw = ( minDate && maxDraw < minDate ? minDate : maxDraw );
8839
+			while ( this._daylightSavingAdjust( new Date( drawYear, drawMonth, 1 ) ) > maxDraw ) {
8840
+				drawMonth--;
8841
+				if ( drawMonth < 0 ) {
8842
+					drawMonth = 11;
8843
+					drawYear--;
8844
+				}
8845
+			}
8846
+		}
8847
+		inst.drawMonth = drawMonth;
8848
+		inst.drawYear = drawYear;
8849
+
8850
+		prevText = this._get( inst, "prevText" );
8851
+		prevText = ( !navigationAsDateFormat ? prevText : this.formatDate( prevText,
8852
+			this._daylightSavingAdjust( new Date( drawYear, drawMonth - stepMonths, 1 ) ),
8853
+			this._getFormatConfig( inst ) ) );
8854
+
8855
+		prev = ( this._canAdjustMonth( inst, -1, drawYear, drawMonth ) ?
8856
+			"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click'" +
8857
+			" title='" + prevText + "'><span class='ui-icon ui-icon-circle-triangle-" + ( isRTL ? "e" : "w" ) + "'>" + prevText + "</span></a>" :
8858
+			( hideIfNoPrevNext ? "" : "<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='" + prevText + "'><span class='ui-icon ui-icon-circle-triangle-" + ( isRTL ? "e" : "w" ) + "'>" + prevText + "</span></a>" ) );
8859
+
8860
+		nextText = this._get( inst, "nextText" );
8861
+		nextText = ( !navigationAsDateFormat ? nextText : this.formatDate( nextText,
8862
+			this._daylightSavingAdjust( new Date( drawYear, drawMonth + stepMonths, 1 ) ),
8863
+			this._getFormatConfig( inst ) ) );
8864
+
8865
+		next = ( this._canAdjustMonth( inst, +1, drawYear, drawMonth ) ?
8866
+			"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click'" +
8867
+			" title='" + nextText + "'><span class='ui-icon ui-icon-circle-triangle-" + ( isRTL ? "w" : "e" ) + "'>" + nextText + "</span></a>" :
8868
+			( hideIfNoPrevNext ? "" : "<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='" + nextText + "'><span class='ui-icon ui-icon-circle-triangle-" + ( isRTL ? "w" : "e" ) + "'>" + nextText + "</span></a>" ) );
8869
+
8870
+		currentText = this._get( inst, "currentText" );
8871
+		gotoDate = ( this._get( inst, "gotoCurrent" ) && inst.currentDay ? currentDate : today );
8872
+		currentText = ( !navigationAsDateFormat ? currentText :
8873
+			this.formatDate( currentText, gotoDate, this._getFormatConfig( inst ) ) );
8874
+
8875
+		controls = ( !inst.inline ? "<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>" +
8876
+			this._get( inst, "closeText" ) + "</button>" : "" );
8877
+
8878
+		buttonPanel = ( showButtonPanel ) ? "<div class='ui-datepicker-buttonpane ui-widget-content'>" + ( isRTL ? controls : "" ) +
8879
+			( this._isInRange( inst, gotoDate ) ? "<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'" +
8880
+			">" + currentText + "</button>" : "" ) + ( isRTL ? "" : controls ) + "</div>" : "";
8881
+
8882
+		firstDay = parseInt( this._get( inst, "firstDay" ), 10 );
8883
+		firstDay = ( isNaN( firstDay ) ? 0 : firstDay );
8884
+
8885
+		showWeek = this._get( inst, "showWeek" );
8886
+		dayNames = this._get( inst, "dayNames" );
8887
+		dayNamesMin = this._get( inst, "dayNamesMin" );
8888
+		monthNames = this._get( inst, "monthNames" );
8889
+		monthNamesShort = this._get( inst, "monthNamesShort" );
8890
+		beforeShowDay = this._get( inst, "beforeShowDay" );
8891
+		showOtherMonths = this._get( inst, "showOtherMonths" );
8892
+		selectOtherMonths = this._get( inst, "selectOtherMonths" );
8893
+		defaultDate = this._getDefaultDate( inst );
8894
+		html = "";
8895
+
8896
+		for ( row = 0; row < numMonths[ 0 ]; row++ ) {
8897
+			group = "";
8898
+			this.maxRows = 4;
8899
+			for ( col = 0; col < numMonths[ 1 ]; col++ ) {
8900
+				selectedDate = this._daylightSavingAdjust( new Date( drawYear, drawMonth, inst.selectedDay ) );
8901
+				cornerClass = " ui-corner-all";
8902
+				calender = "";
8903
+				if ( isMultiMonth ) {
8904
+					calender += "<div class='ui-datepicker-group";
8905
+					if ( numMonths[ 1 ] > 1 ) {
8906
+						switch ( col ) {
8907
+							case 0: calender += " ui-datepicker-group-first";
8908
+								cornerClass = " ui-corner-" + ( isRTL ? "right" : "left" ); break;
8909
+							case numMonths[ 1 ] - 1: calender += " ui-datepicker-group-last";
8910
+								cornerClass = " ui-corner-" + ( isRTL ? "left" : "right" ); break;
8911
+							default: calender += " ui-datepicker-group-middle"; cornerClass = ""; break;
8912
+						}
8913
+					}
8914
+					calender += "'>";
8915
+				}
8916
+				calender += "<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix" + cornerClass + "'>" +
8917
+					( /all|left/.test( cornerClass ) && row === 0 ? ( isRTL ? next : prev ) : "" ) +
8918
+					( /all|right/.test( cornerClass ) && row === 0 ? ( isRTL ? prev : next ) : "" ) +
8919
+					this._generateMonthYearHeader( inst, drawMonth, drawYear, minDate, maxDate,
8920
+					row > 0 || col > 0, monthNames, monthNamesShort ) + // draw month headers
8921
+					"</div><table class='ui-datepicker-calendar'><thead>" +
8922
+					"<tr>";
8923
+				thead = ( showWeek ? "<th class='ui-datepicker-week-col'>" + this._get( inst, "weekHeader" ) + "</th>" : "" );
8924
+				for ( dow = 0; dow < 7; dow++ ) { // days of the week
8925
+					day = ( dow + firstDay ) % 7;
8926
+					thead += "<th scope='col'" + ( ( dow + firstDay + 6 ) % 7 >= 5 ? " class='ui-datepicker-week-end'" : "" ) + ">" +
8927
+						"<span title='" + dayNames[ day ] + "'>" + dayNamesMin[ day ] + "</span></th>";
8928
+				}
8929
+				calender += thead + "</tr></thead><tbody>";
8930
+				daysInMonth = this._getDaysInMonth( drawYear, drawMonth );
8931
+				if ( drawYear === inst.selectedYear && drawMonth === inst.selectedMonth ) {
8932
+					inst.selectedDay = Math.min( inst.selectedDay, daysInMonth );
8933
+				}
8934
+				leadDays = ( this._getFirstDayOfMonth( drawYear, drawMonth ) - firstDay + 7 ) % 7;
8935
+				curRows = Math.ceil( ( leadDays + daysInMonth ) / 7 ); // calculate the number of rows to generate
8936
+				numRows = ( isMultiMonth ? this.maxRows > curRows ? this.maxRows : curRows : curRows ); //If multiple months, use the higher number of rows (see #7043)
8937
+				this.maxRows = numRows;
8938
+				printDate = this._daylightSavingAdjust( new Date( drawYear, drawMonth, 1 - leadDays ) );
8939
+				for ( dRow = 0; dRow < numRows; dRow++ ) { // create date picker rows
8940
+					calender += "<tr>";
8941
+					tbody = ( !showWeek ? "" : "<td class='ui-datepicker-week-col'>" +
8942
+						this._get( inst, "calculateWeek" )( printDate ) + "</td>" );
8943
+					for ( dow = 0; dow < 7; dow++ ) { // create date picker days
8944
+						daySettings = ( beforeShowDay ?
8945
+							beforeShowDay.apply( ( inst.input ? inst.input[ 0 ] : null ), [ printDate ] ) : [ true, "" ] );
8946
+						otherMonth = ( printDate.getMonth() !== drawMonth );
8947
+						unselectable = ( otherMonth && !selectOtherMonths ) || !daySettings[ 0 ] ||
8948
+							( minDate && printDate < minDate ) || ( maxDate && printDate > maxDate );
8949
+						tbody += "<td class='" +
8950
+							( ( dow + firstDay + 6 ) % 7 >= 5 ? " ui-datepicker-week-end" : "" ) + // highlight weekends
8951
+							( otherMonth ? " ui-datepicker-other-month" : "" ) + // highlight days from other months
8952
+							( ( printDate.getTime() === selectedDate.getTime() && drawMonth === inst.selectedMonth && inst._keyEvent ) || // user pressed key
8953
+							( defaultDate.getTime() === printDate.getTime() && defaultDate.getTime() === selectedDate.getTime() ) ?
8954
+
8955
+							// or defaultDate is current printedDate and defaultDate is selectedDate
8956
+							" " + this._dayOverClass : "" ) + // highlight selected day
8957
+							( unselectable ? " " + this._unselectableClass + " ui-state-disabled" : "" ) +  // highlight unselectable days
8958
+							( otherMonth && !showOtherMonths ? "" : " " + daySettings[ 1 ] + // highlight custom dates
8959
+							( printDate.getTime() === currentDate.getTime() ? " " + this._currentClass : "" ) + // highlight selected day
8960
+							( printDate.getTime() === today.getTime() ? " ui-datepicker-today" : "" ) ) + "'" + // highlight today (if different)
8961
+							( ( !otherMonth || showOtherMonths ) && daySettings[ 2 ] ? " title='" + daySettings[ 2 ].replace( /'/g, "&#39;" ) + "'" : "" ) + // cell title
8962
+							( unselectable ? "" : " data-handler='selectDay' data-event='click' data-month='" + printDate.getMonth() + "' data-year='" + printDate.getFullYear() + "'" ) + ">" + // actions
8963
+							( otherMonth && !showOtherMonths ? "&#xa0;" : // display for other months
8964
+							( unselectable ? "<span class='ui-state-default'>" + printDate.getDate() + "</span>" : "<a class='ui-state-default" +
8965
+							( printDate.getTime() === today.getTime() ? " ui-state-highlight" : "" ) +
8966
+							( printDate.getTime() === currentDate.getTime() ? " ui-state-active" : "" ) + // highlight selected day
8967
+							( otherMonth ? " ui-priority-secondary" : "" ) + // distinguish dates from other months
8968
+							"' href='#'>" + printDate.getDate() + "</a>" ) ) + "</td>"; // display selectable date
8969
+						printDate.setDate( printDate.getDate() + 1 );
8970
+						printDate = this._daylightSavingAdjust( printDate );
8971
+					}
8972
+					calender += tbody + "</tr>";
8973
+				}
8974
+				drawMonth++;
8975
+				if ( drawMonth > 11 ) {
8976
+					drawMonth = 0;
8977
+					drawYear++;
8978
+				}
8979
+				calender += "</tbody></table>" + ( isMultiMonth ? "</div>" +
8980
+							( ( numMonths[ 0 ] > 0 && col === numMonths[ 1 ] - 1 ) ? "<div class='ui-datepicker-row-break'></div>" : "" ) : "" );
8981
+				group += calender;
8982
+			}
8983
+			html += group;
8984
+		}
8985
+		html += buttonPanel;
8986
+		inst._keyEvent = false;
8987
+		return html;
8988
+	},
8989
+
8990
+	/* Generate the month and year header. */
8991
+	_generateMonthYearHeader: function( inst, drawMonth, drawYear, minDate, maxDate,
8992
+			secondary, monthNames, monthNamesShort ) {
8993
+
8994
+		var inMinYear, inMaxYear, month, years, thisYear, determineYear, year, endYear,
8995
+			changeMonth = this._get( inst, "changeMonth" ),
8996
+			changeYear = this._get( inst, "changeYear" ),
8997
+			showMonthAfterYear = this._get( inst, "showMonthAfterYear" ),
8998
+			html = "<div class='ui-datepicker-title'>",
8999
+			monthHtml = "";
9000
+
9001
+		// Month selection
9002
+		if ( secondary || !changeMonth ) {
9003
+			monthHtml += "<span class='ui-datepicker-month'>" + monthNames[ drawMonth ] + "</span>";
9004
+		} else {
9005
+			inMinYear = ( minDate && minDate.getFullYear() === drawYear );
9006
+			inMaxYear = ( maxDate && maxDate.getFullYear() === drawYear );
9007
+			monthHtml += "<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>";
9008
+			for ( month = 0; month < 12; month++ ) {
9009
+				if ( ( !inMinYear || month >= minDate.getMonth() ) && ( !inMaxYear || month <= maxDate.getMonth() ) ) {
9010
+					monthHtml += "<option value='" + month + "'" +
9011
+						( month === drawMonth ? " selected='selected'" : "" ) +
9012
+						">" + monthNamesShort[ month ] + "</option>";
9013
+				}
9014
+			}
9015
+			monthHtml += "</select>";
9016
+		}
9017
+
9018
+		if ( !showMonthAfterYear ) {
9019
+			html += monthHtml + ( secondary || !( changeMonth && changeYear ) ? "&#xa0;" : "" );
9020
+		}
9021
+
9022
+		// Year selection
9023
+		if ( !inst.yearshtml ) {
9024
+			inst.yearshtml = "";
9025
+			if ( secondary || !changeYear ) {
9026
+				html += "<span class='ui-datepicker-year'>" + drawYear + "</span>";
9027
+			} else {
9028
+
9029
+				// determine range of years to display
9030
+				years = this._get( inst, "yearRange" ).split( ":" );
9031
+				thisYear = new Date().getFullYear();
9032
+				determineYear = function( value ) {
9033
+					var year = ( value.match( /c[+\-].*/ ) ? drawYear + parseInt( value.substring( 1 ), 10 ) :
9034
+						( value.match( /[+\-].*/ ) ? thisYear + parseInt( value, 10 ) :
9035
+						parseInt( value, 10 ) ) );
9036
+					return ( isNaN( year ) ? thisYear : year );
9037
+				};
9038
+				year = determineYear( years[ 0 ] );
9039
+				endYear = Math.max( year, determineYear( years[ 1 ] || "" ) );
9040
+				year = ( minDate ? Math.max( year, minDate.getFullYear() ) : year );
9041
+				endYear = ( maxDate ? Math.min( endYear, maxDate.getFullYear() ) : endYear );
9042
+				inst.yearshtml += "<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>";
9043
+				for ( ; year <= endYear; year++ ) {
9044
+					inst.yearshtml += "<option value='" + year + "'" +
9045
+						( year === drawYear ? " selected='selected'" : "" ) +
9046
+						">" + year + "</option>";
9047
+				}
9048
+				inst.yearshtml += "</select>";
9049
+
9050
+				html += inst.yearshtml;
9051
+				inst.yearshtml = null;
9052
+			}
9053
+		}
9054
+
9055
+		html += this._get( inst, "yearSuffix" );
9056
+		if ( showMonthAfterYear ) {
9057
+			html += ( secondary || !( changeMonth && changeYear ) ? "&#xa0;" : "" ) + monthHtml;
9058
+		}
9059
+		html += "</div>"; // Close datepicker_header
9060
+		return html;
9061
+	},
9062
+
9063
+	/* Adjust one of the date sub-fields. */
9064
+	_adjustInstDate: function( inst, offset, period ) {
9065
+		var year = inst.selectedYear + ( period === "Y" ? offset : 0 ),
9066
+			month = inst.selectedMonth + ( period === "M" ? offset : 0 ),
9067
+			day = Math.min( inst.selectedDay, this._getDaysInMonth( year, month ) ) + ( period === "D" ? offset : 0 ),
9068
+			date = this._restrictMinMax( inst, this._daylightSavingAdjust( new Date( year, month, day ) ) );
9069
+
9070
+		inst.selectedDay = date.getDate();
9071
+		inst.drawMonth = inst.selectedMonth = date.getMonth();
9072
+		inst.drawYear = inst.selectedYear = date.getFullYear();
9073
+		if ( period === "M" || period === "Y" ) {
9074
+			this._notifyChange( inst );
9075
+		}
9076
+	},
9077
+
9078
+	/* Ensure a date is within any min/max bounds. */
9079
+	_restrictMinMax: function( inst, date ) {
9080
+		var minDate = this._getMinMaxDate( inst, "min" ),
9081
+			maxDate = this._getMinMaxDate( inst, "max" ),
9082
+			newDate = ( minDate && date < minDate ? minDate : date );
9083
+		return ( maxDate && newDate > maxDate ? maxDate : newDate );
9084
+	},
9085
+
9086
+	/* Notify change of month/year. */
9087
+	_notifyChange: function( inst ) {
9088
+		var onChange = this._get( inst, "onChangeMonthYear" );
9089
+		if ( onChange ) {
9090
+			onChange.apply( ( inst.input ? inst.input[ 0 ] : null ),
9091
+				[ inst.selectedYear, inst.selectedMonth + 1, inst ] );
9092
+		}
9093
+	},
9094
+
9095
+	/* Determine the number of months to show. */
9096
+	_getNumberOfMonths: function( inst ) {
9097
+		var numMonths = this._get( inst, "numberOfMonths" );
9098
+		return ( numMonths == null ? [ 1, 1 ] : ( typeof numMonths === "number" ? [ 1, numMonths ] : numMonths ) );
9099
+	},
9100
+
9101
+	/* Determine the current maximum date - ensure no time components are set. */
9102
+	_getMinMaxDate: function( inst, minMax ) {
9103
+		return this._determineDate( inst, this._get( inst, minMax + "Date" ), null );
9104
+	},
9105
+
9106
+	/* Find the number of days in a given month. */
9107
+	_getDaysInMonth: function( year, month ) {
9108
+		return 32 - this._daylightSavingAdjust( new Date( year, month, 32 ) ).getDate();
9109
+	},
9110
+
9111
+	/* Find the day of the week of the first of a month. */
9112
+	_getFirstDayOfMonth: function( year, month ) {
9113
+		return new Date( year, month, 1 ).getDay();
9114
+	},
9115
+
9116
+	/* Determines if we should allow a "next/prev" month display change. */
9117
+	_canAdjustMonth: function( inst, offset, curYear, curMonth ) {
9118
+		var numMonths = this._getNumberOfMonths( inst ),
9119
+			date = this._daylightSavingAdjust( new Date( curYear,
9120
+			curMonth + ( offset < 0 ? offset : numMonths[ 0 ] * numMonths[ 1 ] ), 1 ) );
9121
+
9122
+		if ( offset < 0 ) {
9123
+			date.setDate( this._getDaysInMonth( date.getFullYear(), date.getMonth() ) );
9124
+		}
9125
+		return this._isInRange( inst, date );
9126
+	},
9127
+
9128
+	/* Is the given date in the accepted range? */
9129
+	_isInRange: function( inst, date ) {
9130
+		var yearSplit, currentYear,
9131
+			minDate = this._getMinMaxDate( inst, "min" ),
9132
+			maxDate = this._getMinMaxDate( inst, "max" ),
9133
+			minYear = null,
9134
+			maxYear = null,
9135
+			years = this._get( inst, "yearRange" );
9136
+			if ( years ) {
9137
+				yearSplit = years.split( ":" );
9138
+				currentYear = new Date().getFullYear();
9139
+				minYear = parseInt( yearSplit[ 0 ], 10 );
9140
+				maxYear = parseInt( yearSplit[ 1 ], 10 );
9141
+				if ( yearSplit[ 0 ].match( /[+\-].*/ ) ) {
9142
+					minYear += currentYear;
9143
+				}
9144
+				if ( yearSplit[ 1 ].match( /[+\-].*/ ) ) {
9145
+					maxYear += currentYear;
9146
+				}
9147
+			}
9148
+
9149
+		return ( ( !minDate || date.getTime() >= minDate.getTime() ) &&
9150
+			( !maxDate || date.getTime() <= maxDate.getTime() ) &&
9151
+			( !minYear || date.getFullYear() >= minYear ) &&
9152
+			( !maxYear || date.getFullYear() <= maxYear ) );
9153
+	},
9154
+
9155
+	/* Provide the configuration settings for formatting/parsing. */
9156
+	_getFormatConfig: function( inst ) {
9157
+		var shortYearCutoff = this._get( inst, "shortYearCutoff" );
9158
+		shortYearCutoff = ( typeof shortYearCutoff !== "string" ? shortYearCutoff :
9159
+			new Date().getFullYear() % 100 + parseInt( shortYearCutoff, 10 ) );
9160
+		return { shortYearCutoff: shortYearCutoff,
9161
+			dayNamesShort: this._get( inst, "dayNamesShort" ), dayNames: this._get( inst, "dayNames" ),
9162
+			monthNamesShort: this._get( inst, "monthNamesShort" ), monthNames: this._get( inst, "monthNames" ) };
9163
+	},
9164
+
9165
+	/* Format the given date for display. */
9166
+	_formatDate: function( inst, day, month, year ) {
9167
+		if ( !day ) {
9168
+			inst.currentDay = inst.selectedDay;
9169
+			inst.currentMonth = inst.selectedMonth;
9170
+			inst.currentYear = inst.selectedYear;
9171
+		}
9172
+		var date = ( day ? ( typeof day === "object" ? day :
9173
+			this._daylightSavingAdjust( new Date( year, month, day ) ) ) :
9174
+			this._daylightSavingAdjust( new Date( inst.currentYear, inst.currentMonth, inst.currentDay ) ) );
9175
+		return this.formatDate( this._get( inst, "dateFormat" ), date, this._getFormatConfig( inst ) );
9176
+	}
9177
+} );
9178
+
9179
+/*
9180
+ * Bind hover events for datepicker elements.
9181
+ * Done via delegate so the binding only occurs once in the lifetime of the parent div.
9182
+ * Global datepicker_instActive, set by _updateDatepicker allows the handlers to find their way back to the active picker.
9183
+ */
9184
+function datepicker_bindHover( dpDiv ) {
9185
+	var selector = "button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";
9186
+	return dpDiv.on( "mouseout", selector, function() {
9187
+			$( this ).removeClass( "ui-state-hover" );
9188
+			if ( this.className.indexOf( "ui-datepicker-prev" ) !== -1 ) {
9189
+				$( this ).removeClass( "ui-datepicker-prev-hover" );
9190
+			}
9191
+			if ( this.className.indexOf( "ui-datepicker-next" ) !== -1 ) {
9192
+				$( this ).removeClass( "ui-datepicker-next-hover" );
9193
+			}
9194
+		} )
9195
+		.on( "mouseover", selector, datepicker_handleMouseover );
9196
+}
9197
+
9198
+function datepicker_handleMouseover() {
9199
+	if ( !$.datepicker._isDisabledDatepicker( datepicker_instActive.inline ? datepicker_instActive.dpDiv.parent()[ 0 ] : datepicker_instActive.input[ 0 ] ) ) {
9200
+		$( this ).parents( ".ui-datepicker-calendar" ).find( "a" ).removeClass( "ui-state-hover" );
9201
+		$( this ).addClass( "ui-state-hover" );
9202
+		if ( this.className.indexOf( "ui-datepicker-prev" ) !== -1 ) {
9203
+			$( this ).addClass( "ui-datepicker-prev-hover" );
9204
+		}
9205
+		if ( this.className.indexOf( "ui-datepicker-next" ) !== -1 ) {
9206
+			$( this ).addClass( "ui-datepicker-next-hover" );
9207
+		}
9208
+	}
9209
+}
9210
+
9211
+/* jQuery extend now ignores nulls! */
9212
+function datepicker_extendRemove( target, props ) {
9213
+	$.extend( target, props );
9214
+	for ( var name in props ) {
9215
+		if ( props[ name ] == null ) {
9216
+			target[ name ] = props[ name ];
9217
+		}
9218
+	}
9219
+	return target;
9220
+}
9221
+
9222
+/* Invoke the datepicker functionality.
9223
+   @param  options  string - a command, optionally followed by additional parameters or
9224
+					Object - settings for attaching new datepicker functionality
9225
+   @return  jQuery object */
9226
+$.fn.datepicker = function( options ) {
9227
+
9228
+	/* Verify an empty collection wasn't passed - Fixes #6976 */
9229
+	if ( !this.length ) {
9230
+		return this;
9231
+	}
9232
+
9233
+	/* Initialise the date picker. */
9234
+	if ( !$.datepicker.initialized ) {
9235
+		$( document ).on( "mousedown", $.datepicker._checkExternalClick );
9236
+		$.datepicker.initialized = true;
9237
+	}
9238
+
9239
+	/* Append datepicker main container to body if not exist. */
9240
+	if ( $( "#" + $.datepicker._mainDivId ).length === 0 ) {
9241
+		$( "body" ).append( $.datepicker.dpDiv );
9242
+	}
9243
+
9244
+	var otherArgs = Array.prototype.slice.call( arguments, 1 );
9245
+	if ( typeof options === "string" && ( options === "isDisabled" || options === "getDate" || options === "widget" ) ) {
9246
+		return $.datepicker[ "_" + options + "Datepicker" ].
9247
+			apply( $.datepicker, [ this[ 0 ] ].concat( otherArgs ) );
9248
+	}
9249
+	if ( options === "option" && arguments.length === 2 && typeof arguments[ 1 ] === "string" ) {
9250
+		return $.datepicker[ "_" + options + "Datepicker" ].
9251
+			apply( $.datepicker, [ this[ 0 ] ].concat( otherArgs ) );
9252
+	}
9253
+	return this.each( function() {
9254
+		typeof options === "string" ?
9255
+			$.datepicker[ "_" + options + "Datepicker" ].
9256
+				apply( $.datepicker, [ this ].concat( otherArgs ) ) :
9257
+			$.datepicker._attachDatepicker( this, options );
9258
+	} );
9259
+};
9260
+
9261
+$.datepicker = new Datepicker(); // singleton instance
9262
+$.datepicker.initialized = false;
9263
+$.datepicker.uuid = new Date().getTime();
9264
+$.datepicker.version = "1.12.1";
9265
+
9266
+var widgetsDatepicker = $.datepicker;
9267
+
9268
+
9269
+
9270
+
9271
+// This file is deprecated
9272
+var ie = $.ui.ie = !!/msie [\w.]+/.exec( navigator.userAgent.toLowerCase() );
9273
+
9274
+/*!
9275
+ * jQuery UI Mouse 1.12.1
9276
+ * http://jqueryui.com
9277
+ *
9278
+ * Copyright jQuery Foundation and other contributors
9279
+ * Released under the MIT license.
9280
+ * http://jquery.org/license
9281
+ */
9282
+
9283
+//>>label: Mouse
9284
+//>>group: Widgets
9285
+//>>description: Abstracts mouse-based interactions to assist in creating certain widgets.
9286
+//>>docs: http://api.jqueryui.com/mouse/
9287
+
9288
+
9289
+
9290
+var mouseHandled = false;
9291
+$( document ).on( "mouseup", function() {
9292
+	mouseHandled = false;
9293
+} );
9294
+
9295
+var widgetsMouse = $.widget( "ui.mouse", {
9296
+	version: "1.12.1",
9297
+	options: {
9298
+		cancel: "input, textarea, button, select, option",
9299
+		distance: 1,
9300
+		delay: 0
9301
+	},
9302
+	_mouseInit: function() {
9303
+		var that = this;
9304
+
9305
+		this.element
9306
+			.on( "mousedown." + this.widgetName, function( event ) {
9307
+				return that._mouseDown( event );
9308
+			} )
9309
+			.on( "click." + this.widgetName, function( event ) {
9310
+				if ( true === $.data( event.target, that.widgetName + ".preventClickEvent" ) ) {
9311
+					$.removeData( event.target, that.widgetName + ".preventClickEvent" );
9312
+					event.stopImmediatePropagation();
9313
+					return false;
9314
+				}
9315
+			} );
9316
+
9317
+		this.started = false;
9318
+	},
9319
+
9320
+	// TODO: make sure destroying one instance of mouse doesn't mess with
9321
+	// other instances of mouse
9322
+	_mouseDestroy: function() {
9323
+		this.element.off( "." + this.widgetName );
9324
+		if ( this._mouseMoveDelegate ) {
9325
+			this.document
9326
+				.off( "mousemove." + this.widgetName, this._mouseMoveDelegate )
9327
+				.off( "mouseup." + this.widgetName, this._mouseUpDelegate );
9328
+		}
9329
+	},
9330
+
9331
+	_mouseDown: function( event ) {
9332
+
9333
+		// don't let more than one widget handle mouseStart
9334
+		if ( mouseHandled ) {
9335
+			return;
9336
+		}
9337
+
9338
+		this._mouseMoved = false;
9339
+
9340
+		// We may have missed mouseup (out of window)
9341
+		( this._mouseStarted && this._mouseUp( event ) );
9342
+
9343
+		this._mouseDownEvent = event;
9344
+
9345
+		var that = this,
9346
+			btnIsLeft = ( event.which === 1 ),
9347
+
9348
+			// event.target.nodeName works around a bug in IE 8 with
9349
+			// disabled inputs (#7620)
9350
+			elIsCancel = ( typeof this.options.cancel === "string" && event.target.nodeName ?
9351
+				$( event.target ).closest( this.options.cancel ).length : false );
9352
+		if ( !btnIsLeft || elIsCancel || !this._mouseCapture( event ) ) {
9353
+			return true;
9354
+		}
9355
+
9356
+		this.mouseDelayMet = !this.options.delay;
9357
+		if ( !this.mouseDelayMet ) {
9358
+			this._mouseDelayTimer = setTimeout( function() {
9359
+				that.mouseDelayMet = true;
9360
+			}, this.options.delay );
9361
+		}
9362
+
9363
+		if ( this._mouseDistanceMet( event ) && this._mouseDelayMet( event ) ) {
9364
+			this._mouseStarted = ( this._mouseStart( event ) !== false );
9365
+			if ( !this._mouseStarted ) {
9366
+				event.preventDefault();
9367
+				return true;
9368
+			}
9369
+		}
9370
+
9371
+		// Click event may never have fired (Gecko & Opera)
9372
+		if ( true === $.data( event.target, this.widgetName + ".preventClickEvent" ) ) {
9373
+			$.removeData( event.target, this.widgetName + ".preventClickEvent" );
9374
+		}
9375
+
9376
+		// These delegates are required to keep context
9377
+		this._mouseMoveDelegate = function( event ) {
9378
+			return that._mouseMove( event );
9379
+		};
9380
+		this._mouseUpDelegate = function( event ) {
9381
+			return that._mouseUp( event );
9382
+		};
9383
+
9384
+		this.document
9385
+			.on( "mousemove." + this.widgetName, this._mouseMoveDelegate )
9386
+			.on( "mouseup." + this.widgetName, this._mouseUpDelegate );
9387
+
9388
+		event.preventDefault();
9389
+
9390
+		mouseHandled = true;
9391
+		return true;
9392
+	},
9393
+
9394
+	_mouseMove: function( event ) {
9395
+
9396
+		// Only check for mouseups outside the document if you've moved inside the document
9397
+		// at least once. This prevents the firing of mouseup in the case of IE<9, which will
9398
+		// fire a mousemove event if content is placed under the cursor. See #7778
9399
+		// Support: IE <9
9400
+		if ( this._mouseMoved ) {
9401
+
9402
+			// IE mouseup check - mouseup happened when mouse was out of window
9403
+			if ( $.ui.ie && ( !document.documentMode || document.documentMode < 9 ) &&
9404
+					!event.button ) {
9405
+				return this._mouseUp( event );
9406
+
9407
+			// Iframe mouseup check - mouseup occurred in another document
9408
+			} else if ( !event.which ) {
9409
+
9410
+				// Support: Safari <=8 - 9
9411
+				// Safari sets which to 0 if you press any of the following keys
9412
+				// during a drag (#14461)
9413
+				if ( event.originalEvent.altKey || event.originalEvent.ctrlKey ||
9414
+						event.originalEvent.metaKey || event.originalEvent.shiftKey ) {
9415
+					this.ignoreMissingWhich = true;
9416
+				} else if ( !this.ignoreMissingWhich ) {
9417
+					return this._mouseUp( event );
9418
+				}
9419
+			}
9420
+		}
9421
+
9422
+		if ( event.which || event.button ) {
9423
+			this._mouseMoved = true;
9424
+		}
9425
+
9426
+		if ( this._mouseStarted ) {
9427
+			this._mouseDrag( event );
9428
+			return event.preventDefault();
9429
+		}
9430
+
9431
+		if ( this._mouseDistanceMet( event ) && this._mouseDelayMet( event ) ) {
9432
+			this._mouseStarted =
9433
+				( this._mouseStart( this._mouseDownEvent, event ) !== false );
9434
+			( this._mouseStarted ? this._mouseDrag( event ) : this._mouseUp( event ) );
9435
+		}
9436
+
9437
+		return !this._mouseStarted;
9438
+	},
9439
+
9440
+	_mouseUp: function( event ) {
9441
+		this.document
9442
+			.off( "mousemove." + this.widgetName, this._mouseMoveDelegate )
9443
+			.off( "mouseup." + this.widgetName, this._mouseUpDelegate );
9444
+
9445
+		if ( this._mouseStarted ) {
9446
+			this._mouseStarted = false;
9447
+
9448
+			if ( event.target === this._mouseDownEvent.target ) {
9449
+				$.data( event.target, this.widgetName + ".preventClickEvent", true );
9450
+			}
9451
+
9452
+			this._mouseStop( event );
9453
+		}
9454
+
9455
+		if ( this._mouseDelayTimer ) {
9456
+			clearTimeout( this._mouseDelayTimer );
9457
+			delete this._mouseDelayTimer;
9458
+		}
9459
+
9460
+		this.ignoreMissingWhich = false;
9461
+		mouseHandled = false;
9462
+		event.preventDefault();
9463
+	},
9464
+
9465
+	_mouseDistanceMet: function( event ) {
9466
+		return ( Math.max(
9467
+				Math.abs( this._mouseDownEvent.pageX - event.pageX ),
9468
+				Math.abs( this._mouseDownEvent.pageY - event.pageY )
9469
+			) >= this.options.distance
9470
+		);
9471
+	},
9472
+
9473
+	_mouseDelayMet: function( /* event */ ) {
9474
+		return this.mouseDelayMet;
9475
+	},
9476
+
9477
+	// These are placeholder methods, to be overriden by extending plugin
9478
+	_mouseStart: function( /* event */ ) {},
9479
+	_mouseDrag: function( /* event */ ) {},
9480
+	_mouseStop: function( /* event */ ) {},
9481
+	_mouseCapture: function( /* event */ ) { return true; }
9482
+} );
9483
+
9484
+
9485
+
9486
+
9487
+// $.ui.plugin is deprecated. Use $.widget() extensions instead.
9488
+var plugin = $.ui.plugin = {
9489
+	add: function( module, option, set ) {
9490
+		var i,
9491
+			proto = $.ui[ module ].prototype;
9492
+		for ( i in set ) {
9493
+			proto.plugins[ i ] = proto.plugins[ i ] || [];
9494
+			proto.plugins[ i ].push( [ option, set[ i ] ] );
9495
+		}
9496
+	},
9497
+	call: function( instance, name, args, allowDisconnected ) {
9498
+		var i,
9499
+			set = instance.plugins[ name ];
9500
+
9501
+		if ( !set ) {
9502
+			return;
9503
+		}
9504
+
9505
+		if ( !allowDisconnected && ( !instance.element[ 0 ].parentNode ||
9506
+				instance.element[ 0 ].parentNode.nodeType === 11 ) ) {
9507
+			return;
9508
+		}
9509
+
9510
+		for ( i = 0; i < set.length; i++ ) {
9511
+			if ( instance.options[ set[ i ][ 0 ] ] ) {
9512
+				set[ i ][ 1 ].apply( instance.element, args );
9513
+			}
9514
+		}
9515
+	}
9516
+};
9517
+
9518
+
9519
+
9520
+var safeBlur = $.ui.safeBlur = function( element ) {
9521
+
9522
+	// Support: IE9 - 10 only
9523
+	// If the <body> is blurred, IE will switch windows, see #9420
9524
+	if ( element && element.nodeName.toLowerCase() !== "body" ) {
9525
+		$( element ).trigger( "blur" );
9526
+	}
9527
+};
9528
+
9529
+
9530
+/*!
9531
+ * jQuery UI Draggable 1.12.1
9532
+ * http://jqueryui.com
9533
+ *
9534
+ * Copyright jQuery Foundation and other contributors
9535
+ * Released under the MIT license.
9536
+ * http://jquery.org/license
9537
+ */
9538
+
9539
+//>>label: Draggable
9540
+//>>group: Interactions
9541
+//>>description: Enables dragging functionality for any element.
9542
+//>>docs: http://api.jqueryui.com/draggable/
9543
+//>>demos: http://jqueryui.com/draggable/
9544
+//>>css.structure: ../../themes/base/draggable.css
9545
+
9546
+
9547
+
9548
+$.widget( "ui.draggable", $.ui.mouse, {
9549
+	version: "1.12.1",
9550
+	widgetEventPrefix: "drag",
9551
+	options: {
9552
+		addClasses: true,
9553
+		appendTo: "parent",
9554
+		axis: false,
9555
+		connectToSortable: false,
9556
+		containment: false,
9557
+		cursor: "auto",
9558
+		cursorAt: false,
9559
+		grid: false,
9560
+		handle: false,
9561
+		helper: "original",
9562
+		iframeFix: false,
9563
+		opacity: false,
9564
+		refreshPositions: false,
9565
+		revert: false,
9566
+		revertDuration: 500,
9567
+		scope: "default",
9568
+		scroll: true,
9569
+		scrollSensitivity: 20,
9570
+		scrollSpeed: 20,
9571
+		snap: false,
9572
+		snapMode: "both",
9573
+		snapTolerance: 20,
9574
+		stack: false,
9575
+		zIndex: false,
9576
+
9577
+		// Callbacks
9578
+		drag: null,
9579
+		start: null,
9580
+		stop: null
9581
+	},
9582
+	_create: function() {
9583
+
9584
+		if ( this.options.helper === "original" ) {
9585
+			this._setPositionRelative();
9586
+		}
9587
+		if ( this.options.addClasses ) {
9588
+			this._addClass( "ui-draggable" );
9589
+		}
9590
+		this._setHandleClassName();
9591
+
9592
+		this._mouseInit();
9593
+	},
9594
+
9595
+	_setOption: function( key, value ) {
9596
+		this._super( key, value );
9597
+		if ( key === "handle" ) {
9598
+			this._removeHandleClassName();
9599
+			this._setHandleClassName();
9600
+		}
9601
+	},
9602
+
9603
+	_destroy: function() {
9604
+		if ( ( this.helper || this.element ).is( ".ui-draggable-dragging" ) ) {
9605
+			this.destroyOnClear = true;
9606
+			return;
9607
+		}
9608
+		this._removeHandleClassName();
9609
+		this._mouseDestroy();
9610
+	},
9611
+
9612
+	_mouseCapture: function( event ) {
9613
+		var o = this.options;
9614
+
9615
+		// Among others, prevent a drag on a resizable-handle
9616
+		if ( this.helper || o.disabled ||
9617
+				$( event.target ).closest( ".ui-resizable-handle" ).length > 0 ) {
9618
+			return false;
9619
+		}
9620
+
9621
+		//Quit if we're not on a valid handle
9622
+		this.handle = this._getHandle( event );
9623
+		if ( !this.handle ) {
9624
+			return false;
9625
+		}
9626
+
9627
+		this._blurActiveElement( event );
9628
+
9629
+		this._blockFrames( o.iframeFix === true ? "iframe" : o.iframeFix );
9630
+
9631
+		return true;
9632
+
9633
+	},
9634
+
9635
+	_blockFrames: function( selector ) {
9636
+		this.iframeBlocks = this.document.find( selector ).map( function() {
9637
+			var iframe = $( this );
9638
+
9639
+			return $( "<div>" )
9640
+				.css( "position", "absolute" )
9641
+				.appendTo( iframe.parent() )
9642
+				.outerWidth( iframe.outerWidth() )
9643
+				.outerHeight( iframe.outerHeight() )
9644
+				.offset( iframe.offset() )[ 0 ];
9645
+		} );
9646
+	},
9647
+
9648
+	_unblockFrames: function() {
9649
+		if ( this.iframeBlocks ) {
9650
+			this.iframeBlocks.remove();
9651
+			delete this.iframeBlocks;
9652
+		}
9653
+	},
9654
+
9655
+	_blurActiveElement: function( event ) {
9656
+		var activeElement = $.ui.safeActiveElement( this.document[ 0 ] ),
9657
+			target = $( event.target );
9658
+
9659
+		// Don't blur if the event occurred on an element that is within
9660
+		// the currently focused element
9661
+		// See #10527, #12472
9662
+		if ( target.closest( activeElement ).length ) {
9663
+			return;
9664
+		}
9665
+
9666
+		// Blur any element that currently has focus, see #4261
9667
+		$.ui.safeBlur( activeElement );
9668
+	},
9669
+
9670
+	_mouseStart: function( event ) {
9671
+
9672
+		var o = this.options;
9673
+
9674
+		//Create and append the visible helper
9675
+		this.helper = this._createHelper( event );
9676
+
9677
+		this._addClass( this.helper, "ui-draggable-dragging" );
9678
+
9679
+		//Cache the helper size
9680
+		this._cacheHelperProportions();
9681
+
9682
+		//If ddmanager is used for droppables, set the global draggable
9683
+		if ( $.ui.ddmanager ) {
9684
+			$.ui.ddmanager.current = this;
9685
+		}
9686
+
9687
+		/*
9688
+		 * - Position generation -
9689
+		 * This block generates everything position related - it's the core of draggables.
9690
+		 */
9691
+
9692
+		//Cache the margins of the original element
9693
+		this._cacheMargins();
9694
+
9695
+		//Store the helper's css position
9696
+		this.cssPosition = this.helper.css( "position" );
9697
+		this.scrollParent = this.helper.scrollParent( true );
9698
+		this.offsetParent = this.helper.offsetParent();
9699
+		this.hasFixedAncestor = this.helper.parents().filter( function() {
9700
+				return $( this ).css( "position" ) === "fixed";
9701
+			} ).length > 0;
9702
+
9703
+		//The element's absolute position on the page minus margins
9704
+		this.positionAbs = this.element.offset();
9705
+		this._refreshOffsets( event );
9706
+
9707
+		//Generate the original position
9708
+		this.originalPosition = this.position = this._generatePosition( event, false );
9709
+		this.originalPageX = event.pageX;
9710
+		this.originalPageY = event.pageY;
9711
+
9712
+		//Adjust the mouse offset relative to the helper if "cursorAt" is supplied
9713
+		( o.cursorAt && this._adjustOffsetFromHelper( o.cursorAt ) );
9714
+
9715
+		//Set a containment if given in the options
9716
+		this._setContainment();
9717
+
9718
+		//Trigger event + callbacks
9719
+		if ( this._trigger( "start", event ) === false ) {
9720
+			this._clear();
9721
+			return false;
9722
+		}
9723
+
9724
+		//Recache the helper size
9725
+		this._cacheHelperProportions();
9726
+
9727
+		//Prepare the droppable offsets
9728
+		if ( $.ui.ddmanager && !o.dropBehaviour ) {
9729
+			$.ui.ddmanager.prepareOffsets( this, event );
9730
+		}
9731
+
9732
+		// Execute the drag once - this causes the helper not to be visible before getting its
9733
+		// correct position
9734
+		this._mouseDrag( event, true );
9735
+
9736
+		// If the ddmanager is used for droppables, inform the manager that dragging has started
9737
+		// (see #5003)
9738
+		if ( $.ui.ddmanager ) {
9739
+			$.ui.ddmanager.dragStart( this, event );
9740
+		}
9741
+
9742
+		return true;
9743
+	},
9744
+
9745
+	_refreshOffsets: function( event ) {
9746
+		this.offset = {
9747
+			top: this.positionAbs.top - this.margins.top,
9748
+			left: this.positionAbs.left - this.margins.left,
9749
+			scroll: false,
9750
+			parent: this._getParentOffset(),
9751
+			relative: this._getRelativeOffset()
9752
+		};
9753
+
9754
+		this.offset.click = {
9755
+			left: event.pageX - this.offset.left,
9756
+			top: event.pageY - this.offset.top
9757
+		};
9758
+	},
9759
+
9760
+	_mouseDrag: function( event, noPropagation ) {
9761
+
9762
+		// reset any necessary cached properties (see #5009)
9763
+		if ( this.hasFixedAncestor ) {
9764
+			this.offset.parent = this._getParentOffset();
9765
+		}
9766
+
9767
+		//Compute the helpers position
9768
+		this.position = this._generatePosition( event, true );
9769
+		this.positionAbs = this._convertPositionTo( "absolute" );
9770
+
9771
+		//Call plugins and callbacks and use the resulting position if something is returned
9772
+		if ( !noPropagation ) {
9773
+			var ui = this._uiHash();
9774
+			if ( this._trigger( "drag", event, ui ) === false ) {
9775
+				this._mouseUp( new $.Event( "mouseup", event ) );
9776
+				return false;
9777
+			}
9778
+			this.position = ui.position;
9779
+		}
9780
+
9781
+		this.helper[ 0 ].style.left = this.position.left + "px";
9782
+		this.helper[ 0 ].style.top = this.position.top + "px";
9783
+
9784
+		if ( $.ui.ddmanager ) {
9785
+			$.ui.ddmanager.drag( this, event );
9786
+		}
9787
+
9788
+		return false;
9789
+	},
9790
+
9791
+	_mouseStop: function( event ) {
9792
+
9793
+		//If we are using droppables, inform the manager about the drop
9794
+		var that = this,
9795
+			dropped = false;
9796
+		if ( $.ui.ddmanager && !this.options.dropBehaviour ) {
9797
+			dropped = $.ui.ddmanager.drop( this, event );
9798
+		}
9799
+
9800
+		//if a drop comes from outside (a sortable)
9801
+		if ( this.dropped ) {
9802
+			dropped = this.dropped;
9803
+			this.dropped = false;
9804
+		}
9805
+
9806
+		if ( ( this.options.revert === "invalid" && !dropped ) ||
9807
+				( this.options.revert === "valid" && dropped ) ||
9808
+				this.options.revert === true || ( $.isFunction( this.options.revert ) &&
9809
+				this.options.revert.call( this.element, dropped ) )
9810
+		) {
9811
+			$( this.helper ).animate(
9812
+				this.originalPosition,
9813
+				parseInt( this.options.revertDuration, 10 ),
9814
+				function() {
9815
+					if ( that._trigger( "stop", event ) !== false ) {
9816
+						that._clear();
9817
+					}
9818
+				}
9819
+			);
9820
+		} else {
9821
+			if ( this._trigger( "stop", event ) !== false ) {
9822
+				this._clear();
9823
+			}
9824
+		}
9825
+
9826
+		return false;
9827
+	},
9828
+
9829
+	_mouseUp: function( event ) {
9830
+		this._unblockFrames();
9831
+
9832
+		// If the ddmanager is used for droppables, inform the manager that dragging has stopped
9833
+		// (see #5003)
9834
+		if ( $.ui.ddmanager ) {
9835
+			$.ui.ddmanager.dragStop( this, event );
9836
+		}
9837
+
9838
+		// Only need to focus if the event occurred on the draggable itself, see #10527
9839
+		if ( this.handleElement.is( event.target ) ) {
9840
+
9841
+			// The interaction is over; whether or not the click resulted in a drag,
9842
+			// focus the element
9843
+			this.element.trigger( "focus" );
9844
+		}
9845
+
9846
+		return $.ui.mouse.prototype._mouseUp.call( this, event );
9847
+	},
9848
+
9849
+	cancel: function() {
9850
+
9851
+		if ( this.helper.is( ".ui-draggable-dragging" ) ) {
9852
+			this._mouseUp( new $.Event( "mouseup", { target: this.element[ 0 ] } ) );
9853
+		} else {
9854
+			this._clear();
9855
+		}
9856
+
9857
+		return this;
9858
+
9859
+	},
9860
+
9861
+	_getHandle: function( event ) {
9862
+		return this.options.handle ?
9863
+			!!$( event.target ).closest( this.element.find( this.options.handle ) ).length :
9864
+			true;
9865
+	},
9866
+
9867
+	_setHandleClassName: function() {
9868
+		this.handleElement = this.options.handle ?
9869
+			this.element.find( this.options.handle ) : this.element;
9870
+		this._addClass( this.handleElement, "ui-draggable-handle" );
9871
+	},
9872
+
9873
+	_removeHandleClassName: function() {
9874
+		this._removeClass( this.handleElement, "ui-draggable-handle" );
9875
+	},
9876
+
9877
+	_createHelper: function( event ) {
9878
+
9879
+		var o = this.options,
9880
+			helperIsFunction = $.isFunction( o.helper ),
9881
+			helper = helperIsFunction ?
9882
+				$( o.helper.apply( this.element[ 0 ], [ event ] ) ) :
9883
+				( o.helper === "clone" ?
9884
+					this.element.clone().removeAttr( "id" ) :
9885
+					this.element );
9886
+
9887
+		if ( !helper.parents( "body" ).length ) {
9888
+			helper.appendTo( ( o.appendTo === "parent" ?
9889
+				this.element[ 0 ].parentNode :
9890
+				o.appendTo ) );
9891
+		}
9892
+
9893
+		// Http://bugs.jqueryui.com/ticket/9446
9894
+		// a helper function can return the original element
9895
+		// which wouldn't have been set to relative in _create
9896
+		if ( helperIsFunction && helper[ 0 ] === this.element[ 0 ] ) {
9897
+			this._setPositionRelative();
9898
+		}
9899
+
9900
+		if ( helper[ 0 ] !== this.element[ 0 ] &&
9901
+				!( /(fixed|absolute)/ ).test( helper.css( "position" ) ) ) {
9902
+			helper.css( "position", "absolute" );
9903
+		}
9904
+
9905
+		return helper;
9906
+
9907
+	},
9908
+
9909
+	_setPositionRelative: function() {
9910
+		if ( !( /^(?:r|a|f)/ ).test( this.element.css( "position" ) ) ) {
9911
+			this.element[ 0 ].style.position = "relative";
9912
+		}
9913
+	},
9914
+
9915
+	_adjustOffsetFromHelper: function( obj ) {
9916
+		if ( typeof obj === "string" ) {
9917
+			obj = obj.split( " " );
9918
+		}
9919
+		if ( $.isArray( obj ) ) {
9920
+			obj = { left: +obj[ 0 ], top: +obj[ 1 ] || 0 };
9921
+		}
9922
+		if ( "left" in obj ) {
9923
+			this.offset.click.left = obj.left + this.margins.left;
9924
+		}
9925
+		if ( "right" in obj ) {
9926
+			this.offset.click.left = this.helperProportions.width - obj.right + this.margins.left;
9927
+		}
9928
+		if ( "top" in obj ) {
9929
+			this.offset.click.top = obj.top + this.margins.top;
9930
+		}
9931
+		if ( "bottom" in obj ) {
9932
+			this.offset.click.top = this.helperProportions.height - obj.bottom + this.margins.top;
9933
+		}
9934
+	},
9935
+
9936
+	_isRootNode: function( element ) {
9937
+		return ( /(html|body)/i ).test( element.tagName ) || element === this.document[ 0 ];
9938
+	},
9939
+
9940
+	_getParentOffset: function() {
9941
+
9942
+		//Get the offsetParent and cache its position
9943
+		var po = this.offsetParent.offset(),
9944
+			document = this.document[ 0 ];
9945
+
9946
+		// This is a special case where we need to modify a offset calculated on start, since the
9947
+		// following happened:
9948
+		// 1. The position of the helper is absolute, so it's position is calculated based on the
9949
+		// next positioned parent
9950
+		// 2. The actual offset parent is a child of the scroll parent, and the scroll parent isn't
9951
+		// the document, which means that the scroll is included in the initial calculation of the
9952
+		// offset of the parent, and never recalculated upon drag
9953
+		if ( this.cssPosition === "absolute" && this.scrollParent[ 0 ] !== document &&
9954
+				$.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) {
9955
+			po.left += this.scrollParent.scrollLeft();
9956
+			po.top += this.scrollParent.scrollTop();
9957
+		}
9958
+
9959
+		if ( this._isRootNode( this.offsetParent[ 0 ] ) ) {
9960
+			po = { top: 0, left: 0 };
9961
+		}
9962
+
9963
+		return {
9964
+			top: po.top + ( parseInt( this.offsetParent.css( "borderTopWidth" ), 10 ) || 0 ),
9965
+			left: po.left + ( parseInt( this.offsetParent.css( "borderLeftWidth" ), 10 ) || 0 )
9966
+		};
9967
+
9968
+	},
9969
+
9970
+	_getRelativeOffset: function() {
9971
+		if ( this.cssPosition !== "relative" ) {
9972
+			return { top: 0, left: 0 };
9973
+		}
9974
+
9975
+		var p = this.element.position(),
9976
+			scrollIsRootNode = this._isRootNode( this.scrollParent[ 0 ] );
9977
+
9978
+		return {
9979
+			top: p.top - ( parseInt( this.helper.css( "top" ), 10 ) || 0 ) +
9980
+				( !scrollIsRootNode ? this.scrollParent.scrollTop() : 0 ),
9981
+			left: p.left - ( parseInt( this.helper.css( "left" ), 10 ) || 0 ) +
9982
+				( !scrollIsRootNode ? this.scrollParent.scrollLeft() : 0 )
9983
+		};
9984
+
9985
+	},
9986
+
9987
+	_cacheMargins: function() {
9988
+		this.margins = {
9989
+			left: ( parseInt( this.element.css( "marginLeft" ), 10 ) || 0 ),
9990
+			top: ( parseInt( this.element.css( "marginTop" ), 10 ) || 0 ),
9991
+			right: ( parseInt( this.element.css( "marginRight" ), 10 ) || 0 ),
9992
+			bottom: ( parseInt( this.element.css( "marginBottom" ), 10 ) || 0 )
9993
+		};
9994
+	},
9995
+
9996
+	_cacheHelperProportions: function() {
9997
+		this.helperProportions = {
9998
+			width: this.helper.outerWidth(),
9999
+			height: this.helper.outerHeight()
10000
+		};
10001
+	},
10002
+
10003
+	_setContainment: function() {
10004
+
10005
+		var isUserScrollable, c, ce,
10006
+			o = this.options,
10007
+			document = this.document[ 0 ];
10008
+
10009
+		this.relativeContainer = null;
10010
+
10011
+		if ( !o.containment ) {
10012
+			this.containment = null;
10013
+			return;
10014
+		}
10015
+
10016
+		if ( o.containment === "window" ) {
10017
+			this.containment = [
10018
+				$( window ).scrollLeft() - this.offset.relative.left - this.offset.parent.left,
10019
+				$( window ).scrollTop() - this.offset.relative.top - this.offset.parent.top,
10020
+				$( window ).scrollLeft() + $( window ).width() -
10021
+					this.helperProportions.width - this.margins.left,
10022
+				$( window ).scrollTop() +
10023
+					( $( window ).height() || document.body.parentNode.scrollHeight ) -
10024
+					this.helperProportions.height - this.margins.top
10025
+			];
10026
+			return;
10027
+		}
10028
+
10029
+		if ( o.containment === "document" ) {
10030
+			this.containment = [
10031
+				0,
10032
+				0,
10033
+				$( document ).width() - this.helperProportions.width - this.margins.left,
10034
+				( $( document ).height() || document.body.parentNode.scrollHeight ) -
10035
+					this.helperProportions.height - this.margins.top
10036
+			];
10037
+			return;
10038
+		}
10039
+
10040
+		if ( o.containment.constructor === Array ) {
10041
+			this.containment = o.containment;
10042
+			return;
10043
+		}
10044
+
10045
+		if ( o.containment === "parent" ) {
10046
+			o.containment = this.helper[ 0 ].parentNode;
10047
+		}
10048
+
10049
+		c = $( o.containment );
10050
+		ce = c[ 0 ];
10051
+
10052
+		if ( !ce ) {
10053
+			return;
10054
+		}
10055
+
10056
+		isUserScrollable = /(scroll|auto)/.test( c.css( "overflow" ) );
10057
+
10058
+		this.containment = [
10059
+			( parseInt( c.css( "borderLeftWidth" ), 10 ) || 0 ) +
10060
+				( parseInt( c.css( "paddingLeft" ), 10 ) || 0 ),
10061
+			( parseInt( c.css( "borderTopWidth" ), 10 ) || 0 ) +
10062
+				( parseInt( c.css( "paddingTop" ), 10 ) || 0 ),
10063
+			( isUserScrollable ? Math.max( ce.scrollWidth, ce.offsetWidth ) : ce.offsetWidth ) -
10064
+				( parseInt( c.css( "borderRightWidth" ), 10 ) || 0 ) -
10065
+				( parseInt( c.css( "paddingRight" ), 10 ) || 0 ) -
10066
+				this.helperProportions.width -
10067
+				this.margins.left -
10068
+				this.margins.right,
10069
+			( isUserScrollable ? Math.max( ce.scrollHeight, ce.offsetHeight ) : ce.offsetHeight ) -
10070
+				( parseInt( c.css( "borderBottomWidth" ), 10 ) || 0 ) -
10071
+				( parseInt( c.css( "paddingBottom" ), 10 ) || 0 ) -
10072
+				this.helperProportions.height -
10073
+				this.margins.top -
10074
+				this.margins.bottom
10075
+		];
10076
+		this.relativeContainer = c;
10077
+	},
10078
+
10079
+	_convertPositionTo: function( d, pos ) {
10080
+
10081
+		if ( !pos ) {
10082
+			pos = this.position;
10083
+		}
10084
+
10085
+		var mod = d === "absolute" ? 1 : -1,
10086
+			scrollIsRootNode = this._isRootNode( this.scrollParent[ 0 ] );
10087
+
10088
+		return {
10089
+			top: (
10090
+
10091
+				// The absolute mouse position
10092
+				pos.top	+
10093
+
10094
+				// Only for relative positioned nodes: Relative offset from element to offset parent
10095
+				this.offset.relative.top * mod +
10096
+
10097
+				// The offsetParent's offset without borders (offset + border)
10098
+				this.offset.parent.top * mod -
10099
+				( ( this.cssPosition === "fixed" ?
10100
+					-this.offset.scroll.top :
10101
+					( scrollIsRootNode ? 0 : this.offset.scroll.top ) ) * mod )
10102
+			),
10103
+			left: (
10104
+
10105
+				// The absolute mouse position
10106
+				pos.left +
10107
+
10108
+				// Only for relative positioned nodes: Relative offset from element to offset parent
10109
+				this.offset.relative.left * mod +
10110
+
10111
+				// The offsetParent's offset without borders (offset + border)
10112
+				this.offset.parent.left * mod	-
10113
+				( ( this.cssPosition === "fixed" ?
10114
+					-this.offset.scroll.left :
10115
+					( scrollIsRootNode ? 0 : this.offset.scroll.left ) ) * mod )
10116
+			)
10117
+		};
10118
+
10119
+	},
10120
+
10121
+	_generatePosition: function( event, constrainPosition ) {
10122
+
10123
+		var containment, co, top, left,
10124
+			o = this.options,
10125
+			scrollIsRootNode = this._isRootNode( this.scrollParent[ 0 ] ),
10126
+			pageX = event.pageX,
10127
+			pageY = event.pageY;
10128
+
10129
+		// Cache the scroll
10130
+		if ( !scrollIsRootNode || !this.offset.scroll ) {
10131
+			this.offset.scroll = {
10132
+				top: this.scrollParent.scrollTop(),
10133
+				left: this.scrollParent.scrollLeft()
10134
+			};
10135
+		}
10136
+
10137
+		/*
10138
+		 * - Position constraining -
10139
+		 * Constrain the position to a mix of grid, containment.
10140
+		 */
10141
+
10142
+		// If we are not dragging yet, we won't check for options
10143
+		if ( constrainPosition ) {
10144
+			if ( this.containment ) {
10145
+				if ( this.relativeContainer ) {
10146
+					co = this.relativeContainer.offset();
10147
+					containment = [
10148
+						this.containment[ 0 ] + co.left,
10149
+						this.containment[ 1 ] + co.top,
10150
+						this.containment[ 2 ] + co.left,
10151
+						this.containment[ 3 ] + co.top
10152
+					];
10153
+				} else {
10154
+					containment = this.containment;
10155
+				}
10156
+
10157
+				if ( event.pageX - this.offset.click.left < containment[ 0 ] ) {
10158
+					pageX = containment[ 0 ] + this.offset.click.left;
10159
+				}
10160
+				if ( event.pageY - this.offset.click.top < containment[ 1 ] ) {
10161
+					pageY = containment[ 1 ] + this.offset.click.top;
10162
+				}
10163
+				if ( event.pageX - this.offset.click.left > containment[ 2 ] ) {
10164
+					pageX = containment[ 2 ] + this.offset.click.left;
10165
+				}
10166
+				if ( event.pageY - this.offset.click.top > containment[ 3 ] ) {
10167
+					pageY = containment[ 3 ] + this.offset.click.top;
10168
+				}
10169
+			}
10170
+
10171
+			if ( o.grid ) {
10172
+
10173
+				//Check for grid elements set to 0 to prevent divide by 0 error causing invalid
10174
+				// argument errors in IE (see ticket #6950)
10175
+				top = o.grid[ 1 ] ? this.originalPageY + Math.round( ( pageY -
10176
+					this.originalPageY ) / o.grid[ 1 ] ) * o.grid[ 1 ] : this.originalPageY;
10177
+				pageY = containment ? ( ( top - this.offset.click.top >= containment[ 1 ] ||
10178
+					top - this.offset.click.top > containment[ 3 ] ) ?
10179
+						top :
10180
+						( ( top - this.offset.click.top >= containment[ 1 ] ) ?
10181
+							top - o.grid[ 1 ] : top + o.grid[ 1 ] ) ) : top;
10182
+
10183
+				left = o.grid[ 0 ] ? this.originalPageX +
10184
+					Math.round( ( pageX - this.originalPageX ) / o.grid[ 0 ] ) * o.grid[ 0 ] :
10185
+					this.originalPageX;
10186
+				pageX = containment ? ( ( left - this.offset.click.left >= containment[ 0 ] ||
10187
+					left - this.offset.click.left > containment[ 2 ] ) ?
10188
+						left :
10189
+						( ( left - this.offset.click.left >= containment[ 0 ] ) ?
10190
+							left - o.grid[ 0 ] : left + o.grid[ 0 ] ) ) : left;
10191
+			}
10192
+
10193
+			if ( o.axis === "y" ) {
10194
+				pageX = this.originalPageX;
10195
+			}
10196
+
10197
+			if ( o.axis === "x" ) {
10198
+				pageY = this.originalPageY;
10199
+			}
10200
+		}
10201
+
10202
+		return {
10203
+			top: (
10204
+
10205
+				// The absolute mouse position
10206
+				pageY -
10207
+
10208
+				// Click offset (relative to the element)
10209
+				this.offset.click.top -
10210
+
10211
+				// Only for relative positioned nodes: Relative offset from element to offset parent
10212
+				this.offset.relative.top -
10213
+
10214
+				// The offsetParent's offset without borders (offset + border)
10215
+				this.offset.parent.top +
10216
+				( this.cssPosition === "fixed" ?
10217
+					-this.offset.scroll.top :
10218
+					( scrollIsRootNode ? 0 : this.offset.scroll.top ) )
10219
+			),
10220
+			left: (
10221
+
10222
+				// The absolute mouse position
10223
+				pageX -
10224
+
10225
+				// Click offset (relative to the element)
10226
+				this.offset.click.left -
10227
+
10228
+				// Only for relative positioned nodes: Relative offset from element to offset parent
10229
+				this.offset.relative.left -
10230
+
10231
+				// The offsetParent's offset without borders (offset + border)
10232
+				this.offset.parent.left +
10233
+				( this.cssPosition === "fixed" ?
10234
+					-this.offset.scroll.left :
10235
+					( scrollIsRootNode ? 0 : this.offset.scroll.left ) )
10236
+			)
10237
+		};
10238
+
10239
+	},
10240
+
10241
+	_clear: function() {
10242
+		this._removeClass( this.helper, "ui-draggable-dragging" );
10243
+		if ( this.helper[ 0 ] !== this.element[ 0 ] && !this.cancelHelperRemoval ) {
10244
+			this.helper.remove();
10245
+		}
10246
+		this.helper = null;
10247
+		this.cancelHelperRemoval = false;
10248
+		if ( this.destroyOnClear ) {
10249
+			this.destroy();
10250
+		}
10251
+	},
10252
+
10253
+	// From now on bulk stuff - mainly helpers
10254
+
10255
+	_trigger: function( type, event, ui ) {
10256
+		ui = ui || this._uiHash();
10257
+		$.ui.plugin.call( this, type, [ event, ui, this ], true );
10258
+
10259
+		// Absolute position and offset (see #6884 ) have to be recalculated after plugins
10260
+		if ( /^(drag|start|stop)/.test( type ) ) {
10261
+			this.positionAbs = this._convertPositionTo( "absolute" );
10262
+			ui.offset = this.positionAbs;
10263
+		}
10264
+		return $.Widget.prototype._trigger.call( this, type, event, ui );
10265
+	},
10266
+
10267
+	plugins: {},
10268
+
10269
+	_uiHash: function() {
10270
+		return {
10271
+			helper: this.helper,
10272
+			position: this.position,
10273
+			originalPosition: this.originalPosition,
10274
+			offset: this.positionAbs
10275
+		};
10276
+	}
10277
+
10278
+} );
10279
+
10280
+$.ui.plugin.add( "draggable", "connectToSortable", {
10281
+	start: function( event, ui, draggable ) {
10282
+		var uiSortable = $.extend( {}, ui, {
10283
+			item: draggable.element
10284
+		} );
10285
+
10286
+		draggable.sortables = [];
10287
+		$( draggable.options.connectToSortable ).each( function() {
10288
+			var sortable = $( this ).sortable( "instance" );
10289
+
10290
+			if ( sortable && !sortable.options.disabled ) {
10291
+				draggable.sortables.push( sortable );
10292
+
10293
+				// RefreshPositions is called at drag start to refresh the containerCache
10294
+				// which is used in drag. This ensures it's initialized and synchronized
10295
+				// with any changes that might have happened on the page since initialization.
10296
+				sortable.refreshPositions();
10297
+				sortable._trigger( "activate", event, uiSortable );
10298
+			}
10299
+		} );
10300
+	},
10301
+	stop: function( event, ui, draggable ) {
10302
+		var uiSortable = $.extend( {}, ui, {
10303
+			item: draggable.element
10304
+		} );
10305
+
10306
+		draggable.cancelHelperRemoval = false;
10307
+
10308
+		$.each( draggable.sortables, function() {
10309
+			var sortable = this;
10310
+
10311
+			if ( sortable.isOver ) {
10312
+				sortable.isOver = 0;
10313
+
10314
+				// Allow this sortable to handle removing the helper
10315
+				draggable.cancelHelperRemoval = true;
10316
+				sortable.cancelHelperRemoval = false;
10317
+
10318
+				// Use _storedCSS To restore properties in the sortable,
10319
+				// as this also handles revert (#9675) since the draggable
10320
+				// may have modified them in unexpected ways (#8809)
10321
+				sortable._storedCSS = {
10322
+					position: sortable.placeholder.css( "position" ),
10323
+					top: sortable.placeholder.css( "top" ),
10324
+					left: sortable.placeholder.css( "left" )
10325
+				};
10326
+
10327
+				sortable._mouseStop( event );
10328
+
10329
+				// Once drag has ended, the sortable should return to using
10330
+				// its original helper, not the shared helper from draggable
10331
+				sortable.options.helper = sortable.options._helper;
10332
+			} else {
10333
+
10334
+				// Prevent this Sortable from removing the helper.
10335
+				// However, don't set the draggable to remove the helper
10336
+				// either as another connected Sortable may yet handle the removal.
10337
+				sortable.cancelHelperRemoval = true;
10338
+
10339
+				sortable._trigger( "deactivate", event, uiSortable );
10340
+			}
10341
+		} );
10342
+	},
10343
+	drag: function( event, ui, draggable ) {
10344
+		$.each( draggable.sortables, function() {
10345
+			var innermostIntersecting = false,
10346
+				sortable = this;
10347
+
10348
+			// Copy over variables that sortable's _intersectsWith uses
10349
+			sortable.positionAbs = draggable.positionAbs;
10350
+			sortable.helperProportions = draggable.helperProportions;
10351
+			sortable.offset.click = draggable.offset.click;
10352
+
10353
+			if ( sortable._intersectsWith( sortable.containerCache ) ) {
10354
+				innermostIntersecting = true;
10355
+
10356
+				$.each( draggable.sortables, function() {
10357
+
10358
+					// Copy over variables that sortable's _intersectsWith uses
10359
+					this.positionAbs = draggable.positionAbs;
10360
+					this.helperProportions = draggable.helperProportions;
10361
+					this.offset.click = draggable.offset.click;
10362
+
10363
+					if ( this !== sortable &&
10364
+							this._intersectsWith( this.containerCache ) &&
10365
+							$.contains( sortable.element[ 0 ], this.element[ 0 ] ) ) {
10366
+						innermostIntersecting = false;
10367
+					}
10368
+
10369
+					return innermostIntersecting;
10370
+				} );
10371
+			}
10372
+
10373
+			if ( innermostIntersecting ) {
10374
+
10375
+				// If it intersects, we use a little isOver variable and set it once,
10376
+				// so that the move-in stuff gets fired only once.
10377
+				if ( !sortable.isOver ) {
10378
+					sortable.isOver = 1;
10379
+
10380
+					// Store draggable's parent in case we need to reappend to it later.
10381
+					draggable._parent = ui.helper.parent();
10382
+
10383
+					sortable.currentItem = ui.helper
10384
+						.appendTo( sortable.element )
10385
+						.data( "ui-sortable-item", true );
10386
+
10387
+					// Store helper option to later restore it
10388
+					sortable.options._helper = sortable.options.helper;
10389
+
10390
+					sortable.options.helper = function() {
10391
+						return ui.helper[ 0 ];
10392
+					};
10393
+
10394
+					// Fire the start events of the sortable with our passed browser event,
10395
+					// and our own helper (so it doesn't create a new one)
10396
+					event.target = sortable.currentItem[ 0 ];
10397
+					sortable._mouseCapture( event, true );
10398
+					sortable._mouseStart( event, true, true );
10399
+
10400
+					// Because the browser event is way off the new appended portlet,
10401
+					// modify necessary variables to reflect the changes
10402
+					sortable.offset.click.top = draggable.offset.click.top;
10403
+					sortable.offset.click.left = draggable.offset.click.left;
10404
+					sortable.offset.parent.left -= draggable.offset.parent.left -
10405
+						sortable.offset.parent.left;
10406
+					sortable.offset.parent.top -= draggable.offset.parent.top -
10407
+						sortable.offset.parent.top;
10408
+
10409
+					draggable._trigger( "toSortable", event );
10410
+
10411
+					// Inform draggable that the helper is in a valid drop zone,
10412
+					// used solely in the revert option to handle "valid/invalid".
10413
+					draggable.dropped = sortable.element;
10414
+
10415
+					// Need to refreshPositions of all sortables in the case that
10416
+					// adding to one sortable changes the location of the other sortables (#9675)
10417
+					$.each( draggable.sortables, function() {
10418
+						this.refreshPositions();
10419
+					} );
10420
+
10421
+					// Hack so receive/update callbacks work (mostly)
10422
+					draggable.currentItem = draggable.element;
10423
+					sortable.fromOutside = draggable;
10424
+				}
10425
+
10426
+				if ( sortable.currentItem ) {
10427
+					sortable._mouseDrag( event );
10428
+
10429
+					// Copy the sortable's position because the draggable's can potentially reflect
10430
+					// a relative position, while sortable is always absolute, which the dragged
10431
+					// element has now become. (#8809)
10432
+					ui.position = sortable.position;
10433
+				}
10434
+			} else {
10435
+
10436
+				// If it doesn't intersect with the sortable, and it intersected before,
10437
+				// we fake the drag stop of the sortable, but make sure it doesn't remove
10438
+				// the helper by using cancelHelperRemoval.
10439
+				if ( sortable.isOver ) {
10440
+
10441
+					sortable.isOver = 0;
10442
+					sortable.cancelHelperRemoval = true;
10443
+
10444
+					// Calling sortable's mouseStop would trigger a revert,
10445
+					// so revert must be temporarily false until after mouseStop is called.
10446
+					sortable.options._revert = sortable.options.revert;
10447
+					sortable.options.revert = false;
10448
+
10449
+					sortable._trigger( "out", event, sortable._uiHash( sortable ) );
10450
+					sortable._mouseStop( event, true );
10451
+
10452
+					// Restore sortable behaviors that were modfied
10453
+					// when the draggable entered the sortable area (#9481)
10454
+					sortable.options.revert = sortable.options._revert;
10455
+					sortable.options.helper = sortable.options._helper;
10456
+
10457
+					if ( sortable.placeholder ) {
10458
+						sortable.placeholder.remove();
10459
+					}
10460
+
10461
+					// Restore and recalculate the draggable's offset considering the sortable
10462
+					// may have modified them in unexpected ways. (#8809, #10669)
10463
+					ui.helper.appendTo( draggable._parent );
10464
+					draggable._refreshOffsets( event );
10465
+					ui.position = draggable._generatePosition( event, true );
10466
+
10467
+					draggable._trigger( "fromSortable", event );
10468
+
10469
+					// Inform draggable that the helper is no longer in a valid drop zone
10470
+					draggable.dropped = false;
10471
+
10472
+					// Need to refreshPositions of all sortables just in case removing
10473
+					// from one sortable changes the location of other sortables (#9675)
10474
+					$.each( draggable.sortables, function() {
10475
+						this.refreshPositions();
10476
+					} );
10477
+				}
10478
+			}
10479
+		} );
10480
+	}
10481
+} );
10482
+
10483
+$.ui.plugin.add( "draggable", "cursor", {
10484
+	start: function( event, ui, instance ) {
10485
+		var t = $( "body" ),
10486
+			o = instance.options;
10487
+
10488
+		if ( t.css( "cursor" ) ) {
10489
+			o._cursor = t.css( "cursor" );
10490
+		}
10491
+		t.css( "cursor", o.cursor );
10492
+	},
10493
+	stop: function( event, ui, instance ) {
10494
+		var o = instance.options;
10495
+		if ( o._cursor ) {
10496
+			$( "body" ).css( "cursor", o._cursor );
10497
+		}
10498
+	}
10499
+} );
10500
+
10501
+$.ui.plugin.add( "draggable", "opacity", {
10502
+	start: function( event, ui, instance ) {
10503
+		var t = $( ui.helper ),
10504
+			o = instance.options;
10505
+		if ( t.css( "opacity" ) ) {
10506
+			o._opacity = t.css( "opacity" );
10507
+		}
10508
+		t.css( "opacity", o.opacity );
10509
+	},
10510
+	stop: function( event, ui, instance ) {
10511
+		var o = instance.options;
10512
+		if ( o._opacity ) {
10513
+			$( ui.helper ).css( "opacity", o._opacity );
10514
+		}
10515
+	}
10516
+} );
10517
+
10518
+$.ui.plugin.add( "draggable", "scroll", {
10519
+	start: function( event, ui, i ) {
10520
+		if ( !i.scrollParentNotHidden ) {
10521
+			i.scrollParentNotHidden = i.helper.scrollParent( false );
10522
+		}
10523
+
10524
+		if ( i.scrollParentNotHidden[ 0 ] !== i.document[ 0 ] &&
10525
+				i.scrollParentNotHidden[ 0 ].tagName !== "HTML" ) {
10526
+			i.overflowOffset = i.scrollParentNotHidden.offset();
10527
+		}
10528
+	},
10529
+	drag: function( event, ui, i  ) {
10530
+
10531
+		var o = i.options,
10532
+			scrolled = false,
10533
+			scrollParent = i.scrollParentNotHidden[ 0 ],
10534
+			document = i.document[ 0 ];
10535
+
10536
+		if ( scrollParent !== document && scrollParent.tagName !== "HTML" ) {
10537
+			if ( !o.axis || o.axis !== "x" ) {
10538
+				if ( ( i.overflowOffset.top + scrollParent.offsetHeight ) - event.pageY <
10539
+						o.scrollSensitivity ) {
10540
+					scrollParent.scrollTop = scrolled = scrollParent.scrollTop + o.scrollSpeed;
10541
+				} else if ( event.pageY - i.overflowOffset.top < o.scrollSensitivity ) {
10542
+					scrollParent.scrollTop = scrolled = scrollParent.scrollTop - o.scrollSpeed;
10543
+				}
10544
+			}
10545
+
10546
+			if ( !o.axis || o.axis !== "y" ) {
10547
+				if ( ( i.overflowOffset.left + scrollParent.offsetWidth ) - event.pageX <
10548
+						o.scrollSensitivity ) {
10549
+					scrollParent.scrollLeft = scrolled = scrollParent.scrollLeft + o.scrollSpeed;
10550
+				} else if ( event.pageX - i.overflowOffset.left < o.scrollSensitivity ) {
10551
+					scrollParent.scrollLeft = scrolled = scrollParent.scrollLeft - o.scrollSpeed;
10552
+				}
10553
+			}
10554
+
10555
+		} else {
10556
+
10557
+			if ( !o.axis || o.axis !== "x" ) {
10558
+				if ( event.pageY - $( document ).scrollTop() < o.scrollSensitivity ) {
10559
+					scrolled = $( document ).scrollTop( $( document ).scrollTop() - o.scrollSpeed );
10560
+				} else if ( $( window ).height() - ( event.pageY - $( document ).scrollTop() ) <
10561
+						o.scrollSensitivity ) {
10562
+					scrolled = $( document ).scrollTop( $( document ).scrollTop() + o.scrollSpeed );
10563
+				}
10564
+			}
10565
+
10566
+			if ( !o.axis || o.axis !== "y" ) {
10567
+				if ( event.pageX - $( document ).scrollLeft() < o.scrollSensitivity ) {
10568
+					scrolled = $( document ).scrollLeft(
10569
+						$( document ).scrollLeft() - o.scrollSpeed
10570
+					);
10571
+				} else if ( $( window ).width() - ( event.pageX - $( document ).scrollLeft() ) <
10572
+						o.scrollSensitivity ) {
10573
+					scrolled = $( document ).scrollLeft(
10574
+						$( document ).scrollLeft() + o.scrollSpeed
10575
+					);
10576
+				}
10577
+			}
10578
+
10579
+		}
10580
+
10581
+		if ( scrolled !== false && $.ui.ddmanager && !o.dropBehaviour ) {
10582
+			$.ui.ddmanager.prepareOffsets( i, event );
10583
+		}
10584
+
10585
+	}
10586
+} );
10587
+
10588
+$.ui.plugin.add( "draggable", "snap", {
10589
+	start: function( event, ui, i ) {
10590
+
10591
+		var o = i.options;
10592
+
10593
+		i.snapElements = [];
10594
+
10595
+		$( o.snap.constructor !== String ? ( o.snap.items || ":data(ui-draggable)" ) : o.snap )
10596
+			.each( function() {
10597
+				var $t = $( this ),
10598
+					$o = $t.offset();
10599
+				if ( this !== i.element[ 0 ] ) {
10600
+					i.snapElements.push( {
10601
+						item: this,
10602
+						width: $t.outerWidth(), height: $t.outerHeight(),
10603
+						top: $o.top, left: $o.left
10604
+					} );
10605
+				}
10606
+			} );
10607
+
10608
+	},
10609
+	drag: function( event, ui, inst ) {
10610
+
10611
+		var ts, bs, ls, rs, l, r, t, b, i, first,
10612
+			o = inst.options,
10613
+			d = o.snapTolerance,
10614
+			x1 = ui.offset.left, x2 = x1 + inst.helperProportions.width,
10615
+			y1 = ui.offset.top, y2 = y1 + inst.helperProportions.height;
10616
+
10617
+		for ( i = inst.snapElements.length - 1; i >= 0; i-- ) {
10618
+
10619
+			l = inst.snapElements[ i ].left - inst.margins.left;
10620
+			r = l + inst.snapElements[ i ].width;
10621
+			t = inst.snapElements[ i ].top - inst.margins.top;
10622
+			b = t + inst.snapElements[ i ].height;
10623
+
10624
+			if ( x2 < l - d || x1 > r + d || y2 < t - d || y1 > b + d ||
10625
+					!$.contains( inst.snapElements[ i ].item.ownerDocument,
10626
+					inst.snapElements[ i ].item ) ) {
10627
+				if ( inst.snapElements[ i ].snapping ) {
10628
+					( inst.options.snap.release &&
10629
+						inst.options.snap.release.call(
10630
+							inst.element,
10631
+							event,
10632
+							$.extend( inst._uiHash(), { snapItem: inst.snapElements[ i ].item } )
10633
+						) );
10634
+				}
10635
+				inst.snapElements[ i ].snapping = false;
10636
+				continue;
10637
+			}
10638
+
10639
+			if ( o.snapMode !== "inner" ) {
10640
+				ts = Math.abs( t - y2 ) <= d;
10641
+				bs = Math.abs( b - y1 ) <= d;
10642
+				ls = Math.abs( l - x2 ) <= d;
10643
+				rs = Math.abs( r - x1 ) <= d;
10644
+				if ( ts ) {
10645
+					ui.position.top = inst._convertPositionTo( "relative", {
10646
+						top: t - inst.helperProportions.height,
10647
+						left: 0
10648
+					} ).top;
10649
+				}
10650
+				if ( bs ) {
10651
+					ui.position.top = inst._convertPositionTo( "relative", {
10652
+						top: b,
10653
+						left: 0
10654
+					} ).top;
10655
+				}
10656
+				if ( ls ) {
10657
+					ui.position.left = inst._convertPositionTo( "relative", {
10658
+						top: 0,
10659
+						left: l - inst.helperProportions.width
10660
+					} ).left;
10661
+				}
10662
+				if ( rs ) {
10663
+					ui.position.left = inst._convertPositionTo( "relative", {
10664
+						top: 0,
10665
+						left: r
10666
+					} ).left;
10667
+				}
10668
+			}
10669
+
10670
+			first = ( ts || bs || ls || rs );
10671
+
10672
+			if ( o.snapMode !== "outer" ) {
10673
+				ts = Math.abs( t - y1 ) <= d;
10674
+				bs = Math.abs( b - y2 ) <= d;
10675
+				ls = Math.abs( l - x1 ) <= d;
10676
+				rs = Math.abs( r - x2 ) <= d;
10677
+				if ( ts ) {
10678
+					ui.position.top = inst._convertPositionTo( "relative", {
10679
+						top: t,
10680
+						left: 0
10681
+					} ).top;
10682
+				}
10683
+				if ( bs ) {
10684
+					ui.position.top = inst._convertPositionTo( "relative", {
10685
+						top: b - inst.helperProportions.height,
10686
+						left: 0
10687
+					} ).top;
10688
+				}
10689
+				if ( ls ) {
10690
+					ui.position.left = inst._convertPositionTo( "relative", {
10691
+						top: 0,
10692
+						left: l
10693
+					} ).left;
10694
+				}
10695
+				if ( rs ) {
10696
+					ui.position.left = inst._convertPositionTo( "relative", {
10697
+						top: 0,
10698
+						left: r - inst.helperProportions.width
10699
+					} ).left;
10700
+				}
10701
+			}
10702
+
10703
+			if ( !inst.snapElements[ i ].snapping && ( ts || bs || ls || rs || first ) ) {
10704
+				( inst.options.snap.snap &&
10705
+					inst.options.snap.snap.call(
10706
+						inst.element,
10707
+						event,
10708
+						$.extend( inst._uiHash(), {
10709
+							snapItem: inst.snapElements[ i ].item
10710
+						} ) ) );
10711
+			}
10712
+			inst.snapElements[ i ].snapping = ( ts || bs || ls || rs || first );
10713
+
10714
+		}
10715
+
10716
+	}
10717
+} );
10718
+
10719
+$.ui.plugin.add( "draggable", "stack", {
10720
+	start: function( event, ui, instance ) {
10721
+		var min,
10722
+			o = instance.options,
10723
+			group = $.makeArray( $( o.stack ) ).sort( function( a, b ) {
10724
+				return ( parseInt( $( a ).css( "zIndex" ), 10 ) || 0 ) -
10725
+					( parseInt( $( b ).css( "zIndex" ), 10 ) || 0 );
10726
+			} );
10727
+
10728
+		if ( !group.length ) { return; }
10729
+
10730
+		min = parseInt( $( group[ 0 ] ).css( "zIndex" ), 10 ) || 0;
10731
+		$( group ).each( function( i ) {
10732
+			$( this ).css( "zIndex", min + i );
10733
+		} );
10734
+		this.css( "zIndex", ( min + group.length ) );
10735
+	}
10736
+} );
10737
+
10738
+$.ui.plugin.add( "draggable", "zIndex", {
10739
+	start: function( event, ui, instance ) {
10740
+		var t = $( ui.helper ),
10741
+			o = instance.options;
10742
+
10743
+		if ( t.css( "zIndex" ) ) {
10744
+			o._zIndex = t.css( "zIndex" );
10745
+		}
10746
+		t.css( "zIndex", o.zIndex );
10747
+	},
10748
+	stop: function( event, ui, instance ) {
10749
+		var o = instance.options;
10750
+
10751
+		if ( o._zIndex ) {
10752
+			$( ui.helper ).css( "zIndex", o._zIndex );
10753
+		}
10754
+	}
10755
+} );
10756
+
10757
+var widgetsDraggable = $.ui.draggable;
10758
+
10759
+
10760
+/*!
10761
+ * jQuery UI Resizable 1.12.1
10762
+ * http://jqueryui.com
10763
+ *
10764
+ * Copyright jQuery Foundation and other contributors
10765
+ * Released under the MIT license.
10766
+ * http://jquery.org/license
10767
+ */
10768
+
10769
+//>>label: Resizable
10770
+//>>group: Interactions
10771
+//>>description: Enables resize functionality for any element.
10772
+//>>docs: http://api.jqueryui.com/resizable/
10773
+//>>demos: http://jqueryui.com/resizable/
10774
+//>>css.structure: ../../themes/base/core.css
10775
+//>>css.structure: ../../themes/base/resizable.css
10776
+//>>css.theme: ../../themes/base/theme.css
10777
+
10778
+
10779
+
10780
+$.widget( "ui.resizable", $.ui.mouse, {
10781
+	version: "1.12.1",
10782
+	widgetEventPrefix: "resize",
10783
+	options: {
10784
+		alsoResize: false,
10785
+		animate: false,
10786
+		animateDuration: "slow",
10787
+		animateEasing: "swing",
10788
+		aspectRatio: false,
10789
+		autoHide: false,
10790
+		classes: {
10791
+			"ui-resizable-se": "ui-icon ui-icon-gripsmall-diagonal-se"
10792
+		},
10793
+		containment: false,
10794
+		ghost: false,
10795
+		grid: false,
10796
+		handles: "e,s,se",
10797
+		helper: false,
10798
+		maxHeight: null,
10799
+		maxWidth: null,
10800
+		minHeight: 10,
10801
+		minWidth: 10,
10802
+
10803
+		// See #7960
10804
+		zIndex: 90,
10805
+
10806
+		// Callbacks
10807
+		resize: null,
10808
+		start: null,
10809
+		stop: null
10810
+	},
10811
+
10812
+	_num: function( value ) {
10813
+		return parseFloat( value ) || 0;
10814
+	},
10815
+
10816
+	_isNumber: function( value ) {
10817
+		return !isNaN( parseFloat( value ) );
10818
+	},
10819
+
10820
+	_hasScroll: function( el, a ) {
10821
+
10822
+		if ( $( el ).css( "overflow" ) === "hidden" ) {
10823
+			return false;
10824
+		}
10825
+
10826
+		var scroll = ( a && a === "left" ) ? "scrollLeft" : "scrollTop",
10827
+			has = false;
10828
+
10829
+		if ( el[ scroll ] > 0 ) {
10830
+			return true;
10831
+		}
10832
+
10833
+		// TODO: determine which cases actually cause this to happen
10834
+		// if the element doesn't have the scroll set, see if it's possible to
10835
+		// set the scroll
10836
+		el[ scroll ] = 1;
10837
+		has = ( el[ scroll ] > 0 );
10838
+		el[ scroll ] = 0;
10839
+		return has;
10840
+	},
10841
+
10842
+	_create: function() {
10843
+
10844
+		var margins,
10845
+			o = this.options,
10846
+			that = this;
10847
+		this._addClass( "ui-resizable" );
10848
+
10849
+		$.extend( this, {
10850
+			_aspectRatio: !!( o.aspectRatio ),
10851
+			aspectRatio: o.aspectRatio,
10852
+			originalElement: this.element,
10853
+			_proportionallyResizeElements: [],
10854
+			_helper: o.helper || o.ghost || o.animate ? o.helper || "ui-resizable-helper" : null
10855
+		} );
10856
+
10857
+		// Wrap the element if it cannot hold child nodes
10858
+		if ( this.element[ 0 ].nodeName.match( /^(canvas|textarea|input|select|button|img)$/i ) ) {
10859
+
10860
+			this.element.wrap(
10861
+				$( "<div class='ui-wrapper' style='overflow: hidden;'></div>" ).css( {
10862
+					position: this.element.css( "position" ),
10863
+					width: this.element.outerWidth(),
10864
+					height: this.element.outerHeight(),
10865
+					top: this.element.css( "top" ),
10866
+					left: this.element.css( "left" )
10867
+				} )
10868
+			);
10869
+
10870
+			this.element = this.element.parent().data(
10871
+				"ui-resizable", this.element.resizable( "instance" )
10872
+			);
10873
+
10874
+			this.elementIsWrapper = true;
10875
+
10876
+			margins = {
10877
+				marginTop: this.originalElement.css( "marginTop" ),
10878
+				marginRight: this.originalElement.css( "marginRight" ),
10879
+				marginBottom: this.originalElement.css( "marginBottom" ),
10880
+				marginLeft: this.originalElement.css( "marginLeft" )
10881
+			};
10882
+
10883
+			this.element.css( margins );
10884
+			this.originalElement.css( "margin", 0 );
10885
+
10886
+			// support: Safari
10887
+			// Prevent Safari textarea resize
10888
+			this.originalResizeStyle = this.originalElement.css( "resize" );
10889
+			this.originalElement.css( "resize", "none" );
10890
+
10891
+			this._proportionallyResizeElements.push( this.originalElement.css( {
10892
+				position: "static",
10893
+				zoom: 1,
10894
+				display: "block"
10895
+			} ) );
10896
+
10897
+			// Support: IE9
10898
+			// avoid IE jump (hard set the margin)
10899
+			this.originalElement.css( margins );
10900
+
10901
+			this._proportionallyResize();
10902
+		}
10903
+
10904
+		this._setupHandles();
10905
+
10906
+		if ( o.autoHide ) {
10907
+			$( this.element )
10908
+				.on( "mouseenter", function() {
10909
+					if ( o.disabled ) {
10910
+						return;
10911
+					}
10912
+					that._removeClass( "ui-resizable-autohide" );
10913
+					that._handles.show();
10914
+				} )
10915
+				.on( "mouseleave", function() {
10916
+					if ( o.disabled ) {
10917
+						return;
10918
+					}
10919
+					if ( !that.resizing ) {
10920
+						that._addClass( "ui-resizable-autohide" );
10921
+						that._handles.hide();
10922
+					}
10923
+				} );
10924
+		}
10925
+
10926
+		this._mouseInit();
10927
+	},
10928
+
10929
+	_destroy: function() {
10930
+
10931
+		this._mouseDestroy();
10932
+
10933
+		var wrapper,
10934
+			_destroy = function( exp ) {
10935
+				$( exp )
10936
+					.removeData( "resizable" )
10937
+					.removeData( "ui-resizable" )
10938
+					.off( ".resizable" )
10939
+					.find( ".ui-resizable-handle" )
10940
+						.remove();
10941
+			};
10942
+
10943
+		// TODO: Unwrap at same DOM position
10944
+		if ( this.elementIsWrapper ) {
10945
+			_destroy( this.element );
10946
+			wrapper = this.element;
10947
+			this.originalElement.css( {
10948
+				position: wrapper.css( "position" ),
10949
+				width: wrapper.outerWidth(),
10950
+				height: wrapper.outerHeight(),
10951
+				top: wrapper.css( "top" ),
10952
+				left: wrapper.css( "left" )
10953
+			} ).insertAfter( wrapper );
10954
+			wrapper.remove();
10955
+		}
10956
+
10957
+		this.originalElement.css( "resize", this.originalResizeStyle );
10958
+		_destroy( this.originalElement );
10959
+
10960
+		return this;
10961
+	},
10962
+
10963
+	_setOption: function( key, value ) {
10964
+		this._super( key, value );
10965
+
10966
+		switch ( key ) {
10967
+		case "handles":
10968
+			this._removeHandles();
10969
+			this._setupHandles();
10970
+			break;
10971
+		default:
10972
+			break;
10973
+		}
10974
+	},
10975
+
10976
+	_setupHandles: function() {
10977
+		var o = this.options, handle, i, n, hname, axis, that = this;
10978
+		this.handles = o.handles ||
10979
+			( !$( ".ui-resizable-handle", this.element ).length ?
10980
+				"e,s,se" : {
10981
+					n: ".ui-resizable-n",
10982
+					e: ".ui-resizable-e",
10983
+					s: ".ui-resizable-s",
10984
+					w: ".ui-resizable-w",
10985
+					se: ".ui-resizable-se",
10986
+					sw: ".ui-resizable-sw",
10987
+					ne: ".ui-resizable-ne",
10988
+					nw: ".ui-resizable-nw"
10989
+				} );
10990
+
10991
+		this._handles = $();
10992
+		if ( this.handles.constructor === String ) {
10993
+
10994
+			if ( this.handles === "all" ) {
10995
+				this.handles = "n,e,s,w,se,sw,ne,nw";
10996
+			}
10997
+
10998
+			n = this.handles.split( "," );
10999
+			this.handles = {};
11000
+
11001
+			for ( i = 0; i < n.length; i++ ) {
11002
+
11003
+				handle = $.trim( n[ i ] );
11004
+				hname = "ui-resizable-" + handle;
11005
+				axis = $( "<div>" );
11006
+				this._addClass( axis, "ui-resizable-handle " + hname );
11007
+
11008
+				axis.css( { zIndex: o.zIndex } );
11009
+
11010
+				this.handles[ handle ] = ".ui-resizable-" + handle;
11011
+				this.element.append( axis );
11012
+			}
11013
+
11014
+		}
11015
+
11016
+		this._renderAxis = function( target ) {
11017
+
11018
+			var i, axis, padPos, padWrapper;
11019
+
11020
+			target = target || this.element;
11021
+
11022
+			for ( i in this.handles ) {
11023
+
11024
+				if ( this.handles[ i ].constructor === String ) {
11025
+					this.handles[ i ] = this.element.children( this.handles[ i ] ).first().show();
11026
+				} else if ( this.handles[ i ].jquery || this.handles[ i ].nodeType ) {
11027
+					this.handles[ i ] = $( this.handles[ i ] );
11028
+					this._on( this.handles[ i ], { "mousedown": that._mouseDown } );
11029
+				}
11030
+
11031
+				if ( this.elementIsWrapper &&
11032
+						this.originalElement[ 0 ]
11033
+							.nodeName
11034
+							.match( /^(textarea|input|select|button)$/i ) ) {
11035
+					axis = $( this.handles[ i ], this.element );
11036
+
11037
+					padWrapper = /sw|ne|nw|se|n|s/.test( i ) ?
11038
+						axis.outerHeight() :
11039
+						axis.outerWidth();
11040
+
11041
+					padPos = [ "padding",
11042
+						/ne|nw|n/.test( i ) ? "Top" :
11043
+						/se|sw|s/.test( i ) ? "Bottom" :
11044
+						/^e$/.test( i ) ? "Right" : "Left" ].join( "" );
11045
+
11046
+					target.css( padPos, padWrapper );
11047
+
11048
+					this._proportionallyResize();
11049
+				}
11050
+
11051
+				this._handles = this._handles.add( this.handles[ i ] );
11052
+			}
11053
+		};
11054
+
11055
+		// TODO: make renderAxis a prototype function
11056
+		this._renderAxis( this.element );
11057
+
11058
+		this._handles = this._handles.add( this.element.find( ".ui-resizable-handle" ) );
11059
+		this._handles.disableSelection();
11060
+
11061
+		this._handles.on( "mouseover", function() {
11062
+			if ( !that.resizing ) {
11063
+				if ( this.className ) {
11064
+					axis = this.className.match( /ui-resizable-(se|sw|ne|nw|n|e|s|w)/i );
11065
+				}
11066
+				that.axis = axis && axis[ 1 ] ? axis[ 1 ] : "se";
11067
+			}
11068
+		} );
11069
+
11070
+		if ( o.autoHide ) {
11071
+			this._handles.hide();
11072
+			this._addClass( "ui-resizable-autohide" );
11073
+		}
11074
+	},
11075
+
11076
+	_removeHandles: function() {
11077
+		this._handles.remove();
11078
+	},
11079
+
11080
+	_mouseCapture: function( event ) {
11081
+		var i, handle,
11082
+			capture = false;
11083
+
11084
+		for ( i in this.handles ) {
11085
+			handle = $( this.handles[ i ] )[ 0 ];
11086
+			if ( handle === event.target || $.contains( handle, event.target ) ) {
11087
+				capture = true;
11088
+			}
11089
+		}
11090
+
11091
+		return !this.options.disabled && capture;
11092
+	},
11093
+
11094
+	_mouseStart: function( event ) {
11095
+
11096
+		var curleft, curtop, cursor,
11097
+			o = this.options,
11098
+			el = this.element;
11099
+
11100
+		this.resizing = true;
11101
+
11102
+		this._renderProxy();
11103
+
11104
+		curleft = this._num( this.helper.css( "left" ) );
11105
+		curtop = this._num( this.helper.css( "top" ) );
11106
+
11107
+		if ( o.containment ) {
11108
+			curleft += $( o.containment ).scrollLeft() || 0;
11109
+			curtop += $( o.containment ).scrollTop() || 0;
11110
+		}
11111
+
11112
+		this.offset = this.helper.offset();
11113
+		this.position = { left: curleft, top: curtop };
11114
+
11115
+		this.size = this._helper ? {
11116
+				width: this.helper.width(),
11117
+				height: this.helper.height()
11118
+			} : {
11119
+				width: el.width(),
11120
+				height: el.height()
11121
+			};
11122
+
11123
+		this.originalSize = this._helper ? {
11124
+				width: el.outerWidth(),
11125
+				height: el.outerHeight()
11126
+			} : {
11127
+				width: el.width(),
11128
+				height: el.height()
11129
+			};
11130
+
11131
+		this.sizeDiff = {
11132
+			width: el.outerWidth() - el.width(),
11133
+			height: el.outerHeight() - el.height()
11134
+		};
11135
+
11136
+		this.originalPosition = { left: curleft, top: curtop };
11137
+		this.originalMousePosition = { left: event.pageX, top: event.pageY };
11138
+
11139
+		this.aspectRatio = ( typeof o.aspectRatio === "number" ) ?
11140
+			o.aspectRatio :
11141
+			( ( this.originalSize.width / this.originalSize.height ) || 1 );
11142
+
11143
+		cursor = $( ".ui-resizable-" + this.axis ).css( "cursor" );
11144
+		$( "body" ).css( "cursor", cursor === "auto" ? this.axis + "-resize" : cursor );
11145
+
11146
+		this._addClass( "ui-resizable-resizing" );
11147
+		this._propagate( "start", event );
11148
+		return true;
11149
+	},
11150
+
11151
+	_mouseDrag: function( event ) {
11152
+
11153
+		var data, props,
11154
+			smp = this.originalMousePosition,
11155
+			a = this.axis,
11156
+			dx = ( event.pageX - smp.left ) || 0,
11157
+			dy = ( event.pageY - smp.top ) || 0,
11158
+			trigger = this._change[ a ];
11159
+
11160
+		this._updatePrevProperties();
11161
+
11162
+		if ( !trigger ) {
11163
+			return false;
11164
+		}
11165
+
11166
+		data = trigger.apply( this, [ event, dx, dy ] );
11167
+
11168
+		this._updateVirtualBoundaries( event.shiftKey );
11169
+		if ( this._aspectRatio || event.shiftKey ) {
11170
+			data = this._updateRatio( data, event );
11171
+		}
11172
+
11173
+		data = this._respectSize( data, event );
11174
+
11175
+		this._updateCache( data );
11176
+
11177
+		this._propagate( "resize", event );
11178
+
11179
+		props = this._applyChanges();
11180
+
11181
+		if ( !this._helper && this._proportionallyResizeElements.length ) {
11182
+			this._proportionallyResize();
11183
+		}
11184
+
11185
+		if ( !$.isEmptyObject( props ) ) {
11186
+			this._updatePrevProperties();
11187
+			this._trigger( "resize", event, this.ui() );
11188
+			this._applyChanges();
11189
+		}
11190
+
11191
+		return false;
11192
+	},
11193
+
11194
+	_mouseStop: function( event ) {
11195
+
11196
+		this.resizing = false;
11197
+		var pr, ista, soffseth, soffsetw, s, left, top,
11198
+			o = this.options, that = this;
11199
+
11200
+		if ( this._helper ) {
11201
+
11202
+			pr = this._proportionallyResizeElements;
11203
+			ista = pr.length && ( /textarea/i ).test( pr[ 0 ].nodeName );
11204
+			soffseth = ista && this._hasScroll( pr[ 0 ], "left" ) ? 0 : that.sizeDiff.height;
11205
+			soffsetw = ista ? 0 : that.sizeDiff.width;
11206
+
11207
+			s = {
11208
+				width: ( that.helper.width()  - soffsetw ),
11209
+				height: ( that.helper.height() - soffseth )
11210
+			};
11211
+			left = ( parseFloat( that.element.css( "left" ) ) +
11212
+				( that.position.left - that.originalPosition.left ) ) || null;
11213
+			top = ( parseFloat( that.element.css( "top" ) ) +
11214
+				( that.position.top - that.originalPosition.top ) ) || null;
11215
+
11216
+			if ( !o.animate ) {
11217
+				this.element.css( $.extend( s, { top: top, left: left } ) );
11218
+			}
11219
+
11220
+			that.helper.height( that.size.height );
11221
+			that.helper.width( that.size.width );
11222
+
11223
+			if ( this._helper && !o.animate ) {
11224
+				this._proportionallyResize();
11225
+			}
11226
+		}
11227
+
11228
+		$( "body" ).css( "cursor", "auto" );
11229
+
11230
+		this._removeClass( "ui-resizable-resizing" );
11231
+
11232
+		this._propagate( "stop", event );
11233
+
11234
+		if ( this._helper ) {
11235
+			this.helper.remove();
11236
+		}
11237
+
11238
+		return false;
11239
+
11240
+	},
11241
+
11242
+	_updatePrevProperties: function() {
11243
+		this.prevPosition = {
11244
+			top: this.position.top,
11245
+			left: this.position.left
11246
+		};
11247
+		this.prevSize = {
11248
+			width: this.size.width,
11249
+			height: this.size.height
11250
+		};
11251
+	},
11252
+
11253
+	_applyChanges: function() {
11254
+		var props = {};
11255
+
11256
+		if ( this.position.top !== this.prevPosition.top ) {
11257
+			props.top = this.position.top + "px";
11258
+		}
11259
+		if ( this.position.left !== this.prevPosition.left ) {
11260
+			props.left = this.position.left + "px";
11261
+		}
11262
+		if ( this.size.width !== this.prevSize.width ) {
11263
+			props.width = this.size.width + "px";
11264
+		}
11265
+		if ( this.size.height !== this.prevSize.height ) {
11266
+			props.height = this.size.height + "px";
11267
+		}
11268
+
11269
+		this.helper.css( props );
11270
+
11271
+		return props;
11272
+	},
11273
+
11274
+	_updateVirtualBoundaries: function( forceAspectRatio ) {
11275
+		var pMinWidth, pMaxWidth, pMinHeight, pMaxHeight, b,
11276
+			o = this.options;
11277
+
11278
+		b = {
11279
+			minWidth: this._isNumber( o.minWidth ) ? o.minWidth : 0,
11280
+			maxWidth: this._isNumber( o.maxWidth ) ? o.maxWidth : Infinity,
11281
+			minHeight: this._isNumber( o.minHeight ) ? o.minHeight : 0,
11282
+			maxHeight: this._isNumber( o.maxHeight ) ? o.maxHeight : Infinity
11283
+		};
11284
+
11285
+		if ( this._aspectRatio || forceAspectRatio ) {
11286
+			pMinWidth = b.minHeight * this.aspectRatio;
11287
+			pMinHeight = b.minWidth / this.aspectRatio;
11288
+			pMaxWidth = b.maxHeight * this.aspectRatio;
11289
+			pMaxHeight = b.maxWidth / this.aspectRatio;
11290
+
11291
+			if ( pMinWidth > b.minWidth ) {
11292
+				b.minWidth = pMinWidth;
11293
+			}
11294
+			if ( pMinHeight > b.minHeight ) {
11295
+				b.minHeight = pMinHeight;
11296
+			}
11297
+			if ( pMaxWidth < b.maxWidth ) {
11298
+				b.maxWidth = pMaxWidth;
11299
+			}
11300
+			if ( pMaxHeight < b.maxHeight ) {
11301
+				b.maxHeight = pMaxHeight;
11302
+			}
11303
+		}
11304
+		this._vBoundaries = b;
11305
+	},
11306
+
11307
+	_updateCache: function( data ) {
11308
+		this.offset = this.helper.offset();
11309
+		if ( this._isNumber( data.left ) ) {
11310
+			this.position.left = data.left;
11311
+		}
11312
+		if ( this._isNumber( data.top ) ) {
11313
+			this.position.top = data.top;
11314
+		}
11315
+		if ( this._isNumber( data.height ) ) {
11316
+			this.size.height = data.height;
11317
+		}
11318
+		if ( this._isNumber( data.width ) ) {
11319
+			this.size.width = data.width;
11320
+		}
11321
+	},
11322
+
11323
+	_updateRatio: function( data ) {
11324
+
11325
+		var cpos = this.position,
11326
+			csize = this.size,
11327
+			a = this.axis;
11328
+
11329
+		if ( this._isNumber( data.height ) ) {
11330
+			data.width = ( data.height * this.aspectRatio );
11331
+		} else if ( this._isNumber( data.width ) ) {
11332
+			data.height = ( data.width / this.aspectRatio );
11333
+		}
11334
+
11335
+		if ( a === "sw" ) {
11336
+			data.left = cpos.left + ( csize.width - data.width );
11337
+			data.top = null;
11338
+		}
11339
+		if ( a === "nw" ) {
11340
+			data.top = cpos.top + ( csize.height - data.height );
11341
+			data.left = cpos.left + ( csize.width - data.width );
11342
+		}
11343
+
11344
+		return data;
11345
+	},
11346
+
11347
+	_respectSize: function( data ) {
11348
+
11349
+		var o = this._vBoundaries,
11350
+			a = this.axis,
11351
+			ismaxw = this._isNumber( data.width ) && o.maxWidth && ( o.maxWidth < data.width ),
11352
+			ismaxh = this._isNumber( data.height ) && o.maxHeight && ( o.maxHeight < data.height ),
11353
+			isminw = this._isNumber( data.width ) && o.minWidth && ( o.minWidth > data.width ),
11354
+			isminh = this._isNumber( data.height ) && o.minHeight && ( o.minHeight > data.height ),
11355
+			dw = this.originalPosition.left + this.originalSize.width,
11356
+			dh = this.originalPosition.top + this.originalSize.height,
11357
+			cw = /sw|nw|w/.test( a ), ch = /nw|ne|n/.test( a );
11358
+		if ( isminw ) {
11359
+			data.width = o.minWidth;
11360
+		}
11361
+		if ( isminh ) {
11362
+			data.height = o.minHeight;
11363
+		}
11364
+		if ( ismaxw ) {
11365
+			data.width = o.maxWidth;
11366
+		}
11367
+		if ( ismaxh ) {
11368
+			data.height = o.maxHeight;
11369
+		}
11370
+
11371
+		if ( isminw && cw ) {
11372
+			data.left = dw - o.minWidth;
11373
+		}
11374
+		if ( ismaxw && cw ) {
11375
+			data.left = dw - o.maxWidth;
11376
+		}
11377
+		if ( isminh && ch ) {
11378
+			data.top = dh - o.minHeight;
11379
+		}
11380
+		if ( ismaxh && ch ) {
11381
+			data.top = dh - o.maxHeight;
11382
+		}
11383
+
11384
+		// Fixing jump error on top/left - bug #2330
11385
+		if ( !data.width && !data.height && !data.left && data.top ) {
11386
+			data.top = null;
11387
+		} else if ( !data.width && !data.height && !data.top && data.left ) {
11388
+			data.left = null;
11389
+		}
11390
+
11391
+		return data;
11392
+	},
11393
+
11394
+	_getPaddingPlusBorderDimensions: function( element ) {
11395
+		var i = 0,
11396
+			widths = [],
11397
+			borders = [
11398
+				element.css( "borderTopWidth" ),
11399
+				element.css( "borderRightWidth" ),
11400
+				element.css( "borderBottomWidth" ),
11401
+				element.css( "borderLeftWidth" )
11402
+			],
11403
+			paddings = [
11404
+				element.css( "paddingTop" ),
11405
+				element.css( "paddingRight" ),
11406
+				element.css( "paddingBottom" ),
11407
+				element.css( "paddingLeft" )
11408
+			];
11409
+
11410
+		for ( ; i < 4; i++ ) {
11411
+			widths[ i ] = ( parseFloat( borders[ i ] ) || 0 );
11412
+			widths[ i ] += ( parseFloat( paddings[ i ] ) || 0 );
11413
+		}
11414
+
11415
+		return {
11416
+			height: widths[ 0 ] + widths[ 2 ],
11417
+			width: widths[ 1 ] + widths[ 3 ]
11418
+		};
11419
+	},
11420
+
11421
+	_proportionallyResize: function() {
11422
+
11423
+		if ( !this._proportionallyResizeElements.length ) {
11424
+			return;
11425
+		}
11426
+
11427
+		var prel,
11428
+			i = 0,
11429
+			element = this.helper || this.element;
11430
+
11431
+		for ( ; i < this._proportionallyResizeElements.length; i++ ) {
11432
+
11433
+			prel = this._proportionallyResizeElements[ i ];
11434
+
11435
+			// TODO: Seems like a bug to cache this.outerDimensions
11436
+			// considering that we are in a loop.
11437
+			if ( !this.outerDimensions ) {
11438
+				this.outerDimensions = this._getPaddingPlusBorderDimensions( prel );
11439
+			}
11440
+
11441
+			prel.css( {
11442
+				height: ( element.height() - this.outerDimensions.height ) || 0,
11443
+				width: ( element.width() - this.outerDimensions.width ) || 0
11444
+			} );
11445
+
11446
+		}
11447
+
11448
+	},
11449
+
11450
+	_renderProxy: function() {
11451
+
11452
+		var el = this.element, o = this.options;
11453
+		this.elementOffset = el.offset();
11454
+
11455
+		if ( this._helper ) {
11456
+
11457
+			this.helper = this.helper || $( "<div style='overflow:hidden;'></div>" );
11458
+
11459
+			this._addClass( this.helper, this._helper );
11460
+			this.helper.css( {
11461
+				width: this.element.outerWidth(),
11462
+				height: this.element.outerHeight(),
11463
+				position: "absolute",
11464
+				left: this.elementOffset.left + "px",
11465
+				top: this.elementOffset.top + "px",
11466
+				zIndex: ++o.zIndex //TODO: Don't modify option
11467
+			} );
11468
+
11469
+			this.helper
11470
+				.appendTo( "body" )
11471
+				.disableSelection();
11472
+
11473
+		} else {
11474
+			this.helper = this.element;
11475
+		}
11476
+
11477
+	},
11478
+
11479
+	_change: {
11480
+		e: function( event, dx ) {
11481
+			return { width: this.originalSize.width + dx };
11482
+		},
11483
+		w: function( event, dx ) {
11484
+			var cs = this.originalSize, sp = this.originalPosition;
11485
+			return { left: sp.left + dx, width: cs.width - dx };
11486
+		},
11487
+		n: function( event, dx, dy ) {
11488
+			var cs = this.originalSize, sp = this.originalPosition;
11489
+			return { top: sp.top + dy, height: cs.height - dy };
11490
+		},
11491
+		s: function( event, dx, dy ) {
11492
+			return { height: this.originalSize.height + dy };
11493
+		},
11494
+		se: function( event, dx, dy ) {
11495
+			return $.extend( this._change.s.apply( this, arguments ),
11496
+				this._change.e.apply( this, [ event, dx, dy ] ) );
11497
+		},
11498
+		sw: function( event, dx, dy ) {
11499
+			return $.extend( this._change.s.apply( this, arguments ),
11500
+				this._change.w.apply( this, [ event, dx, dy ] ) );
11501
+		},
11502
+		ne: function( event, dx, dy ) {
11503
+			return $.extend( this._change.n.apply( this, arguments ),
11504
+				this._change.e.apply( this, [ event, dx, dy ] ) );
11505
+		},
11506
+		nw: function( event, dx, dy ) {
11507
+			return $.extend( this._change.n.apply( this, arguments ),
11508
+				this._change.w.apply( this, [ event, dx, dy ] ) );
11509
+		}
11510
+	},
11511
+
11512
+	_propagate: function( n, event ) {
11513
+		$.ui.plugin.call( this, n, [ event, this.ui() ] );
11514
+		( n !== "resize" && this._trigger( n, event, this.ui() ) );
11515
+	},
11516
+
11517
+	plugins: {},
11518
+
11519
+	ui: function() {
11520
+		return {
11521
+			originalElement: this.originalElement,
11522
+			element: this.element,
11523
+			helper: this.helper,
11524
+			position: this.position,
11525
+			size: this.size,
11526
+			originalSize: this.originalSize,
11527
+			originalPosition: this.originalPosition
11528
+		};
11529
+	}
11530
+
11531
+} );
11532
+
11533
+/*
11534
+ * Resizable Extensions
11535
+ */
11536
+
11537
+$.ui.plugin.add( "resizable", "animate", {
11538
+
11539
+	stop: function( event ) {
11540
+		var that = $( this ).resizable( "instance" ),
11541
+			o = that.options,
11542
+			pr = that._proportionallyResizeElements,
11543
+			ista = pr.length && ( /textarea/i ).test( pr[ 0 ].nodeName ),
11544
+			soffseth = ista && that._hasScroll( pr[ 0 ], "left" ) ? 0 : that.sizeDiff.height,
11545
+			soffsetw = ista ? 0 : that.sizeDiff.width,
11546
+			style = {
11547
+				width: ( that.size.width - soffsetw ),
11548
+				height: ( that.size.height - soffseth )
11549
+			},
11550
+			left = ( parseFloat( that.element.css( "left" ) ) +
11551
+				( that.position.left - that.originalPosition.left ) ) || null,
11552
+			top = ( parseFloat( that.element.css( "top" ) ) +
11553
+				( that.position.top - that.originalPosition.top ) ) || null;
11554
+
11555
+		that.element.animate(
11556
+			$.extend( style, top && left ? { top: top, left: left } : {} ), {
11557
+				duration: o.animateDuration,
11558
+				easing: o.animateEasing,
11559
+				step: function() {
11560
+
11561
+					var data = {
11562
+						width: parseFloat( that.element.css( "width" ) ),
11563
+						height: parseFloat( that.element.css( "height" ) ),
11564
+						top: parseFloat( that.element.css( "top" ) ),
11565
+						left: parseFloat( that.element.css( "left" ) )
11566
+					};
11567
+
11568
+					if ( pr && pr.length ) {
11569
+						$( pr[ 0 ] ).css( { width: data.width, height: data.height } );
11570
+					}
11571
+
11572
+					// Propagating resize, and updating values for each animation step
11573
+					that._updateCache( data );
11574
+					that._propagate( "resize", event );
11575
+
11576
+				}
11577
+			}
11578
+		);
11579
+	}
11580
+
11581
+} );
11582
+
11583
+$.ui.plugin.add( "resizable", "containment", {
11584
+
11585
+	start: function() {
11586
+		var element, p, co, ch, cw, width, height,
11587
+			that = $( this ).resizable( "instance" ),
11588
+			o = that.options,
11589
+			el = that.element,
11590
+			oc = o.containment,
11591
+			ce = ( oc instanceof $ ) ?
11592
+				oc.get( 0 ) :
11593
+				( /parent/.test( oc ) ) ? el.parent().get( 0 ) : oc;
11594
+
11595
+		if ( !ce ) {
11596
+			return;
11597
+		}
11598
+
11599
+		that.containerElement = $( ce );
11600
+
11601
+		if ( /document/.test( oc ) || oc === document ) {
11602
+			that.containerOffset = {
11603
+				left: 0,
11604
+				top: 0
11605
+			};
11606
+			that.containerPosition = {
11607
+				left: 0,
11608
+				top: 0
11609
+			};
11610
+
11611
+			that.parentData = {
11612
+				element: $( document ),
11613
+				left: 0,
11614
+				top: 0,
11615
+				width: $( document ).width(),
11616
+				height: $( document ).height() || document.body.parentNode.scrollHeight
11617
+			};
11618
+		} else {
11619
+			element = $( ce );
11620
+			p = [];
11621
+			$( [ "Top", "Right", "Left", "Bottom" ] ).each( function( i, name ) {
11622
+				p[ i ] = that._num( element.css( "padding" + name ) );
11623
+			} );
11624
+
11625
+			that.containerOffset = element.offset();
11626
+			that.containerPosition = element.position();
11627
+			that.containerSize = {
11628
+				height: ( element.innerHeight() - p[ 3 ] ),
11629
+				width: ( element.innerWidth() - p[ 1 ] )
11630
+			};
11631
+
11632
+			co = that.containerOffset;
11633
+			ch = that.containerSize.height;
11634
+			cw = that.containerSize.width;
11635
+			width = ( that._hasScroll ( ce, "left" ) ? ce.scrollWidth : cw );
11636
+			height = ( that._hasScroll ( ce ) ? ce.scrollHeight : ch ) ;
11637
+
11638
+			that.parentData = {
11639
+				element: ce,
11640
+				left: co.left,
11641
+				top: co.top,
11642
+				width: width,
11643
+				height: height
11644
+			};
11645
+		}
11646
+	},
11647
+
11648
+	resize: function( event ) {
11649
+		var woset, hoset, isParent, isOffsetRelative,
11650
+			that = $( this ).resizable( "instance" ),
11651
+			o = that.options,
11652
+			co = that.containerOffset,
11653
+			cp = that.position,
11654
+			pRatio = that._aspectRatio || event.shiftKey,
11655
+			cop = {
11656
+				top: 0,
11657
+				left: 0
11658
+			},
11659
+			ce = that.containerElement,
11660
+			continueResize = true;
11661
+
11662
+		if ( ce[ 0 ] !== document && ( /static/ ).test( ce.css( "position" ) ) ) {
11663
+			cop = co;
11664
+		}
11665
+
11666
+		if ( cp.left < ( that._helper ? co.left : 0 ) ) {
11667
+			that.size.width = that.size.width +
11668
+				( that._helper ?
11669
+					( that.position.left - co.left ) :
11670
+					( that.position.left - cop.left ) );
11671
+
11672
+			if ( pRatio ) {
11673
+				that.size.height = that.size.width / that.aspectRatio;
11674
+				continueResize = false;
11675
+			}
11676
+			that.position.left = o.helper ? co.left : 0;
11677
+		}
11678
+
11679
+		if ( cp.top < ( that._helper ? co.top : 0 ) ) {
11680
+			that.size.height = that.size.height +
11681
+				( that._helper ?
11682
+					( that.position.top - co.top ) :
11683
+					that.position.top );
11684
+
11685
+			if ( pRatio ) {
11686
+				that.size.width = that.size.height * that.aspectRatio;
11687
+				continueResize = false;
11688
+			}
11689
+			that.position.top = that._helper ? co.top : 0;
11690
+		}
11691
+
11692
+		isParent = that.containerElement.get( 0 ) === that.element.parent().get( 0 );
11693
+		isOffsetRelative = /relative|absolute/.test( that.containerElement.css( "position" ) );
11694
+
11695
+		if ( isParent && isOffsetRelative ) {
11696
+			that.offset.left = that.parentData.left + that.position.left;
11697
+			that.offset.top = that.parentData.top + that.position.top;
11698
+		} else {
11699
+			that.offset.left = that.element.offset().left;
11700
+			that.offset.top = that.element.offset().top;
11701
+		}
11702
+
11703
+		woset = Math.abs( that.sizeDiff.width +
11704
+			( that._helper ?
11705
+				that.offset.left - cop.left :
11706
+				( that.offset.left - co.left ) ) );
11707
+
11708
+		hoset = Math.abs( that.sizeDiff.height +
11709
+			( that._helper ?
11710
+				that.offset.top - cop.top :
11711
+				( that.offset.top - co.top ) ) );
11712
+
11713
+		if ( woset + that.size.width >= that.parentData.width ) {
11714
+			that.size.width = that.parentData.width - woset;
11715
+			if ( pRatio ) {
11716
+				that.size.height = that.size.width / that.aspectRatio;
11717
+				continueResize = false;
11718
+			}
11719
+		}
11720
+
11721
+		if ( hoset + that.size.height >= that.parentData.height ) {
11722
+			that.size.height = that.parentData.height - hoset;
11723
+			if ( pRatio ) {
11724
+				that.size.width = that.size.height * that.aspectRatio;
11725
+				continueResize = false;
11726
+			}
11727
+		}
11728
+
11729
+		if ( !continueResize ) {
11730
+			that.position.left = that.prevPosition.left;
11731
+			that.position.top = that.prevPosition.top;
11732
+			that.size.width = that.prevSize.width;
11733
+			that.size.height = that.prevSize.height;
11734
+		}
11735
+	},
11736
+
11737
+	stop: function() {
11738
+		var that = $( this ).resizable( "instance" ),
11739
+			o = that.options,
11740
+			co = that.containerOffset,
11741
+			cop = that.containerPosition,
11742
+			ce = that.containerElement,
11743
+			helper = $( that.helper ),
11744
+			ho = helper.offset(),
11745
+			w = helper.outerWidth() - that.sizeDiff.width,
11746
+			h = helper.outerHeight() - that.sizeDiff.height;
11747
+
11748
+		if ( that._helper && !o.animate && ( /relative/ ).test( ce.css( "position" ) ) ) {
11749
+			$( this ).css( {
11750
+				left: ho.left - cop.left - co.left,
11751
+				width: w,
11752
+				height: h
11753
+			} );
11754
+		}
11755
+
11756
+		if ( that._helper && !o.animate && ( /static/ ).test( ce.css( "position" ) ) ) {
11757
+			$( this ).css( {
11758
+				left: ho.left - cop.left - co.left,
11759
+				width: w,
11760
+				height: h
11761
+			} );
11762
+		}
11763
+	}
11764
+} );
11765
+
11766
+$.ui.plugin.add( "resizable", "alsoResize", {
11767
+
11768
+	start: function() {
11769
+		var that = $( this ).resizable( "instance" ),
11770
+			o = that.options;
11771
+
11772
+		$( o.alsoResize ).each( function() {
11773
+			var el = $( this );
11774
+			el.data( "ui-resizable-alsoresize", {
11775
+				width: parseFloat( el.width() ), height: parseFloat( el.height() ),
11776
+				left: parseFloat( el.css( "left" ) ), top: parseFloat( el.css( "top" ) )
11777
+			} );
11778
+		} );
11779
+	},
11780
+
11781
+	resize: function( event, ui ) {
11782
+		var that = $( this ).resizable( "instance" ),
11783
+			o = that.options,
11784
+			os = that.originalSize,
11785
+			op = that.originalPosition,
11786
+			delta = {
11787
+				height: ( that.size.height - os.height ) || 0,
11788
+				width: ( that.size.width - os.width ) || 0,
11789
+				top: ( that.position.top - op.top ) || 0,
11790
+				left: ( that.position.left - op.left ) || 0
11791
+			};
11792
+
11793
+			$( o.alsoResize ).each( function() {
11794
+				var el = $( this ), start = $( this ).data( "ui-resizable-alsoresize" ), style = {},
11795
+					css = el.parents( ui.originalElement[ 0 ] ).length ?
11796
+							[ "width", "height" ] :
11797
+							[ "width", "height", "top", "left" ];
11798
+
11799
+				$.each( css, function( i, prop ) {
11800
+					var sum = ( start[ prop ] || 0 ) + ( delta[ prop ] || 0 );
11801
+					if ( sum && sum >= 0 ) {
11802
+						style[ prop ] = sum || null;
11803
+					}
11804
+				} );
11805
+
11806
+				el.css( style );
11807
+			} );
11808
+	},
11809
+
11810
+	stop: function() {
11811
+		$( this ).removeData( "ui-resizable-alsoresize" );
11812
+	}
11813
+} );
11814
+
11815
+$.ui.plugin.add( "resizable", "ghost", {
11816
+
11817
+	start: function() {
11818
+
11819
+		var that = $( this ).resizable( "instance" ), cs = that.size;
11820
+
11821
+		that.ghost = that.originalElement.clone();
11822
+		that.ghost.css( {
11823
+			opacity: 0.25,
11824
+			display: "block",
11825
+			position: "relative",
11826
+			height: cs.height,
11827
+			width: cs.width,
11828
+			margin: 0,
11829
+			left: 0,
11830
+			top: 0
11831
+		} );
11832
+
11833
+		that._addClass( that.ghost, "ui-resizable-ghost" );
11834
+
11835
+		// DEPRECATED
11836
+		// TODO: remove after 1.12
11837
+		if ( $.uiBackCompat !== false && typeof that.options.ghost === "string" ) {
11838
+
11839
+			// Ghost option
11840
+			that.ghost.addClass( this.options.ghost );
11841
+		}
11842
+
11843
+		that.ghost.appendTo( that.helper );
11844
+
11845
+	},
11846
+
11847
+	resize: function() {
11848
+		var that = $( this ).resizable( "instance" );
11849
+		if ( that.ghost ) {
11850
+			that.ghost.css( {
11851
+				position: "relative",
11852
+				height: that.size.height,
11853
+				width: that.size.width
11854
+			} );
11855
+		}
11856
+	},
11857
+
11858
+	stop: function() {
11859
+		var that = $( this ).resizable( "instance" );
11860
+		if ( that.ghost && that.helper ) {
11861
+			that.helper.get( 0 ).removeChild( that.ghost.get( 0 ) );
11862
+		}
11863
+	}
11864
+
11865
+} );
11866
+
11867
+$.ui.plugin.add( "resizable", "grid", {
11868
+
11869
+	resize: function() {
11870
+		var outerDimensions,
11871
+			that = $( this ).resizable( "instance" ),
11872
+			o = that.options,
11873
+			cs = that.size,
11874
+			os = that.originalSize,
11875
+			op = that.originalPosition,
11876
+			a = that.axis,
11877
+			grid = typeof o.grid === "number" ? [ o.grid, o.grid ] : o.grid,
11878
+			gridX = ( grid[ 0 ] || 1 ),
11879
+			gridY = ( grid[ 1 ] || 1 ),
11880
+			ox = Math.round( ( cs.width - os.width ) / gridX ) * gridX,
11881
+			oy = Math.round( ( cs.height - os.height ) / gridY ) * gridY,
11882
+			newWidth = os.width + ox,
11883
+			newHeight = os.height + oy,
11884
+			isMaxWidth = o.maxWidth && ( o.maxWidth < newWidth ),
11885
+			isMaxHeight = o.maxHeight && ( o.maxHeight < newHeight ),
11886
+			isMinWidth = o.minWidth && ( o.minWidth > newWidth ),
11887
+			isMinHeight = o.minHeight && ( o.minHeight > newHeight );
11888
+
11889
+		o.grid = grid;
11890
+
11891
+		if ( isMinWidth ) {
11892
+			newWidth += gridX;
11893
+		}
11894
+		if ( isMinHeight ) {
11895
+			newHeight += gridY;
11896
+		}
11897
+		if ( isMaxWidth ) {
11898
+			newWidth -= gridX;
11899
+		}
11900
+		if ( isMaxHeight ) {
11901
+			newHeight -= gridY;
11902
+		}
11903
+
11904
+		if ( /^(se|s|e)$/.test( a ) ) {
11905
+			that.size.width = newWidth;
11906
+			that.size.height = newHeight;
11907
+		} else if ( /^(ne)$/.test( a ) ) {
11908
+			that.size.width = newWidth;
11909
+			that.size.height = newHeight;
11910
+			that.position.top = op.top - oy;
11911
+		} else if ( /^(sw)$/.test( a ) ) {
11912
+			that.size.width = newWidth;
11913
+			that.size.height = newHeight;
11914
+			that.position.left = op.left - ox;
11915
+		} else {
11916
+			if ( newHeight - gridY <= 0 || newWidth - gridX <= 0 ) {
11917
+				outerDimensions = that._getPaddingPlusBorderDimensions( this );
11918
+			}
11919
+
11920
+			if ( newHeight - gridY > 0 ) {
11921
+				that.size.height = newHeight;
11922
+				that.position.top = op.top - oy;
11923
+			} else {
11924
+				newHeight = gridY - outerDimensions.height;
11925
+				that.size.height = newHeight;
11926
+				that.position.top = op.top + os.height - newHeight;
11927
+			}
11928
+			if ( newWidth - gridX > 0 ) {
11929
+				that.size.width = newWidth;
11930
+				that.position.left = op.left - ox;
11931
+			} else {
11932
+				newWidth = gridX - outerDimensions.width;
11933
+				that.size.width = newWidth;
11934
+				that.position.left = op.left + os.width - newWidth;
11935
+			}
11936
+		}
11937
+	}
11938
+
11939
+} );
11940
+
11941
+var widgetsResizable = $.ui.resizable;
11942
+
11943
+
11944
+/*!
11945
+ * jQuery UI Dialog 1.12.1
11946
+ * http://jqueryui.com
11947
+ *
11948
+ * Copyright jQuery Foundation and other contributors
11949
+ * Released under the MIT license.
11950
+ * http://jquery.org/license
11951
+ */
11952
+
11953
+//>>label: Dialog
11954
+//>>group: Widgets
11955
+//>>description: Displays customizable dialog windows.
11956
+//>>docs: http://api.jqueryui.com/dialog/
11957
+//>>demos: http://jqueryui.com/dialog/
11958
+//>>css.structure: ../../themes/base/core.css
11959
+//>>css.structure: ../../themes/base/dialog.css
11960
+//>>css.theme: ../../themes/base/theme.css
11961
+
11962
+
11963
+
11964
+$.widget( "ui.dialog", {
11965
+	version: "1.12.1",
11966
+	options: {
11967
+		appendTo: "body",
11968
+		autoOpen: true,
11969
+		buttons: [],
11970
+		classes: {
11971
+			"ui-dialog": "ui-corner-all",
11972
+			"ui-dialog-titlebar": "ui-corner-all"
11973
+		},
11974
+		closeOnEscape: true,
11975
+		closeText: "Close",
11976
+		draggable: true,
11977
+		hide: null,
11978
+		height: "auto",
11979
+		maxHeight: null,
11980
+		maxWidth: null,
11981
+		minHeight: 150,
11982
+		minWidth: 150,
11983
+		modal: false,
11984
+		position: {
11985
+			my: "center",
11986
+			at: "center",
11987
+			of: window,
11988
+			collision: "fit",
11989
+
11990
+			// Ensure the titlebar is always visible
11991
+			using: function( pos ) {
11992
+				var topOffset = $( this ).css( pos ).offset().top;
11993
+				if ( topOffset < 0 ) {
11994
+					$( this ).css( "top", pos.top - topOffset );
11995
+				}
11996
+			}
11997
+		},
11998
+		resizable: true,
11999
+		show: null,
12000
+		title: null,
12001
+		width: 300,
12002
+
12003
+		// Callbacks
12004
+		beforeClose: null,
12005
+		close: null,
12006
+		drag: null,
12007
+		dragStart: null,
12008
+		dragStop: null,
12009
+		focus: null,
12010
+		open: null,
12011
+		resize: null,
12012
+		resizeStart: null,
12013
+		resizeStop: null
12014
+	},
12015
+
12016
+	sizeRelatedOptions: {
12017
+		buttons: true,
12018
+		height: true,
12019
+		maxHeight: true,
12020
+		maxWidth: true,
12021
+		minHeight: true,
12022
+		minWidth: true,
12023
+		width: true
12024
+	},
12025
+
12026
+	resizableRelatedOptions: {
12027
+		maxHeight: true,
12028
+		maxWidth: true,
12029
+		minHeight: true,
12030
+		minWidth: true
12031
+	},
12032
+
12033
+	_create: function() {
12034
+		this.originalCss = {
12035
+			display: this.element[ 0 ].style.display,
12036
+			width: this.element[ 0 ].style.width,
12037
+			minHeight: this.element[ 0 ].style.minHeight,
12038
+			maxHeight: this.element[ 0 ].style.maxHeight,
12039
+			height: this.element[ 0 ].style.height
12040
+		};
12041
+		this.originalPosition = {
12042
+			parent: this.element.parent(),
12043
+			index: this.element.parent().children().index( this.element )
12044
+		};
12045
+		this.originalTitle = this.element.attr( "title" );
12046
+		if ( this.options.title == null && this.originalTitle != null ) {
12047
+			this.options.title = this.originalTitle;
12048
+		}
12049
+
12050
+		// Dialogs can't be disabled
12051
+		if ( this.options.disabled ) {
12052
+			this.options.disabled = false;
12053
+		}
12054
+
12055
+		this._createWrapper();
12056
+
12057
+		this.element
12058
+			.show()
12059
+			.removeAttr( "title" )
12060
+			.appendTo( this.uiDialog );
12061
+
12062
+		this._addClass( "ui-dialog-content", "ui-widget-content" );
12063
+
12064
+		this._createTitlebar();
12065
+		this._createButtonPane();
12066
+
12067
+		if ( this.options.draggable && $.fn.draggable ) {
12068
+			this._makeDraggable();
12069
+		}
12070
+		if ( this.options.resizable && $.fn.resizable ) {
12071
+			this._makeResizable();
12072
+		}
12073
+
12074
+		this._isOpen = false;
12075
+
12076
+		this._trackFocus();
12077
+	},
12078
+
12079
+	_init: function() {
12080
+		if ( this.options.autoOpen ) {
12081
+			this.open();
12082
+		}
12083
+	},
12084
+
12085
+	_appendTo: function() {
12086
+		var element = this.options.appendTo;
12087
+		if ( element && ( element.jquery || element.nodeType ) ) {
12088
+			return $( element );
12089
+		}
12090
+		return this.document.find( element || "body" ).eq( 0 );
12091
+	},
12092
+
12093
+	_destroy: function() {
12094
+		var next,
12095
+			originalPosition = this.originalPosition;
12096
+
12097
+		this._untrackInstance();
12098
+		this._destroyOverlay();
12099
+
12100
+		this.element
12101
+			.removeUniqueId()
12102
+			.css( this.originalCss )
12103
+
12104
+			// Without detaching first, the following becomes really slow
12105
+			.detach();
12106
+
12107
+		this.uiDialog.remove();
12108
+
12109
+		if ( this.originalTitle ) {
12110
+			this.element.attr( "title", this.originalTitle );
12111
+		}
12112
+
12113
+		next = originalPosition.parent.children().eq( originalPosition.index );
12114
+
12115
+		// Don't try to place the dialog next to itself (#8613)
12116
+		if ( next.length && next[ 0 ] !== this.element[ 0 ] ) {
12117
+			next.before( this.element );
12118
+		} else {
12119
+			originalPosition.parent.append( this.element );
12120
+		}
12121
+	},
12122
+
12123
+	widget: function() {
12124
+		return this.uiDialog;
12125
+	},
12126
+
12127
+	disable: $.noop,
12128
+	enable: $.noop,
12129
+
12130
+	close: function( event ) {
12131
+		var that = this;
12132
+
12133
+		if ( !this._isOpen || this._trigger( "beforeClose", event ) === false ) {
12134
+			return;
12135
+		}
12136
+
12137
+		this._isOpen = false;
12138
+		this._focusedElement = null;
12139
+		this._destroyOverlay();
12140
+		this._untrackInstance();
12141
+
12142
+		if ( !this.opener.filter( ":focusable" ).trigger( "focus" ).length ) {
12143
+
12144
+			// Hiding a focused element doesn't trigger blur in WebKit
12145
+			// so in case we have nothing to focus on, explicitly blur the active element
12146
+			// https://bugs.webkit.org/show_bug.cgi?id=47182
12147
+			$.ui.safeBlur( $.ui.safeActiveElement( this.document[ 0 ] ) );
12148
+		}
12149
+
12150
+		this._hide( this.uiDialog, this.options.hide, function() {
12151
+			that._trigger( "close", event );
12152
+		} );
12153
+	},
12154
+
12155
+	isOpen: function() {
12156
+		return this._isOpen;
12157
+	},
12158
+
12159
+	moveToTop: function() {
12160
+		this._moveToTop();
12161
+	},
12162
+
12163
+	_moveToTop: function( event, silent ) {
12164
+		var moved = false,
12165
+			zIndices = this.uiDialog.siblings( ".ui-front:visible" ).map( function() {
12166
+				return +$( this ).css( "z-index" );
12167
+			} ).get(),
12168
+			zIndexMax = Math.max.apply( null, zIndices );
12169
+
12170
+		if ( zIndexMax >= +this.uiDialog.css( "z-index" ) ) {
12171
+			this.uiDialog.css( "z-index", zIndexMax + 1 );
12172
+			moved = true;
12173
+		}
12174
+
12175
+		if ( moved && !silent ) {
12176
+			this._trigger( "focus", event );
12177
+		}
12178
+		return moved;
12179
+	},
12180
+
12181
+	open: function() {
12182
+		var that = this;
12183
+		if ( this._isOpen ) {
12184
+			if ( this._moveToTop() ) {
12185
+				this._focusTabbable();
12186
+			}
12187
+			return;
12188
+		}
12189
+
12190
+		this._isOpen = true;
12191
+		this.opener = $( $.ui.safeActiveElement( this.document[ 0 ] ) );
12192
+
12193
+		this._size();
12194
+		this._position();
12195
+		this._createOverlay();
12196
+		this._moveToTop( null, true );
12197
+
12198
+		// Ensure the overlay is moved to the top with the dialog, but only when
12199
+		// opening. The overlay shouldn't move after the dialog is open so that
12200
+		// modeless dialogs opened after the modal dialog stack properly.
12201
+		if ( this.overlay ) {
12202
+			this.overlay.css( "z-index", this.uiDialog.css( "z-index" ) - 1 );
12203
+		}
12204
+
12205
+		this._show( this.uiDialog, this.options.show, function() {
12206
+			that._focusTabbable();
12207
+			that._trigger( "focus" );
12208
+		} );
12209
+
12210
+		// Track the dialog immediately upon openening in case a focus event
12211
+		// somehow occurs outside of the dialog before an element inside the
12212
+		// dialog is focused (#10152)
12213
+		this._makeFocusTarget();
12214
+
12215
+		this._trigger( "open" );
12216
+	},
12217
+
12218
+	_focusTabbable: function() {
12219
+
12220
+		// Set focus to the first match:
12221
+		// 1. An element that was focused previously
12222
+		// 2. First element inside the dialog matching [autofocus]
12223
+		// 3. Tabbable element inside the content element
12224
+		// 4. Tabbable element inside the buttonpane
12225
+		// 5. The close button
12226
+		// 6. The dialog itself
12227
+		var hasFocus = this._focusedElement;
12228
+		if ( !hasFocus ) {
12229
+			hasFocus = this.element.find( "[autofocus]" );
12230
+		}
12231
+		if ( !hasFocus.length ) {
12232
+			hasFocus = this.element.find( ":tabbable" );
12233
+		}
12234
+		if ( !hasFocus.length ) {
12235
+			hasFocus = this.uiDialogButtonPane.find( ":tabbable" );
12236
+		}
12237
+		if ( !hasFocus.length ) {
12238
+			hasFocus = this.uiDialogTitlebarClose.filter( ":tabbable" );
12239
+		}
12240
+		if ( !hasFocus.length ) {
12241
+			hasFocus = this.uiDialog;
12242
+		}
12243
+		hasFocus.eq( 0 ).trigger( "focus" );
12244
+	},
12245
+
12246
+	_keepFocus: function( event ) {
12247
+		function checkFocus() {
12248
+			var activeElement = $.ui.safeActiveElement( this.document[ 0 ] ),
12249
+				isActive = this.uiDialog[ 0 ] === activeElement ||
12250
+					$.contains( this.uiDialog[ 0 ], activeElement );
12251
+			if ( !isActive ) {
12252
+				this._focusTabbable();
12253
+			}
12254
+		}
12255
+		event.preventDefault();
12256
+		checkFocus.call( this );
12257
+
12258
+		// support: IE
12259
+		// IE <= 8 doesn't prevent moving focus even with event.preventDefault()
12260
+		// so we check again later
12261
+		this._delay( checkFocus );
12262
+	},
12263
+
12264
+	_createWrapper: function() {
12265
+		this.uiDialog = $( "<div>" )
12266
+			.hide()
12267
+			.attr( {
12268
+
12269
+				// Setting tabIndex makes the div focusable
12270
+				tabIndex: -1,
12271
+				role: "dialog"
12272
+			} )
12273
+			.appendTo( this._appendTo() );
12274
+
12275
+		this._addClass( this.uiDialog, "ui-dialog", "ui-widget ui-widget-content ui-front" );
12276
+		this._on( this.uiDialog, {
12277
+			keydown: function( event ) {
12278
+				if ( this.options.closeOnEscape && !event.isDefaultPrevented() && event.keyCode &&
12279
+						event.keyCode === $.ui.keyCode.ESCAPE ) {
12280
+					event.preventDefault();
12281
+					this.close( event );
12282
+					return;
12283
+				}
12284
+
12285
+				// Prevent tabbing out of dialogs
12286
+				if ( event.keyCode !== $.ui.keyCode.TAB || event.isDefaultPrevented() ) {
12287
+					return;
12288
+				}
12289
+				var tabbables = this.uiDialog.find( ":tabbable" ),
12290
+					first = tabbables.filter( ":first" ),
12291
+					last = tabbables.filter( ":last" );
12292
+
12293
+				if ( ( event.target === last[ 0 ] || event.target === this.uiDialog[ 0 ] ) &&
12294
+						!event.shiftKey ) {
12295
+					this._delay( function() {
12296
+						first.trigger( "focus" );
12297
+					} );
12298
+					event.preventDefault();
12299
+				} else if ( ( event.target === first[ 0 ] ||
12300
+						event.target === this.uiDialog[ 0 ] ) && event.shiftKey ) {
12301
+					this._delay( function() {
12302
+						last.trigger( "focus" );
12303
+					} );
12304
+					event.preventDefault();
12305
+				}
12306
+			},
12307
+			mousedown: function( event ) {
12308
+				if ( this._moveToTop( event ) ) {
12309
+					this._focusTabbable();
12310
+				}
12311
+			}
12312
+		} );
12313
+
12314
+		// We assume that any existing aria-describedby attribute means
12315
+		// that the dialog content is marked up properly
12316
+		// otherwise we brute force the content as the description
12317
+		if ( !this.element.find( "[aria-describedby]" ).length ) {
12318
+			this.uiDialog.attr( {
12319
+				"aria-describedby": this.element.uniqueId().attr( "id" )
12320
+			} );
12321
+		}
12322
+	},
12323
+
12324
+	_createTitlebar: function() {
12325
+		var uiDialogTitle;
12326
+
12327
+		this.uiDialogTitlebar = $( "<div>" );
12328
+		this._addClass( this.uiDialogTitlebar,
12329
+			"ui-dialog-titlebar", "ui-widget-header ui-helper-clearfix" );
12330
+		this._on( this.uiDialogTitlebar, {
12331
+			mousedown: function( event ) {
12332
+
12333
+				// Don't prevent click on close button (#8838)
12334
+				// Focusing a dialog that is partially scrolled out of view
12335
+				// causes the browser to scroll it into view, preventing the click event
12336
+				if ( !$( event.target ).closest( ".ui-dialog-titlebar-close" ) ) {
12337
+
12338
+					// Dialog isn't getting focus when dragging (#8063)
12339
+					this.uiDialog.trigger( "focus" );
12340
+				}
12341
+			}
12342
+		} );
12343
+
12344
+		// Support: IE
12345
+		// Use type="button" to prevent enter keypresses in textboxes from closing the
12346
+		// dialog in IE (#9312)
12347
+		this.uiDialogTitlebarClose = $( "<button type='button'></button>" )
12348
+			.button( {
12349
+				label: $( "<a>" ).text( this.options.closeText ).html(),
12350
+				icon: "ui-icon-closethick",
12351
+				showLabel: false
12352
+			} )
12353
+			.appendTo( this.uiDialogTitlebar );
12354
+
12355
+		this._addClass( this.uiDialogTitlebarClose, "ui-dialog-titlebar-close" );
12356
+		this._on( this.uiDialogTitlebarClose, {
12357
+			click: function( event ) {
12358
+				event.preventDefault();
12359
+				this.close( event );
12360
+			}
12361
+		} );
12362
+
12363
+		uiDialogTitle = $( "<span>" ).uniqueId().prependTo( this.uiDialogTitlebar );
12364
+		this._addClass( uiDialogTitle, "ui-dialog-title" );
12365
+		this._title( uiDialogTitle );
12366
+
12367
+		this.uiDialogTitlebar.prependTo( this.uiDialog );
12368
+
12369
+		this.uiDialog.attr( {
12370
+			"aria-labelledby": uiDialogTitle.attr( "id" )
12371
+		} );
12372
+	},
12373
+
12374
+	_title: function( title ) {
12375
+		if ( this.options.title ) {
12376
+			title.text( this.options.title );
12377
+		} else {
12378
+			title.html( "&#160;" );
12379
+		}
12380
+	},
12381
+
12382
+	_createButtonPane: function() {
12383
+		this.uiDialogButtonPane = $( "<div>" );
12384
+		this._addClass( this.uiDialogButtonPane, "ui-dialog-buttonpane",
12385
+			"ui-widget-content ui-helper-clearfix" );
12386
+
12387
+		this.uiButtonSet = $( "<div>" )
12388
+			.appendTo( this.uiDialogButtonPane );
12389
+		this._addClass( this.uiButtonSet, "ui-dialog-buttonset" );
12390
+
12391
+		this._createButtons();
12392
+	},
12393
+
12394
+	_createButtons: function() {
12395
+		var that = this,
12396
+			buttons = this.options.buttons;
12397
+
12398
+		// If we already have a button pane, remove it
12399
+		this.uiDialogButtonPane.remove();
12400
+		this.uiButtonSet.empty();
12401
+
12402
+		if ( $.isEmptyObject( buttons ) || ( $.isArray( buttons ) && !buttons.length ) ) {
12403
+			this._removeClass( this.uiDialog, "ui-dialog-buttons" );
12404
+			return;
12405
+		}
12406
+
12407
+		$.each( buttons, function( name, props ) {
12408
+			var click, buttonOptions;
12409
+			props = $.isFunction( props ) ?
12410
+				{ click: props, text: name } :
12411
+				props;
12412
+
12413
+			// Default to a non-submitting button
12414
+			props = $.extend( { type: "button" }, props );
12415
+
12416
+			// Change the context for the click callback to be the main element
12417
+			click = props.click;
12418
+			buttonOptions = {
12419
+				icon: props.icon,
12420
+				iconPosition: props.iconPosition,
12421
+				showLabel: props.showLabel,
12422
+
12423
+				// Deprecated options
12424
+				icons: props.icons,
12425
+				text: props.text
12426
+			};
12427
+
12428
+			delete props.click;
12429
+			delete props.icon;
12430
+			delete props.iconPosition;
12431
+			delete props.showLabel;
12432
+
12433
+			// Deprecated options
12434
+			delete props.icons;
12435
+			if ( typeof props.text === "boolean" ) {
12436
+				delete props.text;
12437
+			}
12438
+
12439
+			$( "<button></button>", props )
12440
+				.button( buttonOptions )
12441
+				.appendTo( that.uiButtonSet )
12442
+				.on( "click", function() {
12443
+					click.apply( that.element[ 0 ], arguments );
12444
+				} );
12445
+		} );
12446
+		this._addClass( this.uiDialog, "ui-dialog-buttons" );
12447
+		this.uiDialogButtonPane.appendTo( this.uiDialog );
12448
+	},
12449
+
12450
+	_makeDraggable: function() {
12451
+		var that = this,
12452
+			options = this.options;
12453
+
12454
+		function filteredUi( ui ) {
12455
+			return {
12456
+				position: ui.position,
12457
+				offset: ui.offset
12458
+			};
12459
+		}
12460
+
12461
+		this.uiDialog.draggable( {
12462
+			cancel: ".ui-dialog-content, .ui-dialog-titlebar-close",
12463
+			handle: ".ui-dialog-titlebar",
12464
+			containment: "document",
12465
+			start: function( event, ui ) {
12466
+				that._addClass( $( this ), "ui-dialog-dragging" );
12467
+				that._blockFrames();
12468
+				that._trigger( "dragStart", event, filteredUi( ui ) );
12469
+			},
12470
+			drag: function( event, ui ) {
12471
+				that._trigger( "drag", event, filteredUi( ui ) );
12472
+			},
12473
+			stop: function( event, ui ) {
12474
+				var left = ui.offset.left - that.document.scrollLeft(),
12475
+					top = ui.offset.top - that.document.scrollTop();
12476
+
12477
+				options.position = {
12478
+					my: "left top",
12479
+					at: "left" + ( left >= 0 ? "+" : "" ) + left + " " +
12480
+						"top" + ( top >= 0 ? "+" : "" ) + top,
12481
+					of: that.window
12482
+				};
12483
+				that._removeClass( $( this ), "ui-dialog-dragging" );
12484
+				that._unblockFrames();
12485
+				that._trigger( "dragStop", event, filteredUi( ui ) );
12486
+			}
12487
+		} );
12488
+	},
12489
+
12490
+	_makeResizable: function() {
12491
+		var that = this,
12492
+			options = this.options,
12493
+			handles = options.resizable,
12494
+
12495
+			// .ui-resizable has position: relative defined in the stylesheet
12496
+			// but dialogs have to use absolute or fixed positioning
12497
+			position = this.uiDialog.css( "position" ),
12498
+			resizeHandles = typeof handles === "string" ?
12499
+				handles :
12500
+				"n,e,s,w,se,sw,ne,nw";
12501
+
12502
+		function filteredUi( ui ) {
12503
+			return {
12504
+				originalPosition: ui.originalPosition,
12505
+				originalSize: ui.originalSize,
12506
+				position: ui.position,
12507
+				size: ui.size
12508
+			};
12509
+		}
12510
+
12511
+		this.uiDialog.resizable( {
12512
+			cancel: ".ui-dialog-content",
12513
+			containment: "document",
12514
+			alsoResize: this.element,
12515
+			maxWidth: options.maxWidth,
12516
+			maxHeight: options.maxHeight,
12517
+			minWidth: options.minWidth,
12518
+			minHeight: this._minHeight(),
12519
+			handles: resizeHandles,
12520
+			start: function( event, ui ) {
12521
+				that._addClass( $( this ), "ui-dialog-resizing" );
12522
+				that._blockFrames();
12523
+				that._trigger( "resizeStart", event, filteredUi( ui ) );
12524
+			},
12525
+			resize: function( event, ui ) {
12526
+				that._trigger( "resize", event, filteredUi( ui ) );
12527
+			},
12528
+			stop: function( event, ui ) {
12529
+				var offset = that.uiDialog.offset(),
12530
+					left = offset.left - that.document.scrollLeft(),
12531
+					top = offset.top - that.document.scrollTop();
12532
+
12533
+				options.height = that.uiDialog.height();
12534
+				options.width = that.uiDialog.width();
12535
+				options.position = {
12536
+					my: "left top",
12537
+					at: "left" + ( left >= 0 ? "+" : "" ) + left + " " +
12538
+						"top" + ( top >= 0 ? "+" : "" ) + top,
12539
+					of: that.window
12540
+				};
12541
+				that._removeClass( $( this ), "ui-dialog-resizing" );
12542
+				that._unblockFrames();
12543
+				that._trigger( "resizeStop", event, filteredUi( ui ) );
12544
+			}
12545
+		} )
12546
+			.css( "position", position );
12547
+	},
12548
+
12549
+	_trackFocus: function() {
12550
+		this._on( this.widget(), {
12551
+			focusin: function( event ) {
12552
+				this._makeFocusTarget();
12553
+				this._focusedElement = $( event.target );
12554
+			}
12555
+		} );
12556
+	},
12557
+
12558
+	_makeFocusTarget: function() {
12559
+		this._untrackInstance();
12560
+		this._trackingInstances().unshift( this );
12561
+	},
12562
+
12563
+	_untrackInstance: function() {
12564
+		var instances = this._trackingInstances(),
12565
+			exists = $.inArray( this, instances );
12566
+		if ( exists !== -1 ) {
12567
+			instances.splice( exists, 1 );
12568
+		}
12569
+	},
12570
+
12571
+	_trackingInstances: function() {
12572
+		var instances = this.document.data( "ui-dialog-instances" );
12573
+		if ( !instances ) {
12574
+			instances = [];
12575
+			this.document.data( "ui-dialog-instances", instances );
12576
+		}
12577
+		return instances;
12578
+	},
12579
+
12580
+	_minHeight: function() {
12581
+		var options = this.options;
12582
+
12583
+		return options.height === "auto" ?
12584
+			options.minHeight :
12585
+			Math.min( options.minHeight, options.height );
12586
+	},
12587
+
12588
+	_position: function() {
12589
+
12590
+		// Need to show the dialog to get the actual offset in the position plugin
12591
+		var isVisible = this.uiDialog.is( ":visible" );
12592
+		if ( !isVisible ) {
12593
+			this.uiDialog.show();
12594
+		}
12595
+		this.uiDialog.position( this.options.position );
12596
+		if ( !isVisible ) {
12597
+			this.uiDialog.hide();
12598
+		}
12599
+	},
12600
+
12601
+	_setOptions: function( options ) {
12602
+		var that = this,
12603
+			resize = false,
12604
+			resizableOptions = {};
12605
+
12606
+		$.each( options, function( key, value ) {
12607
+			that._setOption( key, value );
12608
+
12609
+			if ( key in that.sizeRelatedOptions ) {
12610
+				resize = true;
12611
+			}
12612
+			if ( key in that.resizableRelatedOptions ) {
12613
+				resizableOptions[ key ] = value;
12614
+			}
12615
+		} );
12616
+
12617
+		if ( resize ) {
12618
+			this._size();
12619
+			this._position();
12620
+		}
12621
+		if ( this.uiDialog.is( ":data(ui-resizable)" ) ) {
12622
+			this.uiDialog.resizable( "option", resizableOptions );
12623
+		}
12624
+	},
12625
+
12626
+	_setOption: function( key, value ) {
12627
+		var isDraggable, isResizable,
12628
+			uiDialog = this.uiDialog;
12629
+
12630
+		if ( key === "disabled" ) {
12631
+			return;
12632
+		}
12633
+
12634
+		this._super( key, value );
12635
+
12636
+		if ( key === "appendTo" ) {
12637
+			this.uiDialog.appendTo( this._appendTo() );
12638
+		}
12639
+
12640
+		if ( key === "buttons" ) {
12641
+			this._createButtons();
12642
+		}
12643
+
12644
+		if ( key === "closeText" ) {
12645
+			this.uiDialogTitlebarClose.button( {
12646
+
12647
+				// Ensure that we always pass a string
12648
+				label: $( "<a>" ).text( "" + this.options.closeText ).html()
12649
+			} );
12650
+		}
12651
+
12652
+		if ( key === "draggable" ) {
12653
+			isDraggable = uiDialog.is( ":data(ui-draggable)" );
12654
+			if ( isDraggable && !value ) {
12655
+				uiDialog.draggable( "destroy" );
12656
+			}
12657
+
12658
+			if ( !isDraggable && value ) {
12659
+				this._makeDraggable();
12660
+			}
12661
+		}
12662
+
12663
+		if ( key === "position" ) {
12664
+			this._position();
12665
+		}
12666
+
12667
+		if ( key === "resizable" ) {
12668
+
12669
+			// currently resizable, becoming non-resizable
12670
+			isResizable = uiDialog.is( ":data(ui-resizable)" );
12671
+			if ( isResizable && !value ) {
12672
+				uiDialog.resizable( "destroy" );
12673
+			}
12674
+
12675
+			// Currently resizable, changing handles
12676
+			if ( isResizable && typeof value === "string" ) {
12677
+				uiDialog.resizable( "option", "handles", value );
12678
+			}
12679
+
12680
+			// Currently non-resizable, becoming resizable
12681
+			if ( !isResizable && value !== false ) {
12682
+				this._makeResizable();
12683
+			}
12684
+		}
12685
+
12686
+		if ( key === "title" ) {
12687
+			this._title( this.uiDialogTitlebar.find( ".ui-dialog-title" ) );
12688
+		}
12689
+	},
12690
+
12691
+	_size: function() {
12692
+
12693
+		// If the user has resized the dialog, the .ui-dialog and .ui-dialog-content
12694
+		// divs will both have width and height set, so we need to reset them
12695
+		var nonContentHeight, minContentHeight, maxContentHeight,
12696
+			options = this.options;
12697
+
12698
+		// Reset content sizing
12699
+		this.element.show().css( {
12700
+			width: "auto",
12701
+			minHeight: 0,
12702
+			maxHeight: "none",
12703
+			height: 0
12704
+		} );
12705
+
12706
+		if ( options.minWidth > options.width ) {
12707
+			options.width = options.minWidth;
12708
+		}
12709
+
12710
+		// Reset wrapper sizing
12711
+		// determine the height of all the non-content elements
12712
+		nonContentHeight = this.uiDialog.css( {
12713
+			height: "auto",
12714
+			width: options.width
12715
+		} )
12716
+			.outerHeight();
12717
+		minContentHeight = Math.max( 0, options.minHeight - nonContentHeight );
12718
+		maxContentHeight = typeof options.maxHeight === "number" ?
12719
+			Math.max( 0, options.maxHeight - nonContentHeight ) :
12720
+			"none";
12721
+
12722
+		if ( options.height === "auto" ) {
12723
+			this.element.css( {
12724
+				minHeight: minContentHeight,
12725
+				maxHeight: maxContentHeight,
12726
+				height: "auto"
12727
+			} );
12728
+		} else {
12729
+			this.element.height( Math.max( 0, options.height - nonContentHeight ) );
12730
+		}
12731
+
12732
+		if ( this.uiDialog.is( ":data(ui-resizable)" ) ) {
12733
+			this.uiDialog.resizable( "option", "minHeight", this._minHeight() );
12734
+		}
12735
+	},
12736
+
12737
+	_blockFrames: function() {
12738
+		this.iframeBlocks = this.document.find( "iframe" ).map( function() {
12739
+			var iframe = $( this );
12740
+
12741
+			return $( "<div>" )
12742
+				.css( {
12743
+					position: "absolute",
12744
+					width: iframe.outerWidth(),
12745
+					height: iframe.outerHeight()
12746
+				} )
12747
+				.appendTo( iframe.parent() )
12748
+				.offset( iframe.offset() )[ 0 ];
12749
+		} );
12750
+	},
12751
+
12752
+	_unblockFrames: function() {
12753
+		if ( this.iframeBlocks ) {
12754
+			this.iframeBlocks.remove();
12755
+			delete this.iframeBlocks;
12756
+		}
12757
+	},
12758
+
12759
+	_allowInteraction: function( event ) {
12760
+		if ( $( event.target ).closest( ".ui-dialog" ).length ) {
12761
+			return true;
12762
+		}
12763
+
12764
+		// TODO: Remove hack when datepicker implements
12765
+		// the .ui-front logic (#8989)
12766
+		return !!$( event.target ).closest( ".ui-datepicker" ).length;
12767
+	},
12768
+
12769
+	_createOverlay: function() {
12770
+		if ( !this.options.modal ) {
12771
+			return;
12772
+		}
12773
+
12774
+		// We use a delay in case the overlay is created from an
12775
+		// event that we're going to be cancelling (#2804)
12776
+		var isOpening = true;
12777
+		this._delay( function() {
12778
+			isOpening = false;
12779
+		} );
12780
+
12781
+		if ( !this.document.data( "ui-dialog-overlays" ) ) {
12782
+
12783
+			// Prevent use of anchors and inputs
12784
+			// Using _on() for an event handler shared across many instances is
12785
+			// safe because the dialogs stack and must be closed in reverse order
12786
+			this._on( this.document, {
12787
+				focusin: function( event ) {
12788
+					if ( isOpening ) {
12789
+						return;
12790
+					}
12791
+
12792
+					if ( !this._allowInteraction( event ) ) {
12793
+						event.preventDefault();
12794
+						this._trackingInstances()[ 0 ]._focusTabbable();
12795
+					}
12796
+				}
12797
+			} );
12798
+		}
12799
+
12800
+		this.overlay = $( "<div>" )
12801
+			.appendTo( this._appendTo() );
12802
+
12803
+		this._addClass( this.overlay, null, "ui-widget-overlay ui-front" );
12804
+		this._on( this.overlay, {
12805
+			mousedown: "_keepFocus"
12806
+		} );
12807
+		this.document.data( "ui-dialog-overlays",
12808
+			( this.document.data( "ui-dialog-overlays" ) || 0 ) + 1 );
12809
+	},
12810
+
12811
+	_destroyOverlay: function() {
12812
+		if ( !this.options.modal ) {
12813
+			return;
12814
+		}
12815
+
12816
+		if ( this.overlay ) {
12817
+			var overlays = this.document.data( "ui-dialog-overlays" ) - 1;
12818
+
12819
+			if ( !overlays ) {
12820
+				this._off( this.document, "focusin" );
12821
+				this.document.removeData( "ui-dialog-overlays" );
12822
+			} else {
12823
+				this.document.data( "ui-dialog-overlays", overlays );
12824
+			}
12825
+
12826
+			this.overlay.remove();
12827
+			this.overlay = null;
12828
+		}
12829
+	}
12830
+} );
12831
+
12832
+// DEPRECATED
12833
+// TODO: switch return back to widget declaration at top of file when this is removed
12834
+if ( $.uiBackCompat !== false ) {
12835
+
12836
+	// Backcompat for dialogClass option
12837
+	$.widget( "ui.dialog", $.ui.dialog, {
12838
+		options: {
12839
+			dialogClass: ""
12840
+		},
12841
+		_createWrapper: function() {
12842
+			this._super();
12843
+			this.uiDialog.addClass( this.options.dialogClass );
12844
+		},
12845
+		_setOption: function( key, value ) {
12846
+			if ( key === "dialogClass" ) {
12847
+				this.uiDialog
12848
+					.removeClass( this.options.dialogClass )
12849
+					.addClass( value );
12850
+			}
12851
+			this._superApply( arguments );
12852
+		}
12853
+	} );
12854
+}
12855
+
12856
+var widgetsDialog = $.ui.dialog;
12857
+
12858
+
12859
+/*!
12860
+ * jQuery UI Droppable 1.12.1
12861
+ * http://jqueryui.com
12862
+ *
12863
+ * Copyright jQuery Foundation and other contributors
12864
+ * Released under the MIT license.
12865
+ * http://jquery.org/license
12866
+ */
12867
+
12868
+//>>label: Droppable
12869
+//>>group: Interactions
12870
+//>>description: Enables drop targets for draggable elements.
12871
+//>>docs: http://api.jqueryui.com/droppable/
12872
+//>>demos: http://jqueryui.com/droppable/
12873
+
12874
+
12875
+
12876
+$.widget( "ui.droppable", {
12877
+	version: "1.12.1",
12878
+	widgetEventPrefix: "drop",
12879
+	options: {
12880
+		accept: "*",
12881
+		addClasses: true,
12882
+		greedy: false,
12883
+		scope: "default",
12884
+		tolerance: "intersect",
12885
+
12886
+		// Callbacks
12887
+		activate: null,
12888
+		deactivate: null,
12889
+		drop: null,
12890
+		out: null,
12891
+		over: null
12892
+	},
12893
+	_create: function() {
12894
+
12895
+		var proportions,
12896
+			o = this.options,
12897
+			accept = o.accept;
12898
+
12899
+		this.isover = false;
12900
+		this.isout = true;
12901
+
12902
+		this.accept = $.isFunction( accept ) ? accept : function( d ) {
12903
+			return d.is( accept );
12904
+		};
12905
+
12906
+		this.proportions = function( /* valueToWrite */ ) {
12907
+			if ( arguments.length ) {
12908
+
12909
+				// Store the droppable's proportions
12910
+				proportions = arguments[ 0 ];
12911
+			} else {
12912
+
12913
+				// Retrieve or derive the droppable's proportions
12914
+				return proportions ?
12915
+					proportions :
12916
+					proportions = {
12917
+						width: this.element[ 0 ].offsetWidth,
12918
+						height: this.element[ 0 ].offsetHeight
12919
+					};
12920
+			}
12921
+		};
12922
+
12923
+		this._addToManager( o.scope );
12924
+
12925
+		o.addClasses && this._addClass( "ui-droppable" );
12926
+
12927
+	},
12928
+
12929
+	_addToManager: function( scope ) {
12930
+
12931
+		// Add the reference and positions to the manager
12932
+		$.ui.ddmanager.droppables[ scope ] = $.ui.ddmanager.droppables[ scope ] || [];
12933
+		$.ui.ddmanager.droppables[ scope ].push( this );
12934
+	},
12935
+
12936
+	_splice: function( drop ) {
12937
+		var i = 0;
12938
+		for ( ; i < drop.length; i++ ) {
12939
+			if ( drop[ i ] === this ) {
12940
+				drop.splice( i, 1 );
12941
+			}
12942
+		}
12943
+	},
12944
+
12945
+	_destroy: function() {
12946
+		var drop = $.ui.ddmanager.droppables[ this.options.scope ];
12947
+
12948
+		this._splice( drop );
12949
+	},
12950
+
12951
+	_setOption: function( key, value ) {
12952
+
12953
+		if ( key === "accept" ) {
12954
+			this.accept = $.isFunction( value ) ? value : function( d ) {
12955
+				return d.is( value );
12956
+			};
12957
+		} else if ( key === "scope" ) {
12958
+			var drop = $.ui.ddmanager.droppables[ this.options.scope ];
12959
+
12960
+			this._splice( drop );
12961
+			this._addToManager( value );
12962
+		}
12963
+
12964
+		this._super( key, value );
12965
+	},
12966
+
12967
+	_activate: function( event ) {
12968
+		var draggable = $.ui.ddmanager.current;
12969
+
12970
+		this._addActiveClass();
12971
+		if ( draggable ) {
12972
+			this._trigger( "activate", event, this.ui( draggable ) );
12973
+		}
12974
+	},
12975
+
12976
+	_deactivate: function( event ) {
12977
+		var draggable = $.ui.ddmanager.current;
12978
+
12979
+		this._removeActiveClass();
12980
+		if ( draggable ) {
12981
+			this._trigger( "deactivate", event, this.ui( draggable ) );
12982
+		}
12983
+	},
12984
+
12985
+	_over: function( event ) {
12986
+
12987
+		var draggable = $.ui.ddmanager.current;
12988
+
12989
+		// Bail if draggable and droppable are same element
12990
+		if ( !draggable || ( draggable.currentItem ||
12991
+				draggable.element )[ 0 ] === this.element[ 0 ] ) {
12992
+			return;
12993
+		}
12994
+
12995
+		if ( this.accept.call( this.element[ 0 ], ( draggable.currentItem ||
12996
+				draggable.element ) ) ) {
12997
+			this._addHoverClass();
12998
+			this._trigger( "over", event, this.ui( draggable ) );
12999
+		}
13000
+
13001
+	},
13002
+
13003
+	_out: function( event ) {
13004
+
13005
+		var draggable = $.ui.ddmanager.current;
13006
+
13007
+		// Bail if draggable and droppable are same element
13008
+		if ( !draggable || ( draggable.currentItem ||
13009
+				draggable.element )[ 0 ] === this.element[ 0 ] ) {
13010
+			return;
13011
+		}
13012
+
13013
+		if ( this.accept.call( this.element[ 0 ], ( draggable.currentItem ||
13014
+				draggable.element ) ) ) {
13015
+			this._removeHoverClass();
13016
+			this._trigger( "out", event, this.ui( draggable ) );
13017
+		}
13018
+
13019
+	},
13020
+
13021
+	_drop: function( event, custom ) {
13022
+
13023
+		var draggable = custom || $.ui.ddmanager.current,
13024
+			childrenIntersection = false;
13025
+
13026
+		// Bail if draggable and droppable are same element
13027
+		if ( !draggable || ( draggable.currentItem ||
13028
+				draggable.element )[ 0 ] === this.element[ 0 ] ) {
13029
+			return false;
13030
+		}
13031
+
13032
+		this.element
13033
+			.find( ":data(ui-droppable)" )
13034
+			.not( ".ui-draggable-dragging" )
13035
+			.each( function() {
13036
+				var inst = $( this ).droppable( "instance" );
13037
+				if (
13038
+					inst.options.greedy &&
13039
+					!inst.options.disabled &&
13040
+					inst.options.scope === draggable.options.scope &&
13041
+					inst.accept.call(
13042
+						inst.element[ 0 ], ( draggable.currentItem || draggable.element )
13043
+					) &&
13044
+					intersect(
13045
+						draggable,
13046
+						$.extend( inst, { offset: inst.element.offset() } ),
13047
+						inst.options.tolerance, event
13048
+					)
13049
+				) {
13050
+					childrenIntersection = true;
13051
+					return false; }
13052
+			} );
13053
+		if ( childrenIntersection ) {
13054
+			return false;
13055
+		}
13056
+
13057
+		if ( this.accept.call( this.element[ 0 ],
13058
+				( draggable.currentItem || draggable.element ) ) ) {
13059
+			this._removeActiveClass();
13060
+			this._removeHoverClass();
13061
+
13062
+			this._trigger( "drop", event, this.ui( draggable ) );
13063
+			return this.element;
13064
+		}
13065
+
13066
+		return false;
13067
+
13068
+	},
13069
+
13070
+	ui: function( c ) {
13071
+		return {
13072
+			draggable: ( c.currentItem || c.element ),
13073
+			helper: c.helper,
13074
+			position: c.position,
13075
+			offset: c.positionAbs
13076
+		};
13077
+	},
13078
+
13079
+	// Extension points just to make backcompat sane and avoid duplicating logic
13080
+	// TODO: Remove in 1.13 along with call to it below
13081
+	_addHoverClass: function() {
13082
+		this._addClass( "ui-droppable-hover" );
13083
+	},
13084
+
13085
+	_removeHoverClass: function() {
13086
+		this._removeClass( "ui-droppable-hover" );
13087
+	},
13088
+
13089
+	_addActiveClass: function() {
13090
+		this._addClass( "ui-droppable-active" );
13091
+	},
13092
+
13093
+	_removeActiveClass: function() {
13094
+		this._removeClass( "ui-droppable-active" );
13095
+	}
13096
+} );
13097
+
13098
+var intersect = $.ui.intersect = ( function() {
13099
+	function isOverAxis( x, reference, size ) {
13100
+		return ( x >= reference ) && ( x < ( reference + size ) );
13101
+	}
13102
+
13103
+	return function( draggable, droppable, toleranceMode, event ) {
13104
+
13105
+		if ( !droppable.offset ) {
13106
+			return false;
13107
+		}
13108
+
13109
+		var x1 = ( draggable.positionAbs ||
13110
+				draggable.position.absolute ).left + draggable.margins.left,
13111
+			y1 = ( draggable.positionAbs ||
13112
+				draggable.position.absolute ).top + draggable.margins.top,
13113
+			x2 = x1 + draggable.helperProportions.width,
13114
+			y2 = y1 + draggable.helperProportions.height,
13115
+			l = droppable.offset.left,
13116
+			t = droppable.offset.top,
13117
+			r = l + droppable.proportions().width,
13118
+			b = t + droppable.proportions().height;
13119
+
13120
+		switch ( toleranceMode ) {
13121
+		case "fit":
13122
+			return ( l <= x1 && x2 <= r && t <= y1 && y2 <= b );
13123
+		case "intersect":
13124
+			return ( l < x1 + ( draggable.helperProportions.width / 2 ) && // Right Half
13125
+				x2 - ( draggable.helperProportions.width / 2 ) < r && // Left Half
13126
+				t < y1 + ( draggable.helperProportions.height / 2 ) && // Bottom Half
13127
+				y2 - ( draggable.helperProportions.height / 2 ) < b ); // Top Half
13128
+		case "pointer":
13129
+			return isOverAxis( event.pageY, t, droppable.proportions().height ) &&
13130
+				isOverAxis( event.pageX, l, droppable.proportions().width );
13131
+		case "touch":
13132
+			return (
13133
+				( y1 >= t && y1 <= b ) || // Top edge touching
13134
+				( y2 >= t && y2 <= b ) || // Bottom edge touching
13135
+				( y1 < t && y2 > b ) // Surrounded vertically
13136
+			) && (
13137
+				( x1 >= l && x1 <= r ) || // Left edge touching
13138
+				( x2 >= l && x2 <= r ) || // Right edge touching
13139
+				( x1 < l && x2 > r ) // Surrounded horizontally
13140
+			);
13141
+		default:
13142
+			return false;
13143
+		}
13144
+	};
13145
+} )();
13146
+
13147
+/*
13148
+	This manager tracks offsets of draggables and droppables
13149
+*/
13150
+$.ui.ddmanager = {
13151
+	current: null,
13152
+	droppables: { "default": [] },
13153
+	prepareOffsets: function( t, event ) {
13154
+
13155
+		var i, j,
13156
+			m = $.ui.ddmanager.droppables[ t.options.scope ] || [],
13157
+			type = event ? event.type : null, // workaround for #2317
13158
+			list = ( t.currentItem || t.element ).find( ":data(ui-droppable)" ).addBack();
13159
+
13160
+		droppablesLoop: for ( i = 0; i < m.length; i++ ) {
13161
+
13162
+			// No disabled and non-accepted
13163
+			if ( m[ i ].options.disabled || ( t && !m[ i ].accept.call( m[ i ].element[ 0 ],
13164
+					( t.currentItem || t.element ) ) ) ) {
13165
+				continue;
13166
+			}
13167
+
13168
+			// Filter out elements in the current dragged item
13169
+			for ( j = 0; j < list.length; j++ ) {
13170
+				if ( list[ j ] === m[ i ].element[ 0 ] ) {
13171
+					m[ i ].proportions().height = 0;
13172
+					continue droppablesLoop;
13173
+				}
13174
+			}
13175
+
13176
+			m[ i ].visible = m[ i ].element.css( "display" ) !== "none";
13177
+			if ( !m[ i ].visible ) {
13178
+				continue;
13179
+			}
13180
+
13181
+			// Activate the droppable if used directly from draggables
13182
+			if ( type === "mousedown" ) {
13183
+				m[ i ]._activate.call( m[ i ], event );
13184
+			}
13185
+
13186
+			m[ i ].offset = m[ i ].element.offset();
13187
+			m[ i ].proportions( {
13188
+				width: m[ i ].element[ 0 ].offsetWidth,
13189
+				height: m[ i ].element[ 0 ].offsetHeight
13190
+			} );
13191
+
13192
+		}
13193
+
13194
+	},
13195
+	drop: function( draggable, event ) {
13196
+
13197
+		var dropped = false;
13198
+
13199
+		// Create a copy of the droppables in case the list changes during the drop (#9116)
13200
+		$.each( ( $.ui.ddmanager.droppables[ draggable.options.scope ] || [] ).slice(), function() {
13201
+
13202
+			if ( !this.options ) {
13203
+				return;
13204
+			}
13205
+			if ( !this.options.disabled && this.visible &&
13206
+					intersect( draggable, this, this.options.tolerance, event ) ) {
13207
+				dropped = this._drop.call( this, event ) || dropped;
13208
+			}
13209
+
13210
+			if ( !this.options.disabled && this.visible && this.accept.call( this.element[ 0 ],
13211
+					( draggable.currentItem || draggable.element ) ) ) {
13212
+				this.isout = true;
13213
+				this.isover = false;
13214
+				this._deactivate.call( this, event );
13215
+			}
13216
+
13217
+		} );
13218
+		return dropped;
13219
+
13220
+	},
13221
+	dragStart: function( draggable, event ) {
13222
+
13223
+		// Listen for scrolling so that if the dragging causes scrolling the position of the
13224
+		// droppables can be recalculated (see #5003)
13225
+		draggable.element.parentsUntil( "body" ).on( "scroll.droppable", function() {
13226
+			if ( !draggable.options.refreshPositions ) {
13227
+				$.ui.ddmanager.prepareOffsets( draggable, event );
13228
+			}
13229
+		} );
13230
+	},
13231
+	drag: function( draggable, event ) {
13232
+
13233
+		// If you have a highly dynamic page, you might try this option. It renders positions
13234
+		// every time you move the mouse.
13235
+		if ( draggable.options.refreshPositions ) {
13236
+			$.ui.ddmanager.prepareOffsets( draggable, event );
13237
+		}
13238
+
13239
+		// Run through all droppables and check their positions based on specific tolerance options
13240
+		$.each( $.ui.ddmanager.droppables[ draggable.options.scope ] || [], function() {
13241
+
13242
+			if ( this.options.disabled || this.greedyChild || !this.visible ) {
13243
+				return;
13244
+			}
13245
+
13246
+			var parentInstance, scope, parent,
13247
+				intersects = intersect( draggable, this, this.options.tolerance, event ),
13248
+				c = !intersects && this.isover ?
13249
+					"isout" :
13250
+					( intersects && !this.isover ? "isover" : null );
13251
+			if ( !c ) {
13252
+				return;
13253
+			}
13254
+
13255
+			if ( this.options.greedy ) {
13256
+
13257
+				// find droppable parents with same scope
13258
+				scope = this.options.scope;
13259
+				parent = this.element.parents( ":data(ui-droppable)" ).filter( function() {
13260
+					return $( this ).droppable( "instance" ).options.scope === scope;
13261
+				} );
13262
+
13263
+				if ( parent.length ) {
13264
+					parentInstance = $( parent[ 0 ] ).droppable( "instance" );
13265
+					parentInstance.greedyChild = ( c === "isover" );
13266
+				}
13267
+			}
13268
+
13269
+			// We just moved into a greedy child
13270
+			if ( parentInstance && c === "isover" ) {
13271
+				parentInstance.isover = false;
13272
+				parentInstance.isout = true;
13273
+				parentInstance._out.call( parentInstance, event );
13274
+			}
13275
+
13276
+			this[ c ] = true;
13277
+			this[ c === "isout" ? "isover" : "isout" ] = false;
13278
+			this[ c === "isover" ? "_over" : "_out" ].call( this, event );
13279
+
13280
+			// We just moved out of a greedy child
13281
+			if ( parentInstance && c === "isout" ) {
13282
+				parentInstance.isout = false;
13283
+				parentInstance.isover = true;
13284
+				parentInstance._over.call( parentInstance, event );
13285
+			}
13286
+		} );
13287
+
13288
+	},
13289
+	dragStop: function( draggable, event ) {
13290
+		draggable.element.parentsUntil( "body" ).off( "scroll.droppable" );
13291
+
13292
+		// Call prepareOffsets one final time since IE does not fire return scroll events when
13293
+		// overflow was caused by drag (see #5003)
13294
+		if ( !draggable.options.refreshPositions ) {
13295
+			$.ui.ddmanager.prepareOffsets( draggable, event );
13296
+		}
13297
+	}
13298
+};
13299
+
13300
+// DEPRECATED
13301
+// TODO: switch return back to widget declaration at top of file when this is removed
13302
+if ( $.uiBackCompat !== false ) {
13303
+
13304
+	// Backcompat for activeClass and hoverClass options
13305
+	$.widget( "ui.droppable", $.ui.droppable, {
13306
+		options: {
13307
+			hoverClass: false,
13308
+			activeClass: false
13309
+		},
13310
+		_addActiveClass: function() {
13311
+			this._super();
13312
+			if ( this.options.activeClass ) {
13313
+				this.element.addClass( this.options.activeClass );
13314
+			}
13315
+		},
13316
+		_removeActiveClass: function() {
13317
+			this._super();
13318
+			if ( this.options.activeClass ) {
13319
+				this.element.removeClass( this.options.activeClass );
13320
+			}
13321
+		},
13322
+		_addHoverClass: function() {
13323
+			this._super();
13324
+			if ( this.options.hoverClass ) {
13325
+				this.element.addClass( this.options.hoverClass );
13326
+			}
13327
+		},
13328
+		_removeHoverClass: function() {
13329
+			this._super();
13330
+			if ( this.options.hoverClass ) {
13331
+				this.element.removeClass( this.options.hoverClass );
13332
+			}
13333
+		}
13334
+	} );
13335
+}
13336
+
13337
+var widgetsDroppable = $.ui.droppable;
13338
+
13339
+
13340
+/*!
13341
+ * jQuery UI Progressbar 1.12.1
13342
+ * http://jqueryui.com
13343
+ *
13344
+ * Copyright jQuery Foundation and other contributors
13345
+ * Released under the MIT license.
13346
+ * http://jquery.org/license
13347
+ */
13348
+
13349
+//>>label: Progressbar
13350
+//>>group: Widgets
13351
+// jscs:disable maximumLineLength
13352
+//>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators.
13353
+// jscs:enable maximumLineLength
13354
+//>>docs: http://api.jqueryui.com/progressbar/
13355
+//>>demos: http://jqueryui.com/progressbar/
13356
+//>>css.structure: ../../themes/base/core.css
13357
+//>>css.structure: ../../themes/base/progressbar.css
13358
+//>>css.theme: ../../themes/base/theme.css
13359
+
13360
+
13361
+
13362
+var widgetsProgressbar = $.widget( "ui.progressbar", {
13363
+	version: "1.12.1",
13364
+	options: {
13365
+		classes: {
13366
+			"ui-progressbar": "ui-corner-all",
13367
+			"ui-progressbar-value": "ui-corner-left",
13368
+			"ui-progressbar-complete": "ui-corner-right"
13369
+		},
13370
+		max: 100,
13371
+		value: 0,
13372
+
13373
+		change: null,
13374
+		complete: null
13375
+	},
13376
+
13377
+	min: 0,
13378
+
13379
+	_create: function() {
13380
+
13381
+		// Constrain initial value
13382
+		this.oldValue = this.options.value = this._constrainedValue();
13383
+
13384
+		this.element.attr( {
13385
+
13386
+			// Only set static values; aria-valuenow and aria-valuemax are
13387
+			// set inside _refreshValue()
13388
+			role: "progressbar",
13389
+			"aria-valuemin": this.min
13390
+		} );
13391
+		this._addClass( "ui-progressbar", "ui-widget ui-widget-content" );
13392
+
13393
+		this.valueDiv = $( "<div>" ).appendTo( this.element );
13394
+		this._addClass( this.valueDiv, "ui-progressbar-value", "ui-widget-header" );
13395
+		this._refreshValue();
13396
+	},
13397
+
13398
+	_destroy: function() {
13399
+		this.element.removeAttr( "role aria-valuemin aria-valuemax aria-valuenow" );
13400
+
13401
+		this.valueDiv.remove();
13402
+	},
13403
+
13404
+	value: function( newValue ) {
13405
+		if ( newValue === undefined ) {
13406
+			return this.options.value;
13407
+		}
13408
+
13409
+		this.options.value = this._constrainedValue( newValue );
13410
+		this._refreshValue();
13411
+	},
13412
+
13413
+	_constrainedValue: function( newValue ) {
13414
+		if ( newValue === undefined ) {
13415
+			newValue = this.options.value;
13416
+		}
13417
+
13418
+		this.indeterminate = newValue === false;
13419
+
13420
+		// Sanitize value
13421
+		if ( typeof newValue !== "number" ) {
13422
+			newValue = 0;
13423
+		}
13424
+
13425
+		return this.indeterminate ? false :
13426
+			Math.min( this.options.max, Math.max( this.min, newValue ) );
13427
+	},
13428
+
13429
+	_setOptions: function( options ) {
13430
+
13431
+		// Ensure "value" option is set after other values (like max)
13432
+		var value = options.value;
13433
+		delete options.value;
13434
+
13435
+		this._super( options );
13436
+
13437
+		this.options.value = this._constrainedValue( value );
13438
+		this._refreshValue();
13439
+	},
13440
+
13441
+	_setOption: function( key, value ) {
13442
+		if ( key === "max" ) {
13443
+
13444
+			// Don't allow a max less than min
13445
+			value = Math.max( this.min, value );
13446
+		}
13447
+		this._super( key, value );
13448
+	},
13449
+
13450
+	_setOptionDisabled: function( value ) {
13451
+		this._super( value );
13452
+
13453
+		this.element.attr( "aria-disabled", value );
13454
+		this._toggleClass( null, "ui-state-disabled", !!value );
13455
+	},
13456
+
13457
+	_percentage: function() {
13458
+		return this.indeterminate ?
13459
+			100 :
13460
+			100 * ( this.options.value - this.min ) / ( this.options.max - this.min );
13461
+	},
13462
+
13463
+	_refreshValue: function() {
13464
+		var value = this.options.value,
13465
+			percentage = this._percentage();
13466
+
13467
+		this.valueDiv
13468
+			.toggle( this.indeterminate || value > this.min )
13469
+			.width( percentage.toFixed( 0 ) + "%" );
13470
+
13471
+		this
13472
+			._toggleClass( this.valueDiv, "ui-progressbar-complete", null,
13473
+				value === this.options.max )
13474
+			._toggleClass( "ui-progressbar-indeterminate", null, this.indeterminate );
13475
+
13476
+		if ( this.indeterminate ) {
13477
+			this.element.removeAttr( "aria-valuenow" );
13478
+			if ( !this.overlayDiv ) {
13479
+				this.overlayDiv = $( "<div>" ).appendTo( this.valueDiv );
13480
+				this._addClass( this.overlayDiv, "ui-progressbar-overlay" );
13481
+			}
13482
+		} else {
13483
+			this.element.attr( {
13484
+				"aria-valuemax": this.options.max,
13485
+				"aria-valuenow": value
13486
+			} );
13487
+			if ( this.overlayDiv ) {
13488
+				this.overlayDiv.remove();
13489
+				this.overlayDiv = null;
13490
+			}
13491
+		}
13492
+
13493
+		if ( this.oldValue !== value ) {
13494
+			this.oldValue = value;
13495
+			this._trigger( "change" );
13496
+		}
13497
+		if ( value === this.options.max ) {
13498
+			this._trigger( "complete" );
13499
+		}
13500
+	}
13501
+} );
13502
+
13503
+
13504
+/*!
13505
+ * jQuery UI Selectable 1.12.1
13506
+ * http://jqueryui.com
13507
+ *
13508
+ * Copyright jQuery Foundation and other contributors
13509
+ * Released under the MIT license.
13510
+ * http://jquery.org/license
13511
+ */
13512
+
13513
+//>>label: Selectable
13514
+//>>group: Interactions
13515
+//>>description: Allows groups of elements to be selected with the mouse.
13516
+//>>docs: http://api.jqueryui.com/selectable/
13517
+//>>demos: http://jqueryui.com/selectable/
13518
+//>>css.structure: ../../themes/base/selectable.css
13519
+
13520
+
13521
+
13522
+var widgetsSelectable = $.widget( "ui.selectable", $.ui.mouse, {
13523
+	version: "1.12.1",
13524
+	options: {
13525
+		appendTo: "body",
13526
+		autoRefresh: true,
13527
+		distance: 0,
13528
+		filter: "*",
13529
+		tolerance: "touch",
13530
+
13531
+		// Callbacks
13532
+		selected: null,
13533
+		selecting: null,
13534
+		start: null,
13535
+		stop: null,
13536
+		unselected: null,
13537
+		unselecting: null
13538
+	},
13539
+	_create: function() {
13540
+		var that = this;
13541
+
13542
+		this._addClass( "ui-selectable" );
13543
+
13544
+		this.dragged = false;
13545
+
13546
+		// Cache selectee children based on filter
13547
+		this.refresh = function() {
13548
+			that.elementPos = $( that.element[ 0 ] ).offset();
13549
+			that.selectees = $( that.options.filter, that.element[ 0 ] );
13550
+			that._addClass( that.selectees, "ui-selectee" );
13551
+			that.selectees.each( function() {
13552
+				var $this = $( this ),
13553
+					selecteeOffset = $this.offset(),
13554
+					pos = {
13555
+						left: selecteeOffset.left - that.elementPos.left,
13556
+						top: selecteeOffset.top - that.elementPos.top
13557
+					};
13558
+				$.data( this, "selectable-item", {
13559
+					element: this,
13560
+					$element: $this,
13561
+					left: pos.left,
13562
+					top: pos.top,
13563
+					right: pos.left + $this.outerWidth(),
13564
+					bottom: pos.top + $this.outerHeight(),
13565
+					startselected: false,
13566
+					selected: $this.hasClass( "ui-selected" ),
13567
+					selecting: $this.hasClass( "ui-selecting" ),
13568
+					unselecting: $this.hasClass( "ui-unselecting" )
13569
+				} );
13570
+			} );
13571
+		};
13572
+		this.refresh();
13573
+
13574
+		this._mouseInit();
13575
+
13576
+		this.helper = $( "<div>" );
13577
+		this._addClass( this.helper, "ui-selectable-helper" );
13578
+	},
13579
+
13580
+	_destroy: function() {
13581
+		this.selectees.removeData( "selectable-item" );
13582
+		this._mouseDestroy();
13583
+	},
13584
+
13585
+	_mouseStart: function( event ) {
13586
+		var that = this,
13587
+			options = this.options;
13588
+
13589
+		this.opos = [ event.pageX, event.pageY ];
13590
+		this.elementPos = $( this.element[ 0 ] ).offset();
13591
+
13592
+		if ( this.options.disabled ) {
13593
+			return;
13594
+		}
13595
+
13596
+		this.selectees = $( options.filter, this.element[ 0 ] );
13597
+
13598
+		this._trigger( "start", event );
13599
+
13600
+		$( options.appendTo ).append( this.helper );
13601
+
13602
+		// position helper (lasso)
13603
+		this.helper.css( {
13604
+			"left": event.pageX,
13605
+			"top": event.pageY,
13606
+			"width": 0,
13607
+			"height": 0
13608
+		} );
13609
+
13610
+		if ( options.autoRefresh ) {
13611
+			this.refresh();
13612
+		}
13613
+
13614
+		this.selectees.filter( ".ui-selected" ).each( function() {
13615
+			var selectee = $.data( this, "selectable-item" );
13616
+			selectee.startselected = true;
13617
+			if ( !event.metaKey && !event.ctrlKey ) {
13618
+				that._removeClass( selectee.$element, "ui-selected" );
13619
+				selectee.selected = false;
13620
+				that._addClass( selectee.$element, "ui-unselecting" );
13621
+				selectee.unselecting = true;
13622
+
13623
+				// selectable UNSELECTING callback
13624
+				that._trigger( "unselecting", event, {
13625
+					unselecting: selectee.element
13626
+				} );
13627
+			}
13628
+		} );
13629
+
13630
+		$( event.target ).parents().addBack().each( function() {
13631
+			var doSelect,
13632
+				selectee = $.data( this, "selectable-item" );
13633
+			if ( selectee ) {
13634
+				doSelect = ( !event.metaKey && !event.ctrlKey ) ||
13635
+					!selectee.$element.hasClass( "ui-selected" );
13636
+				that._removeClass( selectee.$element, doSelect ? "ui-unselecting" : "ui-selected" )
13637
+					._addClass( selectee.$element, doSelect ? "ui-selecting" : "ui-unselecting" );
13638
+				selectee.unselecting = !doSelect;
13639
+				selectee.selecting = doSelect;
13640
+				selectee.selected = doSelect;
13641
+
13642
+				// selectable (UN)SELECTING callback
13643
+				if ( doSelect ) {
13644
+					that._trigger( "selecting", event, {
13645
+						selecting: selectee.element
13646
+					} );
13647
+				} else {
13648
+					that._trigger( "unselecting", event, {
13649
+						unselecting: selectee.element
13650
+					} );
13651
+				}
13652
+				return false;
13653
+			}
13654
+		} );
13655
+
13656
+	},
13657
+
13658
+	_mouseDrag: function( event ) {
13659
+
13660
+		this.dragged = true;
13661
+
13662
+		if ( this.options.disabled ) {
13663
+			return;
13664
+		}
13665
+
13666
+		var tmp,
13667
+			that = this,
13668
+			options = this.options,
13669
+			x1 = this.opos[ 0 ],
13670
+			y1 = this.opos[ 1 ],
13671
+			x2 = event.pageX,
13672
+			y2 = event.pageY;
13673
+
13674
+		if ( x1 > x2 ) { tmp = x2; x2 = x1; x1 = tmp; }
13675
+		if ( y1 > y2 ) { tmp = y2; y2 = y1; y1 = tmp; }
13676
+		this.helper.css( { left: x1, top: y1, width: x2 - x1, height: y2 - y1 } );
13677
+
13678
+		this.selectees.each( function() {
13679
+			var selectee = $.data( this, "selectable-item" ),
13680
+				hit = false,
13681
+				offset = {};
13682
+
13683
+			//prevent helper from being selected if appendTo: selectable
13684
+			if ( !selectee || selectee.element === that.element[ 0 ] ) {
13685
+				return;
13686
+			}
13687
+
13688
+			offset.left   = selectee.left   + that.elementPos.left;
13689
+			offset.right  = selectee.right  + that.elementPos.left;
13690
+			offset.top    = selectee.top    + that.elementPos.top;
13691
+			offset.bottom = selectee.bottom + that.elementPos.top;
13692
+
13693
+			if ( options.tolerance === "touch" ) {
13694
+				hit = ( !( offset.left > x2 || offset.right < x1 || offset.top > y2 ||
13695
+                    offset.bottom < y1 ) );
13696
+			} else if ( options.tolerance === "fit" ) {
13697
+				hit = ( offset.left > x1 && offset.right < x2 && offset.top > y1 &&
13698
+                    offset.bottom < y2 );
13699
+			}
13700
+
13701
+			if ( hit ) {
13702
+
13703
+				// SELECT
13704
+				if ( selectee.selected ) {
13705
+					that._removeClass( selectee.$element, "ui-selected" );
13706
+					selectee.selected = false;
13707
+				}
13708
+				if ( selectee.unselecting ) {
13709
+					that._removeClass( selectee.$element, "ui-unselecting" );
13710
+					selectee.unselecting = false;
13711
+				}
13712
+				if ( !selectee.selecting ) {
13713
+					that._addClass( selectee.$element, "ui-selecting" );
13714
+					selectee.selecting = true;
13715
+
13716
+					// selectable SELECTING callback
13717
+					that._trigger( "selecting", event, {
13718
+						selecting: selectee.element
13719
+					} );
13720
+				}
13721
+			} else {
13722
+
13723
+				// UNSELECT
13724
+				if ( selectee.selecting ) {
13725
+					if ( ( event.metaKey || event.ctrlKey ) && selectee.startselected ) {
13726
+						that._removeClass( selectee.$element, "ui-selecting" );
13727
+						selectee.selecting = false;
13728
+						that._addClass( selectee.$element, "ui-selected" );
13729
+						selectee.selected = true;
13730
+					} else {
13731
+						that._removeClass( selectee.$element, "ui-selecting" );
13732
+						selectee.selecting = false;
13733
+						if ( selectee.startselected ) {
13734
+							that._addClass( selectee.$element, "ui-unselecting" );
13735
+							selectee.unselecting = true;
13736
+						}
13737
+
13738
+						// selectable UNSELECTING callback
13739
+						that._trigger( "unselecting", event, {
13740
+							unselecting: selectee.element
13741
+						} );
13742
+					}
13743
+				}
13744
+				if ( selectee.selected ) {
13745
+					if ( !event.metaKey && !event.ctrlKey && !selectee.startselected ) {
13746
+						that._removeClass( selectee.$element, "ui-selected" );
13747
+						selectee.selected = false;
13748
+
13749
+						that._addClass( selectee.$element, "ui-unselecting" );
13750
+						selectee.unselecting = true;
13751
+
13752
+						// selectable UNSELECTING callback
13753
+						that._trigger( "unselecting", event, {
13754
+							unselecting: selectee.element
13755
+						} );
13756
+					}
13757
+				}
13758
+			}
13759
+		} );
13760
+
13761
+		return false;
13762
+	},
13763
+
13764
+	_mouseStop: function( event ) {
13765
+		var that = this;
13766
+
13767
+		this.dragged = false;
13768
+
13769
+		$( ".ui-unselecting", this.element[ 0 ] ).each( function() {
13770
+			var selectee = $.data( this, "selectable-item" );
13771
+			that._removeClass( selectee.$element, "ui-unselecting" );
13772
+			selectee.unselecting = false;
13773
+			selectee.startselected = false;
13774
+			that._trigger( "unselected", event, {
13775
+				unselected: selectee.element
13776
+			} );
13777
+		} );
13778
+		$( ".ui-selecting", this.element[ 0 ] ).each( function() {
13779
+			var selectee = $.data( this, "selectable-item" );
13780
+			that._removeClass( selectee.$element, "ui-selecting" )
13781
+				._addClass( selectee.$element, "ui-selected" );
13782
+			selectee.selecting = false;
13783
+			selectee.selected = true;
13784
+			selectee.startselected = true;
13785
+			that._trigger( "selected", event, {
13786
+				selected: selectee.element
13787
+			} );
13788
+		} );
13789
+		this._trigger( "stop", event );
13790
+
13791
+		this.helper.remove();
13792
+
13793
+		return false;
13794
+	}
13795
+
13796
+} );
13797
+
13798
+
13799
+/*!
13800
+ * jQuery UI Selectmenu 1.12.1
13801
+ * http://jqueryui.com
13802
+ *
13803
+ * Copyright jQuery Foundation and other contributors
13804
+ * Released under the MIT license.
13805
+ * http://jquery.org/license
13806
+ */
13807
+
13808
+//>>label: Selectmenu
13809
+//>>group: Widgets
13810
+// jscs:disable maximumLineLength
13811
+//>>description: Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select.
13812
+// jscs:enable maximumLineLength
13813
+//>>docs: http://api.jqueryui.com/selectmenu/
13814
+//>>demos: http://jqueryui.com/selectmenu/
13815
+//>>css.structure: ../../themes/base/core.css
13816
+//>>css.structure: ../../themes/base/selectmenu.css, ../../themes/base/button.css
13817
+//>>css.theme: ../../themes/base/theme.css
13818
+
13819
+
13820
+
13821
+var widgetsSelectmenu = $.widget( "ui.selectmenu", [ $.ui.formResetMixin, {
13822
+	version: "1.12.1",
13823
+	defaultElement: "<select>",
13824
+	options: {
13825
+		appendTo: null,
13826
+		classes: {
13827
+			"ui-selectmenu-button-open": "ui-corner-top",
13828
+			"ui-selectmenu-button-closed": "ui-corner-all"
13829
+		},
13830
+		disabled: null,
13831
+		icons: {
13832
+			button: "ui-icon-triangle-1-s"
13833
+		},
13834
+		position: {
13835
+			my: "left top",
13836
+			at: "left bottom",
13837
+			collision: "none"
13838
+		},
13839
+		width: false,
13840
+
13841
+		// Callbacks
13842
+		change: null,
13843
+		close: null,
13844
+		focus: null,
13845
+		open: null,
13846
+		select: null
13847
+	},
13848
+
13849
+	_create: function() {
13850
+		var selectmenuId = this.element.uniqueId().attr( "id" );
13851
+		this.ids = {
13852
+			element: selectmenuId,
13853
+			button: selectmenuId + "-button",
13854
+			menu: selectmenuId + "-menu"
13855
+		};
13856
+
13857
+		this._drawButton();
13858
+		this._drawMenu();
13859
+		this._bindFormResetHandler();
13860
+
13861
+		this._rendered = false;
13862
+		this.menuItems = $();
13863
+	},
13864
+
13865
+	_drawButton: function() {
13866
+		var icon,
13867
+			that = this,
13868
+			item = this._parseOption(
13869
+				this.element.find( "option:selected" ),
13870
+				this.element[ 0 ].selectedIndex
13871
+			);
13872
+
13873
+		// Associate existing label with the new button
13874
+		this.labels = this.element.labels().attr( "for", this.ids.button );
13875
+		this._on( this.labels, {
13876
+			click: function( event ) {
13877
+				this.button.focus();
13878
+				event.preventDefault();
13879
+			}
13880
+		} );
13881
+
13882
+		// Hide original select element
13883
+		this.element.hide();
13884
+
13885
+		// Create button
13886
+		this.button = $( "<span>", {
13887
+			tabindex: this.options.disabled ? -1 : 0,
13888
+			id: this.ids.button,
13889
+			role: "combobox",
13890
+			"aria-expanded": "false",
13891
+			"aria-autocomplete": "list",
13892
+			"aria-owns": this.ids.menu,
13893
+			"aria-haspopup": "true",
13894
+			title: this.element.attr( "title" )
13895
+		} )
13896
+			.insertAfter( this.element );
13897
+
13898
+		this._addClass( this.button, "ui-selectmenu-button ui-selectmenu-button-closed",
13899
+			"ui-button ui-widget" );
13900
+
13901
+		icon = $( "<span>" ).appendTo( this.button );
13902
+		this._addClass( icon, "ui-selectmenu-icon", "ui-icon " + this.options.icons.button );
13903
+		this.buttonItem = this._renderButtonItem( item )
13904
+			.appendTo( this.button );
13905
+
13906
+		if ( this.options.width !== false ) {
13907
+			this._resizeButton();
13908
+		}
13909
+
13910
+		this._on( this.button, this._buttonEvents );
13911
+		this.button.one( "focusin", function() {
13912
+
13913
+			// Delay rendering the menu items until the button receives focus.
13914
+			// The menu may have already been rendered via a programmatic open.
13915
+			if ( !that._rendered ) {
13916
+				that._refreshMenu();
13917
+			}
13918
+		} );
13919
+	},
13920
+
13921
+	_drawMenu: function() {
13922
+		var that = this;
13923
+
13924
+		// Create menu
13925
+		this.menu = $( "<ul>", {
13926
+			"aria-hidden": "true",
13927
+			"aria-labelledby": this.ids.button,
13928
+			id: this.ids.menu
13929
+		} );
13930
+
13931
+		// Wrap menu
13932
+		this.menuWrap = $( "<div>" ).append( this.menu );
13933
+		this._addClass( this.menuWrap, "ui-selectmenu-menu", "ui-front" );
13934
+		this.menuWrap.appendTo( this._appendTo() );
13935
+
13936
+		// Initialize menu widget
13937
+		this.menuInstance = this.menu
13938
+			.menu( {
13939
+				classes: {
13940
+					"ui-menu": "ui-corner-bottom"
13941
+				},
13942
+				role: "listbox",
13943
+				select: function( event, ui ) {
13944
+					event.preventDefault();
13945
+
13946
+					// Support: IE8
13947
+					// If the item was selected via a click, the text selection
13948
+					// will be destroyed in IE
13949
+					that._setSelection();
13950
+
13951
+					that._select( ui.item.data( "ui-selectmenu-item" ), event );
13952
+				},
13953
+				focus: function( event, ui ) {
13954
+					var item = ui.item.data( "ui-selectmenu-item" );
13955
+
13956
+					// Prevent inital focus from firing and check if its a newly focused item
13957
+					if ( that.focusIndex != null && item.index !== that.focusIndex ) {
13958
+						that._trigger( "focus", event, { item: item } );
13959
+						if ( !that.isOpen ) {
13960
+							that._select( item, event );
13961
+						}
13962
+					}
13963
+					that.focusIndex = item.index;
13964
+
13965
+					that.button.attr( "aria-activedescendant",
13966
+						that.menuItems.eq( item.index ).attr( "id" ) );
13967
+				}
13968
+			} )
13969
+			.menu( "instance" );
13970
+
13971
+		// Don't close the menu on mouseleave
13972
+		this.menuInstance._off( this.menu, "mouseleave" );
13973
+
13974
+		// Cancel the menu's collapseAll on document click
13975
+		this.menuInstance._closeOnDocumentClick = function() {
13976
+			return false;
13977
+		};
13978
+
13979
+		// Selects often contain empty items, but never contain dividers
13980
+		this.menuInstance._isDivider = function() {
13981
+			return false;
13982
+		};
13983
+	},
13984
+
13985
+	refresh: function() {
13986
+		this._refreshMenu();
13987
+		this.buttonItem.replaceWith(
13988
+			this.buttonItem = this._renderButtonItem(
13989
+
13990
+				// Fall back to an empty object in case there are no options
13991
+				this._getSelectedItem().data( "ui-selectmenu-item" ) || {}
13992
+			)
13993
+		);
13994
+		if ( this.options.width === null ) {
13995
+			this._resizeButton();
13996
+		}
13997
+	},
13998
+
13999
+	_refreshMenu: function() {
14000
+		var item,
14001
+			options = this.element.find( "option" );
14002
+
14003
+		this.menu.empty();
14004
+
14005
+		this._parseOptions( options );
14006
+		this._renderMenu( this.menu, this.items );
14007
+
14008
+		this.menuInstance.refresh();
14009
+		this.menuItems = this.menu.find( "li" )
14010
+			.not( ".ui-selectmenu-optgroup" )
14011
+				.find( ".ui-menu-item-wrapper" );
14012
+
14013
+		this._rendered = true;
14014
+
14015
+		if ( !options.length ) {
14016
+			return;
14017
+		}
14018
+
14019
+		item = this._getSelectedItem();
14020
+
14021
+		// Update the menu to have the correct item focused
14022
+		this.menuInstance.focus( null, item );
14023
+		this._setAria( item.data( "ui-selectmenu-item" ) );
14024
+
14025
+		// Set disabled state
14026
+		this._setOption( "disabled", this.element.prop( "disabled" ) );
14027
+	},
14028
+
14029
+	open: function( event ) {
14030
+		if ( this.options.disabled ) {
14031
+			return;
14032
+		}
14033
+
14034
+		// If this is the first time the menu is being opened, render the items
14035
+		if ( !this._rendered ) {
14036
+			this._refreshMenu();
14037
+		} else {
14038
+
14039
+			// Menu clears focus on close, reset focus to selected item
14040
+			this._removeClass( this.menu.find( ".ui-state-active" ), null, "ui-state-active" );
14041
+			this.menuInstance.focus( null, this._getSelectedItem() );
14042
+		}
14043
+
14044
+		// If there are no options, don't open the menu
14045
+		if ( !this.menuItems.length ) {
14046
+			return;
14047
+		}
14048
+
14049
+		this.isOpen = true;
14050
+		this._toggleAttr();
14051
+		this._resizeMenu();
14052
+		this._position();
14053
+
14054
+		this._on( this.document, this._documentClick );
14055
+
14056
+		this._trigger( "open", event );
14057
+	},
14058
+
14059
+	_position: function() {
14060
+		this.menuWrap.position( $.extend( { of: this.button }, this.options.position ) );
14061
+	},
14062
+
14063
+	close: function( event ) {
14064
+		if ( !this.isOpen ) {
14065
+			return;
14066
+		}
14067
+
14068
+		this.isOpen = false;
14069
+		this._toggleAttr();
14070
+
14071
+		this.range = null;
14072
+		this._off( this.document );
14073
+
14074
+		this._trigger( "close", event );
14075
+	},
14076
+
14077
+	widget: function() {
14078
+		return this.button;
14079
+	},
14080
+
14081
+	menuWidget: function() {
14082
+		return this.menu;
14083
+	},
14084
+
14085
+	_renderButtonItem: function( item ) {
14086
+		var buttonItem = $( "<span>" );
14087
+
14088
+		this._setText( buttonItem, item.label );
14089
+		this._addClass( buttonItem, "ui-selectmenu-text" );
14090
+
14091
+		return buttonItem;
14092
+	},
14093
+
14094
+	_renderMenu: function( ul, items ) {
14095
+		var that = this,
14096
+			currentOptgroup = "";
14097
+
14098
+		$.each( items, function( index, item ) {
14099
+			var li;
14100
+
14101
+			if ( item.optgroup !== currentOptgroup ) {
14102
+				li = $( "<li>", {
14103
+					text: item.optgroup
14104
+				} );
14105
+				that._addClass( li, "ui-selectmenu-optgroup", "ui-menu-divider" +
14106
+					( item.element.parent( "optgroup" ).prop( "disabled" ) ?
14107
+						" ui-state-disabled" :
14108
+						"" ) );
14109
+
14110
+				li.appendTo( ul );
14111
+
14112
+				currentOptgroup = item.optgroup;
14113
+			}
14114
+
14115
+			that._renderItemData( ul, item );
14116
+		} );
14117
+	},
14118
+
14119
+	_renderItemData: function( ul, item ) {
14120
+		return this._renderItem( ul, item ).data( "ui-selectmenu-item", item );
14121
+	},
14122
+
14123
+	_renderItem: function( ul, item ) {
14124
+		var li = $( "<li>" ),
14125
+			wrapper = $( "<div>", {
14126
+				title: item.element.attr( "title" )
14127
+			} );
14128
+
14129
+		if ( item.disabled ) {
14130
+			this._addClass( li, null, "ui-state-disabled" );
14131
+		}
14132
+		this._setText( wrapper, item.label );
14133
+
14134
+		return li.append( wrapper ).appendTo( ul );
14135
+	},
14136
+
14137
+	_setText: function( element, value ) {
14138
+		if ( value ) {
14139
+			element.text( value );
14140
+		} else {
14141
+			element.html( "&#160;" );
14142
+		}
14143
+	},
14144
+
14145
+	_move: function( direction, event ) {
14146
+		var item, next,
14147
+			filter = ".ui-menu-item";
14148
+
14149
+		if ( this.isOpen ) {
14150
+			item = this.menuItems.eq( this.focusIndex ).parent( "li" );
14151
+		} else {
14152
+			item = this.menuItems.eq( this.element[ 0 ].selectedIndex ).parent( "li" );
14153
+			filter += ":not(.ui-state-disabled)";
14154
+		}
14155
+
14156
+		if ( direction === "first" || direction === "last" ) {
14157
+			next = item[ direction === "first" ? "prevAll" : "nextAll" ]( filter ).eq( -1 );
14158
+		} else {
14159
+			next = item[ direction + "All" ]( filter ).eq( 0 );
14160
+		}
14161
+
14162
+		if ( next.length ) {
14163
+			this.menuInstance.focus( event, next );
14164
+		}
14165
+	},
14166
+
14167
+	_getSelectedItem: function() {
14168
+		return this.menuItems.eq( this.element[ 0 ].selectedIndex ).parent( "li" );
14169
+	},
14170
+
14171
+	_toggle: function( event ) {
14172
+		this[ this.isOpen ? "close" : "open" ]( event );
14173
+	},
14174
+
14175
+	_setSelection: function() {
14176
+		var selection;
14177
+
14178
+		if ( !this.range ) {
14179
+			return;
14180
+		}
14181
+
14182
+		if ( window.getSelection ) {
14183
+			selection = window.getSelection();
14184
+			selection.removeAllRanges();
14185
+			selection.addRange( this.range );
14186
+
14187
+		// Support: IE8
14188
+		} else {
14189
+			this.range.select();
14190
+		}
14191
+
14192
+		// Support: IE
14193
+		// Setting the text selection kills the button focus in IE, but
14194
+		// restoring the focus doesn't kill the selection.
14195
+		this.button.focus();
14196
+	},
14197
+
14198
+	_documentClick: {
14199
+		mousedown: function( event ) {
14200
+			if ( !this.isOpen ) {
14201
+				return;
14202
+			}
14203
+
14204
+			if ( !$( event.target ).closest( ".ui-selectmenu-menu, #" +
14205
+					$.ui.escapeSelector( this.ids.button ) ).length ) {
14206
+				this.close( event );
14207
+			}
14208
+		}
14209
+	},
14210
+
14211
+	_buttonEvents: {
14212
+
14213
+		// Prevent text selection from being reset when interacting with the selectmenu (#10144)
14214
+		mousedown: function() {
14215
+			var selection;
14216
+
14217
+			if ( window.getSelection ) {
14218
+				selection = window.getSelection();
14219
+				if ( selection.rangeCount ) {
14220
+					this.range = selection.getRangeAt( 0 );
14221
+				}
14222
+
14223
+			// Support: IE8
14224
+			} else {
14225
+				this.range = document.selection.createRange();
14226
+			}
14227
+		},
14228
+
14229
+		click: function( event ) {
14230
+			this._setSelection();
14231
+			this._toggle( event );
14232
+		},
14233
+
14234
+		keydown: function( event ) {
14235
+			var preventDefault = true;
14236
+			switch ( event.keyCode ) {
14237
+			case $.ui.keyCode.TAB:
14238
+			case $.ui.keyCode.ESCAPE:
14239
+				this.close( event );
14240
+				preventDefault = false;
14241
+				break;
14242
+			case $.ui.keyCode.ENTER:
14243
+				if ( this.isOpen ) {
14244
+					this._selectFocusedItem( event );
14245
+				}
14246
+				break;
14247
+			case $.ui.keyCode.UP:
14248
+				if ( event.altKey ) {
14249
+					this._toggle( event );
14250
+				} else {
14251
+					this._move( "prev", event );
14252
+				}
14253
+				break;
14254
+			case $.ui.keyCode.DOWN:
14255
+				if ( event.altKey ) {
14256
+					this._toggle( event );
14257
+				} else {
14258
+					this._move( "next", event );
14259
+				}
14260
+				break;
14261
+			case $.ui.keyCode.SPACE:
14262
+				if ( this.isOpen ) {
14263
+					this._selectFocusedItem( event );
14264
+				} else {
14265
+					this._toggle( event );
14266
+				}
14267
+				break;
14268
+			case $.ui.keyCode.LEFT:
14269
+				this._move( "prev", event );
14270
+				break;
14271
+			case $.ui.keyCode.RIGHT:
14272
+				this._move( "next", event );
14273
+				break;
14274
+			case $.ui.keyCode.HOME:
14275
+			case $.ui.keyCode.PAGE_UP:
14276
+				this._move( "first", event );
14277
+				break;
14278
+			case $.ui.keyCode.END:
14279
+			case $.ui.keyCode.PAGE_DOWN:
14280
+				this._move( "last", event );
14281
+				break;
14282
+			default:
14283
+				this.menu.trigger( event );
14284
+				preventDefault = false;
14285
+			}
14286
+
14287
+			if ( preventDefault ) {
14288
+				event.preventDefault();
14289
+			}
14290
+		}
14291
+	},
14292
+
14293
+	_selectFocusedItem: function( event ) {
14294
+		var item = this.menuItems.eq( this.focusIndex ).parent( "li" );
14295
+		if ( !item.hasClass( "ui-state-disabled" ) ) {
14296
+			this._select( item.data( "ui-selectmenu-item" ), event );
14297
+		}
14298
+	},
14299
+
14300
+	_select: function( item, event ) {
14301
+		var oldIndex = this.element[ 0 ].selectedIndex;
14302
+
14303
+		// Change native select element
14304
+		this.element[ 0 ].selectedIndex = item.index;
14305
+		this.buttonItem.replaceWith( this.buttonItem = this._renderButtonItem( item ) );
14306
+		this._setAria( item );
14307
+		this._trigger( "select", event, { item: item } );
14308
+
14309
+		if ( item.index !== oldIndex ) {
14310
+			this._trigger( "change", event, { item: item } );
14311
+		}
14312
+
14313
+		this.close( event );
14314
+	},
14315
+
14316
+	_setAria: function( item ) {
14317
+		var id = this.menuItems.eq( item.index ).attr( "id" );
14318
+
14319
+		this.button.attr( {
14320
+			"aria-labelledby": id,
14321
+			"aria-activedescendant": id
14322
+		} );
14323
+		this.menu.attr( "aria-activedescendant", id );
14324
+	},
14325
+
14326
+	_setOption: function( key, value ) {
14327
+		if ( key === "icons" ) {
14328
+			var icon = this.button.find( "span.ui-icon" );
14329
+			this._removeClass( icon, null, this.options.icons.button )
14330
+				._addClass( icon, null, value.button );
14331
+		}
14332
+
14333
+		this._super( key, value );
14334
+
14335
+		if ( key === "appendTo" ) {
14336
+			this.menuWrap.appendTo( this._appendTo() );
14337
+		}
14338
+
14339
+		if ( key === "width" ) {
14340
+			this._resizeButton();
14341
+		}
14342
+	},
14343
+
14344
+	_setOptionDisabled: function( value ) {
14345
+		this._super( value );
14346
+
14347
+		this.menuInstance.option( "disabled", value );
14348
+		this.button.attr( "aria-disabled", value );
14349
+		this._toggleClass( this.button, null, "ui-state-disabled", value );
14350
+
14351
+		this.element.prop( "disabled", value );
14352
+		if ( value ) {
14353
+			this.button.attr( "tabindex", -1 );
14354
+			this.close();
14355
+		} else {
14356
+			this.button.attr( "tabindex", 0 );
14357
+		}
14358
+	},
14359
+
14360
+	_appendTo: function() {
14361
+		var element = this.options.appendTo;
14362
+
14363
+		if ( element ) {
14364
+			element = element.jquery || element.nodeType ?
14365
+				$( element ) :
14366
+				this.document.find( element ).eq( 0 );
14367
+		}
14368
+
14369
+		if ( !element || !element[ 0 ] ) {
14370
+			element = this.element.closest( ".ui-front, dialog" );
14371
+		}
14372
+
14373
+		if ( !element.length ) {
14374
+			element = this.document[ 0 ].body;
14375
+		}
14376
+
14377
+		return element;
14378
+	},
14379
+
14380
+	_toggleAttr: function() {
14381
+		this.button.attr( "aria-expanded", this.isOpen );
14382
+
14383
+		// We can't use two _toggleClass() calls here, because we need to make sure
14384
+		// we always remove classes first and add them second, otherwise if both classes have the
14385
+		// same theme class, it will be removed after we add it.
14386
+		this._removeClass( this.button, "ui-selectmenu-button-" +
14387
+			( this.isOpen ? "closed" : "open" ) )
14388
+			._addClass( this.button, "ui-selectmenu-button-" +
14389
+				( this.isOpen ? "open" : "closed" ) )
14390
+			._toggleClass( this.menuWrap, "ui-selectmenu-open", null, this.isOpen );
14391
+
14392
+		this.menu.attr( "aria-hidden", !this.isOpen );
14393
+	},
14394
+
14395
+	_resizeButton: function() {
14396
+		var width = this.options.width;
14397
+
14398
+		// For `width: false`, just remove inline style and stop
14399
+		if ( width === false ) {
14400
+			this.button.css( "width", "" );
14401
+			return;
14402
+		}
14403
+
14404
+		// For `width: null`, match the width of the original element
14405
+		if ( width === null ) {
14406
+			width = this.element.show().outerWidth();
14407
+			this.element.hide();
14408
+		}
14409
+
14410
+		this.button.outerWidth( width );
14411
+	},
14412
+
14413
+	_resizeMenu: function() {
14414
+		this.menu.outerWidth( Math.max(
14415
+			this.button.outerWidth(),
14416
+
14417
+			// Support: IE10
14418
+			// IE10 wraps long text (possibly a rounding bug)
14419
+			// so we add 1px to avoid the wrapping
14420
+			this.menu.width( "" ).outerWidth() + 1
14421
+		) );
14422
+	},
14423
+
14424
+	_getCreateOptions: function() {
14425
+		var options = this._super();
14426
+
14427
+		options.disabled = this.element.prop( "disabled" );
14428
+
14429
+		return options;
14430
+	},
14431
+
14432
+	_parseOptions: function( options ) {
14433
+		var that = this,
14434
+			data = [];
14435
+		options.each( function( index, item ) {
14436
+			data.push( that._parseOption( $( item ), index ) );
14437
+		} );
14438
+		this.items = data;
14439
+	},
14440
+
14441
+	_parseOption: function( option, index ) {
14442
+		var optgroup = option.parent( "optgroup" );
14443
+
14444
+		return {
14445
+			element: option,
14446
+			index: index,
14447
+			value: option.val(),
14448
+			label: option.text(),
14449
+			optgroup: optgroup.attr( "label" ) || "",
14450
+			disabled: optgroup.prop( "disabled" ) || option.prop( "disabled" )
14451
+		};
14452
+	},
14453
+
14454
+	_destroy: function() {
14455
+		this._unbindFormResetHandler();
14456
+		this.menuWrap.remove();
14457
+		this.button.remove();
14458
+		this.element.show();
14459
+		this.element.removeUniqueId();
14460
+		this.labels.attr( "for", this.ids.element );
14461
+	}
14462
+} ] );
14463
+
14464
+
14465
+/*!
14466
+ * jQuery UI Slider 1.12.1
14467
+ * http://jqueryui.com
14468
+ *
14469
+ * Copyright jQuery Foundation and other contributors
14470
+ * Released under the MIT license.
14471
+ * http://jquery.org/license
14472
+ */
14473
+
14474
+//>>label: Slider
14475
+//>>group: Widgets
14476
+//>>description: Displays a flexible slider with ranges and accessibility via keyboard.
14477
+//>>docs: http://api.jqueryui.com/slider/
14478
+//>>demos: http://jqueryui.com/slider/
14479
+//>>css.structure: ../../themes/base/core.css
14480
+//>>css.structure: ../../themes/base/slider.css
14481
+//>>css.theme: ../../themes/base/theme.css
14482
+
14483
+
14484
+
14485
+var widgetsSlider = $.widget( "ui.slider", $.ui.mouse, {
14486
+	version: "1.12.1",
14487
+	widgetEventPrefix: "slide",
14488
+
14489
+	options: {
14490
+		animate: false,
14491
+		classes: {
14492
+			"ui-slider": "ui-corner-all",
14493
+			"ui-slider-handle": "ui-corner-all",
14494
+
14495
+			// Note: ui-widget-header isn't the most fittingly semantic framework class for this
14496
+			// element, but worked best visually with a variety of themes
14497
+			"ui-slider-range": "ui-corner-all ui-widget-header"
14498
+		},
14499
+		distance: 0,
14500
+		max: 100,
14501
+		min: 0,
14502
+		orientation: "horizontal",
14503
+		range: false,
14504
+		step: 1,
14505
+		value: 0,
14506
+		values: null,
14507
+
14508
+		// Callbacks
14509
+		change: null,
14510
+		slide: null,
14511
+		start: null,
14512
+		stop: null
14513
+	},
14514
+
14515
+	// Number of pages in a slider
14516
+	// (how many times can you page up/down to go through the whole range)
14517
+	numPages: 5,
14518
+
14519
+	_create: function() {
14520
+		this._keySliding = false;
14521
+		this._mouseSliding = false;
14522
+		this._animateOff = true;
14523
+		this._handleIndex = null;
14524
+		this._detectOrientation();
14525
+		this._mouseInit();
14526
+		this._calculateNewMax();
14527
+
14528
+		this._addClass( "ui-slider ui-slider-" + this.orientation,
14529
+			"ui-widget ui-widget-content" );
14530
+
14531
+		this._refresh();
14532
+
14533
+		this._animateOff = false;
14534
+	},
14535
+
14536
+	_refresh: function() {
14537
+		this._createRange();
14538
+		this._createHandles();
14539
+		this._setupEvents();
14540
+		this._refreshValue();
14541
+	},
14542
+
14543
+	_createHandles: function() {
14544
+		var i, handleCount,
14545
+			options = this.options,
14546
+			existingHandles = this.element.find( ".ui-slider-handle" ),
14547
+			handle = "<span tabindex='0'></span>",
14548
+			handles = [];
14549
+
14550
+		handleCount = ( options.values && options.values.length ) || 1;
14551
+
14552
+		if ( existingHandles.length > handleCount ) {
14553
+			existingHandles.slice( handleCount ).remove();
14554
+			existingHandles = existingHandles.slice( 0, handleCount );
14555
+		}
14556
+
14557
+		for ( i = existingHandles.length; i < handleCount; i++ ) {
14558
+			handles.push( handle );
14559
+		}
14560
+
14561
+		this.handles = existingHandles.add( $( handles.join( "" ) ).appendTo( this.element ) );
14562
+
14563
+		this._addClass( this.handles, "ui-slider-handle", "ui-state-default" );
14564
+
14565
+		this.handle = this.handles.eq( 0 );
14566
+
14567
+		this.handles.each( function( i ) {
14568
+			$( this )
14569
+				.data( "ui-slider-handle-index", i )
14570
+				.attr( "tabIndex", 0 );
14571
+		} );
14572
+	},
14573
+
14574
+	_createRange: function() {
14575
+		var options = this.options;
14576
+
14577
+		if ( options.range ) {
14578
+			if ( options.range === true ) {
14579
+				if ( !options.values ) {
14580
+					options.values = [ this._valueMin(), this._valueMin() ];
14581
+				} else if ( options.values.length && options.values.length !== 2 ) {
14582
+					options.values = [ options.values[ 0 ], options.values[ 0 ] ];
14583
+				} else if ( $.isArray( options.values ) ) {
14584
+					options.values = options.values.slice( 0 );
14585
+				}
14586
+			}
14587
+
14588
+			if ( !this.range || !this.range.length ) {
14589
+				this.range = $( "<div>" )
14590
+					.appendTo( this.element );
14591
+
14592
+				this._addClass( this.range, "ui-slider-range" );
14593
+			} else {
14594
+				this._removeClass( this.range, "ui-slider-range-min ui-slider-range-max" );
14595
+
14596
+				// Handle range switching from true to min/max
14597
+				this.range.css( {
14598
+					"left": "",
14599
+					"bottom": ""
14600
+				} );
14601
+			}
14602
+			if ( options.range === "min" || options.range === "max" ) {
14603
+				this._addClass( this.range, "ui-slider-range-" + options.range );
14604
+			}
14605
+		} else {
14606
+			if ( this.range ) {
14607
+				this.range.remove();
14608
+			}
14609
+			this.range = null;
14610
+		}
14611
+	},
14612
+
14613
+	_setupEvents: function() {
14614
+		this._off( this.handles );
14615
+		this._on( this.handles, this._handleEvents );
14616
+		this._hoverable( this.handles );
14617
+		this._focusable( this.handles );
14618
+	},
14619
+
14620
+	_destroy: function() {
14621
+		this.handles.remove();
14622
+		if ( this.range ) {
14623
+			this.range.remove();
14624
+		}
14625
+
14626
+		this._mouseDestroy();
14627
+	},
14628
+
14629
+	_mouseCapture: function( event ) {
14630
+		var position, normValue, distance, closestHandle, index, allowed, offset, mouseOverHandle,
14631
+			that = this,
14632
+			o = this.options;
14633
+
14634
+		if ( o.disabled ) {
14635
+			return false;
14636
+		}
14637
+
14638
+		this.elementSize = {
14639
+			width: this.element.outerWidth(),
14640
+			height: this.element.outerHeight()
14641
+		};
14642
+		this.elementOffset = this.element.offset();
14643
+
14644
+		position = { x: event.pageX, y: event.pageY };
14645
+		normValue = this._normValueFromMouse( position );
14646
+		distance = this._valueMax() - this._valueMin() + 1;
14647
+		this.handles.each( function( i ) {
14648
+			var thisDistance = Math.abs( normValue - that.values( i ) );
14649
+			if ( ( distance > thisDistance ) ||
14650
+				( distance === thisDistance &&
14651
+					( i === that._lastChangedValue || that.values( i ) === o.min ) ) ) {
14652
+				distance = thisDistance;
14653
+				closestHandle = $( this );
14654
+				index = i;
14655
+			}
14656
+		} );
14657
+
14658
+		allowed = this._start( event, index );
14659
+		if ( allowed === false ) {
14660
+			return false;
14661
+		}
14662
+		this._mouseSliding = true;
14663
+
14664
+		this._handleIndex = index;
14665
+
14666
+		this._addClass( closestHandle, null, "ui-state-active" );
14667
+		closestHandle.trigger( "focus" );
14668
+
14669
+		offset = closestHandle.offset();
14670
+		mouseOverHandle = !$( event.target ).parents().addBack().is( ".ui-slider-handle" );
14671
+		this._clickOffset = mouseOverHandle ? { left: 0, top: 0 } : {
14672
+			left: event.pageX - offset.left - ( closestHandle.width() / 2 ),
14673
+			top: event.pageY - offset.top -
14674
+				( closestHandle.height() / 2 ) -
14675
+				( parseInt( closestHandle.css( "borderTopWidth" ), 10 ) || 0 ) -
14676
+				( parseInt( closestHandle.css( "borderBottomWidth" ), 10 ) || 0 ) +
14677
+				( parseInt( closestHandle.css( "marginTop" ), 10 ) || 0 )
14678
+		};
14679
+
14680
+		if ( !this.handles.hasClass( "ui-state-hover" ) ) {
14681
+			this._slide( event, index, normValue );
14682
+		}
14683
+		this._animateOff = true;
14684
+		return true;
14685
+	},
14686
+
14687
+	_mouseStart: function() {
14688
+		return true;
14689
+	},
14690
+
14691
+	_mouseDrag: function( event ) {
14692
+		var position = { x: event.pageX, y: event.pageY },
14693
+			normValue = this._normValueFromMouse( position );
14694
+
14695
+		this._slide( event, this._handleIndex, normValue );
14696
+
14697
+		return false;
14698
+	},
14699
+
14700
+	_mouseStop: function( event ) {
14701
+		this._removeClass( this.handles, null, "ui-state-active" );
14702
+		this._mouseSliding = false;
14703
+
14704
+		this._stop( event, this._handleIndex );
14705
+		this._change( event, this._handleIndex );
14706
+
14707
+		this._handleIndex = null;
14708
+		this._clickOffset = null;
14709
+		this._animateOff = false;
14710
+
14711
+		return false;
14712
+	},
14713
+
14714
+	_detectOrientation: function() {
14715
+		this.orientation = ( this.options.orientation === "vertical" ) ? "vertical" : "horizontal";
14716
+	},
14717
+
14718
+	_normValueFromMouse: function( position ) {
14719
+		var pixelTotal,
14720
+			pixelMouse,
14721
+			percentMouse,
14722
+			valueTotal,
14723
+			valueMouse;
14724
+
14725
+		if ( this.orientation === "horizontal" ) {
14726
+			pixelTotal = this.elementSize.width;
14727
+			pixelMouse = position.x - this.elementOffset.left -
14728
+				( this._clickOffset ? this._clickOffset.left : 0 );
14729
+		} else {
14730
+			pixelTotal = this.elementSize.height;
14731
+			pixelMouse = position.y - this.elementOffset.top -
14732
+				( this._clickOffset ? this._clickOffset.top : 0 );
14733
+		}
14734
+
14735
+		percentMouse = ( pixelMouse / pixelTotal );
14736
+		if ( percentMouse > 1 ) {
14737
+			percentMouse = 1;
14738
+		}
14739
+		if ( percentMouse < 0 ) {
14740
+			percentMouse = 0;
14741
+		}
14742
+		if ( this.orientation === "vertical" ) {
14743
+			percentMouse = 1 - percentMouse;
14744
+		}
14745
+
14746
+		valueTotal = this._valueMax() - this._valueMin();
14747
+		valueMouse = this._valueMin() + percentMouse * valueTotal;
14748
+
14749
+		return this._trimAlignValue( valueMouse );
14750
+	},
14751
+
14752
+	_uiHash: function( index, value, values ) {
14753
+		var uiHash = {
14754
+			handle: this.handles[ index ],
14755
+			handleIndex: index,
14756
+			value: value !== undefined ? value : this.value()
14757
+		};
14758
+
14759
+		if ( this._hasMultipleValues() ) {
14760
+			uiHash.value = value !== undefined ? value : this.values( index );
14761
+			uiHash.values = values || this.values();
14762
+		}
14763
+
14764
+		return uiHash;
14765
+	},
14766
+
14767
+	_hasMultipleValues: function() {
14768
+		return this.options.values && this.options.values.length;
14769
+	},
14770
+
14771
+	_start: function( event, index ) {
14772
+		return this._trigger( "start", event, this._uiHash( index ) );
14773
+	},
14774
+
14775
+	_slide: function( event, index, newVal ) {
14776
+		var allowed, otherVal,
14777
+			currentValue = this.value(),
14778
+			newValues = this.values();
14779
+
14780
+		if ( this._hasMultipleValues() ) {
14781
+			otherVal = this.values( index ? 0 : 1 );
14782
+			currentValue = this.values( index );
14783
+
14784
+			if ( this.options.values.length === 2 && this.options.range === true ) {
14785
+				newVal =  index === 0 ? Math.min( otherVal, newVal ) : Math.max( otherVal, newVal );
14786
+			}
14787
+
14788
+			newValues[ index ] = newVal;
14789
+		}
14790
+
14791
+		if ( newVal === currentValue ) {
14792
+			return;
14793
+		}
14794
+
14795
+		allowed = this._trigger( "slide", event, this._uiHash( index, newVal, newValues ) );
14796
+
14797
+		// A slide can be canceled by returning false from the slide callback
14798
+		if ( allowed === false ) {
14799
+			return;
14800
+		}
14801
+
14802
+		if ( this._hasMultipleValues() ) {
14803
+			this.values( index, newVal );
14804
+		} else {
14805
+			this.value( newVal );
14806
+		}
14807
+	},
14808
+
14809
+	_stop: function( event, index ) {
14810
+		this._trigger( "stop", event, this._uiHash( index ) );
14811
+	},
14812
+
14813
+	_change: function( event, index ) {
14814
+		if ( !this._keySliding && !this._mouseSliding ) {
14815
+
14816
+			//store the last changed value index for reference when handles overlap
14817
+			this._lastChangedValue = index;
14818
+			this._trigger( "change", event, this._uiHash( index ) );
14819
+		}
14820
+	},
14821
+
14822
+	value: function( newValue ) {
14823
+		if ( arguments.length ) {
14824
+			this.options.value = this._trimAlignValue( newValue );
14825
+			this._refreshValue();
14826
+			this._change( null, 0 );
14827
+			return;
14828
+		}
14829
+
14830
+		return this._value();
14831
+	},
14832
+
14833
+	values: function( index, newValue ) {
14834
+		var vals,
14835
+			newValues,
14836
+			i;
14837
+
14838
+		if ( arguments.length > 1 ) {
14839
+			this.options.values[ index ] = this._trimAlignValue( newValue );
14840
+			this._refreshValue();
14841
+			this._change( null, index );
14842
+			return;
14843
+		}
14844
+
14845
+		if ( arguments.length ) {
14846
+			if ( $.isArray( arguments[ 0 ] ) ) {
14847
+				vals = this.options.values;
14848
+				newValues = arguments[ 0 ];
14849
+				for ( i = 0; i < vals.length; i += 1 ) {
14850
+					vals[ i ] = this._trimAlignValue( newValues[ i ] );
14851
+					this._change( null, i );
14852
+				}
14853
+				this._refreshValue();
14854
+			} else {
14855
+				if ( this._hasMultipleValues() ) {
14856
+					return this._values( index );
14857
+				} else {
14858
+					return this.value();
14859
+				}
14860
+			}
14861
+		} else {
14862
+			return this._values();
14863
+		}
14864
+	},
14865
+
14866
+	_setOption: function( key, value ) {
14867
+		var i,
14868
+			valsLength = 0;
14869
+
14870
+		if ( key === "range" && this.options.range === true ) {
14871
+			if ( value === "min" ) {
14872
+				this.options.value = this._values( 0 );
14873
+				this.options.values = null;
14874
+			} else if ( value === "max" ) {
14875
+				this.options.value = this._values( this.options.values.length - 1 );
14876
+				this.options.values = null;
14877
+			}
14878
+		}
14879
+
14880
+		if ( $.isArray( this.options.values ) ) {
14881
+			valsLength = this.options.values.length;
14882
+		}
14883
+
14884
+		this._super( key, value );
14885
+
14886
+		switch ( key ) {
14887
+			case "orientation":
14888
+				this._detectOrientation();
14889
+				this._removeClass( "ui-slider-horizontal ui-slider-vertical" )
14890
+					._addClass( "ui-slider-" + this.orientation );
14891
+				this._refreshValue();
14892
+				if ( this.options.range ) {
14893
+					this._refreshRange( value );
14894
+				}
14895
+
14896
+				// Reset positioning from previous orientation
14897
+				this.handles.css( value === "horizontal" ? "bottom" : "left", "" );
14898
+				break;
14899
+			case "value":
14900
+				this._animateOff = true;
14901
+				this._refreshValue();
14902
+				this._change( null, 0 );
14903
+				this._animateOff = false;
14904
+				break;
14905
+			case "values":
14906
+				this._animateOff = true;
14907
+				this._refreshValue();
14908
+
14909
+				// Start from the last handle to prevent unreachable handles (#9046)
14910
+				for ( i = valsLength - 1; i >= 0; i-- ) {
14911
+					this._change( null, i );
14912
+				}
14913
+				this._animateOff = false;
14914
+				break;
14915
+			case "step":
14916
+			case "min":
14917
+			case "max":
14918
+				this._animateOff = true;
14919
+				this._calculateNewMax();
14920
+				this._refreshValue();
14921
+				this._animateOff = false;
14922
+				break;
14923
+			case "range":
14924
+				this._animateOff = true;
14925
+				this._refresh();
14926
+				this._animateOff = false;
14927
+				break;
14928
+		}
14929
+	},
14930
+
14931
+	_setOptionDisabled: function( value ) {
14932
+		this._super( value );
14933
+
14934
+		this._toggleClass( null, "ui-state-disabled", !!value );
14935
+	},
14936
+
14937
+	//internal value getter
14938
+	// _value() returns value trimmed by min and max, aligned by step
14939
+	_value: function() {
14940
+		var val = this.options.value;
14941
+		val = this._trimAlignValue( val );
14942
+
14943
+		return val;
14944
+	},
14945
+
14946
+	//internal values getter
14947
+	// _values() returns array of values trimmed by min and max, aligned by step
14948
+	// _values( index ) returns single value trimmed by min and max, aligned by step
14949
+	_values: function( index ) {
14950
+		var val,
14951
+			vals,
14952
+			i;
14953
+
14954
+		if ( arguments.length ) {
14955
+			val = this.options.values[ index ];
14956
+			val = this._trimAlignValue( val );
14957
+
14958
+			return val;
14959
+		} else if ( this._hasMultipleValues() ) {
14960
+
14961
+			// .slice() creates a copy of the array
14962
+			// this copy gets trimmed by min and max and then returned
14963
+			vals = this.options.values.slice();
14964
+			for ( i = 0; i < vals.length; i += 1 ) {
14965
+				vals[ i ] = this._trimAlignValue( vals[ i ] );
14966
+			}
14967
+
14968
+			return vals;
14969
+		} else {
14970
+			return [];
14971
+		}
14972
+	},
14973
+
14974
+	// Returns the step-aligned value that val is closest to, between (inclusive) min and max
14975
+	_trimAlignValue: function( val ) {
14976
+		if ( val <= this._valueMin() ) {
14977
+			return this._valueMin();
14978
+		}
14979
+		if ( val >= this._valueMax() ) {
14980
+			return this._valueMax();
14981
+		}
14982
+		var step = ( this.options.step > 0 ) ? this.options.step : 1,
14983
+			valModStep = ( val - this._valueMin() ) % step,
14984
+			alignValue = val - valModStep;
14985
+
14986
+		if ( Math.abs( valModStep ) * 2 >= step ) {
14987
+			alignValue += ( valModStep > 0 ) ? step : ( -step );
14988
+		}
14989
+
14990
+		// Since JavaScript has problems with large floats, round
14991
+		// the final value to 5 digits after the decimal point (see #4124)
14992
+		return parseFloat( alignValue.toFixed( 5 ) );
14993
+	},
14994
+
14995
+	_calculateNewMax: function() {
14996
+		var max = this.options.max,
14997
+			min = this._valueMin(),
14998
+			step = this.options.step,
14999
+			aboveMin = Math.round( ( max - min ) / step ) * step;
15000
+		max = aboveMin + min;
15001
+		if ( max > this.options.max ) {
15002
+
15003
+			//If max is not divisible by step, rounding off may increase its value
15004
+			max -= step;
15005
+		}
15006
+		this.max = parseFloat( max.toFixed( this._precision() ) );
15007
+	},
15008
+
15009
+	_precision: function() {
15010
+		var precision = this._precisionOf( this.options.step );
15011
+		if ( this.options.min !== null ) {
15012
+			precision = Math.max( precision, this._precisionOf( this.options.min ) );
15013
+		}
15014
+		return precision;
15015
+	},
15016
+
15017
+	_precisionOf: function( num ) {
15018
+		var str = num.toString(),
15019
+			decimal = str.indexOf( "." );
15020
+		return decimal === -1 ? 0 : str.length - decimal - 1;
15021
+	},
15022
+
15023
+	_valueMin: function() {
15024
+		return this.options.min;
15025
+	},
15026
+
15027
+	_valueMax: function() {
15028
+		return this.max;
15029
+	},
15030
+
15031
+	_refreshRange: function( orientation ) {
15032
+		if ( orientation === "vertical" ) {
15033
+			this.range.css( { "width": "", "left": "" } );
15034
+		}
15035
+		if ( orientation === "horizontal" ) {
15036
+			this.range.css( { "height": "", "bottom": "" } );
15037
+		}
15038
+	},
15039
+
15040
+	_refreshValue: function() {
15041
+		var lastValPercent, valPercent, value, valueMin, valueMax,
15042
+			oRange = this.options.range,
15043
+			o = this.options,
15044
+			that = this,
15045
+			animate = ( !this._animateOff ) ? o.animate : false,
15046
+			_set = {};
15047
+
15048
+		if ( this._hasMultipleValues() ) {
15049
+			this.handles.each( function( i ) {
15050
+				valPercent = ( that.values( i ) - that._valueMin() ) / ( that._valueMax() -
15051
+					that._valueMin() ) * 100;
15052
+				_set[ that.orientation === "horizontal" ? "left" : "bottom" ] = valPercent + "%";
15053
+				$( this ).stop( 1, 1 )[ animate ? "animate" : "css" ]( _set, o.animate );
15054
+				if ( that.options.range === true ) {
15055
+					if ( that.orientation === "horizontal" ) {
15056
+						if ( i === 0 ) {
15057
+							that.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( {
15058
+								left: valPercent + "%"
15059
+							}, o.animate );
15060
+						}
15061
+						if ( i === 1 ) {
15062
+							that.range[ animate ? "animate" : "css" ]( {
15063
+								width: ( valPercent - lastValPercent ) + "%"
15064
+							}, {
15065
+								queue: false,
15066
+								duration: o.animate
15067
+							} );
15068
+						}
15069
+					} else {
15070
+						if ( i === 0 ) {
15071
+							that.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( {
15072
+								bottom: ( valPercent ) + "%"
15073
+							}, o.animate );
15074
+						}
15075
+						if ( i === 1 ) {
15076
+							that.range[ animate ? "animate" : "css" ]( {
15077
+								height: ( valPercent - lastValPercent ) + "%"
15078
+							}, {
15079
+								queue: false,
15080
+								duration: o.animate
15081
+							} );
15082
+						}
15083
+					}
15084
+				}
15085
+				lastValPercent = valPercent;
15086
+			} );
15087
+		} else {
15088
+			value = this.value();
15089
+			valueMin = this._valueMin();
15090
+			valueMax = this._valueMax();
15091
+			valPercent = ( valueMax !== valueMin ) ?
15092
+					( value - valueMin ) / ( valueMax - valueMin ) * 100 :
15093
+					0;
15094
+			_set[ this.orientation === "horizontal" ? "left" : "bottom" ] = valPercent + "%";
15095
+			this.handle.stop( 1, 1 )[ animate ? "animate" : "css" ]( _set, o.animate );
15096
+
15097
+			if ( oRange === "min" && this.orientation === "horizontal" ) {
15098
+				this.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( {
15099
+					width: valPercent + "%"
15100
+				}, o.animate );
15101
+			}
15102
+			if ( oRange === "max" && this.orientation === "horizontal" ) {
15103
+				this.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( {
15104
+					width: ( 100 - valPercent ) + "%"
15105
+				}, o.animate );
15106
+			}
15107
+			if ( oRange === "min" && this.orientation === "vertical" ) {
15108
+				this.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( {
15109
+					height: valPercent + "%"
15110
+				}, o.animate );
15111
+			}
15112
+			if ( oRange === "max" && this.orientation === "vertical" ) {
15113
+				this.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( {
15114
+					height: ( 100 - valPercent ) + "%"
15115
+				}, o.animate );
15116
+			}
15117
+		}
15118
+	},
15119
+
15120
+	_handleEvents: {
15121
+		keydown: function( event ) {
15122
+			var allowed, curVal, newVal, step,
15123
+				index = $( event.target ).data( "ui-slider-handle-index" );
15124
+
15125
+			switch ( event.keyCode ) {
15126
+				case $.ui.keyCode.HOME:
15127
+				case $.ui.keyCode.END:
15128
+				case $.ui.keyCode.PAGE_UP:
15129
+				case $.ui.keyCode.PAGE_DOWN:
15130
+				case $.ui.keyCode.UP:
15131
+				case $.ui.keyCode.RIGHT:
15132
+				case $.ui.keyCode.DOWN:
15133
+				case $.ui.keyCode.LEFT:
15134
+					event.preventDefault();
15135
+					if ( !this._keySliding ) {
15136
+						this._keySliding = true;
15137
+						this._addClass( $( event.target ), null, "ui-state-active" );
15138
+						allowed = this._start( event, index );
15139
+						if ( allowed === false ) {
15140
+							return;
15141
+						}
15142
+					}
15143
+					break;
15144
+			}
15145
+
15146
+			step = this.options.step;
15147
+			if ( this._hasMultipleValues() ) {
15148
+				curVal = newVal = this.values( index );
15149
+			} else {
15150
+				curVal = newVal = this.value();
15151
+			}
15152
+
15153
+			switch ( event.keyCode ) {
15154
+				case $.ui.keyCode.HOME:
15155
+					newVal = this._valueMin();
15156
+					break;
15157
+				case $.ui.keyCode.END:
15158
+					newVal = this._valueMax();
15159
+					break;
15160
+				case $.ui.keyCode.PAGE_UP:
15161
+					newVal = this._trimAlignValue(
15162
+						curVal + ( ( this._valueMax() - this._valueMin() ) / this.numPages )
15163
+					);
15164
+					break;
15165
+				case $.ui.keyCode.PAGE_DOWN:
15166
+					newVal = this._trimAlignValue(
15167
+						curVal - ( ( this._valueMax() - this._valueMin() ) / this.numPages ) );
15168
+					break;
15169
+				case $.ui.keyCode.UP:
15170
+				case $.ui.keyCode.RIGHT:
15171
+					if ( curVal === this._valueMax() ) {
15172
+						return;
15173
+					}
15174
+					newVal = this._trimAlignValue( curVal + step );
15175
+					break;
15176
+				case $.ui.keyCode.DOWN:
15177
+				case $.ui.keyCode.LEFT:
15178
+					if ( curVal === this._valueMin() ) {
15179
+						return;
15180
+					}
15181
+					newVal = this._trimAlignValue( curVal - step );
15182
+					break;
15183
+			}
15184
+
15185
+			this._slide( event, index, newVal );
15186
+		},
15187
+		keyup: function( event ) {
15188
+			var index = $( event.target ).data( "ui-slider-handle-index" );
15189
+
15190
+			if ( this._keySliding ) {
15191
+				this._keySliding = false;
15192
+				this._stop( event, index );
15193
+				this._change( event, index );
15194
+				this._removeClass( $( event.target ), null, "ui-state-active" );
15195
+			}
15196
+		}
15197
+	}
15198
+} );
15199
+
15200
+
15201
+/*!
15202
+ * jQuery UI Sortable 1.12.1
15203
+ * http://jqueryui.com
15204
+ *
15205
+ * Copyright jQuery Foundation and other contributors
15206
+ * Released under the MIT license.
15207
+ * http://jquery.org/license
15208
+ */
15209
+
15210
+//>>label: Sortable
15211
+//>>group: Interactions
15212
+//>>description: Enables items in a list to be sorted using the mouse.
15213
+//>>docs: http://api.jqueryui.com/sortable/
15214
+//>>demos: http://jqueryui.com/sortable/
15215
+//>>css.structure: ../../themes/base/sortable.css
15216
+
15217
+
15218
+
15219
+var widgetsSortable = $.widget( "ui.sortable", $.ui.mouse, {
15220
+	version: "1.12.1",
15221
+	widgetEventPrefix: "sort",
15222
+	ready: false,
15223
+	options: {
15224
+		appendTo: "parent",
15225
+		axis: false,
15226
+		connectWith: false,
15227
+		containment: false,
15228
+		cursor: "auto",
15229
+		cursorAt: false,
15230
+		dropOnEmpty: true,
15231
+		forcePlaceholderSize: false,
15232
+		forceHelperSize: false,
15233
+		grid: false,
15234
+		handle: false,
15235
+		helper: "original",
15236
+		items: "> *",
15237
+		opacity: false,
15238
+		placeholder: false,
15239
+		revert: false,
15240
+		scroll: true,
15241
+		scrollSensitivity: 20,
15242
+		scrollSpeed: 20,
15243
+		scope: "default",
15244
+		tolerance: "intersect",
15245
+		zIndex: 1000,
15246
+
15247
+		// Callbacks
15248
+		activate: null,
15249
+		beforeStop: null,
15250
+		change: null,
15251
+		deactivate: null,
15252
+		out: null,
15253
+		over: null,
15254
+		receive: null,
15255
+		remove: null,
15256
+		sort: null,
15257
+		start: null,
15258
+		stop: null,
15259
+		update: null
15260
+	},
15261
+
15262
+	_isOverAxis: function( x, reference, size ) {
15263
+		return ( x >= reference ) && ( x < ( reference + size ) );
15264
+	},
15265
+
15266
+	_isFloating: function( item ) {
15267
+		return ( /left|right/ ).test( item.css( "float" ) ) ||
15268
+			( /inline|table-cell/ ).test( item.css( "display" ) );
15269
+	},
15270
+
15271
+	_create: function() {
15272
+		this.containerCache = {};
15273
+		this._addClass( "ui-sortable" );
15274
+
15275
+		//Get the items
15276
+		this.refresh();
15277
+
15278
+		//Let's determine the parent's offset
15279
+		this.offset = this.element.offset();
15280
+
15281
+		//Initialize mouse events for interaction
15282
+		this._mouseInit();
15283
+
15284
+		this._setHandleClassName();
15285
+
15286
+		//We're ready to go
15287
+		this.ready = true;
15288
+
15289
+	},
15290
+
15291
+	_setOption: function( key, value ) {
15292
+		this._super( key, value );
15293
+
15294
+		if ( key === "handle" ) {
15295
+			this._setHandleClassName();
15296
+		}
15297
+	},
15298
+
15299
+	_setHandleClassName: function() {
15300
+		var that = this;
15301
+		this._removeClass( this.element.find( ".ui-sortable-handle" ), "ui-sortable-handle" );
15302
+		$.each( this.items, function() {
15303
+			that._addClass(
15304
+				this.instance.options.handle ?
15305
+					this.item.find( this.instance.options.handle ) :
15306
+					this.item,
15307
+				"ui-sortable-handle"
15308
+			);
15309
+		} );
15310
+	},
15311
+
15312
+	_destroy: function() {
15313
+		this._mouseDestroy();
15314
+
15315
+		for ( var i = this.items.length - 1; i >= 0; i-- ) {
15316
+			this.items[ i ].item.removeData( this.widgetName + "-item" );
15317
+		}
15318
+
15319
+		return this;
15320
+	},
15321
+
15322
+	_mouseCapture: function( event, overrideHandle ) {
15323
+		var currentItem = null,
15324
+			validHandle = false,
15325
+			that = this;
15326
+
15327
+		if ( this.reverting ) {
15328
+			return false;
15329
+		}
15330
+
15331
+		if ( this.options.disabled || this.options.type === "static" ) {
15332
+			return false;
15333
+		}
15334
+
15335
+		//We have to refresh the items data once first
15336
+		this._refreshItems( event );
15337
+
15338
+		//Find out if the clicked node (or one of its parents) is a actual item in this.items
15339
+		$( event.target ).parents().each( function() {
15340
+			if ( $.data( this, that.widgetName + "-item" ) === that ) {
15341
+				currentItem = $( this );
15342
+				return false;
15343
+			}
15344
+		} );
15345
+		if ( $.data( event.target, that.widgetName + "-item" ) === that ) {
15346
+			currentItem = $( event.target );
15347
+		}
15348
+
15349
+		if ( !currentItem ) {
15350
+			return false;
15351
+		}
15352
+		if ( this.options.handle && !overrideHandle ) {
15353
+			$( this.options.handle, currentItem ).find( "*" ).addBack().each( function() {
15354
+				if ( this === event.target ) {
15355
+					validHandle = true;
15356
+				}
15357
+			} );
15358
+			if ( !validHandle ) {
15359
+				return false;
15360
+			}
15361
+		}
15362
+
15363
+		this.currentItem = currentItem;
15364
+		this._removeCurrentsFromItems();
15365
+		return true;
15366
+
15367
+	},
15368
+
15369
+	_mouseStart: function( event, overrideHandle, noActivation ) {
15370
+
15371
+		var i, body,
15372
+			o = this.options;
15373
+
15374
+		this.currentContainer = this;
15375
+
15376
+		//We only need to call refreshPositions, because the refreshItems call has been moved to
15377
+		// mouseCapture
15378
+		this.refreshPositions();
15379
+
15380
+		//Create and append the visible helper
15381
+		this.helper = this._createHelper( event );
15382
+
15383
+		//Cache the helper size
15384
+		this._cacheHelperProportions();
15385
+
15386
+		/*
15387
+		 * - Position generation -
15388
+		 * This block generates everything position related - it's the core of draggables.
15389
+		 */
15390
+
15391
+		//Cache the margins of the original element
15392
+		this._cacheMargins();
15393
+
15394
+		//Get the next scrolling parent
15395
+		this.scrollParent = this.helper.scrollParent();
15396
+
15397
+		//The element's absolute position on the page minus margins
15398
+		this.offset = this.currentItem.offset();
15399
+		this.offset = {
15400
+			top: this.offset.top - this.margins.top,
15401
+			left: this.offset.left - this.margins.left
15402
+		};
15403
+
15404
+		$.extend( this.offset, {
15405
+			click: { //Where the click happened, relative to the element
15406
+				left: event.pageX - this.offset.left,
15407
+				top: event.pageY - this.offset.top
15408
+			},
15409
+			parent: this._getParentOffset(),
15410
+
15411
+			// This is a relative to absolute position minus the actual position calculation -
15412
+			// only used for relative positioned helper
15413
+			relative: this._getRelativeOffset()
15414
+		} );
15415
+
15416
+		// Only after we got the offset, we can change the helper's position to absolute
15417
+		// TODO: Still need to figure out a way to make relative sorting possible
15418
+		this.helper.css( "position", "absolute" );
15419
+		this.cssPosition = this.helper.css( "position" );
15420
+
15421
+		//Generate the original position
15422
+		this.originalPosition = this._generatePosition( event );
15423
+		this.originalPageX = event.pageX;
15424
+		this.originalPageY = event.pageY;
15425
+
15426
+		//Adjust the mouse offset relative to the helper if "cursorAt" is supplied
15427
+		( o.cursorAt && this._adjustOffsetFromHelper( o.cursorAt ) );
15428
+
15429
+		//Cache the former DOM position
15430
+		this.domPosition = {
15431
+			prev: this.currentItem.prev()[ 0 ],
15432
+			parent: this.currentItem.parent()[ 0 ]
15433
+		};
15434
+
15435
+		// If the helper is not the original, hide the original so it's not playing any role during
15436
+		// the drag, won't cause anything bad this way
15437
+		if ( this.helper[ 0 ] !== this.currentItem[ 0 ] ) {
15438
+			this.currentItem.hide();
15439
+		}
15440
+
15441
+		//Create the placeholder
15442
+		this._createPlaceholder();
15443
+
15444
+		//Set a containment if given in the options
15445
+		if ( o.containment ) {
15446
+			this._setContainment();
15447
+		}
15448
+
15449
+		if ( o.cursor && o.cursor !== "auto" ) { // cursor option
15450
+			body = this.document.find( "body" );
15451
+
15452
+			// Support: IE
15453
+			this.storedCursor = body.css( "cursor" );
15454
+			body.css( "cursor", o.cursor );
15455
+
15456
+			this.storedStylesheet =
15457
+				$( "<style>*{ cursor: " + o.cursor + " !important; }</style>" ).appendTo( body );
15458
+		}
15459
+
15460
+		if ( o.opacity ) { // opacity option
15461
+			if ( this.helper.css( "opacity" ) ) {
15462
+				this._storedOpacity = this.helper.css( "opacity" );
15463
+			}
15464
+			this.helper.css( "opacity", o.opacity );
15465
+		}
15466
+
15467
+		if ( o.zIndex ) { // zIndex option
15468
+			if ( this.helper.css( "zIndex" ) ) {
15469
+				this._storedZIndex = this.helper.css( "zIndex" );
15470
+			}
15471
+			this.helper.css( "zIndex", o.zIndex );
15472
+		}
15473
+
15474
+		//Prepare scrolling
15475
+		if ( this.scrollParent[ 0 ] !== this.document[ 0 ] &&
15476
+				this.scrollParent[ 0 ].tagName !== "HTML" ) {
15477
+			this.overflowOffset = this.scrollParent.offset();
15478
+		}
15479
+
15480
+		//Call callbacks
15481
+		this._trigger( "start", event, this._uiHash() );
15482
+
15483
+		//Recache the helper size
15484
+		if ( !this._preserveHelperProportions ) {
15485
+			this._cacheHelperProportions();
15486
+		}
15487
+
15488
+		//Post "activate" events to possible containers
15489
+		if ( !noActivation ) {
15490
+			for ( i = this.containers.length - 1; i >= 0; i-- ) {
15491
+				this.containers[ i ]._trigger( "activate", event, this._uiHash( this ) );
15492
+			}
15493
+		}
15494
+
15495
+		//Prepare possible droppables
15496
+		if ( $.ui.ddmanager ) {
15497
+			$.ui.ddmanager.current = this;
15498
+		}
15499
+
15500
+		if ( $.ui.ddmanager && !o.dropBehaviour ) {
15501
+			$.ui.ddmanager.prepareOffsets( this, event );
15502
+		}
15503
+
15504
+		this.dragging = true;
15505
+
15506
+		this._addClass( this.helper, "ui-sortable-helper" );
15507
+
15508
+		// Execute the drag once - this causes the helper not to be visiblebefore getting its
15509
+		// correct position
15510
+		this._mouseDrag( event );
15511
+		return true;
15512
+
15513
+	},
15514
+
15515
+	_mouseDrag: function( event ) {
15516
+		var i, item, itemElement, intersection,
15517
+			o = this.options,
15518
+			scrolled = false;
15519
+
15520
+		//Compute the helpers position
15521
+		this.position = this._generatePosition( event );
15522
+		this.positionAbs = this._convertPositionTo( "absolute" );
15523
+
15524
+		if ( !this.lastPositionAbs ) {
15525
+			this.lastPositionAbs = this.positionAbs;
15526
+		}
15527
+
15528
+		//Do scrolling
15529
+		if ( this.options.scroll ) {
15530
+			if ( this.scrollParent[ 0 ] !== this.document[ 0 ] &&
15531
+					this.scrollParent[ 0 ].tagName !== "HTML" ) {
15532
+
15533
+				if ( ( this.overflowOffset.top + this.scrollParent[ 0 ].offsetHeight ) -
15534
+						event.pageY < o.scrollSensitivity ) {
15535
+					this.scrollParent[ 0 ].scrollTop =
15536
+						scrolled = this.scrollParent[ 0 ].scrollTop + o.scrollSpeed;
15537
+				} else if ( event.pageY - this.overflowOffset.top < o.scrollSensitivity ) {
15538
+					this.scrollParent[ 0 ].scrollTop =
15539
+						scrolled = this.scrollParent[ 0 ].scrollTop - o.scrollSpeed;
15540
+				}
15541
+
15542
+				if ( ( this.overflowOffset.left + this.scrollParent[ 0 ].offsetWidth ) -
15543
+						event.pageX < o.scrollSensitivity ) {
15544
+					this.scrollParent[ 0 ].scrollLeft = scrolled =
15545
+						this.scrollParent[ 0 ].scrollLeft + o.scrollSpeed;
15546
+				} else if ( event.pageX - this.overflowOffset.left < o.scrollSensitivity ) {
15547
+					this.scrollParent[ 0 ].scrollLeft = scrolled =
15548
+						this.scrollParent[ 0 ].scrollLeft - o.scrollSpeed;
15549
+				}
15550
+
15551
+			} else {
15552
+
15553
+				if ( event.pageY - this.document.scrollTop() < o.scrollSensitivity ) {
15554
+					scrolled = this.document.scrollTop( this.document.scrollTop() - o.scrollSpeed );
15555
+				} else if ( this.window.height() - ( event.pageY - this.document.scrollTop() ) <
15556
+						o.scrollSensitivity ) {
15557
+					scrolled = this.document.scrollTop( this.document.scrollTop() + o.scrollSpeed );
15558
+				}
15559
+
15560
+				if ( event.pageX - this.document.scrollLeft() < o.scrollSensitivity ) {
15561
+					scrolled = this.document.scrollLeft(
15562
+						this.document.scrollLeft() - o.scrollSpeed
15563
+					);
15564
+				} else if ( this.window.width() - ( event.pageX - this.document.scrollLeft() ) <
15565
+						o.scrollSensitivity ) {
15566
+					scrolled = this.document.scrollLeft(
15567
+						this.document.scrollLeft() + o.scrollSpeed
15568
+					);
15569
+				}
15570
+
15571
+			}
15572
+
15573
+			if ( scrolled !== false && $.ui.ddmanager && !o.dropBehaviour ) {
15574
+				$.ui.ddmanager.prepareOffsets( this, event );
15575
+			}
15576
+		}
15577
+
15578
+		//Regenerate the absolute position used for position checks
15579
+		this.positionAbs = this._convertPositionTo( "absolute" );
15580
+
15581
+		//Set the helper position
15582
+		if ( !this.options.axis || this.options.axis !== "y" ) {
15583
+			this.helper[ 0 ].style.left = this.position.left + "px";
15584
+		}
15585
+		if ( !this.options.axis || this.options.axis !== "x" ) {
15586
+			this.helper[ 0 ].style.top = this.position.top + "px";
15587
+		}
15588
+
15589
+		//Rearrange
15590
+		for ( i = this.items.length - 1; i >= 0; i-- ) {
15591
+
15592
+			//Cache variables and intersection, continue if no intersection
15593
+			item = this.items[ i ];
15594
+			itemElement = item.item[ 0 ];
15595
+			intersection = this._intersectsWithPointer( item );
15596
+			if ( !intersection ) {
15597
+				continue;
15598
+			}
15599
+
15600
+			// Only put the placeholder inside the current Container, skip all
15601
+			// items from other containers. This works because when moving
15602
+			// an item from one container to another the
15603
+			// currentContainer is switched before the placeholder is moved.
15604
+			//
15605
+			// Without this, moving items in "sub-sortables" can cause
15606
+			// the placeholder to jitter between the outer and inner container.
15607
+			if ( item.instance !== this.currentContainer ) {
15608
+				continue;
15609
+			}
15610
+
15611
+			// Cannot intersect with itself
15612
+			// no useless actions that have been done before
15613
+			// no action if the item moved is the parent of the item checked
15614
+			if ( itemElement !== this.currentItem[ 0 ] &&
15615
+				this.placeholder[ intersection === 1 ? "next" : "prev" ]()[ 0 ] !== itemElement &&
15616
+				!$.contains( this.placeholder[ 0 ], itemElement ) &&
15617
+				( this.options.type === "semi-dynamic" ?
15618
+					!$.contains( this.element[ 0 ], itemElement ) :
15619
+					true
15620
+				)
15621
+			) {
15622
+
15623
+				this.direction = intersection === 1 ? "down" : "up";
15624
+
15625
+				if ( this.options.tolerance === "pointer" || this._intersectsWithSides( item ) ) {
15626
+					this._rearrange( event, item );
15627
+				} else {
15628
+					break;
15629
+				}
15630
+
15631
+				this._trigger( "change", event, this._uiHash() );
15632
+				break;
15633
+			}
15634
+		}
15635
+
15636
+		//Post events to containers
15637
+		this._contactContainers( event );
15638
+
15639
+		//Interconnect with droppables
15640
+		if ( $.ui.ddmanager ) {
15641
+			$.ui.ddmanager.drag( this, event );
15642
+		}
15643
+
15644
+		//Call callbacks
15645
+		this._trigger( "sort", event, this._uiHash() );
15646
+
15647
+		this.lastPositionAbs = this.positionAbs;
15648
+		return false;
15649
+
15650
+	},
15651
+
15652
+	_mouseStop: function( event, noPropagation ) {
15653
+
15654
+		if ( !event ) {
15655
+			return;
15656
+		}
15657
+
15658
+		//If we are using droppables, inform the manager about the drop
15659
+		if ( $.ui.ddmanager && !this.options.dropBehaviour ) {
15660
+			$.ui.ddmanager.drop( this, event );
15661
+		}
15662
+
15663
+		if ( this.options.revert ) {
15664
+			var that = this,
15665
+				cur = this.placeholder.offset(),
15666
+				axis = this.options.axis,
15667
+				animation = {};
15668
+
15669
+			if ( !axis || axis === "x" ) {
15670
+				animation.left = cur.left - this.offset.parent.left - this.margins.left +
15671
+					( this.offsetParent[ 0 ] === this.document[ 0 ].body ?
15672
+						0 :
15673
+						this.offsetParent[ 0 ].scrollLeft
15674
+					);
15675
+			}
15676
+			if ( !axis || axis === "y" ) {
15677
+				animation.top = cur.top - this.offset.parent.top - this.margins.top +
15678
+					( this.offsetParent[ 0 ] === this.document[ 0 ].body ?
15679
+						0 :
15680
+						this.offsetParent[ 0 ].scrollTop
15681
+					);
15682
+			}
15683
+			this.reverting = true;
15684
+			$( this.helper ).animate(
15685
+				animation,
15686
+				parseInt( this.options.revert, 10 ) || 500,
15687
+				function() {
15688
+					that._clear( event );
15689
+				}
15690
+			);
15691
+		} else {
15692
+			this._clear( event, noPropagation );
15693
+		}
15694
+
15695
+		return false;
15696
+
15697
+	},
15698
+
15699
+	cancel: function() {
15700
+
15701
+		if ( this.dragging ) {
15702
+
15703
+			this._mouseUp( new $.Event( "mouseup", { target: null } ) );
15704
+
15705
+			if ( this.options.helper === "original" ) {
15706
+				this.currentItem.css( this._storedCSS );
15707
+				this._removeClass( this.currentItem, "ui-sortable-helper" );
15708
+			} else {
15709
+				this.currentItem.show();
15710
+			}
15711
+
15712
+			//Post deactivating events to containers
15713
+			for ( var i = this.containers.length - 1; i >= 0; i-- ) {
15714
+				this.containers[ i ]._trigger( "deactivate", null, this._uiHash( this ) );
15715
+				if ( this.containers[ i ].containerCache.over ) {
15716
+					this.containers[ i ]._trigger( "out", null, this._uiHash( this ) );
15717
+					this.containers[ i ].containerCache.over = 0;
15718
+				}
15719
+			}
15720
+
15721
+		}
15722
+
15723
+		if ( this.placeholder ) {
15724
+
15725
+			//$(this.placeholder[0]).remove(); would have been the jQuery way - unfortunately,
15726
+			// it unbinds ALL events from the original node!
15727
+			if ( this.placeholder[ 0 ].parentNode ) {
15728
+				this.placeholder[ 0 ].parentNode.removeChild( this.placeholder[ 0 ] );
15729
+			}
15730
+			if ( this.options.helper !== "original" && this.helper &&
15731
+					this.helper[ 0 ].parentNode ) {
15732
+				this.helper.remove();
15733
+			}
15734
+
15735
+			$.extend( this, {
15736
+				helper: null,
15737
+				dragging: false,
15738
+				reverting: false,
15739
+				_noFinalSort: null
15740
+			} );
15741
+
15742
+			if ( this.domPosition.prev ) {
15743
+				$( this.domPosition.prev ).after( this.currentItem );
15744
+			} else {
15745
+				$( this.domPosition.parent ).prepend( this.currentItem );
15746
+			}
15747
+		}
15748
+
15749
+		return this;
15750
+
15751
+	},
15752
+
15753
+	serialize: function( o ) {
15754
+
15755
+		var items = this._getItemsAsjQuery( o && o.connected ),
15756
+			str = [];
15757
+		o = o || {};
15758
+
15759
+		$( items ).each( function() {
15760
+			var res = ( $( o.item || this ).attr( o.attribute || "id" ) || "" )
15761
+				.match( o.expression || ( /(.+)[\-=_](.+)/ ) );
15762
+			if ( res ) {
15763
+				str.push(
15764
+					( o.key || res[ 1 ] + "[]" ) +
15765
+					"=" + ( o.key && o.expression ? res[ 1 ] : res[ 2 ] ) );
15766
+			}
15767
+		} );
15768
+
15769
+		if ( !str.length && o.key ) {
15770
+			str.push( o.key + "=" );
15771
+		}
15772
+
15773
+		return str.join( "&" );
15774
+
15775
+	},
15776
+
15777
+	toArray: function( o ) {
15778
+
15779
+		var items = this._getItemsAsjQuery( o && o.connected ),
15780
+			ret = [];
15781
+
15782
+		o = o || {};
15783
+
15784
+		items.each( function() {
15785
+			ret.push( $( o.item || this ).attr( o.attribute || "id" ) || "" );
15786
+		} );
15787
+		return ret;
15788
+
15789
+	},
15790
+
15791
+	/* Be careful with the following core functions */
15792
+	_intersectsWith: function( item ) {
15793
+
15794
+		var x1 = this.positionAbs.left,
15795
+			x2 = x1 + this.helperProportions.width,
15796
+			y1 = this.positionAbs.top,
15797
+			y2 = y1 + this.helperProportions.height,
15798
+			l = item.left,
15799
+			r = l + item.width,
15800
+			t = item.top,
15801
+			b = t + item.height,
15802
+			dyClick = this.offset.click.top,
15803
+			dxClick = this.offset.click.left,
15804
+			isOverElementHeight = ( this.options.axis === "x" ) || ( ( y1 + dyClick ) > t &&
15805
+				( y1 + dyClick ) < b ),
15806
+			isOverElementWidth = ( this.options.axis === "y" ) || ( ( x1 + dxClick ) > l &&
15807
+				( x1 + dxClick ) < r ),
15808
+			isOverElement = isOverElementHeight && isOverElementWidth;
15809
+
15810
+		if ( this.options.tolerance === "pointer" ||
15811
+			this.options.forcePointerForContainers ||
15812
+			( this.options.tolerance !== "pointer" &&
15813
+				this.helperProportions[ this.floating ? "width" : "height" ] >
15814
+				item[ this.floating ? "width" : "height" ] )
15815
+		) {
15816
+			return isOverElement;
15817
+		} else {
15818
+
15819
+			return ( l < x1 + ( this.helperProportions.width / 2 ) && // Right Half
15820
+				x2 - ( this.helperProportions.width / 2 ) < r && // Left Half
15821
+				t < y1 + ( this.helperProportions.height / 2 ) && // Bottom Half
15822
+				y2 - ( this.helperProportions.height / 2 ) < b ); // Top Half
15823
+
15824
+		}
15825
+	},
15826
+
15827
+	_intersectsWithPointer: function( item ) {
15828
+		var verticalDirection, horizontalDirection,
15829
+			isOverElementHeight = ( this.options.axis === "x" ) ||
15830
+				this._isOverAxis(
15831
+					this.positionAbs.top + this.offset.click.top, item.top, item.height ),
15832
+			isOverElementWidth = ( this.options.axis === "y" ) ||
15833
+				this._isOverAxis(
15834
+					this.positionAbs.left + this.offset.click.left, item.left, item.width ),
15835
+			isOverElement = isOverElementHeight && isOverElementWidth;
15836
+
15837
+		if ( !isOverElement ) {
15838
+			return false;
15839
+		}
15840
+
15841
+		verticalDirection = this._getDragVerticalDirection();
15842
+		horizontalDirection = this._getDragHorizontalDirection();
15843
+
15844
+		return this.floating ?
15845
+			( ( horizontalDirection === "right" || verticalDirection === "down" ) ? 2 : 1 )
15846
+			: ( verticalDirection && ( verticalDirection === "down" ? 2 : 1 ) );
15847
+
15848
+	},
15849
+
15850
+	_intersectsWithSides: function( item ) {
15851
+
15852
+		var isOverBottomHalf = this._isOverAxis( this.positionAbs.top +
15853
+				this.offset.click.top, item.top + ( item.height / 2 ), item.height ),
15854
+			isOverRightHalf = this._isOverAxis( this.positionAbs.left +
15855
+				this.offset.click.left, item.left + ( item.width / 2 ), item.width ),
15856
+			verticalDirection = this._getDragVerticalDirection(),
15857
+			horizontalDirection = this._getDragHorizontalDirection();
15858
+
15859
+		if ( this.floating && horizontalDirection ) {
15860
+			return ( ( horizontalDirection === "right" && isOverRightHalf ) ||
15861
+				( horizontalDirection === "left" && !isOverRightHalf ) );
15862
+		} else {
15863
+			return verticalDirection && ( ( verticalDirection === "down" && isOverBottomHalf ) ||
15864
+				( verticalDirection === "up" && !isOverBottomHalf ) );
15865
+		}
15866
+
15867
+	},
15868
+
15869
+	_getDragVerticalDirection: function() {
15870
+		var delta = this.positionAbs.top - this.lastPositionAbs.top;
15871
+		return delta !== 0 && ( delta > 0 ? "down" : "up" );
15872
+	},
15873
+
15874
+	_getDragHorizontalDirection: function() {
15875
+		var delta = this.positionAbs.left - this.lastPositionAbs.left;
15876
+		return delta !== 0 && ( delta > 0 ? "right" : "left" );
15877
+	},
15878
+
15879
+	refresh: function( event ) {
15880
+		this._refreshItems( event );
15881
+		this._setHandleClassName();
15882
+		this.refreshPositions();
15883
+		return this;
15884
+	},
15885
+
15886
+	_connectWith: function() {
15887
+		var options = this.options;
15888
+		return options.connectWith.constructor === String ?
15889
+			[ options.connectWith ] :
15890
+			options.connectWith;
15891
+	},
15892
+
15893
+	_getItemsAsjQuery: function( connected ) {
15894
+
15895
+		var i, j, cur, inst,
15896
+			items = [],
15897
+			queries = [],
15898
+			connectWith = this._connectWith();
15899
+
15900
+		if ( connectWith && connected ) {
15901
+			for ( i = connectWith.length - 1; i >= 0; i-- ) {
15902
+				cur = $( connectWith[ i ], this.document[ 0 ] );
15903
+				for ( j = cur.length - 1; j >= 0; j-- ) {
15904
+					inst = $.data( cur[ j ], this.widgetFullName );
15905
+					if ( inst && inst !== this && !inst.options.disabled ) {
15906
+						queries.push( [ $.isFunction( inst.options.items ) ?
15907
+							inst.options.items.call( inst.element ) :
15908
+							$( inst.options.items, inst.element )
15909
+								.not( ".ui-sortable-helper" )
15910
+								.not( ".ui-sortable-placeholder" ), inst ] );
15911
+					}
15912
+				}
15913
+			}
15914
+		}
15915
+
15916
+		queries.push( [ $.isFunction( this.options.items ) ?
15917
+			this.options.items
15918
+				.call( this.element, null, { options: this.options, item: this.currentItem } ) :
15919
+			$( this.options.items, this.element )
15920
+				.not( ".ui-sortable-helper" )
15921
+				.not( ".ui-sortable-placeholder" ), this ] );
15922
+
15923
+		function addItems() {
15924
+			items.push( this );
15925
+		}
15926
+		for ( i = queries.length - 1; i >= 0; i-- ) {
15927
+			queries[ i ][ 0 ].each( addItems );
15928
+		}
15929
+
15930
+		return $( items );
15931
+
15932
+	},
15933
+
15934
+	_removeCurrentsFromItems: function() {
15935
+
15936
+		var list = this.currentItem.find( ":data(" + this.widgetName + "-item)" );
15937
+
15938
+		this.items = $.grep( this.items, function( item ) {
15939
+			for ( var j = 0; j < list.length; j++ ) {
15940
+				if ( list[ j ] === item.item[ 0 ] ) {
15941
+					return false;
15942
+				}
15943
+			}
15944
+			return true;
15945
+		} );
15946
+
15947
+	},
15948
+
15949
+	_refreshItems: function( event ) {
15950
+
15951
+		this.items = [];
15952
+		this.containers = [ this ];
15953
+
15954
+		var i, j, cur, inst, targetData, _queries, item, queriesLength,
15955
+			items = this.items,
15956
+			queries = [ [ $.isFunction( this.options.items ) ?
15957
+				this.options.items.call( this.element[ 0 ], event, { item: this.currentItem } ) :
15958
+				$( this.options.items, this.element ), this ] ],
15959
+			connectWith = this._connectWith();
15960
+
15961
+		//Shouldn't be run the first time through due to massive slow-down
15962
+		if ( connectWith && this.ready ) {
15963
+			for ( i = connectWith.length - 1; i >= 0; i-- ) {
15964
+				cur = $( connectWith[ i ], this.document[ 0 ] );
15965
+				for ( j = cur.length - 1; j >= 0; j-- ) {
15966
+					inst = $.data( cur[ j ], this.widgetFullName );
15967
+					if ( inst && inst !== this && !inst.options.disabled ) {
15968
+						queries.push( [ $.isFunction( inst.options.items ) ?
15969
+							inst.options.items
15970
+								.call( inst.element[ 0 ], event, { item: this.currentItem } ) :
15971
+							$( inst.options.items, inst.element ), inst ] );
15972
+						this.containers.push( inst );
15973
+					}
15974
+				}
15975
+			}
15976
+		}
15977
+
15978
+		for ( i = queries.length - 1; i >= 0; i-- ) {
15979
+			targetData = queries[ i ][ 1 ];
15980
+			_queries = queries[ i ][ 0 ];
15981
+
15982
+			for ( j = 0, queriesLength = _queries.length; j < queriesLength; j++ ) {
15983
+				item = $( _queries[ j ] );
15984
+
15985
+				// Data for target checking (mouse manager)
15986
+				item.data( this.widgetName + "-item", targetData );
15987
+
15988
+				items.push( {
15989
+					item: item,
15990
+					instance: targetData,
15991
+					width: 0, height: 0,
15992
+					left: 0, top: 0
15993
+				} );
15994
+			}
15995
+		}
15996
+
15997
+	},
15998
+
15999
+	refreshPositions: function( fast ) {
16000
+
16001
+		// Determine whether items are being displayed horizontally
16002
+		this.floating = this.items.length ?
16003
+			this.options.axis === "x" || this._isFloating( this.items[ 0 ].item ) :
16004
+			false;
16005
+
16006
+		//This has to be redone because due to the item being moved out/into the offsetParent,
16007
+		// the offsetParent's position will change
16008
+		if ( this.offsetParent && this.helper ) {
16009
+			this.offset.parent = this._getParentOffset();
16010
+		}
16011
+
16012
+		var i, item, t, p;
16013
+
16014
+		for ( i = this.items.length - 1; i >= 0; i-- ) {
16015
+			item = this.items[ i ];
16016
+
16017
+			//We ignore calculating positions of all connected containers when we're not over them
16018
+			if ( item.instance !== this.currentContainer && this.currentContainer &&
16019
+					item.item[ 0 ] !== this.currentItem[ 0 ] ) {
16020
+				continue;
16021
+			}
16022
+
16023
+			t = this.options.toleranceElement ?
16024
+				$( this.options.toleranceElement, item.item ) :
16025
+				item.item;
16026
+
16027
+			if ( !fast ) {
16028
+				item.width = t.outerWidth();
16029
+				item.height = t.outerHeight();
16030
+			}
16031
+
16032
+			p = t.offset();
16033
+			item.left = p.left;
16034
+			item.top = p.top;
16035
+		}
16036
+
16037
+		if ( this.options.custom && this.options.custom.refreshContainers ) {
16038
+			this.options.custom.refreshContainers.call( this );
16039
+		} else {
16040
+			for ( i = this.containers.length - 1; i >= 0; i-- ) {
16041
+				p = this.containers[ i ].element.offset();
16042
+				this.containers[ i ].containerCache.left = p.left;
16043
+				this.containers[ i ].containerCache.top = p.top;
16044
+				this.containers[ i ].containerCache.width =
16045
+					this.containers[ i ].element.outerWidth();
16046
+				this.containers[ i ].containerCache.height =
16047
+					this.containers[ i ].element.outerHeight();
16048
+			}
16049
+		}
16050
+
16051
+		return this;
16052
+	},
16053
+
16054
+	_createPlaceholder: function( that ) {
16055
+		that = that || this;
16056
+		var className,
16057
+			o = that.options;
16058
+
16059
+		if ( !o.placeholder || o.placeholder.constructor === String ) {
16060
+			className = o.placeholder;
16061
+			o.placeholder = {
16062
+				element: function() {
16063
+
16064
+					var nodeName = that.currentItem[ 0 ].nodeName.toLowerCase(),
16065
+						element = $( "<" + nodeName + ">", that.document[ 0 ] );
16066
+
16067
+						that._addClass( element, "ui-sortable-placeholder",
16068
+								className || that.currentItem[ 0 ].className )
16069
+							._removeClass( element, "ui-sortable-helper" );
16070
+
16071
+					if ( nodeName === "tbody" ) {
16072
+						that._createTrPlaceholder(
16073
+							that.currentItem.find( "tr" ).eq( 0 ),
16074
+							$( "<tr>", that.document[ 0 ] ).appendTo( element )
16075
+						);
16076
+					} else if ( nodeName === "tr" ) {
16077
+						that._createTrPlaceholder( that.currentItem, element );
16078
+					} else if ( nodeName === "img" ) {
16079
+						element.attr( "src", that.currentItem.attr( "src" ) );
16080
+					}
16081
+
16082
+					if ( !className ) {
16083
+						element.css( "visibility", "hidden" );
16084
+					}
16085
+
16086
+					return element;
16087
+				},
16088
+				update: function( container, p ) {
16089
+
16090
+					// 1. If a className is set as 'placeholder option, we don't force sizes -
16091
+					// the class is responsible for that
16092
+					// 2. The option 'forcePlaceholderSize can be enabled to force it even if a
16093
+					// class name is specified
16094
+					if ( className && !o.forcePlaceholderSize ) {
16095
+						return;
16096
+					}
16097
+
16098
+					//If the element doesn't have a actual height by itself (without styles coming
16099
+					// from a stylesheet), it receives the inline height from the dragged item
16100
+					if ( !p.height() ) {
16101
+						p.height(
16102
+							that.currentItem.innerHeight() -
16103
+							parseInt( that.currentItem.css( "paddingTop" ) || 0, 10 ) -
16104
+							parseInt( that.currentItem.css( "paddingBottom" ) || 0, 10 ) );
16105
+					}
16106
+					if ( !p.width() ) {
16107
+						p.width(
16108
+							that.currentItem.innerWidth() -
16109
+							parseInt( that.currentItem.css( "paddingLeft" ) || 0, 10 ) -
16110
+							parseInt( that.currentItem.css( "paddingRight" ) || 0, 10 ) );
16111
+					}
16112
+				}
16113
+			};
16114
+		}
16115
+
16116
+		//Create the placeholder
16117
+		that.placeholder = $( o.placeholder.element.call( that.element, that.currentItem ) );
16118
+
16119
+		//Append it after the actual current item
16120
+		that.currentItem.after( that.placeholder );
16121
+
16122
+		//Update the size of the placeholder (TODO: Logic to fuzzy, see line 316/317)
16123
+		o.placeholder.update( that, that.placeholder );
16124
+
16125
+	},
16126
+
16127
+	_createTrPlaceholder: function( sourceTr, targetTr ) {
16128
+		var that = this;
16129
+
16130
+		sourceTr.children().each( function() {
16131
+			$( "<td>&#160;</td>", that.document[ 0 ] )
16132
+				.attr( "colspan", $( this ).attr( "colspan" ) || 1 )
16133
+				.appendTo( targetTr );
16134
+		} );
16135
+	},
16136
+
16137
+	_contactContainers: function( event ) {
16138
+		var i, j, dist, itemWithLeastDistance, posProperty, sizeProperty, cur, nearBottom,
16139
+			floating, axis,
16140
+			innermostContainer = null,
16141
+			innermostIndex = null;
16142
+
16143
+		// Get innermost container that intersects with item
16144
+		for ( i = this.containers.length - 1; i >= 0; i-- ) {
16145
+
16146
+			// Never consider a container that's located within the item itself
16147
+			if ( $.contains( this.currentItem[ 0 ], this.containers[ i ].element[ 0 ] ) ) {
16148
+				continue;
16149
+			}
16150
+
16151
+			if ( this._intersectsWith( this.containers[ i ].containerCache ) ) {
16152
+
16153
+				// If we've already found a container and it's more "inner" than this, then continue
16154
+				if ( innermostContainer &&
16155
+						$.contains(
16156
+							this.containers[ i ].element[ 0 ],
16157
+							innermostContainer.element[ 0 ] ) ) {
16158
+					continue;
16159
+				}
16160
+
16161
+				innermostContainer = this.containers[ i ];
16162
+				innermostIndex = i;
16163
+
16164
+			} else {
16165
+
16166
+				// container doesn't intersect. trigger "out" event if necessary
16167
+				if ( this.containers[ i ].containerCache.over ) {
16168
+					this.containers[ i ]._trigger( "out", event, this._uiHash( this ) );
16169
+					this.containers[ i ].containerCache.over = 0;
16170
+				}
16171
+			}
16172
+
16173
+		}
16174
+
16175
+		// If no intersecting containers found, return
16176
+		if ( !innermostContainer ) {
16177
+			return;
16178
+		}
16179
+
16180
+		// Move the item into the container if it's not there already
16181
+		if ( this.containers.length === 1 ) {
16182
+			if ( !this.containers[ innermostIndex ].containerCache.over ) {
16183
+				this.containers[ innermostIndex ]._trigger( "over", event, this._uiHash( this ) );
16184
+				this.containers[ innermostIndex ].containerCache.over = 1;
16185
+			}
16186
+		} else {
16187
+
16188
+			// When entering a new container, we will find the item with the least distance and
16189
+			// append our item near it
16190
+			dist = 10000;
16191
+			itemWithLeastDistance = null;
16192
+			floating = innermostContainer.floating || this._isFloating( this.currentItem );
16193
+			posProperty = floating ? "left" : "top";
16194
+			sizeProperty = floating ? "width" : "height";
16195
+			axis = floating ? "pageX" : "pageY";
16196
+
16197
+			for ( j = this.items.length - 1; j >= 0; j-- ) {
16198
+				if ( !$.contains(
16199
+						this.containers[ innermostIndex ].element[ 0 ], this.items[ j ].item[ 0 ] )
16200
+				) {
16201
+					continue;
16202
+				}
16203
+				if ( this.items[ j ].item[ 0 ] === this.currentItem[ 0 ] ) {
16204
+					continue;
16205
+				}
16206
+
16207
+				cur = this.items[ j ].item.offset()[ posProperty ];
16208
+				nearBottom = false;
16209
+				if ( event[ axis ] - cur > this.items[ j ][ sizeProperty ] / 2 ) {
16210
+					nearBottom = true;
16211
+				}
16212
+
16213
+				if ( Math.abs( event[ axis ] - cur ) < dist ) {
16214
+					dist = Math.abs( event[ axis ] - cur );
16215
+					itemWithLeastDistance = this.items[ j ];
16216
+					this.direction = nearBottom ? "up" : "down";
16217
+				}
16218
+			}
16219
+
16220
+			//Check if dropOnEmpty is enabled
16221
+			if ( !itemWithLeastDistance && !this.options.dropOnEmpty ) {
16222
+				return;
16223
+			}
16224
+
16225
+			if ( this.currentContainer === this.containers[ innermostIndex ] ) {
16226
+				if ( !this.currentContainer.containerCache.over ) {
16227
+					this.containers[ innermostIndex ]._trigger( "over", event, this._uiHash() );
16228
+					this.currentContainer.containerCache.over = 1;
16229
+				}
16230
+				return;
16231
+			}
16232
+
16233
+			itemWithLeastDistance ?
16234
+				this._rearrange( event, itemWithLeastDistance, null, true ) :
16235
+				this._rearrange( event, null, this.containers[ innermostIndex ].element, true );
16236
+			this._trigger( "change", event, this._uiHash() );
16237
+			this.containers[ innermostIndex ]._trigger( "change", event, this._uiHash( this ) );
16238
+			this.currentContainer = this.containers[ innermostIndex ];
16239
+
16240
+			//Update the placeholder
16241
+			this.options.placeholder.update( this.currentContainer, this.placeholder );
16242
+
16243
+			this.containers[ innermostIndex ]._trigger( "over", event, this._uiHash( this ) );
16244
+			this.containers[ innermostIndex ].containerCache.over = 1;
16245
+		}
16246
+
16247
+	},
16248
+
16249
+	_createHelper: function( event ) {
16250
+
16251
+		var o = this.options,
16252
+			helper = $.isFunction( o.helper ) ?
16253
+				$( o.helper.apply( this.element[ 0 ], [ event, this.currentItem ] ) ) :
16254
+				( o.helper === "clone" ? this.currentItem.clone() : this.currentItem );
16255
+
16256
+		//Add the helper to the DOM if that didn't happen already
16257
+		if ( !helper.parents( "body" ).length ) {
16258
+			$( o.appendTo !== "parent" ?
16259
+				o.appendTo :
16260
+				this.currentItem[ 0 ].parentNode )[ 0 ].appendChild( helper[ 0 ] );
16261
+		}
16262
+
16263
+		if ( helper[ 0 ] === this.currentItem[ 0 ] ) {
16264
+			this._storedCSS = {
16265
+				width: this.currentItem[ 0 ].style.width,
16266
+				height: this.currentItem[ 0 ].style.height,
16267
+				position: this.currentItem.css( "position" ),
16268
+				top: this.currentItem.css( "top" ),
16269
+				left: this.currentItem.css( "left" )
16270
+			};
16271
+		}
16272
+
16273
+		if ( !helper[ 0 ].style.width || o.forceHelperSize ) {
16274
+			helper.width( this.currentItem.width() );
16275
+		}
16276
+		if ( !helper[ 0 ].style.height || o.forceHelperSize ) {
16277
+			helper.height( this.currentItem.height() );
16278
+		}
16279
+
16280
+		return helper;
16281
+
16282
+	},
16283
+
16284
+	_adjustOffsetFromHelper: function( obj ) {
16285
+		if ( typeof obj === "string" ) {
16286
+			obj = obj.split( " " );
16287
+		}
16288
+		if ( $.isArray( obj ) ) {
16289
+			obj = { left: +obj[ 0 ], top: +obj[ 1 ] || 0 };
16290
+		}
16291
+		if ( "left" in obj ) {
16292
+			this.offset.click.left = obj.left + this.margins.left;
16293
+		}
16294
+		if ( "right" in obj ) {
16295
+			this.offset.click.left = this.helperProportions.width - obj.right + this.margins.left;
16296
+		}
16297
+		if ( "top" in obj ) {
16298
+			this.offset.click.top = obj.top + this.margins.top;
16299
+		}
16300
+		if ( "bottom" in obj ) {
16301
+			this.offset.click.top = this.helperProportions.height - obj.bottom + this.margins.top;
16302
+		}
16303
+	},
16304
+
16305
+	_getParentOffset: function() {
16306
+
16307
+		//Get the offsetParent and cache its position
16308
+		this.offsetParent = this.helper.offsetParent();
16309
+		var po = this.offsetParent.offset();
16310
+
16311
+		// This is a special case where we need to modify a offset calculated on start, since the
16312
+		// following happened:
16313
+		// 1. The position of the helper is absolute, so it's position is calculated based on the
16314
+		// next positioned parent
16315
+		// 2. The actual offset parent is a child of the scroll parent, and the scroll parent isn't
16316
+		// the document, which means that the scroll is included in the initial calculation of the
16317
+		// offset of the parent, and never recalculated upon drag
16318
+		if ( this.cssPosition === "absolute" && this.scrollParent[ 0 ] !== this.document[ 0 ] &&
16319
+				$.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) {
16320
+			po.left += this.scrollParent.scrollLeft();
16321
+			po.top += this.scrollParent.scrollTop();
16322
+		}
16323
+
16324
+		// This needs to be actually done for all browsers, since pageX/pageY includes this
16325
+		// information with an ugly IE fix
16326
+		if ( this.offsetParent[ 0 ] === this.document[ 0 ].body ||
16327
+				( this.offsetParent[ 0 ].tagName &&
16328
+				this.offsetParent[ 0 ].tagName.toLowerCase() === "html" && $.ui.ie ) ) {
16329
+			po = { top: 0, left: 0 };
16330
+		}
16331
+
16332
+		return {
16333
+			top: po.top + ( parseInt( this.offsetParent.css( "borderTopWidth" ), 10 ) || 0 ),
16334
+			left: po.left + ( parseInt( this.offsetParent.css( "borderLeftWidth" ), 10 ) || 0 )
16335
+		};
16336
+
16337
+	},
16338
+
16339
+	_getRelativeOffset: function() {
16340
+
16341
+		if ( this.cssPosition === "relative" ) {
16342
+			var p = this.currentItem.position();
16343
+			return {
16344
+				top: p.top - ( parseInt( this.helper.css( "top" ), 10 ) || 0 ) +
16345
+					this.scrollParent.scrollTop(),
16346
+				left: p.left - ( parseInt( this.helper.css( "left" ), 10 ) || 0 ) +
16347
+					this.scrollParent.scrollLeft()
16348
+			};
16349
+		} else {
16350
+			return { top: 0, left: 0 };
16351
+		}
16352
+
16353
+	},
16354
+
16355
+	_cacheMargins: function() {
16356
+		this.margins = {
16357
+			left: ( parseInt( this.currentItem.css( "marginLeft" ), 10 ) || 0 ),
16358
+			top: ( parseInt( this.currentItem.css( "marginTop" ), 10 ) || 0 )
16359
+		};
16360
+	},
16361
+
16362
+	_cacheHelperProportions: function() {
16363
+		this.helperProportions = {
16364
+			width: this.helper.outerWidth(),
16365
+			height: this.helper.outerHeight()
16366
+		};
16367
+	},
16368
+
16369
+	_setContainment: function() {
16370
+
16371
+		var ce, co, over,
16372
+			o = this.options;
16373
+		if ( o.containment === "parent" ) {
16374
+			o.containment = this.helper[ 0 ].parentNode;
16375
+		}
16376
+		if ( o.containment === "document" || o.containment === "window" ) {
16377
+			this.containment = [
16378
+				0 - this.offset.relative.left - this.offset.parent.left,
16379
+				0 - this.offset.relative.top - this.offset.parent.top,
16380
+				o.containment === "document" ?
16381
+					this.document.width() :
16382
+					this.window.width() - this.helperProportions.width - this.margins.left,
16383
+				( o.containment === "document" ?
16384
+					( this.document.height() || document.body.parentNode.scrollHeight ) :
16385
+					this.window.height() || this.document[ 0 ].body.parentNode.scrollHeight
16386
+				) - this.helperProportions.height - this.margins.top
16387
+			];
16388
+		}
16389
+
16390
+		if ( !( /^(document|window|parent)$/ ).test( o.containment ) ) {
16391
+			ce = $( o.containment )[ 0 ];
16392
+			co = $( o.containment ).offset();
16393
+			over = ( $( ce ).css( "overflow" ) !== "hidden" );
16394
+
16395
+			this.containment = [
16396
+				co.left + ( parseInt( $( ce ).css( "borderLeftWidth" ), 10 ) || 0 ) +
16397
+					( parseInt( $( ce ).css( "paddingLeft" ), 10 ) || 0 ) - this.margins.left,
16398
+				co.top + ( parseInt( $( ce ).css( "borderTopWidth" ), 10 ) || 0 ) +
16399
+					( parseInt( $( ce ).css( "paddingTop" ), 10 ) || 0 ) - this.margins.top,
16400
+				co.left + ( over ? Math.max( ce.scrollWidth, ce.offsetWidth ) : ce.offsetWidth ) -
16401
+					( parseInt( $( ce ).css( "borderLeftWidth" ), 10 ) || 0 ) -
16402
+					( parseInt( $( ce ).css( "paddingRight" ), 10 ) || 0 ) -
16403
+					this.helperProportions.width - this.margins.left,
16404
+				co.top + ( over ? Math.max( ce.scrollHeight, ce.offsetHeight ) : ce.offsetHeight ) -
16405
+					( parseInt( $( ce ).css( "borderTopWidth" ), 10 ) || 0 ) -
16406
+					( parseInt( $( ce ).css( "paddingBottom" ), 10 ) || 0 ) -
16407
+					this.helperProportions.height - this.margins.top
16408
+			];
16409
+		}
16410
+
16411
+	},
16412
+
16413
+	_convertPositionTo: function( d, pos ) {
16414
+
16415
+		if ( !pos ) {
16416
+			pos = this.position;
16417
+		}
16418
+		var mod = d === "absolute" ? 1 : -1,
16419
+			scroll = this.cssPosition === "absolute" &&
16420
+				!( this.scrollParent[ 0 ] !== this.document[ 0 ] &&
16421
+				$.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) ?
16422
+					this.offsetParent :
16423
+					this.scrollParent,
16424
+			scrollIsRootNode = ( /(html|body)/i ).test( scroll[ 0 ].tagName );
16425
+
16426
+		return {
16427
+			top: (
16428
+
16429
+				// The absolute mouse position
16430
+				pos.top	+
16431
+
16432
+				// Only for relative positioned nodes: Relative offset from element to offset parent
16433
+				this.offset.relative.top * mod +
16434
+
16435
+				// The offsetParent's offset without borders (offset + border)
16436
+				this.offset.parent.top * mod -
16437
+				( ( this.cssPosition === "fixed" ?
16438
+					-this.scrollParent.scrollTop() :
16439
+					( scrollIsRootNode ? 0 : scroll.scrollTop() ) ) * mod )
16440
+			),
16441
+			left: (
16442
+
16443
+				// The absolute mouse position
16444
+				pos.left +
16445
+
16446
+				// Only for relative positioned nodes: Relative offset from element to offset parent
16447
+				this.offset.relative.left * mod +
16448
+
16449
+				// The offsetParent's offset without borders (offset + border)
16450
+				this.offset.parent.left * mod	-
16451
+				( ( this.cssPosition === "fixed" ?
16452
+					-this.scrollParent.scrollLeft() : scrollIsRootNode ? 0 :
16453
+					scroll.scrollLeft() ) * mod )
16454
+			)
16455
+		};
16456
+
16457
+	},
16458
+
16459
+	_generatePosition: function( event ) {
16460
+
16461
+		var top, left,
16462
+			o = this.options,
16463
+			pageX = event.pageX,
16464
+			pageY = event.pageY,
16465
+			scroll = this.cssPosition === "absolute" &&
16466
+				!( this.scrollParent[ 0 ] !== this.document[ 0 ] &&
16467
+				$.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) ?
16468
+					this.offsetParent :
16469
+					this.scrollParent,
16470
+				scrollIsRootNode = ( /(html|body)/i ).test( scroll[ 0 ].tagName );
16471
+
16472
+		// This is another very weird special case that only happens for relative elements:
16473
+		// 1. If the css position is relative
16474
+		// 2. and the scroll parent is the document or similar to the offset parent
16475
+		// we have to refresh the relative offset during the scroll so there are no jumps
16476
+		if ( this.cssPosition === "relative" && !( this.scrollParent[ 0 ] !== this.document[ 0 ] &&
16477
+				this.scrollParent[ 0 ] !== this.offsetParent[ 0 ] ) ) {
16478
+			this.offset.relative = this._getRelativeOffset();
16479
+		}
16480
+
16481
+		/*
16482
+		 * - Position constraining -
16483
+		 * Constrain the position to a mix of grid, containment.
16484
+		 */
16485
+
16486
+		if ( this.originalPosition ) { //If we are not dragging yet, we won't check for options
16487
+
16488
+			if ( this.containment ) {
16489
+				if ( event.pageX - this.offset.click.left < this.containment[ 0 ] ) {
16490
+					pageX = this.containment[ 0 ] + this.offset.click.left;
16491
+				}
16492
+				if ( event.pageY - this.offset.click.top < this.containment[ 1 ] ) {
16493
+					pageY = this.containment[ 1 ] + this.offset.click.top;
16494
+				}
16495
+				if ( event.pageX - this.offset.click.left > this.containment[ 2 ] ) {
16496
+					pageX = this.containment[ 2 ] + this.offset.click.left;
16497
+				}
16498
+				if ( event.pageY - this.offset.click.top > this.containment[ 3 ] ) {
16499
+					pageY = this.containment[ 3 ] + this.offset.click.top;
16500
+				}
16501
+			}
16502
+
16503
+			if ( o.grid ) {
16504
+				top = this.originalPageY + Math.round( ( pageY - this.originalPageY ) /
16505
+					o.grid[ 1 ] ) * o.grid[ 1 ];
16506
+				pageY = this.containment ?
16507
+					( ( top - this.offset.click.top >= this.containment[ 1 ] &&
16508
+						top - this.offset.click.top <= this.containment[ 3 ] ) ?
16509
+							top :
16510
+							( ( top - this.offset.click.top >= this.containment[ 1 ] ) ?
16511
+								top - o.grid[ 1 ] : top + o.grid[ 1 ] ) ) :
16512
+								top;
16513
+
16514
+				left = this.originalPageX + Math.round( ( pageX - this.originalPageX ) /
16515
+					o.grid[ 0 ] ) * o.grid[ 0 ];
16516
+				pageX = this.containment ?
16517
+					( ( left - this.offset.click.left >= this.containment[ 0 ] &&
16518
+						left - this.offset.click.left <= this.containment[ 2 ] ) ?
16519
+							left :
16520
+							( ( left - this.offset.click.left >= this.containment[ 0 ] ) ?
16521
+								left - o.grid[ 0 ] : left + o.grid[ 0 ] ) ) :
16522
+								left;
16523
+			}
16524
+
16525
+		}
16526
+
16527
+		return {
16528
+			top: (
16529
+
16530
+				// The absolute mouse position
16531
+				pageY -
16532
+
16533
+				// Click offset (relative to the element)
16534
+				this.offset.click.top -
16535
+
16536
+				// Only for relative positioned nodes: Relative offset from element to offset parent
16537
+				this.offset.relative.top -
16538
+
16539
+				// The offsetParent's offset without borders (offset + border)
16540
+				this.offset.parent.top +
16541
+				( ( this.cssPosition === "fixed" ?
16542
+					-this.scrollParent.scrollTop() :
16543
+					( scrollIsRootNode ? 0 : scroll.scrollTop() ) ) )
16544
+			),
16545
+			left: (
16546
+
16547
+				// The absolute mouse position
16548
+				pageX -
16549
+
16550
+				// Click offset (relative to the element)
16551
+				this.offset.click.left -
16552
+
16553
+				// Only for relative positioned nodes: Relative offset from element to offset parent
16554
+				this.offset.relative.left -
16555
+
16556
+				// The offsetParent's offset without borders (offset + border)
16557
+				this.offset.parent.left +
16558
+				( ( this.cssPosition === "fixed" ?
16559
+					-this.scrollParent.scrollLeft() :
16560
+					scrollIsRootNode ? 0 : scroll.scrollLeft() ) )
16561
+			)
16562
+		};
16563
+
16564
+	},
16565
+
16566
+	_rearrange: function( event, i, a, hardRefresh ) {
16567
+
16568
+		a ? a[ 0 ].appendChild( this.placeholder[ 0 ] ) :
16569
+			i.item[ 0 ].parentNode.insertBefore( this.placeholder[ 0 ],
16570
+				( this.direction === "down" ? i.item[ 0 ] : i.item[ 0 ].nextSibling ) );
16571
+
16572
+		//Various things done here to improve the performance:
16573
+		// 1. we create a setTimeout, that calls refreshPositions
16574
+		// 2. on the instance, we have a counter variable, that get's higher after every append
16575
+		// 3. on the local scope, we copy the counter variable, and check in the timeout,
16576
+		// if it's still the same
16577
+		// 4. this lets only the last addition to the timeout stack through
16578
+		this.counter = this.counter ? ++this.counter : 1;
16579
+		var counter = this.counter;
16580
+
16581
+		this._delay( function() {
16582
+			if ( counter === this.counter ) {
16583
+
16584
+				//Precompute after each DOM insertion, NOT on mousemove
16585
+				this.refreshPositions( !hardRefresh );
16586
+			}
16587
+		} );
16588
+
16589
+	},
16590
+
16591
+	_clear: function( event, noPropagation ) {
16592
+
16593
+		this.reverting = false;
16594
+
16595
+		// We delay all events that have to be triggered to after the point where the placeholder
16596
+		// has been removed and everything else normalized again
16597
+		var i,
16598
+			delayedTriggers = [];
16599
+
16600
+		// We first have to update the dom position of the actual currentItem
16601
+		// Note: don't do it if the current item is already removed (by a user), or it gets
16602
+		// reappended (see #4088)
16603
+		if ( !this._noFinalSort && this.currentItem.parent().length ) {
16604
+			this.placeholder.before( this.currentItem );
16605
+		}
16606
+		this._noFinalSort = null;
16607
+
16608
+		if ( this.helper[ 0 ] === this.currentItem[ 0 ] ) {
16609
+			for ( i in this._storedCSS ) {
16610
+				if ( this._storedCSS[ i ] === "auto" || this._storedCSS[ i ] === "static" ) {
16611
+					this._storedCSS[ i ] = "";
16612
+				}
16613
+			}
16614
+			this.currentItem.css( this._storedCSS );
16615
+			this._removeClass( this.currentItem, "ui-sortable-helper" );
16616
+		} else {
16617
+			this.currentItem.show();
16618
+		}
16619
+
16620
+		if ( this.fromOutside && !noPropagation ) {
16621
+			delayedTriggers.push( function( event ) {
16622
+				this._trigger( "receive", event, this._uiHash( this.fromOutside ) );
16623
+			} );
16624
+		}
16625
+		if ( ( this.fromOutside ||
16626
+				this.domPosition.prev !==
16627
+				this.currentItem.prev().not( ".ui-sortable-helper" )[ 0 ] ||
16628
+				this.domPosition.parent !== this.currentItem.parent()[ 0 ] ) && !noPropagation ) {
16629
+
16630
+			// Trigger update callback if the DOM position has changed
16631
+			delayedTriggers.push( function( event ) {
16632
+				this._trigger( "update", event, this._uiHash() );
16633
+			} );
16634
+		}
16635
+
16636
+		// Check if the items Container has Changed and trigger appropriate
16637
+		// events.
16638
+		if ( this !== this.currentContainer ) {
16639
+			if ( !noPropagation ) {
16640
+				delayedTriggers.push( function( event ) {
16641
+					this._trigger( "remove", event, this._uiHash() );
16642
+				} );
16643
+				delayedTriggers.push( ( function( c ) {
16644
+					return function( event ) {
16645
+						c._trigger( "receive", event, this._uiHash( this ) );
16646
+					};
16647
+				} ).call( this, this.currentContainer ) );
16648
+				delayedTriggers.push( ( function( c ) {
16649
+					return function( event ) {
16650
+						c._trigger( "update", event, this._uiHash( this ) );
16651
+					};
16652
+				} ).call( this, this.currentContainer ) );
16653
+			}
16654
+		}
16655
+
16656
+		//Post events to containers
16657
+		function delayEvent( type, instance, container ) {
16658
+			return function( event ) {
16659
+				container._trigger( type, event, instance._uiHash( instance ) );
16660
+			};
16661
+		}
16662
+		for ( i = this.containers.length - 1; i >= 0; i-- ) {
16663
+			if ( !noPropagation ) {
16664
+				delayedTriggers.push( delayEvent( "deactivate", this, this.containers[ i ] ) );
16665
+			}
16666
+			if ( this.containers[ i ].containerCache.over ) {
16667
+				delayedTriggers.push( delayEvent( "out", this, this.containers[ i ] ) );
16668
+				this.containers[ i ].containerCache.over = 0;
16669
+			}
16670
+		}
16671
+
16672
+		//Do what was originally in plugins
16673
+		if ( this.storedCursor ) {
16674
+			this.document.find( "body" ).css( "cursor", this.storedCursor );
16675
+			this.storedStylesheet.remove();
16676
+		}
16677
+		if ( this._storedOpacity ) {
16678
+			this.helper.css( "opacity", this._storedOpacity );
16679
+		}
16680
+		if ( this._storedZIndex ) {
16681
+			this.helper.css( "zIndex", this._storedZIndex === "auto" ? "" : this._storedZIndex );
16682
+		}
16683
+
16684
+		this.dragging = false;
16685
+
16686
+		if ( !noPropagation ) {
16687
+			this._trigger( "beforeStop", event, this._uiHash() );
16688
+		}
16689
+
16690
+		//$(this.placeholder[0]).remove(); would have been the jQuery way - unfortunately,
16691
+		// it unbinds ALL events from the original node!
16692
+		this.placeholder[ 0 ].parentNode.removeChild( this.placeholder[ 0 ] );
16693
+
16694
+		if ( !this.cancelHelperRemoval ) {
16695
+			if ( this.helper[ 0 ] !== this.currentItem[ 0 ] ) {
16696
+				this.helper.remove();
16697
+			}
16698
+			this.helper = null;
16699
+		}
16700
+
16701
+		if ( !noPropagation ) {
16702
+			for ( i = 0; i < delayedTriggers.length; i++ ) {
16703
+
16704
+				// Trigger all delayed events
16705
+				delayedTriggers[ i ].call( this, event );
16706
+			}
16707
+			this._trigger( "stop", event, this._uiHash() );
16708
+		}
16709
+
16710
+		this.fromOutside = false;
16711
+		return !this.cancelHelperRemoval;
16712
+
16713
+	},
16714
+
16715
+	_trigger: function() {
16716
+		if ( $.Widget.prototype._trigger.apply( this, arguments ) === false ) {
16717
+			this.cancel();
16718
+		}
16719
+	},
16720
+
16721
+	_uiHash: function( _inst ) {
16722
+		var inst = _inst || this;
16723
+		return {
16724
+			helper: inst.helper,
16725
+			placeholder: inst.placeholder || $( [] ),
16726
+			position: inst.position,
16727
+			originalPosition: inst.originalPosition,
16728
+			offset: inst.positionAbs,
16729
+			item: inst.currentItem,
16730
+			sender: _inst ? _inst.element : null
16731
+		};
16732
+	}
16733
+
16734
+} );
16735
+
16736
+
16737
+/*!
16738
+ * jQuery UI Spinner 1.12.1
16739
+ * http://jqueryui.com
16740
+ *
16741
+ * Copyright jQuery Foundation and other contributors
16742
+ * Released under the MIT license.
16743
+ * http://jquery.org/license
16744
+ */
16745
+
16746
+//>>label: Spinner
16747
+//>>group: Widgets
16748
+//>>description: Displays buttons to easily input numbers via the keyboard or mouse.
16749
+//>>docs: http://api.jqueryui.com/spinner/
16750
+//>>demos: http://jqueryui.com/spinner/
16751
+//>>css.structure: ../../themes/base/core.css
16752
+//>>css.structure: ../../themes/base/spinner.css
16753
+//>>css.theme: ../../themes/base/theme.css
16754
+
16755
+
16756
+
16757
+function spinnerModifer( fn ) {
16758
+	return function() {
16759
+		var previous = this.element.val();
16760
+		fn.apply( this, arguments );
16761
+		this._refresh();
16762
+		if ( previous !== this.element.val() ) {
16763
+			this._trigger( "change" );
16764
+		}
16765
+	};
16766
+}
16767
+
16768
+$.widget( "ui.spinner", {
16769
+	version: "1.12.1",
16770
+	defaultElement: "<input>",
16771
+	widgetEventPrefix: "spin",
16772
+	options: {
16773
+		classes: {
16774
+			"ui-spinner": "ui-corner-all",
16775
+			"ui-spinner-down": "ui-corner-br",
16776
+			"ui-spinner-up": "ui-corner-tr"
16777
+		},
16778
+		culture: null,
16779
+		icons: {
16780
+			down: "ui-icon-triangle-1-s",
16781
+			up: "ui-icon-triangle-1-n"
16782
+		},
16783
+		incremental: true,
16784
+		max: null,
16785
+		min: null,
16786
+		numberFormat: null,
16787
+		page: 10,
16788
+		step: 1,
16789
+
16790
+		change: null,
16791
+		spin: null,
16792
+		start: null,
16793
+		stop: null
16794
+	},
16795
+
16796
+	_create: function() {
16797
+
16798
+		// handle string values that need to be parsed
16799
+		this._setOption( "max", this.options.max );
16800
+		this._setOption( "min", this.options.min );
16801
+		this._setOption( "step", this.options.step );
16802
+
16803
+		// Only format if there is a value, prevents the field from being marked
16804
+		// as invalid in Firefox, see #9573.
16805
+		if ( this.value() !== "" ) {
16806
+
16807
+			// Format the value, but don't constrain.
16808
+			this._value( this.element.val(), true );
16809
+		}
16810
+
16811
+		this._draw();
16812
+		this._on( this._events );
16813
+		this._refresh();
16814
+
16815
+		// Turning off autocomplete prevents the browser from remembering the
16816
+		// value when navigating through history, so we re-enable autocomplete
16817
+		// if the page is unloaded before the widget is destroyed. #7790
16818
+		this._on( this.window, {
16819
+			beforeunload: function() {
16820
+				this.element.removeAttr( "autocomplete" );
16821
+			}
16822
+		} );
16823
+	},
16824
+
16825
+	_getCreateOptions: function() {
16826
+		var options = this._super();
16827
+		var element = this.element;
16828
+
16829
+		$.each( [ "min", "max", "step" ], function( i, option ) {
16830
+			var value = element.attr( option );
16831
+			if ( value != null && value.length ) {
16832
+				options[ option ] = value;
16833
+			}
16834
+		} );
16835
+
16836
+		return options;
16837
+	},
16838
+
16839
+	_events: {
16840
+		keydown: function( event ) {
16841
+			if ( this._start( event ) && this._keydown( event ) ) {
16842
+				event.preventDefault();
16843
+			}
16844
+		},
16845
+		keyup: "_stop",
16846
+		focus: function() {
16847
+			this.previous = this.element.val();
16848
+		},
16849
+		blur: function( event ) {
16850
+			if ( this.cancelBlur ) {
16851
+				delete this.cancelBlur;
16852
+				return;
16853
+			}
16854
+
16855
+			this._stop();
16856
+			this._refresh();
16857
+			if ( this.previous !== this.element.val() ) {
16858
+				this._trigger( "change", event );
16859
+			}
16860
+		},
16861
+		mousewheel: function( event, delta ) {
16862
+			if ( !delta ) {
16863
+				return;
16864
+			}
16865
+			if ( !this.spinning && !this._start( event ) ) {
16866
+				return false;
16867
+			}
16868
+
16869
+			this._spin( ( delta > 0 ? 1 : -1 ) * this.options.step, event );
16870
+			clearTimeout( this.mousewheelTimer );
16871
+			this.mousewheelTimer = this._delay( function() {
16872
+				if ( this.spinning ) {
16873
+					this._stop( event );
16874
+				}
16875
+			}, 100 );
16876
+			event.preventDefault();
16877
+		},
16878
+		"mousedown .ui-spinner-button": function( event ) {
16879
+			var previous;
16880
+
16881
+			// We never want the buttons to have focus; whenever the user is
16882
+			// interacting with the spinner, the focus should be on the input.
16883
+			// If the input is focused then this.previous is properly set from
16884
+			// when the input first received focus. If the input is not focused
16885
+			// then we need to set this.previous based on the value before spinning.
16886
+			previous = this.element[ 0 ] === $.ui.safeActiveElement( this.document[ 0 ] ) ?
16887
+				this.previous : this.element.val();
16888
+			function checkFocus() {
16889
+				var isActive = this.element[ 0 ] === $.ui.safeActiveElement( this.document[ 0 ] );
16890
+				if ( !isActive ) {
16891
+					this.element.trigger( "focus" );
16892
+					this.previous = previous;
16893
+
16894
+					// support: IE
16895
+					// IE sets focus asynchronously, so we need to check if focus
16896
+					// moved off of the input because the user clicked on the button.
16897
+					this._delay( function() {
16898
+						this.previous = previous;
16899
+					} );
16900
+				}
16901
+			}
16902
+
16903
+			// Ensure focus is on (or stays on) the text field
16904
+			event.preventDefault();
16905
+			checkFocus.call( this );
16906
+
16907
+			// Support: IE
16908
+			// IE doesn't prevent moving focus even with event.preventDefault()
16909
+			// so we set a flag to know when we should ignore the blur event
16910
+			// and check (again) if focus moved off of the input.
16911
+			this.cancelBlur = true;
16912
+			this._delay( function() {
16913
+				delete this.cancelBlur;
16914
+				checkFocus.call( this );
16915
+			} );
16916
+
16917
+			if ( this._start( event ) === false ) {
16918
+				return;
16919
+			}
16920
+
16921
+			this._repeat( null, $( event.currentTarget )
16922
+				.hasClass( "ui-spinner-up" ) ? 1 : -1, event );
16923
+		},
16924
+		"mouseup .ui-spinner-button": "_stop",
16925
+		"mouseenter .ui-spinner-button": function( event ) {
16926
+
16927
+			// button will add ui-state-active if mouse was down while mouseleave and kept down
16928
+			if ( !$( event.currentTarget ).hasClass( "ui-state-active" ) ) {
16929
+				return;
16930
+			}
16931
+
16932
+			if ( this._start( event ) === false ) {
16933
+				return false;
16934
+			}
16935
+			this._repeat( null, $( event.currentTarget )
16936
+				.hasClass( "ui-spinner-up" ) ? 1 : -1, event );
16937
+		},
16938
+
16939
+		// TODO: do we really want to consider this a stop?
16940
+		// shouldn't we just stop the repeater and wait until mouseup before
16941
+		// we trigger the stop event?
16942
+		"mouseleave .ui-spinner-button": "_stop"
16943
+	},
16944
+
16945
+	// Support mobile enhanced option and make backcompat more sane
16946
+	_enhance: function() {
16947
+		this.uiSpinner = this.element
16948
+			.attr( "autocomplete", "off" )
16949
+			.wrap( "<span>" )
16950
+			.parent()
16951
+
16952
+				// Add buttons
16953
+				.append(
16954
+					"<a></a><a></a>"
16955
+				);
16956
+	},
16957
+
16958
+	_draw: function() {
16959
+		this._enhance();
16960
+
16961
+		this._addClass( this.uiSpinner, "ui-spinner", "ui-widget ui-widget-content" );
16962
+		this._addClass( "ui-spinner-input" );
16963
+
16964
+		this.element.attr( "role", "spinbutton" );
16965
+
16966
+		// Button bindings
16967
+		this.buttons = this.uiSpinner.children( "a" )
16968
+			.attr( "tabIndex", -1 )
16969
+			.attr( "aria-hidden", true )
16970
+			.button( {
16971
+				classes: {
16972
+					"ui-button": ""
16973
+				}
16974
+			} );
16975
+
16976
+		// TODO: Right now button does not support classes this is already updated in button PR
16977
+		this._removeClass( this.buttons, "ui-corner-all" );
16978
+
16979
+		this._addClass( this.buttons.first(), "ui-spinner-button ui-spinner-up" );
16980
+		this._addClass( this.buttons.last(), "ui-spinner-button ui-spinner-down" );
16981
+		this.buttons.first().button( {
16982
+			"icon": this.options.icons.up,
16983
+			"showLabel": false
16984
+		} );
16985
+		this.buttons.last().button( {
16986
+			"icon": this.options.icons.down,
16987
+			"showLabel": false
16988
+		} );
16989
+
16990
+		// IE 6 doesn't understand height: 50% for the buttons
16991
+		// unless the wrapper has an explicit height
16992
+		if ( this.buttons.height() > Math.ceil( this.uiSpinner.height() * 0.5 ) &&
16993
+				this.uiSpinner.height() > 0 ) {
16994
+			this.uiSpinner.height( this.uiSpinner.height() );
16995
+		}
16996
+	},
16997
+
16998
+	_keydown: function( event ) {
16999
+		var options = this.options,
17000
+			keyCode = $.ui.keyCode;
17001
+
17002
+		switch ( event.keyCode ) {
17003
+		case keyCode.UP:
17004
+			this._repeat( null, 1, event );
17005
+			return true;
17006
+		case keyCode.DOWN:
17007
+			this._repeat( null, -1, event );
17008
+			return true;
17009
+		case keyCode.PAGE_UP:
17010
+			this._repeat( null, options.page, event );
17011
+			return true;
17012
+		case keyCode.PAGE_DOWN:
17013
+			this._repeat( null, -options.page, event );
17014
+			return true;
17015
+		}
17016
+
17017
+		return false;
17018
+	},
17019
+
17020
+	_start: function( event ) {
17021
+		if ( !this.spinning && this._trigger( "start", event ) === false ) {
17022
+			return false;
17023
+		}
17024
+
17025
+		if ( !this.counter ) {
17026
+			this.counter = 1;
17027
+		}
17028
+		this.spinning = true;
17029
+		return true;
17030
+	},
17031
+
17032
+	_repeat: function( i, steps, event ) {
17033
+		i = i || 500;
17034
+
17035
+		clearTimeout( this.timer );
17036
+		this.timer = this._delay( function() {
17037
+			this._repeat( 40, steps, event );
17038
+		}, i );
17039
+
17040
+		this._spin( steps * this.options.step, event );
17041
+	},
17042
+
17043
+	_spin: function( step, event ) {
17044
+		var value = this.value() || 0;
17045
+
17046
+		if ( !this.counter ) {
17047
+			this.counter = 1;
17048
+		}
17049
+
17050
+		value = this._adjustValue( value + step * this._increment( this.counter ) );
17051
+
17052
+		if ( !this.spinning || this._trigger( "spin", event, { value: value } ) !== false ) {
17053
+			this._value( value );
17054
+			this.counter++;
17055
+		}
17056
+	},
17057
+
17058
+	_increment: function( i ) {
17059
+		var incremental = this.options.incremental;
17060
+
17061
+		if ( incremental ) {
17062
+			return $.isFunction( incremental ) ?
17063
+				incremental( i ) :
17064
+				Math.floor( i * i * i / 50000 - i * i / 500 + 17 * i / 200 + 1 );
17065
+		}
17066
+
17067
+		return 1;
17068
+	},
17069
+
17070
+	_precision: function() {
17071
+		var precision = this._precisionOf( this.options.step );
17072
+		if ( this.options.min !== null ) {
17073
+			precision = Math.max( precision, this._precisionOf( this.options.min ) );
17074
+		}
17075
+		return precision;
17076
+	},
17077
+
17078
+	_precisionOf: function( num ) {
17079
+		var str = num.toString(),
17080
+			decimal = str.indexOf( "." );
17081
+		return decimal === -1 ? 0 : str.length - decimal - 1;
17082
+	},
17083
+
17084
+	_adjustValue: function( value ) {
17085
+		var base, aboveMin,
17086
+			options = this.options;
17087
+
17088
+		// Make sure we're at a valid step
17089
+		// - find out where we are relative to the base (min or 0)
17090
+		base = options.min !== null ? options.min : 0;
17091
+		aboveMin = value - base;
17092
+
17093
+		// - round to the nearest step
17094
+		aboveMin = Math.round( aboveMin / options.step ) * options.step;
17095
+
17096
+		// - rounding is based on 0, so adjust back to our base
17097
+		value = base + aboveMin;
17098
+
17099
+		// Fix precision from bad JS floating point math
17100
+		value = parseFloat( value.toFixed( this._precision() ) );
17101
+
17102
+		// Clamp the value
17103
+		if ( options.max !== null && value > options.max ) {
17104
+			return options.max;
17105
+		}
17106
+		if ( options.min !== null && value < options.min ) {
17107
+			return options.min;
17108
+		}
17109
+
17110
+		return value;
17111
+	},
17112
+
17113
+	_stop: function( event ) {
17114
+		if ( !this.spinning ) {
17115
+			return;
17116
+		}
17117
+
17118
+		clearTimeout( this.timer );
17119
+		clearTimeout( this.mousewheelTimer );
17120
+		this.counter = 0;
17121
+		this.spinning = false;
17122
+		this._trigger( "stop", event );
17123
+	},
17124
+
17125
+	_setOption: function( key, value ) {
17126
+		var prevValue, first, last;
17127
+
17128
+		if ( key === "culture" || key === "numberFormat" ) {
17129
+			prevValue = this._parse( this.element.val() );
17130
+			this.options[ key ] = value;
17131
+			this.element.val( this._format( prevValue ) );
17132
+			return;
17133
+		}
17134
+
17135
+		if ( key === "max" || key === "min" || key === "step" ) {
17136
+			if ( typeof value === "string" ) {
17137
+				value = this._parse( value );
17138
+			}
17139
+		}
17140
+		if ( key === "icons" ) {
17141
+			first = this.buttons.first().find( ".ui-icon" );
17142
+			this._removeClass( first, null, this.options.icons.up );
17143
+			this._addClass( first, null, value.up );
17144
+			last = this.buttons.last().find( ".ui-icon" );
17145
+			this._removeClass( last, null, this.options.icons.down );
17146
+			this._addClass( last, null, value.down );
17147
+		}
17148
+
17149
+		this._super( key, value );
17150
+	},
17151
+
17152
+	_setOptionDisabled: function( value ) {
17153
+		this._super( value );
17154
+
17155
+		this._toggleClass( this.uiSpinner, null, "ui-state-disabled", !!value );
17156
+		this.element.prop( "disabled", !!value );
17157
+		this.buttons.button( value ? "disable" : "enable" );
17158
+	},
17159
+
17160
+	_setOptions: spinnerModifer( function( options ) {
17161
+		this._super( options );
17162
+	} ),
17163
+
17164
+	_parse: function( val ) {
17165
+		if ( typeof val === "string" && val !== "" ) {
17166
+			val = window.Globalize && this.options.numberFormat ?
17167
+				Globalize.parseFloat( val, 10, this.options.culture ) : +val;
17168
+		}
17169
+		return val === "" || isNaN( val ) ? null : val;
17170
+	},
17171
+
17172
+	_format: function( value ) {
17173
+		if ( value === "" ) {
17174
+			return "";
17175
+		}
17176
+		return window.Globalize && this.options.numberFormat ?
17177
+			Globalize.format( value, this.options.numberFormat, this.options.culture ) :
17178
+			value;
17179
+	},
17180
+
17181
+	_refresh: function() {
17182
+		this.element.attr( {
17183
+			"aria-valuemin": this.options.min,
17184
+			"aria-valuemax": this.options.max,
17185
+
17186
+			// TODO: what should we do with values that can't be parsed?
17187
+			"aria-valuenow": this._parse( this.element.val() )
17188
+		} );
17189
+	},
17190
+
17191
+	isValid: function() {
17192
+		var value = this.value();
17193
+
17194
+		// Null is invalid
17195
+		if ( value === null ) {
17196
+			return false;
17197
+		}
17198
+
17199
+		// If value gets adjusted, it's invalid
17200
+		return value === this._adjustValue( value );
17201
+	},
17202
+
17203
+	// Update the value without triggering change
17204
+	_value: function( value, allowAny ) {
17205
+		var parsed;
17206
+		if ( value !== "" ) {
17207
+			parsed = this._parse( value );
17208
+			if ( parsed !== null ) {
17209
+				if ( !allowAny ) {
17210
+					parsed = this._adjustValue( parsed );
17211
+				}
17212
+				value = this._format( parsed );
17213
+			}
17214
+		}
17215
+		this.element.val( value );
17216
+		this._refresh();
17217
+	},
17218
+
17219
+	_destroy: function() {
17220
+		this.element
17221
+			.prop( "disabled", false )
17222
+			.removeAttr( "autocomplete role aria-valuemin aria-valuemax aria-valuenow" );
17223
+
17224
+		this.uiSpinner.replaceWith( this.element );
17225
+	},
17226
+
17227
+	stepUp: spinnerModifer( function( steps ) {
17228
+		this._stepUp( steps );
17229
+	} ),
17230
+	_stepUp: function( steps ) {
17231
+		if ( this._start() ) {
17232
+			this._spin( ( steps || 1 ) * this.options.step );
17233
+			this._stop();
17234
+		}
17235
+	},
17236
+
17237
+	stepDown: spinnerModifer( function( steps ) {
17238
+		this._stepDown( steps );
17239
+	} ),
17240
+	_stepDown: function( steps ) {
17241
+		if ( this._start() ) {
17242
+			this._spin( ( steps || 1 ) * -this.options.step );
17243
+			this._stop();
17244
+		}
17245
+	},
17246
+
17247
+	pageUp: spinnerModifer( function( pages ) {
17248
+		this._stepUp( ( pages || 1 ) * this.options.page );
17249
+	} ),
17250
+
17251
+	pageDown: spinnerModifer( function( pages ) {
17252
+		this._stepDown( ( pages || 1 ) * this.options.page );
17253
+	} ),
17254
+
17255
+	value: function( newVal ) {
17256
+		if ( !arguments.length ) {
17257
+			return this._parse( this.element.val() );
17258
+		}
17259
+		spinnerModifer( this._value ).call( this, newVal );
17260
+	},
17261
+
17262
+	widget: function() {
17263
+		return this.uiSpinner;
17264
+	}
17265
+} );
17266
+
17267
+// DEPRECATED
17268
+// TODO: switch return back to widget declaration at top of file when this is removed
17269
+if ( $.uiBackCompat !== false ) {
17270
+
17271
+	// Backcompat for spinner html extension points
17272
+	$.widget( "ui.spinner", $.ui.spinner, {
17273
+		_enhance: function() {
17274
+			this.uiSpinner = this.element
17275
+				.attr( "autocomplete", "off" )
17276
+				.wrap( this._uiSpinnerHtml() )
17277
+				.parent()
17278
+
17279
+					// Add buttons
17280
+					.append( this._buttonHtml() );
17281
+		},
17282
+		_uiSpinnerHtml: function() {
17283
+			return "<span>";
17284
+		},
17285
+
17286
+		_buttonHtml: function() {
17287
+			return "<a></a><a></a>";
17288
+		}
17289
+	} );
17290
+}
17291
+
17292
+var widgetsSpinner = $.ui.spinner;
17293
+
17294
+
17295
+/*!
17296
+ * jQuery UI Tabs 1.12.1
17297
+ * http://jqueryui.com
17298
+ *
17299
+ * Copyright jQuery Foundation and other contributors
17300
+ * Released under the MIT license.
17301
+ * http://jquery.org/license
17302
+ */
17303
+
17304
+//>>label: Tabs
17305
+//>>group: Widgets
17306
+//>>description: Transforms a set of container elements into a tab structure.
17307
+//>>docs: http://api.jqueryui.com/tabs/
17308
+//>>demos: http://jqueryui.com/tabs/
17309
+//>>css.structure: ../../themes/base/core.css
17310
+//>>css.structure: ../../themes/base/tabs.css
17311
+//>>css.theme: ../../themes/base/theme.css
17312
+
17313
+
17314
+
17315
+$.widget( "ui.tabs", {
17316
+	version: "1.12.1",
17317
+	delay: 300,
17318
+	options: {
17319
+		active: null,
17320
+		classes: {
17321
+			"ui-tabs": "ui-corner-all",
17322
+			"ui-tabs-nav": "ui-corner-all",
17323
+			"ui-tabs-panel": "ui-corner-bottom",
17324
+			"ui-tabs-tab": "ui-corner-top"
17325
+		},
17326
+		collapsible: false,
17327
+		event: "click",
17328
+		heightStyle: "content",
17329
+		hide: null,
17330
+		show: null,
17331
+
17332
+		// Callbacks
17333
+		activate: null,
17334
+		beforeActivate: null,
17335
+		beforeLoad: null,
17336
+		load: null
17337
+	},
17338
+
17339
+	_isLocal: ( function() {
17340
+		var rhash = /#.*$/;
17341
+
17342
+		return function( anchor ) {
17343
+			var anchorUrl, locationUrl;
17344
+
17345
+			anchorUrl = anchor.href.replace( rhash, "" );
17346
+			locationUrl = location.href.replace( rhash, "" );
17347
+
17348
+			// Decoding may throw an error if the URL isn't UTF-8 (#9518)
17349
+			try {
17350
+				anchorUrl = decodeURIComponent( anchorUrl );
17351
+			} catch ( error ) {}
17352
+			try {
17353
+				locationUrl = decodeURIComponent( locationUrl );
17354
+			} catch ( error ) {}
17355
+
17356
+			return anchor.hash.length > 1 && anchorUrl === locationUrl;
17357
+		};
17358
+	} )(),
17359
+
17360
+	_create: function() {
17361
+		var that = this,
17362
+			options = this.options;
17363
+
17364
+		this.running = false;
17365
+
17366
+		this._addClass( "ui-tabs", "ui-widget ui-widget-content" );
17367
+		this._toggleClass( "ui-tabs-collapsible", null, options.collapsible );
17368
+
17369
+		this._processTabs();
17370
+		options.active = this._initialActive();
17371
+
17372
+		// Take disabling tabs via class attribute from HTML
17373
+		// into account and update option properly.
17374
+		if ( $.isArray( options.disabled ) ) {
17375
+			options.disabled = $.unique( options.disabled.concat(
17376
+				$.map( this.tabs.filter( ".ui-state-disabled" ), function( li ) {
17377
+					return that.tabs.index( li );
17378
+				} )
17379
+			) ).sort();
17380
+		}
17381
+
17382
+		// Check for length avoids error when initializing empty list
17383
+		if ( this.options.active !== false && this.anchors.length ) {
17384
+			this.active = this._findActive( options.active );
17385
+		} else {
17386
+			this.active = $();
17387
+		}
17388
+
17389
+		this._refresh();
17390
+
17391
+		if ( this.active.length ) {
17392
+			this.load( options.active );
17393
+		}
17394
+	},
17395
+
17396
+	_initialActive: function() {
17397
+		var active = this.options.active,
17398
+			collapsible = this.options.collapsible,
17399
+			locationHash = location.hash.substring( 1 );
17400
+
17401
+		if ( active === null ) {
17402
+
17403
+			// check the fragment identifier in the URL
17404
+			if ( locationHash ) {
17405
+				this.tabs.each( function( i, tab ) {
17406
+					if ( $( tab ).attr( "aria-controls" ) === locationHash ) {
17407
+						active = i;
17408
+						return false;
17409
+					}
17410
+				} );
17411
+			}
17412
+
17413
+			// Check for a tab marked active via a class
17414
+			if ( active === null ) {
17415
+				active = this.tabs.index( this.tabs.filter( ".ui-tabs-active" ) );
17416
+			}
17417
+
17418
+			// No active tab, set to false
17419
+			if ( active === null || active === -1 ) {
17420
+				active = this.tabs.length ? 0 : false;
17421
+			}
17422
+		}
17423
+
17424
+		// Handle numbers: negative, out of range
17425
+		if ( active !== false ) {
17426
+			active = this.tabs.index( this.tabs.eq( active ) );
17427
+			if ( active === -1 ) {
17428
+				active = collapsible ? false : 0;
17429
+			}
17430
+		}
17431
+
17432
+		// Don't allow collapsible: false and active: false
17433
+		if ( !collapsible && active === false && this.anchors.length ) {
17434
+			active = 0;
17435
+		}
17436
+
17437
+		return active;
17438
+	},
17439
+
17440
+	_getCreateEventData: function() {
17441
+		return {
17442
+			tab: this.active,
17443
+			panel: !this.active.length ? $() : this._getPanelForTab( this.active )
17444
+		};
17445
+	},
17446
+
17447
+	_tabKeydown: function( event ) {
17448
+		var focusedTab = $( $.ui.safeActiveElement( this.document[ 0 ] ) ).closest( "li" ),
17449
+			selectedIndex = this.tabs.index( focusedTab ),
17450
+			goingForward = true;
17451
+
17452
+		if ( this._handlePageNav( event ) ) {
17453
+			return;
17454
+		}
17455
+
17456
+		switch ( event.keyCode ) {
17457
+		case $.ui.keyCode.RIGHT:
17458
+		case $.ui.keyCode.DOWN:
17459
+			selectedIndex++;
17460
+			break;
17461
+		case $.ui.keyCode.UP:
17462
+		case $.ui.keyCode.LEFT:
17463
+			goingForward = false;
17464
+			selectedIndex--;
17465
+			break;
17466
+		case $.ui.keyCode.END:
17467
+			selectedIndex = this.anchors.length - 1;
17468
+			break;
17469
+		case $.ui.keyCode.HOME:
17470
+			selectedIndex = 0;
17471
+			break;
17472
+		case $.ui.keyCode.SPACE:
17473
+
17474
+			// Activate only, no collapsing
17475
+			event.preventDefault();
17476
+			clearTimeout( this.activating );
17477
+			this._activate( selectedIndex );
17478
+			return;
17479
+		case $.ui.keyCode.ENTER:
17480
+
17481
+			// Toggle (cancel delayed activation, allow collapsing)
17482
+			event.preventDefault();
17483
+			clearTimeout( this.activating );
17484
+
17485
+			// Determine if we should collapse or activate
17486
+			this._activate( selectedIndex === this.options.active ? false : selectedIndex );
17487
+			return;
17488
+		default:
17489
+			return;
17490
+		}
17491
+
17492
+		// Focus the appropriate tab, based on which key was pressed
17493
+		event.preventDefault();
17494
+		clearTimeout( this.activating );
17495
+		selectedIndex = this._focusNextTab( selectedIndex, goingForward );
17496
+
17497
+		// Navigating with control/command key will prevent automatic activation
17498
+		if ( !event.ctrlKey && !event.metaKey ) {
17499
+
17500
+			// Update aria-selected immediately so that AT think the tab is already selected.
17501
+			// Otherwise AT may confuse the user by stating that they need to activate the tab,
17502
+			// but the tab will already be activated by the time the announcement finishes.
17503
+			focusedTab.attr( "aria-selected", "false" );
17504
+			this.tabs.eq( selectedIndex ).attr( "aria-selected", "true" );
17505
+
17506
+			this.activating = this._delay( function() {
17507
+				this.option( "active", selectedIndex );
17508
+			}, this.delay );
17509
+		}
17510
+	},
17511
+
17512
+	_panelKeydown: function( event ) {
17513
+		if ( this._handlePageNav( event ) ) {
17514
+			return;
17515
+		}
17516
+
17517
+		// Ctrl+up moves focus to the current tab
17518
+		if ( event.ctrlKey && event.keyCode === $.ui.keyCode.UP ) {
17519
+			event.preventDefault();
17520
+			this.active.trigger( "focus" );
17521
+		}
17522
+	},
17523
+
17524
+	// Alt+page up/down moves focus to the previous/next tab (and activates)
17525
+	_handlePageNav: function( event ) {
17526
+		if ( event.altKey && event.keyCode === $.ui.keyCode.PAGE_UP ) {
17527
+			this._activate( this._focusNextTab( this.options.active - 1, false ) );
17528
+			return true;
17529
+		}
17530
+		if ( event.altKey && event.keyCode === $.ui.keyCode.PAGE_DOWN ) {
17531
+			this._activate( this._focusNextTab( this.options.active + 1, true ) );
17532
+			return true;
17533
+		}
17534
+	},
17535
+
17536
+	_findNextTab: function( index, goingForward ) {
17537
+		var lastTabIndex = this.tabs.length - 1;
17538
+
17539
+		function constrain() {
17540
+			if ( index > lastTabIndex ) {
17541
+				index = 0;
17542
+			}
17543
+			if ( index < 0 ) {
17544
+				index = lastTabIndex;
17545
+			}
17546
+			return index;
17547
+		}
17548
+
17549
+		while ( $.inArray( constrain(), this.options.disabled ) !== -1 ) {
17550
+			index = goingForward ? index + 1 : index - 1;
17551
+		}
17552
+
17553
+		return index;
17554
+	},
17555
+
17556
+	_focusNextTab: function( index, goingForward ) {
17557
+		index = this._findNextTab( index, goingForward );
17558
+		this.tabs.eq( index ).trigger( "focus" );
17559
+		return index;
17560
+	},
17561
+
17562
+	_setOption: function( key, value ) {
17563
+		if ( key === "active" ) {
17564
+
17565
+			// _activate() will handle invalid values and update this.options
17566
+			this._activate( value );
17567
+			return;
17568
+		}
17569
+
17570
+		this._super( key, value );
17571
+
17572
+		if ( key === "collapsible" ) {
17573
+			this._toggleClass( "ui-tabs-collapsible", null, value );
17574
+
17575
+			// Setting collapsible: false while collapsed; open first panel
17576
+			if ( !value && this.options.active === false ) {
17577
+				this._activate( 0 );
17578
+			}
17579
+		}
17580
+
17581
+		if ( key === "event" ) {
17582
+			this._setupEvents( value );
17583
+		}
17584
+
17585
+		if ( key === "heightStyle" ) {
17586
+			this._setupHeightStyle( value );
17587
+		}
17588
+	},
17589
+
17590
+	_sanitizeSelector: function( hash ) {
17591
+		return hash ? hash.replace( /[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g, "\\$&" ) : "";
17592
+	},
17593
+
17594
+	refresh: function() {
17595
+		var options = this.options,
17596
+			lis = this.tablist.children( ":has(a[href])" );
17597
+
17598
+		// Get disabled tabs from class attribute from HTML
17599
+		// this will get converted to a boolean if needed in _refresh()
17600
+		options.disabled = $.map( lis.filter( ".ui-state-disabled" ), function( tab ) {
17601
+			return lis.index( tab );
17602
+		} );
17603
+
17604
+		this._processTabs();
17605
+
17606
+		// Was collapsed or no tabs
17607
+		if ( options.active === false || !this.anchors.length ) {
17608
+			options.active = false;
17609
+			this.active = $();
17610
+
17611
+		// was active, but active tab is gone
17612
+		} else if ( this.active.length && !$.contains( this.tablist[ 0 ], this.active[ 0 ] ) ) {
17613
+
17614
+			// all remaining tabs are disabled
17615
+			if ( this.tabs.length === options.disabled.length ) {
17616
+				options.active = false;
17617
+				this.active = $();
17618
+
17619
+			// activate previous tab
17620
+			} else {
17621
+				this._activate( this._findNextTab( Math.max( 0, options.active - 1 ), false ) );
17622
+			}
17623
+
17624
+		// was active, active tab still exists
17625
+		} else {
17626
+
17627
+			// make sure active index is correct
17628
+			options.active = this.tabs.index( this.active );
17629
+		}
17630
+
17631
+		this._refresh();
17632
+	},
17633
+
17634
+	_refresh: function() {
17635
+		this._setOptionDisabled( this.options.disabled );
17636
+		this._setupEvents( this.options.event );
17637
+		this._setupHeightStyle( this.options.heightStyle );
17638
+
17639
+		this.tabs.not( this.active ).attr( {
17640
+			"aria-selected": "false",
17641
+			"aria-expanded": "false",
17642
+			tabIndex: -1
17643
+		} );
17644
+		this.panels.not( this._getPanelForTab( this.active ) )
17645
+			.hide()
17646
+			.attr( {
17647
+				"aria-hidden": "true"
17648
+			} );
17649
+
17650
+		// Make sure one tab is in the tab order
17651
+		if ( !this.active.length ) {
17652
+			this.tabs.eq( 0 ).attr( "tabIndex", 0 );
17653
+		} else {
17654
+			this.active
17655
+				.attr( {
17656
+					"aria-selected": "true",
17657
+					"aria-expanded": "true",
17658
+					tabIndex: 0
17659
+				} );
17660
+			this._addClass( this.active, "ui-tabs-active", "ui-state-active" );
17661
+			this._getPanelForTab( this.active )
17662
+				.show()
17663
+				.attr( {
17664
+					"aria-hidden": "false"
17665
+				} );
17666
+		}
17667
+	},
17668
+
17669
+	_processTabs: function() {
17670
+		var that = this,
17671
+			prevTabs = this.tabs,
17672
+			prevAnchors = this.anchors,
17673
+			prevPanels = this.panels;
17674
+
17675
+		this.tablist = this._getList().attr( "role", "tablist" );
17676
+		this._addClass( this.tablist, "ui-tabs-nav",
17677
+			"ui-helper-reset ui-helper-clearfix ui-widget-header" );
17678
+
17679
+		// Prevent users from focusing disabled tabs via click
17680
+		this.tablist
17681
+			.on( "mousedown" + this.eventNamespace, "> li", function( event ) {
17682
+				if ( $( this ).is( ".ui-state-disabled" ) ) {
17683
+					event.preventDefault();
17684
+				}
17685
+			} )
17686
+
17687
+			// Support: IE <9
17688
+			// Preventing the default action in mousedown doesn't prevent IE
17689
+			// from focusing the element, so if the anchor gets focused, blur.
17690
+			// We don't have to worry about focusing the previously focused
17691
+			// element since clicking on a non-focusable element should focus
17692
+			// the body anyway.
17693
+			.on( "focus" + this.eventNamespace, ".ui-tabs-anchor", function() {
17694
+				if ( $( this ).closest( "li" ).is( ".ui-state-disabled" ) ) {
17695
+					this.blur();
17696
+				}
17697
+			} );
17698
+
17699
+		this.tabs = this.tablist.find( "> li:has(a[href])" )
17700
+			.attr( {
17701
+				role: "tab",
17702
+				tabIndex: -1
17703
+			} );
17704
+		this._addClass( this.tabs, "ui-tabs-tab", "ui-state-default" );
17705
+
17706
+		this.anchors = this.tabs.map( function() {
17707
+			return $( "a", this )[ 0 ];
17708
+		} )
17709
+			.attr( {
17710
+				role: "presentation",
17711
+				tabIndex: -1
17712
+			} );
17713
+		this._addClass( this.anchors, "ui-tabs-anchor" );
17714
+
17715
+		this.panels = $();
17716
+
17717
+		this.anchors.each( function( i, anchor ) {
17718
+			var selector, panel, panelId,
17719
+				anchorId = $( anchor ).uniqueId().attr( "id" ),
17720
+				tab = $( anchor ).closest( "li" ),
17721
+				originalAriaControls = tab.attr( "aria-controls" );
17722
+
17723
+			// Inline tab
17724
+			if ( that._isLocal( anchor ) ) {
17725
+				selector = anchor.hash;
17726
+				panelId = selector.substring( 1 );
17727
+				panel = that.element.find( that._sanitizeSelector( selector ) );
17728
+
17729
+			// remote tab
17730
+			} else {
17731
+
17732
+				// If the tab doesn't already have aria-controls,
17733
+				// generate an id by using a throw-away element
17734
+				panelId = tab.attr( "aria-controls" ) || $( {} ).uniqueId()[ 0 ].id;
17735
+				selector = "#" + panelId;
17736
+				panel = that.element.find( selector );
17737
+				if ( !panel.length ) {
17738
+					panel = that._createPanel( panelId );
17739
+					panel.insertAfter( that.panels[ i - 1 ] || that.tablist );
17740
+				}
17741
+				panel.attr( "aria-live", "polite" );
17742
+			}
17743
+
17744
+			if ( panel.length ) {
17745
+				that.panels = that.panels.add( panel );
17746
+			}
17747
+			if ( originalAriaControls ) {
17748
+				tab.data( "ui-tabs-aria-controls", originalAriaControls );
17749
+			}
17750
+			tab.attr( {
17751
+				"aria-controls": panelId,
17752
+				"aria-labelledby": anchorId
17753
+			} );
17754
+			panel.attr( "aria-labelledby", anchorId );
17755
+		} );
17756
+
17757
+		this.panels.attr( "role", "tabpanel" );
17758
+		this._addClass( this.panels, "ui-tabs-panel", "ui-widget-content" );
17759
+
17760
+		// Avoid memory leaks (#10056)
17761
+		if ( prevTabs ) {
17762
+			this._off( prevTabs.not( this.tabs ) );
17763
+			this._off( prevAnchors.not( this.anchors ) );
17764
+			this._off( prevPanels.not( this.panels ) );
17765
+		}
17766
+	},
17767
+
17768
+	// Allow overriding how to find the list for rare usage scenarios (#7715)
17769
+	_getList: function() {
17770
+		return this.tablist || this.element.find( "ol, ul" ).eq( 0 );
17771
+	},
17772
+
17773
+	_createPanel: function( id ) {
17774
+		return $( "<div>" )
17775
+			.attr( "id", id )
17776
+			.data( "ui-tabs-destroy", true );
17777
+	},
17778
+
17779
+	_setOptionDisabled: function( disabled ) {
17780
+		var currentItem, li, i;
17781
+
17782
+		if ( $.isArray( disabled ) ) {
17783
+			if ( !disabled.length ) {
17784
+				disabled = false;
17785
+			} else if ( disabled.length === this.anchors.length ) {
17786
+				disabled = true;
17787
+			}
17788
+		}
17789
+
17790
+		// Disable tabs
17791
+		for ( i = 0; ( li = this.tabs[ i ] ); i++ ) {
17792
+			currentItem = $( li );
17793
+			if ( disabled === true || $.inArray( i, disabled ) !== -1 ) {
17794
+				currentItem.attr( "aria-disabled", "true" );
17795
+				this._addClass( currentItem, null, "ui-state-disabled" );
17796
+			} else {
17797
+				currentItem.removeAttr( "aria-disabled" );
17798
+				this._removeClass( currentItem, null, "ui-state-disabled" );
17799
+			}
17800
+		}
17801
+
17802
+		this.options.disabled = disabled;
17803
+
17804
+		this._toggleClass( this.widget(), this.widgetFullName + "-disabled", null,
17805
+			disabled === true );
17806
+	},
17807
+
17808
+	_setupEvents: function( event ) {
17809
+		var events = {};
17810
+		if ( event ) {
17811
+			$.each( event.split( " " ), function( index, eventName ) {
17812
+				events[ eventName ] = "_eventHandler";
17813
+			} );
17814
+		}
17815
+
17816
+		this._off( this.anchors.add( this.tabs ).add( this.panels ) );
17817
+
17818
+		// Always prevent the default action, even when disabled
17819
+		this._on( true, this.anchors, {
17820
+			click: function( event ) {
17821
+				event.preventDefault();
17822
+			}
17823
+		} );
17824
+		this._on( this.anchors, events );
17825
+		this._on( this.tabs, { keydown: "_tabKeydown" } );
17826
+		this._on( this.panels, { keydown: "_panelKeydown" } );
17827
+
17828
+		this._focusable( this.tabs );
17829
+		this._hoverable( this.tabs );
17830
+	},
17831
+
17832
+	_setupHeightStyle: function( heightStyle ) {
17833
+		var maxHeight,
17834
+			parent = this.element.parent();
17835
+
17836
+		if ( heightStyle === "fill" ) {
17837
+			maxHeight = parent.height();
17838
+			maxHeight -= this.element.outerHeight() - this.element.height();
17839
+
17840
+			this.element.siblings( ":visible" ).each( function() {
17841
+				var elem = $( this ),
17842
+					position = elem.css( "position" );
17843
+
17844
+				if ( position === "absolute" || position === "fixed" ) {
17845
+					return;
17846
+				}
17847
+				maxHeight -= elem.outerHeight( true );
17848
+			} );
17849
+
17850
+			this.element.children().not( this.panels ).each( function() {
17851
+				maxHeight -= $( this ).outerHeight( true );
17852
+			} );
17853
+
17854
+			this.panels.each( function() {
17855
+				$( this ).height( Math.max( 0, maxHeight -
17856
+					$( this ).innerHeight() + $( this ).height() ) );
17857
+			} )
17858
+				.css( "overflow", "auto" );
17859
+		} else if ( heightStyle === "auto" ) {
17860
+			maxHeight = 0;
17861
+			this.panels.each( function() {
17862
+				maxHeight = Math.max( maxHeight, $( this ).height( "" ).height() );
17863
+			} ).height( maxHeight );
17864
+		}
17865
+	},
17866
+
17867
+	_eventHandler: function( event ) {
17868
+		var options = this.options,
17869
+			active = this.active,
17870
+			anchor = $( event.currentTarget ),
17871
+			tab = anchor.closest( "li" ),
17872
+			clickedIsActive = tab[ 0 ] === active[ 0 ],
17873
+			collapsing = clickedIsActive && options.collapsible,
17874
+			toShow = collapsing ? $() : this._getPanelForTab( tab ),
17875
+			toHide = !active.length ? $() : this._getPanelForTab( active ),
17876
+			eventData = {
17877
+				oldTab: active,
17878
+				oldPanel: toHide,
17879
+				newTab: collapsing ? $() : tab,
17880
+				newPanel: toShow
17881
+			};
17882
+
17883
+		event.preventDefault();
17884
+
17885
+		if ( tab.hasClass( "ui-state-disabled" ) ||
17886
+
17887
+				// tab is already loading
17888
+				tab.hasClass( "ui-tabs-loading" ) ||
17889
+
17890
+				// can't switch durning an animation
17891
+				this.running ||
17892
+
17893
+				// click on active header, but not collapsible
17894
+				( clickedIsActive && !options.collapsible ) ||
17895
+
17896
+				// allow canceling activation
17897
+				( this._trigger( "beforeActivate", event, eventData ) === false ) ) {
17898
+			return;
17899
+		}
17900
+
17901
+		options.active = collapsing ? false : this.tabs.index( tab );
17902
+
17903
+		this.active = clickedIsActive ? $() : tab;
17904
+		if ( this.xhr ) {
17905
+			this.xhr.abort();
17906
+		}
17907
+
17908
+		if ( !toHide.length && !toShow.length ) {
17909
+			$.error( "jQuery UI Tabs: Mismatching fragment identifier." );
17910
+		}
17911
+
17912
+		if ( toShow.length ) {
17913
+			this.load( this.tabs.index( tab ), event );
17914
+		}
17915
+		this._toggle( event, eventData );
17916
+	},
17917
+
17918
+	// Handles show/hide for selecting tabs
17919
+	_toggle: function( event, eventData ) {
17920
+		var that = this,
17921
+			toShow = eventData.newPanel,
17922
+			toHide = eventData.oldPanel;
17923
+
17924
+		this.running = true;
17925
+
17926
+		function complete() {
17927
+			that.running = false;
17928
+			that._trigger( "activate", event, eventData );
17929
+		}
17930
+
17931
+		function show() {
17932
+			that._addClass( eventData.newTab.closest( "li" ), "ui-tabs-active", "ui-state-active" );
17933
+
17934
+			if ( toShow.length && that.options.show ) {
17935
+				that._show( toShow, that.options.show, complete );
17936
+			} else {
17937
+				toShow.show();
17938
+				complete();
17939
+			}
17940
+		}
17941
+
17942
+		// Start out by hiding, then showing, then completing
17943
+		if ( toHide.length && this.options.hide ) {
17944
+			this._hide( toHide, this.options.hide, function() {
17945
+				that._removeClass( eventData.oldTab.closest( "li" ),
17946
+					"ui-tabs-active", "ui-state-active" );
17947
+				show();
17948
+			} );
17949
+		} else {
17950
+			this._removeClass( eventData.oldTab.closest( "li" ),
17951
+				"ui-tabs-active", "ui-state-active" );
17952
+			toHide.hide();
17953
+			show();
17954
+		}
17955
+
17956
+		toHide.attr( "aria-hidden", "true" );
17957
+		eventData.oldTab.attr( {
17958
+			"aria-selected": "false",
17959
+			"aria-expanded": "false"
17960
+		} );
17961
+
17962
+		// If we're switching tabs, remove the old tab from the tab order.
17963
+		// If we're opening from collapsed state, remove the previous tab from the tab order.
17964
+		// If we're collapsing, then keep the collapsing tab in the tab order.
17965
+		if ( toShow.length && toHide.length ) {
17966
+			eventData.oldTab.attr( "tabIndex", -1 );
17967
+		} else if ( toShow.length ) {
17968
+			this.tabs.filter( function() {
17969
+				return $( this ).attr( "tabIndex" ) === 0;
17970
+			} )
17971
+				.attr( "tabIndex", -1 );
17972
+		}
17973
+
17974
+		toShow.attr( "aria-hidden", "false" );
17975
+		eventData.newTab.attr( {
17976
+			"aria-selected": "true",
17977
+			"aria-expanded": "true",
17978
+			tabIndex: 0
17979
+		} );
17980
+	},
17981
+
17982
+	_activate: function( index ) {
17983
+		var anchor,
17984
+			active = this._findActive( index );
17985
+
17986
+		// Trying to activate the already active panel
17987
+		if ( active[ 0 ] === this.active[ 0 ] ) {
17988
+			return;
17989
+		}
17990
+
17991
+		// Trying to collapse, simulate a click on the current active header
17992
+		if ( !active.length ) {
17993
+			active = this.active;
17994
+		}
17995
+
17996
+		anchor = active.find( ".ui-tabs-anchor" )[ 0 ];
17997
+		this._eventHandler( {
17998
+			target: anchor,
17999
+			currentTarget: anchor,
18000
+			preventDefault: $.noop
18001
+		} );
18002
+	},
18003
+
18004
+	_findActive: function( index ) {
18005
+		return index === false ? $() : this.tabs.eq( index );
18006
+	},
18007
+
18008
+	_getIndex: function( index ) {
18009
+
18010
+		// meta-function to give users option to provide a href string instead of a numerical index.
18011
+		if ( typeof index === "string" ) {
18012
+			index = this.anchors.index( this.anchors.filter( "[href$='" +
18013
+				$.ui.escapeSelector( index ) + "']" ) );
18014
+		}
18015
+
18016
+		return index;
18017
+	},
18018
+
18019
+	_destroy: function() {
18020
+		if ( this.xhr ) {
18021
+			this.xhr.abort();
18022
+		}
18023
+
18024
+		this.tablist
18025
+			.removeAttr( "role" )
18026
+			.off( this.eventNamespace );
18027
+
18028
+		this.anchors
18029
+			.removeAttr( "role tabIndex" )
18030
+			.removeUniqueId();
18031
+
18032
+		this.tabs.add( this.panels ).each( function() {
18033
+			if ( $.data( this, "ui-tabs-destroy" ) ) {
18034
+				$( this ).remove();
18035
+			} else {
18036
+				$( this ).removeAttr( "role tabIndex " +
18037
+					"aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded" );
18038
+			}
18039
+		} );
18040
+
18041
+		this.tabs.each( function() {
18042
+			var li = $( this ),
18043
+				prev = li.data( "ui-tabs-aria-controls" );
18044
+			if ( prev ) {
18045
+				li
18046
+					.attr( "aria-controls", prev )
18047
+					.removeData( "ui-tabs-aria-controls" );
18048
+			} else {
18049
+				li.removeAttr( "aria-controls" );
18050
+			}
18051
+		} );
18052
+
18053
+		this.panels.show();
18054
+
18055
+		if ( this.options.heightStyle !== "content" ) {
18056
+			this.panels.css( "height", "" );
18057
+		}
18058
+	},
18059
+
18060
+	enable: function( index ) {
18061
+		var disabled = this.options.disabled;
18062
+		if ( disabled === false ) {
18063
+			return;
18064
+		}
18065
+
18066
+		if ( index === undefined ) {
18067
+			disabled = false;
18068
+		} else {
18069
+			index = this._getIndex( index );
18070
+			if ( $.isArray( disabled ) ) {
18071
+				disabled = $.map( disabled, function( num ) {
18072
+					return num !== index ? num : null;
18073
+				} );
18074
+			} else {
18075
+				disabled = $.map( this.tabs, function( li, num ) {
18076
+					return num !== index ? num : null;
18077
+				} );
18078
+			}
18079
+		}
18080
+		this._setOptionDisabled( disabled );
18081
+	},
18082
+
18083
+	disable: function( index ) {
18084
+		var disabled = this.options.disabled;
18085
+		if ( disabled === true ) {
18086
+			return;
18087
+		}
18088
+
18089
+		if ( index === undefined ) {
18090
+			disabled = true;
18091
+		} else {
18092
+			index = this._getIndex( index );
18093
+			if ( $.inArray( index, disabled ) !== -1 ) {
18094
+				return;
18095
+			}
18096
+			if ( $.isArray( disabled ) ) {
18097
+				disabled = $.merge( [ index ], disabled ).sort();
18098
+			} else {
18099
+				disabled = [ index ];
18100
+			}
18101
+		}
18102
+		this._setOptionDisabled( disabled );
18103
+	},
18104
+
18105
+	load: function( index, event ) {
18106
+		index = this._getIndex( index );
18107
+		var that = this,
18108
+			tab = this.tabs.eq( index ),
18109
+			anchor = tab.find( ".ui-tabs-anchor" ),
18110
+			panel = this._getPanelForTab( tab ),
18111
+			eventData = {
18112
+				tab: tab,
18113
+				panel: panel
18114
+			},
18115
+			complete = function( jqXHR, status ) {
18116
+				if ( status === "abort" ) {
18117
+					that.panels.stop( false, true );
18118
+				}
18119
+
18120
+				that._removeClass( tab, "ui-tabs-loading" );
18121
+				panel.removeAttr( "aria-busy" );
18122
+
18123
+				if ( jqXHR === that.xhr ) {
18124
+					delete that.xhr;
18125
+				}
18126
+			};
18127
+
18128
+		// Not remote
18129
+		if ( this._isLocal( anchor[ 0 ] ) ) {
18130
+			return;
18131
+		}
18132
+
18133
+		this.xhr = $.ajax( this._ajaxSettings( anchor, event, eventData ) );
18134
+
18135
+		// Support: jQuery <1.8
18136
+		// jQuery <1.8 returns false if the request is canceled in beforeSend,
18137
+		// but as of 1.8, $.ajax() always returns a jqXHR object.
18138
+		if ( this.xhr && this.xhr.statusText !== "canceled" ) {
18139
+			this._addClass( tab, "ui-tabs-loading" );
18140
+			panel.attr( "aria-busy", "true" );
18141
+
18142
+			this.xhr
18143
+				.done( function( response, status, jqXHR ) {
18144
+
18145
+					// support: jQuery <1.8
18146
+					// http://bugs.jquery.com/ticket/11778
18147
+					setTimeout( function() {
18148
+						panel.html( response );
18149
+						that._trigger( "load", event, eventData );
18150
+
18151
+						complete( jqXHR, status );
18152
+					}, 1 );
18153
+				} )
18154
+				.fail( function( jqXHR, status ) {
18155
+
18156
+					// support: jQuery <1.8
18157
+					// http://bugs.jquery.com/ticket/11778
18158
+					setTimeout( function() {
18159
+						complete( jqXHR, status );
18160
+					}, 1 );
18161
+				} );
18162
+		}
18163
+	},
18164
+
18165
+	_ajaxSettings: function( anchor, event, eventData ) {
18166
+		var that = this;
18167
+		return {
18168
+
18169
+			// Support: IE <11 only
18170
+			// Strip any hash that exists to prevent errors with the Ajax request
18171
+			url: anchor.attr( "href" ).replace( /#.*$/, "" ),
18172
+			beforeSend: function( jqXHR, settings ) {
18173
+				return that._trigger( "beforeLoad", event,
18174
+					$.extend( { jqXHR: jqXHR, ajaxSettings: settings }, eventData ) );
18175
+			}
18176
+		};
18177
+	},
18178
+
18179
+	_getPanelForTab: function( tab ) {
18180
+		var id = $( tab ).attr( "aria-controls" );
18181
+		return this.element.find( this._sanitizeSelector( "#" + id ) );
18182
+	}
18183
+} );
18184
+
18185
+// DEPRECATED
18186
+// TODO: Switch return back to widget declaration at top of file when this is removed
18187
+if ( $.uiBackCompat !== false ) {
18188
+
18189
+	// Backcompat for ui-tab class (now ui-tabs-tab)
18190
+	$.widget( "ui.tabs", $.ui.tabs, {
18191
+		_processTabs: function() {
18192
+			this._superApply( arguments );
18193
+			this._addClass( this.tabs, "ui-tab" );
18194
+		}
18195
+	} );
18196
+}
18197
+
18198
+var widgetsTabs = $.ui.tabs;
18199
+
18200
+
18201
+/*!
18202
+ * jQuery UI Tooltip 1.12.1
18203
+ * http://jqueryui.com
18204
+ *
18205
+ * Copyright jQuery Foundation and other contributors
18206
+ * Released under the MIT license.
18207
+ * http://jquery.org/license
18208
+ */
18209
+
18210
+//>>label: Tooltip
18211
+//>>group: Widgets
18212
+//>>description: Shows additional information for any element on hover or focus.
18213
+//>>docs: http://api.jqueryui.com/tooltip/
18214
+//>>demos: http://jqueryui.com/tooltip/
18215
+//>>css.structure: ../../themes/base/core.css
18216
+//>>css.structure: ../../themes/base/tooltip.css
18217
+//>>css.theme: ../../themes/base/theme.css
18218
+
18219
+
18220
+
18221
+$.widget( "ui.tooltip", {
18222
+	version: "1.12.1",
18223
+	options: {
18224
+		classes: {
18225
+			"ui-tooltip": "ui-corner-all ui-widget-shadow"
18226
+		},
18227
+		content: function() {
18228
+
18229
+			// support: IE<9, Opera in jQuery <1.7
18230
+			// .text() can't accept undefined, so coerce to a string
18231
+			var title = $( this ).attr( "title" ) || "";
18232
+
18233
+			// Escape title, since we're going from an attribute to raw HTML
18234
+			return $( "<a>" ).text( title ).html();
18235
+		},
18236
+		hide: true,
18237
+
18238
+		// Disabled elements have inconsistent behavior across browsers (#8661)
18239
+		items: "[title]:not([disabled])",
18240
+		position: {
18241
+			my: "left top+15",
18242
+			at: "left bottom",
18243
+			collision: "flipfit flip"
18244
+		},
18245
+		show: true,
18246
+		track: false,
18247
+
18248
+		// Callbacks
18249
+		close: null,
18250
+		open: null
18251
+	},
18252
+
18253
+	_addDescribedBy: function( elem, id ) {
18254
+		var describedby = ( elem.attr( "aria-describedby" ) || "" ).split( /\s+/ );
18255
+		describedby.push( id );
18256
+		elem
18257
+			.data( "ui-tooltip-id", id )
18258
+			.attr( "aria-describedby", $.trim( describedby.join( " " ) ) );
18259
+	},
18260
+
18261
+	_removeDescribedBy: function( elem ) {
18262
+		var id = elem.data( "ui-tooltip-id" ),
18263
+			describedby = ( elem.attr( "aria-describedby" ) || "" ).split( /\s+/ ),
18264
+			index = $.inArray( id, describedby );
18265
+
18266
+		if ( index !== -1 ) {
18267
+			describedby.splice( index, 1 );
18268
+		}
18269
+
18270
+		elem.removeData( "ui-tooltip-id" );
18271
+		describedby = $.trim( describedby.join( " " ) );
18272
+		if ( describedby ) {
18273
+			elem.attr( "aria-describedby", describedby );
18274
+		} else {
18275
+			elem.removeAttr( "aria-describedby" );
18276
+		}
18277
+	},
18278
+
18279
+	_create: function() {
18280
+		this._on( {
18281
+			mouseover: "open",
18282
+			focusin: "open"
18283
+		} );
18284
+
18285
+		// IDs of generated tooltips, needed for destroy
18286
+		this.tooltips = {};
18287
+
18288
+		// IDs of parent tooltips where we removed the title attribute
18289
+		this.parents = {};
18290
+
18291
+		// Append the aria-live region so tooltips announce correctly
18292
+		this.liveRegion = $( "<div>" )
18293
+			.attr( {
18294
+				role: "log",
18295
+				"aria-live": "assertive",
18296
+				"aria-relevant": "additions"
18297
+			} )
18298
+			.appendTo( this.document[ 0 ].body );
18299
+		this._addClass( this.liveRegion, null, "ui-helper-hidden-accessible" );
18300
+
18301
+		this.disabledTitles = $( [] );
18302
+	},
18303
+
18304
+	_setOption: function( key, value ) {
18305
+		var that = this;
18306
+
18307
+		this._super( key, value );
18308
+
18309
+		if ( key === "content" ) {
18310
+			$.each( this.tooltips, function( id, tooltipData ) {
18311
+				that._updateContent( tooltipData.element );
18312
+			} );
18313
+		}
18314
+	},
18315
+
18316
+	_setOptionDisabled: function( value ) {
18317
+		this[ value ? "_disable" : "_enable" ]();
18318
+	},
18319
+
18320
+	_disable: function() {
18321
+		var that = this;
18322
+
18323
+		// Close open tooltips
18324
+		$.each( this.tooltips, function( id, tooltipData ) {
18325
+			var event = $.Event( "blur" );
18326
+			event.target = event.currentTarget = tooltipData.element[ 0 ];
18327
+			that.close( event, true );
18328
+		} );
18329
+
18330
+		// Remove title attributes to prevent native tooltips
18331
+		this.disabledTitles = this.disabledTitles.add(
18332
+			this.element.find( this.options.items ).addBack()
18333
+				.filter( function() {
18334
+					var element = $( this );
18335
+					if ( element.is( "[title]" ) ) {
18336
+						return element
18337
+							.data( "ui-tooltip-title", element.attr( "title" ) )
18338
+							.removeAttr( "title" );
18339
+					}
18340
+				} )
18341
+		);
18342
+	},
18343
+
18344
+	_enable: function() {
18345
+
18346
+		// restore title attributes
18347
+		this.disabledTitles.each( function() {
18348
+			var element = $( this );
18349
+			if ( element.data( "ui-tooltip-title" ) ) {
18350
+				element.attr( "title", element.data( "ui-tooltip-title" ) );
18351
+			}
18352
+		} );
18353
+		this.disabledTitles = $( [] );
18354
+	},
18355
+
18356
+	open: function( event ) {
18357
+		var that = this,
18358
+			target = $( event ? event.target : this.element )
18359
+
18360
+				// we need closest here due to mouseover bubbling,
18361
+				// but always pointing at the same event target
18362
+				.closest( this.options.items );
18363
+
18364
+		// No element to show a tooltip for or the tooltip is already open
18365
+		if ( !target.length || target.data( "ui-tooltip-id" ) ) {
18366
+			return;
18367
+		}
18368
+
18369
+		if ( target.attr( "title" ) ) {
18370
+			target.data( "ui-tooltip-title", target.attr( "title" ) );
18371
+		}
18372
+
18373
+		target.data( "ui-tooltip-open", true );
18374
+
18375
+		// Kill parent tooltips, custom or native, for hover
18376
+		if ( event && event.type === "mouseover" ) {
18377
+			target.parents().each( function() {
18378
+				var parent = $( this ),
18379
+					blurEvent;
18380
+				if ( parent.data( "ui-tooltip-open" ) ) {
18381
+					blurEvent = $.Event( "blur" );
18382
+					blurEvent.target = blurEvent.currentTarget = this;
18383
+					that.close( blurEvent, true );
18384
+				}
18385
+				if ( parent.attr( "title" ) ) {
18386
+					parent.uniqueId();
18387
+					that.parents[ this.id ] = {
18388
+						element: this,
18389
+						title: parent.attr( "title" )
18390
+					};
18391
+					parent.attr( "title", "" );
18392
+				}
18393
+			} );
18394
+		}
18395
+
18396
+		this._registerCloseHandlers( event, target );
18397
+		this._updateContent( target, event );
18398
+	},
18399
+
18400
+	_updateContent: function( target, event ) {
18401
+		var content,
18402
+			contentOption = this.options.content,
18403
+			that = this,
18404
+			eventType = event ? event.type : null;
18405
+
18406
+		if ( typeof contentOption === "string" || contentOption.nodeType ||
18407
+				contentOption.jquery ) {
18408
+			return this._open( event, target, contentOption );
18409
+		}
18410
+
18411
+		content = contentOption.call( target[ 0 ], function( response ) {
18412
+
18413
+			// IE may instantly serve a cached response for ajax requests
18414
+			// delay this call to _open so the other call to _open runs first
18415
+			that._delay( function() {
18416
+
18417
+				// Ignore async response if tooltip was closed already
18418
+				if ( !target.data( "ui-tooltip-open" ) ) {
18419
+					return;
18420
+				}
18421
+
18422
+				// JQuery creates a special event for focusin when it doesn't
18423
+				// exist natively. To improve performance, the native event
18424
+				// object is reused and the type is changed. Therefore, we can't
18425
+				// rely on the type being correct after the event finished
18426
+				// bubbling, so we set it back to the previous value. (#8740)
18427
+				if ( event ) {
18428
+					event.type = eventType;
18429
+				}
18430
+				this._open( event, target, response );
18431
+			} );
18432
+		} );
18433
+		if ( content ) {
18434
+			this._open( event, target, content );
18435
+		}
18436
+	},
18437
+
18438
+	_open: function( event, target, content ) {
18439
+		var tooltipData, tooltip, delayedShow, a11yContent,
18440
+			positionOption = $.extend( {}, this.options.position );
18441
+
18442
+		if ( !content ) {
18443
+			return;
18444
+		}
18445
+
18446
+		// Content can be updated multiple times. If the tooltip already
18447
+		// exists, then just update the content and bail.
18448
+		tooltipData = this._find( target );
18449
+		if ( tooltipData ) {
18450
+			tooltipData.tooltip.find( ".ui-tooltip-content" ).html( content );
18451
+			return;
18452
+		}
18453
+
18454
+		// If we have a title, clear it to prevent the native tooltip
18455
+		// we have to check first to avoid defining a title if none exists
18456
+		// (we don't want to cause an element to start matching [title])
18457
+		//
18458
+		// We use removeAttr only for key events, to allow IE to export the correct
18459
+		// accessible attributes. For mouse events, set to empty string to avoid
18460
+		// native tooltip showing up (happens only when removing inside mouseover).
18461
+		if ( target.is( "[title]" ) ) {
18462
+			if ( event && event.type === "mouseover" ) {
18463
+				target.attr( "title", "" );
18464
+			} else {
18465
+				target.removeAttr( "title" );
18466
+			}
18467
+		}
18468
+
18469
+		tooltipData = this._tooltip( target );
18470
+		tooltip = tooltipData.tooltip;
18471
+		this._addDescribedBy( target, tooltip.attr( "id" ) );
18472
+		tooltip.find( ".ui-tooltip-content" ).html( content );
18473
+
18474
+		// Support: Voiceover on OS X, JAWS on IE <= 9
18475
+		// JAWS announces deletions even when aria-relevant="additions"
18476
+		// Voiceover will sometimes re-read the entire log region's contents from the beginning
18477
+		this.liveRegion.children().hide();
18478
+		a11yContent = $( "<div>" ).html( tooltip.find( ".ui-tooltip-content" ).html() );
18479
+		a11yContent.removeAttr( "name" ).find( "[name]" ).removeAttr( "name" );
18480
+		a11yContent.removeAttr( "id" ).find( "[id]" ).removeAttr( "id" );
18481
+		a11yContent.appendTo( this.liveRegion );
18482
+
18483
+		function position( event ) {
18484
+			positionOption.of = event;
18485
+			if ( tooltip.is( ":hidden" ) ) {
18486
+				return;
18487
+			}
18488
+			tooltip.position( positionOption );
18489
+		}
18490
+		if ( this.options.track && event && /^mouse/.test( event.type ) ) {
18491
+			this._on( this.document, {
18492
+				mousemove: position
18493
+			} );
18494
+
18495
+			// trigger once to override element-relative positioning
18496
+			position( event );
18497
+		} else {
18498
+			tooltip.position( $.extend( {
18499
+				of: target
18500
+			}, this.options.position ) );
18501
+		}
18502
+
18503
+		tooltip.hide();
18504
+
18505
+		this._show( tooltip, this.options.show );
18506
+
18507
+		// Handle tracking tooltips that are shown with a delay (#8644). As soon
18508
+		// as the tooltip is visible, position the tooltip using the most recent
18509
+		// event.
18510
+		// Adds the check to add the timers only when both delay and track options are set (#14682)
18511
+		if ( this.options.track && this.options.show && this.options.show.delay ) {
18512
+			delayedShow = this.delayedShow = setInterval( function() {
18513
+				if ( tooltip.is( ":visible" ) ) {
18514
+					position( positionOption.of );
18515
+					clearInterval( delayedShow );
18516
+				}
18517
+			}, $.fx.interval );
18518
+		}
18519
+
18520
+		this._trigger( "open", event, { tooltip: tooltip } );
18521
+	},
18522
+
18523
+	_registerCloseHandlers: function( event, target ) {
18524
+		var events = {
18525
+			keyup: function( event ) {
18526
+				if ( event.keyCode === $.ui.keyCode.ESCAPE ) {
18527
+					var fakeEvent = $.Event( event );
18528
+					fakeEvent.currentTarget = target[ 0 ];
18529
+					this.close( fakeEvent, true );
18530
+				}
18531
+			}
18532
+		};
18533
+
18534
+		// Only bind remove handler for delegated targets. Non-delegated
18535
+		// tooltips will handle this in destroy.
18536
+		if ( target[ 0 ] !== this.element[ 0 ] ) {
18537
+			events.remove = function() {
18538
+				this._removeTooltip( this._find( target ).tooltip );
18539
+			};
18540
+		}
18541
+
18542
+		if ( !event || event.type === "mouseover" ) {
18543
+			events.mouseleave = "close";
18544
+		}
18545
+		if ( !event || event.type === "focusin" ) {
18546
+			events.focusout = "close";
18547
+		}
18548
+		this._on( true, target, events );
18549
+	},
18550
+
18551
+	close: function( event ) {
18552
+		var tooltip,
18553
+			that = this,
18554
+			target = $( event ? event.currentTarget : this.element ),
18555
+			tooltipData = this._find( target );
18556
+
18557
+		// The tooltip may already be closed
18558
+		if ( !tooltipData ) {
18559
+
18560
+			// We set ui-tooltip-open immediately upon open (in open()), but only set the
18561
+			// additional data once there's actually content to show (in _open()). So even if the
18562
+			// tooltip doesn't have full data, we always remove ui-tooltip-open in case we're in
18563
+			// the period between open() and _open().
18564
+			target.removeData( "ui-tooltip-open" );
18565
+			return;
18566
+		}
18567
+
18568
+		tooltip = tooltipData.tooltip;
18569
+
18570
+		// Disabling closes the tooltip, so we need to track when we're closing
18571
+		// to avoid an infinite loop in case the tooltip becomes disabled on close
18572
+		if ( tooltipData.closing ) {
18573
+			return;
18574
+		}
18575
+
18576
+		// Clear the interval for delayed tracking tooltips
18577
+		clearInterval( this.delayedShow );
18578
+
18579
+		// Only set title if we had one before (see comment in _open())
18580
+		// If the title attribute has changed since open(), don't restore
18581
+		if ( target.data( "ui-tooltip-title" ) && !target.attr( "title" ) ) {
18582
+			target.attr( "title", target.data( "ui-tooltip-title" ) );
18583
+		}
18584
+
18585
+		this._removeDescribedBy( target );
18586
+
18587
+		tooltipData.hiding = true;
18588
+		tooltip.stop( true );
18589
+		this._hide( tooltip, this.options.hide, function() {
18590
+			that._removeTooltip( $( this ) );
18591
+		} );
18592
+
18593
+		target.removeData( "ui-tooltip-open" );
18594
+		this._off( target, "mouseleave focusout keyup" );
18595
+
18596
+		// Remove 'remove' binding only on delegated targets
18597
+		if ( target[ 0 ] !== this.element[ 0 ] ) {
18598
+			this._off( target, "remove" );
18599
+		}
18600
+		this._off( this.document, "mousemove" );
18601
+
18602
+		if ( event && event.type === "mouseleave" ) {
18603
+			$.each( this.parents, function( id, parent ) {
18604
+				$( parent.element ).attr( "title", parent.title );
18605
+				delete that.parents[ id ];
18606
+			} );
18607
+		}
18608
+
18609
+		tooltipData.closing = true;
18610
+		this._trigger( "close", event, { tooltip: tooltip } );
18611
+		if ( !tooltipData.hiding ) {
18612
+			tooltipData.closing = false;
18613
+		}
18614
+	},
18615
+
18616
+	_tooltip: function( element ) {
18617
+		var tooltip = $( "<div>" ).attr( "role", "tooltip" ),
18618
+			content = $( "<div>" ).appendTo( tooltip ),
18619
+			id = tooltip.uniqueId().attr( "id" );
18620
+
18621
+		this._addClass( content, "ui-tooltip-content" );
18622
+		this._addClass( tooltip, "ui-tooltip", "ui-widget ui-widget-content" );
18623
+
18624
+		tooltip.appendTo( this._appendTo( element ) );
18625
+
18626
+		return this.tooltips[ id ] = {
18627
+			element: element,
18628
+			tooltip: tooltip
18629
+		};
18630
+	},
18631
+
18632
+	_find: function( target ) {
18633
+		var id = target.data( "ui-tooltip-id" );
18634
+		return id ? this.tooltips[ id ] : null;
18635
+	},
18636
+
18637
+	_removeTooltip: function( tooltip ) {
18638
+		tooltip.remove();
18639
+		delete this.tooltips[ tooltip.attr( "id" ) ];
18640
+	},
18641
+
18642
+	_appendTo: function( target ) {
18643
+		var element = target.closest( ".ui-front, dialog" );
18644
+
18645
+		if ( !element.length ) {
18646
+			element = this.document[ 0 ].body;
18647
+		}
18648
+
18649
+		return element;
18650
+	},
18651
+
18652
+	_destroy: function() {
18653
+		var that = this;
18654
+
18655
+		// Close open tooltips
18656
+		$.each( this.tooltips, function( id, tooltipData ) {
18657
+
18658
+			// Delegate to close method to handle common cleanup
18659
+			var event = $.Event( "blur" ),
18660
+				element = tooltipData.element;
18661
+			event.target = event.currentTarget = element[ 0 ];
18662
+			that.close( event, true );
18663
+
18664
+			// Remove immediately; destroying an open tooltip doesn't use the
18665
+			// hide animation
18666
+			$( "#" + id ).remove();
18667
+
18668
+			// Restore the title
18669
+			if ( element.data( "ui-tooltip-title" ) ) {
18670
+
18671
+				// If the title attribute has changed since open(), don't restore
18672
+				if ( !element.attr( "title" ) ) {
18673
+					element.attr( "title", element.data( "ui-tooltip-title" ) );
18674
+				}
18675
+				element.removeData( "ui-tooltip-title" );
18676
+			}
18677
+		} );
18678
+		this.liveRegion.remove();
18679
+	}
18680
+} );
18681
+
18682
+// DEPRECATED
18683
+// TODO: Switch return back to widget declaration at top of file when this is removed
18684
+if ( $.uiBackCompat !== false ) {
18685
+
18686
+	// Backcompat for tooltipClass option
18687
+	$.widget( "ui.tooltip", $.ui.tooltip, {
18688
+		options: {
18689
+			tooltipClass: null
18690
+		},
18691
+		_tooltip: function() {
18692
+			var tooltipData = this._superApply( arguments );
18693
+			if ( this.options.tooltipClass ) {
18694
+				tooltipData.tooltip.addClass( this.options.tooltipClass );
18695
+			}
18696
+			return tooltipData;
18697
+		}
18698
+	} );
18699
+}
18700
+
18701
+var widgetsTooltip = $.ui.tooltip;
18702
+
18703
+
18704
+
18705
+
18706
+}));
0 18707
\ No newline at end of file
... ...
@@ -0,0 +1,7 @@
1
+/*! jQuery UI - v1.12.1 - 2016-09-14
2
+* http://jqueryui.com
3
+* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
4
+* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
5
+* Copyright jQuery Foundation and other contributors; Licensed MIT */
6
+
7
+.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
0 8
\ No newline at end of file
... ...
@@ -0,0 +1,13 @@
1
+/*! jQuery UI - v1.12.1 - 2016-09-14
2
+* http://jqueryui.com
3
+* Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js
4
+* Copyright jQuery Foundation and other contributors; Licensed MIT */
5
+
6
+(function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function e(t){for(var e=t.css("visibility");"inherit"===e;)t=t.parent(),e=t.css("visibility");return"hidden"!==e}function i(t){for(var e,i;t.length&&t[0]!==document;){if(e=t.css("position"),("absolute"===e||"relative"===e||"fixed"===e)&&(i=parseInt(t.css("zIndex"),10),!isNaN(i)&&0!==i))return i;t=t.parent()}return 0}function s(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},t.extend(this._defaults,this.regional[""]),this.regional.en=t.extend(!0,{},this.regional[""]),this.regional["en-US"]=t.extend(!0,{},this.regional.en),this.dpDiv=n(t("<div id='"+this._mainDivId+"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"))}function n(e){var i="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return e.on("mouseout",i,function(){t(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).removeClass("ui-datepicker-next-hover")}).on("mouseover",i,o)}function o(){t.datepicker._isDisabledDatepicker(m.inline?m.dpDiv.parent()[0]:m.input[0])||(t(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),t(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).addClass("ui-datepicker-next-hover"))}function a(e,i){t.extend(e,i);for(var s in i)null==i[s]&&(e[s]=i[s]);return e}function r(t){return function(){var e=this.element.val();t.apply(this,arguments),this._refresh(),e!==this.element.val()&&this._trigger("change")}}t.ui=t.ui||{},t.ui.version="1.12.1";var h=0,l=Array.prototype.slice;t.cleanData=function(e){return function(i){var s,n,o;for(o=0;null!=(n=i[o]);o++)try{s=t._data(n,"events"),s&&s.remove&&t(n).triggerHandler("remove")}catch(a){}e(i)}}(t.cleanData),t.widget=function(e,i,s){var n,o,a,r={},h=e.split(".")[0];e=e.split(".")[1];var l=h+"-"+e;return s||(s=i,i=t.Widget),t.isArray(s)&&(s=t.extend.apply(null,[{}].concat(s))),t.expr[":"][l.toLowerCase()]=function(e){return!!t.data(e,l)},t[h]=t[h]||{},n=t[h][e],o=t[h][e]=function(t,e){return this._createWidget?(arguments.length&&this._createWidget(t,e),void 0):new o(t,e)},t.extend(o,n,{version:s.version,_proto:t.extend({},s),_childConstructors:[]}),a=new i,a.options=t.widget.extend({},a.options),t.each(s,function(e,s){return t.isFunction(s)?(r[e]=function(){function t(){return i.prototype[e].apply(this,arguments)}function n(t){return i.prototype[e].apply(this,t)}return function(){var e,i=this._super,o=this._superApply;return this._super=t,this._superApply=n,e=s.apply(this,arguments),this._super=i,this._superApply=o,e}}(),void 0):(r[e]=s,void 0)}),o.prototype=t.widget.extend(a,{widgetEventPrefix:n?a.widgetEventPrefix||e:e},r,{constructor:o,namespace:h,widgetName:e,widgetFullName:l}),n?(t.each(n._childConstructors,function(e,i){var s=i.prototype;t.widget(s.namespace+"."+s.widgetName,o,i._proto)}),delete n._childConstructors):i._childConstructors.push(o),t.widget.bridge(e,o),o},t.widget.extend=function(e){for(var i,s,n=l.call(arguments,1),o=0,a=n.length;a>o;o++)for(i in n[o])s=n[o][i],n[o].hasOwnProperty(i)&&void 0!==s&&(e[i]=t.isPlainObject(s)?t.isPlainObject(e[i])?t.widget.extend({},e[i],s):t.widget.extend({},s):s);return e},t.widget.bridge=function(e,i){var s=i.prototype.widgetFullName||e;t.fn[e]=function(n){var o="string"==typeof n,a=l.call(arguments,1),r=this;return o?this.length||"instance"!==n?this.each(function(){var i,o=t.data(this,s);return"instance"===n?(r=o,!1):o?t.isFunction(o[n])&&"_"!==n.charAt(0)?(i=o[n].apply(o,a),i!==o&&void 0!==i?(r=i&&i.jquery?r.pushStack(i.get()):i,!1):void 0):t.error("no such method '"+n+"' for "+e+" widget instance"):t.error("cannot call methods on "+e+" prior to initialization; "+"attempted to call method '"+n+"'")}):r=void 0:(a.length&&(n=t.widget.extend.apply(null,[n].concat(a))),this.each(function(){var e=t.data(this,s);e?(e.option(n||{}),e._init&&e._init()):t.data(this,s,new i(n,this))})),r}},t.Widget=function(){},t.Widget._childConstructors=[],t.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(e,i){i=t(i||this.defaultElement||this)[0],this.element=t(i),this.uuid=h++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},i!==this&&(t.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===i&&this.destroy()}}),this.document=t(i.style?i.ownerDocument:i.document||i),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,function(t,i){e._removeClass(i,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;s.length-1>o;o++)n[s[o]]=n[s[o]]||{},n=n[s[o]];if(e=s.pop(),1===arguments.length)return void 0===n[e]?null:n[e];n[e]=i}else{if(1===arguments.length)return void 0===this.options[e]?null:this.options[e];a[e]=i}return this._setOptions(a),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(e){var i,s,n;for(i in e)n=this.classesElementLookup[i],e[i]!==this.options.classes[i]&&n&&n.length&&(s=t(n.get()),this._removeClass(n,i),s.addClass(this._classes({element:s,keys:i,classes:e,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(e){function i(i,o){var a,r;for(r=0;i.length>r;r++)a=n.classesElementLookup[i[r]]||t(),a=e.add?t(t.unique(a.get().concat(e.element.get()))):t(a.not(e.element).get()),n.classesElementLookup[i[r]]=a,s.push(i[r]),o&&e.classes[i[r]]&&s.push(e.classes[i[r]])}var s=[],n=this;return e=t.extend({element:this.element,classes:this.options.classes||{}},e),this._on(e.element,{remove:"_untrackClassesElement"}),e.keys&&i(e.keys.match(/\S+/g)||[],!0),e.extra&&i(e.extra.match(/\S+/g)||[]),s.join(" ")},_untrackClassesElement:function(e){var i=this;t.each(i.classesElementLookup,function(s,n){-1!==t.inArray(e.target,n)&&(i.classesElementLookup[s]=t(n.not(e.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var n="string"==typeof t||null===t,o={extra:n?e:i,keys:n?t:e,element:n?this.element:t,add:s};return o.element.toggleClass(this._classes(o),s),this},_on:function(e,i,s){var n,o=this;"boolean"!=typeof e&&(s=i,i=e,e=!1),s?(i=n=t(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),t.each(s,function(s,a){function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof a?o[a]:a).apply(o,arguments):void 0}"string"!=typeof a&&(r.guid=a.guid=a.guid||r.guid||t.guid++);var h=s.match(/^([\w:-]*)\s*(.*)$/),l=h[1]+o.eventNamespace,c=h[2];c?n.on(l,c,r):i.on(l,r)})},_off:function(e,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.off(i).off(i),this.bindings=t(this.bindings.not(e).get()),this.focusable=t(this.focusable.not(e).get()),this.hoverable=t(this.hoverable.not(e).get())},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){this._addClass(t(e.currentTarget),null,"ui-state-hover")},mouseleave:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){this._addClass(t(e.currentTarget),null,"ui-state-focus")},focusout:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}}),t.widget,function(){function e(t,e,i){return[parseFloat(t[0])*(u.test(t[0])?e/100:1),parseFloat(t[1])*(u.test(t[1])?i/100:1)]}function i(e,i){return parseInt(t.css(e,i),10)||0}function s(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:t.isWindow(i)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}var n,o=Math.max,a=Math.abs,r=/left|center|right/,h=/top|center|bottom/,l=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,u=/%$/,d=t.fn.position;t.position={scrollbarWidth:function(){if(void 0!==n)return n;var e,i,s=t("<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>"),o=s.children()[0];return t("body").append(s),e=o.offsetWidth,s.css("overflow","scroll"),i=o.offsetWidth,e===i&&(i=s[0].clientWidth),s.remove(),n=e-i},getScrollInfo:function(e){var i=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),s=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),n="scroll"===i||"auto"===i&&e.width<e.element[0].scrollWidth,o="scroll"===s||"auto"===s&&e.height<e.element[0].scrollHeight;return{width:o?t.position.scrollbarWidth():0,height:n?t.position.scrollbarWidth():0}},getWithinInfo:function(e){var i=t(e||window),s=t.isWindow(i[0]),n=!!i[0]&&9===i[0].nodeType,o=!s&&!n;return{element:i,isWindow:s,isDocument:n,offset:o?t(e).offset():{left:0,top:0},scrollLeft:i.scrollLeft(),scrollTop:i.scrollTop(),width:i.outerWidth(),height:i.outerHeight()}}},t.fn.position=function(n){if(!n||!n.of)return d.apply(this,arguments);n=t.extend({},n);var u,p,f,g,m,_,v=t(n.of),b=t.position.getWithinInfo(n.within),y=t.position.getScrollInfo(b),w=(n.collision||"flip").split(" "),k={};return _=s(v),v[0].preventDefault&&(n.at="left top"),p=_.width,f=_.height,g=_.offset,m=t.extend({},g),t.each(["my","at"],function(){var t,e,i=(n[this]||"").split(" ");1===i.length&&(i=r.test(i[0])?i.concat(["center"]):h.test(i[0])?["center"].concat(i):["center","center"]),i[0]=r.test(i[0])?i[0]:"center",i[1]=h.test(i[1])?i[1]:"center",t=l.exec(i[0]),e=l.exec(i[1]),k[this]=[t?t[0]:0,e?e[0]:0],n[this]=[c.exec(i[0])[0],c.exec(i[1])[0]]}),1===w.length&&(w[1]=w[0]),"right"===n.at[0]?m.left+=p:"center"===n.at[0]&&(m.left+=p/2),"bottom"===n.at[1]?m.top+=f:"center"===n.at[1]&&(m.top+=f/2),u=e(k.at,p,f),m.left+=u[0],m.top+=u[1],this.each(function(){var s,r,h=t(this),l=h.outerWidth(),c=h.outerHeight(),d=i(this,"marginLeft"),_=i(this,"marginTop"),x=l+d+i(this,"marginRight")+y.width,C=c+_+i(this,"marginBottom")+y.height,D=t.extend({},m),I=e(k.my,h.outerWidth(),h.outerHeight());"right"===n.my[0]?D.left-=l:"center"===n.my[0]&&(D.left-=l/2),"bottom"===n.my[1]?D.top-=c:"center"===n.my[1]&&(D.top-=c/2),D.left+=I[0],D.top+=I[1],s={marginLeft:d,marginTop:_},t.each(["left","top"],function(e,i){t.ui.position[w[e]]&&t.ui.position[w[e]][i](D,{targetWidth:p,targetHeight:f,elemWidth:l,elemHeight:c,collisionPosition:s,collisionWidth:x,collisionHeight:C,offset:[u[0]+I[0],u[1]+I[1]],my:n.my,at:n.at,within:b,elem:h})}),n.using&&(r=function(t){var e=g.left-D.left,i=e+p-l,s=g.top-D.top,r=s+f-c,u={target:{element:v,left:g.left,top:g.top,width:p,height:f},element:{element:h,left:D.left,top:D.top,width:l,height:c},horizontal:0>i?"left":e>0?"right":"center",vertical:0>r?"top":s>0?"bottom":"middle"};l>p&&p>a(e+i)&&(u.horizontal="center"),c>f&&f>a(s+r)&&(u.vertical="middle"),u.important=o(a(e),a(i))>o(a(s),a(r))?"horizontal":"vertical",n.using.call(this,t,u)}),h.offset(t.extend(D,{using:r}))})},t.ui.position={fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=t.left-e.collisionPosition.marginLeft,h=n-r,l=r+e.collisionWidth-a-n;e.collisionWidth>a?h>0&&0>=l?(i=t.left+h+e.collisionWidth-a-n,t.left+=h-i):t.left=l>0&&0>=h?n:h>l?n+a-e.collisionWidth:n:h>0?t.left+=h:l>0?t.left-=l:t.left=o(t.left-r,t.left)},top:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollTop:s.offset.top,a=e.within.height,r=t.top-e.collisionPosition.marginTop,h=n-r,l=r+e.collisionHeight-a-n;e.collisionHeight>a?h>0&&0>=l?(i=t.top+h+e.collisionHeight-a-n,t.top+=h-i):t.top=l>0&&0>=h?n:h>l?n+a-e.collisionHeight:n:h>0?t.top+=h:l>0?t.top-=l:t.top=o(t.top-r,t.top)}},flip:{left:function(t,e){var i,s,n=e.within,o=n.offset.left+n.scrollLeft,r=n.width,h=n.isWindow?n.scrollLeft:n.offset.left,l=t.left-e.collisionPosition.marginLeft,c=l-h,u=l+e.collisionWidth-r-h,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,f=-2*e.offset[0];0>c?(i=t.left+d+p+f+e.collisionWidth-r-o,(0>i||a(c)>i)&&(t.left+=d+p+f)):u>0&&(s=t.left-e.collisionPosition.marginLeft+d+p+f-h,(s>0||u>a(s))&&(t.left+=d+p+f))},top:function(t,e){var i,s,n=e.within,o=n.offset.top+n.scrollTop,r=n.height,h=n.isWindow?n.scrollTop:n.offset.top,l=t.top-e.collisionPosition.marginTop,c=l-h,u=l+e.collisionHeight-r-h,d="top"===e.my[1],p=d?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,f="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,g=-2*e.offset[1];0>c?(s=t.top+p+f+g+e.collisionHeight-r-o,(0>s||a(c)>s)&&(t.top+=p+f+g)):u>0&&(i=t.top-e.collisionPosition.marginTop+p+f+g-h,(i>0||u>a(i))&&(t.top+=p+f+g))}},flipfit:{left:function(){t.ui.position.flip.left.apply(this,arguments),t.ui.position.fit.left.apply(this,arguments)},top:function(){t.ui.position.flip.top.apply(this,arguments),t.ui.position.fit.top.apply(this,arguments)}}}}(),t.ui.position,t.extend(t.expr[":"],{data:t.expr.createPseudo?t.expr.createPseudo(function(e){return function(i){return!!t.data(i,e)}}):function(e,i,s){return!!t.data(e,s[3])}}),t.fn.extend({disableSelection:function(){var t="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.on(t+".ui-disableSelection",function(t){t.preventDefault()})}}(),enableSelection:function(){return this.off(".ui-disableSelection")}});var c="ui-effects-",u="ui-effects-style",d="ui-effects-animated",p=t;t.effects={effect:{}},function(t,e){function i(t,e,i){var s=u[e.type]||{};return null==t?i||!e.def?null:e.def:(t=s.floor?~~t:parseFloat(t),isNaN(t)?e.def:s.mod?(t+s.mod)%s.mod:0>t?0:t>s.max?s.max:t)}function s(i){var s=l(),n=s._rgba=[];return i=i.toLowerCase(),f(h,function(t,o){var a,r=o.re.exec(i),h=r&&o.parse(r),l=o.space||"rgba";return h?(a=s[l](h),s[c[l].cache]=a[c[l].cache],n=s._rgba=a._rgba,!1):e}),n.length?("0,0,0,0"===n.join()&&t.extend(n,o.transparent),s):o[i]}function n(t,e,i){return i=(i+1)%1,1>6*i?t+6*(e-t)*i:1>2*i?e:2>3*i?t+6*(e-t)*(2/3-i):t}var o,a="backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor",r=/^([\-+])=\s*(\d+\.?\d*)/,h=[{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(t){return[t[1],t[2],t[3],t[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(t){return[2.55*t[1],2.55*t[2],2.55*t[3],t[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(t){return[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(t){return[parseInt(t[1]+t[1],16),parseInt(t[2]+t[2],16),parseInt(t[3]+t[3],16)]}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,space:"hsla",parse:function(t){return[t[1],t[2]/100,t[3]/100,t[4]]}}],l=t.Color=function(e,i,s,n){return new t.Color.fn.parse(e,i,s,n)},c={rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent"}}}},u={"byte":{floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},d=l.support={},p=t("<p>")[0],f=t.each;p.style.cssText="background-color:rgba(1,1,1,.5)",d.rgba=p.style.backgroundColor.indexOf("rgba")>-1,f(c,function(t,e){e.cache="_"+t,e.props.alpha={idx:3,type:"percent",def:1}}),l.fn=t.extend(l.prototype,{parse:function(n,a,r,h){if(n===e)return this._rgba=[null,null,null,null],this;(n.jquery||n.nodeType)&&(n=t(n).css(a),a=e);var u=this,d=t.type(n),p=this._rgba=[];return a!==e&&(n=[n,a,r,h],d="array"),"string"===d?this.parse(s(n)||o._default):"array"===d?(f(c.rgba.props,function(t,e){p[e.idx]=i(n[e.idx],e)}),this):"object"===d?(n instanceof l?f(c,function(t,e){n[e.cache]&&(u[e.cache]=n[e.cache].slice())}):f(c,function(e,s){var o=s.cache;f(s.props,function(t,e){if(!u[o]&&s.to){if("alpha"===t||null==n[t])return;u[o]=s.to(u._rgba)}u[o][e.idx]=i(n[t],e,!0)}),u[o]&&0>t.inArray(null,u[o].slice(0,3))&&(u[o][3]=1,s.from&&(u._rgba=s.from(u[o])))}),this):e},is:function(t){var i=l(t),s=!0,n=this;return f(c,function(t,o){var a,r=i[o.cache];return r&&(a=n[o.cache]||o.to&&o.to(n._rgba)||[],f(o.props,function(t,i){return null!=r[i.idx]?s=r[i.idx]===a[i.idx]:e})),s}),s},_space:function(){var t=[],e=this;return f(c,function(i,s){e[s.cache]&&t.push(i)}),t.pop()},transition:function(t,e){var s=l(t),n=s._space(),o=c[n],a=0===this.alpha()?l("transparent"):this,r=a[o.cache]||o.to(a._rgba),h=r.slice();return s=s[o.cache],f(o.props,function(t,n){var o=n.idx,a=r[o],l=s[o],c=u[n.type]||{};null!==l&&(null===a?h[o]=l:(c.mod&&(l-a>c.mod/2?a+=c.mod:a-l>c.mod/2&&(a-=c.mod)),h[o]=i((l-a)*e+a,n)))}),this[n](h)},blend:function(e){if(1===this._rgba[3])return this;var i=this._rgba.slice(),s=i.pop(),n=l(e)._rgba;return l(t.map(i,function(t,e){return(1-s)*n[e]+s*t}))},toRgbaString:function(){var e="rgba(",i=t.map(this._rgba,function(t,e){return null==t?e>2?1:0:t});return 1===i[3]&&(i.pop(),e="rgb("),e+i.join()+")"},toHslaString:function(){var e="hsla(",i=t.map(this.hsla(),function(t,e){return null==t&&(t=e>2?1:0),e&&3>e&&(t=Math.round(100*t)+"%"),t});return 1===i[3]&&(i.pop(),e="hsl("),e+i.join()+")"},toHexString:function(e){var i=this._rgba.slice(),s=i.pop();return e&&i.push(~~(255*s)),"#"+t.map(i,function(t){return t=(t||0).toString(16),1===t.length?"0"+t:t}).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),l.fn.parse.prototype=l.fn,c.hsla.to=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e,i,s=t[0]/255,n=t[1]/255,o=t[2]/255,a=t[3],r=Math.max(s,n,o),h=Math.min(s,n,o),l=r-h,c=r+h,u=.5*c;return e=h===r?0:s===r?60*(n-o)/l+360:n===r?60*(o-s)/l+120:60*(s-n)/l+240,i=0===l?0:.5>=u?l/c:l/(2-c),[Math.round(e)%360,i,u,null==a?1:a]},c.hsla.from=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e=t[0]/360,i=t[1],s=t[2],o=t[3],a=.5>=s?s*(1+i):s+i-s*i,r=2*s-a;return[Math.round(255*n(r,a,e+1/3)),Math.round(255*n(r,a,e)),Math.round(255*n(r,a,e-1/3)),o]},f(c,function(s,n){var o=n.props,a=n.cache,h=n.to,c=n.from;l.fn[s]=function(s){if(h&&!this[a]&&(this[a]=h(this._rgba)),s===e)return this[a].slice();var n,r=t.type(s),u="array"===r||"object"===r?s:arguments,d=this[a].slice();return f(o,function(t,e){var s=u["object"===r?t:e.idx];null==s&&(s=d[e.idx]),d[e.idx]=i(s,e)}),c?(n=l(c(d)),n[a]=d,n):l(d)},f(o,function(e,i){l.fn[e]||(l.fn[e]=function(n){var o,a=t.type(n),h="alpha"===e?this._hsla?"hsla":"rgba":s,l=this[h](),c=l[i.idx];return"undefined"===a?c:("function"===a&&(n=n.call(this,c),a=t.type(n)),null==n&&i.empty?this:("string"===a&&(o=r.exec(n),o&&(n=c+parseFloat(o[2])*("+"===o[1]?1:-1))),l[i.idx]=n,this[h](l)))})})}),l.hook=function(e){var i=e.split(" ");f(i,function(e,i){t.cssHooks[i]={set:function(e,n){var o,a,r="";if("transparent"!==n&&("string"!==t.type(n)||(o=s(n)))){if(n=l(o||n),!d.rgba&&1!==n._rgba[3]){for(a="backgroundColor"===i?e.parentNode:e;(""===r||"transparent"===r)&&a&&a.style;)try{r=t.css(a,"backgroundColor"),a=a.parentNode}catch(h){}n=n.blend(r&&"transparent"!==r?r:"_default")}n=n.toRgbaString()}try{e.style[i]=n}catch(h){}}},t.fx.step[i]=function(e){e.colorInit||(e.start=l(e.elem,i),e.end=l(e.end),e.colorInit=!0),t.cssHooks[i].set(e.elem,e.start.transition(e.end,e.pos))}})},l.hook(a),t.cssHooks.borderColor={expand:function(t){var e={};return f(["Top","Right","Bottom","Left"],function(i,s){e["border"+s+"Color"]=t}),e}},o=t.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(p),function(){function e(e){var i,s,n=e.ownerDocument.defaultView?e.ownerDocument.defaultView.getComputedStyle(e,null):e.currentStyle,o={};if(n&&n.length&&n[0]&&n[n[0]])for(s=n.length;s--;)i=n[s],"string"==typeof n[i]&&(o[t.camelCase(i)]=n[i]);else for(i in n)"string"==typeof n[i]&&(o[i]=n[i]);return o}function i(e,i){var s,o,a={};for(s in i)o=i[s],e[s]!==o&&(n[s]||(t.fx.step[s]||!isNaN(parseFloat(o)))&&(a[s]=o));return a}var s=["add","remove","toggle"],n={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};t.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],function(e,i){t.fx.step[i]=function(t){("none"!==t.end&&!t.setAttr||1===t.pos&&!t.setAttr)&&(p.style(t.elem,i,t.end),t.setAttr=!0)}}),t.fn.addBack||(t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.effects.animateClass=function(n,o,a,r){var h=t.speed(o,a,r);return this.queue(function(){var o,a=t(this),r=a.attr("class")||"",l=h.children?a.find("*").addBack():a;l=l.map(function(){var i=t(this);return{el:i,start:e(this)}}),o=function(){t.each(s,function(t,e){n[e]&&a[e+"Class"](n[e])})},o(),l=l.map(function(){return this.end=e(this.el[0]),this.diff=i(this.start,this.end),this}),a.attr("class",r),l=l.map(function(){var e=this,i=t.Deferred(),s=t.extend({},h,{queue:!1,complete:function(){i.resolve(e)}});return this.el.animate(this.diff,s),i.promise()}),t.when.apply(t,l.get()).done(function(){o(),t.each(arguments,function(){var e=this.el;t.each(this.diff,function(t){e.css(t,"")})}),h.complete.call(a[0])})})},t.fn.extend({addClass:function(e){return function(i,s,n,o){return s?t.effects.animateClass.call(this,{add:i},s,n,o):e.apply(this,arguments)}}(t.fn.addClass),removeClass:function(e){return function(i,s,n,o){return arguments.length>1?t.effects.animateClass.call(this,{remove:i},s,n,o):e.apply(this,arguments)}}(t.fn.removeClass),toggleClass:function(e){return function(i,s,n,o,a){return"boolean"==typeof s||void 0===s?n?t.effects.animateClass.call(this,s?{add:i}:{remove:i},n,o,a):e.apply(this,arguments):t.effects.animateClass.call(this,{toggle:i},s,n,o)}}(t.fn.toggleClass),switchClass:function(e,i,s,n,o){return t.effects.animateClass.call(this,{add:i,remove:e},s,n,o)}})}(),function(){function e(e,i,s,n){return t.isPlainObject(e)&&(i=e,e=e.effect),e={effect:e},null==i&&(i={}),t.isFunction(i)&&(n=i,s=null,i={}),("number"==typeof i||t.fx.speeds[i])&&(n=s,s=i,i={}),t.isFunction(s)&&(n=s,s=null),i&&t.extend(e,i),s=s||i.duration,e.duration=t.fx.off?0:"number"==typeof s?s:s in t.fx.speeds?t.fx.speeds[s]:t.fx.speeds._default,e.complete=n||i.complete,e}function i(e){return!e||"number"==typeof e||t.fx.speeds[e]?!0:"string"!=typeof e||t.effects.effect[e]?t.isFunction(e)?!0:"object"!=typeof e||e.effect?!1:!0:!0}function s(t,e){var i=e.outerWidth(),s=e.outerHeight(),n=/^rect\((-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto)\)$/,o=n.exec(t)||["",0,i,s,0];return{top:parseFloat(o[1])||0,right:"auto"===o[2]?i:parseFloat(o[2]),bottom:"auto"===o[3]?s:parseFloat(o[3]),left:parseFloat(o[4])||0}}t.expr&&t.expr.filters&&t.expr.filters.animated&&(t.expr.filters.animated=function(e){return function(i){return!!t(i).data(d)||e(i)}}(t.expr.filters.animated)),t.uiBackCompat!==!1&&t.extend(t.effects,{save:function(t,e){for(var i=0,s=e.length;s>i;i++)null!==e[i]&&t.data(c+e[i],t[0].style[e[i]])},restore:function(t,e){for(var i,s=0,n=e.length;n>s;s++)null!==e[s]&&(i=t.data(c+e[s]),t.css(e[s],i))},setMode:function(t,e){return"toggle"===e&&(e=t.is(":hidden")?"show":"hide"),e},createWrapper:function(e){if(e.parent().is(".ui-effects-wrapper"))return e.parent();var i={width:e.outerWidth(!0),height:e.outerHeight(!0),"float":e.css("float")},s=t("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),n={width:e.width(),height:e.height()},o=document.activeElement;try{o.id}catch(a){o=document.body}return e.wrap(s),(e[0]===o||t.contains(e[0],o))&&t(o).trigger("focus"),s=e.parent(),"static"===e.css("position")?(s.css({position:"relative"}),e.css({position:"relative"})):(t.extend(i,{position:e.css("position"),zIndex:e.css("z-index")}),t.each(["top","left","bottom","right"],function(t,s){i[s]=e.css(s),isNaN(parseInt(i[s],10))&&(i[s]="auto")}),e.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),e.css(n),s.css(i).show()},removeWrapper:function(e){var i=document.activeElement;return e.parent().is(".ui-effects-wrapper")&&(e.parent().replaceWith(e),(e[0]===i||t.contains(e[0],i))&&t(i).trigger("focus")),e}}),t.extend(t.effects,{version:"1.12.1",define:function(e,i,s){return s||(s=i,i="effect"),t.effects.effect[e]=s,t.effects.effect[e].mode=i,s},scaledDimensions:function(t,e,i){if(0===e)return{height:0,width:0,outerHeight:0,outerWidth:0};var s="horizontal"!==i?(e||100)/100:1,n="vertical"!==i?(e||100)/100:1;return{height:t.height()*n,width:t.width()*s,outerHeight:t.outerHeight()*n,outerWidth:t.outerWidth()*s}},clipToBox:function(t){return{width:t.clip.right-t.clip.left,height:t.clip.bottom-t.clip.top,left:t.clip.left,top:t.clip.top}},unshift:function(t,e,i){var s=t.queue();e>1&&s.splice.apply(s,[1,0].concat(s.splice(e,i))),t.dequeue()},saveStyle:function(t){t.data(u,t[0].style.cssText)},restoreStyle:function(t){t[0].style.cssText=t.data(u)||"",t.removeData(u)},mode:function(t,e){var i=t.is(":hidden");return"toggle"===e&&(e=i?"show":"hide"),(i?"hide"===e:"show"===e)&&(e="none"),e},getBaseline:function(t,e){var i,s;switch(t[0]){case"top":i=0;break;case"middle":i=.5;break;case"bottom":i=1;break;default:i=t[0]/e.height}switch(t[1]){case"left":s=0;break;case"center":s=.5;break;case"right":s=1;break;default:s=t[1]/e.width}return{x:s,y:i}},createPlaceholder:function(e){var i,s=e.css("position"),n=e.position();return e.css({marginTop:e.css("marginTop"),marginBottom:e.css("marginBottom"),marginLeft:e.css("marginLeft"),marginRight:e.css("marginRight")}).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()),/^(static|relative)/.test(s)&&(s="absolute",i=t("<"+e[0].nodeName+">").insertAfter(e).css({display:/^(inline|ruby)/.test(e.css("display"))?"inline-block":"block",visibility:"hidden",marginTop:e.css("marginTop"),marginBottom:e.css("marginBottom"),marginLeft:e.css("marginLeft"),marginRight:e.css("marginRight"),"float":e.css("float")}).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()).addClass("ui-effects-placeholder"),e.data(c+"placeholder",i)),e.css({position:s,left:n.left,top:n.top}),i},removePlaceholder:function(t){var e=c+"placeholder",i=t.data(e);i&&(i.remove(),t.removeData(e))},cleanUp:function(e){t.effects.restoreStyle(e),t.effects.removePlaceholder(e)},setTransition:function(e,i,s,n){return n=n||{},t.each(i,function(t,i){var o=e.cssUnit(i);o[0]>0&&(n[i]=o[0]*s+o[1])}),n}}),t.fn.extend({effect:function(){function i(e){function i(){r.removeData(d),t.effects.cleanUp(r),"hide"===s.mode&&r.hide(),a()}function a(){t.isFunction(h)&&h.call(r[0]),t.isFunction(e)&&e()}var r=t(this);s.mode=c.shift(),t.uiBackCompat===!1||o?"none"===s.mode?(r[l](),a()):n.call(r[0],s,i):(r.is(":hidden")?"hide"===l:"show"===l)?(r[l](),a()):n.call(r[0],s,a)}var s=e.apply(this,arguments),n=t.effects.effect[s.effect],o=n.mode,a=s.queue,r=a||"fx",h=s.complete,l=s.mode,c=[],u=function(e){var i=t(this),s=t.effects.mode(i,l)||o;i.data(d,!0),c.push(s),o&&("show"===s||s===o&&"hide"===s)&&i.show(),o&&"none"===s||t.effects.saveStyle(i),t.isFunction(e)&&e()};return t.fx.off||!n?l?this[l](s.duration,h):this.each(function(){h&&h.call(this)}):a===!1?this.each(u).each(i):this.queue(r,u).queue(r,i)},show:function(t){return function(s){if(i(s))return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="show",this.effect.call(this,n)
7
+}}(t.fn.show),hide:function(t){return function(s){if(i(s))return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="hide",this.effect.call(this,n)}}(t.fn.hide),toggle:function(t){return function(s){if(i(s)||"boolean"==typeof s)return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="toggle",this.effect.call(this,n)}}(t.fn.toggle),cssUnit:function(e){var i=this.css(e),s=[];return t.each(["em","px","%","pt"],function(t,e){i.indexOf(e)>0&&(s=[parseFloat(i),e])}),s},cssClip:function(t){return t?this.css("clip","rect("+t.top+"px "+t.right+"px "+t.bottom+"px "+t.left+"px)"):s(this.css("clip"),this)},transfer:function(e,i){var s=t(this),n=t(e.to),o="fixed"===n.css("position"),a=t("body"),r=o?a.scrollTop():0,h=o?a.scrollLeft():0,l=n.offset(),c={top:l.top-r,left:l.left-h,height:n.innerHeight(),width:n.innerWidth()},u=s.offset(),d=t("<div class='ui-effects-transfer'></div>").appendTo("body").addClass(e.className).css({top:u.top-r,left:u.left-h,height:s.innerHeight(),width:s.innerWidth(),position:o?"fixed":"absolute"}).animate(c,e.duration,e.easing,function(){d.remove(),t.isFunction(i)&&i()})}}),t.fx.step.clip=function(e){e.clipInit||(e.start=t(e.elem).cssClip(),"string"==typeof e.end&&(e.end=s(e.end,e.elem)),e.clipInit=!0),t(e.elem).cssClip({top:e.pos*(e.end.top-e.start.top)+e.start.top,right:e.pos*(e.end.right-e.start.right)+e.start.right,bottom:e.pos*(e.end.bottom-e.start.bottom)+e.start.bottom,left:e.pos*(e.end.left-e.start.left)+e.start.left})}}(),function(){var e={};t.each(["Quad","Cubic","Quart","Quint","Expo"],function(t,i){e[i]=function(e){return Math.pow(e,t+2)}}),t.extend(e,{Sine:function(t){return 1-Math.cos(t*Math.PI/2)},Circ:function(t){return 1-Math.sqrt(1-t*t)},Elastic:function(t){return 0===t||1===t?t:-Math.pow(2,8*(t-1))*Math.sin((80*(t-1)-7.5)*Math.PI/15)},Back:function(t){return t*t*(3*t-2)},Bounce:function(t){for(var e,i=4;((e=Math.pow(2,--i))-1)/11>t;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((3*e-2)/22-t,2)}}),t.each(e,function(e,i){t.easing["easeIn"+e]=i,t.easing["easeOut"+e]=function(t){return 1-i(1-t)},t.easing["easeInOut"+e]=function(t){return.5>t?i(2*t)/2:1-i(-2*t+2)/2}})}();var f=t.effects;t.effects.define("blind","hide",function(e,i){var s={up:["bottom","top"],vertical:["bottom","top"],down:["top","bottom"],left:["right","left"],horizontal:["right","left"],right:["left","right"]},n=t(this),o=e.direction||"up",a=n.cssClip(),r={clip:t.extend({},a)},h=t.effects.createPlaceholder(n);r.clip[s[o][0]]=r.clip[s[o][1]],"show"===e.mode&&(n.cssClip(r.clip),h&&h.css(t.effects.clipToBox(r)),r.clip=a),h&&h.animate(t.effects.clipToBox(r),e.duration,e.easing),n.animate(r,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("bounce",function(e,i){var s,n,o,a=t(this),r=e.mode,h="hide"===r,l="show"===r,c=e.direction||"up",u=e.distance,d=e.times||5,p=2*d+(l||h?1:0),f=e.duration/p,g=e.easing,m="up"===c||"down"===c?"top":"left",_="up"===c||"left"===c,v=0,b=a.queue().length;for(t.effects.createPlaceholder(a),o=a.css(m),u||(u=a["top"===m?"outerHeight":"outerWidth"]()/3),l&&(n={opacity:1},n[m]=o,a.css("opacity",0).css(m,_?2*-u:2*u).animate(n,f,g)),h&&(u/=Math.pow(2,d-1)),n={},n[m]=o;d>v;v++)s={},s[m]=(_?"-=":"+=")+u,a.animate(s,f,g).animate(n,f,g),u=h?2*u:u/2;h&&(s={opacity:0},s[m]=(_?"-=":"+=")+u,a.animate(s,f,g)),a.queue(i),t.effects.unshift(a,b,p+1)}),t.effects.define("clip","hide",function(e,i){var s,n={},o=t(this),a=e.direction||"vertical",r="both"===a,h=r||"horizontal"===a,l=r||"vertical"===a;s=o.cssClip(),n.clip={top:l?(s.bottom-s.top)/2:s.top,right:h?(s.right-s.left)/2:s.right,bottom:l?(s.bottom-s.top)/2:s.bottom,left:h?(s.right-s.left)/2:s.left},t.effects.createPlaceholder(o),"show"===e.mode&&(o.cssClip(n.clip),n.clip=s),o.animate(n,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("drop","hide",function(e,i){var s,n=t(this),o=e.mode,a="show"===o,r=e.direction||"left",h="up"===r||"down"===r?"top":"left",l="up"===r||"left"===r?"-=":"+=",c="+="===l?"-=":"+=",u={opacity:0};t.effects.createPlaceholder(n),s=e.distance||n["top"===h?"outerHeight":"outerWidth"](!0)/2,u[h]=l+s,a&&(n.css(u),u[h]=c+s,u.opacity=1),n.animate(u,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("explode","hide",function(e,i){function s(){b.push(this),b.length===u*d&&n()}function n(){p.css({visibility:"visible"}),t(b).remove(),i()}var o,a,r,h,l,c,u=e.pieces?Math.round(Math.sqrt(e.pieces)):3,d=u,p=t(this),f=e.mode,g="show"===f,m=p.show().css("visibility","hidden").offset(),_=Math.ceil(p.outerWidth()/d),v=Math.ceil(p.outerHeight()/u),b=[];for(o=0;u>o;o++)for(h=m.top+o*v,c=o-(u-1)/2,a=0;d>a;a++)r=m.left+a*_,l=a-(d-1)/2,p.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-a*_,top:-o*v}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:_,height:v,left:r+(g?l*_:0),top:h+(g?c*v:0),opacity:g?0:1}).animate({left:r+(g?0:l*_),top:h+(g?0:c*v),opacity:g?1:0},e.duration||500,e.easing,s)}),t.effects.define("fade","toggle",function(e,i){var s="show"===e.mode;t(this).css("opacity",s?0:1).animate({opacity:s?1:0},{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("fold","hide",function(e,i){var s=t(this),n=e.mode,o="show"===n,a="hide"===n,r=e.size||15,h=/([0-9]+)%/.exec(r),l=!!e.horizFirst,c=l?["right","bottom"]:["bottom","right"],u=e.duration/2,d=t.effects.createPlaceholder(s),p=s.cssClip(),f={clip:t.extend({},p)},g={clip:t.extend({},p)},m=[p[c[0]],p[c[1]]],_=s.queue().length;h&&(r=parseInt(h[1],10)/100*m[a?0:1]),f.clip[c[0]]=r,g.clip[c[0]]=r,g.clip[c[1]]=0,o&&(s.cssClip(g.clip),d&&d.css(t.effects.clipToBox(g)),g.clip=p),s.queue(function(i){d&&d.animate(t.effects.clipToBox(f),u,e.easing).animate(t.effects.clipToBox(g),u,e.easing),i()}).animate(f,u,e.easing).animate(g,u,e.easing).queue(i),t.effects.unshift(s,_,4)}),t.effects.define("highlight","show",function(e,i){var s=t(this),n={backgroundColor:s.css("backgroundColor")};"hide"===e.mode&&(n.opacity=0),t.effects.saveStyle(s),s.css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(n,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("size",function(e,i){var s,n,o,a=t(this),r=["fontSize"],h=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],l=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],c=e.mode,u="effect"!==c,d=e.scale||"both",p=e.origin||["middle","center"],f=a.css("position"),g=a.position(),m=t.effects.scaledDimensions(a),_=e.from||m,v=e.to||t.effects.scaledDimensions(a,0);t.effects.createPlaceholder(a),"show"===c&&(o=_,_=v,v=o),n={from:{y:_.height/m.height,x:_.width/m.width},to:{y:v.height/m.height,x:v.width/m.width}},("box"===d||"both"===d)&&(n.from.y!==n.to.y&&(_=t.effects.setTransition(a,h,n.from.y,_),v=t.effects.setTransition(a,h,n.to.y,v)),n.from.x!==n.to.x&&(_=t.effects.setTransition(a,l,n.from.x,_),v=t.effects.setTransition(a,l,n.to.x,v))),("content"===d||"both"===d)&&n.from.y!==n.to.y&&(_=t.effects.setTransition(a,r,n.from.y,_),v=t.effects.setTransition(a,r,n.to.y,v)),p&&(s=t.effects.getBaseline(p,m),_.top=(m.outerHeight-_.outerHeight)*s.y+g.top,_.left=(m.outerWidth-_.outerWidth)*s.x+g.left,v.top=(m.outerHeight-v.outerHeight)*s.y+g.top,v.left=(m.outerWidth-v.outerWidth)*s.x+g.left),a.css(_),("content"===d||"both"===d)&&(h=h.concat(["marginTop","marginBottom"]).concat(r),l=l.concat(["marginLeft","marginRight"]),a.find("*[width]").each(function(){var i=t(this),s=t.effects.scaledDimensions(i),o={height:s.height*n.from.y,width:s.width*n.from.x,outerHeight:s.outerHeight*n.from.y,outerWidth:s.outerWidth*n.from.x},a={height:s.height*n.to.y,width:s.width*n.to.x,outerHeight:s.height*n.to.y,outerWidth:s.width*n.to.x};n.from.y!==n.to.y&&(o=t.effects.setTransition(i,h,n.from.y,o),a=t.effects.setTransition(i,h,n.to.y,a)),n.from.x!==n.to.x&&(o=t.effects.setTransition(i,l,n.from.x,o),a=t.effects.setTransition(i,l,n.to.x,a)),u&&t.effects.saveStyle(i),i.css(o),i.animate(a,e.duration,e.easing,function(){u&&t.effects.restoreStyle(i)})})),a.animate(v,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){var e=a.offset();0===v.opacity&&a.css("opacity",_.opacity),u||(a.css("position","static"===f?"relative":f).offset(e),t.effects.saveStyle(a)),i()}})}),t.effects.define("scale",function(e,i){var s=t(this),n=e.mode,o=parseInt(e.percent,10)||(0===parseInt(e.percent,10)?0:"effect"!==n?0:100),a=t.extend(!0,{from:t.effects.scaledDimensions(s),to:t.effects.scaledDimensions(s,o,e.direction||"both"),origin:e.origin||["middle","center"]},e);e.fade&&(a.from.opacity=1,a.to.opacity=0),t.effects.effect.size.call(this,a,i)}),t.effects.define("puff","hide",function(e,i){var s=t.extend(!0,{},e,{fade:!0,percent:parseInt(e.percent,10)||150});t.effects.effect.scale.call(this,s,i)}),t.effects.define("pulsate","show",function(e,i){var s=t(this),n=e.mode,o="show"===n,a="hide"===n,r=o||a,h=2*(e.times||5)+(r?1:0),l=e.duration/h,c=0,u=1,d=s.queue().length;for((o||!s.is(":visible"))&&(s.css("opacity",0).show(),c=1);h>u;u++)s.animate({opacity:c},l,e.easing),c=1-c;s.animate({opacity:c},l,e.easing),s.queue(i),t.effects.unshift(s,d,h+1)}),t.effects.define("shake",function(e,i){var s=1,n=t(this),o=e.direction||"left",a=e.distance||20,r=e.times||3,h=2*r+1,l=Math.round(e.duration/h),c="up"===o||"down"===o?"top":"left",u="up"===o||"left"===o,d={},p={},f={},g=n.queue().length;for(t.effects.createPlaceholder(n),d[c]=(u?"-=":"+=")+a,p[c]=(u?"+=":"-=")+2*a,f[c]=(u?"-=":"+=")+2*a,n.animate(d,l,e.easing);r>s;s++)n.animate(p,l,e.easing).animate(f,l,e.easing);n.animate(p,l,e.easing).animate(d,l/2,e.easing).queue(i),t.effects.unshift(n,g,h+1)}),t.effects.define("slide","show",function(e,i){var s,n,o=t(this),a={up:["bottom","top"],down:["top","bottom"],left:["right","left"],right:["left","right"]},r=e.mode,h=e.direction||"left",l="up"===h||"down"===h?"top":"left",c="up"===h||"left"===h,u=e.distance||o["top"===l?"outerHeight":"outerWidth"](!0),d={};t.effects.createPlaceholder(o),s=o.cssClip(),n=o.position()[l],d[l]=(c?-1:1)*u+n,d.clip=o.cssClip(),d.clip[a[h][1]]=d.clip[a[h][0]],"show"===r&&(o.cssClip(d.clip),o.css(l,d[l]),d.clip=s,d[l]=n),o.animate(d,{queue:!1,duration:e.duration,easing:e.easing,complete:i})});var f;t.uiBackCompat!==!1&&(f=t.effects.define("transfer",function(e,i){t(this).transfer(e,i)})),t.ui.focusable=function(i,s){var n,o,a,r,h,l=i.nodeName.toLowerCase();return"area"===l?(n=i.parentNode,o=n.name,i.href&&o&&"map"===n.nodeName.toLowerCase()?(a=t("img[usemap='#"+o+"']"),a.length>0&&a.is(":visible")):!1):(/^(input|select|textarea|button|object)$/.test(l)?(r=!i.disabled,r&&(h=t(i).closest("fieldset")[0],h&&(r=!h.disabled))):r="a"===l?i.href||s:s,r&&t(i).is(":visible")&&e(t(i)))},t.extend(t.expr[":"],{focusable:function(e){return t.ui.focusable(e,null!=t.attr(e,"tabindex"))}}),t.ui.focusable,t.fn.form=function(){return"string"==typeof this[0].form?this.closest("form"):t(this[0].form)},t.ui.formResetMixin={_formResetHandler:function(){var e=t(this);setTimeout(function(){var i=e.data("ui-form-reset-instances");t.each(i,function(){this.refresh()})})},_bindFormResetHandler:function(){if(this.form=this.element.form(),this.form.length){var t=this.form.data("ui-form-reset-instances")||[];t.length||this.form.on("reset.ui-form-reset",this._formResetHandler),t.push(this),this.form.data("ui-form-reset-instances",t)}},_unbindFormResetHandler:function(){if(this.form.length){var e=this.form.data("ui-form-reset-instances");e.splice(t.inArray(this,e),1),e.length?this.form.data("ui-form-reset-instances",e):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}},"1.7"===t.fn.jquery.substring(0,3)&&(t.each(["Width","Height"],function(e,i){function s(e,i,s,o){return t.each(n,function(){i-=parseFloat(t.css(e,"padding"+this))||0,s&&(i-=parseFloat(t.css(e,"border"+this+"Width"))||0),o&&(i-=parseFloat(t.css(e,"margin"+this))||0)}),i}var n="Width"===i?["Left","Right"]:["Top","Bottom"],o=i.toLowerCase(),a={innerWidth:t.fn.innerWidth,innerHeight:t.fn.innerHeight,outerWidth:t.fn.outerWidth,outerHeight:t.fn.outerHeight};t.fn["inner"+i]=function(e){return void 0===e?a["inner"+i].call(this):this.each(function(){t(this).css(o,s(this,e)+"px")})},t.fn["outer"+i]=function(e,n){return"number"!=typeof e?a["outer"+i].call(this,e):this.each(function(){t(this).css(o,s(this,e,!0,n)+"px")})}}),t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.ui.escapeSelector=function(){var t=/([!"#$%&'()*+,.\/:;<=>?@[\]^`{|}~])/g;return function(e){return e.replace(t,"\\$1")}}(),t.fn.labels=function(){var e,i,s,n,o;return this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(n=this.eq(0).parents("label"),s=this.attr("id"),s&&(e=this.eq(0).parents().last(),o=e.add(e.length?e.siblings():this.siblings()),i="label[for='"+t.ui.escapeSelector(s)+"']",n=n.add(o.find(i).addBack(i))),this.pushStack(n))},t.fn.scrollParent=function(e){var i=this.css("position"),s="absolute"===i,n=e?/(auto|scroll|hidden)/:/(auto|scroll)/,o=this.parents().filter(function(){var e=t(this);return s&&"static"===e.css("position")?!1:n.test(e.css("overflow")+e.css("overflow-y")+e.css("overflow-x"))}).eq(0);return"fixed"!==i&&o.length?o:t(this[0].ownerDocument||document)},t.extend(t.expr[":"],{tabbable:function(e){var i=t.attr(e,"tabindex"),s=null!=i;return(!s||i>=0)&&t.ui.focusable(e,s)}}),t.fn.extend({uniqueId:function(){var t=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++t)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")})}}),t.widget("ui.accordion",{version:"1.12.1",options:{active:0,animate:{},classes:{"ui-accordion-header":"ui-corner-top","ui-accordion-header-collapsed":"ui-corner-all","ui-accordion-content":"ui-corner-bottom"},collapsible:!1,event:"click",header:"> li > :first-child, > :not(li):even",heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:"hide",borderBottomWidth:"hide",paddingTop:"hide",paddingBottom:"hide",height:"hide"},showProps:{borderTopWidth:"show",borderBottomWidth:"show",paddingTop:"show",paddingBottom:"show",height:"show"},_create:function(){var e=this.options;this.prevShow=this.prevHide=t(),this._addClass("ui-accordion","ui-widget ui-helper-reset"),this.element.attr("role","tablist"),e.collapsible||e.active!==!1&&null!=e.active||(e.active=0),this._processPanels(),0>e.active&&(e.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():t()}},_createIcons:function(){var e,i,s=this.options.icons;s&&(e=t("<span>"),this._addClass(e,"ui-accordion-header-icon","ui-icon "+s.header),e.prependTo(this.headers),i=this.active.children(".ui-accordion-header-icon"),this._removeClass(i,s.header)._addClass(i,null,s.activeHeader)._addClass(this.headers,"ui-accordion-icons"))},_destroyIcons:function(){this._removeClass(this.headers,"ui-accordion-icons"),this.headers.children(".ui-accordion-header-icon").remove()},_destroy:function(){var t;this.element.removeAttr("role"),this.headers.removeAttr("role aria-expanded aria-selected aria-controls tabIndex").removeUniqueId(),this._destroyIcons(),t=this.headers.next().css("display","").removeAttr("role aria-hidden aria-labelledby").removeUniqueId(),"content"!==this.options.heightStyle&&t.css("height","")},_setOption:function(t,e){return"active"===t?(this._activate(e),void 0):("event"===t&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(e)),this._super(t,e),"collapsible"!==t||e||this.options.active!==!1||this._activate(0),"icons"===t&&(this._destroyIcons(),e&&this._createIcons()),void 0)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t),this._toggleClass(this.headers.add(this.headers.next()),null,"ui-state-disabled",!!t)},_keydown:function(e){if(!e.altKey&&!e.ctrlKey){var i=t.ui.keyCode,s=this.headers.length,n=this.headers.index(e.target),o=!1;switch(e.keyCode){case i.RIGHT:case i.DOWN:o=this.headers[(n+1)%s];break;case i.LEFT:case i.UP:o=this.headers[(n-1+s)%s];break;case i.SPACE:case i.ENTER:this._eventHandler(e);break;case i.HOME:o=this.headers[0];break;case i.END:o=this.headers[s-1]}o&&(t(e.target).attr("tabIndex",-1),t(o).attr("tabIndex",0),t(o).trigger("focus"),e.preventDefault())}},_panelKeyDown:function(e){e.keyCode===t.ui.keyCode.UP&&e.ctrlKey&&t(e.currentTarget).prev().trigger("focus")},refresh:function(){var e=this.options;this._processPanels(),e.active===!1&&e.collapsible===!0||!this.headers.length?(e.active=!1,this.active=t()):e.active===!1?this._activate(0):this.active.length&&!t.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(e.active=!1,this.active=t()):this._activate(Math.max(0,e.active-1)):e.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){var t=this.headers,e=this.panels;this.headers=this.element.find(this.options.header),this._addClass(this.headers,"ui-accordion-header ui-accordion-header-collapsed","ui-state-default"),this.panels=this.headers.next().filter(":not(.ui-accordion-content-active)").hide(),this._addClass(this.panels,"ui-accordion-content","ui-helper-reset ui-widget-content"),e&&(this._off(t.not(this.headers)),this._off(e.not(this.panels)))},_refresh:function(){var e,i=this.options,s=i.heightStyle,n=this.element.parent();this.active=this._findActive(i.active),this._addClass(this.active,"ui-accordion-header-active","ui-state-active")._removeClass(this.active,"ui-accordion-header-collapsed"),this._addClass(this.active.next(),"ui-accordion-content-active"),this.active.next().show(),this.headers.attr("role","tab").each(function(){var e=t(this),i=e.uniqueId().attr("id"),s=e.next(),n=s.uniqueId().attr("id");e.attr("aria-controls",n),s.attr("aria-labelledby",i)}).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}).next().attr({"aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(i.event),"fill"===s?(e=n.height(),this.element.siblings(":visible").each(function(){var i=t(this),s=i.css("position");"absolute"!==s&&"fixed"!==s&&(e-=i.outerHeight(!0))}),this.headers.each(function(){e-=t(this).outerHeight(!0)}),this.headers.next().each(function(){t(this).height(Math.max(0,e-t(this).innerHeight()+t(this).height()))}).css("overflow","auto")):"auto"===s&&(e=0,this.headers.next().each(function(){var i=t(this).is(":visible");i||t(this).show(),e=Math.max(e,t(this).css("height","").height()),i||t(this).hide()}).height(e))},_activate:function(e){var i=this._findActive(e)[0];i!==this.active[0]&&(i=i||this.active[0],this._eventHandler({target:i,currentTarget:i,preventDefault:t.noop}))},_findActive:function(e){return"number"==typeof e?this.headers.eq(e):t()},_setupEvents:function(e){var i={keydown:"_keydown"};e&&t.each(e.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.headers.add(this.headers.next())),this._on(this.headers,i),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(e){var i,s,n=this.options,o=this.active,a=t(e.currentTarget),r=a[0]===o[0],h=r&&n.collapsible,l=h?t():a.next(),c=o.next(),u={oldHeader:o,oldPanel:c,newHeader:h?t():a,newPanel:l};e.preventDefault(),r&&!n.collapsible||this._trigger("beforeActivate",e,u)===!1||(n.active=h?!1:this.headers.index(a),this.active=r?t():a,this._toggle(u),this._removeClass(o,"ui-accordion-header-active","ui-state-active"),n.icons&&(i=o.children(".ui-accordion-header-icon"),this._removeClass(i,null,n.icons.activeHeader)._addClass(i,null,n.icons.header)),r||(this._removeClass(a,"ui-accordion-header-collapsed")._addClass(a,"ui-accordion-header-active","ui-state-active"),n.icons&&(s=a.children(".ui-accordion-header-icon"),this._removeClass(s,null,n.icons.header)._addClass(s,null,n.icons.activeHeader)),this._addClass(a.next(),"ui-accordion-content-active")))},_toggle:function(e){var i=e.newPanel,s=this.prevShow.length?this.prevShow:e.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=i,this.prevHide=s,this.options.animate?this._animate(i,s,e):(s.hide(),i.show(),this._toggleComplete(e)),s.attr({"aria-hidden":"true"}),s.prev().attr({"aria-selected":"false","aria-expanded":"false"}),i.length&&s.length?s.prev().attr({tabIndex:-1,"aria-expanded":"false"}):i.length&&this.headers.filter(function(){return 0===parseInt(t(this).attr("tabIndex"),10)}).attr("tabIndex",-1),i.attr("aria-hidden","false").prev().attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_animate:function(t,e,i){var s,n,o,a=this,r=0,h=t.css("box-sizing"),l=t.length&&(!e.length||t.index()<e.index()),c=this.options.animate||{},u=l&&c.down||c,d=function(){a._toggleComplete(i)};return"number"==typeof u&&(o=u),"string"==typeof u&&(n=u),n=n||u.easing||c.easing,o=o||u.duration||c.duration,e.length?t.length?(s=t.show().outerHeight(),e.animate(this.hideProps,{duration:o,easing:n,step:function(t,e){e.now=Math.round(t)}}),t.hide().animate(this.showProps,{duration:o,easing:n,complete:d,step:function(t,i){i.now=Math.round(t),"height"!==i.prop?"content-box"===h&&(r+=i.now):"content"!==a.options.heightStyle&&(i.now=Math.round(s-e.outerHeight()-r),r=0)}}),void 0):e.animate(this.hideProps,o,n,d):t.animate(this.showProps,o,n,d)},_toggleComplete:function(t){var e=t.oldPanel,i=e.prev();this._removeClass(e,"ui-accordion-content-active"),this._removeClass(i,"ui-accordion-header-active")._addClass(i,"ui-accordion-header-collapsed"),e.length&&(e.parent()[0].className=e.parent()[0].className),this._trigger("activate",null,t)}}),t.ui.safeActiveElement=function(t){var e;try{e=t.activeElement}catch(i){e=t.body}return e||(e=t.body),e.nodeName||(e=t.body),e},t.widget("ui.menu",{version:"1.12.1",defaultElement:"<ul>",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault()},"click .ui-menu-item":function(e){var i=t(e.target),s=t(t.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.select(e),e.isPropagationStopped()||(this.mouseHandled=!0),i.has(".ui-menu").length?this.expand(e):!this.element.is(":focus")&&s.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(e){if(!this.previousFilter){var i=t(e.target).closest(".ui-menu-item"),s=t(e.currentTarget);i[0]===s[0]&&(this._removeClass(s.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(e,s))}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this.element.find(this.options.items).eq(0);e||this.focus(t,i)},blur:function(e){this._delay(function(){var i=!t.contains(this.element[0],t.ui.safeActiveElement(this.document[0]));i&&this.collapseAll(e)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t),this.mouseHandled=!1}})},_destroy:function(){var e=this.element.find(".ui-menu-item").removeAttr("role aria-disabled"),i=e.children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),i.children().each(function(){var e=t(this);e.data("ui-menu-submenu-caret")&&e.remove()})},_keydown:function(e){var i,s,n,o,a=!0;switch(e.keyCode){case t.ui.keyCode.PAGE_UP:this.previousPage(e);break;case t.ui.keyCode.PAGE_DOWN:this.nextPage(e);break;case t.ui.keyCode.HOME:this._move("first","first",e);break;case t.ui.keyCode.END:this._move("last","last",e);break;case t.ui.keyCode.UP:this.previous(e);break;case t.ui.keyCode.DOWN:this.next(e);break;case t.ui.keyCode.LEFT:this.collapse(e);break;case t.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(e);break;case t.ui.keyCode.ENTER:case t.ui.keyCode.SPACE:this._activate(e);break;case t.ui.keyCode.ESCAPE:this.collapse(e);break;default:a=!1,s=this.previousFilter||"",o=!1,n=e.keyCode>=96&&105>=e.keyCode?""+(e.keyCode-96):String.fromCharCode(e.keyCode),clearTimeout(this.filterTimer),n===s?o=!0:n=s+n,i=this._filterMenuItems(n),i=o&&-1!==i.index(this.active.next())?this.active.nextAll(".ui-menu-item"):i,i.length||(n=String.fromCharCode(e.keyCode),i=this._filterMenuItems(n)),i.length?(this.focus(e,i),this.previousFilter=n,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}a&&e.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var e,i,s,n,o,a=this,r=this.options.icons.submenu,h=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),s=h.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var e=t(this),i=e.prev(),s=t("<span>").data("ui-menu-submenu-caret",!0);a._addClass(s,"ui-menu-icon","ui-icon "+r),i.attr("aria-haspopup","true").prepend(s),e.attr("aria-labelledby",i.attr("id"))}),this._addClass(s,"ui-menu","ui-widget ui-widget-content ui-front"),e=h.add(this.element),i=e.find(this.options.items),i.not(".ui-menu-item").each(function(){var e=t(this);a._isDivider(e)&&a._addClass(e,"ui-menu-divider","ui-widget-content")}),n=i.not(".ui-menu-item, .ui-menu-divider"),o=n.children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(n,"ui-menu-item")._addClass(o,"ui-menu-item-wrapper"),i.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!t.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){if("icons"===t){var i=this.element.find(".ui-menu-icon");this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)}this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t+""),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i,s,n;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),s=this.active.children(".ui-menu-item-wrapper"),this._addClass(s,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",s.attr("id")),n=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(n,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),i=e.children(".ui-menu"),i.length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(e){var i,s,n,o,a,r;this._hasScroll()&&(i=parseFloat(t.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(t.css(this.activeMenu[0],"paddingTop"))||0,n=e.offset().top-this.activeMenu.offset().top-i-s,o=this.activeMenu.scrollTop(),a=this.activeMenu.height(),r=e.outerHeight(),0>n?this.activeMenu.scrollTop(o+n):n+r>a&&this.activeMenu.scrollTop(o+n-a+r))},blur:function(t,e){e||clearTimeout(this.timer),this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",t,{item:this.active}),this.active=null)},_startOpening:function(t){clearTimeout(this.timer),"true"===t.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close(),this._open(t)},this.delay))},_open:function(e){var i=t.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(e.parents(".ui-menu")).hide().attr("aria-hidden","true"),e.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(e,i){clearTimeout(this.timer),this.timer=this._delay(function(){var s=i?this.element:t(e&&e.target).closest(this.element.find(".ui-menu"));s.length||(s=this.element),this._close(s),this.blur(e),this._removeClass(s.find(".ui-state-active"),null,"ui-state-active"),this.activeMenu=s},this.delay)},_close:function(t){t||(t=this.active?this.active.parent():this.element),t.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(e){return!t(e.target).closest(".ui-menu").length},_isDivider:function(t){return!/[^\-\u2014\u2013\s]/.test(t.text())},collapse:function(t){var e=this.active&&this.active.parent().closest(".ui-menu-item",this.element);e&&e.length&&(this._close(),this.focus(t,e))},expand:function(t){var e=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();e&&e.length&&(this._open(e.parent()),this._delay(function(){this.focus(t,e)}))},next:function(t){this._move("next","first",t)},previous:function(t){this._move("prev","last",t)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(t,e,i){var s;this.active&&(s="first"===t||"last"===t?this.active["first"===t?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[t+"All"](".ui-menu-item").eq(0)),s&&s.length&&this.active||(s=this.activeMenu.find(this.options.items)[e]()),this.focus(i,s)},nextPage:function(e){var i,s,n;return this.active?(this.isLastItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.nextAll(".ui-menu-item").each(function(){return i=t(this),0>i.offset().top-s-n}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())),void 0):(this.next(e),void 0)},previousPage:function(e){var i,s,n;return this.active?(this.isFirstItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.prevAll(".ui-menu-item").each(function(){return i=t(this),i.offset().top-s+n>0}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items).first())),void 0):(this.next(e),void 0)},_hasScroll:function(){return this.element.outerHeight()<this.element.prop("scrollHeight")},select:function(e){this.active=this.active||t(e.target).closest(".ui-menu-item");var i={item:this.active};this.active.has(".ui-menu").length||this.collapseAll(e,!0),this._trigger("select",e,i)},_filterMenuItems:function(e){var i=e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"),s=RegExp("^"+i,"i");return this.activeMenu.find(this.options.items).filter(".ui-menu-item").filter(function(){return s.test(t.trim(t(this).children(".ui-menu-item-wrapper").text()))})}}),t.widget("ui.autocomplete",{version:"1.12.1",defaultElement:"<input>",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var e,i,s,n=this.element[0].nodeName.toLowerCase(),o="textarea"===n,a="input"===n;
8
+this.isMultiLine=o||!a&&this._isContentEditable(this.element),this.valueMethod=this.element[o||a?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(n){if(this.element.prop("readOnly"))return e=!0,s=!0,i=!0,void 0;e=!1,s=!1,i=!1;var o=t.ui.keyCode;switch(n.keyCode){case o.PAGE_UP:e=!0,this._move("previousPage",n);break;case o.PAGE_DOWN:e=!0,this._move("nextPage",n);break;case o.UP:e=!0,this._keyEvent("previous",n);break;case o.DOWN:e=!0,this._keyEvent("next",n);break;case o.ENTER:this.menu.active&&(e=!0,n.preventDefault(),this.menu.select(n));break;case o.TAB:this.menu.active&&this.menu.select(n);break;case o.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(e)return e=!1,(!this.isMultiLine||this.menu.element.is(":visible"))&&s.preventDefault(),void 0;if(!i){var n=t.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move("previousPage",s);break;case n.PAGE_DOWN:this._move("nextPage",s);break;case n.UP:this._keyEvent("previous",s);break;case n.DOWN:this._keyEvent("next",s)}}},input:function(t){return s?(s=!1,t.preventDefault(),void 0):(this._searchTimeout(t),void 0)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(clearTimeout(this.searching),this.close(t),this._change(t),void 0)}}),this._initSource(),this.menu=t("<ul>").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(e){e.preventDefault(),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,this.element[0]!==t.ui.safeActiveElement(this.document[0])&&this.element.trigger("focus")})},menufocus:function(e,i){var s,n;return this.isNewMenu&&(this.isNewMenu=!1,e.originalEvent&&/^mouse/.test(e.originalEvent.type))?(this.menu.blur(),this.document.one("mousemove",function(){t(e.target).trigger(e.originalEvent)}),void 0):(n=i.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",e,{item:n})&&e.originalEvent&&/^key/.test(e.originalEvent.type)&&this._value(n.value),s=i.item.attr("aria-label")||n.value,s&&t.trim(s).length&&(this.liveRegion.children().hide(),t("<div>").text(s).appendTo(this.liveRegion)),void 0)},menuselect:function(e,i){var s=i.item.data("ui-autocomplete-item"),n=this.previous;this.element[0]!==t.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=n,this._delay(function(){this.previous=n,this.selectedItem=s})),!1!==this._trigger("select",e,{item:s})&&this._value(s.value),this.term=this._value(),this.close(e),this.selectedItem=s}}),this.liveRegion=t("<div>",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(e){var i=this.menu.element[0];return e.target===this.element[0]||e.target===i||t.contains(i,e.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_initSource:function(){var e,i,s=this;t.isArray(this.options.source)?(e=this.options.source,this.source=function(i,s){s(t.ui.autocomplete.filter(e,i.term))}):"string"==typeof this.options.source?(i=this.options.source,this.source=function(e,n){s.xhr&&s.xhr.abort(),s.xhr=t.ajax({url:i,data:e,dataType:"json",success:function(t){n(t)},error:function(){n([])}})}):this.source=this.options.source},_searchTimeout:function(t){clearTimeout(this.searching),this.searching=this._delay(function(){var e=this.term===this._value(),i=this.menu.element.is(":visible"),s=t.altKey||t.ctrlKey||t.metaKey||t.shiftKey;(!e||e&&!i&&!s)&&(this.selectedItem=null,this.search(null,t))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length<this.options.minLength?this.close(e):this._trigger("search",e)!==!1?this._search(t):void 0},_search:function(t){this.pending++,this._addClass("ui-autocomplete-loading"),this.cancelSearch=!1,this.source({term:t},this._response())},_response:function(){var e=++this.requestIndex;return t.proxy(function(t){e===this.requestIndex&&this.__response(t),this.pending--,this.pending||this._removeClass("ui-autocomplete-loading")},this)},__response:function(t){t&&(t=this._normalize(t)),this._trigger("response",null,{content:t}),!this.options.disabled&&t&&t.length&&!this.cancelSearch?(this._suggest(t),this._trigger("open")):this._close()},close:function(t){this.cancelSearch=!0,this._close(t)},_close:function(t){this._off(this.document,"mousedown"),this.menu.element.is(":visible")&&(this.menu.element.hide(),this.menu.blur(),this.isNewMenu=!0,this._trigger("close",t))},_change:function(t){this.previous!==this._value()&&this._trigger("change",t,{item:this.selectedItem})},_normalize:function(e){return e.length&&e[0].label&&e[0].value?e:t.map(e,function(e){return"string"==typeof e?{label:e,value:e}:t.extend({},e,{label:e.label||e.value,value:e.value||e.label})})},_suggest:function(e){var i=this.menu.element.empty();this._renderMenu(i,e),this.isNewMenu=!0,this.menu.refresh(),i.show(),this._resizeMenu(),i.position(t.extend({of:this.element},this.options.position)),this.options.autoFocus&&this.menu.next(),this._on(this.document,{mousedown:"_closeOnClickOutside"})},_resizeMenu:function(){var t=this.menu.element;t.outerWidth(Math.max(t.width("").outerWidth()+1,this.element.outerWidth()))},_renderMenu:function(e,i){var s=this;t.each(i,function(t,i){s._renderItemData(e,i)})},_renderItemData:function(t,e){return this._renderItem(t,e).data("ui-autocomplete-item",e)},_renderItem:function(e,i){return t("<li>").append(t("<div>").text(i.label)).appendTo(e)},_move:function(t,e){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[t](e),void 0):(this.search(null,e),void 0)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){(!this.isMultiLine||this.menu.element.is(":visible"))&&(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),t.extend(t.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(e,i){var s=RegExp(t.ui.autocomplete.escapeRegex(i),"i");return t.grep(e,function(t){return s.test(t.label||t.value||t)})}}),t.widget("ui.autocomplete",t.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(t>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(e){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=e&&e.length?this.options.messages.results(e.length):this.options.messages.noResults,this.liveRegion.children().hide(),t("<div>").text(i).appendTo(this.liveRegion))}}),t.ui.autocomplete;var g=/ui-corner-([a-z]){2,6}/g;t.widget("ui.controlgroup",{version:"1.12.1",defaultElement:"<div>",options:{direction:"horizontal",disabled:null,onlyVisible:!0,items:{button:"input[type=button], input[type=submit], input[type=reset], button, a",controlgroupLabel:".ui-controlgroup-label",checkboxradio:"input[type='checkbox'], input[type='radio']",selectmenu:"select",spinner:".ui-spinner-input"}},_create:function(){this._enhance()},_enhance:function(){this.element.attr("role","toolbar"),this.refresh()},_destroy:function(){this._callChildMethod("destroy"),this.childWidgets.removeData("ui-controlgroup-data"),this.element.removeAttr("role"),this.options.items.controlgroupLabel&&this.element.find(this.options.items.controlgroupLabel).find(".ui-controlgroup-label-contents").contents().unwrap()},_initWidgets:function(){var e=this,i=[];t.each(this.options.items,function(s,n){var o,a={};return n?"controlgroupLabel"===s?(o=e.element.find(n),o.each(function(){var e=t(this);e.children(".ui-controlgroup-label-contents").length||e.contents().wrapAll("<span class='ui-controlgroup-label-contents'></span>")}),e._addClass(o,null,"ui-widget ui-widget-content ui-state-default"),i=i.concat(o.get()),void 0):(t.fn[s]&&(a=e["_"+s+"Options"]?e["_"+s+"Options"]("middle"):{classes:{}},e.element.find(n).each(function(){var n=t(this),o=n[s]("instance"),r=t.widget.extend({},a);if("button"!==s||!n.parent(".ui-spinner").length){o||(o=n[s]()[s]("instance")),o&&(r.classes=e._resolveClassesValues(r.classes,o)),n[s](r);var h=n[s]("widget");t.data(h[0],"ui-controlgroup-data",o?o:n[s]("instance")),i.push(h[0])}})),void 0):void 0}),this.childWidgets=t(t.unique(i)),this._addClass(this.childWidgets,"ui-controlgroup-item")},_callChildMethod:function(e){this.childWidgets.each(function(){var i=t(this),s=i.data("ui-controlgroup-data");s&&s[e]&&s[e]()})},_updateCornerClass:function(t,e){var i="ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all",s=this._buildSimpleOptions(e,"label").classes.label;this._removeClass(t,null,i),this._addClass(t,null,s)},_buildSimpleOptions:function(t,e){var i="vertical"===this.options.direction,s={classes:{}};return s.classes[e]={middle:"",first:"ui-corner-"+(i?"top":"left"),last:"ui-corner-"+(i?"bottom":"right"),only:"ui-corner-all"}[t],s},_spinnerOptions:function(t){var e=this._buildSimpleOptions(t,"ui-spinner");return e.classes["ui-spinner-up"]="",e.classes["ui-spinner-down"]="",e},_buttonOptions:function(t){return this._buildSimpleOptions(t,"ui-button")},_checkboxradioOptions:function(t){return this._buildSimpleOptions(t,"ui-checkboxradio-label")},_selectmenuOptions:function(t){var e="vertical"===this.options.direction;return{width:e?"auto":!1,classes:{middle:{"ui-selectmenu-button-open":"","ui-selectmenu-button-closed":""},first:{"ui-selectmenu-button-open":"ui-corner-"+(e?"top":"tl"),"ui-selectmenu-button-closed":"ui-corner-"+(e?"top":"left")},last:{"ui-selectmenu-button-open":e?"":"ui-corner-tr","ui-selectmenu-button-closed":"ui-corner-"+(e?"bottom":"right")},only:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"}}[t]}},_resolveClassesValues:function(e,i){var s={};return t.each(e,function(n){var o=i.options.classes[n]||"";o=t.trim(o.replace(g,"")),s[n]=(o+" "+e[n]).replace(/\s+/g," ")}),s},_setOption:function(t,e){return"direction"===t&&this._removeClass("ui-controlgroup-"+this.options.direction),this._super(t,e),"disabled"===t?(this._callChildMethod(e?"disable":"enable"),void 0):(this.refresh(),void 0)},refresh:function(){var e,i=this;this._addClass("ui-controlgroup ui-controlgroup-"+this.options.direction),"horizontal"===this.options.direction&&this._addClass(null,"ui-helper-clearfix"),this._initWidgets(),e=this.childWidgets,this.options.onlyVisible&&(e=e.filter(":visible")),e.length&&(t.each(["first","last"],function(t,s){var n=e[s]().data("ui-controlgroup-data");if(n&&i["_"+n.widgetName+"Options"]){var o=i["_"+n.widgetName+"Options"](1===e.length?"only":s);o.classes=i._resolveClassesValues(o.classes,n),n.element[n.widgetName](o)}else i._updateCornerClass(e[s](),s)}),this._callChildMethod("refresh"))}}),t.widget("ui.checkboxradio",[t.ui.formResetMixin,{version:"1.12.1",options:{disabled:null,label:null,icon:!0,classes:{"ui-checkboxradio-label":"ui-corner-all","ui-checkboxradio-icon":"ui-corner-all"}},_getCreateOptions:function(){var e,i,s=this,n=this._super()||{};return this._readType(),i=this.element.labels(),this.label=t(i[i.length-1]),this.label.length||t.error("No label found for checkboxradio widget"),this.originalLabel="",this.label.contents().not(this.element[0]).each(function(){s.originalLabel+=3===this.nodeType?t(this).text():this.outerHTML}),this.originalLabel&&(n.label=this.originalLabel),e=this.element[0].disabled,null!=e&&(n.disabled=e),n},_create:function(){var t=this.element[0].checked;this._bindFormResetHandler(),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled),this._setOption("disabled",this.options.disabled),this._addClass("ui-checkboxradio","ui-helper-hidden-accessible"),this._addClass(this.label,"ui-checkboxradio-label","ui-button ui-widget"),"radio"===this.type&&this._addClass(this.label,"ui-checkboxradio-radio-label"),this.options.label&&this.options.label!==this.originalLabel?this._updateLabel():this.originalLabel&&(this.options.label=this.originalLabel),this._enhance(),t&&(this._addClass(this.label,"ui-checkboxradio-checked","ui-state-active"),this.icon&&this._addClass(this.icon,null,"ui-state-hover")),this._on({change:"_toggleClasses",focus:function(){this._addClass(this.label,null,"ui-state-focus ui-visual-focus")},blur:function(){this._removeClass(this.label,null,"ui-state-focus ui-visual-focus")}})},_readType:function(){var e=this.element[0].nodeName.toLowerCase();this.type=this.element[0].type,"input"===e&&/radio|checkbox/.test(this.type)||t.error("Can't create checkboxradio on element.nodeName="+e+" and element.type="+this.type)},_enhance:function(){this._updateIcon(this.element[0].checked)},widget:function(){return this.label},_getRadioGroup:function(){var e,i=this.element[0].name,s="input[name='"+t.ui.escapeSelector(i)+"']";return i?(e=this.form.length?t(this.form[0].elements).filter(s):t(s).filter(function(){return 0===t(this).form().length}),e.not(this.element)):t([])},_toggleClasses:function(){var e=this.element[0].checked;this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",e),this.options.icon&&"checkbox"===this.type&&this._toggleClass(this.icon,null,"ui-icon-check ui-state-checked",e)._toggleClass(this.icon,null,"ui-icon-blank",!e),"radio"===this.type&&this._getRadioGroup().each(function(){var e=t(this).checkboxradio("instance");e&&e._removeClass(e.label,"ui-checkboxradio-checked","ui-state-active")})},_destroy:function(){this._unbindFormResetHandler(),this.icon&&(this.icon.remove(),this.iconSpace.remove())},_setOption:function(t,e){return"label"!==t||e?(this._super(t,e),"disabled"===t?(this._toggleClass(this.label,null,"ui-state-disabled",e),this.element[0].disabled=e,void 0):(this.refresh(),void 0)):void 0},_updateIcon:function(e){var i="ui-icon ui-icon-background ";this.options.icon?(this.icon||(this.icon=t("<span>"),this.iconSpace=t("<span> </span>"),this._addClass(this.iconSpace,"ui-checkboxradio-icon-space")),"checkbox"===this.type?(i+=e?"ui-icon-check ui-state-checked":"ui-icon-blank",this._removeClass(this.icon,null,e?"ui-icon-blank":"ui-icon-check")):i+="ui-icon-blank",this._addClass(this.icon,"ui-checkboxradio-icon",i),e||this._removeClass(this.icon,null,"ui-icon-check ui-state-checked"),this.icon.prependTo(this.label).after(this.iconSpace)):void 0!==this.icon&&(this.icon.remove(),this.iconSpace.remove(),delete this.icon)},_updateLabel:function(){var t=this.label.contents().not(this.element[0]);this.icon&&(t=t.not(this.icon[0])),this.iconSpace&&(t=t.not(this.iconSpace[0])),t.remove(),this.label.append(this.options.label)},refresh:function(){var t=this.element[0].checked,e=this.element[0].disabled;this._updateIcon(t),this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",t),null!==this.options.label&&this._updateLabel(),e!==this.options.disabled&&this._setOptions({disabled:e})}}]),t.ui.checkboxradio,t.widget("ui.button",{version:"1.12.1",defaultElement:"<button>",options:{classes:{"ui-button":"ui-corner-all"},disabled:null,icon:null,iconPosition:"beginning",label:null,showLabel:!0},_getCreateOptions:function(){var t,e=this._super()||{};return this.isInput=this.element.is("input"),t=this.element[0].disabled,null!=t&&(e.disabled=t),this.originalLabel=this.isInput?this.element.val():this.element.html(),this.originalLabel&&(e.label=this.originalLabel),e},_create:function(){!this.option.showLabel&!this.options.icon&&(this.options.showLabel=!0),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled||!1),this.hasTitle=!!this.element.attr("title"),this.options.label&&this.options.label!==this.originalLabel&&(this.isInput?this.element.val(this.options.label):this.element.html(this.options.label)),this._addClass("ui-button","ui-widget"),this._setOption("disabled",this.options.disabled),this._enhance(),this.element.is("a")&&this._on({keyup:function(e){e.keyCode===t.ui.keyCode.SPACE&&(e.preventDefault(),this.element[0].click?this.element[0].click():this.element.trigger("click"))}})},_enhance:function(){this.element.is("button")||this.element.attr("role","button"),this.options.icon&&(this._updateIcon("icon",this.options.icon),this._updateTooltip())},_updateTooltip:function(){this.title=this.element.attr("title"),this.options.showLabel||this.title||this.element.attr("title",this.options.label)},_updateIcon:function(e,i){var s="iconPosition"!==e,n=s?this.options.iconPosition:i,o="top"===n||"bottom"===n;this.icon?s&&this._removeClass(this.icon,null,this.options.icon):(this.icon=t("<span>"),this._addClass(this.icon,"ui-button-icon","ui-icon"),this.options.showLabel||this._addClass("ui-button-icon-only")),s&&this._addClass(this.icon,null,i),this._attachIcon(n),o?(this._addClass(this.icon,null,"ui-widget-icon-block"),this.iconSpace&&this.iconSpace.remove()):(this.iconSpace||(this.iconSpace=t("<span> </span>"),this._addClass(this.iconSpace,"ui-button-icon-space")),this._removeClass(this.icon,null,"ui-wiget-icon-block"),this._attachIconSpace(n))},_destroy:function(){this.element.removeAttr("role"),this.icon&&this.icon.remove(),this.iconSpace&&this.iconSpace.remove(),this.hasTitle||this.element.removeAttr("title")},_attachIconSpace:function(t){this.icon[/^(?:end|bottom)/.test(t)?"before":"after"](this.iconSpace)},_attachIcon:function(t){this.element[/^(?:end|bottom)/.test(t)?"append":"prepend"](this.icon)},_setOptions:function(t){var e=void 0===t.showLabel?this.options.showLabel:t.showLabel,i=void 0===t.icon?this.options.icon:t.icon;e||i||(t.showLabel=!0),this._super(t)},_setOption:function(t,e){"icon"===t&&(e?this._updateIcon(t,e):this.icon&&(this.icon.remove(),this.iconSpace&&this.iconSpace.remove())),"iconPosition"===t&&this._updateIcon(t,e),"showLabel"===t&&(this._toggleClass("ui-button-icon-only",null,!e),this._updateTooltip()),"label"===t&&(this.isInput?this.element.val(e):(this.element.html(e),this.icon&&(this._attachIcon(this.options.iconPosition),this._attachIconSpace(this.options.iconPosition)))),this._super(t,e),"disabled"===t&&(this._toggleClass(null,"ui-state-disabled",e),this.element[0].disabled=e,e&&this.element.blur())},refresh:function(){var t=this.element.is("input, button")?this.element[0].disabled:this.element.hasClass("ui-button-disabled");t!==this.options.disabled&&this._setOptions({disabled:t}),this._updateTooltip()}}),t.uiBackCompat!==!1&&(t.widget("ui.button",t.ui.button,{options:{text:!0,icons:{primary:null,secondary:null}},_create:function(){this.options.showLabel&&!this.options.text&&(this.options.showLabel=this.options.text),!this.options.showLabel&&this.options.text&&(this.options.text=this.options.showLabel),this.options.icon||!this.options.icons.primary&&!this.options.icons.secondary?this.options.icon&&(this.options.icons.primary=this.options.icon):this.options.icons.primary?this.options.icon=this.options.icons.primary:(this.options.icon=this.options.icons.secondary,this.options.iconPosition="end"),this._super()},_setOption:function(t,e){return"text"===t?(this._super("showLabel",e),void 0):("showLabel"===t&&(this.options.text=e),"icon"===t&&(this.options.icons.primary=e),"icons"===t&&(e.primary?(this._super("icon",e.primary),this._super("iconPosition","beginning")):e.secondary&&(this._super("icon",e.secondary),this._super("iconPosition","end"))),this._superApply(arguments),void 0)}}),t.fn.button=function(e){return function(){return!this.length||this.length&&"INPUT"!==this[0].tagName||this.length&&"INPUT"===this[0].tagName&&"checkbox"!==this.attr("type")&&"radio"!==this.attr("type")?e.apply(this,arguments):(t.ui.checkboxradio||t.error("Checkboxradio widget missing"),0===arguments.length?this.checkboxradio({icon:!1}):this.checkboxradio.apply(this,arguments))}}(t.fn.button),t.fn.buttonset=function(){return t.ui.controlgroup||t.error("Controlgroup widget missing"),"option"===arguments[0]&&"items"===arguments[1]&&arguments[2]?this.controlgroup.apply(this,[arguments[0],"items.button",arguments[2]]):"option"===arguments[0]&&"items"===arguments[1]?this.controlgroup.apply(this,[arguments[0],"items.button"]):("object"==typeof arguments[0]&&arguments[0].items&&(arguments[0].items={button:arguments[0].items}),this.controlgroup.apply(this,arguments))}),t.ui.button,t.extend(t.ui,{datepicker:{version:"1.12.1"}});var m;t.extend(s.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(t){return a(this._defaults,t||{}),this},_attachDatepicker:function(e,i){var s,n,o;s=e.nodeName.toLowerCase(),n="div"===s||"span"===s,e.id||(this.uuid+=1,e.id="dp"+this.uuid),o=this._newInst(t(e),n),o.settings=t.extend({},i||{}),"input"===s?this._connectDatepicker(e,o):n&&this._inlineDatepicker(e,o)},_newInst:function(e,i){var s=e[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1");return{id:s,input:e,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:i,dpDiv:i?n(t("<div class='"+this._inlineClass+" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")):this.dpDiv}},_connectDatepicker:function(e,i){var s=t(e);i.append=t([]),i.trigger=t([]),s.hasClass(this.markerClassName)||(this._attachments(s,i),s.addClass(this.markerClassName).on("keydown",this._doKeyDown).on("keypress",this._doKeyPress).on("keyup",this._doKeyUp),this._autoSize(i),t.data(e,"datepicker",i),i.settings.disabled&&this._disableDatepicker(e))},_attachments:function(e,i){var s,n,o,a=this._get(i,"appendText"),r=this._get(i,"isRTL");i.append&&i.append.remove(),a&&(i.append=t("<span class='"+this._appendClass+"'>"+a+"</span>"),e[r?"before":"after"](i.append)),e.off("focus",this._showDatepicker),i.trigger&&i.trigger.remove(),s=this._get(i,"showOn"),("focus"===s||"both"===s)&&e.on("focus",this._showDatepicker),("button"===s||"both"===s)&&(n=this._get(i,"buttonText"),o=this._get(i,"buttonImage"),i.trigger=t(this._get(i,"buttonImageOnly")?t("<img/>").addClass(this._triggerClass).attr({src:o,alt:n,title:n}):t("<button type='button'></button>").addClass(this._triggerClass).html(o?t("<img/>").attr({src:o,alt:n,title:n}):n)),e[r?"before":"after"](i.trigger),i.trigger.on("click",function(){return t.datepicker._datepickerShowing&&t.datepicker._lastInput===e[0]?t.datepicker._hideDatepicker():t.datepicker._datepickerShowing&&t.datepicker._lastInput!==e[0]?(t.datepicker._hideDatepicker(),t.datepicker._showDatepicker(e[0])):t.datepicker._showDatepicker(e[0]),!1}))},_autoSize:function(t){if(this._get(t,"autoSize")&&!t.inline){var e,i,s,n,o=new Date(2009,11,20),a=this._get(t,"dateFormat");a.match(/[DM]/)&&(e=function(t){for(i=0,s=0,n=0;t.length>n;n++)t[n].length>i&&(i=t[n].length,s=n);return s},o.setMonth(e(this._get(t,a.match(/MM/)?"monthNames":"monthNamesShort"))),o.setDate(e(this._get(t,a.match(/DD/)?"dayNames":"dayNamesShort"))+20-o.getDay())),t.input.attr("size",this._formatDate(t,o).length)}},_inlineDatepicker:function(e,i){var s=t(e);s.hasClass(this.markerClassName)||(s.addClass(this.markerClassName).append(i.dpDiv),t.data(e,"datepicker",i),this._setDate(i,this._getDefaultDate(i),!0),this._updateDatepicker(i),this._updateAlternate(i),i.settings.disabled&&this._disableDatepicker(e),i.dpDiv.css("display","block"))},_dialogDatepicker:function(e,i,s,n,o){var r,h,l,c,u,d=this._dialogInst;return d||(this.uuid+=1,r="dp"+this.uuid,this._dialogInput=t("<input type='text' id='"+r+"' style='position: absolute; top: -100px; width: 0px;'/>"),this._dialogInput.on("keydown",this._doKeyDown),t("body").append(this._dialogInput),d=this._dialogInst=this._newInst(this._dialogInput,!1),d.settings={},t.data(this._dialogInput[0],"datepicker",d)),a(d.settings,n||{}),i=i&&i.constructor===Date?this._formatDate(d,i):i,this._dialogInput.val(i),this._pos=o?o.length?o:[o.pageX,o.pageY]:null,this._pos||(h=document.documentElement.clientWidth,l=document.documentElement.clientHeight,c=document.documentElement.scrollLeft||document.body.scrollLeft,u=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[h/2-100+c,l/2-150+u]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),d.settings.onSelect=s,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),t.blockUI&&t.blockUI(this.dpDiv),t.data(this._dialogInput[0],"datepicker",d),this},_destroyDatepicker:function(e){var i,s=t(e),n=t.data(e,"datepicker");s.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),t.removeData(e,"datepicker"),"input"===i?(n.append.remove(),n.trigger.remove(),s.removeClass(this.markerClassName).off("focus",this._showDatepicker).off("keydown",this._doKeyDown).off("keypress",this._doKeyPress).off("keyup",this._doKeyUp)):("div"===i||"span"===i)&&s.removeClass(this.markerClassName).empty(),m===n&&(m=null))},_enableDatepicker:function(e){var i,s,n=t(e),o=t.data(e,"datepicker");n.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),"input"===i?(e.disabled=!1,o.trigger.filter("button").each(function(){this.disabled=!1}).end().filter("img").css({opacity:"1.0",cursor:""})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().removeClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=t.map(this._disabledInputs,function(t){return t===e?null:t}))},_disableDatepicker:function(e){var i,s,n=t(e),o=t.data(e,"datepicker");n.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),"input"===i?(e.disabled=!0,o.trigger.filter("button").each(function(){this.disabled=!0}).end().filter("img").css({opacity:"0.5",cursor:"default"})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().addClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=t.map(this._disabledInputs,function(t){return t===e?null:t}),this._disabledInputs[this._disabledInputs.length]=e)},_isDisabledDatepicker:function(t){if(!t)return!1;for(var e=0;this._disabledInputs.length>e;e++)if(this._disabledInputs[e]===t)return!0;return!1},_getInst:function(e){try{return t.data(e,"datepicker")}catch(i){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(e,i,s){var n,o,r,h,l=this._getInst(e);return 2===arguments.length&&"string"==typeof i?"defaults"===i?t.extend({},t.datepicker._defaults):l?"all"===i?t.extend({},l.settings):this._get(l,i):null:(n=i||{},"string"==typeof i&&(n={},n[i]=s),l&&(this._curInst===l&&this._hideDatepicker(),o=this._getDateDatepicker(e,!0),r=this._getMinMaxDate(l,"min"),h=this._getMinMaxDate(l,"max"),a(l.settings,n),null!==r&&void 0!==n.dateFormat&&void 0===n.minDate&&(l.settings.minDate=this._formatDate(l,r)),null!==h&&void 0!==n.dateFormat&&void 0===n.maxDate&&(l.settings.maxDate=this._formatDate(l,h)),"disabled"in n&&(n.disabled?this._disableDatepicker(e):this._enableDatepicker(e)),this._attachments(t(e),l),this._autoSize(l),this._setDate(l,o),this._updateAlternate(l),this._updateDatepicker(l)),void 0)},_changeDatepicker:function(t,e,i){this._optionDatepicker(t,e,i)},_refreshDatepicker:function(t){var e=this._getInst(t);e&&this._updateDatepicker(e)},_setDateDatepicker:function(t,e){var i=this._getInst(t);i&&(this._setDate(i,e),this._updateDatepicker(i),this._updateAlternate(i))},_getDateDatepicker:function(t,e){var i=this._getInst(t);return i&&!i.inline&&this._setDateFromField(i,e),i?this._getDate(i):null},_doKeyDown:function(e){var i,s,n,o=t.datepicker._getInst(e.target),a=!0,r=o.dpDiv.is(".ui-datepicker-rtl");if(o._keyEvent=!0,t.datepicker._datepickerShowing)switch(e.keyCode){case 9:t.datepicker._hideDatepicker(),a=!1;break;case 13:return n=t("td."+t.datepicker._dayOverClass+":not(."+t.datepicker._currentClass+")",o.dpDiv),n[0]&&t.datepicker._selectDay(e.target,o.selectedMonth,o.selectedYear,n[0]),i=t.datepicker._get(o,"onSelect"),i?(s=t.datepicker._formatDate(o),i.apply(o.input?o.input[0]:null,[s,o])):t.datepicker._hideDatepicker(),!1;case 27:t.datepicker._hideDatepicker();break;case 33:t.datepicker._adjustDate(e.target,e.ctrlKey?-t.datepicker._get(o,"stepBigMonths"):-t.datepicker._get(o,"stepMonths"),"M");break;case 34:t.datepicker._adjustDate(e.target,e.ctrlKey?+t.datepicker._get(o,"stepBigMonths"):+t.datepicker._get(o,"stepMonths"),"M");break;case 35:(e.ctrlKey||e.metaKey)&&t.datepicker._clearDate(e.target),a=e.ctrlKey||e.metaKey;break;case 36:(e.ctrlKey||e.metaKey)&&t.datepicker._gotoToday(e.target),a=e.ctrlKey||e.metaKey;break;case 37:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,r?1:-1,"D"),a=e.ctrlKey||e.metaKey,e.originalEvent.altKey&&t.datepicker._adjustDate(e.target,e.ctrlKey?-t.datepicker._get(o,"stepBigMonths"):-t.datepicker._get(o,"stepMonths"),"M");break;case 38:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,-7,"D"),a=e.ctrlKey||e.metaKey;break;case 39:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,r?-1:1,"D"),a=e.ctrlKey||e.metaKey,e.originalEvent.altKey&&t.datepicker._adjustDate(e.target,e.ctrlKey?+t.datepicker._get(o,"stepBigMonths"):+t.datepicker._get(o,"stepMonths"),"M");break;case 40:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,7,"D"),a=e.ctrlKey||e.metaKey;break;default:a=!1}else 36===e.keyCode&&e.ctrlKey?t.datepicker._showDatepicker(this):a=!1;a&&(e.preventDefault(),e.stopPropagation())},_doKeyPress:function(e){var i,s,n=t.datepicker._getInst(e.target);return t.datepicker._get(n,"constrainInput")?(i=t.datepicker._possibleChars(t.datepicker._get(n,"dateFormat")),s=String.fromCharCode(null==e.charCode?e.keyCode:e.charCode),e.ctrlKey||e.metaKey||" ">s||!i||i.indexOf(s)>-1):void 0},_doKeyUp:function(e){var i,s=t.datepicker._getInst(e.target);if(s.input.val()!==s.lastVal)try{i=t.datepicker.parseDate(t.datepicker._get(s,"dateFormat"),s.input?s.input.val():null,t.datepicker._getFormatConfig(s)),i&&(t.datepicker._setDateFromField(s),t.datepicker._updateAlternate(s),t.datepicker._updateDatepicker(s))}catch(n){}return!0},_showDatepicker:function(e){if(e=e.target||e,"input"!==e.nodeName.toLowerCase()&&(e=t("input",e.parentNode)[0]),!t.datepicker._isDisabledDatepicker(e)&&t.datepicker._lastInput!==e){var s,n,o,r,h,l,c;s=t.datepicker._getInst(e),t.datepicker._curInst&&t.datepicker._curInst!==s&&(t.datepicker._curInst.dpDiv.stop(!0,!0),s&&t.datepicker._datepickerShowing&&t.datepicker._hideDatepicker(t.datepicker._curInst.input[0])),n=t.datepicker._get(s,"beforeShow"),o=n?n.apply(e,[e,s]):{},o!==!1&&(a(s.settings,o),s.lastVal=null,t.datepicker._lastInput=e,t.datepicker._setDateFromField(s),t.datepicker._inDialog&&(e.value=""),t.datepicker._pos||(t.datepicker._pos=t.datepicker._findPos(e),t.datepicker._pos[1]+=e.offsetHeight),r=!1,t(e).parents().each(function(){return r|="fixed"===t(this).css("position"),!r}),h={left:t.datepicker._pos[0],top:t.datepicker._pos[1]},t.datepicker._pos=null,s.dpDiv.empty(),s.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),t.datepicker._updateDatepicker(s),h=t.datepicker._checkOffset(s,h,r),s.dpDiv.css({position:t.datepicker._inDialog&&t.blockUI?"static":r?"fixed":"absolute",display:"none",left:h.left+"px",top:h.top+"px"}),s.inline||(l=t.datepicker._get(s,"showAnim"),c=t.datepicker._get(s,"duration"),s.dpDiv.css("z-index",i(t(e))+1),t.datepicker._datepickerShowing=!0,t.effects&&t.effects.effect[l]?s.dpDiv.show(l,t.datepicker._get(s,"showOptions"),c):s.dpDiv[l||"show"](l?c:null),t.datepicker._shouldFocusInput(s)&&s.input.trigger("focus"),t.datepicker._curInst=s))
9
+}},_updateDatepicker:function(e){this.maxRows=4,m=e,e.dpDiv.empty().append(this._generateHTML(e)),this._attachHandlers(e);var i,s=this._getNumberOfMonths(e),n=s[1],a=17,r=e.dpDiv.find("."+this._dayOverClass+" a");r.length>0&&o.apply(r.get(0)),e.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),n>1&&e.dpDiv.addClass("ui-datepicker-multi-"+n).css("width",a*n+"em"),e.dpDiv[(1!==s[0]||1!==s[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),e.dpDiv[(this._get(e,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),e===t.datepicker._curInst&&t.datepicker._datepickerShowing&&t.datepicker._shouldFocusInput(e)&&e.input.trigger("focus"),e.yearshtml&&(i=e.yearshtml,setTimeout(function(){i===e.yearshtml&&e.yearshtml&&e.dpDiv.find("select.ui-datepicker-year:first").replaceWith(e.yearshtml),i=e.yearshtml=null},0))},_shouldFocusInput:function(t){return t.input&&t.input.is(":visible")&&!t.input.is(":disabled")&&!t.input.is(":focus")},_checkOffset:function(e,i,s){var n=e.dpDiv.outerWidth(),o=e.dpDiv.outerHeight(),a=e.input?e.input.outerWidth():0,r=e.input?e.input.outerHeight():0,h=document.documentElement.clientWidth+(s?0:t(document).scrollLeft()),l=document.documentElement.clientHeight+(s?0:t(document).scrollTop());return i.left-=this._get(e,"isRTL")?n-a:0,i.left-=s&&i.left===e.input.offset().left?t(document).scrollLeft():0,i.top-=s&&i.top===e.input.offset().top+r?t(document).scrollTop():0,i.left-=Math.min(i.left,i.left+n>h&&h>n?Math.abs(i.left+n-h):0),i.top-=Math.min(i.top,i.top+o>l&&l>o?Math.abs(o+r):0),i},_findPos:function(e){for(var i,s=this._getInst(e),n=this._get(s,"isRTL");e&&("hidden"===e.type||1!==e.nodeType||t.expr.filters.hidden(e));)e=e[n?"previousSibling":"nextSibling"];return i=t(e).offset(),[i.left,i.top]},_hideDatepicker:function(e){var i,s,n,o,a=this._curInst;!a||e&&a!==t.data(e,"datepicker")||this._datepickerShowing&&(i=this._get(a,"showAnim"),s=this._get(a,"duration"),n=function(){t.datepicker._tidyDialog(a)},t.effects&&(t.effects.effect[i]||t.effects[i])?a.dpDiv.hide(i,t.datepicker._get(a,"showOptions"),s,n):a.dpDiv["slideDown"===i?"slideUp":"fadeIn"===i?"fadeOut":"hide"](i?s:null,n),i||n(),this._datepickerShowing=!1,o=this._get(a,"onClose"),o&&o.apply(a.input?a.input[0]:null,[a.input?a.input.val():"",a]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),t.blockUI&&(t.unblockUI(),t("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(t){t.dpDiv.removeClass(this._dialogClass).off(".ui-datepicker-calendar")},_checkExternalClick:function(e){if(t.datepicker._curInst){var i=t(e.target),s=t.datepicker._getInst(i[0]);(i[0].id!==t.datepicker._mainDivId&&0===i.parents("#"+t.datepicker._mainDivId).length&&!i.hasClass(t.datepicker.markerClassName)&&!i.closest("."+t.datepicker._triggerClass).length&&t.datepicker._datepickerShowing&&(!t.datepicker._inDialog||!t.blockUI)||i.hasClass(t.datepicker.markerClassName)&&t.datepicker._curInst!==s)&&t.datepicker._hideDatepicker()}},_adjustDate:function(e,i,s){var n=t(e),o=this._getInst(n[0]);this._isDisabledDatepicker(n[0])||(this._adjustInstDate(o,i+("M"===s?this._get(o,"showCurrentAtPos"):0),s),this._updateDatepicker(o))},_gotoToday:function(e){var i,s=t(e),n=this._getInst(s[0]);this._get(n,"gotoCurrent")&&n.currentDay?(n.selectedDay=n.currentDay,n.drawMonth=n.selectedMonth=n.currentMonth,n.drawYear=n.selectedYear=n.currentYear):(i=new Date,n.selectedDay=i.getDate(),n.drawMonth=n.selectedMonth=i.getMonth(),n.drawYear=n.selectedYear=i.getFullYear()),this._notifyChange(n),this._adjustDate(s)},_selectMonthYear:function(e,i,s){var n=t(e),o=this._getInst(n[0]);o["selected"+("M"===s?"Month":"Year")]=o["draw"+("M"===s?"Month":"Year")]=parseInt(i.options[i.selectedIndex].value,10),this._notifyChange(o),this._adjustDate(n)},_selectDay:function(e,i,s,n){var o,a=t(e);t(n).hasClass(this._unselectableClass)||this._isDisabledDatepicker(a[0])||(o=this._getInst(a[0]),o.selectedDay=o.currentDay=t("a",n).html(),o.selectedMonth=o.currentMonth=i,o.selectedYear=o.currentYear=s,this._selectDate(e,this._formatDate(o,o.currentDay,o.currentMonth,o.currentYear)))},_clearDate:function(e){var i=t(e);this._selectDate(i,"")},_selectDate:function(e,i){var s,n=t(e),o=this._getInst(n[0]);i=null!=i?i:this._formatDate(o),o.input&&o.input.val(i),this._updateAlternate(o),s=this._get(o,"onSelect"),s?s.apply(o.input?o.input[0]:null,[i,o]):o.input&&o.input.trigger("change"),o.inline?this._updateDatepicker(o):(this._hideDatepicker(),this._lastInput=o.input[0],"object"!=typeof o.input[0]&&o.input.trigger("focus"),this._lastInput=null)},_updateAlternate:function(e){var i,s,n,o=this._get(e,"altField");o&&(i=this._get(e,"altFormat")||this._get(e,"dateFormat"),s=this._getDate(e),n=this.formatDate(i,s,this._getFormatConfig(e)),t(o).val(n))},noWeekends:function(t){var e=t.getDay();return[e>0&&6>e,""]},iso8601Week:function(t){var e,i=new Date(t.getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),e=i.getTime(),i.setMonth(0),i.setDate(1),Math.floor(Math.round((e-i)/864e5)/7)+1},parseDate:function(e,i,s){if(null==e||null==i)throw"Invalid arguments";if(i="object"==typeof i?""+i:i+"",""===i)return null;var n,o,a,r,h=0,l=(s?s.shortYearCutoff:null)||this._defaults.shortYearCutoff,c="string"!=typeof l?l:(new Date).getFullYear()%100+parseInt(l,10),u=(s?s.dayNamesShort:null)||this._defaults.dayNamesShort,d=(s?s.dayNames:null)||this._defaults.dayNames,p=(s?s.monthNamesShort:null)||this._defaults.monthNamesShort,f=(s?s.monthNames:null)||this._defaults.monthNames,g=-1,m=-1,_=-1,v=-1,b=!1,y=function(t){var i=e.length>n+1&&e.charAt(n+1)===t;return i&&n++,i},w=function(t){var e=y(t),s="@"===t?14:"!"===t?20:"y"===t&&e?4:"o"===t?3:2,n="y"===t?s:1,o=RegExp("^\\d{"+n+","+s+"}"),a=i.substring(h).match(o);if(!a)throw"Missing number at position "+h;return h+=a[0].length,parseInt(a[0],10)},k=function(e,s,n){var o=-1,a=t.map(y(e)?n:s,function(t,e){return[[e,t]]}).sort(function(t,e){return-(t[1].length-e[1].length)});if(t.each(a,function(t,e){var s=e[1];return i.substr(h,s.length).toLowerCase()===s.toLowerCase()?(o=e[0],h+=s.length,!1):void 0}),-1!==o)return o+1;throw"Unknown name at position "+h},x=function(){if(i.charAt(h)!==e.charAt(n))throw"Unexpected literal at position "+h;h++};for(n=0;e.length>n;n++)if(b)"'"!==e.charAt(n)||y("'")?x():b=!1;else switch(e.charAt(n)){case"d":_=w("d");break;case"D":k("D",u,d);break;case"o":v=w("o");break;case"m":m=w("m");break;case"M":m=k("M",p,f);break;case"y":g=w("y");break;case"@":r=new Date(w("@")),g=r.getFullYear(),m=r.getMonth()+1,_=r.getDate();break;case"!":r=new Date((w("!")-this._ticksTo1970)/1e4),g=r.getFullYear(),m=r.getMonth()+1,_=r.getDate();break;case"'":y("'")?x():b=!0;break;default:x()}if(i.length>h&&(a=i.substr(h),!/^\s+/.test(a)))throw"Extra/unparsed characters found in date: "+a;if(-1===g?g=(new Date).getFullYear():100>g&&(g+=(new Date).getFullYear()-(new Date).getFullYear()%100+(c>=g?0:-100)),v>-1)for(m=1,_=v;;){if(o=this._getDaysInMonth(g,m-1),o>=_)break;m++,_-=o}if(r=this._daylightSavingAdjust(new Date(g,m-1,_)),r.getFullYear()!==g||r.getMonth()+1!==m||r.getDate()!==_)throw"Invalid date";return r},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:1e7*60*60*24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925)),formatDate:function(t,e,i){if(!e)return"";var s,n=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,o=(i?i.dayNames:null)||this._defaults.dayNames,a=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,r=(i?i.monthNames:null)||this._defaults.monthNames,h=function(e){var i=t.length>s+1&&t.charAt(s+1)===e;return i&&s++,i},l=function(t,e,i){var s=""+e;if(h(t))for(;i>s.length;)s="0"+s;return s},c=function(t,e,i,s){return h(t)?s[e]:i[e]},u="",d=!1;if(e)for(s=0;t.length>s;s++)if(d)"'"!==t.charAt(s)||h("'")?u+=t.charAt(s):d=!1;else switch(t.charAt(s)){case"d":u+=l("d",e.getDate(),2);break;case"D":u+=c("D",e.getDay(),n,o);break;case"o":u+=l("o",Math.round((new Date(e.getFullYear(),e.getMonth(),e.getDate()).getTime()-new Date(e.getFullYear(),0,0).getTime())/864e5),3);break;case"m":u+=l("m",e.getMonth()+1,2);break;case"M":u+=c("M",e.getMonth(),a,r);break;case"y":u+=h("y")?e.getFullYear():(10>e.getFullYear()%100?"0":"")+e.getFullYear()%100;break;case"@":u+=e.getTime();break;case"!":u+=1e4*e.getTime()+this._ticksTo1970;break;case"'":h("'")?u+="'":d=!0;break;default:u+=t.charAt(s)}return u},_possibleChars:function(t){var e,i="",s=!1,n=function(i){var s=t.length>e+1&&t.charAt(e+1)===i;return s&&e++,s};for(e=0;t.length>e;e++)if(s)"'"!==t.charAt(e)||n("'")?i+=t.charAt(e):s=!1;else switch(t.charAt(e)){case"d":case"m":case"y":case"@":i+="0123456789";break;case"D":case"M":return null;case"'":n("'")?i+="'":s=!0;break;default:i+=t.charAt(e)}return i},_get:function(t,e){return void 0!==t.settings[e]?t.settings[e]:this._defaults[e]},_setDateFromField:function(t,e){if(t.input.val()!==t.lastVal){var i=this._get(t,"dateFormat"),s=t.lastVal=t.input?t.input.val():null,n=this._getDefaultDate(t),o=n,a=this._getFormatConfig(t);try{o=this.parseDate(i,s,a)||n}catch(r){s=e?"":s}t.selectedDay=o.getDate(),t.drawMonth=t.selectedMonth=o.getMonth(),t.drawYear=t.selectedYear=o.getFullYear(),t.currentDay=s?o.getDate():0,t.currentMonth=s?o.getMonth():0,t.currentYear=s?o.getFullYear():0,this._adjustInstDate(t)}},_getDefaultDate:function(t){return this._restrictMinMax(t,this._determineDate(t,this._get(t,"defaultDate"),new Date))},_determineDate:function(e,i,s){var n=function(t){var e=new Date;return e.setDate(e.getDate()+t),e},o=function(i){try{return t.datepicker.parseDate(t.datepicker._get(e,"dateFormat"),i,t.datepicker._getFormatConfig(e))}catch(s){}for(var n=(i.toLowerCase().match(/^c/)?t.datepicker._getDate(e):null)||new Date,o=n.getFullYear(),a=n.getMonth(),r=n.getDate(),h=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,l=h.exec(i);l;){switch(l[2]||"d"){case"d":case"D":r+=parseInt(l[1],10);break;case"w":case"W":r+=7*parseInt(l[1],10);break;case"m":case"M":a+=parseInt(l[1],10),r=Math.min(r,t.datepicker._getDaysInMonth(o,a));break;case"y":case"Y":o+=parseInt(l[1],10),r=Math.min(r,t.datepicker._getDaysInMonth(o,a))}l=h.exec(i)}return new Date(o,a,r)},a=null==i||""===i?s:"string"==typeof i?o(i):"number"==typeof i?isNaN(i)?s:n(i):new Date(i.getTime());return a=a&&"Invalid Date"==""+a?s:a,a&&(a.setHours(0),a.setMinutes(0),a.setSeconds(0),a.setMilliseconds(0)),this._daylightSavingAdjust(a)},_daylightSavingAdjust:function(t){return t?(t.setHours(t.getHours()>12?t.getHours()+2:0),t):null},_setDate:function(t,e,i){var s=!e,n=t.selectedMonth,o=t.selectedYear,a=this._restrictMinMax(t,this._determineDate(t,e,new Date));t.selectedDay=t.currentDay=a.getDate(),t.drawMonth=t.selectedMonth=t.currentMonth=a.getMonth(),t.drawYear=t.selectedYear=t.currentYear=a.getFullYear(),n===t.selectedMonth&&o===t.selectedYear||i||this._notifyChange(t),this._adjustInstDate(t),t.input&&t.input.val(s?"":this._formatDate(t))},_getDate:function(t){var e=!t.currentYear||t.input&&""===t.input.val()?null:this._daylightSavingAdjust(new Date(t.currentYear,t.currentMonth,t.currentDay));return e},_attachHandlers:function(e){var i=this._get(e,"stepMonths"),s="#"+e.id.replace(/\\\\/g,"\\");e.dpDiv.find("[data-handler]").map(function(){var e={prev:function(){t.datepicker._adjustDate(s,-i,"M")},next:function(){t.datepicker._adjustDate(s,+i,"M")},hide:function(){t.datepicker._hideDatepicker()},today:function(){t.datepicker._gotoToday(s)},selectDay:function(){return t.datepicker._selectDay(s,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return t.datepicker._selectMonthYear(s,this,"M"),!1},selectYear:function(){return t.datepicker._selectMonthYear(s,this,"Y"),!1}};t(this).on(this.getAttribute("data-event"),e[this.getAttribute("data-handler")])})},_generateHTML:function(t){var e,i,s,n,o,a,r,h,l,c,u,d,p,f,g,m,_,v,b,y,w,k,x,C,D,I,T,P,M,S,H,z,O,A,N,W,E,F,L,R=new Date,B=this._daylightSavingAdjust(new Date(R.getFullYear(),R.getMonth(),R.getDate())),Y=this._get(t,"isRTL"),j=this._get(t,"showButtonPanel"),q=this._get(t,"hideIfNoPrevNext"),K=this._get(t,"navigationAsDateFormat"),U=this._getNumberOfMonths(t),V=this._get(t,"showCurrentAtPos"),$=this._get(t,"stepMonths"),X=1!==U[0]||1!==U[1],G=this._daylightSavingAdjust(t.currentDay?new Date(t.currentYear,t.currentMonth,t.currentDay):new Date(9999,9,9)),Q=this._getMinMaxDate(t,"min"),J=this._getMinMaxDate(t,"max"),Z=t.drawMonth-V,te=t.drawYear;if(0>Z&&(Z+=12,te--),J)for(e=this._daylightSavingAdjust(new Date(J.getFullYear(),J.getMonth()-U[0]*U[1]+1,J.getDate())),e=Q&&Q>e?Q:e;this._daylightSavingAdjust(new Date(te,Z,1))>e;)Z--,0>Z&&(Z=11,te--);for(t.drawMonth=Z,t.drawYear=te,i=this._get(t,"prevText"),i=K?this.formatDate(i,this._daylightSavingAdjust(new Date(te,Z-$,1)),this._getFormatConfig(t)):i,s=this._canAdjustMonth(t,-1,te,Z)?"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click' title='"+i+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"e":"w")+"'>"+i+"</span></a>":q?"":"<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='"+i+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"e":"w")+"'>"+i+"</span></a>",n=this._get(t,"nextText"),n=K?this.formatDate(n,this._daylightSavingAdjust(new Date(te,Z+$,1)),this._getFormatConfig(t)):n,o=this._canAdjustMonth(t,1,te,Z)?"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"w":"e")+"'>"+n+"</span></a>":q?"":"<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"w":"e")+"'>"+n+"</span></a>",a=this._get(t,"currentText"),r=this._get(t,"gotoCurrent")&&t.currentDay?G:B,a=K?this.formatDate(a,r,this._getFormatConfig(t)):a,h=t.inline?"":"<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>"+this._get(t,"closeText")+"</button>",l=j?"<div class='ui-datepicker-buttonpane ui-widget-content'>"+(Y?h:"")+(this._isInRange(t,r)?"<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'>"+a+"</button>":"")+(Y?"":h)+"</div>":"",c=parseInt(this._get(t,"firstDay"),10),c=isNaN(c)?0:c,u=this._get(t,"showWeek"),d=this._get(t,"dayNames"),p=this._get(t,"dayNamesMin"),f=this._get(t,"monthNames"),g=this._get(t,"monthNamesShort"),m=this._get(t,"beforeShowDay"),_=this._get(t,"showOtherMonths"),v=this._get(t,"selectOtherMonths"),b=this._getDefaultDate(t),y="",k=0;U[0]>k;k++){for(x="",this.maxRows=4,C=0;U[1]>C;C++){if(D=this._daylightSavingAdjust(new Date(te,Z,t.selectedDay)),I=" ui-corner-all",T="",X){if(T+="<div class='ui-datepicker-group",U[1]>1)switch(C){case 0:T+=" ui-datepicker-group-first",I=" ui-corner-"+(Y?"right":"left");break;case U[1]-1:T+=" ui-datepicker-group-last",I=" ui-corner-"+(Y?"left":"right");break;default:T+=" ui-datepicker-group-middle",I=""}T+="'>"}for(T+="<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix"+I+"'>"+(/all|left/.test(I)&&0===k?Y?o:s:"")+(/all|right/.test(I)&&0===k?Y?s:o:"")+this._generateMonthYearHeader(t,Z,te,Q,J,k>0||C>0,f,g)+"</div><table class='ui-datepicker-calendar'><thead>"+"<tr>",P=u?"<th class='ui-datepicker-week-col'>"+this._get(t,"weekHeader")+"</th>":"",w=0;7>w;w++)M=(w+c)%7,P+="<th scope='col'"+((w+c+6)%7>=5?" class='ui-datepicker-week-end'":"")+">"+"<span title='"+d[M]+"'>"+p[M]+"</span></th>";for(T+=P+"</tr></thead><tbody>",S=this._getDaysInMonth(te,Z),te===t.selectedYear&&Z===t.selectedMonth&&(t.selectedDay=Math.min(t.selectedDay,S)),H=(this._getFirstDayOfMonth(te,Z)-c+7)%7,z=Math.ceil((H+S)/7),O=X?this.maxRows>z?this.maxRows:z:z,this.maxRows=O,A=this._daylightSavingAdjust(new Date(te,Z,1-H)),N=0;O>N;N++){for(T+="<tr>",W=u?"<td class='ui-datepicker-week-col'>"+this._get(t,"calculateWeek")(A)+"</td>":"",w=0;7>w;w++)E=m?m.apply(t.input?t.input[0]:null,[A]):[!0,""],F=A.getMonth()!==Z,L=F&&!v||!E[0]||Q&&Q>A||J&&A>J,W+="<td class='"+((w+c+6)%7>=5?" ui-datepicker-week-end":"")+(F?" ui-datepicker-other-month":"")+(A.getTime()===D.getTime()&&Z===t.selectedMonth&&t._keyEvent||b.getTime()===A.getTime()&&b.getTime()===D.getTime()?" "+this._dayOverClass:"")+(L?" "+this._unselectableClass+" ui-state-disabled":"")+(F&&!_?"":" "+E[1]+(A.getTime()===G.getTime()?" "+this._currentClass:"")+(A.getTime()===B.getTime()?" ui-datepicker-today":""))+"'"+(F&&!_||!E[2]?"":" title='"+E[2].replace(/'/g,"&#39;")+"'")+(L?"":" data-handler='selectDay' data-event='click' data-month='"+A.getMonth()+"' data-year='"+A.getFullYear()+"'")+">"+(F&&!_?"&#xa0;":L?"<span class='ui-state-default'>"+A.getDate()+"</span>":"<a class='ui-state-default"+(A.getTime()===B.getTime()?" ui-state-highlight":"")+(A.getTime()===G.getTime()?" ui-state-active":"")+(F?" ui-priority-secondary":"")+"' href='#'>"+A.getDate()+"</a>")+"</td>",A.setDate(A.getDate()+1),A=this._daylightSavingAdjust(A);T+=W+"</tr>"}Z++,Z>11&&(Z=0,te++),T+="</tbody></table>"+(X?"</div>"+(U[0]>0&&C===U[1]-1?"<div class='ui-datepicker-row-break'></div>":""):""),x+=T}y+=x}return y+=l,t._keyEvent=!1,y},_generateMonthYearHeader:function(t,e,i,s,n,o,a,r){var h,l,c,u,d,p,f,g,m=this._get(t,"changeMonth"),_=this._get(t,"changeYear"),v=this._get(t,"showMonthAfterYear"),b="<div class='ui-datepicker-title'>",y="";if(o||!m)y+="<span class='ui-datepicker-month'>"+a[e]+"</span>";else{for(h=s&&s.getFullYear()===i,l=n&&n.getFullYear()===i,y+="<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>",c=0;12>c;c++)(!h||c>=s.getMonth())&&(!l||n.getMonth()>=c)&&(y+="<option value='"+c+"'"+(c===e?" selected='selected'":"")+">"+r[c]+"</option>");y+="</select>"}if(v||(b+=y+(!o&&m&&_?"":"&#xa0;")),!t.yearshtml)if(t.yearshtml="",o||!_)b+="<span class='ui-datepicker-year'>"+i+"</span>";else{for(u=this._get(t,"yearRange").split(":"),d=(new Date).getFullYear(),p=function(t){var e=t.match(/c[+\-].*/)?i+parseInt(t.substring(1),10):t.match(/[+\-].*/)?d+parseInt(t,10):parseInt(t,10);return isNaN(e)?d:e},f=p(u[0]),g=Math.max(f,p(u[1]||"")),f=s?Math.max(f,s.getFullYear()):f,g=n?Math.min(g,n.getFullYear()):g,t.yearshtml+="<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>";g>=f;f++)t.yearshtml+="<option value='"+f+"'"+(f===i?" selected='selected'":"")+">"+f+"</option>";t.yearshtml+="</select>",b+=t.yearshtml,t.yearshtml=null}return b+=this._get(t,"yearSuffix"),v&&(b+=(!o&&m&&_?"":"&#xa0;")+y),b+="</div>"},_adjustInstDate:function(t,e,i){var s=t.selectedYear+("Y"===i?e:0),n=t.selectedMonth+("M"===i?e:0),o=Math.min(t.selectedDay,this._getDaysInMonth(s,n))+("D"===i?e:0),a=this._restrictMinMax(t,this._daylightSavingAdjust(new Date(s,n,o)));t.selectedDay=a.getDate(),t.drawMonth=t.selectedMonth=a.getMonth(),t.drawYear=t.selectedYear=a.getFullYear(),("M"===i||"Y"===i)&&this._notifyChange(t)},_restrictMinMax:function(t,e){var i=this._getMinMaxDate(t,"min"),s=this._getMinMaxDate(t,"max"),n=i&&i>e?i:e;return s&&n>s?s:n},_notifyChange:function(t){var e=this._get(t,"onChangeMonthYear");e&&e.apply(t.input?t.input[0]:null,[t.selectedYear,t.selectedMonth+1,t])},_getNumberOfMonths:function(t){var e=this._get(t,"numberOfMonths");return null==e?[1,1]:"number"==typeof e?[1,e]:e},_getMinMaxDate:function(t,e){return this._determineDate(t,this._get(t,e+"Date"),null)},_getDaysInMonth:function(t,e){return 32-this._daylightSavingAdjust(new Date(t,e,32)).getDate()},_getFirstDayOfMonth:function(t,e){return new Date(t,e,1).getDay()},_canAdjustMonth:function(t,e,i,s){var n=this._getNumberOfMonths(t),o=this._daylightSavingAdjust(new Date(i,s+(0>e?e:n[0]*n[1]),1));return 0>e&&o.setDate(this._getDaysInMonth(o.getFullYear(),o.getMonth())),this._isInRange(t,o)},_isInRange:function(t,e){var i,s,n=this._getMinMaxDate(t,"min"),o=this._getMinMaxDate(t,"max"),a=null,r=null,h=this._get(t,"yearRange");return h&&(i=h.split(":"),s=(new Date).getFullYear(),a=parseInt(i[0],10),r=parseInt(i[1],10),i[0].match(/[+\-].*/)&&(a+=s),i[1].match(/[+\-].*/)&&(r+=s)),(!n||e.getTime()>=n.getTime())&&(!o||e.getTime()<=o.getTime())&&(!a||e.getFullYear()>=a)&&(!r||r>=e.getFullYear())},_getFormatConfig:function(t){var e=this._get(t,"shortYearCutoff");return e="string"!=typeof e?e:(new Date).getFullYear()%100+parseInt(e,10),{shortYearCutoff:e,dayNamesShort:this._get(t,"dayNamesShort"),dayNames:this._get(t,"dayNames"),monthNamesShort:this._get(t,"monthNamesShort"),monthNames:this._get(t,"monthNames")}},_formatDate:function(t,e,i,s){e||(t.currentDay=t.selectedDay,t.currentMonth=t.selectedMonth,t.currentYear=t.selectedYear);var n=e?"object"==typeof e?e:this._daylightSavingAdjust(new Date(s,i,e)):this._daylightSavingAdjust(new Date(t.currentYear,t.currentMonth,t.currentDay));return this.formatDate(this._get(t,"dateFormat"),n,this._getFormatConfig(t))}}),t.fn.datepicker=function(e){if(!this.length)return this;t.datepicker.initialized||(t(document).on("mousedown",t.datepicker._checkExternalClick),t.datepicker.initialized=!0),0===t("#"+t.datepicker._mainDivId).length&&t("body").append(t.datepicker.dpDiv);var i=Array.prototype.slice.call(arguments,1);return"string"!=typeof e||"isDisabled"!==e&&"getDate"!==e&&"widget"!==e?"option"===e&&2===arguments.length&&"string"==typeof arguments[1]?t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this[0]].concat(i)):this.each(function(){"string"==typeof e?t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this].concat(i)):t.datepicker._attachDatepicker(this,e)}):t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this[0]].concat(i))},t.datepicker=new s,t.datepicker.initialized=!1,t.datepicker.uuid=(new Date).getTime(),t.datepicker.version="1.12.1",t.datepicker,t.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase());var _=!1;t(document).on("mouseup",function(){_=!1}),t.widget("ui.mouse",{version:"1.12.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var e=this;this.element.on("mousedown."+this.widgetName,function(t){return e._mouseDown(t)}).on("click."+this.widgetName,function(i){return!0===t.data(i.target,e.widgetName+".preventClickEvent")?(t.removeData(i.target,e.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1):void 0}),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(e){if(!_){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(e),this._mouseDownEvent=e;var i=this,s=1===e.which,n="string"==typeof this.options.cancel&&e.target.nodeName?t(e.target).closest(this.options.cancel).length:!1;return s&&!n&&this._mouseCapture(e)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){i.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(e)!==!1,!this._mouseStarted)?(e.preventDefault(),!0):(!0===t.data(e.target,this.widgetName+".preventClickEvent")&&t.removeData(e.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(t){return i._mouseMove(t)},this._mouseUpDelegate=function(t){return i._mouseUp(t)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),e.preventDefault(),_=!0,!0)):!0}},_mouseMove:function(e){if(this._mouseMoved){if(t.ui.ie&&(!document.documentMode||9>document.documentMode)&&!e.button)return this._mouseUp(e);if(!e.which)if(e.originalEvent.altKey||e.originalEvent.ctrlKey||e.originalEvent.metaKey||e.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(e)}return(e.which||e.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(e),e.preventDefault()):(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,e)!==!1,this._mouseStarted?this._mouseDrag(e):this._mouseUp(e)),!this._mouseStarted)},_mouseUp:function(e){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,e.target===this._mouseDownEvent.target&&t.data(e.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(e)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,_=!1,e.preventDefault()},_mouseDistanceMet:function(t){return Math.max(Math.abs(this._mouseDownEvent.pageX-t.pageX),Math.abs(this._mouseDownEvent.pageY-t.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),t.ui.plugin={add:function(e,i,s){var n,o=t.ui[e].prototype;for(n in s)o.plugins[n]=o.plugins[n]||[],o.plugins[n].push([i,s[n]])},call:function(t,e,i,s){var n,o=t.plugins[e];if(o&&(s||t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType))for(n=0;o.length>n;n++)t.options[o[n][0]]&&o[n][1].apply(t.element,i)}},t.ui.safeBlur=function(e){e&&"body"!==e.nodeName.toLowerCase()&&t(e).trigger("blur")},t.widget("ui.draggable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"===this.options.helper&&this._setPositionRelative(),this.options.addClasses&&this._addClass("ui-draggable"),this._setHandleClassName(),this._mouseInit()},_setOption:function(t,e){this._super(t,e),"handle"===t&&(this._removeHandleClassName(),this._setHandleClassName())},_destroy:function(){return(this.helper||this.element).is(".ui-draggable-dragging")?(this.destroyOnClear=!0,void 0):(this._removeHandleClassName(),this._mouseDestroy(),void 0)},_mouseCapture:function(e){var i=this.options;return this.helper||i.disabled||t(e.target).closest(".ui-resizable-handle").length>0?!1:(this.handle=this._getHandle(e),this.handle?(this._blurActiveElement(e),this._blockFrames(i.iframeFix===!0?"iframe":i.iframeFix),!0):!1)},_blockFrames:function(e){this.iframeBlocks=this.document.find(e).map(function(){var e=t(this);return t("<div>").css("position","absolute").appendTo(e.parent()).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()).offset(e.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_blurActiveElement:function(e){var i=t.ui.safeActiveElement(this.document[0]),s=t(e.target);s.closest(i).length||t.ui.safeBlur(i)},_mouseStart:function(e){var i=this.options;return this.helper=this._createHelper(e),this._addClass(this.helper,"ui-draggable-dragging"),this._cacheHelperProportions(),t.ui.ddmanager&&(t.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.hasFixedAncestor=this.helper.parents().filter(function(){return"fixed"===t(this).css("position")}).length>0,this.positionAbs=this.element.offset(),this._refreshOffsets(e),this.originalPosition=this.position=this._generatePosition(e,!1),this.originalPageX=e.pageX,this.originalPageY=e.pageY,i.cursorAt&&this._adjustOffsetFromHelper(i.cursorAt),this._setContainment(),this._trigger("start",e)===!1?(this._clear(),!1):(this._cacheHelperProportions(),t.ui.ddmanager&&!i.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this._mouseDrag(e,!0),t.ui.ddmanager&&t.ui.ddmanager.dragStart(this,e),!0)},_refreshOffsets:function(t){this.offset={top:this.positionAbs.top-this.margins.top,left:this.positionAbs.left-this.margins.left,scroll:!1,parent:this._getParentOffset(),relative:this._getRelativeOffset()},this.offset.click={left:t.pageX-this.offset.left,top:t.pageY-this.offset.top}},_mouseDrag:function(e,i){if(this.hasFixedAncestor&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(e,!0),this.positionAbs=this._convertPositionTo("absolute"),!i){var s=this._uiHash();if(this._trigger("drag",e,s)===!1)return this._mouseUp(new t.Event("mouseup",e)),!1;this.position=s.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),!1},_mouseStop:function(e){var i=this,s=!1;return t.ui.ddmanager&&!this.options.dropBehaviour&&(s=t.ui.ddmanager.drop(this,e)),this.dropped&&(s=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!s||"valid"===this.options.revert&&s||this.options.revert===!0||t.isFunction(this.options.revert)&&this.options.revert.call(this.element,s)?t(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){i._trigger("stop",e)!==!1&&i._clear()}):this._trigger("stop",e)!==!1&&this._clear(),!1},_mouseUp:function(e){return this._unblockFrames(),t.ui.ddmanager&&t.ui.ddmanager.dragStop(this,e),this.handleElement.is(e.target)&&this.element.trigger("focus"),t.ui.mouse.prototype._mouseUp.call(this,e)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp(new t.Event("mouseup",{target:this.element[0]})):this._clear(),this},_getHandle:function(e){return this.options.handle?!!t(e.target).closest(this.element.find(this.options.handle)).length:!0},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this._addClass(this.handleElement,"ui-draggable-handle")},_removeHandleClassName:function(){this._removeClass(this.handleElement,"ui-draggable-handle")},_createHelper:function(e){var i=this.options,s=t.isFunction(i.helper),n=s?t(i.helper.apply(this.element[0],[e])):"clone"===i.helper?this.element.clone().removeAttr("id"):this.element;return n.parents("body").length||n.appendTo("parent"===i.appendTo?this.element[0].parentNode:i.appendTo),s&&n[0]===this.element[0]&&this._setPositionRelative(),n[0]===this.element[0]||/(fixed|absolute)/.test(n.css("position"))||n.css("position","absolute"),n},_setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative")},_adjustOffsetFromHelper:function(e){"string"==typeof e&&(e=e.split(" ")),t.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_isRootNode:function(t){return/(html|body)/i.test(t.tagName)||t===this.document[0]},_getParentOffset:function(){var e=this.offsetParent.offset(),i=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==i&&t.contains(this.scrollParent[0],this.offsetParent[0])&&(e.left+=this.scrollParent.scrollLeft(),e.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(e={top:0,left:0}),{top:e.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:e.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var t=this.element.position(),e=this._isRootNode(this.scrollParent[0]);return{top:t.top-(parseInt(this.helper.css("top"),10)||0)+(e?0:this.scrollParent.scrollTop()),left:t.left-(parseInt(this.helper.css("left"),10)||0)+(e?0:this.scrollParent.scrollLeft())}
10
+},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e,i,s,n=this.options,o=this.document[0];return this.relativeContainer=null,n.containment?"window"===n.containment?(this.containment=[t(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,t(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,t(window).scrollLeft()+t(window).width()-this.helperProportions.width-this.margins.left,t(window).scrollTop()+(t(window).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top],void 0):"document"===n.containment?(this.containment=[0,0,t(o).width()-this.helperProportions.width-this.margins.left,(t(o).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top],void 0):n.containment.constructor===Array?(this.containment=n.containment,void 0):("parent"===n.containment&&(n.containment=this.helper[0].parentNode),i=t(n.containment),s=i[0],s&&(e=/(scroll|auto)/.test(i.css("overflow")),this.containment=[(parseInt(i.css("borderLeftWidth"),10)||0)+(parseInt(i.css("paddingLeft"),10)||0),(parseInt(i.css("borderTopWidth"),10)||0)+(parseInt(i.css("paddingTop"),10)||0),(e?Math.max(s.scrollWidth,s.offsetWidth):s.offsetWidth)-(parseInt(i.css("borderRightWidth"),10)||0)-(parseInt(i.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(e?Math.max(s.scrollHeight,s.offsetHeight):s.offsetHeight)-(parseInt(i.css("borderBottomWidth"),10)||0)-(parseInt(i.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=i),void 0):(this.containment=null,void 0)},_convertPositionTo:function(t,e){e||(e=this.position);var i="absolute"===t?1:-1,s=this._isRootNode(this.scrollParent[0]);return{top:e.top+this.offset.relative.top*i+this.offset.parent.top*i-("fixed"===this.cssPosition?-this.offset.scroll.top:s?0:this.offset.scroll.top)*i,left:e.left+this.offset.relative.left*i+this.offset.parent.left*i-("fixed"===this.cssPosition?-this.offset.scroll.left:s?0:this.offset.scroll.left)*i}},_generatePosition:function(t,e){var i,s,n,o,a=this.options,r=this._isRootNode(this.scrollParent[0]),h=t.pageX,l=t.pageY;return r&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),e&&(this.containment&&(this.relativeContainer?(s=this.relativeContainer.offset(),i=[this.containment[0]+s.left,this.containment[1]+s.top,this.containment[2]+s.left,this.containment[3]+s.top]):i=this.containment,t.pageX-this.offset.click.left<i[0]&&(h=i[0]+this.offset.click.left),t.pageY-this.offset.click.top<i[1]&&(l=i[1]+this.offset.click.top),t.pageX-this.offset.click.left>i[2]&&(h=i[2]+this.offset.click.left),t.pageY-this.offset.click.top>i[3]&&(l=i[3]+this.offset.click.top)),a.grid&&(n=a.grid[1]?this.originalPageY+Math.round((l-this.originalPageY)/a.grid[1])*a.grid[1]:this.originalPageY,l=i?n-this.offset.click.top>=i[1]||n-this.offset.click.top>i[3]?n:n-this.offset.click.top>=i[1]?n-a.grid[1]:n+a.grid[1]:n,o=a.grid[0]?this.originalPageX+Math.round((h-this.originalPageX)/a.grid[0])*a.grid[0]:this.originalPageX,h=i?o-this.offset.click.left>=i[0]||o-this.offset.click.left>i[2]?o:o-this.offset.click.left>=i[0]?o-a.grid[0]:o+a.grid[0]:o),"y"===a.axis&&(h=this.originalPageX),"x"===a.axis&&(l=this.originalPageY)),{top:l-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:r?0:this.offset.scroll.top),left:h-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:r?0:this.offset.scroll.left)}},_clear:function(){this._removeClass(this.helper,"ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_trigger:function(e,i,s){return s=s||this._uiHash(),t.ui.plugin.call(this,e,[i,s,this],!0),/^(drag|start|stop)/.test(e)&&(this.positionAbs=this._convertPositionTo("absolute"),s.offset=this.positionAbs),t.Widget.prototype._trigger.call(this,e,i,s)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),t.ui.plugin.add("draggable","connectToSortable",{start:function(e,i,s){var n=t.extend({},i,{item:s.element});s.sortables=[],t(s.options.connectToSortable).each(function(){var i=t(this).sortable("instance");i&&!i.options.disabled&&(s.sortables.push(i),i.refreshPositions(),i._trigger("activate",e,n))})},stop:function(e,i,s){var n=t.extend({},i,{item:s.element});s.cancelHelperRemoval=!1,t.each(s.sortables,function(){var t=this;t.isOver?(t.isOver=0,s.cancelHelperRemoval=!0,t.cancelHelperRemoval=!1,t._storedCSS={position:t.placeholder.css("position"),top:t.placeholder.css("top"),left:t.placeholder.css("left")},t._mouseStop(e),t.options.helper=t.options._helper):(t.cancelHelperRemoval=!0,t._trigger("deactivate",e,n))})},drag:function(e,i,s){t.each(s.sortables,function(){var n=!1,o=this;o.positionAbs=s.positionAbs,o.helperProportions=s.helperProportions,o.offset.click=s.offset.click,o._intersectsWith(o.containerCache)&&(n=!0,t.each(s.sortables,function(){return this.positionAbs=s.positionAbs,this.helperProportions=s.helperProportions,this.offset.click=s.offset.click,this!==o&&this._intersectsWith(this.containerCache)&&t.contains(o.element[0],this.element[0])&&(n=!1),n})),n?(o.isOver||(o.isOver=1,s._parent=i.helper.parent(),o.currentItem=i.helper.appendTo(o.element).data("ui-sortable-item",!0),o.options._helper=o.options.helper,o.options.helper=function(){return i.helper[0]},e.target=o.currentItem[0],o._mouseCapture(e,!0),o._mouseStart(e,!0,!0),o.offset.click.top=s.offset.click.top,o.offset.click.left=s.offset.click.left,o.offset.parent.left-=s.offset.parent.left-o.offset.parent.left,o.offset.parent.top-=s.offset.parent.top-o.offset.parent.top,s._trigger("toSortable",e),s.dropped=o.element,t.each(s.sortables,function(){this.refreshPositions()}),s.currentItem=s.element,o.fromOutside=s),o.currentItem&&(o._mouseDrag(e),i.position=o.position)):o.isOver&&(o.isOver=0,o.cancelHelperRemoval=!0,o.options._revert=o.options.revert,o.options.revert=!1,o._trigger("out",e,o._uiHash(o)),o._mouseStop(e,!0),o.options.revert=o.options._revert,o.options.helper=o.options._helper,o.placeholder&&o.placeholder.remove(),i.helper.appendTo(s._parent),s._refreshOffsets(e),i.position=s._generatePosition(e,!0),s._trigger("fromSortable",e),s.dropped=!1,t.each(s.sortables,function(){this.refreshPositions()}))})}}),t.ui.plugin.add("draggable","cursor",{start:function(e,i,s){var n=t("body"),o=s.options;n.css("cursor")&&(o._cursor=n.css("cursor")),n.css("cursor",o.cursor)},stop:function(e,i,s){var n=s.options;n._cursor&&t("body").css("cursor",n._cursor)}}),t.ui.plugin.add("draggable","opacity",{start:function(e,i,s){var n=t(i.helper),o=s.options;n.css("opacity")&&(o._opacity=n.css("opacity")),n.css("opacity",o.opacity)},stop:function(e,i,s){var n=s.options;n._opacity&&t(i.helper).css("opacity",n._opacity)}}),t.ui.plugin.add("draggable","scroll",{start:function(t,e,i){i.scrollParentNotHidden||(i.scrollParentNotHidden=i.helper.scrollParent(!1)),i.scrollParentNotHidden[0]!==i.document[0]&&"HTML"!==i.scrollParentNotHidden[0].tagName&&(i.overflowOffset=i.scrollParentNotHidden.offset())},drag:function(e,i,s){var n=s.options,o=!1,a=s.scrollParentNotHidden[0],r=s.document[0];a!==r&&"HTML"!==a.tagName?(n.axis&&"x"===n.axis||(s.overflowOffset.top+a.offsetHeight-e.pageY<n.scrollSensitivity?a.scrollTop=o=a.scrollTop+n.scrollSpeed:e.pageY-s.overflowOffset.top<n.scrollSensitivity&&(a.scrollTop=o=a.scrollTop-n.scrollSpeed)),n.axis&&"y"===n.axis||(s.overflowOffset.left+a.offsetWidth-e.pageX<n.scrollSensitivity?a.scrollLeft=o=a.scrollLeft+n.scrollSpeed:e.pageX-s.overflowOffset.left<n.scrollSensitivity&&(a.scrollLeft=o=a.scrollLeft-n.scrollSpeed))):(n.axis&&"x"===n.axis||(e.pageY-t(r).scrollTop()<n.scrollSensitivity?o=t(r).scrollTop(t(r).scrollTop()-n.scrollSpeed):t(window).height()-(e.pageY-t(r).scrollTop())<n.scrollSensitivity&&(o=t(r).scrollTop(t(r).scrollTop()+n.scrollSpeed))),n.axis&&"y"===n.axis||(e.pageX-t(r).scrollLeft()<n.scrollSensitivity?o=t(r).scrollLeft(t(r).scrollLeft()-n.scrollSpeed):t(window).width()-(e.pageX-t(r).scrollLeft())<n.scrollSensitivity&&(o=t(r).scrollLeft(t(r).scrollLeft()+n.scrollSpeed)))),o!==!1&&t.ui.ddmanager&&!n.dropBehaviour&&t.ui.ddmanager.prepareOffsets(s,e)}}),t.ui.plugin.add("draggable","snap",{start:function(e,i,s){var n=s.options;s.snapElements=[],t(n.snap.constructor!==String?n.snap.items||":data(ui-draggable)":n.snap).each(function(){var e=t(this),i=e.offset();this!==s.element[0]&&s.snapElements.push({item:this,width:e.outerWidth(),height:e.outerHeight(),top:i.top,left:i.left})})},drag:function(e,i,s){var n,o,a,r,h,l,c,u,d,p,f=s.options,g=f.snapTolerance,m=i.offset.left,_=m+s.helperProportions.width,v=i.offset.top,b=v+s.helperProportions.height;for(d=s.snapElements.length-1;d>=0;d--)h=s.snapElements[d].left-s.margins.left,l=h+s.snapElements[d].width,c=s.snapElements[d].top-s.margins.top,u=c+s.snapElements[d].height,h-g>_||m>l+g||c-g>b||v>u+g||!t.contains(s.snapElements[d].item.ownerDocument,s.snapElements[d].item)?(s.snapElements[d].snapping&&s.options.snap.release&&s.options.snap.release.call(s.element,e,t.extend(s._uiHash(),{snapItem:s.snapElements[d].item})),s.snapElements[d].snapping=!1):("inner"!==f.snapMode&&(n=g>=Math.abs(c-b),o=g>=Math.abs(u-v),a=g>=Math.abs(h-_),r=g>=Math.abs(l-m),n&&(i.position.top=s._convertPositionTo("relative",{top:c-s.helperProportions.height,left:0}).top),o&&(i.position.top=s._convertPositionTo("relative",{top:u,left:0}).top),a&&(i.position.left=s._convertPositionTo("relative",{top:0,left:h-s.helperProportions.width}).left),r&&(i.position.left=s._convertPositionTo("relative",{top:0,left:l}).left)),p=n||o||a||r,"outer"!==f.snapMode&&(n=g>=Math.abs(c-v),o=g>=Math.abs(u-b),a=g>=Math.abs(h-m),r=g>=Math.abs(l-_),n&&(i.position.top=s._convertPositionTo("relative",{top:c,left:0}).top),o&&(i.position.top=s._convertPositionTo("relative",{top:u-s.helperProportions.height,left:0}).top),a&&(i.position.left=s._convertPositionTo("relative",{top:0,left:h}).left),r&&(i.position.left=s._convertPositionTo("relative",{top:0,left:l-s.helperProportions.width}).left)),!s.snapElements[d].snapping&&(n||o||a||r||p)&&s.options.snap.snap&&s.options.snap.snap.call(s.element,e,t.extend(s._uiHash(),{snapItem:s.snapElements[d].item})),s.snapElements[d].snapping=n||o||a||r||p)}}),t.ui.plugin.add("draggable","stack",{start:function(e,i,s){var n,o=s.options,a=t.makeArray(t(o.stack)).sort(function(e,i){return(parseInt(t(e).css("zIndex"),10)||0)-(parseInt(t(i).css("zIndex"),10)||0)});a.length&&(n=parseInt(t(a[0]).css("zIndex"),10)||0,t(a).each(function(e){t(this).css("zIndex",n+e)}),this.css("zIndex",n+a.length))}}),t.ui.plugin.add("draggable","zIndex",{start:function(e,i,s){var n=t(i.helper),o=s.options;n.css("zIndex")&&(o._zIndex=n.css("zIndex")),n.css("zIndex",o.zIndex)},stop:function(e,i,s){var n=s.options;n._zIndex&&t(i.helper).css("zIndex",n._zIndex)}}),t.ui.draggable,t.widget("ui.resizable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,classes:{"ui-resizable-se":"ui-icon ui-icon-gripsmall-diagonal-se"},containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(t){return parseFloat(t)||0},_isNumber:function(t){return!isNaN(parseFloat(t))},_hasScroll:function(e,i){if("hidden"===t(e).css("overflow"))return!1;var s=i&&"left"===i?"scrollLeft":"scrollTop",n=!1;return e[s]>0?!0:(e[s]=1,n=e[s]>0,e[s]=0,n)},_create:function(){var e,i=this.options,s=this;this._addClass("ui-resizable"),t.extend(this,{_aspectRatio:!!i.aspectRatio,aspectRatio:i.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:i.helper||i.ghost||i.animate?i.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i)&&(this.element.wrap(t("<div class='ui-wrapper' style='overflow: hidden;'></div>").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,e={marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom"),marginLeft:this.originalElement.css("marginLeft")},this.element.css(e),this.originalElement.css("margin",0),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css(e),this._proportionallyResize()),this._setupHandles(),i.autoHide&&t(this.element).on("mouseenter",function(){i.disabled||(s._removeClass("ui-resizable-autohide"),s._handles.show())}).on("mouseleave",function(){i.disabled||s.resizing||(s._addClass("ui-resizable-autohide"),s._handles.hide())}),this._mouseInit()},_destroy:function(){this._mouseDestroy();var e,i=function(e){t(e).removeData("resizable").removeData("ui-resizable").off(".resizable").find(".ui-resizable-handle").remove()};return this.elementIsWrapper&&(i(this.element),e=this.element,this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")}).insertAfter(e),e.remove()),this.originalElement.css("resize",this.originalResizeStyle),i(this.originalElement),this},_setOption:function(t,e){switch(this._super(t,e),t){case"handles":this._removeHandles(),this._setupHandles();break;default:}},_setupHandles:function(){var e,i,s,n,o,a=this.options,r=this;if(this.handles=a.handles||(t(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=t(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),s=this.handles.split(","),this.handles={},i=0;s.length>i;i++)e=t.trim(s[i]),n="ui-resizable-"+e,o=t("<div>"),this._addClass(o,"ui-resizable-handle "+n),o.css({zIndex:a.zIndex}),this.handles[e]=".ui-resizable-"+e,this.element.append(o);this._renderAxis=function(e){var i,s,n,o;e=e||this.element;for(i in this.handles)this.handles[i].constructor===String?this.handles[i]=this.element.children(this.handles[i]).first().show():(this.handles[i].jquery||this.handles[i].nodeType)&&(this.handles[i]=t(this.handles[i]),this._on(this.handles[i],{mousedown:r._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(s=t(this.handles[i],this.element),o=/sw|ne|nw|se|n|s/.test(i)?s.outerHeight():s.outerWidth(),n=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join(""),e.css(n,o),this._proportionallyResize()),this._handles=this._handles.add(this.handles[i])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.on("mouseover",function(){r.resizing||(this.className&&(o=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),r.axis=o&&o[1]?o[1]:"se")}),a.autoHide&&(this._handles.hide(),this._addClass("ui-resizable-autohide"))},_removeHandles:function(){this._handles.remove()},_mouseCapture:function(e){var i,s,n=!1;for(i in this.handles)s=t(this.handles[i])[0],(s===e.target||t.contains(s,e.target))&&(n=!0);return!this.options.disabled&&n},_mouseStart:function(e){var i,s,n,o=this.options,a=this.element;return this.resizing=!0,this._renderProxy(),i=this._num(this.helper.css("left")),s=this._num(this.helper.css("top")),o.containment&&(i+=t(o.containment).scrollLeft()||0,s+=t(o.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:i,top:s},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:a.width(),height:a.height()},this.originalSize=this._helper?{width:a.outerWidth(),height:a.outerHeight()}:{width:a.width(),height:a.height()},this.sizeDiff={width:a.outerWidth()-a.width(),height:a.outerHeight()-a.height()},this.originalPosition={left:i,top:s},this.originalMousePosition={left:e.pageX,top:e.pageY},this.aspectRatio="number"==typeof o.aspectRatio?o.aspectRatio:this.originalSize.width/this.originalSize.height||1,n=t(".ui-resizable-"+this.axis).css("cursor"),t("body").css("cursor","auto"===n?this.axis+"-resize":n),this._addClass("ui-resizable-resizing"),this._propagate("start",e),!0},_mouseDrag:function(e){var i,s,n=this.originalMousePosition,o=this.axis,a=e.pageX-n.left||0,r=e.pageY-n.top||0,h=this._change[o];return this._updatePrevProperties(),h?(i=h.apply(this,[e,a,r]),this._updateVirtualBoundaries(e.shiftKey),(this._aspectRatio||e.shiftKey)&&(i=this._updateRatio(i,e)),i=this._respectSize(i,e),this._updateCache(i),this._propagate("resize",e),s=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),t.isEmptyObject(s)||(this._updatePrevProperties(),this._trigger("resize",e,this.ui()),this._applyChanges()),!1):!1},_mouseStop:function(e){this.resizing=!1;var i,s,n,o,a,r,h,l=this.options,c=this;return this._helper&&(i=this._proportionallyResizeElements,s=i.length&&/textarea/i.test(i[0].nodeName),n=s&&this._hasScroll(i[0],"left")?0:c.sizeDiff.height,o=s?0:c.sizeDiff.width,a={width:c.helper.width()-o,height:c.helper.height()-n},r=parseFloat(c.element.css("left"))+(c.position.left-c.originalPosition.left)||null,h=parseFloat(c.element.css("top"))+(c.position.top-c.originalPosition.top)||null,l.animate||this.element.css(t.extend(a,{top:h,left:r})),c.helper.height(c.size.height),c.helper.width(c.size.width),this._helper&&!l.animate&&this._proportionallyResize()),t("body").css("cursor","auto"),this._removeClass("ui-resizable-resizing"),this._propagate("stop",e),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var t={};return this.position.top!==this.prevPosition.top&&(t.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(t.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(t.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(t.height=this.size.height+"px"),this.helper.css(t),t},_updateVirtualBoundaries:function(t){var e,i,s,n,o,a=this.options;o={minWidth:this._isNumber(a.minWidth)?a.minWidth:0,maxWidth:this._isNumber(a.maxWidth)?a.maxWidth:1/0,minHeight:this._isNumber(a.minHeight)?a.minHeight:0,maxHeight:this._isNumber(a.maxHeight)?a.maxHeight:1/0},(this._aspectRatio||t)&&(e=o.minHeight*this.aspectRatio,s=o.minWidth/this.aspectRatio,i=o.maxHeight*this.aspectRatio,n=o.maxWidth/this.aspectRatio,e>o.minWidth&&(o.minWidth=e),s>o.minHeight&&(o.minHeight=s),o.maxWidth>i&&(o.maxWidth=i),o.maxHeight>n&&(o.maxHeight=n)),this._vBoundaries=o},_updateCache:function(t){this.offset=this.helper.offset(),this._isNumber(t.left)&&(this.position.left=t.left),this._isNumber(t.top)&&(this.position.top=t.top),this._isNumber(t.height)&&(this.size.height=t.height),this._isNumber(t.width)&&(this.size.width=t.width)},_updateRatio:function(t){var e=this.position,i=this.size,s=this.axis;return this._isNumber(t.height)?t.width=t.height*this.aspectRatio:this._isNumber(t.width)&&(t.height=t.width/this.aspectRatio),"sw"===s&&(t.left=e.left+(i.width-t.width),t.top=null),"nw"===s&&(t.top=e.top+(i.height-t.height),t.left=e.left+(i.width-t.width)),t},_respectSize:function(t){var e=this._vBoundaries,i=this.axis,s=this._isNumber(t.width)&&e.maxWidth&&e.maxWidth<t.width,n=this._isNumber(t.height)&&e.maxHeight&&e.maxHeight<t.height,o=this._isNumber(t.width)&&e.minWidth&&e.minWidth>t.width,a=this._isNumber(t.height)&&e.minHeight&&e.minHeight>t.height,r=this.originalPosition.left+this.originalSize.width,h=this.originalPosition.top+this.originalSize.height,l=/sw|nw|w/.test(i),c=/nw|ne|n/.test(i);return o&&(t.width=e.minWidth),a&&(t.height=e.minHeight),s&&(t.width=e.maxWidth),n&&(t.height=e.maxHeight),o&&l&&(t.left=r-e.minWidth),s&&l&&(t.left=r-e.maxWidth),a&&c&&(t.top=h-e.minHeight),n&&c&&(t.top=h-e.maxHeight),t.width||t.height||t.left||!t.top?t.width||t.height||t.top||!t.left||(t.left=null):t.top=null,t},_getPaddingPlusBorderDimensions:function(t){for(var e=0,i=[],s=[t.css("borderTopWidth"),t.css("borderRightWidth"),t.css("borderBottomWidth"),t.css("borderLeftWidth")],n=[t.css("paddingTop"),t.css("paddingRight"),t.css("paddingBottom"),t.css("paddingLeft")];4>e;e++)i[e]=parseFloat(s[e])||0,i[e]+=parseFloat(n[e])||0;return{height:i[0]+i[2],width:i[1]+i[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var t,e=0,i=this.helper||this.element;this._proportionallyResizeElements.length>e;e++)t=this._proportionallyResizeElements[e],this.outerDimensions||(this.outerDimensions=this._getPaddingPlusBorderDimensions(t)),t.css({height:i.height()-this.outerDimensions.height||0,width:i.width()-this.outerDimensions.width||0})},_renderProxy:function(){var e=this.element,i=this.options;this.elementOffset=e.offset(),this._helper?(this.helper=this.helper||t("<div style='overflow:hidden;'></div>"),this._addClass(this.helper,this._helper),this.helper.css({width:this.element.outerWidth(),height:this.element.outerHeight(),position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++i.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var i=this.originalSize,s=this.originalPosition;return{left:s.left+e,width:i.width-e}},n:function(t,e,i){var s=this.originalSize,n=this.originalPosition;return{top:n.top+i,height:s.height-i}},s:function(t,e,i){return{height:this.originalSize.height+i}},se:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},sw:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[e,i,s]))},ne:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},nw:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[e,i,s]))}},_propagate:function(e,i){t.ui.plugin.call(this,e,[i,this.ui()]),"resize"!==e&&this._trigger(e,i,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),t.ui.plugin.add("resizable","animate",{stop:function(e){var i=t(this).resizable("instance"),s=i.options,n=i._proportionallyResizeElements,o=n.length&&/textarea/i.test(n[0].nodeName),a=o&&i._hasScroll(n[0],"left")?0:i.sizeDiff.height,r=o?0:i.sizeDiff.width,h={width:i.size.width-r,height:i.size.height-a},l=parseFloat(i.element.css("left"))+(i.position.left-i.originalPosition.left)||null,c=parseFloat(i.element.css("top"))+(i.position.top-i.originalPosition.top)||null;i.element.animate(t.extend(h,c&&l?{top:c,left:l}:{}),{duration:s.animateDuration,easing:s.animateEasing,step:function(){var s={width:parseFloat(i.element.css("width")),height:parseFloat(i.element.css("height")),top:parseFloat(i.element.css("top")),left:parseFloat(i.element.css("left"))};n&&n.length&&t(n[0]).css({width:s.width,height:s.height}),i._updateCache(s),i._propagate("resize",e)}})}}),t.ui.plugin.add("resizable","containment",{start:function(){var e,i,s,n,o,a,r,h=t(this).resizable("instance"),l=h.options,c=h.element,u=l.containment,d=u instanceof t?u.get(0):/parent/.test(u)?c.parent().get(0):u;d&&(h.containerElement=t(d),/document/.test(u)||u===document?(h.containerOffset={left:0,top:0},h.containerPosition={left:0,top:0},h.parentData={element:t(document),left:0,top:0,width:t(document).width(),height:t(document).height()||document.body.parentNode.scrollHeight}):(e=t(d),i=[],t(["Top","Right","Left","Bottom"]).each(function(t,s){i[t]=h._num(e.css("padding"+s))}),h.containerOffset=e.offset(),h.containerPosition=e.position(),h.containerSize={height:e.innerHeight()-i[3],width:e.innerWidth()-i[1]},s=h.containerOffset,n=h.containerSize.height,o=h.containerSize.width,a=h._hasScroll(d,"left")?d.scrollWidth:o,r=h._hasScroll(d)?d.scrollHeight:n,h.parentData={element:d,left:s.left,top:s.top,width:a,height:r}))},resize:function(e){var i,s,n,o,a=t(this).resizable("instance"),r=a.options,h=a.containerOffset,l=a.position,c=a._aspectRatio||e.shiftKey,u={top:0,left:0},d=a.containerElement,p=!0;d[0]!==document&&/static/.test(d.css("position"))&&(u=h),l.left<(a._helper?h.left:0)&&(a.size.width=a.size.width+(a._helper?a.position.left-h.left:a.position.left-u.left),c&&(a.size.height=a.size.width/a.aspectRatio,p=!1),a.position.left=r.helper?h.left:0),l.top<(a._helper?h.top:0)&&(a.size.height=a.size.height+(a._helper?a.position.top-h.top:a.position.top),c&&(a.size.width=a.size.height*a.aspectRatio,p=!1),a.position.top=a._helper?h.top:0),n=a.containerElement.get(0)===a.element.parent().get(0),o=/relative|absolute/.test(a.containerElement.css("position")),n&&o?(a.offset.left=a.parentData.left+a.position.left,a.offset.top=a.parentData.top+a.position.top):(a.offset.left=a.element.offset().left,a.offset.top=a.element.offset().top),i=Math.abs(a.sizeDiff.width+(a._helper?a.offset.left-u.left:a.offset.left-h.left)),s=Math.abs(a.sizeDiff.height+(a._helper?a.offset.top-u.top:a.offset.top-h.top)),i+a.size.width>=a.parentData.width&&(a.size.width=a.parentData.width-i,c&&(a.size.height=a.size.width/a.aspectRatio,p=!1)),s+a.size.height>=a.parentData.height&&(a.size.height=a.parentData.height-s,c&&(a.size.width=a.size.height*a.aspectRatio,p=!1)),p||(a.position.left=a.prevPosition.left,a.position.top=a.prevPosition.top,a.size.width=a.prevSize.width,a.size.height=a.prevSize.height)},stop:function(){var e=t(this).resizable("instance"),i=e.options,s=e.containerOffset,n=e.containerPosition,o=e.containerElement,a=t(e.helper),r=a.offset(),h=a.outerWidth()-e.sizeDiff.width,l=a.outerHeight()-e.sizeDiff.height;e._helper&&!i.animate&&/relative/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l}),e._helper&&!i.animate&&/static/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l})}}),t.ui.plugin.add("resizable","alsoResize",{start:function(){var e=t(this).resizable("instance"),i=e.options;t(i.alsoResize).each(function(){var e=t(this);e.data("ui-resizable-alsoresize",{width:parseFloat(e.width()),height:parseFloat(e.height()),left:parseFloat(e.css("left")),top:parseFloat(e.css("top"))})})},resize:function(e,i){var s=t(this).resizable("instance"),n=s.options,o=s.originalSize,a=s.originalPosition,r={height:s.size.height-o.height||0,width:s.size.width-o.width||0,top:s.position.top-a.top||0,left:s.position.left-a.left||0};t(n.alsoResize).each(function(){var e=t(this),s=t(this).data("ui-resizable-alsoresize"),n={},o=e.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];t.each(o,function(t,e){var i=(s[e]||0)+(r[e]||0);i&&i>=0&&(n[e]=i||null)}),e.css(n)})},stop:function(){t(this).removeData("ui-resizable-alsoresize")}}),t.ui.plugin.add("resizable","ghost",{start:function(){var e=t(this).resizable("instance"),i=e.size;e.ghost=e.originalElement.clone(),e.ghost.css({opacity:.25,display:"block",position:"relative",height:i.height,width:i.width,margin:0,left:0,top:0}),e._addClass(e.ghost,"ui-resizable-ghost"),t.uiBackCompat!==!1&&"string"==typeof e.options.ghost&&e.ghost.addClass(this.options.ghost),e.ghost.appendTo(e.helper)},resize:function(){var e=t(this).resizable("instance");e.ghost&&e.ghost.css({position:"relative",height:e.size.height,width:e.size.width})},stop:function(){var e=t(this).resizable("instance");e.ghost&&e.helper&&e.helper.get(0).removeChild(e.ghost.get(0))}}),t.ui.plugin.add("resizable","grid",{resize:function(){var e,i=t(this).resizable("instance"),s=i.options,n=i.size,o=i.originalSize,a=i.originalPosition,r=i.axis,h="number"==typeof s.grid?[s.grid,s.grid]:s.grid,l=h[0]||1,c=h[1]||1,u=Math.round((n.width-o.width)/l)*l,d=Math.round((n.height-o.height)/c)*c,p=o.width+u,f=o.height+d,g=s.maxWidth&&p>s.maxWidth,m=s.maxHeight&&f>s.maxHeight,_=s.minWidth&&s.minWidth>p,v=s.minHeight&&s.minHeight>f;s.grid=h,_&&(p+=l),v&&(f+=c),g&&(p-=l),m&&(f-=c),/^(se|s|e)$/.test(r)?(i.size.width=p,i.size.height=f):/^(ne)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.top=a.top-d):/^(sw)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.left=a.left-u):((0>=f-c||0>=p-l)&&(e=i._getPaddingPlusBorderDimensions(this)),f-c>0?(i.size.height=f,i.position.top=a.top-d):(f=c-e.height,i.size.height=f,i.position.top=a.top+o.height-f),p-l>0?(i.size.width=p,i.position.left=a.left-u):(p=l-e.width,i.size.width=p,i.position.left=a.left+o.width-p))}}),t.ui.resizable,t.widget("ui.dialog",{version:"1.12.1",options:{appendTo:"body",autoOpen:!0,buttons:[],classes:{"ui-dialog":"ui-corner-all","ui-dialog-titlebar":"ui-corner-all"},closeOnEscape:!0,closeText:"Close",draggable:!0,hide:null,height:"auto",maxHeight:null,maxWidth:null,minHeight:150,minWidth:150,modal:!1,position:{my:"center",at:"center",of:window,collision:"fit",using:function(e){var i=t(this).css(e).offset().top;0>i&&t(this).css("top",e.top-i)}},resizable:!0,show:null,title:null,width:300,beforeClose:null,close:null,drag:null,dragStart:null,dragStop:null,focus:null,open:null,resize:null,resizeStart:null,resizeStop:null},sizeRelatedOptions:{buttons:!0,height:!0,maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0,width:!0},resizableRelatedOptions:{maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0},_create:function(){this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,minHeight:this.element[0].style.minHeight,maxHeight:this.element[0].style.maxHeight,height:this.element[0].style.height},this.originalPosition={parent:this.element.parent(),index:this.element.parent().children().index(this.element)},this.originalTitle=this.element.attr("title"),null==this.options.title&&null!=this.originalTitle&&(this.options.title=this.originalTitle),this.options.disabled&&(this.options.disabled=!1),this._createWrapper(),this.element.show().removeAttr("title").appendTo(this.uiDialog),this._addClass("ui-dialog-content","ui-widget-content"),this._createTitlebar(),this._createButtonPane(),this.options.draggable&&t.fn.draggable&&this._makeDraggable(),this.options.resizable&&t.fn.resizable&&this._makeResizable(),this._isOpen=!1,this._trackFocus()},_init:function(){this.options.autoOpen&&this.open()},_appendTo:function(){var e=this.options.appendTo;return e&&(e.jquery||e.nodeType)?t(e):this.document.find(e||"body").eq(0)},_destroy:function(){var t,e=this.originalPosition;this._untrackInstance(),this._destroyOverlay(),this.element.removeUniqueId().css(this.originalCss).detach(),this.uiDialog.remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),t=e.parent.children().eq(e.index),t.length&&t[0]!==this.element[0]?t.before(this.element):e.parent.append(this.element)},widget:function(){return this.uiDialog
11
+},disable:t.noop,enable:t.noop,close:function(e){var i=this;this._isOpen&&this._trigger("beforeClose",e)!==!1&&(this._isOpen=!1,this._focusedElement=null,this._destroyOverlay(),this._untrackInstance(),this.opener.filter(":focusable").trigger("focus").length||t.ui.safeBlur(t.ui.safeActiveElement(this.document[0])),this._hide(this.uiDialog,this.options.hide,function(){i._trigger("close",e)}))},isOpen:function(){return this._isOpen},moveToTop:function(){this._moveToTop()},_moveToTop:function(e,i){var s=!1,n=this.uiDialog.siblings(".ui-front:visible").map(function(){return+t(this).css("z-index")}).get(),o=Math.max.apply(null,n);return o>=+this.uiDialog.css("z-index")&&(this.uiDialog.css("z-index",o+1),s=!0),s&&!i&&this._trigger("focus",e),s},open:function(){var e=this;return this._isOpen?(this._moveToTop()&&this._focusTabbable(),void 0):(this._isOpen=!0,this.opener=t(t.ui.safeActiveElement(this.document[0])),this._size(),this._position(),this._createOverlay(),this._moveToTop(null,!0),this.overlay&&this.overlay.css("z-index",this.uiDialog.css("z-index")-1),this._show(this.uiDialog,this.options.show,function(){e._focusTabbable(),e._trigger("focus")}),this._makeFocusTarget(),this._trigger("open"),void 0)},_focusTabbable:function(){var t=this._focusedElement;t||(t=this.element.find("[autofocus]")),t.length||(t=this.element.find(":tabbable")),t.length||(t=this.uiDialogButtonPane.find(":tabbable")),t.length||(t=this.uiDialogTitlebarClose.filter(":tabbable")),t.length||(t=this.uiDialog),t.eq(0).trigger("focus")},_keepFocus:function(e){function i(){var e=t.ui.safeActiveElement(this.document[0]),i=this.uiDialog[0]===e||t.contains(this.uiDialog[0],e);i||this._focusTabbable()}e.preventDefault(),i.call(this),this._delay(i)},_createWrapper:function(){this.uiDialog=t("<div>").hide().attr({tabIndex:-1,role:"dialog"}).appendTo(this._appendTo()),this._addClass(this.uiDialog,"ui-dialog","ui-widget ui-widget-content ui-front"),this._on(this.uiDialog,{keydown:function(e){if(this.options.closeOnEscape&&!e.isDefaultPrevented()&&e.keyCode&&e.keyCode===t.ui.keyCode.ESCAPE)return e.preventDefault(),this.close(e),void 0;if(e.keyCode===t.ui.keyCode.TAB&&!e.isDefaultPrevented()){var i=this.uiDialog.find(":tabbable"),s=i.filter(":first"),n=i.filter(":last");e.target!==n[0]&&e.target!==this.uiDialog[0]||e.shiftKey?e.target!==s[0]&&e.target!==this.uiDialog[0]||!e.shiftKey||(this._delay(function(){n.trigger("focus")}),e.preventDefault()):(this._delay(function(){s.trigger("focus")}),e.preventDefault())}},mousedown:function(t){this._moveToTop(t)&&this._focusTabbable()}}),this.element.find("[aria-describedby]").length||this.uiDialog.attr({"aria-describedby":this.element.uniqueId().attr("id")})},_createTitlebar:function(){var e;this.uiDialogTitlebar=t("<div>"),this._addClass(this.uiDialogTitlebar,"ui-dialog-titlebar","ui-widget-header ui-helper-clearfix"),this._on(this.uiDialogTitlebar,{mousedown:function(e){t(e.target).closest(".ui-dialog-titlebar-close")||this.uiDialog.trigger("focus")}}),this.uiDialogTitlebarClose=t("<button type='button'></button>").button({label:t("<a>").text(this.options.closeText).html(),icon:"ui-icon-closethick",showLabel:!1}).appendTo(this.uiDialogTitlebar),this._addClass(this.uiDialogTitlebarClose,"ui-dialog-titlebar-close"),this._on(this.uiDialogTitlebarClose,{click:function(t){t.preventDefault(),this.close(t)}}),e=t("<span>").uniqueId().prependTo(this.uiDialogTitlebar),this._addClass(e,"ui-dialog-title"),this._title(e),this.uiDialogTitlebar.prependTo(this.uiDialog),this.uiDialog.attr({"aria-labelledby":e.attr("id")})},_title:function(t){this.options.title?t.text(this.options.title):t.html("&#160;")},_createButtonPane:function(){this.uiDialogButtonPane=t("<div>"),this._addClass(this.uiDialogButtonPane,"ui-dialog-buttonpane","ui-widget-content ui-helper-clearfix"),this.uiButtonSet=t("<div>").appendTo(this.uiDialogButtonPane),this._addClass(this.uiButtonSet,"ui-dialog-buttonset"),this._createButtons()},_createButtons:function(){var e=this,i=this.options.buttons;return this.uiDialogButtonPane.remove(),this.uiButtonSet.empty(),t.isEmptyObject(i)||t.isArray(i)&&!i.length?(this._removeClass(this.uiDialog,"ui-dialog-buttons"),void 0):(t.each(i,function(i,s){var n,o;s=t.isFunction(s)?{click:s,text:i}:s,s=t.extend({type:"button"},s),n=s.click,o={icon:s.icon,iconPosition:s.iconPosition,showLabel:s.showLabel,icons:s.icons,text:s.text},delete s.click,delete s.icon,delete s.iconPosition,delete s.showLabel,delete s.icons,"boolean"==typeof s.text&&delete s.text,t("<button></button>",s).button(o).appendTo(e.uiButtonSet).on("click",function(){n.apply(e.element[0],arguments)})}),this._addClass(this.uiDialog,"ui-dialog-buttons"),this.uiDialogButtonPane.appendTo(this.uiDialog),void 0)},_makeDraggable:function(){function e(t){return{position:t.position,offset:t.offset}}var i=this,s=this.options;this.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(s,n){i._addClass(t(this),"ui-dialog-dragging"),i._blockFrames(),i._trigger("dragStart",s,e(n))},drag:function(t,s){i._trigger("drag",t,e(s))},stop:function(n,o){var a=o.offset.left-i.document.scrollLeft(),r=o.offset.top-i.document.scrollTop();s.position={my:"left top",at:"left"+(a>=0?"+":"")+a+" "+"top"+(r>=0?"+":"")+r,of:i.window},i._removeClass(t(this),"ui-dialog-dragging"),i._unblockFrames(),i._trigger("dragStop",n,e(o))}})},_makeResizable:function(){function e(t){return{originalPosition:t.originalPosition,originalSize:t.originalSize,position:t.position,size:t.size}}var i=this,s=this.options,n=s.resizable,o=this.uiDialog.css("position"),a="string"==typeof n?n:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:this.element,maxWidth:s.maxWidth,maxHeight:s.maxHeight,minWidth:s.minWidth,minHeight:this._minHeight(),handles:a,start:function(s,n){i._addClass(t(this),"ui-dialog-resizing"),i._blockFrames(),i._trigger("resizeStart",s,e(n))},resize:function(t,s){i._trigger("resize",t,e(s))},stop:function(n,o){var a=i.uiDialog.offset(),r=a.left-i.document.scrollLeft(),h=a.top-i.document.scrollTop();s.height=i.uiDialog.height(),s.width=i.uiDialog.width(),s.position={my:"left top",at:"left"+(r>=0?"+":"")+r+" "+"top"+(h>=0?"+":"")+h,of:i.window},i._removeClass(t(this),"ui-dialog-resizing"),i._unblockFrames(),i._trigger("resizeStop",n,e(o))}}).css("position",o)},_trackFocus:function(){this._on(this.widget(),{focusin:function(e){this._makeFocusTarget(),this._focusedElement=t(e.target)}})},_makeFocusTarget:function(){this._untrackInstance(),this._trackingInstances().unshift(this)},_untrackInstance:function(){var e=this._trackingInstances(),i=t.inArray(this,e);-1!==i&&e.splice(i,1)},_trackingInstances:function(){var t=this.document.data("ui-dialog-instances");return t||(t=[],this.document.data("ui-dialog-instances",t)),t},_minHeight:function(){var t=this.options;return"auto"===t.height?t.minHeight:Math.min(t.minHeight,t.height)},_position:function(){var t=this.uiDialog.is(":visible");t||this.uiDialog.show(),this.uiDialog.position(this.options.position),t||this.uiDialog.hide()},_setOptions:function(e){var i=this,s=!1,n={};t.each(e,function(t,e){i._setOption(t,e),t in i.sizeRelatedOptions&&(s=!0),t in i.resizableRelatedOptions&&(n[t]=e)}),s&&(this._size(),this._position()),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option",n)},_setOption:function(e,i){var s,n,o=this.uiDialog;"disabled"!==e&&(this._super(e,i),"appendTo"===e&&this.uiDialog.appendTo(this._appendTo()),"buttons"===e&&this._createButtons(),"closeText"===e&&this.uiDialogTitlebarClose.button({label:t("<a>").text(""+this.options.closeText).html()}),"draggable"===e&&(s=o.is(":data(ui-draggable)"),s&&!i&&o.draggable("destroy"),!s&&i&&this._makeDraggable()),"position"===e&&this._position(),"resizable"===e&&(n=o.is(":data(ui-resizable)"),n&&!i&&o.resizable("destroy"),n&&"string"==typeof i&&o.resizable("option","handles",i),n||i===!1||this._makeResizable()),"title"===e&&this._title(this.uiDialogTitlebar.find(".ui-dialog-title")))},_size:function(){var t,e,i,s=this.options;this.element.show().css({width:"auto",minHeight:0,maxHeight:"none",height:0}),s.minWidth>s.width&&(s.width=s.minWidth),t=this.uiDialog.css({height:"auto",width:s.width}).outerHeight(),e=Math.max(0,s.minHeight-t),i="number"==typeof s.maxHeight?Math.max(0,s.maxHeight-t):"none","auto"===s.height?this.element.css({minHeight:e,maxHeight:i,height:"auto"}):this.element.height(Math.max(0,s.height-t)),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())},_blockFrames:function(){this.iframeBlocks=this.document.find("iframe").map(function(){var e=t(this);return t("<div>").css({position:"absolute",width:e.outerWidth(),height:e.outerHeight()}).appendTo(e.parent()).offset(e.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(e){return t(e.target).closest(".ui-dialog").length?!0:!!t(e.target).closest(".ui-datepicker").length},_createOverlay:function(){if(this.options.modal){var e=!0;this._delay(function(){e=!1}),this.document.data("ui-dialog-overlays")||this._on(this.document,{focusin:function(t){e||this._allowInteraction(t)||(t.preventDefault(),this._trackingInstances()[0]._focusTabbable())}}),this.overlay=t("<div>").appendTo(this._appendTo()),this._addClass(this.overlay,null,"ui-widget-overlay ui-front"),this._on(this.overlay,{mousedown:"_keepFocus"}),this.document.data("ui-dialog-overlays",(this.document.data("ui-dialog-overlays")||0)+1)}},_destroyOverlay:function(){if(this.options.modal&&this.overlay){var t=this.document.data("ui-dialog-overlays")-1;t?this.document.data("ui-dialog-overlays",t):(this._off(this.document,"focusin"),this.document.removeData("ui-dialog-overlays")),this.overlay.remove(),this.overlay=null}}}),t.uiBackCompat!==!1&&t.widget("ui.dialog",t.ui.dialog,{options:{dialogClass:""},_createWrapper:function(){this._super(),this.uiDialog.addClass(this.options.dialogClass)},_setOption:function(t,e){"dialogClass"===t&&this.uiDialog.removeClass(this.options.dialogClass).addClass(e),this._superApply(arguments)}}),t.ui.dialog,t.widget("ui.droppable",{version:"1.12.1",widgetEventPrefix:"drop",options:{accept:"*",addClasses:!0,greedy:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var e,i=this.options,s=i.accept;this.isover=!1,this.isout=!0,this.accept=t.isFunction(s)?s:function(t){return t.is(s)},this.proportions=function(){return arguments.length?(e=arguments[0],void 0):e?e:e={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight}},this._addToManager(i.scope),i.addClasses&&this._addClass("ui-droppable")},_addToManager:function(e){t.ui.ddmanager.droppables[e]=t.ui.ddmanager.droppables[e]||[],t.ui.ddmanager.droppables[e].push(this)},_splice:function(t){for(var e=0;t.length>e;e++)t[e]===this&&t.splice(e,1)},_destroy:function(){var e=t.ui.ddmanager.droppables[this.options.scope];this._splice(e)},_setOption:function(e,i){if("accept"===e)this.accept=t.isFunction(i)?i:function(t){return t.is(i)};else if("scope"===e){var s=t.ui.ddmanager.droppables[this.options.scope];this._splice(s),this._addToManager(i)}this._super(e,i)},_activate:function(e){var i=t.ui.ddmanager.current;this._addActiveClass(),i&&this._trigger("activate",e,this.ui(i))},_deactivate:function(e){var i=t.ui.ddmanager.current;this._removeActiveClass(),i&&this._trigger("deactivate",e,this.ui(i))},_over:function(e){var i=t.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this._addHoverClass(),this._trigger("over",e,this.ui(i)))},_out:function(e){var i=t.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this._removeHoverClass(),this._trigger("out",e,this.ui(i)))},_drop:function(e,i){var s=i||t.ui.ddmanager.current,n=!1;return s&&(s.currentItem||s.element)[0]!==this.element[0]?(this.element.find(":data(ui-droppable)").not(".ui-draggable-dragging").each(function(){var i=t(this).droppable("instance");return i.options.greedy&&!i.options.disabled&&i.options.scope===s.options.scope&&i.accept.call(i.element[0],s.currentItem||s.element)&&v(s,t.extend(i,{offset:i.element.offset()}),i.options.tolerance,e)?(n=!0,!1):void 0}),n?!1:this.accept.call(this.element[0],s.currentItem||s.element)?(this._removeActiveClass(),this._removeHoverClass(),this._trigger("drop",e,this.ui(s)),this.element):!1):!1},ui:function(t){return{draggable:t.currentItem||t.element,helper:t.helper,position:t.position,offset:t.positionAbs}},_addHoverClass:function(){this._addClass("ui-droppable-hover")},_removeHoverClass:function(){this._removeClass("ui-droppable-hover")},_addActiveClass:function(){this._addClass("ui-droppable-active")},_removeActiveClass:function(){this._removeClass("ui-droppable-active")}});var v=t.ui.intersect=function(){function t(t,e,i){return t>=e&&e+i>t}return function(e,i,s,n){if(!i.offset)return!1;var o=(e.positionAbs||e.position.absolute).left+e.margins.left,a=(e.positionAbs||e.position.absolute).top+e.margins.top,r=o+e.helperProportions.width,h=a+e.helperProportions.height,l=i.offset.left,c=i.offset.top,u=l+i.proportions().width,d=c+i.proportions().height;switch(s){case"fit":return o>=l&&u>=r&&a>=c&&d>=h;case"intersect":return o+e.helperProportions.width/2>l&&u>r-e.helperProportions.width/2&&a+e.helperProportions.height/2>c&&d>h-e.helperProportions.height/2;case"pointer":return t(n.pageY,c,i.proportions().height)&&t(n.pageX,l,i.proportions().width);case"touch":return(a>=c&&d>=a||h>=c&&d>=h||c>a&&h>d)&&(o>=l&&u>=o||r>=l&&u>=r||l>o&&r>u);default:return!1}}}();t.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(e,i){var s,n,o=t.ui.ddmanager.droppables[e.options.scope]||[],a=i?i.type:null,r=(e.currentItem||e.element).find(":data(ui-droppable)").addBack();t:for(s=0;o.length>s;s++)if(!(o[s].options.disabled||e&&!o[s].accept.call(o[s].element[0],e.currentItem||e.element))){for(n=0;r.length>n;n++)if(r[n]===o[s].element[0]){o[s].proportions().height=0;continue t}o[s].visible="none"!==o[s].element.css("display"),o[s].visible&&("mousedown"===a&&o[s]._activate.call(o[s],i),o[s].offset=o[s].element.offset(),o[s].proportions({width:o[s].element[0].offsetWidth,height:o[s].element[0].offsetHeight}))}},drop:function(e,i){var s=!1;return t.each((t.ui.ddmanager.droppables[e.options.scope]||[]).slice(),function(){this.options&&(!this.options.disabled&&this.visible&&v(e,this,this.options.tolerance,i)&&(s=this._drop.call(this,i)||s),!this.options.disabled&&this.visible&&this.accept.call(this.element[0],e.currentItem||e.element)&&(this.isout=!0,this.isover=!1,this._deactivate.call(this,i)))}),s},dragStart:function(e,i){e.element.parentsUntil("body").on("scroll.droppable",function(){e.options.refreshPositions||t.ui.ddmanager.prepareOffsets(e,i)})},drag:function(e,i){e.options.refreshPositions&&t.ui.ddmanager.prepareOffsets(e,i),t.each(t.ui.ddmanager.droppables[e.options.scope]||[],function(){if(!this.options.disabled&&!this.greedyChild&&this.visible){var s,n,o,a=v(e,this,this.options.tolerance,i),r=!a&&this.isover?"isout":a&&!this.isover?"isover":null;r&&(this.options.greedy&&(n=this.options.scope,o=this.element.parents(":data(ui-droppable)").filter(function(){return t(this).droppable("instance").options.scope===n}),o.length&&(s=t(o[0]).droppable("instance"),s.greedyChild="isover"===r)),s&&"isover"===r&&(s.isover=!1,s.isout=!0,s._out.call(s,i)),this[r]=!0,this["isout"===r?"isover":"isout"]=!1,this["isover"===r?"_over":"_out"].call(this,i),s&&"isout"===r&&(s.isout=!1,s.isover=!0,s._over.call(s,i)))}})},dragStop:function(e,i){e.element.parentsUntil("body").off("scroll.droppable"),e.options.refreshPositions||t.ui.ddmanager.prepareOffsets(e,i)}},t.uiBackCompat!==!1&&t.widget("ui.droppable",t.ui.droppable,{options:{hoverClass:!1,activeClass:!1},_addActiveClass:function(){this._super(),this.options.activeClass&&this.element.addClass(this.options.activeClass)},_removeActiveClass:function(){this._super(),this.options.activeClass&&this.element.removeClass(this.options.activeClass)},_addHoverClass:function(){this._super(),this.options.hoverClass&&this.element.addClass(this.options.hoverClass)},_removeHoverClass:function(){this._super(),this.options.hoverClass&&this.element.removeClass(this.options.hoverClass)}}),t.ui.droppable,t.widget("ui.progressbar",{version:"1.12.1",options:{classes:{"ui-progressbar":"ui-corner-all","ui-progressbar-value":"ui-corner-left","ui-progressbar-complete":"ui-corner-right"},max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.attr({role:"progressbar","aria-valuemin":this.min}),this._addClass("ui-progressbar","ui-widget ui-widget-content"),this.valueDiv=t("<div>").appendTo(this.element),this._addClass(this.valueDiv,"ui-progressbar-value","ui-widget-header"),this._refreshValue()},_destroy:function(){this.element.removeAttr("role aria-valuemin aria-valuemax aria-valuenow"),this.valueDiv.remove()},value:function(t){return void 0===t?this.options.value:(this.options.value=this._constrainedValue(t),this._refreshValue(),void 0)},_constrainedValue:function(t){return void 0===t&&(t=this.options.value),this.indeterminate=t===!1,"number"!=typeof t&&(t=0),this.indeterminate?!1:Math.min(this.options.max,Math.max(this.min,t))},_setOptions:function(t){var e=t.value;delete t.value,this._super(t),this.options.value=this._constrainedValue(e),this._refreshValue()},_setOption:function(t,e){"max"===t&&(e=Math.max(this.min,e)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var e=this.options.value,i=this._percentage();this.valueDiv.toggle(this.indeterminate||e>this.min).width(i.toFixed(0)+"%"),this._toggleClass(this.valueDiv,"ui-progressbar-complete",null,e===this.options.max)._toggleClass("ui-progressbar-indeterminate",null,this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=t("<div>").appendTo(this.valueDiv),this._addClass(this.overlayDiv,"ui-progressbar-overlay"))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":e}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==e&&(this.oldValue=e,this._trigger("change")),e===this.options.max&&this._trigger("complete")}}),t.widget("ui.selectable",t.ui.mouse,{version:"1.12.1",options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var e=this;this._addClass("ui-selectable"),this.dragged=!1,this.refresh=function(){e.elementPos=t(e.element[0]).offset(),e.selectees=t(e.options.filter,e.element[0]),e._addClass(e.selectees,"ui-selectee"),e.selectees.each(function(){var i=t(this),s=i.offset(),n={left:s.left-e.elementPos.left,top:s.top-e.elementPos.top};t.data(this,"selectable-item",{element:this,$element:i,left:n.left,top:n.top,right:n.left+i.outerWidth(),bottom:n.top+i.outerHeight(),startselected:!1,selected:i.hasClass("ui-selected"),selecting:i.hasClass("ui-selecting"),unselecting:i.hasClass("ui-unselecting")})})},this.refresh(),this._mouseInit(),this.helper=t("<div>"),this._addClass(this.helper,"ui-selectable-helper")},_destroy:function(){this.selectees.removeData("selectable-item"),this._mouseDestroy()},_mouseStart:function(e){var i=this,s=this.options;this.opos=[e.pageX,e.pageY],this.elementPos=t(this.element[0]).offset(),this.options.disabled||(this.selectees=t(s.filter,this.element[0]),this._trigger("start",e),t(s.appendTo).append(this.helper),this.helper.css({left:e.pageX,top:e.pageY,width:0,height:0}),s.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each(function(){var s=t.data(this,"selectable-item");s.startselected=!0,e.metaKey||e.ctrlKey||(i._removeClass(s.$element,"ui-selected"),s.selected=!1,i._addClass(s.$element,"ui-unselecting"),s.unselecting=!0,i._trigger("unselecting",e,{unselecting:s.element}))}),t(e.target).parents().addBack().each(function(){var s,n=t.data(this,"selectable-item");return n?(s=!e.metaKey&&!e.ctrlKey||!n.$element.hasClass("ui-selected"),i._removeClass(n.$element,s?"ui-unselecting":"ui-selected")._addClass(n.$element,s?"ui-selecting":"ui-unselecting"),n.unselecting=!s,n.selecting=s,n.selected=s,s?i._trigger("selecting",e,{selecting:n.element}):i._trigger("unselecting",e,{unselecting:n.element}),!1):void 0}))},_mouseDrag:function(e){if(this.dragged=!0,!this.options.disabled){var i,s=this,n=this.options,o=this.opos[0],a=this.opos[1],r=e.pageX,h=e.pageY;return o>r&&(i=r,r=o,o=i),a>h&&(i=h,h=a,a=i),this.helper.css({left:o,top:a,width:r-o,height:h-a}),this.selectees.each(function(){var i=t.data(this,"selectable-item"),l=!1,c={};i&&i.element!==s.element[0]&&(c.left=i.left+s.elementPos.left,c.right=i.right+s.elementPos.left,c.top=i.top+s.elementPos.top,c.bottom=i.bottom+s.elementPos.top,"touch"===n.tolerance?l=!(c.left>r||o>c.right||c.top>h||a>c.bottom):"fit"===n.tolerance&&(l=c.left>o&&r>c.right&&c.top>a&&h>c.bottom),l?(i.selected&&(s._removeClass(i.$element,"ui-selected"),i.selected=!1),i.unselecting&&(s._removeClass(i.$element,"ui-unselecting"),i.unselecting=!1),i.selecting||(s._addClass(i.$element,"ui-selecting"),i.selecting=!0,s._trigger("selecting",e,{selecting:i.element}))):(i.selecting&&((e.metaKey||e.ctrlKey)&&i.startselected?(s._removeClass(i.$element,"ui-selecting"),i.selecting=!1,s._addClass(i.$element,"ui-selected"),i.selected=!0):(s._removeClass(i.$element,"ui-selecting"),i.selecting=!1,i.startselected&&(s._addClass(i.$element,"ui-unselecting"),i.unselecting=!0),s._trigger("unselecting",e,{unselecting:i.element}))),i.selected&&(e.metaKey||e.ctrlKey||i.startselected||(s._removeClass(i.$element,"ui-selected"),i.selected=!1,s._addClass(i.$element,"ui-unselecting"),i.unselecting=!0,s._trigger("unselecting",e,{unselecting:i.element})))))}),!1}},_mouseStop:function(e){var i=this;return this.dragged=!1,t(".ui-unselecting",this.element[0]).each(function(){var s=t.data(this,"selectable-item");i._removeClass(s.$element,"ui-unselecting"),s.unselecting=!1,s.startselected=!1,i._trigger("unselected",e,{unselected:s.element})}),t(".ui-selecting",this.element[0]).each(function(){var s=t.data(this,"selectable-item");i._removeClass(s.$element,"ui-selecting")._addClass(s.$element,"ui-selected"),s.selecting=!1,s.selected=!0,s.startselected=!0,i._trigger("selected",e,{selected:s.element})}),this._trigger("stop",e),this.helper.remove(),!1}}),t.widget("ui.selectmenu",[t.ui.formResetMixin,{version:"1.12.1",defaultElement:"<select>",options:{appendTo:null,classes:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"},disabled:null,icons:{button:"ui-icon-triangle-1-s"},position:{my:"left top",at:"left bottom",collision:"none"},width:!1,change:null,close:null,focus:null,open:null,select:null},_create:function(){var e=this.element.uniqueId().attr("id");this.ids={element:e,button:e+"-button",menu:e+"-menu"},this._drawButton(),this._drawMenu(),this._bindFormResetHandler(),this._rendered=!1,this.menuItems=t()},_drawButton:function(){var e,i=this,s=this._parseOption(this.element.find("option:selected"),this.element[0].selectedIndex);this.labels=this.element.labels().attr("for",this.ids.button),this._on(this.labels,{click:function(t){this.button.focus(),t.preventDefault()}}),this.element.hide(),this.button=t("<span>",{tabindex:this.options.disabled?-1:0,id:this.ids.button,role:"combobox","aria-expanded":"false","aria-autocomplete":"list","aria-owns":this.ids.menu,"aria-haspopup":"true",title:this.element.attr("title")}).insertAfter(this.element),this._addClass(this.button,"ui-selectmenu-button ui-selectmenu-button-closed","ui-button ui-widget"),e=t("<span>").appendTo(this.button),this._addClass(e,"ui-selectmenu-icon","ui-icon "+this.options.icons.button),this.buttonItem=this._renderButtonItem(s).appendTo(this.button),this.options.width!==!1&&this._resizeButton(),this._on(this.button,this._buttonEvents),this.button.one("focusin",function(){i._rendered||i._refreshMenu()})},_drawMenu:function(){var e=this;this.menu=t("<ul>",{"aria-hidden":"true","aria-labelledby":this.ids.button,id:this.ids.menu}),this.menuWrap=t("<div>").append(this.menu),this._addClass(this.menuWrap,"ui-selectmenu-menu","ui-front"),this.menuWrap.appendTo(this._appendTo()),this.menuInstance=this.menu.menu({classes:{"ui-menu":"ui-corner-bottom"},role:"listbox",select:function(t,i){t.preventDefault(),e._setSelection(),e._select(i.item.data("ui-selectmenu-item"),t)},focus:function(t,i){var s=i.item.data("ui-selectmenu-item");null!=e.focusIndex&&s.index!==e.focusIndex&&(e._trigger("focus",t,{item:s}),e.isOpen||e._select(s,t)),e.focusIndex=s.index,e.button.attr("aria-activedescendant",e.menuItems.eq(s.index).attr("id"))}}).menu("instance"),this.menuInstance._off(this.menu,"mouseleave"),this.menuInstance._closeOnDocumentClick=function(){return!1},this.menuInstance._isDivider=function(){return!1}},refresh:function(){this._refreshMenu(),this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(this._getSelectedItem().data("ui-selectmenu-item")||{})),null===this.options.width&&this._resizeButton()},_refreshMenu:function(){var t,e=this.element.find("option");this.menu.empty(),this._parseOptions(e),this._renderMenu(this.menu,this.items),this.menuInstance.refresh(),this.menuItems=this.menu.find("li").not(".ui-selectmenu-optgroup").find(".ui-menu-item-wrapper"),this._rendered=!0,e.length&&(t=this._getSelectedItem(),this.menuInstance.focus(null,t),this._setAria(t.data("ui-selectmenu-item")),this._setOption("disabled",this.element.prop("disabled")))},open:function(t){this.options.disabled||(this._rendered?(this._removeClass(this.menu.find(".ui-state-active"),null,"ui-state-active"),this.menuInstance.focus(null,this._getSelectedItem())):this._refreshMenu(),this.menuItems.length&&(this.isOpen=!0,this._toggleAttr(),this._resizeMenu(),this._position(),this._on(this.document,this._documentClick),this._trigger("open",t)))},_position:function(){this.menuWrap.position(t.extend({of:this.button},this.options.position))},close:function(t){this.isOpen&&(this.isOpen=!1,this._toggleAttr(),this.range=null,this._off(this.document),this._trigger("close",t))},widget:function(){return this.button},menuWidget:function(){return this.menu},_renderButtonItem:function(e){var i=t("<span>");return this._setText(i,e.label),this._addClass(i,"ui-selectmenu-text"),i},_renderMenu:function(e,i){var s=this,n="";t.each(i,function(i,o){var a;o.optgroup!==n&&(a=t("<li>",{text:o.optgroup}),s._addClass(a,"ui-selectmenu-optgroup","ui-menu-divider"+(o.element.parent("optgroup").prop("disabled")?" ui-state-disabled":"")),a.appendTo(e),n=o.optgroup),s._renderItemData(e,o)})},_renderItemData:function(t,e){return this._renderItem(t,e).data("ui-selectmenu-item",e)},_renderItem:function(e,i){var s=t("<li>"),n=t("<div>",{title:i.element.attr("title")});return i.disabled&&this._addClass(s,null,"ui-state-disabled"),this._setText(n,i.label),s.append(n).appendTo(e)},_setText:function(t,e){e?t.text(e):t.html("&#160;")},_move:function(t,e){var i,s,n=".ui-menu-item";this.isOpen?i=this.menuItems.eq(this.focusIndex).parent("li"):(i=this.menuItems.eq(this.element[0].selectedIndex).parent("li"),n+=":not(.ui-state-disabled)"),s="first"===t||"last"===t?i["first"===t?"prevAll":"nextAll"](n).eq(-1):i[t+"All"](n).eq(0),s.length&&this.menuInstance.focus(e,s)},_getSelectedItem:function(){return this.menuItems.eq(this.element[0].selectedIndex).parent("li")},_toggle:function(t){this[this.isOpen?"close":"open"](t)},_setSelection:function(){var t;this.range&&(window.getSelection?(t=window.getSelection(),t.removeAllRanges(),t.addRange(this.range)):this.range.select(),this.button.focus())},_documentClick:{mousedown:function(e){this.isOpen&&(t(e.target).closest(".ui-selectmenu-menu, #"+t.ui.escapeSelector(this.ids.button)).length||this.close(e))}},_buttonEvents:{mousedown:function(){var t;window.getSelection?(t=window.getSelection(),t.rangeCount&&(this.range=t.getRangeAt(0))):this.range=document.selection.createRange()},click:function(t){this._setSelection(),this._toggle(t)},keydown:function(e){var i=!0;switch(e.keyCode){case t.ui.keyCode.TAB:case t.ui.keyCode.ESCAPE:this.close(e),i=!1;break;case t.ui.keyCode.ENTER:this.isOpen&&this._selectFocusedItem(e);break;case t.ui.keyCode.UP:e.altKey?this._toggle(e):this._move("prev",e);break;case t.ui.keyCode.DOWN:e.altKey?this._toggle(e):this._move("next",e);break;case t.ui.keyCode.SPACE:this.isOpen?this._selectFocusedItem(e):this._toggle(e);break;case t.ui.keyCode.LEFT:this._move("prev",e);break;case t.ui.keyCode.RIGHT:this._move("next",e);break;case t.ui.keyCode.HOME:case t.ui.keyCode.PAGE_UP:this._move("first",e);break;case t.ui.keyCode.END:case t.ui.keyCode.PAGE_DOWN:this._move("last",e);break;default:this.menu.trigger(e),i=!1}i&&e.preventDefault()}},_selectFocusedItem:function(t){var e=this.menuItems.eq(this.focusIndex).parent("li");e.hasClass("ui-state-disabled")||this._select(e.data("ui-selectmenu-item"),t)},_select:function(t,e){var i=this.element[0].selectedIndex;this.element[0].selectedIndex=t.index,this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(t)),this._setAria(t),this._trigger("select",e,{item:t}),t.index!==i&&this._trigger("change",e,{item:t}),this.close(e)},_setAria:function(t){var e=this.menuItems.eq(t.index).attr("id");this.button.attr({"aria-labelledby":e,"aria-activedescendant":e}),this.menu.attr("aria-activedescendant",e)},_setOption:function(t,e){if("icons"===t){var i=this.button.find("span.ui-icon");this._removeClass(i,null,this.options.icons.button)._addClass(i,null,e.button)}this._super(t,e),"appendTo"===t&&this.menuWrap.appendTo(this._appendTo()),"width"===t&&this._resizeButton()},_setOptionDisabled:function(t){this._super(t),this.menuInstance.option("disabled",t),this.button.attr("aria-disabled",t),this._toggleClass(this.button,null,"ui-state-disabled",t),this.element.prop("disabled",t),t?(this.button.attr("tabindex",-1),this.close()):this.button.attr("tabindex",0)},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_toggleAttr:function(){this.button.attr("aria-expanded",this.isOpen),this._removeClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"closed":"open"))._addClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"open":"closed"))._toggleClass(this.menuWrap,"ui-selectmenu-open",null,this.isOpen),this.menu.attr("aria-hidden",!this.isOpen)},_resizeButton:function(){var t=this.options.width;return t===!1?(this.button.css("width",""),void 0):(null===t&&(t=this.element.show().outerWidth(),this.element.hide()),this.button.outerWidth(t),void 0)},_resizeMenu:function(){this.menu.outerWidth(Math.max(this.button.outerWidth(),this.menu.width("").outerWidth()+1))},_getCreateOptions:function(){var t=this._super();return t.disabled=this.element.prop("disabled"),t},_parseOptions:function(e){var i=this,s=[];e.each(function(e,n){s.push(i._parseOption(t(n),e))}),this.items=s},_parseOption:function(t,e){var i=t.parent("optgroup");return{element:t,index:e,value:t.val(),label:t.text(),optgroup:i.attr("label")||"",disabled:i.prop("disabled")||t.prop("disabled")}},_destroy:function(){this._unbindFormResetHandler(),this.menuWrap.remove(),this.button.remove(),this.element.show(),this.element.removeUniqueId(),this.labels.attr("for",this.ids.element)}}]),t.widget("ui.slider",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"slide",options:{animate:!1,classes:{"ui-slider":"ui-corner-all","ui-slider-handle":"ui-corner-all","ui-slider-range":"ui-corner-all ui-widget-header"},distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this._calculateNewMax(),this._addClass("ui-slider ui-slider-"+this.orientation,"ui-widget ui-widget-content"),this._refresh(),this._animateOff=!1
12
+},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var e,i,s=this.options,n=this.element.find(".ui-slider-handle"),o="<span tabindex='0'></span>",a=[];for(i=s.values&&s.values.length||1,n.length>i&&(n.slice(i).remove(),n=n.slice(0,i)),e=n.length;i>e;e++)a.push(o);this.handles=n.add(t(a.join("")).appendTo(this.element)),this._addClass(this.handles,"ui-slider-handle","ui-state-default"),this.handle=this.handles.eq(0),this.handles.each(function(e){t(this).data("ui-slider-handle-index",e).attr("tabIndex",0)})},_createRange:function(){var e=this.options;e.range?(e.range===!0&&(e.values?e.values.length&&2!==e.values.length?e.values=[e.values[0],e.values[0]]:t.isArray(e.values)&&(e.values=e.values.slice(0)):e.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?(this._removeClass(this.range,"ui-slider-range-min ui-slider-range-max"),this.range.css({left:"",bottom:""})):(this.range=t("<div>").appendTo(this.element),this._addClass(this.range,"ui-slider-range")),("min"===e.range||"max"===e.range)&&this._addClass(this.range,"ui-slider-range-"+e.range)):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this._mouseDestroy()},_mouseCapture:function(e){var i,s,n,o,a,r,h,l,c=this,u=this.options;return u.disabled?!1:(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),i={x:e.pageX,y:e.pageY},s=this._normValueFromMouse(i),n=this._valueMax()-this._valueMin()+1,this.handles.each(function(e){var i=Math.abs(s-c.values(e));(n>i||n===i&&(e===c._lastChangedValue||c.values(e)===u.min))&&(n=i,o=t(this),a=e)}),r=this._start(e,a),r===!1?!1:(this._mouseSliding=!0,this._handleIndex=a,this._addClass(o,null,"ui-state-active"),o.trigger("focus"),h=o.offset(),l=!t(e.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=l?{left:0,top:0}:{left:e.pageX-h.left-o.width()/2,top:e.pageY-h.top-o.height()/2-(parseInt(o.css("borderTopWidth"),10)||0)-(parseInt(o.css("borderBottomWidth"),10)||0)+(parseInt(o.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(e,a,s),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(t){var e={x:t.pageX,y:t.pageY},i=this._normValueFromMouse(e);return this._slide(t,this._handleIndex,i),!1},_mouseStop:function(t){return this._removeClass(this.handles,null,"ui-state-active"),this._mouseSliding=!1,this._stop(t,this._handleIndex),this._change(t,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(t){var e,i,s,n,o;return"horizontal"===this.orientation?(e=this.elementSize.width,i=t.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(e=this.elementSize.height,i=t.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),s=i/e,s>1&&(s=1),0>s&&(s=0),"vertical"===this.orientation&&(s=1-s),n=this._valueMax()-this._valueMin(),o=this._valueMin()+s*n,this._trimAlignValue(o)},_uiHash:function(t,e,i){var s={handle:this.handles[t],handleIndex:t,value:void 0!==e?e:this.value()};return this._hasMultipleValues()&&(s.value=void 0!==e?e:this.values(t),s.values=i||this.values()),s},_hasMultipleValues:function(){return this.options.values&&this.options.values.length},_start:function(t,e){return this._trigger("start",t,this._uiHash(e))},_slide:function(t,e,i){var s,n,o=this.value(),a=this.values();this._hasMultipleValues()&&(n=this.values(e?0:1),o=this.values(e),2===this.options.values.length&&this.options.range===!0&&(i=0===e?Math.min(n,i):Math.max(n,i)),a[e]=i),i!==o&&(s=this._trigger("slide",t,this._uiHash(e,i,a)),s!==!1&&(this._hasMultipleValues()?this.values(e,i):this.value(i)))},_stop:function(t,e){this._trigger("stop",t,this._uiHash(e))},_change:function(t,e){this._keySliding||this._mouseSliding||(this._lastChangedValue=e,this._trigger("change",t,this._uiHash(e)))},value:function(t){return arguments.length?(this.options.value=this._trimAlignValue(t),this._refreshValue(),this._change(null,0),void 0):this._value()},values:function(e,i){var s,n,o;if(arguments.length>1)return this.options.values[e]=this._trimAlignValue(i),this._refreshValue(),this._change(null,e),void 0;if(!arguments.length)return this._values();if(!t.isArray(arguments[0]))return this._hasMultipleValues()?this._values(e):this.value();for(s=this.options.values,n=arguments[0],o=0;s.length>o;o+=1)s[o]=this._trimAlignValue(n[o]),this._change(null,o);this._refreshValue()},_setOption:function(e,i){var s,n=0;switch("range"===e&&this.options.range===!0&&("min"===i?(this.options.value=this._values(0),this.options.values=null):"max"===i&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),t.isArray(this.options.values)&&(n=this.options.values.length),this._super(e,i),e){case"orientation":this._detectOrientation(),this._removeClass("ui-slider-horizontal ui-slider-vertical")._addClass("ui-slider-"+this.orientation),this._refreshValue(),this.options.range&&this._refreshRange(i),this.handles.css("horizontal"===i?"bottom":"left","");break;case"value":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case"values":for(this._animateOff=!0,this._refreshValue(),s=n-1;s>=0;s--)this._change(null,s);this._animateOff=!1;break;case"step":case"min":case"max":this._animateOff=!0,this._calculateNewMax(),this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_setOptionDisabled:function(t){this._super(t),this._toggleClass(null,"ui-state-disabled",!!t)},_value:function(){var t=this.options.value;return t=this._trimAlignValue(t)},_values:function(t){var e,i,s;if(arguments.length)return e=this.options.values[t],e=this._trimAlignValue(e);if(this._hasMultipleValues()){for(i=this.options.values.slice(),s=0;i.length>s;s+=1)i[s]=this._trimAlignValue(i[s]);return i}return[]},_trimAlignValue:function(t){if(this._valueMin()>=t)return this._valueMin();if(t>=this._valueMax())return this._valueMax();var e=this.options.step>0?this.options.step:1,i=(t-this._valueMin())%e,s=t-i;return 2*Math.abs(i)>=e&&(s+=i>0?e:-e),parseFloat(s.toFixed(5))},_calculateNewMax:function(){var t=this.options.max,e=this._valueMin(),i=this.options.step,s=Math.round((t-e)/i)*i;t=s+e,t>this.options.max&&(t-=i),this.max=parseFloat(t.toFixed(this._precision()))},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=""+t,i=e.indexOf(".");return-1===i?0:e.length-i-1},_valueMin:function(){return this.options.min},_valueMax:function(){return this.max},_refreshRange:function(t){"vertical"===t&&this.range.css({width:"",left:""}),"horizontal"===t&&this.range.css({height:"",bottom:""})},_refreshValue:function(){var e,i,s,n,o,a=this.options.range,r=this.options,h=this,l=this._animateOff?!1:r.animate,c={};this._hasMultipleValues()?this.handles.each(function(s){i=100*((h.values(s)-h._valueMin())/(h._valueMax()-h._valueMin())),c["horizontal"===h.orientation?"left":"bottom"]=i+"%",t(this).stop(1,1)[l?"animate":"css"](c,r.animate),h.options.range===!0&&("horizontal"===h.orientation?(0===s&&h.range.stop(1,1)[l?"animate":"css"]({left:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({width:i-e+"%"},{queue:!1,duration:r.animate})):(0===s&&h.range.stop(1,1)[l?"animate":"css"]({bottom:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({height:i-e+"%"},{queue:!1,duration:r.animate}))),e=i}):(s=this.value(),n=this._valueMin(),o=this._valueMax(),i=o!==n?100*((s-n)/(o-n)):0,c["horizontal"===this.orientation?"left":"bottom"]=i+"%",this.handle.stop(1,1)[l?"animate":"css"](c,r.animate),"min"===a&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:i+"%"},r.animate),"max"===a&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:100-i+"%"},r.animate),"min"===a&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:i+"%"},r.animate),"max"===a&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:100-i+"%"},r.animate))},_handleEvents:{keydown:function(e){var i,s,n,o,a=t(e.target).data("ui-slider-handle-index");switch(e.keyCode){case t.ui.keyCode.HOME:case t.ui.keyCode.END:case t.ui.keyCode.PAGE_UP:case t.ui.keyCode.PAGE_DOWN:case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(e.preventDefault(),!this._keySliding&&(this._keySliding=!0,this._addClass(t(e.target),null,"ui-state-active"),i=this._start(e,a),i===!1))return}switch(o=this.options.step,s=n=this._hasMultipleValues()?this.values(a):this.value(),e.keyCode){case t.ui.keyCode.HOME:n=this._valueMin();break;case t.ui.keyCode.END:n=this._valueMax();break;case t.ui.keyCode.PAGE_UP:n=this._trimAlignValue(s+(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.PAGE_DOWN:n=this._trimAlignValue(s-(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:if(s===this._valueMax())return;n=this._trimAlignValue(s+o);break;case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(s===this._valueMin())return;n=this._trimAlignValue(s-o)}this._slide(e,a,n)},keyup:function(e){var i=t(e.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(e,i),this._change(e,i),this._removeClass(t(e.target),null,"ui-state-active"))}}}),t.widget("ui.sortable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"sort",ready:!1,options:{appendTo:"parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:"original",items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_isOverAxis:function(t,e,i){return t>=e&&e+i>t},_isFloating:function(t){return/left|right/.test(t.css("float"))||/inline|table-cell/.test(t.css("display"))},_create:function(){this.containerCache={},this._addClass("ui-sortable"),this.refresh(),this.offset=this.element.offset(),this._mouseInit(),this._setHandleClassName(),this.ready=!0},_setOption:function(t,e){this._super(t,e),"handle"===t&&this._setHandleClassName()},_setHandleClassName:function(){var e=this;this._removeClass(this.element.find(".ui-sortable-handle"),"ui-sortable-handle"),t.each(this.items,function(){e._addClass(this.instance.options.handle?this.item.find(this.instance.options.handle):this.item,"ui-sortable-handle")})},_destroy:function(){this._mouseDestroy();for(var t=this.items.length-1;t>=0;t--)this.items[t].item.removeData(this.widgetName+"-item");return this},_mouseCapture:function(e,i){var s=null,n=!1,o=this;return this.reverting?!1:this.options.disabled||"static"===this.options.type?!1:(this._refreshItems(e),t(e.target).parents().each(function(){return t.data(this,o.widgetName+"-item")===o?(s=t(this),!1):void 0}),t.data(e.target,o.widgetName+"-item")===o&&(s=t(e.target)),s?!this.options.handle||i||(t(this.options.handle,s).find("*").addBack().each(function(){this===e.target&&(n=!0)}),n)?(this.currentItem=s,this._removeCurrentsFromItems(),!0):!1:!1)},_mouseStart:function(e,i,s){var n,o,a=this.options;if(this.currentContainer=this,this.refreshPositions(),this.helper=this._createHelper(e),this._cacheHelperProportions(),this._cacheMargins(),this.scrollParent=this.helper.scrollParent(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},t.extend(this.offset,{click:{left:e.pageX-this.offset.left,top:e.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),this.originalPosition=this._generatePosition(e),this.originalPageX=e.pageX,this.originalPageY=e.pageY,a.cursorAt&&this._adjustOffsetFromHelper(a.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),a.containment&&this._setContainment(),a.cursor&&"auto"!==a.cursor&&(o=this.document.find("body"),this.storedCursor=o.css("cursor"),o.css("cursor",a.cursor),this.storedStylesheet=t("<style>*{ cursor: "+a.cursor+" !important; }</style>").appendTo(o)),a.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",a.opacity)),a.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",a.zIndex)),this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",e,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!s)for(n=this.containers.length-1;n>=0;n--)this.containers[n]._trigger("activate",e,this._uiHash(this));return t.ui.ddmanager&&(t.ui.ddmanager.current=this),t.ui.ddmanager&&!a.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this.dragging=!0,this._addClass(this.helper,"ui-sortable-helper"),this._mouseDrag(e),!0},_mouseDrag:function(e){var i,s,n,o,a=this.options,r=!1;for(this.position=this._generatePosition(e),this.positionAbs=this._convertPositionTo("absolute"),this.lastPositionAbs||(this.lastPositionAbs=this.positionAbs),this.options.scroll&&(this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-e.pageY<a.scrollSensitivity?this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop+a.scrollSpeed:e.pageY-this.overflowOffset.top<a.scrollSensitivity&&(this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop-a.scrollSpeed),this.overflowOffset.left+this.scrollParent[0].offsetWidth-e.pageX<a.scrollSensitivity?this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft+a.scrollSpeed:e.pageX-this.overflowOffset.left<a.scrollSensitivity&&(this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft-a.scrollSpeed)):(e.pageY-this.document.scrollTop()<a.scrollSensitivity?r=this.document.scrollTop(this.document.scrollTop()-a.scrollSpeed):this.window.height()-(e.pageY-this.document.scrollTop())<a.scrollSensitivity&&(r=this.document.scrollTop(this.document.scrollTop()+a.scrollSpeed)),e.pageX-this.document.scrollLeft()<a.scrollSensitivity?r=this.document.scrollLeft(this.document.scrollLeft()-a.scrollSpeed):this.window.width()-(e.pageX-this.document.scrollLeft())<a.scrollSensitivity&&(r=this.document.scrollLeft(this.document.scrollLeft()+a.scrollSpeed))),r!==!1&&t.ui.ddmanager&&!a.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e)),this.positionAbs=this._convertPositionTo("absolute"),this.options.axis&&"y"===this.options.axis||(this.helper[0].style.left=this.position.left+"px"),this.options.axis&&"x"===this.options.axis||(this.helper[0].style.top=this.position.top+"px"),i=this.items.length-1;i>=0;i--)if(s=this.items[i],n=s.item[0],o=this._intersectsWithPointer(s),o&&s.instance===this.currentContainer&&n!==this.currentItem[0]&&this.placeholder[1===o?"next":"prev"]()[0]!==n&&!t.contains(this.placeholder[0],n)&&("semi-dynamic"===this.options.type?!t.contains(this.element[0],n):!0)){if(this.direction=1===o?"down":"up","pointer"!==this.options.tolerance&&!this._intersectsWithSides(s))break;this._rearrange(e,s),this._trigger("change",e,this._uiHash());break}return this._contactContainers(e),t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),this._trigger("sort",e,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(e,i){if(e){if(t.ui.ddmanager&&!this.options.dropBehaviour&&t.ui.ddmanager.drop(this,e),this.options.revert){var s=this,n=this.placeholder.offset(),o=this.options.axis,a={};o&&"x"!==o||(a.left=n.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollLeft)),o&&"y"!==o||(a.top=n.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,t(this.helper).animate(a,parseInt(this.options.revert,10)||500,function(){s._clear(e)})}else this._clear(e,i);return!1}},cancel:function(){if(this.dragging){this._mouseUp(new t.Event("mouseup",{target:null})),"original"===this.options.helper?(this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")):this.currentItem.show();for(var e=this.containers.length-1;e>=0;e--)this.containers[e]._trigger("deactivate",null,this._uiHash(this)),this.containers[e].containerCache.over&&(this.containers[e]._trigger("out",null,this._uiHash(this)),this.containers[e].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),"original"!==this.options.helper&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),t.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?t(this.domPosition.prev).after(this.currentItem):t(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(e){var i=this._getItemsAsjQuery(e&&e.connected),s=[];return e=e||{},t(i).each(function(){var i=(t(e.item||this).attr(e.attribute||"id")||"").match(e.expression||/(.+)[\-=_](.+)/);i&&s.push((e.key||i[1]+"[]")+"="+(e.key&&e.expression?i[1]:i[2]))}),!s.length&&e.key&&s.push(e.key+"="),s.join("&")},toArray:function(e){var i=this._getItemsAsjQuery(e&&e.connected),s=[];return e=e||{},i.each(function(){s.push(t(e.item||this).attr(e.attribute||"id")||"")}),s},_intersectsWith:function(t){var e=this.positionAbs.left,i=e+this.helperProportions.width,s=this.positionAbs.top,n=s+this.helperProportions.height,o=t.left,a=o+t.width,r=t.top,h=r+t.height,l=this.offset.click.top,c=this.offset.click.left,u="x"===this.options.axis||s+l>r&&h>s+l,d="y"===this.options.axis||e+c>o&&a>e+c,p=u&&d;return"pointer"===this.options.tolerance||this.options.forcePointerForContainers||"pointer"!==this.options.tolerance&&this.helperProportions[this.floating?"width":"height"]>t[this.floating?"width":"height"]?p:e+this.helperProportions.width/2>o&&a>i-this.helperProportions.width/2&&s+this.helperProportions.height/2>r&&h>n-this.helperProportions.height/2},_intersectsWithPointer:function(t){var e,i,s="x"===this.options.axis||this._isOverAxis(this.positionAbs.top+this.offset.click.top,t.top,t.height),n="y"===this.options.axis||this._isOverAxis(this.positionAbs.left+this.offset.click.left,t.left,t.width),o=s&&n;return o?(e=this._getDragVerticalDirection(),i=this._getDragHorizontalDirection(),this.floating?"right"===i||"down"===e?2:1:e&&("down"===e?2:1)):!1},_intersectsWithSides:function(t){var e=this._isOverAxis(this.positionAbs.top+this.offset.click.top,t.top+t.height/2,t.height),i=this._isOverAxis(this.positionAbs.left+this.offset.click.left,t.left+t.width/2,t.width),s=this._getDragVerticalDirection(),n=this._getDragHorizontalDirection();return this.floating&&n?"right"===n&&i||"left"===n&&!i:s&&("down"===s&&e||"up"===s&&!e)},_getDragVerticalDirection:function(){var t=this.positionAbs.top-this.lastPositionAbs.top;return 0!==t&&(t>0?"down":"up")},_getDragHorizontalDirection:function(){var t=this.positionAbs.left-this.lastPositionAbs.left;return 0!==t&&(t>0?"right":"left")},refresh:function(t){return this._refreshItems(t),this._setHandleClassName(),this.refreshPositions(),this},_connectWith:function(){var t=this.options;return t.connectWith.constructor===String?[t.connectWith]:t.connectWith},_getItemsAsjQuery:function(e){function i(){r.push(this)}var s,n,o,a,r=[],h=[],l=this._connectWith();if(l&&e)for(s=l.length-1;s>=0;s--)for(o=t(l[s],this.document[0]),n=o.length-1;n>=0;n--)a=t.data(o[n],this.widgetFullName),a&&a!==this&&!a.options.disabled&&h.push([t.isFunction(a.options.items)?a.options.items.call(a.element):t(a.options.items,a.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),a]);for(h.push([t.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):t(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]),s=h.length-1;s>=0;s--)h[s][0].each(i);return t(r)},_removeCurrentsFromItems:function(){var e=this.currentItem.find(":data("+this.widgetName+"-item)");this.items=t.grep(this.items,function(t){for(var i=0;e.length>i;i++)if(e[i]===t.item[0])return!1;return!0})},_refreshItems:function(e){this.items=[],this.containers=[this];var i,s,n,o,a,r,h,l,c=this.items,u=[[t.isFunction(this.options.items)?this.options.items.call(this.element[0],e,{item:this.currentItem}):t(this.options.items,this.element),this]],d=this._connectWith();if(d&&this.ready)for(i=d.length-1;i>=0;i--)for(n=t(d[i],this.document[0]),s=n.length-1;s>=0;s--)o=t.data(n[s],this.widgetFullName),o&&o!==this&&!o.options.disabled&&(u.push([t.isFunction(o.options.items)?o.options.items.call(o.element[0],e,{item:this.currentItem}):t(o.options.items,o.element),o]),this.containers.push(o));for(i=u.length-1;i>=0;i--)for(a=u[i][1],r=u[i][0],s=0,l=r.length;l>s;s++)h=t(r[s]),h.data(this.widgetName+"-item",a),c.push({item:h,instance:a,width:0,height:0,left:0,top:0})},refreshPositions:function(e){this.floating=this.items.length?"x"===this.options.axis||this._isFloating(this.items[0].item):!1,this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset());var i,s,n,o;for(i=this.items.length-1;i>=0;i--)s=this.items[i],s.instance!==this.currentContainer&&this.currentContainer&&s.item[0]!==this.currentItem[0]||(n=this.options.toleranceElement?t(this.options.toleranceElement,s.item):s.item,e||(s.width=n.outerWidth(),s.height=n.outerHeight()),o=n.offset(),s.left=o.left,s.top=o.top);if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(i=this.containers.length-1;i>=0;i--)o=this.containers[i].element.offset(),this.containers[i].containerCache.left=o.left,this.containers[i].containerCache.top=o.top,this.containers[i].containerCache.width=this.containers[i].element.outerWidth(),this.containers[i].containerCache.height=this.containers[i].element.outerHeight();return this},_createPlaceholder:function(e){e=e||this;var i,s=e.options;s.placeholder&&s.placeholder.constructor!==String||(i=s.placeholder,s.placeholder={element:function(){var s=e.currentItem[0].nodeName.toLowerCase(),n=t("<"+s+">",e.document[0]);return e._addClass(n,"ui-sortable-placeholder",i||e.currentItem[0].className)._removeClass(n,"ui-sortable-helper"),"tbody"===s?e._createTrPlaceholder(e.currentItem.find("tr").eq(0),t("<tr>",e.document[0]).appendTo(n)):"tr"===s?e._createTrPlaceholder(e.currentItem,n):"img"===s&&n.attr("src",e.currentItem.attr("src")),i||n.css("visibility","hidden"),n},update:function(t,n){(!i||s.forcePlaceholderSize)&&(n.height()||n.height(e.currentItem.innerHeight()-parseInt(e.currentItem.css("paddingTop")||0,10)-parseInt(e.currentItem.css("paddingBottom")||0,10)),n.width()||n.width(e.currentItem.innerWidth()-parseInt(e.currentItem.css("paddingLeft")||0,10)-parseInt(e.currentItem.css("paddingRight")||0,10)))}}),e.placeholder=t(s.placeholder.element.call(e.element,e.currentItem)),e.currentItem.after(e.placeholder),s.placeholder.update(e,e.placeholder)},_createTrPlaceholder:function(e,i){var s=this;e.children().each(function(){t("<td>&#160;</td>",s.document[0]).attr("colspan",t(this).attr("colspan")||1).appendTo(i)})},_contactContainers:function(e){var i,s,n,o,a,r,h,l,c,u,d=null,p=null;for(i=this.containers.length-1;i>=0;i--)if(!t.contains(this.currentItem[0],this.containers[i].element[0]))if(this._intersectsWith(this.containers[i].containerCache)){if(d&&t.contains(this.containers[i].element[0],d.element[0]))continue;d=this.containers[i],p=i}else this.containers[i].containerCache.over&&(this.containers[i]._trigger("out",e,this._uiHash(this)),this.containers[i].containerCache.over=0);if(d)if(1===this.containers.length)this.containers[p].containerCache.over||(this.containers[p]._trigger("over",e,this._uiHash(this)),this.containers[p].containerCache.over=1);else{for(n=1e4,o=null,c=d.floating||this._isFloating(this.currentItem),a=c?"left":"top",r=c?"width":"height",u=c?"pageX":"pageY",s=this.items.length-1;s>=0;s--)t.contains(this.containers[p].element[0],this.items[s].item[0])&&this.items[s].item[0]!==this.currentItem[0]&&(h=this.items[s].item.offset()[a],l=!1,e[u]-h>this.items[s][r]/2&&(l=!0),n>Math.abs(e[u]-h)&&(n=Math.abs(e[u]-h),o=this.items[s],this.direction=l?"up":"down"));if(!o&&!this.options.dropOnEmpty)return;if(this.currentContainer===this.containers[p])return this.currentContainer.containerCache.over||(this.containers[p]._trigger("over",e,this._uiHash()),this.currentContainer.containerCache.over=1),void 0;o?this._rearrange(e,o,null,!0):this._rearrange(e,null,this.containers[p].element,!0),this._trigger("change",e,this._uiHash()),this.containers[p]._trigger("change",e,this._uiHash(this)),this.currentContainer=this.containers[p],this.options.placeholder.update(this.currentContainer,this.placeholder),this.containers[p]._trigger("over",e,this._uiHash(this)),this.containers[p].containerCache.over=1}},_createHelper:function(e){var i=this.options,s=t.isFunction(i.helper)?t(i.helper.apply(this.element[0],[e,this.currentItem])):"clone"===i.helper?this.currentItem.clone():this.currentItem;return s.parents("body").length||t("parent"!==i.appendTo?i.appendTo:this.currentItem[0].parentNode)[0].appendChild(s[0]),s[0]===this.currentItem[0]&&(this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}),(!s[0].style.width||i.forceHelperSize)&&s.width(this.currentItem.width()),(!s[0].style.height||i.forceHelperSize)&&s.height(this.currentItem.height()),s},_adjustOffsetFromHelper:function(e){"string"==typeof e&&(e=e.split(" ")),t.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var e=this.offsetParent.offset();return"absolute"===this.cssPosition&&this.scrollParent[0]!==this.document[0]&&t.contains(this.scrollParent[0],this.offsetParent[0])&&(e.left+=this.scrollParent.scrollLeft(),e.top+=this.scrollParent.scrollTop()),(this.offsetParent[0]===this.document[0].body||this.offsetParent[0].tagName&&"html"===this.offsetParent[0].tagName.toLowerCase()&&t.ui.ie)&&(e={top:0,left:0}),{top:e.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:e.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"===this.cssPosition){var t=this.currentItem.position();return{top:t.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:t.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e,i,s,n=this.options;"parent"===n.containment&&(n.containment=this.helper[0].parentNode),("document"===n.containment||"window"===n.containment)&&(this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,"document"===n.containment?this.document.width():this.window.width()-this.helperProportions.width-this.margins.left,("document"===n.containment?this.document.height()||document.body.parentNode.scrollHeight:this.window.height()||this.document[0].body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]),/^(document|window|parent)$/.test(n.containment)||(e=t(n.containment)[0],i=t(n.containment).offset(),s="hidden"!==t(e).css("overflow"),this.containment=[i.left+(parseInt(t(e).css("borderLeftWidth"),10)||0)+(parseInt(t(e).css("paddingLeft"),10)||0)-this.margins.left,i.top+(parseInt(t(e).css("borderTopWidth"),10)||0)+(parseInt(t(e).css("paddingTop"),10)||0)-this.margins.top,i.left+(s?Math.max(e.scrollWidth,e.offsetWidth):e.offsetWidth)-(parseInt(t(e).css("borderLeftWidth"),10)||0)-(parseInt(t(e).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,i.top+(s?Math.max(e.scrollHeight,e.offsetHeight):e.offsetHeight)-(parseInt(t(e).css("borderTopWidth"),10)||0)-(parseInt(t(e).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top])},_convertPositionTo:function(e,i){i||(i=this.position);var s="absolute"===e?1:-1,n="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&t.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,o=/(html|body)/i.test(n[0].tagName);return{top:i.top+this.offset.relative.top*s+this.offset.parent.top*s-("fixed"===this.cssPosition?-this.scrollParent.scrollTop():o?0:n.scrollTop())*s,left:i.left+this.offset.relative.left*s+this.offset.parent.left*s-("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():o?0:n.scrollLeft())*s}},_generatePosition:function(e){var i,s,n=this.options,o=e.pageX,a=e.pageY,r="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&t.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,h=/(html|body)/i.test(r[0].tagName);return"relative"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&this.scrollParent[0]!==this.offsetParent[0]||(this.offset.relative=this._getRelativeOffset()),this.originalPosition&&(this.containment&&(e.pageX-this.offset.click.left<this.containment[0]&&(o=this.containment[0]+this.offset.click.left),e.pageY-this.offset.click.top<this.containment[1]&&(a=this.containment[1]+this.offset.click.top),e.pageX-this.offset.click.left>this.containment[2]&&(o=this.containment[2]+this.offset.click.left),e.pageY-this.offset.click.top>this.containment[3]&&(a=this.containment[3]+this.offset.click.top)),n.grid&&(i=this.originalPageY+Math.round((a-this.originalPageY)/n.grid[1])*n.grid[1],a=this.containment?i-this.offset.click.top>=this.containment[1]&&i-this.offset.click.top<=this.containment[3]?i:i-this.offset.click.top>=this.containment[1]?i-n.grid[1]:i+n.grid[1]:i,s=this.originalPageX+Math.round((o-this.originalPageX)/n.grid[0])*n.grid[0],o=this.containment?s-this.offset.click.left>=this.containment[0]&&s-this.offset.click.left<=this.containment[2]?s:s-this.offset.click.left>=this.containment[0]?s-n.grid[0]:s+n.grid[0]:s)),{top:a-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():h?0:r.scrollTop()),left:o-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():h?0:r.scrollLeft())}},_rearrange:function(t,e,i,s){i?i[0].appendChild(this.placeholder[0]):e.item[0].parentNode.insertBefore(this.placeholder[0],"down"===this.direction?e.item[0]:e.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var n=this.counter;
13
+this._delay(function(){n===this.counter&&this.refreshPositions(!s)})},_clear:function(t,e){function i(t,e,i){return function(s){i._trigger(t,s,e._uiHash(e))}}this.reverting=!1;var s,n=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(s in this._storedCSS)("auto"===this._storedCSS[s]||"static"===this._storedCSS[s])&&(this._storedCSS[s]="");this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")}else this.currentItem.show();for(this.fromOutside&&!e&&n.push(function(t){this._trigger("receive",t,this._uiHash(this.fromOutside))}),!this.fromOutside&&this.domPosition.prev===this.currentItem.prev().not(".ui-sortable-helper")[0]&&this.domPosition.parent===this.currentItem.parent()[0]||e||n.push(function(t){this._trigger("update",t,this._uiHash())}),this!==this.currentContainer&&(e||(n.push(function(t){this._trigger("remove",t,this._uiHash())}),n.push(function(t){return function(e){t._trigger("receive",e,this._uiHash(this))}}.call(this,this.currentContainer)),n.push(function(t){return function(e){t._trigger("update",e,this._uiHash(this))}}.call(this,this.currentContainer)))),s=this.containers.length-1;s>=0;s--)e||n.push(i("deactivate",this,this.containers[s])),this.containers[s].containerCache.over&&(n.push(i("out",this,this.containers[s])),this.containers[s].containerCache.over=0);if(this.storedCursor&&(this.document.find("body").css("cursor",this.storedCursor),this.storedStylesheet.remove()),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex","auto"===this._storedZIndex?"":this._storedZIndex),this.dragging=!1,e||this._trigger("beforeStop",t,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.cancelHelperRemoval||(this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null),!e){for(s=0;n.length>s;s++)n[s].call(this,t);this._trigger("stop",t,this._uiHash())}return this.fromOutside=!1,!this.cancelHelperRemoval},_trigger:function(){t.Widget.prototype._trigger.apply(this,arguments)===!1&&this.cancel()},_uiHash:function(e){var i=e||this;return{helper:i.helper,placeholder:i.placeholder||t([]),position:i.position,originalPosition:i.originalPosition,offset:i.positionAbs,item:i.currentItem,sender:e?e.element:null}}}),t.widget("ui.spinner",{version:"1.12.1",defaultElement:"<input>",widgetEventPrefix:"spin",options:{classes:{"ui-spinner":"ui-corner-all","ui-spinner-down":"ui-corner-br","ui-spinner-up":"ui-corner-tr"},culture:null,icons:{down:"ui-icon-triangle-1-s",up:"ui-icon-triangle-1-n"},incremental:!0,max:null,min:null,numberFormat:null,page:10,step:1,change:null,spin:null,start:null,stop:null},_create:function(){this._setOption("max",this.options.max),this._setOption("min",this.options.min),this._setOption("step",this.options.step),""!==this.value()&&this._value(this.element.val(),!0),this._draw(),this._on(this._events),this._refresh(),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_getCreateOptions:function(){var e=this._super(),i=this.element;return t.each(["min","max","step"],function(t,s){var n=i.attr(s);null!=n&&n.length&&(e[s]=n)}),e},_events:{keydown:function(t){this._start(t)&&this._keydown(t)&&t.preventDefault()},keyup:"_stop",focus:function(){this.previous=this.element.val()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(this._stop(),this._refresh(),this.previous!==this.element.val()&&this._trigger("change",t),void 0)},mousewheel:function(t,e){if(e){if(!this.spinning&&!this._start(t))return!1;this._spin((e>0?1:-1)*this.options.step,t),clearTimeout(this.mousewheelTimer),this.mousewheelTimer=this._delay(function(){this.spinning&&this._stop(t)},100),t.preventDefault()}},"mousedown .ui-spinner-button":function(e){function i(){var e=this.element[0]===t.ui.safeActiveElement(this.document[0]);e||(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s}))}var s;s=this.element[0]===t.ui.safeActiveElement(this.document[0])?this.previous:this.element.val(),e.preventDefault(),i.call(this),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,i.call(this)}),this._start(e)!==!1&&this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e)},"mouseup .ui-spinner-button":"_stop","mouseenter .ui-spinner-button":function(e){return t(e.currentTarget).hasClass("ui-state-active")?this._start(e)===!1?!1:(this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e),void 0):void 0},"mouseleave .ui-spinner-button":"_stop"},_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap("<span>").parent().append("<a></a><a></a>")},_draw:function(){this._enhance(),this._addClass(this.uiSpinner,"ui-spinner","ui-widget ui-widget-content"),this._addClass("ui-spinner-input"),this.element.attr("role","spinbutton"),this.buttons=this.uiSpinner.children("a").attr("tabIndex",-1).attr("aria-hidden",!0).button({classes:{"ui-button":""}}),this._removeClass(this.buttons,"ui-corner-all"),this._addClass(this.buttons.first(),"ui-spinner-button ui-spinner-up"),this._addClass(this.buttons.last(),"ui-spinner-button ui-spinner-down"),this.buttons.first().button({icon:this.options.icons.up,showLabel:!1}),this.buttons.last().button({icon:this.options.icons.down,showLabel:!1}),this.buttons.height()>Math.ceil(.5*this.uiSpinner.height())&&this.uiSpinner.height()>0&&this.uiSpinner.height(this.uiSpinner.height())},_keydown:function(e){var i=this.options,s=t.ui.keyCode;switch(e.keyCode){case s.UP:return this._repeat(null,1,e),!0;case s.DOWN:return this._repeat(null,-1,e),!0;case s.PAGE_UP:return this._repeat(null,i.page,e),!0;case s.PAGE_DOWN:return this._repeat(null,-i.page,e),!0}return!1},_start:function(t){return this.spinning||this._trigger("start",t)!==!1?(this.counter||(this.counter=1),this.spinning=!0,!0):!1},_repeat:function(t,e,i){t=t||500,clearTimeout(this.timer),this.timer=this._delay(function(){this._repeat(40,e,i)},t),this._spin(e*this.options.step,i)},_spin:function(t,e){var i=this.value()||0;this.counter||(this.counter=1),i=this._adjustValue(i+t*this._increment(this.counter)),this.spinning&&this._trigger("spin",e,{value:i})===!1||(this._value(i),this.counter++)},_increment:function(e){var i=this.options.incremental;return i?t.isFunction(i)?i(e):Math.floor(e*e*e/5e4-e*e/500+17*e/200+1):1},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=""+t,i=e.indexOf(".");return-1===i?0:e.length-i-1},_adjustValue:function(t){var e,i,s=this.options;return e=null!==s.min?s.min:0,i=t-e,i=Math.round(i/s.step)*s.step,t=e+i,t=parseFloat(t.toFixed(this._precision())),null!==s.max&&t>s.max?s.max:null!==s.min&&s.min>t?s.min:t},_stop:function(t){this.spinning&&(clearTimeout(this.timer),clearTimeout(this.mousewheelTimer),this.counter=0,this.spinning=!1,this._trigger("stop",t))},_setOption:function(t,e){var i,s,n;return"culture"===t||"numberFormat"===t?(i=this._parse(this.element.val()),this.options[t]=e,this.element.val(this._format(i)),void 0):(("max"===t||"min"===t||"step"===t)&&"string"==typeof e&&(e=this._parse(e)),"icons"===t&&(s=this.buttons.first().find(".ui-icon"),this._removeClass(s,null,this.options.icons.up),this._addClass(s,null,e.up),n=this.buttons.last().find(".ui-icon"),this._removeClass(n,null,this.options.icons.down),this._addClass(n,null,e.down)),this._super(t,e),void 0)},_setOptionDisabled:function(t){this._super(t),this._toggleClass(this.uiSpinner,null,"ui-state-disabled",!!t),this.element.prop("disabled",!!t),this.buttons.button(t?"disable":"enable")},_setOptions:r(function(t){this._super(t)}),_parse:function(t){return"string"==typeof t&&""!==t&&(t=window.Globalize&&this.options.numberFormat?Globalize.parseFloat(t,10,this.options.culture):+t),""===t||isNaN(t)?null:t},_format:function(t){return""===t?"":window.Globalize&&this.options.numberFormat?Globalize.format(t,this.options.numberFormat,this.options.culture):t},_refresh:function(){this.element.attr({"aria-valuemin":this.options.min,"aria-valuemax":this.options.max,"aria-valuenow":this._parse(this.element.val())})},isValid:function(){var t=this.value();return null===t?!1:t===this._adjustValue(t)},_value:function(t,e){var i;""!==t&&(i=this._parse(t),null!==i&&(e||(i=this._adjustValue(i)),t=this._format(i))),this.element.val(t),this._refresh()},_destroy:function(){this.element.prop("disabled",!1).removeAttr("autocomplete role aria-valuemin aria-valuemax aria-valuenow"),this.uiSpinner.replaceWith(this.element)},stepUp:r(function(t){this._stepUp(t)}),_stepUp:function(t){this._start()&&(this._spin((t||1)*this.options.step),this._stop())},stepDown:r(function(t){this._stepDown(t)}),_stepDown:function(t){this._start()&&(this._spin((t||1)*-this.options.step),this._stop())},pageUp:r(function(t){this._stepUp((t||1)*this.options.page)}),pageDown:r(function(t){this._stepDown((t||1)*this.options.page)}),value:function(t){return arguments.length?(r(this._value).call(this,t),void 0):this._parse(this.element.val())},widget:function(){return this.uiSpinner}}),t.uiBackCompat!==!1&&t.widget("ui.spinner",t.ui.spinner,{_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap(this._uiSpinnerHtml()).parent().append(this._buttonHtml())},_uiSpinnerHtml:function(){return"<span>"},_buttonHtml:function(){return"<a></a><a></a>"}}),t.ui.spinner,t.widget("ui.tabs",{version:"1.12.1",delay:300,options:{active:null,classes:{"ui-tabs":"ui-corner-all","ui-tabs-nav":"ui-corner-all","ui-tabs-panel":"ui-corner-bottom","ui-tabs-tab":"ui-corner-top"},collapsible:!1,event:"click",heightStyle:"content",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_isLocal:function(){var t=/#.*$/;return function(e){var i,s;i=e.href.replace(t,""),s=location.href.replace(t,"");try{i=decodeURIComponent(i)}catch(n){}try{s=decodeURIComponent(s)}catch(n){}return e.hash.length>1&&i===s}}(),_create:function(){var e=this,i=this.options;this.running=!1,this._addClass("ui-tabs","ui-widget ui-widget-content"),this._toggleClass("ui-tabs-collapsible",null,i.collapsible),this._processTabs(),i.active=this._initialActive(),t.isArray(i.disabled)&&(i.disabled=t.unique(i.disabled.concat(t.map(this.tabs.filter(".ui-state-disabled"),function(t){return e.tabs.index(t)}))).sort()),this.active=this.options.active!==!1&&this.anchors.length?this._findActive(i.active):t(),this._refresh(),this.active.length&&this.load(i.active)},_initialActive:function(){var e=this.options.active,i=this.options.collapsible,s=location.hash.substring(1);return null===e&&(s&&this.tabs.each(function(i,n){return t(n).attr("aria-controls")===s?(e=i,!1):void 0}),null===e&&(e=this.tabs.index(this.tabs.filter(".ui-tabs-active"))),(null===e||-1===e)&&(e=this.tabs.length?0:!1)),e!==!1&&(e=this.tabs.index(this.tabs.eq(e)),-1===e&&(e=i?!1:0)),!i&&e===!1&&this.anchors.length&&(e=0),e},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):t()}},_tabKeydown:function(e){var i=t(t.ui.safeActiveElement(this.document[0])).closest("li"),s=this.tabs.index(i),n=!0;if(!this._handlePageNav(e)){switch(e.keyCode){case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:s++;break;case t.ui.keyCode.UP:case t.ui.keyCode.LEFT:n=!1,s--;break;case t.ui.keyCode.END:s=this.anchors.length-1;break;case t.ui.keyCode.HOME:s=0;break;case t.ui.keyCode.SPACE:return e.preventDefault(),clearTimeout(this.activating),this._activate(s),void 0;case t.ui.keyCode.ENTER:return e.preventDefault(),clearTimeout(this.activating),this._activate(s===this.options.active?!1:s),void 0;default:return}e.preventDefault(),clearTimeout(this.activating),s=this._focusNextTab(s,n),e.ctrlKey||e.metaKey||(i.attr("aria-selected","false"),this.tabs.eq(s).attr("aria-selected","true"),this.activating=this._delay(function(){this.option("active",s)},this.delay))}},_panelKeydown:function(e){this._handlePageNav(e)||e.ctrlKey&&e.keyCode===t.ui.keyCode.UP&&(e.preventDefault(),this.active.trigger("focus"))},_handlePageNav:function(e){return e.altKey&&e.keyCode===t.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):e.altKey&&e.keyCode===t.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):void 0},_findNextTab:function(e,i){function s(){return e>n&&(e=0),0>e&&(e=n),e}for(var n=this.tabs.length-1;-1!==t.inArray(s(),this.options.disabled);)e=i?e+1:e-1;return e},_focusNextTab:function(t,e){return t=this._findNextTab(t,e),this.tabs.eq(t).trigger("focus"),t},_setOption:function(t,e){return"active"===t?(this._activate(e),void 0):(this._super(t,e),"collapsible"===t&&(this._toggleClass("ui-tabs-collapsible",null,e),e||this.options.active!==!1||this._activate(0)),"event"===t&&this._setupEvents(e),"heightStyle"===t&&this._setupHeightStyle(e),void 0)},_sanitizeSelector:function(t){return t?t.replace(/[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:function(){var e=this.options,i=this.tablist.children(":has(a[href])");e.disabled=t.map(i.filter(".ui-state-disabled"),function(t){return i.index(t)}),this._processTabs(),e.active!==!1&&this.anchors.length?this.active.length&&!t.contains(this.tablist[0],this.active[0])?this.tabs.length===e.disabled.length?(e.active=!1,this.active=t()):this._activate(this._findNextTab(Math.max(0,e.active-1),!1)):e.active=this.tabs.index(this.active):(e.active=!1,this.active=t()),this._refresh()},_refresh:function(){this._setOptionDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({"aria-hidden":"true"}),this.active.length?(this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}),this._addClass(this.active,"ui-tabs-active","ui-state-active"),this._getPanelForTab(this.active).show().attr({"aria-hidden":"false"})):this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var e=this,i=this.tabs,s=this.anchors,n=this.panels;this.tablist=this._getList().attr("role","tablist"),this._addClass(this.tablist,"ui-tabs-nav","ui-helper-reset ui-helper-clearfix ui-widget-header"),this.tablist.on("mousedown"+this.eventNamespace,"> li",function(e){t(this).is(".ui-state-disabled")&&e.preventDefault()}).on("focus"+this.eventNamespace,".ui-tabs-anchor",function(){t(this).closest("li").is(".ui-state-disabled")&&this.blur()}),this.tabs=this.tablist.find("> li:has(a[href])").attr({role:"tab",tabIndex:-1}),this._addClass(this.tabs,"ui-tabs-tab","ui-state-default"),this.anchors=this.tabs.map(function(){return t("a",this)[0]}).attr({role:"presentation",tabIndex:-1}),this._addClass(this.anchors,"ui-tabs-anchor"),this.panels=t(),this.anchors.each(function(i,s){var n,o,a,r=t(s).uniqueId().attr("id"),h=t(s).closest("li"),l=h.attr("aria-controls");e._isLocal(s)?(n=s.hash,a=n.substring(1),o=e.element.find(e._sanitizeSelector(n))):(a=h.attr("aria-controls")||t({}).uniqueId()[0].id,n="#"+a,o=e.element.find(n),o.length||(o=e._createPanel(a),o.insertAfter(e.panels[i-1]||e.tablist)),o.attr("aria-live","polite")),o.length&&(e.panels=e.panels.add(o)),l&&h.data("ui-tabs-aria-controls",l),h.attr({"aria-controls":a,"aria-labelledby":r}),o.attr("aria-labelledby",r)}),this.panels.attr("role","tabpanel"),this._addClass(this.panels,"ui-tabs-panel","ui-widget-content"),i&&(this._off(i.not(this.tabs)),this._off(s.not(this.anchors)),this._off(n.not(this.panels)))},_getList:function(){return this.tablist||this.element.find("ol, ul").eq(0)},_createPanel:function(e){return t("<div>").attr("id",e).data("ui-tabs-destroy",!0)},_setOptionDisabled:function(e){var i,s,n;for(t.isArray(e)&&(e.length?e.length===this.anchors.length&&(e=!0):e=!1),n=0;s=this.tabs[n];n++)i=t(s),e===!0||-1!==t.inArray(n,e)?(i.attr("aria-disabled","true"),this._addClass(i,null,"ui-state-disabled")):(i.removeAttr("aria-disabled"),this._removeClass(i,null,"ui-state-disabled"));this.options.disabled=e,this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,e===!0)},_setupEvents:function(e){var i={};e&&t.each(e.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(t){t.preventDefault()}}),this._on(this.anchors,i),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(e){var i,s=this.element.parent();"fill"===e?(i=s.height(),i-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each(function(){var e=t(this),s=e.css("position");"absolute"!==s&&"fixed"!==s&&(i-=e.outerHeight(!0))}),this.element.children().not(this.panels).each(function(){i-=t(this).outerHeight(!0)}),this.panels.each(function(){t(this).height(Math.max(0,i-t(this).innerHeight()+t(this).height()))}).css("overflow","auto")):"auto"===e&&(i=0,this.panels.each(function(){i=Math.max(i,t(this).height("").height())}).height(i))},_eventHandler:function(e){var i=this.options,s=this.active,n=t(e.currentTarget),o=n.closest("li"),a=o[0]===s[0],r=a&&i.collapsible,h=r?t():this._getPanelForTab(o),l=s.length?this._getPanelForTab(s):t(),c={oldTab:s,oldPanel:l,newTab:r?t():o,newPanel:h};e.preventDefault(),o.hasClass("ui-state-disabled")||o.hasClass("ui-tabs-loading")||this.running||a&&!i.collapsible||this._trigger("beforeActivate",e,c)===!1||(i.active=r?!1:this.tabs.index(o),this.active=a?t():o,this.xhr&&this.xhr.abort(),l.length||h.length||t.error("jQuery UI Tabs: Mismatching fragment identifier."),h.length&&this.load(this.tabs.index(o),e),this._toggle(e,c))},_toggle:function(e,i){function s(){o.running=!1,o._trigger("activate",e,i)}function n(){o._addClass(i.newTab.closest("li"),"ui-tabs-active","ui-state-active"),a.length&&o.options.show?o._show(a,o.options.show,s):(a.show(),s())}var o=this,a=i.newPanel,r=i.oldPanel;this.running=!0,r.length&&this.options.hide?this._hide(r,this.options.hide,function(){o._removeClass(i.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),n()}):(this._removeClass(i.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),r.hide(),n()),r.attr("aria-hidden","true"),i.oldTab.attr({"aria-selected":"false","aria-expanded":"false"}),a.length&&r.length?i.oldTab.attr("tabIndex",-1):a.length&&this.tabs.filter(function(){return 0===t(this).attr("tabIndex")}).attr("tabIndex",-1),a.attr("aria-hidden","false"),i.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(e){var i,s=this._findActive(e);s[0]!==this.active[0]&&(s.length||(s=this.active),i=s.find(".ui-tabs-anchor")[0],this._eventHandler({target:i,currentTarget:i,preventDefault:t.noop}))},_findActive:function(e){return e===!1?t():this.tabs.eq(e)},_getIndex:function(e){return"string"==typeof e&&(e=this.anchors.index(this.anchors.filter("[href$='"+t.ui.escapeSelector(e)+"']"))),e},_destroy:function(){this.xhr&&this.xhr.abort(),this.tablist.removeAttr("role").off(this.eventNamespace),this.anchors.removeAttr("role tabIndex").removeUniqueId(),this.tabs.add(this.panels).each(function(){t.data(this,"ui-tabs-destroy")?t(this).remove():t(this).removeAttr("role tabIndex aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded")}),this.tabs.each(function(){var e=t(this),i=e.data("ui-tabs-aria-controls");i?e.attr("aria-controls",i).removeData("ui-tabs-aria-controls"):e.removeAttr("aria-controls")}),this.panels.show(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(e){var i=this.options.disabled;i!==!1&&(void 0===e?i=!1:(e=this._getIndex(e),i=t.isArray(i)?t.map(i,function(t){return t!==e?t:null}):t.map(this.tabs,function(t,i){return i!==e?i:null})),this._setOptionDisabled(i))},disable:function(e){var i=this.options.disabled;if(i!==!0){if(void 0===e)i=!0;else{if(e=this._getIndex(e),-1!==t.inArray(e,i))return;i=t.isArray(i)?t.merge([e],i).sort():[e]}this._setOptionDisabled(i)}},load:function(e,i){e=this._getIndex(e);var s=this,n=this.tabs.eq(e),o=n.find(".ui-tabs-anchor"),a=this._getPanelForTab(n),r={tab:n,panel:a},h=function(t,e){"abort"===e&&s.panels.stop(!1,!0),s._removeClass(n,"ui-tabs-loading"),a.removeAttr("aria-busy"),t===s.xhr&&delete s.xhr};this._isLocal(o[0])||(this.xhr=t.ajax(this._ajaxSettings(o,i,r)),this.xhr&&"canceled"!==this.xhr.statusText&&(this._addClass(n,"ui-tabs-loading"),a.attr("aria-busy","true"),this.xhr.done(function(t,e,n){setTimeout(function(){a.html(t),s._trigger("load",i,r),h(n,e)},1)}).fail(function(t,e){setTimeout(function(){h(t,e)},1)})))},_ajaxSettings:function(e,i,s){var n=this;return{url:e.attr("href").replace(/#.*$/,""),beforeSend:function(e,o){return n._trigger("beforeLoad",i,t.extend({jqXHR:e,ajaxSettings:o},s))}}},_getPanelForTab:function(e){var i=t(e).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+i))}}),t.uiBackCompat!==!1&&t.widget("ui.tabs",t.ui.tabs,{_processTabs:function(){this._superApply(arguments),this._addClass(this.tabs,"ui-tab")}}),t.ui.tabs,t.widget("ui.tooltip",{version:"1.12.1",options:{classes:{"ui-tooltip":"ui-corner-all ui-widget-shadow"},content:function(){var e=t(this).attr("title")||"";return t("<a>").text(e).html()},hide:!0,items:"[title]:not([disabled])",position:{my:"left top+15",at:"left bottom",collision:"flipfit flip"},show:!0,track:!1,close:null,open:null},_addDescribedBy:function(e,i){var s=(e.attr("aria-describedby")||"").split(/\s+/);s.push(i),e.data("ui-tooltip-id",i).attr("aria-describedby",t.trim(s.join(" ")))},_removeDescribedBy:function(e){var i=e.data("ui-tooltip-id"),s=(e.attr("aria-describedby")||"").split(/\s+/),n=t.inArray(i,s);-1!==n&&s.splice(n,1),e.removeData("ui-tooltip-id"),s=t.trim(s.join(" ")),s?e.attr("aria-describedby",s):e.removeAttr("aria-describedby")},_create:function(){this._on({mouseover:"open",focusin:"open"}),this.tooltips={},this.parents={},this.liveRegion=t("<div>").attr({role:"log","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this.disabledTitles=t([])},_setOption:function(e,i){var s=this;this._super(e,i),"content"===e&&t.each(this.tooltips,function(t,e){s._updateContent(e.element)})},_setOptionDisabled:function(t){this[t?"_disable":"_enable"]()},_disable:function(){var e=this;t.each(this.tooltips,function(i,s){var n=t.Event("blur");n.target=n.currentTarget=s.element[0],e.close(n,!0)}),this.disabledTitles=this.disabledTitles.add(this.element.find(this.options.items).addBack().filter(function(){var e=t(this);return e.is("[title]")?e.data("ui-tooltip-title",e.attr("title")).removeAttr("title"):void 0}))},_enable:function(){this.disabledTitles.each(function(){var e=t(this);e.data("ui-tooltip-title")&&e.attr("title",e.data("ui-tooltip-title"))}),this.disabledTitles=t([])},open:function(e){var i=this,s=t(e?e.target:this.element).closest(this.options.items);s.length&&!s.data("ui-tooltip-id")&&(s.attr("title")&&s.data("ui-tooltip-title",s.attr("title")),s.data("ui-tooltip-open",!0),e&&"mouseover"===e.type&&s.parents().each(function(){var e,s=t(this);s.data("ui-tooltip-open")&&(e=t.Event("blur"),e.target=e.currentTarget=this,i.close(e,!0)),s.attr("title")&&(s.uniqueId(),i.parents[this.id]={element:this,title:s.attr("title")},s.attr("title",""))}),this._registerCloseHandlers(e,s),this._updateContent(s,e))},_updateContent:function(t,e){var i,s=this.options.content,n=this,o=e?e.type:null;return"string"==typeof s||s.nodeType||s.jquery?this._open(e,t,s):(i=s.call(t[0],function(i){n._delay(function(){t.data("ui-tooltip-open")&&(e&&(e.type=o),this._open(e,t,i))})}),i&&this._open(e,t,i),void 0)},_open:function(e,i,s){function n(t){l.of=t,a.is(":hidden")||a.position(l)}var o,a,r,h,l=t.extend({},this.options.position);if(s){if(o=this._find(i))return o.tooltip.find(".ui-tooltip-content").html(s),void 0;i.is("[title]")&&(e&&"mouseover"===e.type?i.attr("title",""):i.removeAttr("title")),o=this._tooltip(i),a=o.tooltip,this._addDescribedBy(i,a.attr("id")),a.find(".ui-tooltip-content").html(s),this.liveRegion.children().hide(),h=t("<div>").html(a.find(".ui-tooltip-content").html()),h.removeAttr("name").find("[name]").removeAttr("name"),h.removeAttr("id").find("[id]").removeAttr("id"),h.appendTo(this.liveRegion),this.options.track&&e&&/^mouse/.test(e.type)?(this._on(this.document,{mousemove:n}),n(e)):a.position(t.extend({of:i},this.options.position)),a.hide(),this._show(a,this.options.show),this.options.track&&this.options.show&&this.options.show.delay&&(r=this.delayedShow=setInterval(function(){a.is(":visible")&&(n(l.of),clearInterval(r))},t.fx.interval)),this._trigger("open",e,{tooltip:a})}},_registerCloseHandlers:function(e,i){var s={keyup:function(e){if(e.keyCode===t.ui.keyCode.ESCAPE){var s=t.Event(e);s.currentTarget=i[0],this.close(s,!0)}}};i[0]!==this.element[0]&&(s.remove=function(){this._removeTooltip(this._find(i).tooltip)}),e&&"mouseover"!==e.type||(s.mouseleave="close"),e&&"focusin"!==e.type||(s.focusout="close"),this._on(!0,i,s)},close:function(e){var i,s=this,n=t(e?e.currentTarget:this.element),o=this._find(n);return o?(i=o.tooltip,o.closing||(clearInterval(this.delayedShow),n.data("ui-tooltip-title")&&!n.attr("title")&&n.attr("title",n.data("ui-tooltip-title")),this._removeDescribedBy(n),o.hiding=!0,i.stop(!0),this._hide(i,this.options.hide,function(){s._removeTooltip(t(this))}),n.removeData("ui-tooltip-open"),this._off(n,"mouseleave focusout keyup"),n[0]!==this.element[0]&&this._off(n,"remove"),this._off(this.document,"mousemove"),e&&"mouseleave"===e.type&&t.each(this.parents,function(e,i){t(i.element).attr("title",i.title),delete s.parents[e]}),o.closing=!0,this._trigger("close",e,{tooltip:i}),o.hiding||(o.closing=!1)),void 0):(n.removeData("ui-tooltip-open"),void 0)},_tooltip:function(e){var i=t("<div>").attr("role","tooltip"),s=t("<div>").appendTo(i),n=i.uniqueId().attr("id");return this._addClass(s,"ui-tooltip-content"),this._addClass(i,"ui-tooltip","ui-widget ui-widget-content"),i.appendTo(this._appendTo(e)),this.tooltips[n]={element:e,tooltip:i}},_find:function(t){var e=t.data("ui-tooltip-id");return e?this.tooltips[e]:null},_removeTooltip:function(t){t.remove(),delete this.tooltips[t.attr("id")]},_appendTo:function(t){var e=t.closest(".ui-front, dialog");return e.length||(e=this.document[0].body),e},_destroy:function(){var e=this;t.each(this.tooltips,function(i,s){var n=t.Event("blur"),o=s.element;n.target=n.currentTarget=o[0],e.close(n,!0),t("#"+i).remove(),o.data("ui-tooltip-title")&&(o.attr("title")||o.attr("title",o.data("ui-tooltip-title")),o.removeData("ui-tooltip-title"))}),this.liveRegion.remove()}}),t.uiBackCompat!==!1&&t.widget("ui.tooltip",t.ui.tooltip,{options:{tooltipClass:null},_tooltip:function(){var t=this._superApply(arguments);return this.options.tooltipClass&&t.tooltip.addClass(this.options.tooltipClass),t}}),t.ui.tooltip});
0 14
\ No newline at end of file
... ...
@@ -0,0 +1,886 @@
1
+/*!
2
+ * jQuery UI CSS Framework 1.12.1
3
+ * http://jqueryui.com
4
+ *
5
+ * Copyright jQuery Foundation and other contributors
6
+ * Released under the MIT license.
7
+ * http://jquery.org/license
8
+ *
9
+ * http://api.jqueryui.com/category/theming/
10
+ */
11
+/* Layout helpers
12
+----------------------------------*/
13
+.ui-helper-hidden {
14
+	display: none;
15
+}
16
+.ui-helper-hidden-accessible {
17
+	border: 0;
18
+	clip: rect(0 0 0 0);
19
+	height: 1px;
20
+	margin: -1px;
21
+	overflow: hidden;
22
+	padding: 0;
23
+	position: absolute;
24
+	width: 1px;
25
+}
26
+.ui-helper-reset {
27
+	margin: 0;
28
+	padding: 0;
29
+	border: 0;
30
+	outline: 0;
31
+	line-height: 1.3;
32
+	text-decoration: none;
33
+	font-size: 100%;
34
+	list-style: none;
35
+}
36
+.ui-helper-clearfix:before,
37
+.ui-helper-clearfix:after {
38
+	content: "";
39
+	display: table;
40
+	border-collapse: collapse;
41
+}
42
+.ui-helper-clearfix:after {
43
+	clear: both;
44
+}
45
+.ui-helper-zfix {
46
+	width: 100%;
47
+	height: 100%;
48
+	top: 0;
49
+	left: 0;
50
+	position: absolute;
51
+	opacity: 0;
52
+	filter:Alpha(Opacity=0); /* support: IE8 */
53
+}
54
+
55
+.ui-front {
56
+	z-index: 100;
57
+}
58
+
59
+
60
+/* Interaction Cues
61
+----------------------------------*/
62
+.ui-state-disabled {
63
+	cursor: default !important;
64
+	pointer-events: none;
65
+}
66
+
67
+
68
+/* Icons
69
+----------------------------------*/
70
+.ui-icon {
71
+	display: inline-block;
72
+	vertical-align: middle;
73
+	margin-top: -.25em;
74
+	position: relative;
75
+	text-indent: -99999px;
76
+	overflow: hidden;
77
+	background-repeat: no-repeat;
78
+}
79
+
80
+.ui-widget-icon-block {
81
+	left: 50%;
82
+	margin-left: -8px;
83
+	display: block;
84
+}
85
+
86
+/* Misc visuals
87
+----------------------------------*/
88
+
89
+/* Overlays */
90
+.ui-widget-overlay {
91
+	position: fixed;
92
+	top: 0;
93
+	left: 0;
94
+	width: 100%;
95
+	height: 100%;
96
+}
97
+.ui-accordion .ui-accordion-header {
98
+	display: block;
99
+	cursor: pointer;
100
+	position: relative;
101
+	margin: 2px 0 0 0;
102
+	padding: .5em .5em .5em .7em;
103
+	font-size: 100%;
104
+}
105
+.ui-accordion .ui-accordion-content {
106
+	padding: 1em 2.2em;
107
+	border-top: 0;
108
+	overflow: auto;
109
+}
110
+.ui-autocomplete {
111
+	position: absolute;
112
+	top: 0;
113
+	left: 0;
114
+	cursor: default;
115
+}
116
+.ui-menu {
117
+	list-style: none;
118
+	padding: 0;
119
+	margin: 0;
120
+	display: block;
121
+	outline: 0;
122
+}
123
+.ui-menu .ui-menu {
124
+	position: absolute;
125
+}
126
+.ui-menu .ui-menu-item {
127
+	margin: 0;
128
+	cursor: pointer;
129
+	/* support: IE10, see #8844 */
130
+	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
131
+}
132
+.ui-menu .ui-menu-item-wrapper {
133
+	position: relative;
134
+	padding: 3px 1em 3px .4em;
135
+}
136
+.ui-menu .ui-menu-divider {
137
+	margin: 5px 0;
138
+	height: 0;
139
+	font-size: 0;
140
+	line-height: 0;
141
+	border-width: 1px 0 0 0;
142
+}
143
+.ui-menu .ui-state-focus,
144
+.ui-menu .ui-state-active {
145
+	margin: -1px;
146
+}
147
+
148
+/* icon support */
149
+.ui-menu-icons {
150
+	position: relative;
151
+}
152
+.ui-menu-icons .ui-menu-item-wrapper {
153
+	padding-left: 2em;
154
+}
155
+
156
+/* left-aligned */
157
+.ui-menu .ui-icon {
158
+	position: absolute;
159
+	top: 0;
160
+	bottom: 0;
161
+	left: .2em;
162
+	margin: auto 0;
163
+}
164
+
165
+/* right-aligned */
166
+.ui-menu .ui-menu-icon {
167
+	left: auto;
168
+	right: 0;
169
+}
170
+.ui-button {
171
+	padding: .4em 1em;
172
+	display: inline-block;
173
+	position: relative;
174
+	line-height: normal;
175
+	margin-right: .1em;
176
+	cursor: pointer;
177
+	vertical-align: middle;
178
+	text-align: center;
179
+	-webkit-user-select: none;
180
+	-moz-user-select: none;
181
+	-ms-user-select: none;
182
+	user-select: none;
183
+
184
+	/* Support: IE <= 11 */
185
+	overflow: visible;
186
+}
187
+
188
+.ui-button,
189
+.ui-button:link,
190
+.ui-button:visited,
191
+.ui-button:hover,
192
+.ui-button:active {
193
+	text-decoration: none;
194
+}
195
+
196
+/* to make room for the icon, a width needs to be set here */
197
+.ui-button-icon-only {
198
+	width: 2em;
199
+	box-sizing: border-box;
200
+	text-indent: -9999px;
201
+	white-space: nowrap;
202
+}
203
+
204
+/* no icon support for input elements */
205
+input.ui-button.ui-button-icon-only {
206
+	text-indent: 0;
207
+}
208
+
209
+/* button icon element(s) */
210
+.ui-button-icon-only .ui-icon {
211
+	position: absolute;
212
+	top: 50%;
213
+	left: 50%;
214
+	margin-top: -8px;
215
+	margin-left: -8px;
216
+}
217
+
218
+.ui-button.ui-icon-notext .ui-icon {
219
+	padding: 0;
220
+	width: 2.1em;
221
+	height: 2.1em;
222
+	text-indent: -9999px;
223
+	white-space: nowrap;
224
+
225
+}
226
+
227
+input.ui-button.ui-icon-notext .ui-icon {
228
+	width: auto;
229
+	height: auto;
230
+	text-indent: 0;
231
+	white-space: normal;
232
+	padding: .4em 1em;
233
+}
234
+
235
+/* workarounds */
236
+/* Support: Firefox 5 - 40 */
237
+input.ui-button::-moz-focus-inner,
238
+button.ui-button::-moz-focus-inner {
239
+	border: 0;
240
+	padding: 0;
241
+}
242
+.ui-controlgroup {
243
+	vertical-align: middle;
244
+	display: inline-block;
245
+}
246
+.ui-controlgroup > .ui-controlgroup-item {
247
+	float: left;
248
+	margin-left: 0;
249
+	margin-right: 0;
250
+}
251
+.ui-controlgroup > .ui-controlgroup-item:focus,
252
+.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
253
+	z-index: 9999;
254
+}
255
+.ui-controlgroup-vertical > .ui-controlgroup-item {
256
+	display: block;
257
+	float: none;
258
+	width: 100%;
259
+	margin-top: 0;
260
+	margin-bottom: 0;
261
+	text-align: left;
262
+}
263
+.ui-controlgroup-vertical .ui-controlgroup-item {
264
+	box-sizing: border-box;
265
+}
266
+.ui-controlgroup .ui-controlgroup-label {
267
+	padding: .4em 1em;
268
+}
269
+.ui-controlgroup .ui-controlgroup-label span {
270
+	font-size: 80%;
271
+}
272
+.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
273
+	border-left: none;
274
+}
275
+.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
276
+	border-top: none;
277
+}
278
+.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
279
+	border-right: none;
280
+}
281
+.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
282
+	border-bottom: none;
283
+}
284
+
285
+/* Spinner specific style fixes */
286
+.ui-controlgroup-vertical .ui-spinner-input {
287
+
288
+	/* Support: IE8 only, Android < 4.4 only */
289
+	width: 75%;
290
+	width: calc( 100% - 2.4em );
291
+}
292
+.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
293
+	border-top-style: solid;
294
+}
295
+
296
+.ui-checkboxradio-label .ui-icon-background {
297
+	box-shadow: inset 1px 1px 1px #ccc;
298
+	border-radius: .12em;
299
+	border: none;
300
+}
301
+.ui-checkboxradio-radio-label .ui-icon-background {
302
+	width: 16px;
303
+	height: 16px;
304
+	border-radius: 1em;
305
+	overflow: visible;
306
+	border: none;
307
+}
308
+.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
309
+.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
310
+	background-image: none;
311
+	width: 8px;
312
+	height: 8px;
313
+	border-width: 4px;
314
+	border-style: solid;
315
+}
316
+.ui-checkboxradio-disabled {
317
+	pointer-events: none;
318
+}
319
+.ui-datepicker {
320
+	width: 17em;
321
+	padding: .2em .2em 0;
322
+	display: none;
323
+}
324
+.ui-datepicker .ui-datepicker-header {
325
+	position: relative;
326
+	padding: .2em 0;
327
+}
328
+.ui-datepicker .ui-datepicker-prev,
329
+.ui-datepicker .ui-datepicker-next {
330
+	position: absolute;
331
+	top: 2px;
332
+	width: 1.8em;
333
+	height: 1.8em;
334
+}
335
+.ui-datepicker .ui-datepicker-prev-hover,
336
+.ui-datepicker .ui-datepicker-next-hover {
337
+	top: 1px;
338
+}
339
+.ui-datepicker .ui-datepicker-prev {
340
+	left: 2px;
341
+}
342
+.ui-datepicker .ui-datepicker-next {
343
+	right: 2px;
344
+}
345
+.ui-datepicker .ui-datepicker-prev-hover {
346
+	left: 1px;
347
+}
348
+.ui-datepicker .ui-datepicker-next-hover {
349
+	right: 1px;
350
+}
351
+.ui-datepicker .ui-datepicker-prev span,
352
+.ui-datepicker .ui-datepicker-next span {
353
+	display: block;
354
+	position: absolute;
355
+	left: 50%;
356
+	margin-left: -8px;
357
+	top: 50%;
358
+	margin-top: -8px;
359
+}
360
+.ui-datepicker .ui-datepicker-title {
361
+	margin: 0 2.3em;
362
+	line-height: 1.8em;
363
+	text-align: center;
364
+}
365
+.ui-datepicker .ui-datepicker-title select {
366
+	font-size: 1em;
367
+	margin: 1px 0;
368
+}
369
+.ui-datepicker select.ui-datepicker-month,
370
+.ui-datepicker select.ui-datepicker-year {
371
+	width: 45%;
372
+}
373
+.ui-datepicker table {
374
+	width: 100%;
375
+	font-size: .9em;
376
+	border-collapse: collapse;
377
+	margin: 0 0 .4em;
378
+}
379
+.ui-datepicker th {
380
+	padding: .7em .3em;
381
+	text-align: center;
382
+	font-weight: bold;
383
+	border: 0;
384
+}
385
+.ui-datepicker td {
386
+	border: 0;
387
+	padding: 1px;
388
+}
389
+.ui-datepicker td span,
390
+.ui-datepicker td a {
391
+	display: block;
392
+	padding: .2em;
393
+	text-align: right;
394
+	text-decoration: none;
395
+}
396
+.ui-datepicker .ui-datepicker-buttonpane {
397
+	background-image: none;
398
+	margin: .7em 0 0 0;
399
+	padding: 0 .2em;
400
+	border-left: 0;
401
+	border-right: 0;
402
+	border-bottom: 0;
403
+}
404
+.ui-datepicker .ui-datepicker-buttonpane button {
405
+	float: right;
406
+	margin: .5em .2em .4em;
407
+	cursor: pointer;
408
+	padding: .2em .6em .3em .6em;
409
+	width: auto;
410
+	overflow: visible;
411
+}
412
+.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
413
+	float: left;
414
+}
415
+
416
+/* with multiple calendars */
417
+.ui-datepicker.ui-datepicker-multi {
418
+	width: auto;
419
+}
420
+.ui-datepicker-multi .ui-datepicker-group {
421
+	float: left;
422
+}
423
+.ui-datepicker-multi .ui-datepicker-group table {
424
+	width: 95%;
425
+	margin: 0 auto .4em;
426
+}
427
+.ui-datepicker-multi-2 .ui-datepicker-group {
428
+	width: 50%;
429
+}
430
+.ui-datepicker-multi-3 .ui-datepicker-group {
431
+	width: 33.3%;
432
+}
433
+.ui-datepicker-multi-4 .ui-datepicker-group {
434
+	width: 25%;
435
+}
436
+.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
437
+.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
438
+	border-left-width: 0;
439
+}
440
+.ui-datepicker-multi .ui-datepicker-buttonpane {
441
+	clear: left;
442
+}
443
+.ui-datepicker-row-break {
444
+	clear: both;
445
+	width: 100%;
446
+	font-size: 0;
447
+}
448
+
449
+/* RTL support */
450
+.ui-datepicker-rtl {
451
+	direction: rtl;
452
+}
453
+.ui-datepicker-rtl .ui-datepicker-prev {
454
+	right: 2px;
455
+	left: auto;
456
+}
457
+.ui-datepicker-rtl .ui-datepicker-next {
458
+	left: 2px;
459
+	right: auto;
460
+}
461
+.ui-datepicker-rtl .ui-datepicker-prev:hover {
462
+	right: 1px;
463
+	left: auto;
464
+}
465
+.ui-datepicker-rtl .ui-datepicker-next:hover {
466
+	left: 1px;
467
+	right: auto;
468
+}
469
+.ui-datepicker-rtl .ui-datepicker-buttonpane {
470
+	clear: right;
471
+}
472
+.ui-datepicker-rtl .ui-datepicker-buttonpane button {
473
+	float: left;
474
+}
475
+.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
476
+.ui-datepicker-rtl .ui-datepicker-group {
477
+	float: right;
478
+}
479
+.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
480
+.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
481
+	border-right-width: 0;
482
+	border-left-width: 1px;
483
+}
484
+
485
+/* Icons */
486
+.ui-datepicker .ui-icon {
487
+	display: block;
488
+	text-indent: -99999px;
489
+	overflow: hidden;
490
+	background-repeat: no-repeat;
491
+	left: .5em;
492
+	top: .3em;
493
+}
494
+.ui-dialog {
495
+	position: absolute;
496
+	top: 0;
497
+	left: 0;
498
+	padding: .2em;
499
+	outline: 0;
500
+}
501
+.ui-dialog .ui-dialog-titlebar {
502
+	padding: .4em 1em;
503
+	position: relative;
504
+}
505
+.ui-dialog .ui-dialog-title {
506
+	float: left;
507
+	margin: .1em 0;
508
+	white-space: nowrap;
509
+	width: 90%;
510
+	overflow: hidden;
511
+	text-overflow: ellipsis;
512
+}
513
+.ui-dialog .ui-dialog-titlebar-close {
514
+	position: absolute;
515
+	right: .3em;
516
+	top: 50%;
517
+	width: 20px;
518
+	margin: -10px 0 0 0;
519
+	padding: 1px;
520
+	height: 20px;
521
+}
522
+.ui-dialog .ui-dialog-content {
523
+	position: relative;
524
+	border: 0;
525
+	padding: .5em 1em;
526
+	background: none;
527
+	overflow: auto;
528
+}
529
+.ui-dialog .ui-dialog-buttonpane {
530
+	text-align: left;
531
+	border-width: 1px 0 0 0;
532
+	background-image: none;
533
+	margin-top: .5em;
534
+	padding: .3em 1em .5em .4em;
535
+}
536
+.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
537
+	float: right;
538
+}
539
+.ui-dialog .ui-dialog-buttonpane button {
540
+	margin: .5em .4em .5em 0;
541
+	cursor: pointer;
542
+}
543
+.ui-dialog .ui-resizable-n {
544
+	height: 2px;
545
+	top: 0;
546
+}
547
+.ui-dialog .ui-resizable-e {
548
+	width: 2px;
549
+	right: 0;
550
+}
551
+.ui-dialog .ui-resizable-s {
552
+	height: 2px;
553
+	bottom: 0;
554
+}
555
+.ui-dialog .ui-resizable-w {
556
+	width: 2px;
557
+	left: 0;
558
+}
559
+.ui-dialog .ui-resizable-se,
560
+.ui-dialog .ui-resizable-sw,
561
+.ui-dialog .ui-resizable-ne,
562
+.ui-dialog .ui-resizable-nw {
563
+	width: 7px;
564
+	height: 7px;
565
+}
566
+.ui-dialog .ui-resizable-se {
567
+	right: 0;
568
+	bottom: 0;
569
+}
570
+.ui-dialog .ui-resizable-sw {
571
+	left: 0;
572
+	bottom: 0;
573
+}
574
+.ui-dialog .ui-resizable-ne {
575
+	right: 0;
576
+	top: 0;
577
+}
578
+.ui-dialog .ui-resizable-nw {
579
+	left: 0;
580
+	top: 0;
581
+}
582
+.ui-draggable .ui-dialog-titlebar {
583
+	cursor: move;
584
+}
585
+.ui-draggable-handle {
586
+	-ms-touch-action: none;
587
+	touch-action: none;
588
+}
589
+.ui-resizable {
590
+	position: relative;
591
+}
592
+.ui-resizable-handle {
593
+	position: absolute;
594
+	font-size: 0.1px;
595
+	display: block;
596
+	-ms-touch-action: none;
597
+	touch-action: none;
598
+}
599
+.ui-resizable-disabled .ui-resizable-handle,
600
+.ui-resizable-autohide .ui-resizable-handle {
601
+	display: none;
602
+}
603
+.ui-resizable-n {
604
+	cursor: n-resize;
605
+	height: 7px;
606
+	width: 100%;
607
+	top: -5px;
608
+	left: 0;
609
+}
610
+.ui-resizable-s {
611
+	cursor: s-resize;
612
+	height: 7px;
613
+	width: 100%;
614
+	bottom: -5px;
615
+	left: 0;
616
+}
617
+.ui-resizable-e {
618
+	cursor: e-resize;
619
+	width: 7px;
620
+	right: -5px;
621
+	top: 0;
622
+	height: 100%;
623
+}
624
+.ui-resizable-w {
625
+	cursor: w-resize;
626
+	width: 7px;
627
+	left: -5px;
628
+	top: 0;
629
+	height: 100%;
630
+}
631
+.ui-resizable-se {
632
+	cursor: se-resize;
633
+	width: 12px;
634
+	height: 12px;
635
+	right: 1px;
636
+	bottom: 1px;
637
+}
638
+.ui-resizable-sw {
639
+	cursor: sw-resize;
640
+	width: 9px;
641
+	height: 9px;
642
+	left: -5px;
643
+	bottom: -5px;
644
+}
645
+.ui-resizable-nw {
646
+	cursor: nw-resize;
647
+	width: 9px;
648
+	height: 9px;
649
+	left: -5px;
650
+	top: -5px;
651
+}
652
+.ui-resizable-ne {
653
+	cursor: ne-resize;
654
+	width: 9px;
655
+	height: 9px;
656
+	right: -5px;
657
+	top: -5px;
658
+}
659
+.ui-progressbar {
660
+	height: 2em;
661
+	text-align: left;
662
+	overflow: hidden;
663
+}
664
+.ui-progressbar .ui-progressbar-value {
665
+	margin: -1px;
666
+	height: 100%;
667
+}
668
+.ui-progressbar .ui-progressbar-overlay {
669
+	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
670
+	height: 100%;
671
+	filter: alpha(opacity=25); /* support: IE8 */
672
+	opacity: 0.25;
673
+}
674
+.ui-progressbar-indeterminate .ui-progressbar-value {
675
+	background-image: none;
676
+}
677
+.ui-selectable {
678
+	-ms-touch-action: none;
679
+	touch-action: none;
680
+}
681
+.ui-selectable-helper {
682
+	position: absolute;
683
+	z-index: 100;
684
+	border: 1px dotted black;
685
+}
686
+.ui-selectmenu-menu {
687
+	padding: 0;
688
+	margin: 0;
689
+	position: absolute;
690
+	top: 0;
691
+	left: 0;
692
+	display: none;
693
+}
694
+.ui-selectmenu-menu .ui-menu {
695
+	overflow: auto;
696
+	overflow-x: hidden;
697
+	padding-bottom: 1px;
698
+}
699
+.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
700
+	font-size: 1em;
701
+	font-weight: bold;
702
+	line-height: 1.5;
703
+	padding: 2px 0.4em;
704
+	margin: 0.5em 0 0 0;
705
+	height: auto;
706
+	border: 0;
707
+}
708
+.ui-selectmenu-open {
709
+	display: block;
710
+}
711
+.ui-selectmenu-text {
712
+	display: block;
713
+	margin-right: 20px;
714
+	overflow: hidden;
715
+	text-overflow: ellipsis;
716
+}
717
+.ui-selectmenu-button.ui-button {
718
+	text-align: left;
719
+	white-space: nowrap;
720
+	width: 14em;
721
+}
722
+.ui-selectmenu-icon.ui-icon {
723
+	float: right;
724
+	margin-top: 0;
725
+}
726
+.ui-slider {
727
+	position: relative;
728
+	text-align: left;
729
+}
730
+.ui-slider .ui-slider-handle {
731
+	position: absolute;
732
+	z-index: 2;
733
+	width: 1.2em;
734
+	height: 1.2em;
735
+	cursor: default;
736
+	-ms-touch-action: none;
737
+	touch-action: none;
738
+}
739
+.ui-slider .ui-slider-range {
740
+	position: absolute;
741
+	z-index: 1;
742
+	font-size: .7em;
743
+	display: block;
744
+	border: 0;
745
+	background-position: 0 0;
746
+}
747
+
748
+/* support: IE8 - See #6727 */
749
+.ui-slider.ui-state-disabled .ui-slider-handle,
750
+.ui-slider.ui-state-disabled .ui-slider-range {
751
+	filter: inherit;
752
+}
753
+
754
+.ui-slider-horizontal {
755
+	height: .8em;
756
+}
757
+.ui-slider-horizontal .ui-slider-handle {
758
+	top: -.3em;
759
+	margin-left: -.6em;
760
+}
761
+.ui-slider-horizontal .ui-slider-range {
762
+	top: 0;
763
+	height: 100%;
764
+}
765
+.ui-slider-horizontal .ui-slider-range-min {
766
+	left: 0;
767
+}
768
+.ui-slider-horizontal .ui-slider-range-max {
769
+	right: 0;
770
+}
771
+
772
+.ui-slider-vertical {
773
+	width: .8em;
774
+	height: 100px;
775
+}
776
+.ui-slider-vertical .ui-slider-handle {
777
+	left: -.3em;
778
+	margin-left: 0;
779
+	margin-bottom: -.6em;
780
+}
781
+.ui-slider-vertical .ui-slider-range {
782
+	left: 0;
783
+	width: 100%;
784
+}
785
+.ui-slider-vertical .ui-slider-range-min {
786
+	bottom: 0;
787
+}
788
+.ui-slider-vertical .ui-slider-range-max {
789
+	top: 0;
790
+}
791
+.ui-sortable-handle {
792
+	-ms-touch-action: none;
793
+	touch-action: none;
794
+}
795
+.ui-spinner {
796
+	position: relative;
797
+	display: inline-block;
798
+	overflow: hidden;
799
+	padding: 0;
800
+	vertical-align: middle;
801
+}
802
+.ui-spinner-input {
803
+	border: none;
804
+	background: none;
805
+	color: inherit;
806
+	padding: .222em 0;
807
+	margin: .2em 0;
808
+	vertical-align: middle;
809
+	margin-left: .4em;
810
+	margin-right: 2em;
811
+}
812
+.ui-spinner-button {
813
+	width: 1.6em;
814
+	height: 50%;
815
+	font-size: .5em;
816
+	padding: 0;
817
+	margin: 0;
818
+	text-align: center;
819
+	position: absolute;
820
+	cursor: default;
821
+	display: block;
822
+	overflow: hidden;
823
+	right: 0;
824
+}
825
+/* more specificity required here to override default borders */
826
+.ui-spinner a.ui-spinner-button {
827
+	border-top-style: none;
828
+	border-bottom-style: none;
829
+	border-right-style: none;
830
+}
831
+.ui-spinner-up {
832
+	top: 0;
833
+}
834
+.ui-spinner-down {
835
+	bottom: 0;
836
+}
837
+.ui-tabs {
838
+	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
839
+	padding: .2em;
840
+}
841
+.ui-tabs .ui-tabs-nav {
842
+	margin: 0;
843
+	padding: .2em .2em 0;
844
+}
845
+.ui-tabs .ui-tabs-nav li {
846
+	list-style: none;
847
+	float: left;
848
+	position: relative;
849
+	top: 0;
850
+	margin: 1px .2em 0 0;
851
+	border-bottom-width: 0;
852
+	padding: 0;
853
+	white-space: nowrap;
854
+}
855
+.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
856
+	float: left;
857
+	padding: .5em 1em;
858
+	text-decoration: none;
859
+}
860
+.ui-tabs .ui-tabs-nav li.ui-tabs-active {
861
+	margin-bottom: -1px;
862
+	padding-bottom: 1px;
863
+}
864
+.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
865
+.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
866
+.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
867
+	cursor: text;
868
+}
869
+.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
870
+	cursor: pointer;
871
+}
872
+.ui-tabs .ui-tabs-panel {
873
+	display: block;
874
+	border-width: 0;
875
+	padding: 1em 1.4em;
876
+	background: none;
877
+}
878
+.ui-tooltip {
879
+	padding: 8px;
880
+	position: absolute;
881
+	z-index: 9999;
882
+	max-width: 300px;
883
+}
884
+body .ui-tooltip {
885
+	border-width: 2px;
886
+}
... ...
@@ -0,0 +1,5 @@
1
+/*! jQuery UI - v1.12.1 - 2016-09-14
2
+* http://jqueryui.com
3
+* Copyright jQuery Foundation and other contributors; Licensed MIT */
4
+
5
+.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}
0 6
\ No newline at end of file
... ...
@@ -0,0 +1,443 @@
1
+/*!
2
+ * jQuery UI CSS Framework 1.12.1
3
+ * http://jqueryui.com
4
+ *
5
+ * Copyright jQuery Foundation and other contributors
6
+ * Released under the MIT license.
7
+ * http://jquery.org/license
8
+ *
9
+ * http://api.jqueryui.com/category/theming/
10
+ *
11
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
12
+ */
13
+
14
+
15
+/* Component containers
16
+----------------------------------*/
17
+.ui-widget {
18
+	font-family: Arial,Helvetica,sans-serif;
19
+	font-size: 1em;
20
+}
21
+.ui-widget .ui-widget {
22
+	font-size: 1em;
23
+}
24
+.ui-widget input,
25
+.ui-widget select,
26
+.ui-widget textarea,
27
+.ui-widget button {
28
+	font-family: Arial,Helvetica,sans-serif;
29
+	font-size: 1em;
30
+}
31
+.ui-widget.ui-widget-content {
32
+	border: 1px solid #c5c5c5;
33
+}
34
+.ui-widget-content {
35
+	border: 1px solid #dddddd;
36
+	background: #ffffff;
37
+	color: #333333;
38
+}
39
+.ui-widget-content a {
40
+	color: #333333;
41
+}
42
+.ui-widget-header {
43
+	border: 1px solid #dddddd;
44
+	background: #e9e9e9;
45
+	color: #333333;
46
+	font-weight: bold;
47
+}
48
+.ui-widget-header a {
49
+	color: #333333;
50
+}
51
+
52
+/* Interaction states
53
+----------------------------------*/
54
+.ui-state-default,
55
+.ui-widget-content .ui-state-default,
56
+.ui-widget-header .ui-state-default,
57
+.ui-button,
58
+
59
+/* We use html here because we need a greater specificity to make sure disabled
60
+works properly when clicked or hovered */
61
+html .ui-button.ui-state-disabled:hover,
62
+html .ui-button.ui-state-disabled:active {
63
+	border: 1px solid #c5c5c5;
64
+	background: #f6f6f6;
65
+	font-weight: normal;
66
+	color: #454545;
67
+}
68
+.ui-state-default a,
69
+.ui-state-default a:link,
70
+.ui-state-default a:visited,
71
+a.ui-button,
72
+a:link.ui-button,
73
+a:visited.ui-button,
74
+.ui-button {
75
+	color: #454545;
76
+	text-decoration: none;
77
+}
78
+.ui-state-hover,
79
+.ui-widget-content .ui-state-hover,
80
+.ui-widget-header .ui-state-hover,
81
+.ui-state-focus,
82
+.ui-widget-content .ui-state-focus,
83
+.ui-widget-header .ui-state-focus,
84
+.ui-button:hover,
85
+.ui-button:focus {
86
+	border: 1px solid #cccccc;
87
+	background: #ededed;
88
+	font-weight: normal;
89
+	color: #2b2b2b;
90
+}
91
+.ui-state-hover a,
92
+.ui-state-hover a:hover,
93
+.ui-state-hover a:link,
94
+.ui-state-hover a:visited,
95
+.ui-state-focus a,
96
+.ui-state-focus a:hover,
97
+.ui-state-focus a:link,
98
+.ui-state-focus a:visited,
99
+a.ui-button:hover,
100
+a.ui-button:focus {
101
+	color: #2b2b2b;
102
+	text-decoration: none;
103
+}
104
+
105
+.ui-visual-focus {
106
+	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
107
+}
108
+.ui-state-active,
109
+.ui-widget-content .ui-state-active,
110
+.ui-widget-header .ui-state-active,
111
+a.ui-button:active,
112
+.ui-button:active,
113
+.ui-button.ui-state-active:hover {
114
+	border: 1px solid #003eff;
115
+	background: #007fff;
116
+	font-weight: normal;
117
+	color: #ffffff;
118
+}
119
+.ui-icon-background,
120
+.ui-state-active .ui-icon-background {
121
+	border: #003eff;
122
+	background-color: #ffffff;
123
+}
124
+.ui-state-active a,
125
+.ui-state-active a:link,
126
+.ui-state-active a:visited {
127
+	color: #ffffff;
128
+	text-decoration: none;
129
+}
130
+
131
+/* Interaction Cues
132
+----------------------------------*/
133
+.ui-state-highlight,
134
+.ui-widget-content .ui-state-highlight,
135
+.ui-widget-header .ui-state-highlight {
136
+	border: 1px solid #dad55e;
137
+	background: #fffa90;
138
+	color: #777620;
139
+}
140
+.ui-state-checked {
141
+	border: 1px solid #dad55e;
142
+	background: #fffa90;
143
+}
144
+.ui-state-highlight a,
145
+.ui-widget-content .ui-state-highlight a,
146
+.ui-widget-header .ui-state-highlight a {
147
+	color: #777620;
148
+}
149
+.ui-state-error,
150
+.ui-widget-content .ui-state-error,
151
+.ui-widget-header .ui-state-error {
152
+	border: 1px solid #f1a899;
153
+	background: #fddfdf;
154
+	color: #5f3f3f;
155
+}
156
+.ui-state-error a,
157
+.ui-widget-content .ui-state-error a,
158
+.ui-widget-header .ui-state-error a {
159
+	color: #5f3f3f;
160
+}
161
+.ui-state-error-text,
162
+.ui-widget-content .ui-state-error-text,
163
+.ui-widget-header .ui-state-error-text {
164
+	color: #5f3f3f;
165
+}
166
+.ui-priority-primary,
167
+.ui-widget-content .ui-priority-primary,
168
+.ui-widget-header .ui-priority-primary {
169
+	font-weight: bold;
170
+}
171
+.ui-priority-secondary,
172
+.ui-widget-content .ui-priority-secondary,
173
+.ui-widget-header .ui-priority-secondary {
174
+	opacity: .7;
175
+	filter:Alpha(Opacity=70); /* support: IE8 */
176
+	font-weight: normal;
177
+}
178
+.ui-state-disabled,
179
+.ui-widget-content .ui-state-disabled,
180
+.ui-widget-header .ui-state-disabled {
181
+	opacity: .35;
182
+	filter:Alpha(Opacity=35); /* support: IE8 */
183
+	background-image: none;
184
+}
185
+.ui-state-disabled .ui-icon {
186
+	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
187
+}
188
+
189
+/* Icons
190
+----------------------------------*/
191
+
192
+/* states and images */
193
+.ui-icon {
194
+	width: 16px;
195
+	height: 16px;
196
+}
197
+.ui-icon,
198
+.ui-widget-content .ui-icon {
199
+	background-image: url("images/ui-icons_444444_256x240.png");
200
+}
201
+.ui-widget-header .ui-icon {
202
+	background-image: url("images/ui-icons_444444_256x240.png");
203
+}
204
+.ui-state-hover .ui-icon,
205
+.ui-state-focus .ui-icon,
206
+.ui-button:hover .ui-icon,
207
+.ui-button:focus .ui-icon {
208
+	background-image: url("images/ui-icons_555555_256x240.png");
209
+}
210
+.ui-state-active .ui-icon,
211
+.ui-button:active .ui-icon {
212
+	background-image: url("images/ui-icons_ffffff_256x240.png");
213
+}
214
+.ui-state-highlight .ui-icon,
215
+.ui-button .ui-state-highlight.ui-icon {
216
+	background-image: url("images/ui-icons_777620_256x240.png");
217
+}
218
+.ui-state-error .ui-icon,
219
+.ui-state-error-text .ui-icon {
220
+	background-image: url("images/ui-icons_cc0000_256x240.png");
221
+}
222
+.ui-button .ui-icon {
223
+	background-image: url("images/ui-icons_777777_256x240.png");
224
+}
225
+
226
+/* positioning */
227
+.ui-icon-blank { background-position: 16px 16px; }
228
+.ui-icon-caret-1-n { background-position: 0 0; }
229
+.ui-icon-caret-1-ne { background-position: -16px 0; }
230
+.ui-icon-caret-1-e { background-position: -32px 0; }
231
+.ui-icon-caret-1-se { background-position: -48px 0; }
232
+.ui-icon-caret-1-s { background-position: -65px 0; }
233
+.ui-icon-caret-1-sw { background-position: -80px 0; }
234
+.ui-icon-caret-1-w { background-position: -96px 0; }
235
+.ui-icon-caret-1-nw { background-position: -112px 0; }
236
+.ui-icon-caret-2-n-s { background-position: -128px 0; }
237
+.ui-icon-caret-2-e-w { background-position: -144px 0; }
238
+.ui-icon-triangle-1-n { background-position: 0 -16px; }
239
+.ui-icon-triangle-1-ne { background-position: -16px -16px; }
240
+.ui-icon-triangle-1-e { background-position: -32px -16px; }
241
+.ui-icon-triangle-1-se { background-position: -48px -16px; }
242
+.ui-icon-triangle-1-s { background-position: -65px -16px; }
243
+.ui-icon-triangle-1-sw { background-position: -80px -16px; }
244
+.ui-icon-triangle-1-w { background-position: -96px -16px; }
245
+.ui-icon-triangle-1-nw { background-position: -112px -16px; }
246
+.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
247
+.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
248
+.ui-icon-arrow-1-n { background-position: 0 -32px; }
249
+.ui-icon-arrow-1-ne { background-position: -16px -32px; }
250
+.ui-icon-arrow-1-e { background-position: -32px -32px; }
251
+.ui-icon-arrow-1-se { background-position: -48px -32px; }
252
+.ui-icon-arrow-1-s { background-position: -65px -32px; }
253
+.ui-icon-arrow-1-sw { background-position: -80px -32px; }
254
+.ui-icon-arrow-1-w { background-position: -96px -32px; }
255
+.ui-icon-arrow-1-nw { background-position: -112px -32px; }
256
+.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
257
+.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
258
+.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
259
+.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
260
+.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
261
+.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
262
+.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
263
+.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
264
+.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
265
+.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
266
+.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
267
+.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
268
+.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
269
+.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
270
+.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
271
+.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
272
+.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
273
+.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
274
+.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
275
+.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
276
+.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
277
+.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
278
+.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
279
+.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
280
+.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
281
+.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
282
+.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
283
+.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
284
+.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
285
+.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
286
+.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
287
+.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
288
+.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
289
+.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
290
+.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
291
+.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
292
+.ui-icon-arrow-4 { background-position: 0 -80px; }
293
+.ui-icon-arrow-4-diag { background-position: -16px -80px; }
294
+.ui-icon-extlink { background-position: -32px -80px; }
295
+.ui-icon-newwin { background-position: -48px -80px; }
296
+.ui-icon-refresh { background-position: -64px -80px; }
297
+.ui-icon-shuffle { background-position: -80px -80px; }
298
+.ui-icon-transfer-e-w { background-position: -96px -80px; }
299
+.ui-icon-transferthick-e-w { background-position: -112px -80px; }
300
+.ui-icon-folder-collapsed { background-position: 0 -96px; }
301
+.ui-icon-folder-open { background-position: -16px -96px; }
302
+.ui-icon-document { background-position: -32px -96px; }
303
+.ui-icon-document-b { background-position: -48px -96px; }
304
+.ui-icon-note { background-position: -64px -96px; }
305
+.ui-icon-mail-closed { background-position: -80px -96px; }
306
+.ui-icon-mail-open { background-position: -96px -96px; }
307
+.ui-icon-suitcase { background-position: -112px -96px; }
308
+.ui-icon-comment { background-position: -128px -96px; }
309
+.ui-icon-person { background-position: -144px -96px; }
310
+.ui-icon-print { background-position: -160px -96px; }
311
+.ui-icon-trash { background-position: -176px -96px; }
312
+.ui-icon-locked { background-position: -192px -96px; }
313
+.ui-icon-unlocked { background-position: -208px -96px; }
314
+.ui-icon-bookmark { background-position: -224px -96px; }
315
+.ui-icon-tag { background-position: -240px -96px; }
316
+.ui-icon-home { background-position: 0 -112px; }
317
+.ui-icon-flag { background-position: -16px -112px; }
318
+.ui-icon-calendar { background-position: -32px -112px; }
319
+.ui-icon-cart { background-position: -48px -112px; }
320
+.ui-icon-pencil { background-position: -64px -112px; }
321
+.ui-icon-clock { background-position: -80px -112px; }
322
+.ui-icon-disk { background-position: -96px -112px; }
323
+.ui-icon-calculator { background-position: -112px -112px; }
324
+.ui-icon-zoomin { background-position: -128px -112px; }
325
+.ui-icon-zoomout { background-position: -144px -112px; }
326
+.ui-icon-search { background-position: -160px -112px; }
327
+.ui-icon-wrench { background-position: -176px -112px; }
328
+.ui-icon-gear { background-position: -192px -112px; }
329
+.ui-icon-heart { background-position: -208px -112px; }
330
+.ui-icon-star { background-position: -224px -112px; }
331
+.ui-icon-link { background-position: -240px -112px; }
332
+.ui-icon-cancel { background-position: 0 -128px; }
333
+.ui-icon-plus { background-position: -16px -128px; }
334
+.ui-icon-plusthick { background-position: -32px -128px; }
335
+.ui-icon-minus { background-position: -48px -128px; }
336
+.ui-icon-minusthick { background-position: -64px -128px; }
337
+.ui-icon-close { background-position: -80px -128px; }
338
+.ui-icon-closethick { background-position: -96px -128px; }
339
+.ui-icon-key { background-position: -112px -128px; }
340
+.ui-icon-lightbulb { background-position: -128px -128px; }
341
+.ui-icon-scissors { background-position: -144px -128px; }
342
+.ui-icon-clipboard { background-position: -160px -128px; }
343
+.ui-icon-copy { background-position: -176px -128px; }
344
+.ui-icon-contact { background-position: -192px -128px; }
345
+.ui-icon-image { background-position: -208px -128px; }
346
+.ui-icon-video { background-position: -224px -128px; }
347
+.ui-icon-script { background-position: -240px -128px; }
348
+.ui-icon-alert { background-position: 0 -144px; }
349
+.ui-icon-info { background-position: -16px -144px; }
350
+.ui-icon-notice { background-position: -32px -144px; }
351
+.ui-icon-help { background-position: -48px -144px; }
352
+.ui-icon-check { background-position: -64px -144px; }
353
+.ui-icon-bullet { background-position: -80px -144px; }
354
+.ui-icon-radio-on { background-position: -96px -144px; }
355
+.ui-icon-radio-off { background-position: -112px -144px; }
356
+.ui-icon-pin-w { background-position: -128px -144px; }
357
+.ui-icon-pin-s { background-position: -144px -144px; }
358
+.ui-icon-play { background-position: 0 -160px; }
359
+.ui-icon-pause { background-position: -16px -160px; }
360
+.ui-icon-seek-next { background-position: -32px -160px; }
361
+.ui-icon-seek-prev { background-position: -48px -160px; }
362
+.ui-icon-seek-end { background-position: -64px -160px; }
363
+.ui-icon-seek-start { background-position: -80px -160px; }
364
+/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
365
+.ui-icon-seek-first { background-position: -80px -160px; }
366
+.ui-icon-stop { background-position: -96px -160px; }
367
+.ui-icon-eject { background-position: -112px -160px; }
368
+.ui-icon-volume-off { background-position: -128px -160px; }
369
+.ui-icon-volume-on { background-position: -144px -160px; }
370
+.ui-icon-power { background-position: 0 -176px; }
371
+.ui-icon-signal-diag { background-position: -16px -176px; }
372
+.ui-icon-signal { background-position: -32px -176px; }
373
+.ui-icon-battery-0 { background-position: -48px -176px; }
374
+.ui-icon-battery-1 { background-position: -64px -176px; }
375
+.ui-icon-battery-2 { background-position: -80px -176px; }
376
+.ui-icon-battery-3 { background-position: -96px -176px; }
377
+.ui-icon-circle-plus { background-position: 0 -192px; }
378
+.ui-icon-circle-minus { background-position: -16px -192px; }
379
+.ui-icon-circle-close { background-position: -32px -192px; }
380
+.ui-icon-circle-triangle-e { background-position: -48px -192px; }
381
+.ui-icon-circle-triangle-s { background-position: -64px -192px; }
382
+.ui-icon-circle-triangle-w { background-position: -80px -192px; }
383
+.ui-icon-circle-triangle-n { background-position: -96px -192px; }
384
+.ui-icon-circle-arrow-e { background-position: -112px -192px; }
385
+.ui-icon-circle-arrow-s { background-position: -128px -192px; }
386
+.ui-icon-circle-arrow-w { background-position: -144px -192px; }
387
+.ui-icon-circle-arrow-n { background-position: -160px -192px; }
388
+.ui-icon-circle-zoomin { background-position: -176px -192px; }
389
+.ui-icon-circle-zoomout { background-position: -192px -192px; }
390
+.ui-icon-circle-check { background-position: -208px -192px; }
391
+.ui-icon-circlesmall-plus { background-position: 0 -208px; }
392
+.ui-icon-circlesmall-minus { background-position: -16px -208px; }
393
+.ui-icon-circlesmall-close { background-position: -32px -208px; }
394
+.ui-icon-squaresmall-plus { background-position: -48px -208px; }
395
+.ui-icon-squaresmall-minus { background-position: -64px -208px; }
396
+.ui-icon-squaresmall-close { background-position: -80px -208px; }
397
+.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
398
+.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
399
+.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
400
+.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
401
+.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
402
+.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
403
+
404
+
405
+/* Misc visuals
406
+----------------------------------*/
407
+
408
+/* Corner radius */
409
+.ui-corner-all,
410
+.ui-corner-top,
411
+.ui-corner-left,
412
+.ui-corner-tl {
413
+	border-top-left-radius: 3px;
414
+}
415
+.ui-corner-all,
416
+.ui-corner-top,
417
+.ui-corner-right,
418
+.ui-corner-tr {
419
+	border-top-right-radius: 3px;
420
+}
421
+.ui-corner-all,
422
+.ui-corner-bottom,
423
+.ui-corner-left,
424
+.ui-corner-bl {
425
+	border-bottom-left-radius: 3px;
426
+}
427
+.ui-corner-all,
428
+.ui-corner-bottom,
429
+.ui-corner-right,
430
+.ui-corner-br {
431
+	border-bottom-right-radius: 3px;
432
+}
433
+
434
+/* Overlays */
435
+.ui-widget-overlay {
436
+	background: #aaaaaa;
437
+	opacity: .003;
438
+	filter: Alpha(Opacity=.3); /* support: IE8 */
439
+}
440
+.ui-widget-shadow {
441
+	-webkit-box-shadow: 0px 0px 5px #666666;
442
+	box-shadow: 0px 0px 5px #666666;
443
+}
... ...
@@ -0,0 +1,5 @@
1
+/*! jQuery UI - v1.12.1 - 2016-09-14
2
+* http://jqueryui.com
3
+* Copyright jQuery Foundation and other contributors; Licensed MIT */
4
+
5
+.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
0 6
\ No newline at end of file
... ...
@@ -0,0 +1,74 @@
1
+{
2
+	"name": "jquery-ui",
3
+	"title": "jQuery UI",
4
+	"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
5
+	"version": "1.12.1",
6
+	"homepage": "http://jqueryui.com",
7
+	"author": {
8
+		"name": "jQuery Foundation and other contributors",
9
+		"url": "https://github.com/jquery/jquery-ui/blob/1.12.1/AUTHORS.txt"
10
+	},
11
+	"main": "ui/widget.js",
12
+	"maintainers": [
13
+		{
14
+			"name": "Scott González",
15
+			"email": "scott.gonzalez@gmail.com",
16
+			"url": "http://scottgonzalez.com"
17
+		},
18
+		{
19
+			"name": "Jörn Zaefferer",
20
+			"email": "joern.zaefferer@gmail.com",
21
+			"url": "http://bassistance.de"
22
+		},
23
+		{
24
+			"name": "Mike Sherov",
25
+			"email": "mike.sherov@gmail.com",
26
+			"url": "http://mike.sherov.com"
27
+		},
28
+		{
29
+			"name": "TJ VanToll",
30
+			"email": "tj.vantoll@gmail.com",
31
+			"url": "http://tjvantoll.com"
32
+		},
33
+		{
34
+			"name": "Felix Nagel",
35
+			"email": "info@felixnagel.com",
36
+			"url": "http://www.felixnagel.com"
37
+		},
38
+		{
39
+			"name": "Alex Schmitz",
40
+			"email": "arschmitz@gmail.com",
41
+			"url": "https://github.com/arschmitz"
42
+		}
43
+	],
44
+	"repository": {
45
+		"type": "git",
46
+		"url": "git://github.com/jquery/jquery-ui.git"
47
+	},
48
+	"bugs": "https://bugs.jqueryui.com/",
49
+	"license": "MIT",
50
+	"scripts": {
51
+		"test": "grunt"
52
+	},
53
+	"dependencies": {},
54
+	"devDependencies": {
55
+		"commitplease": "2.3.0",
56
+		"grunt": "0.4.5",
57
+		"grunt-bowercopy": "1.2.4",
58
+		"grunt-cli": "0.1.13",
59
+		"grunt-compare-size": "0.4.0",
60
+		"grunt-contrib-concat": "0.5.1",
61
+		"grunt-contrib-csslint": "0.5.0",
62
+		"grunt-contrib-jshint": "0.12.0",
63
+		"grunt-contrib-qunit": "1.0.1",
64
+		"grunt-contrib-requirejs": "0.4.4",
65
+		"grunt-contrib-uglify": "0.11.1",
66
+		"grunt-git-authors": "3.1.0",
67
+		"grunt-html": "6.0.0",
68
+		"grunt-jscs": "2.1.0",
69
+		"load-grunt-tasks": "3.4.0",
70
+		"rimraf": "2.5.1",
71
+		"testswarm": "1.1.0"
72
+	},
73
+	"keywords": []
74
+}
... ...
@@ -0,0 +1 @@
1
+jquery-3.3.1.min.js
0 2
\ No newline at end of file
... ...
@@ -0,0 +1,49 @@
1
+function gitterbox_click( event ) {
2
+        $('#btn-gitterbox').removeClass('btn-default');
3
+        $('#btn-gitterbox').addClass('btn-primary');
4
+        $('#btn-anhaenger').removeClass('btn-primary');
5
+        $('#btn-anhaenger').addClass('btn-default');
6
+        $('#modal-gitterbox').modal("show");
7
+        $('#details-anhaenger').hide();
8
+        $('#lieferart').val('gitterbox');
9
+        $('#details-gitterbox').show();
10
+    
11
+        $('#btn-submit').show();
12
+        $('#btn-keinobst').hide();
13
+         event.preventDefault();
14
+}
15
+
16
+$(function () {
17
+    
18
+    $('#details-gitterbox').hide();
19
+    $('#details-anhaenger').hide();
20
+
21
+
22
+    $('#btn-submit').hide();
23
+
24
+   $('#btn-gitterbox').click(gitterbox_click);
25
+   $('#gbcount').click(gitterbox_click);
26
+
27
+    $('#btn-anhaenger').click( function ( event ) {
28
+        $('#btn-anhaenger').removeClass('btn-default');
29
+        $('#btn-anhaenger').addClass('btn-primary');
30
+        $('#btn-gitterbox').removeClass('btn-primary');
31
+        $('#btn-gitterbox').addClass('btn-default');
32
+         $('#details-anhaenger').show();
33
+        $('#details-gitterbox').hide();
34
+        $('#lieferart').val('anhaenger');
35
+        $('#btn-keinobst').hide();
36
+        $('#btn-submit').show();
37
+
38
+        event.preventDefault();
39
+    });
40
+
41
+    $('.btn-gbcount').each(function () {
42
+            $(this).click(function () {
43
+                $('#gbcount').val( $(this).text() );
44
+               $('#modal-gitterbox').modal("hide");
45
+                $('form').submit();
46
+            });
47
+        });
48
+});
49
+
... ...
@@ -0,0 +1,25 @@
1
+function valid_input() {
2
+    val = $('#sonstiges').val();
3
+    if (val == '') {
4
+        return false;
5
+    }
6
+    if (val.includes('5') || val.includes('10')) {
7
+        return true;
8
+    }   
9
+    if (val.length > 20) {
10
+        return true;
11
+    }
12
+    return false;
13
+}
14
+
15
+
16
+
17
+$(function () {
18
+    
19
+    $('#submit').prop('disabled', true);
20
+
21
+    $('#sonstiges').on('input', function () {
22
+        $('#submit').prop('disabled', !valid_input());
23
+    });
24
+});
25
+
... ...
@@ -0,0 +1,22 @@
1
+$(function () {
2
+    
3
+    $('#details-frischsaft').hide();
4
+    $('#submit').prop('disabled', true);
5
+
6
+    $('#btn-frischsaftja').click( function () {
7
+        $('#btn-frischsaftja').removeClass('btn-default');
8
+        $('#btn-frischsaftja').addClass('btn-primary');
9
+        $('#details-frischsaft').show();
10
+    });
11
+
12
+    $('#frischsaft').on('input', function () {
13
+        val = parseInt($(this).val(), 10);
14
+        if (val > 0 && val <= 150) {
15
+            $('#submit').prop('disabled', false);
16
+        } else {
17
+            $('#submit').prop('disabled', true);
18
+        }
19
+        });
20
+
21
+});
22
+
... ...
@@ -0,0 +1,10 @@
1
+$(function () {
2
+    $('#submit').prop('disabled', true);
3
+    $('#agb').change( function () {
4
+        $('#submit').prop('disabled', ! $('#agb').prop('checked'));
5
+        });
6
+    $('#terms-link').click(function () {
7
+        $('#agbmodal').modal("show");
8
+        return false;
9
+        });
10
+});
... ...
@@ -0,0 +1,93 @@
1
+
2
+@import url("https://mosterei-wurst.de/wp-content/fonts/fonts.css");
3
+
4
+body {
5
+  font-family: linux_biolinum_o;
6
+  background-color: #ffa;
7
+}
8
+h1, h2, h3 {
9
+  font-family: "jr_hand";
10
+}
11
+h1 {
12
+    font-size: 500%;
13
+}
14
+h1.termsheader {
15
+    font-size: 200%;
16
+}
17
+
18
+.modal-body.terms {
19
+    text-align: left;
20
+    max-height: 500px;
21
+    overflow-y: auto;
22
+}
23
+
24
+input.btn[type=submit] {
25
+    white-space: normal !important;
26
+    min-height: 5em;
27
+}
28
+
29
+input[type=submit] {
30
+    width: 100%;
31
+}
32
+
33
+#btn-gitterbox {
34
+    min-width: 280px;
35
+    padding-top: 170px;
36
+    background-image: url("images/gitterbox.png");
37
+    background-repeat: no-repeat;
38
+    background-position: center 10px;
39
+}
40
+
41
+#btn-anhaenger {
42
+    min-width: 280px;
43
+    padding-top: 170px;
44
+    background-image: url("images/anhaenger.png");
45
+    background-repeat: no-repeat;
46
+    background-position: center 10px;
47
+}
48
+
49
+#btn-kartonsja {
50
+    min-width: 280px;
51
+    padding-top: 170px;
52
+    background-image: url("images/kartons.png");
53
+    background-repeat: no-repeat;
54
+    background-position: center 10px;
55
+}
56
+
57
+#btn-kartonsnein {
58
+    min-width: 280px;
59
+    padding-top: 170px;
60
+    background-image: url("images/keinekartons.png");
61
+    background-repeat: no-repeat;
62
+    background-position: center 10px;
63
+}
64
+
65
+#btn-frischsaftja {
66
+    min-width: 280px;
67
+    padding-top: 170px;
68
+    background-image: url("images/frischsaft.png");
69
+    background-repeat: no-repeat;
70
+    background-position: center 10px;
71
+}
72
+
73
+#btn-frischsaftnein {
74
+    min-width: 280px;
75
+    padding-top: 170px;
76
+    background-image: url("images/keinfrischsaft.png");
77
+    background-repeat: no-repeat;
78
+    background-position: center 10px;
79
+}
80
+
81
+.container {
82
+    max-width: 800px;
83
+}
84
+
85
+#disclaimer {
86
+    margin-top: 5em;
87
+}
88
+
89
+
90
+#footer {
91
+    margin-top: 5em;
92
+}
93
+
... ...
@@ -0,0 +1,5 @@
1
+{
2
+    "require": {
3
+        "giggsey/libphonenumber-for-php": "^8.9"
4
+    }
5
+}
... ...
@@ -0,0 +1,135 @@
1
+{
2
+    "_readme": [
3
+        "This file locks the dependencies of your project to a known state",
4
+        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
+        "This file is @generated automatically"
6
+    ],
7
+    "content-hash": "cb6eb50764f19b8df22dc63d1de6fcb0",
8
+    "packages": [
9
+        {
10
+            "name": "giggsey/libphonenumber-for-php",
11
+            "version": "8.9.1",
12
+            "source": {
13
+                "type": "git",
14
+                "url": "https://github.com/giggsey/libphonenumber-for-php.git",
15
+                "reference": "f50b45cc50d9058797c037fc15e34d0511a4423e"
16
+            },
17
+            "dist": {
18
+                "type": "zip",
19
+                "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/f50b45cc50d9058797c037fc15e34d0511a4423e",
20
+                "reference": "f50b45cc50d9058797c037fc15e34d0511a4423e",
21
+                "shasum": ""
22
+            },
23
+            "require": {
24
+                "ext-mbstring": "*",
25
+                "giggsey/locale": "^1.2",
26
+                "php": ">=5.3.2"
27
+            },
28
+            "require-dev": {
29
+                "pear/pear-core-minimal": "^1.9",
30
+                "pear/pear_exception": "^1.0",
31
+                "pear/versioncontrol_git": "^0.5",
32
+                "phing/phing": "^2.7",
33
+                "phpunit/phpunit": "^4.8|^5.0",
34
+                "satooshi/php-coveralls": "^1.0",
35
+                "symfony/console": "^2.8|^3.0"
36
+            },
37
+            "type": "library",
38
+            "extra": {
39
+                "branch-alias": {
40
+                    "dev-master": "8.x-dev"
41
+                }
42
+            },
43
+            "autoload": {
44
+                "psr-4": {
45
+                    "libphonenumber\\": "src/"
46
+                },
47
+                "exclude-from-classmap": [
48
+                    "/src/data/",
49
+                    "/src/carrier/data/",
50
+                    "/src/geocoding/data/",
51
+                    "/src/timezone/data/"
52
+                ]
53
+            },
54
+            "notification-url": "https://packagist.org/downloads/",
55
+            "license": [
56
+                "Apache-2.0"
57
+            ],
58
+            "authors": [
59
+                {
60
+                    "name": "Joshua Gigg",
61
+                    "email": "giggsey@gmail.com",
62
+                    "homepage": "https://giggsey.com/"
63
+                }
64
+            ],
65
+            "description": "PHP Port of Google's libphonenumber",
66
+            "homepage": "https://github.com/giggsey/libphonenumber-for-php",
67
+            "keywords": [
68
+                "geocoding",
69
+                "geolocation",
70
+                "libphonenumber",
71
+                "mobile",
72
+                "phonenumber",
73
+                "validation"
74
+            ],
75
+            "time": "2018-03-07T12:33:46+00:00"
76
+        },
77
+        {
78
+            "name": "giggsey/locale",
79
+            "version": "1.4",
80
+            "source": {
81
+                "type": "git",
82
+                "url": "https://github.com/giggsey/Locale.git",
83
+                "reference": "e351a72ad6af6b41b690efdeffe1138fe5cc8b9c"
84
+            },
85
+            "dist": {
86
+                "type": "zip",
87
+                "url": "https://api.github.com/repos/giggsey/Locale/zipball/e351a72ad6af6b41b690efdeffe1138fe5cc8b9c",
88
+                "reference": "e351a72ad6af6b41b690efdeffe1138fe5cc8b9c",
89
+                "shasum": ""
90
+            },
91
+            "require": {
92
+                "php": ">=5.3.2"
93
+            },
94
+            "require-dev": {
95
+                "pear/pear-core-minimal": "^1.9",
96
+                "pear/pear_exception": "^1.0",
97
+                "pear/versioncontrol_git": "^0.5",
98
+                "phing/phing": "~2.7",
99
+                "phpunit/phpunit": "^4.8|^5.0",
100
+                "satooshi/php-coveralls": "^1.0",
101
+                "symfony/console": "^2.8|^3.0",
102
+                "symfony/filesystem": "^2.8|^3.0",
103
+                "symfony/finder": "^2.8|^3.0",
104
+                "symfony/process": "^2.8|^3.0"
105
+            },
106
+            "type": "library",
107
+            "autoload": {
108
+                "psr-4": {
109
+                    "Giggsey\\Locale\\": "src/"
110
+                }
111
+            },
112
+            "notification-url": "https://packagist.org/downloads/",
113
+            "license": [
114
+                "MIT"
115
+            ],
116
+            "authors": [
117
+                {
118
+                    "name": "Joshua Gigg",
119
+                    "email": "giggsey@gmail.com",
120
+                    "homepage": "http://giggsey.com/"
121
+                }
122
+            ],
123
+            "description": "Locale functions required by libphonenumber-for-php",
124
+            "time": "2017-11-01T21:34:27+00:00"
125
+        }
126
+    ],
127
+    "packages-dev": [],
128
+    "aliases": [],
129
+    "minimum-stability": "stable",
130
+    "stability-flags": [],
131
+    "prefer-stable": false,
132
+    "prefer-lowest": false,
133
+    "platform": [],
134
+    "platform-dev": []
135
+}
... ...
@@ -0,0 +1,11 @@
1
+<?php
2
+session_start();
3
+session_destroy();
4
+
5
+$headline = 'Vielen Dank für Ihren Auftrag!';
6
+$content = '<p>Die Verarbeitungsnummer lautet: '.$_REQUEST['handle'].'</p>
7
+
8
+    <p>Bitte schließen Sie dieses Browser-Fenster.</p>';
9
+
10
+
11
+include("template.php");
... ...
@@ -0,0 +1,45 @@
1
+<?php
2
+
3
+$content = '';
4
+$number = '';
5
+if (isset($_COOKIE['NUMBER'])) {
6
+    $number = $_COOKIE['NUMBER'];
7
+}
8
+if (isset($_REQUEST['error'])) {
9
+    $content .= '<div class="panel panel-danger">
10
+    <div class="panel-heading">Fehler</div>';
11
+    if (isset($_REQUEST['num']) && trim($_REQUEST['num']) != '') {
12
+        $content .= '<div class="panel-body">Die eingegebene Nummer scheint keine gültige Nummer zu sein.</div>';
13
+    } else {
14
+        $content .= '<div class="panel-body">Bitte geben Sie unbedingt eine Telefonnummer an, damit wir Sie erreichen können.</div>';
15
+    }
16
+    $content .= '
17
+    </div>';
18
+    if (isset($_REQUEST['num'])) {
19
+        $number = $_REQUEST['num'];
20
+    }
21
+}
22
+
23
+$headline = 'Neuen Auftrag starten';
24
+$content .= '
25
+    <p>Sie haben Obst angeliefert und möchten daraus Ihren Saft erhalten? Hier können Sie den passenden Auftrag online erstellen und müssen daher keinen Papierauftrag ausfüllen.</p>
26
+    <p>Bitte teilen Sie uns zuerst Ihre Telefonnummer mit, unter der wir Sie benachrichtigen können.</p>
27
+    <form class="form" action="save.php" method="post">
28
+    <input type="hidden" name="form" value="step1">
29
+    <div class="form-group form-group-lg">
30
+       <div class="input-group"><span class="input-group-addon"><i class="glyphicon glyphicon-phone"></i></span><input class="form-control" id="phone" name="phone" type="tel" placeholder="Telefonnummer" autocomplete="mobile tel" value="'.$number.'"></div>
31
+        <span class="help-block">Tipp: Wenn Sie hier eine Mobiltelefonnummer eingeben, werden Sie bequem per SMS benachrichtigt.</span>
32
+    </div>
33
+    <div class="form-group form-group-lg">
34
+        <div><input class="btn btn-primary btn-lg" type="submit" value="Weiter &gt;"></div>
35
+    </div>
36
+    </form>
37
+
38
+    <div class="panel panel-info" id="disclaimer">
39
+        <div class="panel-heading">Rechtliches</div>
40
+        <div class="panel-body"><p>Dies ist ein Angebot der Mosterei Wurst, Murrhardt-Köchersberg.</p>
41
+            <p>Dieses Angebot verwendet Cookies zur Ablaufsteuerung. Ihre Angaben werden von uns gespeichert aber nicht an Dritte weiter gegeben. Einer auftragsbezogenen Kontaktaufnahme stimmen Sie durch Nutzung des Angebots explizit zu.</p></div>
42
+    </div>
43
+';
44
+
45
+include("template.php");
... ...
@@ -0,0 +1,138 @@
1
+<?php
2
+session_start();
3
+
4
+if (! isset($_SESSION['handle'])) {
5
+    $_SESSION['handle'] = sprintf('%09s', ( round(microtime(true)*10) % 1000000000));
6
+    $_SESSION['date'] = date('c');
7
+    $_SESSION['complete'] = false;
8
+}
9
+
10
+$redirect = NULL;
11
+if (isset($_REQUEST['form'])) {
12
+    switch ($_REQUEST['form']) {
13
+        case 'step1':
14
+            $number = NULL;
15
+            if (isset($_REQUEST['phone']) && trim($_REQUEST['phone']) != '') {
16
+                $number = $_REQUEST['phone'];
17
+            }
18
+            if (! $number) {
19
+                $redirect = 'index.php?error&num=';
20
+                break;
21
+            }
22
+
23
+            require_once('vendor/autoload.php');
24
+
25
+            function format_number($number) {
26
+                $phoneNumberUtil = \libphonenumber\PhoneNumberUtil::getInstance();
27
+                try {
28
+                    $phoneNumber = $phoneNumberUtil->parse($number, 'DE');
29
+                } catch (Exception $e) {
30
+                    return NULL;
31
+                }
32
+                if ($phoneNumberUtil->isValidNumber($phoneNumber)) {
33
+                    return $phoneNumberUtil->format($phoneNumber, \libphonenumber\PhoneNumberFormat::NATIONAL);
34
+                }
35
+                return NULL;
36
+            }
37
+            $number = format_number($number);
38
+
39
+            $_SESSION['phone'] = $number;
40
+            setcookie('NUMBER', $number, time() + 24*3600*500, "");
41
+
42
+            if (! $_SESSION['phone']) {
43
+                header('Location: index.php?error&num='.urlencode($_REQUEST['phone']));
44
+                break;
45
+            }   
46
+
47
+            $redirect = 'step2.php';
48
+            break;
49
+
50
+        case 'step2':
51
+            $fields = array("fname", "lname", "address", "zip", "city");
52
+            foreach ($fields as $f) {
53
+                if (isset($_REQUEST[$f])) {
54
+                    $_SESSION[$f] = trim($_REQUEST[$f]);
55
+                } else {
56
+                    if (! isset($_SESSION[$f])) {
57
+                        $_SESSION[$f] = '';
58
+                    }
59
+                }
60
+            }
61
+            $redirect = 'step3.php';
62
+            break;
63
+
64
+        case 'step3':
65
+            if (isset($_REQUEST['keinobst'])) {
66
+                $_SESSION['lieferart'] = 'kommtnoch';
67
+            }
68
+            if (isset($_REQUEST['lieferart'])) {
69
+                if ($_REQUEST['lieferart'] == 'gitterbox') {
70
+                    $_SESSION['lieferart'] = 'gitterbox';
71
+                    $_SESSION['gbcount'] = $_REQUEST['gbcount'];
72
+                }
73
+                if ($_REQUEST['lieferart'] == 'anhaenger') {
74
+                    $_SESSION['lieferart'] = 'anhaenger';
75
+                    $_SESSION['kennz'] = $_REQUEST['kennz'];
76
+                }
77
+            }
78
+            $redirect = 'step4.php';
79
+            break;
80
+
81
+         case 'step4':
82
+            if (isset($_REQUEST['kartonsja'])) {
83
+                $_SESSION['kartons'] = true;
84
+            } 
85
+            if (isset($_REQUEST['kartonsnein'])) {
86
+                $_SESSION['kartons'] = false;
87
+            }
88
+
89
+            $redirect = 'step5.php';
90
+            break;
91
+         case 'step5':
92
+            if (isset($_REQUEST['5er'])) {
93
+                $_SESSION['neue'] = '5er';
94
+            }
95
+            if (isset($_REQUEST['10er'])) {
96
+                $_SESSION['neue'] = '10er';
97
+            }
98
+            if (isset($_REQUEST['submit']) && isset($_REQUEST['sonstiges']) && $_REQUEST['sonstiges'] != '') {
99
+                $_SESSION['neue'] = 'sonstiges';
100
+                $_SESSION['sonstiges'] = $_REQUEST['sonstiges'];
101
+            }
102
+
103
+
104
+            $redirect = 'step6.php';
105
+            break;
106
+
107
+         case 'step6':
108
+            if (isset($_REQUEST['frischsaftnein'])) {
109
+                $_SESSION['frischsaft'] = 0;
110
+            } elseif (isset($_REQUEST['frischsaft'])) {
111
+                $_SESSION['frischsaft'] = (int) $_REQUEST['frischsaft'];
112
+            }
113
+
114
+            $redirect = 'step7.php';
115
+            break;
116
+        case 'step7':
117
+            if (!isset($_REQUEST['agb'])) {
118
+                $redirect = 'step7.php?error';
119
+                break;
120
+            }
121
+
122
+            $_SESSION['complete'] = true;
123
+            $redirect = 'finish.php?handle='.$_SESSION['handle'];
124
+            break;
125
+
126
+    }
127
+}
128
+
129
+
130
+$filename = '../data/'.date('Y').'/'.$_SESSION['handle'].'.json';
131
+if (!file_exists(dirname($filename))) {
132
+    mkdir(dirname($filename), 0700, true);
133
+}
134
+
135
+$json = json_encode($_SESSION);
136
+file_put_contents($filename, $json);
137
+
138
+header('Location: '.$redirect);
... ...
@@ -0,0 +1,74 @@
1
+<?php
2
+session_start();
3
+
4
+if (!isset($_SESSION['phone'])) {
5
+    header('Location: index.php?error&num='.urlencode($_REQUEST['phone']));
6
+    die();
7
+}
8
+
9
+function suche_kunde($number) {
10
+        if (! $number) {
11
+            return NULL;
12
+        }
13
+        $kundenliste = json_decode(file_get_contents('../kunden.json'), TRUE);
14
+        foreach ($kundenliste as $k) {
15
+                foreach ($k['kontakt'] as $kon) {
16
+                        if ($kon['wert'] == $number) {
17
+                                return $k;
18
+                        }
19
+                }
20
+        }
21
+}
22
+
23
+$kunde = suche_kunde($_SESSION['phone']);
24
+if ($kunde) {
25
+    $_SESSION['kundennr'] = $kunde['id'];
26
+} else {
27
+    unset($_SESSION['kundennr']);
28
+}
29
+
30
+$content = '';
31
+if (isset($_REQUEST['error'])) {
32
+    $content .= '<div class="panel panel-danger">
33
+    <div class="panel-heading">Fehler</div>
34
+    <div class="panel-body">Bitte geben Sie Ihren Namen an.</div>
35
+    </div>';
36
+}
37
+
38
+$headline = 'Adresse eingeben';
39
+if ($kunde) {
40
+    $content .= '
41
+        <p>Wir haben Ihre Telefonnummer erkannt und diese Felder schon einmal vorausgefüllt. Bitte prüfen Sie die Angaben und ändern Sie die Inhalte bei Bedarf.</p>
42
+    ';
43
+} else { 
44
+    $content .= '
45
+        <p>Bitte geben Sie in diesem Schritt Ihre Daten ein.</p>
46
+    ';
47
+}
48
+if (!$kunde) {
49
+    $kunde = array('nachname' => '', 'vorname' => '', 'strasse' => '', 'plz' => '', 'ort' => '');
50
+}
51
+
52
+$content .= '
53
+    <form class="form" action="save.php" method="post">
54
+    <input type="hidden" name="form" value="step2">
55
+    <div class="form-group form-group-lg row">
56
+        <div class="col-sm-6"><input class="form-control" id="fname" name="fname" type="text" placeholder="Vorname" autocomplete="given-name" value="'.$kunde['vorname'].'"></div>
57
+        <div class="col-sm-6"><input class="form-control" id="lname" name="lname" type="text" placeholder="Nachname" autocomplete="family-name" value="'.$kunde['nachname'].'"></div>
58
+    </div>
59
+    <div class="form-group form-group-lg row">
60
+        <div class="col-sm-12"><input class="form-control" id="address" name="address" type="text" placeholder="Straße" autocomplete="street-address" value="'.$kunde['strasse'].'"></div>
61
+    </div>
62
+    <div class="form-group form-group-lg row">
63
+        <div class="col-sm-4"><input class="form-control" id="zip" name="zip" type="text" placeholder="PLZ" autocomplete="postal-code" value="'.$kunde['plz'].'"></div>
64
+        <div class="col-sm-8"><input class="form-control" id="city" name="city" type="text" placeholder="Ort" autocomplete="locality" value="'.$kunde['ort'].'"></div>
65
+    </div>
66
+      <div class="form-group form-group-lg">
67
+        <div><input class="btn btn-primary btn-lg" type="submit" value="Weiter &gt;"></div>
68
+    </div>
69
+    </form>
70
+
71
+';
72
+
73
+
74
+include("template.php");
... ...
@@ -0,0 +1,69 @@
1
+<?php
2
+session_start();
3
+if(!isset($_SESSION['phone'])) {
4
+    header('Location: index.php?error');
5
+    die();
6
+}
7
+
8
+if (! $_SESSION['lname']) {
9
+    header('Location: step2.php?error');
10
+    die();
11
+}
12
+
13
+$headline = 'Ihr Obst';
14
+$content = '';
15
+if (isset($_REQUEST['error'])) {
16
+    $content .= '<div class="panel panel-danger">
17
+    <div class="panel-heading">Fehler</div>
18
+    <div class="panel-body">Bitte wählen Sie, wie Sie Ihr Obst angeliefert haben.</div>
19
+    </div>';
20
+}
21
+
22
+
23
+$content .= '
24
+    <form class="form" action="save.php" method="post">
25
+    <input type="hidden" name="form" value="step3">
26
+    <p>Wie haben Sie Ihr Obst bei uns angeliefert?</p>
27
+
28
+    <div class="form-group form-group-lg row">
29
+        <div class="col-sm-6"><a href="#" class="btn btn-block btn-lg btn-default" id="btn-gitterbox">In Gitterbox</a></div>
30
+        <div class="col-sm-6"><a href="#" class="btn btn-block btn-lg btn-default" id="btn-anhaenger">Anhänger abgestellt</a></div>
31
+        <input type="hidden" name="lieferart" id="lieferart" value="">
32
+    </div>
33
+    <div class="modal fade" role="dialog" id="modal-gitterbox"><div class="modal-dialog">
34
+    <div class="form-group form-group-lg modal-content"><div class="modal-header">Wie viele Gitterboxen haben Sie gefüllt?</div>
35
+        <div class="modal-body row">
36
+        <div class="col-sm-2 col-sm-offset-1"><a href="#" class="btn btn-block btn-lg btn-default btn-gbcount" id="btn-gbcount-1">1</a></div>
37
+        <div class="col-sm-2"><a href="#" class="btn btn-block btn-lg btn-default btn-gbcount" id="btn-gbcount-2">2</a></div>
38
+        <div class="col-sm-2"><a href="#" class="btn btn-block btn-lg btn-default btn-gbcount" id="btn-gbcount-3">3</a></div>
39
+        <div class="col-sm-2"><a href="#" class="btn btn-block btn-lg btn-default btn-gbcount" id="btn-gbcount-4">4</a></div>
40
+        <div class="col-sm-2"><a href="#" class="btn btn-block btn-lg btn-default btn-gbcount" id="btn-gbcount-5">5</a></div>
41
+    </div>
42
+    </div>
43
+    </div></div>
44
+
45
+    
46
+
47
+    <div class="form-group form-group-lg" id="details-gitterbox">
48
+        <label for="kennz">Anzahl benutzter Gitterboxen:</label>
49
+    <div class="row">
50
+        <div class="col-sm-10 col-sm-offset-1"><input class="form-control" type="text" name="gbcount" id="gbcount"></div>
51
+    </div>
52
+    </div>
53
+     <div class="form-group form-group-lg" id="details-anhaenger">
54
+        <label for="kennz">Wie lautet das Kennzeichen Ihres Anhängers?</label>
55
+    <div class="row">
56
+        <div class="col-sm-10 col-sm-offset-1"><input class="form-control" type="text" name="kennz" id="kennz" placeholder="Kennzeichen des Anhängers"></div>
57
+    </div>
58
+        <span class="help-block">(Falls bekannt)</span>
59
+    </div>
60
+      <div class="form-group form-group-lg">
61
+        <input class="btn btn-primary btn-lg" type="submit" value="Weiter &gt;" id="btn-submit">
62
+        <input class="btn btn-default btn-lg" type="submit" value="Das Obst bringe ich noch" id="btn-keinobst" name="keinobst" value="true">
63
+    </div>
64
+    </form>
65
+
66
+';
67
+
68
+
69
+include("template.php");
... ...
@@ -0,0 +1,45 @@
1
+<?php
2
+session_start();
3
+if(!isset($_SESSION['phone'])) {
4
+    header('Location: index.php?error');
5
+    die();
6
+}
7
+
8
+if (! $_SESSION['lname']) {
9
+    header('Location: step2.php?error');
10
+    die();
11
+}
12
+
13
+if (!isset($_SESSION['lieferart'])) {
14
+    header('Location: step3.php?error');
15
+    die();
16
+}
17
+
18
+
19
+
20
+$headline = 'Gebrauchte Kartons';
21
+$content = '';
22
+if (isset($_REQUEST['error'])) {
23
+    $content .= '<div class="panel panel-danger">
24
+    <div class="panel-heading">Fehler</div>
25
+    <div class="panel-body">Bitte wählen Sie, ob Sie gebrauchte Bag-in-Box-Kartons abgestellt haben.</div>
26
+    </div>';
27
+}
28
+
29
+
30
+$content .= '
31
+    <form class="form" action="save.php" method="post">
32
+    <input type="hidden" name="form" value="step4">
33
+    <p>Haben Sie gebrauchte Bag-in-Box-Kartons angeliefert und bei uns unter Dach gestellt?</p>
34
+
35
+       <div class="form-group form-group-lg row">
36
+        <div class="col-sm-6"><input type="submit" class="btn btn-block btn-lg btn-default" id="btn-kartonsja" name="kartonsja" value="Ja"></div>
37
+        <div class="col-sm-6"><input type="submit" class="btn btn-block btn-lg btn-default" id="btn-kartonsnein" name="kartonsnein" value="Nein"></div>
38
+    </div>
39
+
40
+ </form>
41
+
42
+';
43
+
44
+
45
+include("template.php");
... ...
@@ -0,0 +1,63 @@
1
+<?php
2
+session_start();
3
+if(!isset($_SESSION['phone'])) {
4
+    header('Location: index.php?error');
5
+    die();
6
+}
7
+
8
+if (! $_SESSION['lname']) {
9
+    header('Location: step2.php?error');
10
+    die();
11
+}
12
+
13
+if (!isset($_SESSION['lieferart'])) {
14
+    header('Location: step3.php?error');
15
+    die();
16
+}
17
+
18
+if (!isset($_SESSION['kartons'])) {
19
+    header('Location: step4.php?error');
20
+    die();
21
+}
22
+
23
+
24
+
25
+$headline = 'Ihr Auftrag';
26
+$content = '';
27
+if (isset($_REQUEST['error'])) {
28
+    $content .= '<div class="panel panel-danger">
29
+    <div class="panel-heading">Fehler</div>
30
+    <div class="panel-body">Bitte wählen Sie, in welche Gebinde wir abfüllen sollen.</div>
31
+    </div>';
32
+}
33
+
34
+$gebrauchte = '';
35
+if ($_SESSION['kartons']) {
36
+    $gebrauchte = 'Zuerst meine gebrauchten Kartons und falls diese nicht reichen, dann ';
37
+}
38
+
39
+$content .= '
40
+    <form class="form" action="save.php" method="post">
41
+    <input type="hidden" name="form" value="step5">
42
+    <p>Welche Karton-Größen sollen wir für Sie herstellen?</p>
43
+
44
+    <div class="form-group form-group-lg row">
45
+        <div class="col-sm-6"><input type="submit" class="btn btn-block btn-lg btn-primary" id="btn-5er" name="5er" value="'.$gebrauchte.'5er"></div>
46
+        <div class="col-sm-6"><input type="submit" class="btn btn-block btn-lg btn-primary" id="btn-10er" name="10er" value="'.$gebrauchte.'10er"></div>
47
+    </div>
48
+    <div class="form-group form-group-lg">
49
+        <label for="sonstiges">Falls obiges nicht zutrifft, beschreiben Sie bitte hier Ihren Wunsch.</label>
50
+        <div class="row">
51
+        <div class="col-sm-10 col-sm-offset-1"><textarea class="form-control" name="sonstiges" id="sonstiges" placeholder="Ihr Wunsch"></textarea></div>
52
+        </div>
53
+    </div>
54
+
55
+      <div class="form-group form-group-lg">
56
+        <div><input class="btn btn-primary btn-lg" type="submit" value="Weiter &gt;" name="submit" id="submit"></div>
57
+    </div>
58
+    </form>
59
+
60
+';
61
+
62
+
63
+include("template.php");
... ...
@@ -0,0 +1,67 @@
1
+<?php
2
+session_start();
3
+if(!isset($_SESSION['phone'])) {
4
+    header('Location: index.php?error');
5
+    die();
6
+}
7
+
8
+if (! $_SESSION['lname']) {
9
+    header('Location: step2.php?error');
10
+    die();
11
+}
12
+
13
+if (!isset($_SESSION['lieferart'])) {
14
+    header('Location: step3.php?error');
15
+    die();
16
+}
17
+
18
+if (!isset($_SESSION['kartons'])) {
19
+    header('Location: step4.php?error');
20
+    die();
21
+}
22
+
23
+if (!isset($_SESSION['neue'])) {
24
+    header('Location: step5.php?error');
25
+    die();
26
+}
27
+
28
+
29
+
30
+$headline = 'Frischsaft';
31
+$content = '';
32
+if (isset($_REQUEST['error'])) {
33
+    $content .= '<div class="panel panel-danger">
34
+    <div class="panel-heading">Fehler</div>
35
+    <div class="panel-body">Bitte wählen Sie, ob Sie auch unpasteurisierten Saft möchten.</div>
36
+    </div>';
37
+}
38
+
39
+
40
+$content .= '
41
+    <form class="form" action="save.php" method="post">
42
+    <input type="hidden" name="form" value="step6">
43
+    <p>Möchten Sie, dass wir einen Teil Ihres Safts <strong>unpasteurisiert</strong> in ein Gefäß einfüllen und haben Sie ein passendes Gefäß abgestellt?</p>
44
+
45
+       <div class="form-group form-group-lg row">
46
+        <div class="col-sm-6"><a href="#details-frischsaft" class="btn btn-block btn-lg btn-default" id="btn-frischsaftja">Ja</a></div>
47
+        <div class="col-sm-6"><input type="submit" class="btn btn-block btn-lg btn-default" id="btn-frischsaftnein" name="frischsaftnein" value="Nein"></div>
48
+    </div>
49
+
50
+    <div id="details-frischsaft">
51
+     <div class="form-group form-group-lg">
52
+        <label for="frischsaft">Welche Menge an frischem (nicht pasteurisiertem) Saft sollen wir in Ihr Gefäß einfüllen?</label>
53
+    <div class="row">
54
+        <div class="col-xs-6 col-sm-2 col-sm-offset-1"><input class="form-control" type="number" name="frischsaft" id="frischsaft"></div>
55
+        <div class="col-xs-6 col-sm-8" style="text-align: left; font-size: 18px; padding-top: 0.5em;" class="form-control">Liter</div>
56
+    </div>
57
+    </div>
58
+      <div class="form-group form-group-lg">
59
+        <div><input class="btn btn-primary btn-lg" type="submit" value="Weiter &gt;" id="submit"></div>
60
+    </div>
61
+    </div>
62
+  </form>
63
+
64
+';
65
+
66
+
67
+include("template.php");
... ...
@@ -0,0 +1,173 @@
1
+<?php
2
+session_start();
3
+if(!isset($_SESSION['phone'])) {
4
+    header('Location: index.php?error');
5
+    die();
6
+}
7
+
8
+if (! $_SESSION['lname']) {
9
+    header('Location: step2.php?error');
10
+    die();
11
+}
12
+
13
+if (!isset($_SESSION['lieferart'])) {
14
+    header('Location: step3.php?error');
15
+    die();
16
+}
17
+
18
+if (!isset($_SESSION['kartons'])) {
19
+    header('Location: step4.php?error');
20
+    die();
21
+}
22
+
23
+if (!isset($_SESSION['neue'])) {
24
+    header('Location: step5.php?error');
25
+    die();
26
+}
27
+
28
+if (!isset($_SESSION['frischsaft'])) {
29
+    header('Location: step6.php?error');
30
+    die();
31
+}
32
+
33
+
34
+
35
+$headline = 'Ihr Auftrag im Überblick';
36
+$content = '';
37
+
38
+$anlieferung = '';
39
+if ($_SESSION['lieferart'] == 'gitterbox') {
40
+    if ($_SESSION['gbcount'] > 1) {
41
+        $anlieferung = 'Ihr Obst haben Sie in '.$_SESSION['gbcount'].' Gitterboxen eingefüllt und alle mit Ihrem Namen beschriftet.';
42
+    } else {
43
+        $anlieferung = 'Ihr Obst haben Sie in eine unserer Gitterboxen eingefüllt und diese mit Ihrem Namen beschriftet.';
44
+    }
45
+}
46
+if ($_SESSION['lieferart'] == 'anhaenger') {
47
+    if ($_SESSION['kennz']) {
48
+        $anlieferung = 'Sie haben Ihren Anhänger mit dem Kennzeichen <strong>'.$_SESSION['kennz'].'</strong> bei uns abgestellt und diesen mit Ihrem Namen beschriftet.';
49
+    } else {
50
+        $anlieferung = 'Sie haben Ihren Anhänger bei uns abgestellt und diesen mit Ihrem Namen beschriftet.';
51
+    }
52
+}
53
+if ($_SESSION['lieferart'] == 'kommtnoch') {
54
+    $anlieferung = 'Das Obst bringen Sie in den kommenden 2 Tagen zu uns.<br><div class="alert alert-warning">Bitte liefern Sie Ihr Obst zeitnah an, damit wir diesen Auftrag auch Ihrem Obst zuordnen können.</div>';
55
+}
56
+
57
+$abfuellung = '';
58
+if ($_SESSION['neue'] == '5er') {
59
+    if ($_SESSION['kartons']) {
60
+        $abfuellung = 'Wir füllen zunächst Ihre gebrauchten Kartons (wenn vorhanden zuerst 5er, dann 10er) und falls noch Saft übrig ist, füllen wir diesen in <strong>5-Liter-Kartons</strong>.';
61
+    } else {
62
+        $abfuellung = 'Wir füllen Ihren Saft in <strong>5-Liter-Kartons</strong>.';
63
+    }
64
+} elseif ($_SESSION['neue'] == '10er') {
65
+    if ($_SESSION['kartons']) {
66
+        $abfuellung = 'Wir füllen zunächst Ihre gebrauchten Kartons (wenn vorhanden zuerst 10er, dann 5er) und falls noch Saft übrig ist, füllen wir diesen in <strong>10-Liter-Kartons</strong>.';
67
+    } else {
68
+        $abfuellung = 'Wir füllen Ihren Saft in <strong>10-Liter-Kartons</strong>.';
69
+    }
70
+} else {
71
+    $abfuellung = 'Sie haben uns folgende Nachricht hinterlassen:<br><blockquote>'.$_SESSION['sonstiges'].'</blockquote>';
72
+}
73
+
74
+
75
+$content .= '
76
+    <p>Aus Ihren Angaben haben wir folgenden Auftrag ermittelt:</p>
77
+    <div class="panel panel-default">
78
+        <div class="panel-heading">Kundendaten</div>
79
+        <div class="panel-body">'.$_SESSION['fname'].' '.$_SESSION['lname'].'<br>'.$_SESSION['address'].'<br>'.$_SESSION['zip'].' '.$_SESSION['city'].'<br><br>Telefonnummer: '.$_SESSION['phone'].'</div>
80
+        <div class="panel-footer"><a class="btn btn-default " href="index.php"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Angaben ändern</a></div>
81
+    </div>
82
+
83
+    <div class="panel panel-default">
84
+        <div class="panel-heading">Anlieferung</div>
85
+        <div class="panel-body">'.$anlieferung.'</div>
86
+        <div class="panel-footer"><a class="btn btn-default" href="step3.php"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Angaben ändern</a></div>
87
+    </div>
88
+    ';
89
+if ($_SESSION['kartons']) {
90
+    $content .= '
91
+    <div class="panel panel-default">
92
+        <div class="panel-heading">Gebrauchte Kartons</div>
93
+        <div class="panel-body">Sie haben Ihre gebrauchten Kartons am dafür vorgesehenen Platz abgestellt und mit Ihrem Namen beschriftet.</div>
94
+        <div class="panel-footer"><a class="btn btn-default" href="step4.php"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Angaben ändern</a></div>
95
+    </div>
96
+    ';
97
+}
98
+
99
+$content .= '
100
+    <div class="panel panel-default">
101
+        <div class="panel-heading">Abfüllung</div>
102
+        <div class="panel-body">'.$abfuellung.'</div>
103
+        <div class="panel-footer"><a class="btn btn-default" href="'.($_SESSION['kartons'] ? 'step5.php' : 'step4.php').'"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Angaben ändern</a></div>
104
+    </div>
105
+    ';
106
+
107
+if ($_SESSION['frischsaft'] > 0) {
108
+    $content .= '
109
+    <div class="panel panel-default">
110
+        <div class="panel-heading">Frischsaft</div>
111
+        <div class="panel-body">Wir füllen ca. '.$_SESSION['frischsaft'].' Liter unpasteurisierten Saft in das Gefäß, das Sie uns bereitgestellt haben. Bitte beschriften Sie Ihr Gefäß mit Ihrem Namen und stellen Sie es an die Stelle, die für gebrauchte Kartons vorgesehen ist.<br><div class="alert alert-warning">Bitte holen Sie Ihren Saft nach der Verarbeitung zeitnah ab, weil Ihr Gefäß bei einsetzender Gärung beschädigt werden könnte.</div></div>
112
+        <div class="panel-footer"><a class="btn btn-default" href="step6.php"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Angaben ändern</a></div>
113
+    </div>
114
+';
115
+}
116
+
117
+$content .= '
118
+    <form class="form" action="save.php" method="post">
119
+    <input type="hidden" name="form" value="step7">
120
+    <p>Wenn diese Angaben stimmen, bestätigen Sie bitte unten unsere Bedingungen und erteilen Sie den Auftrag.</p>
121
+
122
+    <div class="form-group form-group-lg row">
123
+        <div class="col-xs-10 col-xs-offset-1"><div class="checkbox form-control"><label><input type="checkbox" id="agb" name="agb" value="ok">Ich habe <a id="terms-link" href="https://mosterei-wurst.de/so-einfach-gehts/anlieferung-ohne-termin/spielregeln-fuer-die-anlieferung-in-unsere-gitterboxen/" target="_blank">die Spielregeln</a> gelesen und bin damit einverstanden.</label></div></div>
124
+    </div>
125
+    <div class="form-group form-group-lg">
126
+        <div><input class="btn btn-primary btn-lg" type="submit" value="Auftrag absenden" name="submit" id="submit"></div>
127
+    </div>
128
+    </form>
129
+	<div class="modal fade" id="agbmodal">
130
+		<div class="modal-dialog">
131
+			<div class="modal-content">
132
+
133
+                 
134
+<div class="modal-header"><h1 class="termsheader">Spielregeln für die Anlieferung in unsere Gitterboxen</h1></div>
135
+				<div class="modal-body terms">
136
+          
137
+					<p class="western" align="left"><span style="font-family: Linux Biolinum O;"><span style="font-size: medium;">Wir haben sehr viele gute Erfahrungen mit der Anlieferung ohne Termin gemacht, aber auch ein paar schlechte. Bitte beachten Sie daher folgende Punkte.</span></span></p>
138
+<ul>
139
+<li>
140
+<p class="western">Es gibt keinen Anspruch auf eine freie Gitterbox. Ist keine mehr frei, können wir Ihr Obst nicht annehmen. Bitte stapeln Sie keine Säcke oder Kisten irgendwo auf unserem Gelände! Sie können uns gerne anrufen, wir suchen dann gemeinsam nach einer Lösung.</p>
141
+</li>
142
+<li>
143
+<p class="western">Wir versprechen während der Kernsaison (ca. 15. September bis 1. November) eine Verarbeitung innerhalb von 3 Werktagen. Bitte liefern Sie nur Obst an, das noch fest ist und keine Faul- oder Schimmelstellen besitzt.</p>
144
+</li>
145
+<li>
146
+<p class="western">Mit Gitterboxen ohne Namenskennzeichnung oder Anlieferungen ohne Angabe einer Telefonnummer wissen wir nichts anzufangen. Wir behalten uns vor, das Obst vor dem Verderb zu retten und z.B. für unsere Schnapsproduktion zu nutzen, wenn wir keinen Hinweis finden, wem das Obst gehört.</p>
147
+</li>
148
+<li>
149
+<p class="western">Wir können keine Haftung übernehmen für das Obst, das bei uns zwischengelagert wird.</p>
150
+</li>
151
+<li>
152
+<p class="western">Bitte holen Sie Ihren Saft nach Verarbeitung zügig ab. Wir benötigen den Platz für andere Kunden. Die Abholung kann auch Abends geschehen. Ohne individuelle Vereinbarung gehen wir davon aus, dass Sie Ihren Saft innerhalb von 2 Tagen abholen. Ab dem 3. Tag nach unserem Anruf behalten wir uns eine Lagergebühr von 5 € pro Tag vor. <i>Bitte bringen Sie Ihr Obst nicht kurz vor Ihrem Urlaub!</i></p>
153
+</li>
154
+<li>
155
+<p class="western">Um anderen Kunden auch diesen Service bieten zu können, melden Sie Ihre Anlieferung bitte vorab bei uns an, wenn die Menge etwa 800kg übersteigt (das entspricht zwei Gitterboxen). Wir finden dann sicherlich eine Lösung.</p>
156
+</li>
157
+<li>
158
+<p class="western">Wir können Ihr Obst auch über unsere Obstannahme in Gitterboxen umfüllen, wenn Sie es lose auf dem Anhänger anliefern. Das geht aber nicht, während die Mosterei in Betrieb ist. Da wir in dem Fall trotzdem anwesend sein müssen, bitten wir dafür um vorherige Terminvereinbarung.</p>
159
+</li>
160
+</ul>
161
+<p class="western" align="center"><span style="font-family: Linux Biolinum O;"><span style="font-size: large;"><b>Mit Anlieferung Ihres Obstes erkennen Sie diese Bedingungen an!</b></span></span></p>
162
+				</div>
163
+                <div class="modal-footer">
164
+                    <button type="button" class="btn btn-primary form-control" data-dismiss="modal">Schließen</button>
165
+                </div>
166
+
167
+			</div><!-- /.modal-content -->
168
+		</div><!-- /.modal-dialog -->
169
+	</div><!-- /.modal -->
170
+
171
+';
172
+
173
+include("template.php");
... ...
@@ -0,0 +1,54 @@
1
+<!DOCTYPE html>
2
+<html lang="de">
3
+  <head>
4
+    <meta charset="utf-8">
5
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+    <meta name="viewport" content="width=device-width, initial-scale=1">
7
+    <title>Mosterei Wurst - Auftrag erteilen</title>
8
+
9
+    <script src="assets/jquery.js"></script>
10
+    <script src="assets/jquery-ui/jquery-ui.min.js"></script>
11
+    <link href="assets/jquery-ui/jquery-ui.min.css" rel="stylesheet">
12
+    <script src="assets/bootstrap/js/bootstrap.min.js"></script>
13
+    <link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
14
+    <link href="assets/style.css" rel="stylesheet">
15
+    <script src="assets/script.js"></script>
16
+    <?php
17
+    $f = 'assets/'.str_replace('.php','.js', $_SERVER['PHP_SELF']);
18
+    if (file_exists($f)) {
19
+      echo '<script src="'.$f.'"></script>';
20
+    }
21
+    ?>
22
+   </head>
23
+  <body>
24
+  <div class="container text-center">
25
+    <div><img src="assets/images/banner.png" width="280" height="66" alt="Mosterei Wurst - Murrhardt-Köchersberg - 07192-936436"></div>
26
+  <h1><?= $headline ?></h1>
27
+    <?= $content ?>
28
+    <?php if (basename($_SERVER['PHP_SELF']) != 'finish.php') { ?>
29
+    <ul class="pagination">
30
+        <?php 
31
+        $pages = array(
32
+            1 => 'index.php',
33
+            2 => 'step2.php',
34
+            3 => 'step3.php',
35
+            4 => 'step4.php',
36
+            5 => 'step5.php',
37
+            6 => 'step6.php',
38
+            7 => 'step7.php');
39
+        foreach ($pages as $index => $file) {   
40
+        echo '<li'.($file === basename($_SERVER['PHP_SELF']) ? ' class="active"' : '').'><a href="'.$file.'">'.$index.'</a></li>';
41
+}
42
+?>
43
+    </ul>
44
+    <?php } ?>
45
+    <div class="panel panel-info" id="footer">
46
+        <div class="panel-heading">Hilfe?</div>
47
+        <div class="panel-body"><p>Für Unterstützung bei der Nutzung dieses Formulars können Sie gerne unsere Telefonnummer <a href="tel:+497192936434">07192-936434</a> anrufen.</p></div>
48
+        <div class="panel-footer"><a href="https://mosterei-wurst.de/impressum/">Impressum</a> · <a href="https://mosterei-wurst.de/">Website besuchen</a></div>
49
+    </div>
50
+
51
+    </div>
52
+
53
+ </body>
54
+</html>
0 55