Simple Calendar – Google Calendar Plugin - Version 3.1.26

Version Description

  • Revert to 3.1.22 version to skip recent 3.1.25 update that has an error.
Download this release

Release Info

Developer sureswiftcapital
Plugin Icon 128x128 Simple Calendar – Google Calendar Plugin
Version 3.1.26
Comparing to
See all releases

Code changes from version 3.1.25 to 3.1.26

assets/css/admin-add-calendar.css CHANGED
@@ -1,34 +1,34 @@
1
- body #_simcal_attach_calendar_id,
2
- body .simcal-calendar-widget-settings select {
3
- width: 100%; }
4
-
5
- body .select2-container--default .select2-selection--single {
6
- border-color: #ccc;
7
- border-radius: 0; }
8
-
9
- body .select2-container {
10
- z-index: 1000000; }
11
-
12
- body.post-type-gce_feed #gce-insert-shortcode-button {
13
- display: none; }
14
-
15
- .wp-media-buttons a.add_calendar span.wp-media-buttons-icon {
16
- background: none; }
17
-
18
- .gce-insert-shortcode-panel {
19
- max-width: 90%;
20
- position: relative; }
21
- .gce-insert-shortcode-panel select {
22
- display: block;
23
- max-width: 470px;
24
- width: 100%; }
25
-
26
- body .gce-insert-shortcode-modal {
27
- height: 220px !important;
28
- margin-left: -250px !important;
29
- width: 500px !important; }
30
-
31
- body .gce-insert-shortcode-modal-title {
32
- background: #fff !important;
33
- border-bottom: none !important;
34
- height: 0 !important; }
1
+ body #_simcal_attach_calendar_id,
2
+ body .simcal-calendar-widget-settings select {
3
+ width: 100%; }
4
+
5
+ body .select2-container--default .select2-selection--single {
6
+ border-color: #ccc;
7
+ border-radius: 0; }
8
+
9
+ body .select2-container {
10
+ z-index: 1000000; }
11
+
12
+ body.post-type-gce_feed #gce-insert-shortcode-button {
13
+ display: none; }
14
+
15
+ .wp-media-buttons a.add_calendar span.wp-media-buttons-icon {
16
+ background: none; }
17
+
18
+ .gce-insert-shortcode-panel {
19
+ max-width: 90%;
20
+ position: relative; }
21
+ .gce-insert-shortcode-panel select {
22
+ display: block;
23
+ max-width: 470px;
24
+ width: 100%; }
25
+
26
+ body .gce-insert-shortcode-modal {
27
+ height: 220px !important;
28
+ margin-left: -250px !important;
29
+ width: 500px !important; }
30
+
31
+ body .gce-insert-shortcode-modal-title {
32
+ background: #fff !important;
33
+ border-bottom: none !important;
34
+ height: 0 !important; }
assets/css/admin-add-calendar.min.css CHANGED
@@ -1,6 +1,6 @@
1
- /*! Simple Calendar - 3.1.25
2
  * https://simplecalendar.io
3
- * Copyright (c) Moonstone Media 2020
4
  * Licensed GPLv2+ */
5
 
6
  body #_simcal_attach_calendar_id,body .simcal-calendar-widget-settings select{width:100%}body .select2-container--default .select2-selection--single{border-color:#ccc;border-radius:0}body .select2-container{z-index:1000000}body.post-type-gce_feed #gce-insert-shortcode-button{display:none}.wp-media-buttons a.add_calendar span.wp-media-buttons-icon{background:0 0}.gce-insert-shortcode-panel{max-width:90%;position:relative}.gce-insert-shortcode-panel select{display:block;max-width:470px;width:100%}body .gce-insert-shortcode-modal{height:220px!important;margin-left:-250px!important;width:500px!important}body .gce-insert-shortcode-modal-title{background:#fff!important;border-bottom:none!important;height:0!important}
1
+ /*! Simple Calendar - 3.1.20
2
  * https://simplecalendar.io
3
+ * Copyright (c) Moonstone Media 2018
4
  * Licensed GPLv2+ */
5
 
6
  body #_simcal_attach_calendar_id,body .simcal-calendar-widget-settings select{width:100%}body .select2-container--default .select2-selection--single{border-color:#ccc;border-radius:0}body .select2-container{z-index:1000000}body.post-type-gce_feed #gce-insert-shortcode-button{display:none}.wp-media-buttons a.add_calendar span.wp-media-buttons-icon{background:0 0}.gce-insert-shortcode-panel{max-width:90%;position:relative}.gce-insert-shortcode-panel select{display:block;max-width:470px;width:100%}body .gce-insert-shortcode-modal{height:220px!important;margin-left:-250px!important;width:500px!important}body .gce-insert-shortcode-modal-title{background:#fff!important;border-bottom:none!important;height:0!important}
assets/css/admin.css CHANGED
@@ -1,620 +1,620 @@
1
- @font-face {
2
- font-family: 'simple-calendar';
3
- src: url("../fonts/simple-calendar.eot?43976014");
4
- src: url("../fonts/simple-calendar.eot?43976014#iefix") format("embedded-opentype"), url("../fonts/simple-calendar.woff?43976014") format("woff"), url("../fonts/simple-calendar.ttf?43976014") format("truetype"), url("../fonts/simple-calendar.svg?43976014#simple-calendar") format("svg");
5
- font-weight: normal;
6
- font-style: normal; }
7
-
8
- [class^="simcal-icon-"]:before,
9
- [class*=" simcal-icon-"]:before {
10
- display: inline-block;
11
- font-family: "simple-calendar";
12
- font-style: normal;
13
- font-weight: normal;
14
- margin-right: .2em;
15
- speak: none;
16
- text-decoration: inherit;
17
- text-align: center;
18
- width: 1em;
19
- font-variant: normal;
20
- text-transform: none;
21
- margin-left: .2em;
22
- -webkit-font-smoothing: antialiased;
23
- -moz-osx-font-smoothing: grayscale; }
24
-
25
- .simcal-icon-spin {
26
- -moz-animation: spin 2s infinite linear;
27
- -o-animation: spin 2s infinite linear;
28
- -webkit-animation: spin 2s infinite linear;
29
- animation: spin 2s infinite linear;
30
- display: inline-block; }
31
-
32
- @-moz-keyframes spin {
33
- 0% {
34
- -moz-transform: rotate(0deg);
35
- -o-transform: rotate(0deg);
36
- -webkit-transform: rotate(0deg);
37
- transform: rotate(0deg); }
38
- 100% {
39
- -moz-transform: rotate(359deg);
40
- -o-transform: rotate(359deg);
41
- -webkit-transform: rotate(359deg);
42
- transform: rotate(359deg); } }
43
-
44
- @-webkit-keyframes spin {
45
- 0% {
46
- -moz-transform: rotate(0deg);
47
- -o-transform: rotate(0deg);
48
- -webkit-transform: rotate(0deg);
49
- transform: rotate(0deg); }
50
- 100% {
51
- -moz-transform: rotate(359deg);
52
- -o-transform: rotate(359deg);
53
- -webkit-transform: rotate(359deg);
54
- transform: rotate(359deg); } }
55
-
56
- @-o-keyframes spin {
57
- 0% {
58
- -moz-transform: rotate(0deg);
59
- -o-transform: rotate(0deg);
60
- -webkit-transform: rotate(0deg);
61
- transform: rotate(0deg); }
62
- 100% {
63
- -moz-transform: rotate(359deg);
64
- -o-transform: rotate(359deg);
65
- -webkit-transform: rotate(359deg);
66
- transform: rotate(359deg); } }
67
-
68
- @-ms-keyframes spin {
69
- 0% {
70
- -moz-transform: rotate(0deg);
71
- -o-transform: rotate(0deg);
72
- -webkit-transform: rotate(0deg);
73
- transform: rotate(0deg); }
74
- 100% {
75
- -moz-transform: rotate(359deg);
76
- -o-transform: rotate(359deg);
77
- -webkit-transform: rotate(359deg);
78
- transform: rotate(359deg); } }
79
-
80
- @keyframes spin {
81
- 0% {
82
- -moz-transform: rotate(0deg);
83
- -o-transform: rotate(0deg);
84
- -webkit-transform: rotate(0deg);
85
- transform: rotate(0deg); }
86
- 100% {
87
- -moz-transform: rotate(359deg);
88
- -o-transform: rotate(359deg);
89
- -webkit-transform: rotate(359deg);
90
- transform: rotate(359deg); } }
91
-
92
- .simcal-icon-animate:before {
93
- transition: all .2s ease-in-out; }
94
-
95
- .simcal-icon-rotate-180:before {
96
- transform: rotate(180deg); }
97
-
98
- .simcal-icon-calendar-empty:before {
99
- content: '\e800'; }
100
-
101
- .simcal-icon-calendar:before {
102
- content: '\e801'; }
103
-
104
- .simcal-icon-calendar-logo:before {
105
- content: '\e802'; }
106
-
107
- .simcal-icon-settings:before {
108
- content: '\e804'; }
109
-
110
- .simcal-icon-toggles:before {
111
- content: '\e805'; }
112
-
113
- .simcal-icon-list:before {
114
- content: '\e806'; }
115
-
116
- .simcal-icon-event:before {
117
- content: '\e807'; }
118
-
119
- .simcal-icon-help:before {
120
- content: '\e808'; }
121
-
122
- .simcal-icon-panel:before {
123
- content: '\e80a'; }
124
-
125
- .simcal-icon-grid:before {
126
- content: '\e80b'; }
127
-
128
- .simcal-icon-google:before {
129
- content: '\e80c'; }
130
-
131
- .simcal-icon-docs:before {
132
- content: '\e80f'; }
133
-
134
- .simcal-icon-hourglass:before {
135
- content: '\e811'; }
136
-
137
- .simcal-icon-globe:before {
138
- content: '\e812'; }
139
-
140
- .simcal-icon-timezones:before {
141
- content: '\e813'; }
142
-
143
- .simcal-icon-warning:before {
144
- content: '\e815'; }
145
-
146
- .simcal-icon-wordpress:before {
147
- content: '\e814'; }
148
-
149
- .simcal-icon-up:before {
150
- content: '\e80e'; }
151
-
152
- .simcal-icon-right:before {
153
- content: '\e809'; }
154
-
155
- .simcal-icon-down:before {
156
- content: '\e80d'; }
157
-
158
- .simcal-icon-left:before {
159
- content: '\e803'; }
160
-
161
- .simcal-icon-spinner:before {
162
- content: '\e810'; }
163
-
164
- .simcal-help-tip {
165
- color: rgba(0, 0, 0, 0.46);
166
- cursor: help; }
167
-
168
- #tiptip_holder {
169
- display: none;
170
- left: 0;
171
- position: absolute;
172
- top: 0;
173
- z-index: 9999999; }
174
-
175
- #tiptip_holder.tip_top {
176
- padding-bottom: 5px; }
177
-
178
- #tiptip_holder.tip_bottom {
179
- padding-top: 5px; }
180
-
181
- #tiptip_holder.tip_right {
182
- padding-left: 5px; }
183
-
184
- #tiptip_holder.tip_left {
185
- padding-right: 5px; }
186
-
187
- #tiptip_content {
188
- background-color: rgba(25, 25, 25, 0.92);
189
- border: 1px solid rgba(255, 255, 255, 0.25);
190
- border-radius: 3px;
191
- color: #fff;
192
- font-size: 11px;
193
- padding: 4px 8px; }
194
-
195
- #tiptip_arrow, #tiptip_arrow_inner {
196
- border-color: transparent;
197
- border-style: solid;
198
- border-width: 6px;
199
- height: 0;
200
- position: absolute;
201
- width: 0; }
202
-
203
- #tiptip_holder.tip_top #tiptip_arrow_inner {
204
- border-top-color: rgba(25, 25, 25, 0.92);
205
- margin-left: -6px;
206
- margin-top: -7px; }
207
-
208
- #tiptip_holder.tip_bottom #tiptip_arrow_inner {
209
- border-bottom-color: rgba(25, 25, 25, 0.92);
210
- margin-left: -6px;
211
- margin-top: -5px; }
212
-
213
- #tiptip_holder.tip_right #tiptip_arrow_inner {
214
- border-right-color: rgba(25, 25, 25, 0.92);
215
- margin-left: -5px;
216
- margin-top: -6px; }
217
-
218
- #tiptip_holder.tip_left #tiptip_arrow_inner {
219
- border-left-color: rgba(25, 25, 25, 0.92);
220
- margin-left: -7px;
221
- margin-top: -6px; }
222
-
223
- @media screen and (-webkit-min-device-pixel-ratio: 0) {
224
- #tiptip_content {
225
- background-color: rgba(45, 45, 45, 0.88);
226
- padding: 4px 8px 5px 8px; }
227
- #tiptip_holder.tip_bottom #tiptip_arrow_inner {
228
- border-bottom-color: rgba(45, 45, 45, 0.88); }
229
- #tiptip_holder.tip_top #tiptip_arrow_inner {
230
- border-top-color: rgba(20, 20, 20, 0.92); } }
231
-
232
- .simcal-dismiss-notice {
233
- color: #ccc;
234
- float: right;
235
- margin-top: 9px;
236
- text-decoration: none; }
237
- .simcal-dismiss-notice:hover {
238
- color: #aaa; }
239
- .simcal-dismiss-notice:focus, .simcal-dismiss-notice:active {
240
- outline: 0; }
241
-
242
- .wp-admin .simcal-field-inline,
243
- .wp-admin .simcal-field-inline > input,
244
- .wp-admin .simcal-field-inline > select {
245
- display: inline-block;
246
- vertical-align: baseline; }
247
-
248
- body .simcal-field-tiny,
249
- body .simcal-panel-field .simcal-field-tiny {
250
- max-width: 60px; }
251
-
252
- body .simcal-field-small,
253
- body .simcal-panel-field .simcal-field-small {
254
- max-width: 100px; }
255
-
256
- body .simcal-field-textarea,
257
- body .simcal-field-select-enhanced {
258
- max-width: 500px;
259
- width: 100%; }
260
-
261
- .select2-container {
262
- z-index: 999999; }
263
-
264
- body .simcal-field-textarea {
265
- min-height: 64px;
266
- vertical-align: top; }
267
-
268
- .simcal-field-radios > i {
269
- margin-left: 5px;
270
- vertical-align: middle; }
271
-
272
- .simcal-field-radios-inline {
273
- display: inline-block;
274
- margin: 0; }
275
- .simcal-field-radios-inline > li {
276
- display: inline-block;
277
- margin-right: 10px; }
278
- .simcal-field-radios-inline > li:last-child {
279
- margin-right: 0; }
280
-
281
- .simcal-field-bool > input {
282
- line-height: 2.4; }
283
-
284
- .simcal-field-date-picker > input[type="text"] {
285
- max-width: 120px; }
286
-
287
- #ui-datepicker-div.simcal-date-picker {
288
- background-color: #fff;
289
- box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
290
- padding: 8px 10px; }
291
- #ui-datepicker-div.simcal-date-picker .ui-datepicker-header > a {
292
- display: inline-block;
293
- cursor: pointer;
294
- margin-top: 7px; }
295
- #ui-datepicker-div.simcal-date-picker .ui-datepicker-header > a:first-of-type {
296
- float: left; }
297
- #ui-datepicker-div.simcal-date-picker .ui-datepicker-header > a:last-of-type {
298
- float: right; }
299
- #ui-datepicker-div.simcal-date-picker .ui-datepicker-header .ui-datepicker-title {
300
- margin: 0 10% 4px; }
301
- #ui-datepicker-div.simcal-date-picker .ui-datepicker-header .ui-datepicker-title > select {
302
- width: 48.5%; }
303
- #ui-datepicker-div.simcal-date-picker .ui-datepicker-today {
304
- background-color: #eee; }
305
- #ui-datepicker-div.simcal-date-picker > table tr td,
306
- #ui-datepicker-div.simcal-date-picker > table tr th {
307
- padding: 2px 4px;
308
- text-align: center; }
309
- #ui-datepicker-div.simcal-date-picker > table tr td a,
310
- #ui-datepicker-div.simcal-date-picker > table tr th a {
311
- text-decoration: none; }
312
-
313
- .simcal-field-datetime-format {
314
- padding: 10px 0 5px; }
315
- .simcal-field-datetime-format > div {
316
- background-color: rgba(0, 0, 0, 0.03);
317
- border: 1px dashed rgba(0, 0, 0, 0.18);
318
- border-radius: 3px;
319
- cursor: move;
320
- display: inline-block;
321
- float: left;
322
- margin: 0 10px 15px 0;
323
- padding: 10px; }
324
- .simcal-field-datetime-format select {
325
- display: block; }
326
- .simcal-field-datetime-format > span {
327
- clear: both;
328
- display: block; }
329
- .simcal-field-datetime-format .ui-sortable-helper {
330
- box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.12);
331
- transform: rotate(2deg); }
332
-
333
- #simcal-settings-page .simcal-wide-text {
334
- width: 40em; }
335
-
336
- #simcal-settings-page .select2 {
337
- max-width: 500px; }
338
-
339
- #simcal-settings-page .select2-search__field {
340
- border: 0 !important;
341
- box-shadow: none !important;
342
- margin: 0; }
343
- #simcal-settings-page .select2-search__field:focus {
344
- border: 0 !important;
345
- box-shadow: none !important; }
346
-
347
- #simcal-settings-page .select2-selection {
348
- border: 1px solid #ddd;
349
- border-radius: 0; }
350
-
351
- #simcal-settings-page .select2-container--open .select2-selection {
352
- border-color: #5b9dd9;
353
- box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); }
354
-
355
- .about-wrap .simcal-badge {
356
- position: absolute;
357
- top: 0;
358
- right: 0; }
359
-
360
- .simcal-badge {
361
- background-image: url("../images/welcome/icon-185x185.png");
362
- height: 185px;
363
- width: 185px; }
364
-
365
- #simcal-welcome .whats-new-wrap img {
366
- margin: 1em 2em 1em 0;
367
- border: 1px solid #d6d6d6;
368
- box-sizing: border-box;
369
- vertical-align: top; }
370
-
371
- #simcal-system-status-report textarea {
372
- font-family: monospace;
373
- min-height: 200px;
374
- padding: 5px 20px;
375
- white-space: pre;
376
- width: 100%; }
377
-
378
- .simcal-system-status-report-panel {
379
- margin: 20px 0; }
380
- .simcal-system-status-report-panel thead th {
381
- font-weight: bold; }
382
- .simcal-system-status-report-panel tbody td,
383
- .simcal-system-status-report-panel thead th {
384
- font-size: 14px;
385
- vertical-align: top; }
386
- .simcal-system-status-report-panel tbody .tooltip {
387
- text-align: center;
388
- width: 20px; }
389
- .simcal-system-status-report-panel tbody .label {
390
- width: 30%; }
391
- .simcal-system-status-report-panel tbody tr:nth-child(odd) td {
392
- background-color: rgba(0, 0, 0, 0.02); }
393
- .simcal-system-status-report-panel dl {
394
- margin: 0;
395
- padding: 0; }
396
- .simcal-system-status-report-panel dt {
397
- float: left;
398
- font-style: italic;
399
- margin: 0 4px 0 0; }
400
- .simcal-system-status-report-panel dd {
401
- margin: 0; }
402
- .simcal-system-status-report-panel mark {
403
- background-color: transparent;
404
- font-weight: bold; }
405
- .simcal-system-status-report-panel mark.ok {
406
- color: green; }
407
- .simcal-system-status-report-panel mark.error {
408
- color: red; }
409
-
410
- #simcal-reset-licenses {
411
- color: red; }
412
-
413
- .ui-datepicker {
414
- left: -9999px;
415
- position: absolute; }
416
-
417
- #simcal-clear-cache {
418
- float: right;
419
- margin: 0 10px 10px; }
420
-
421
- #simcal-get-shortcode .inside {
422
- padding: 5px 15px 10px;
423
- text-align: center; }
424
-
425
- #simcal-get-shortcode input {
426
- width: 100%; }
427
-
428
- #simcal-upgrade,
429
- #simcal-newsletter {
430
- background-color: #fcf8e3; }
431
- #simcal-upgrade input,
432
- #simcal-newsletter input {
433
- width: 100%; }
434
-
435
- #simcal-upgrade .centered {
436
- text-align: center; }
437
-
438
- #simcal-upgrade .heading {
439
- font-size: 16px; }
440
-
441
- #simcal-upgrade .button-large {
442
- font-size: 16px;
443
- line-height: 30px;
444
- height: 32px; }
445
-
446
- #simcal-calendar-settings {
447
- display: none; }
448
- #simcal-calendar-settings .hndle {
449
- line-height: 2;
450
- padding: 10px; }
451
- #simcal-calendar-settings .inside {
452
- margin: 0;
453
- padding: 0; }
454
- #simcal-calendar-settings .select2-container {
455
- border-radius: 0;
456
- max-width: 500px; }
457
- #simcal-calendar-settings .select2-search__field {
458
- border: 0 !important;
459
- box-shadow: none !important;
460
- margin: 0; }
461
- #simcal-calendar-settings .select2-search__field:focus {
462
- border: 0 !important;
463
- box-shadow: none !important; }
464
- #simcal-calendar-settings .select2-selection {
465
- border: 1px solid #ddd;
466
- border-radius: 0; }
467
- #simcal-calendar-settings .select2-container--open .select2-selection {
468
- border-color: #5b9dd9;
469
- box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); }
470
- #simcal-calendar-settings .select2-selection__choice {
471
- margin-bottom: 0; }
472
- #simcal-calendar-settings .wp-picker-container {
473
- vertical-align: inherit; }
474
-
475
- .simcal-box-handle {
476
- display: inline-block;
477
- line-height: 1;
478
- margin-left: 8px; }
479
- .simcal-box-handle:before {
480
- content: '\2014';
481
- display: inline-block;
482
- font-weight: normal; }
483
- .simcal-box-handle label {
484
- font-size: 12px;
485
- font-weight: normal;
486
- margin-right: 10px;
487
- vertical-align: baseline; }
488
- .simcal-box-handle select {
489
- font-weight: bold;
490
- margin: -3px 0 0 .5em;
491
- vertical-align: middle; }
492
-
493
- .simcal-tabs {
494
- background: #fafafa;
495
- border-right: 1px solid #eee;
496
- box-sizing: border-box;
497
- float: left;
498
- line-height: 1em;
499
- margin: 0;
500
- padding: 0 0 10px;
501
- position: relative;
502
- width: 20%; }
503
- .simcal-tabs a {
504
- border-bottom: 1px solid #eee;
505
- display: block;
506
- line-height: 20px !important;
507
- margin: 0;
508
- padding: 10px;
509
- text-decoration: none; }
510
- .simcal-tabs a:focus {
511
- box-shadow: none; }
512
- .simcal-tabs li {
513
- display: block;
514
- margin: 0;
515
- padding: 0; }
516
- .simcal-tabs li.active a {
517
- background-color: #eee;
518
- color: #555;
519
- position: relative; }
520
- .simcal-tabs:after {
521
- background-color: #fafafa;
522
- border-right: 1px solid #eee;
523
- bottom: -9999em;
524
- content: "";
525
- display: block;
526
- height: 9999em;
527
- left: 0;
528
- position: absolute;
529
- width: 100%; }
530
-
531
- .simcal-panels-wrap {
532
- background: #fff;
533
- overflow: hidden; }
534
-
535
- .simcal-panel {
536
- margin-left: 20%;
537
- max-width: 80%; }
538
- .simcal-panel > table {
539
- padding-bottom: 11px;
540
- width: 100%; }
541
- .simcal-panel > table thead th {
542
- border-bottom: 1px solid #eee;
543
- font-size: 14px;
544
- font-weight: bold;
545
- padding: 12px 0 15px 10px;
546
- text-align: left; }
547
- .simcal-panel > table > tbody tr:first-child td,
548
- .simcal-panel > table > tbody tr:first-child th {
549
- padding-top: 14px; }
550
- .simcal-panel > table > tbody tr:last-child td,
551
- .simcal-panel > table > tbody tr:last-child th {
552
- border-bottom: 1px solid #eee;
553
- padding-bottom: 14px; }
554
- .simcal-panel > table > tbody:last-of-type tr:last-child td,
555
- .simcal-panel > table > tbody:last-of-type tr:last-child th {
556
- border-bottom: 0; }
557
-
558
- .simcal-panel-field > td {
559
- width: 82%; }
560
-
561
- .simcal-panel-field > th {
562
- font-weight: normal;
563
- min-width: 100px;
564
- width: 15%; }
565
-
566
- .simcal-panel-field > td,
567
- .simcal-panel-field > th {
568
- padding: 9px 3% 9px 10px;
569
- text-align: left;
570
- vertical-align: text-top; }
571
-
572
- .simcal-panel-field .simcal-field-text {
573
- max-width: 500px;
574
- width: 90%; }
575
-
576
- @media screen and (max-width: 1023px) {
577
- .simcal-box-handle {
578
- display: block;
579
- line-height: 2;
580
- margin: 16px 0 0; }
581
- .simcal-box-handle:before {
582
- display: none; }
583
- .simcal-box-handle label {
584
- display: table;
585
- margin-bottom: 16px;
586
- width: 100%; }
587
- .simcal-box-handle label > span {
588
- display: table-cell;
589
- width: 20%; }
590
- .simcal-box-handle label > select {
591
- display: table-cell;
592
- width: 80%; }
593
- .simcal-box-handle .simcal-tabs {
594
- width: 16%; }
595
- .simcal-box-handle .simcal-tabs i {
596
- font-size: 18px;
597
- line-height: 1; }
598
- .simcal-box-handle .simcal-tabs span {
599
- display: none; }
600
- .simcal-box-handle .simcal-panel {
601
- margin-left: 16%;
602
- max-width: 84%; }
603
- .simcal-box-handle .simcal-panel-section {
604
- display: block;
605
- overflow: hidden; }
606
- .simcal-box-handle .simcal-panel-field th {
607
- display: block;
608
- width: 100%; }
609
- .simcal-box-handle .simcal-panel-field td {
610
- display: inline-block;
611
- width: 100%; }
612
- .simcal-box-handle .simcal-panel-field select {
613
- max-width: 86%; } }
614
-
615
- input.simcal-shortcode {
616
- border: dashed 1px rgba(0, 0, 0, 0.3);
617
- color: rgba(0, 0, 0, 0.58);
618
- font-family: monospace;
619
- font-weight: bold;
620
- text-align: center; }
1
+ @font-face {
2
+ font-family: 'simple-calendar';
3
+ src: url("../fonts/simple-calendar.eot?43976014");
4
+ src: url("../fonts/simple-calendar.eot?43976014#iefix") format("embedded-opentype"), url("../fonts/simple-calendar.woff?43976014") format("woff"), url("../fonts/simple-calendar.ttf?43976014") format("truetype"), url("../fonts/simple-calendar.svg?43976014#simple-calendar") format("svg");
5
+ font-weight: normal;
6
+ font-style: normal; }
7
+
8
+ [class^="simcal-icon-"]:before,
9
+ [class*=" simcal-icon-"]:before {
10
+ display: inline-block;
11
+ font-family: "simple-calendar";
12
+ font-style: normal;
13
+ font-weight: normal;
14
+ margin-right: .2em;
15
+ speak: none;
16
+ text-decoration: inherit;
17
+ text-align: center;
18
+ width: 1em;
19
+ font-variant: normal;
20
+ text-transform: none;
21
+ margin-left: .2em;
22
+ -webkit-font-smoothing: antialiased;
23
+ -moz-osx-font-smoothing: grayscale; }
24
+
25
+ .simcal-icon-spin {
26
+ -moz-animation: spin 2s infinite linear;
27
+ -o-animation: spin 2s infinite linear;
28
+ -webkit-animation: spin 2s infinite linear;
29
+ animation: spin 2s infinite linear;
30
+ display: inline-block; }
31
+
32
+ @-moz-keyframes spin {
33
+ 0% {
34
+ -moz-transform: rotate(0deg);
35
+ -o-transform: rotate(0deg);
36
+ -webkit-transform: rotate(0deg);
37
+ transform: rotate(0deg); }
38
+ 100% {
39
+ -moz-transform: rotate(359deg);
40
+ -o-transform: rotate(359deg);
41
+ -webkit-transform: rotate(359deg);
42
+ transform: rotate(359deg); } }
43
+
44
+ @-webkit-keyframes spin {
45
+ 0% {
46
+ -moz-transform: rotate(0deg);
47
+ -o-transform: rotate(0deg);
48
+ -webkit-transform: rotate(0deg);
49
+ transform: rotate(0deg); }
50
+ 100% {
51
+ -moz-transform: rotate(359deg);
52
+ -o-transform: rotate(359deg);
53
+ -webkit-transform: rotate(359deg);
54
+ transform: rotate(359deg); } }
55
+
56
+ @-o-keyframes spin {
57
+ 0% {
58
+ -moz-transform: rotate(0deg);
59
+ -o-transform: rotate(0deg);
60
+ -webkit-transform: rotate(0deg);
61
+ transform: rotate(0deg); }
62
+ 100% {
63
+ -moz-transform: rotate(359deg);
64
+ -o-transform: rotate(359deg);
65
+ -webkit-transform: rotate(359deg);
66
+ transform: rotate(359deg); } }
67
+
68
+ @-ms-keyframes spin {
69
+ 0% {
70
+ -moz-transform: rotate(0deg);
71
+ -o-transform: rotate(0deg);
72
+ -webkit-transform: rotate(0deg);
73
+ transform: rotate(0deg); }
74
+ 100% {
75
+ -moz-transform: rotate(359deg);
76
+ -o-transform: rotate(359deg);
77
+ -webkit-transform: rotate(359deg);
78
+ transform: rotate(359deg); } }
79
+
80
+ @keyframes spin {
81
+ 0% {
82
+ -moz-transform: rotate(0deg);
83
+ -o-transform: rotate(0deg);
84
+ -webkit-transform: rotate(0deg);
85
+ transform: rotate(0deg); }
86
+ 100% {
87
+ -moz-transform: rotate(359deg);
88
+ -o-transform: rotate(359deg);
89
+ -webkit-transform: rotate(359deg);
90
+ transform: rotate(359deg); } }
91
+
92
+ .simcal-icon-animate:before {
93
+ transition: all .2s ease-in-out; }
94
+
95
+ .simcal-icon-rotate-180:before {
96
+ transform: rotate(180deg); }
97
+
98
+ .simcal-icon-calendar-empty:before {
99
+ content: '\e800'; }
100
+
101
+ .simcal-icon-calendar:before {
102
+ content: '\e801'; }
103
+
104
+ .simcal-icon-calendar-logo:before {
105
+ content: '\e802'; }
106
+
107
+ .simcal-icon-settings:before {
108
+ content: '\e804'; }
109
+
110
+ .simcal-icon-toggles:before {
111
+ content: '\e805'; }
112
+
113
+ .simcal-icon-list:before {
114
+ content: '\e806'; }
115
+
116
+ .simcal-icon-event:before {
117
+ content: '\e807'; }
118
+
119
+ .simcal-icon-help:before {
120
+ content: '\e808'; }
121
+
122
+ .simcal-icon-panel:before {
123
+ content: '\e80a'; }
124
+
125
+ .simcal-icon-grid:before {
126
+ content: '\e80b'; }
127
+
128
+ .simcal-icon-google:before {
129
+ content: '\e80c'; }
130
+
131
+ .simcal-icon-docs:before {
132
+ content: '\e80f'; }
133
+
134
+ .simcal-icon-hourglass:before {
135
+ content: '\e811'; }
136
+
137
+ .simcal-icon-globe:before {
138
+ content: '\e812'; }
139
+
140
+ .simcal-icon-timezones:before {
141
+ content: '\e813'; }
142
+
143
+ .simcal-icon-warning:before {
144
+ content: '\e815'; }
145
+
146
+ .simcal-icon-wordpress:before {
147
+ content: '\e814'; }
148
+
149
+ .simcal-icon-up:before {
150
+ content: '\e80e'; }
151
+
152
+ .simcal-icon-right:before {
153
+ content: '\e809'; }
154
+
155
+ .simcal-icon-down:before {
156
+ content: '\e80d'; }
157
+
158
+ .simcal-icon-left:before {
159
+ content: '\e803'; }
160
+
161
+ .simcal-icon-spinner:before {
162
+ content: '\e810'; }
163
+
164
+ .simcal-help-tip {
165
+ color: rgba(0, 0, 0, 0.46);
166
+ cursor: help; }
167
+
168
+ #tiptip_holder {
169
+ display: none;
170
+ left: 0;
171
+ position: absolute;
172
+ top: 0;
173
+ z-index: 9999999; }
174
+
175
+ #tiptip_holder.tip_top {
176
+ padding-bottom: 5px; }
177
+
178
+ #tiptip_holder.tip_bottom {
179
+ padding-top: 5px; }
180
+
181
+ #tiptip_holder.tip_right {
182
+ padding-left: 5px; }
183
+
184
+ #tiptip_holder.tip_left {
185
+ padding-right: 5px; }
186
+
187
+ #tiptip_content {
188
+ background-color: rgba(25, 25, 25, 0.92);
189
+ border: 1px solid rgba(255, 255, 255, 0.25);
190
+ border-radius: 3px;
191
+ color: #fff;
192
+ font-size: 11px;
193
+ padding: 4px 8px; }
194
+
195
+ #tiptip_arrow, #tiptip_arrow_inner {
196
+ border-color: transparent;
197
+ border-style: solid;
198
+ border-width: 6px;
199
+ height: 0;
200
+ position: absolute;
201
+ width: 0; }
202
+
203
+ #tiptip_holder.tip_top #tiptip_arrow_inner {
204
+ border-top-color: rgba(25, 25, 25, 0.92);
205
+ margin-left: -6px;
206
+ margin-top: -7px; }
207
+
208
+ #tiptip_holder.tip_bottom #tiptip_arrow_inner {
209
+ border-bottom-color: rgba(25, 25, 25, 0.92);
210
+ margin-left: -6px;
211
+ margin-top: -5px; }
212
+
213
+ #tiptip_holder.tip_right #tiptip_arrow_inner {
214
+ border-right-color: rgba(25, 25, 25, 0.92);
215
+ margin-left: -5px;
216
+ margin-top: -6px; }
217
+
218
+ #tiptip_holder.tip_left #tiptip_arrow_inner {
219
+ border-left-color: rgba(25, 25, 25, 0.92);
220
+ margin-left: -7px;
221
+ margin-top: -6px; }
222
+
223
+ @media screen and (-webkit-min-device-pixel-ratio: 0) {
224
+ #tiptip_content {
225
+ background-color: rgba(45, 45, 45, 0.88);
226
+ padding: 4px 8px 5px 8px; }
227
+ #tiptip_holder.tip_bottom #tiptip_arrow_inner {
228
+ border-bottom-color: rgba(45, 45, 45, 0.88); }
229
+ #tiptip_holder.tip_top #tiptip_arrow_inner {
230
+ border-top-color: rgba(20, 20, 20, 0.92); } }
231
+
232
+ .simcal-dismiss-notice {
233
+ color: #ccc;
234
+ float: right;
235
+ margin-top: 9px;
236
+ text-decoration: none; }
237
+ .simcal-dismiss-notice:hover {
238
+ color: #aaa; }
239
+ .simcal-dismiss-notice:focus, .simcal-dismiss-notice:active {
240
+ outline: 0; }
241
+
242
+ .wp-admin .simcal-field-inline,
243
+ .wp-admin .simcal-field-inline > input,
244
+ .wp-admin .simcal-field-inline > select {
245
+ display: inline-block;
246
+ vertical-align: baseline; }
247
+
248
+ body .simcal-field-tiny,
249
+ body .simcal-panel-field .simcal-field-tiny {
250
+ max-width: 60px; }
251
+
252
+ body .simcal-field-small,
253
+ body .simcal-panel-field .simcal-field-small {
254
+ max-width: 100px; }
255
+
256
+ body .simcal-field-textarea,
257
+ body .simcal-field-select-enhanced {
258
+ max-width: 500px;
259
+ width: 100%; }
260
+
261
+ .select2-container {
262
+ z-index: 999999; }
263
+
264
+ body .simcal-field-textarea {
265
+ min-height: 64px;
266
+ vertical-align: top; }
267
+
268
+ .simcal-field-radios > i {
269
+ margin-left: 5px;
270
+ vertical-align: middle; }
271
+
272
+ .simcal-field-radios-inline {
273
+ display: inline-block;
274
+ margin: 0; }
275
+ .simcal-field-radios-inline > li {
276
+ display: inline-block;
277
+ margin-right: 10px; }
278
+ .simcal-field-radios-inline > li:last-child {
279
+ margin-right: 0; }
280
+
281
+ .simcal-field-bool > input {
282
+ line-height: 2.4; }
283
+
284
+ .simcal-field-date-picker > input[type="text"] {
285
+ max-width: 120px; }
286
+
287
+ #ui-datepicker-div.simcal-date-picker {
288
+ background-color: #fff;
289
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
290
+ padding: 8px 10px; }
291
+ #ui-datepicker-div.simcal-date-picker .ui-datepicker-header > a {
292
+ display: inline-block;
293
+ cursor: pointer;
294
+ margin-top: 7px; }
295
+ #ui-datepicker-div.simcal-date-picker .ui-datepicker-header > a:first-of-type {
296
+ float: left; }
297
+ #ui-datepicker-div.simcal-date-picker .ui-datepicker-header > a:last-of-type {
298
+ float: right; }
299
+ #ui-datepicker-div.simcal-date-picker .ui-datepicker-header .ui-datepicker-title {
300
+ margin: 0 10% 4px; }
301
+ #ui-datepicker-div.simcal-date-picker .ui-datepicker-header .ui-datepicker-title > select {
302
+ width: 48.5%; }
303
+ #ui-datepicker-div.simcal-date-picker .ui-datepicker-today {
304
+ background-color: #eee; }
305
+ #ui-datepicker-div.simcal-date-picker > table tr td,
306
+ #ui-datepicker-div.simcal-date-picker > table tr th {
307
+ padding: 2px 4px;
308
+ text-align: center; }
309
+ #ui-datepicker-div.simcal-date-picker > table tr td a,
310
+ #ui-datepicker-div.simcal-date-picker > table tr th a {
311
+ text-decoration: none; }
312
+
313
+ .simcal-field-datetime-format {
314
+ padding: 10px 0 5px; }
315
+ .simcal-field-datetime-format > div {
316
+ background-color: rgba(0, 0, 0, 0.03);
317
+ border: 1px dashed rgba(0, 0, 0, 0.18);
318
+ border-radius: 3px;
319
+ cursor: move;
320
+ display: inline-block;
321
+ float: left;
322
+ margin: 0 10px 15px 0;
323
+ padding: 10px; }
324
+ .simcal-field-datetime-format select {
325
+ display: block; }
326
+ .simcal-field-datetime-format > span {
327
+ clear: both;
328
+ display: block; }
329
+ .simcal-field-datetime-format .ui-sortable-helper {
330
+ box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.12);
331
+ transform: rotate(2deg); }
332
+
333
+ #simcal-settings-page .simcal-wide-text {
334
+ width: 40em; }
335
+
336
+ #simcal-settings-page .select2 {
337
+ max-width: 500px; }
338
+
339
+ #simcal-settings-page .select2-search__field {
340
+ border: 0 !important;
341
+ box-shadow: none !important;
342
+ margin: 0; }
343
+ #simcal-settings-page .select2-search__field:focus {
344
+ border: 0 !important;
345
+ box-shadow: none !important; }
346
+
347
+ #simcal-settings-page .select2-selection {
348
+ border: 1px solid #ddd;
349
+ border-radius: 0; }
350
+
351
+ #simcal-settings-page .select2-container--open .select2-selection {
352
+ border-color: #5b9dd9;
353
+ box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); }
354
+
355
+ .about-wrap .simcal-badge {
356
+ position: absolute;
357
+ top: 0;
358
+ right: 0; }
359
+
360
+ .simcal-badge {
361
+ background-image: url("../images/welcome/icon-185x185.png");
362
+ height: 185px;
363
+ width: 185px; }
364
+
365
+ #simcal-welcome .whats-new-wrap img {
366
+ margin: 1em 2em 1em 0;
367
+ border: 1px solid #d6d6d6;
368
+ box-sizing: border-box;
369
+ vertical-align: top; }
370
+
371
+ #simcal-system-status-report textarea {
372
+ font-family: monospace;
373
+ min-height: 200px;
374
+ padding: 5px 20px;
375
+ white-space: pre;
376
+ width: 100%; }
377
+
378
+ .simcal-system-status-report-panel {
379
+ margin: 20px 0; }
380
+ .simcal-system-status-report-panel thead th {
381
+ font-weight: bold; }
382
+ .simcal-system-status-report-panel tbody td,
383
+ .simcal-system-status-report-panel thead th {
384
+ font-size: 14px;
385
+ vertical-align: top; }
386
+ .simcal-system-status-report-panel tbody .tooltip {
387
+ text-align: center;
388
+ width: 20px; }
389
+ .simcal-system-status-report-panel tbody .label {
390
+ width: 30%; }
391
+ .simcal-system-status-report-panel tbody tr:nth-child(odd) td {
392
+ background-color: rgba(0, 0, 0, 0.02); }
393
+ .simcal-system-status-report-panel dl {
394
+ margin: 0;
395
+ padding: 0; }
396
+ .simcal-system-status-report-panel dt {
397
+ float: left;
398
+ font-style: italic;
399
+ margin: 0 4px 0 0; }
400
+ .simcal-system-status-report-panel dd {
401
+ margin: 0; }
402
+ .simcal-system-status-report-panel mark {
403
+ background-color: transparent;
404
+ font-weight: bold; }
405
+ .simcal-system-status-report-panel mark.ok {
406
+ color: green; }
407
+ .simcal-system-status-report-panel mark.error {
408
+ color: red; }
409
+
410
+ #simcal-reset-licenses {
411
+ color: red; }
412
+
413
+ .ui-datepicker {
414
+ left: -9999px;
415
+ position: absolute; }
416
+
417
+ #simcal-clear-cache {
418
+ float: right;
419
+ margin: 0 10px 10px; }
420
+
421
+ #simcal-get-shortcode .inside {
422
+ padding: 5px 15px 10px;
423
+ text-align: center; }
424
+
425
+ #simcal-get-shortcode input {
426
+ width: 100%; }
427
+
428
+ #simcal-upgrade,
429
+ #simcal-newsletter {
430
+ background-color: #fcf8e3; }
431
+ #simcal-upgrade input,
432
+ #simcal-newsletter input {
433
+ width: 100%; }
434
+
435
+ #simcal-upgrade .centered {
436
+ text-align: center; }
437
+
438
+ #simcal-upgrade .heading {
439
+ font-size: 16px; }
440
+
441
+ #simcal-upgrade .button-large {
442
+ font-size: 16px;
443
+ line-height: 30px;
444
+ height: 32px; }
445
+
446
+ #simcal-calendar-settings {
447
+ display: none; }
448
+ #simcal-calendar-settings .hndle {
449
+ line-height: 2;
450
+ padding: 10px; }
451
+ #simcal-calendar-settings .inside {
452
+ margin: 0;
453
+ padding: 0; }
454
+ #simcal-calendar-settings .select2-container {
455
+ border-radius: 0;
456
+ max-width: 500px; }
457
+ #simcal-calendar-settings .select2-search__field {
458
+ border: 0 !important;
459
+ box-shadow: none !important;
460
+ margin: 0; }
461
+ #simcal-calendar-settings .select2-search__field:focus {
462
+ border: 0 !important;
463
+ box-shadow: none !important; }
464
+ #simcal-calendar-settings .select2-selection {
465
+ border: 1px solid #ddd;
466
+ border-radius: 0; }
467
+ #simcal-calendar-settings .select2-container--open .select2-selection {
468
+ border-color: #5b9dd9;
469
+ box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); }
470
+ #simcal-calendar-settings .select2-selection__choice {
471
+ margin-bottom: 0; }
472
+ #simcal-calendar-settings .wp-picker-container {
473
+ vertical-align: inherit; }
474
+
475
+ .simcal-box-handle {
476
+ display: inline-block;
477
+ line-height: 1;
478
+ margin-left: 8px; }
479
+ .simcal-box-handle:before {
480
+ content: '\2014';
481
+ display: inline-block;
482
+ font-weight: normal; }
483
+ .simcal-box-handle label {
484
+ font-size: 12px;
485
+ font-weight: normal;
486
+ margin-right: 10px;
487
+ vertical-align: baseline; }
488
+ .simcal-box-handle select {
489
+ font-weight: bold;
490
+ margin: -3px 0 0 .5em;
491
+ vertical-align: middle; }
492
+
493
+ .simcal-tabs {
494
+ background: #fafafa;
495
+ border-right: 1px solid #eee;
496
+ box-sizing: border-box;
497
+ float: left;
498
+ line-height: 1em;
499
+ margin: 0;
500
+ padding: 0 0 10px;
501
+ position: relative;
502
+ width: 20%; }
503
+ .simcal-tabs a {
504
+ border-bottom: 1px solid #eee;
505
+ display: block;
506
+ line-height: 20px !important;
507
+ margin: 0;
508
+ padding: 10px;
509
+ text-decoration: none; }
510
+ .simcal-tabs a:focus {
511
+ box-shadow: none; }
512
+ .simcal-tabs li {
513
+ display: block;
514
+ margin: 0;
515
+ padding: 0; }
516
+ .simcal-tabs li.active a {
517
+ background-color: #eee;
518
+ color: #555;
519
+ position: relative; }
520
+ .simcal-tabs:after {
521
+ background-color: #fafafa;
522
+ border-right: 1px solid #eee;
523
+ bottom: -9999em;
524
+ content: "";
525
+ display: block;
526
+ height: 9999em;
527
+ left: 0;
528
+ position: absolute;
529
+ width: 100%; }
530
+
531
+ .simcal-panels-wrap {
532
+ background: #fff;
533
+ overflow: hidden; }
534
+
535
+ .simcal-panel {
536
+ margin-left: 20%;
537
+ max-width: 80%; }
538
+ .simcal-panel > table {
539
+ padding-bottom: 11px;
540
+ width: 100%; }
541
+ .simcal-panel > table thead th {
542
+ border-bottom: 1px solid #eee;
543
+ font-size: 14px;
544
+ font-weight: bold;
545
+ padding: 12px 0 15px 10px;
546
+ text-align: left; }
547
+ .simcal-panel > table > tbody tr:first-child td,
548
+ .simcal-panel > table > tbody tr:first-child th {
549
+ padding-top: 14px; }
550
+ .simcal-panel > table > tbody tr:last-child td,
551
+ .simcal-panel > table > tbody tr:last-child th {
552
+ border-bottom: 1px solid #eee;
553
+ padding-bottom: 14px; }
554
+ .simcal-panel > table > tbody:last-of-type tr:last-child td,
555
+ .simcal-panel > table > tbody:last-of-type tr:last-child th {
556
+ border-bottom: 0; }
557
+
558
+ .simcal-panel-field > td {
559
+ width: 82%; }
560
+
561
+ .simcal-panel-field > th {
562
+ font-weight: normal;
563
+ min-width: 100px;
564
+ width: 15%; }
565
+
566
+ .simcal-panel-field > td,
567
+ .simcal-panel-field > th {
568
+ padding: 9px 3% 9px 10px;
569
+ text-align: left;
570
+ vertical-align: text-top; }
571
+
572
+ .simcal-panel-field .simcal-field-text {
573
+ max-width: 500px;
574
+ width: 90%; }
575
+
576
+ @media screen and (max-width: 1023px) {
577
+ .simcal-box-handle {
578
+ display: block;
579
+ line-height: 2;
580
+ margin: 16px 0 0; }
581
+ .simcal-box-handle:before {
582
+ display: none; }
583
+ .simcal-box-handle label {
584
+ display: table;
585
+ margin-bottom: 16px;
586
+ width: 100%; }
587
+ .simcal-box-handle label > span {
588
+ display: table-cell;
589
+ width: 20%; }
590
+ .simcal-box-handle label > select {
591
+ display: table-cell;
592
+ width: 80%; }
593
+ .simcal-box-handle .simcal-tabs {
594
+ width: 16%; }
595
+ .simcal-box-handle .simcal-tabs i {
596
+ font-size: 18px;
597
+ line-height: 1; }
598
+ .simcal-box-handle .simcal-tabs span {
599
+ display: none; }
600
+ .simcal-box-handle .simcal-panel {
601
+ margin-left: 16%;
602
+ max-width: 84%; }
603
+ .simcal-box-handle .simcal-panel-section {
604
+ display: block;
605
+ overflow: hidden; }
606
+ .simcal-box-handle .simcal-panel-field th {
607
+ display: block;
608
+ width: 100%; }
609
+ .simcal-box-handle .simcal-panel-field td {
610
+ display: inline-block;
611
+ width: 100%; }
612
+ .simcal-box-handle .simcal-panel-field select {
613
+ max-width: 86%; } }
614
+
615
+ input.simcal-shortcode {
616
+ border: dashed 1px rgba(0, 0, 0, 0.3);
617
+ color: rgba(0, 0, 0, 0.58);
618
+ font-family: monospace;
619
+ font-weight: bold;
620
+ text-align: center; }
assets/css/admin.min.css CHANGED
@@ -1,6 +1,6 @@
1
- /*! Simple Calendar - 3.1.25
2
  * https://simplecalendar.io
3
- * Copyright (c) Moonstone Media 2020
4
  * Licensed GPLv2+ */
5
 
6
- @font-face{font-family:simple-calendar;src:url(../fonts/simple-calendar.eot?43976014);src:url(../fonts/simple-calendar.eot?43976014#iefix) format("embedded-opentype"),url(../fonts/simple-calendar.woff?43976014) format("woff"),url(../fonts/simple-calendar.ttf?43976014) format("truetype"),url(../fonts/simple-calendar.svg?43976014#simple-calendar) format("svg");font-weight:400;font-style:normal}[class*=" simcal-icon-"]:before,[class^=simcal-icon-]:before{display:inline-block;font-family:simple-calendar;font-style:normal;font-weight:400;margin-right:.2em;speak:none;text-decoration:inherit;text-align:center;width:1em;font-variant:normal;text-transform:none;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#ui-datepicker-div.simcal-date-picker>table tr td a,#ui-datepicker-div.simcal-date-picker>table tr th a,.simcal-tabs a{text-decoration:none}.simcal-icon-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.simcal-icon-animate:before{transition:all .2s ease-in-out}.simcal-icon-rotate-180:before{transform:rotate(180deg)}.simcal-icon-calendar-empty:before{content:'\e800'}.simcal-icon-calendar:before{content:'\e801'}.simcal-icon-calendar-logo:before{content:'\e802'}.simcal-icon-settings:before{content:'\e804'}.simcal-icon-toggles:before{content:'\e805'}.simcal-icon-list:before{content:'\e806'}.simcal-icon-event:before{content:'\e807'}.simcal-icon-help:before{content:'\e808'}.simcal-icon-panel:before{content:'\e80a'}.simcal-icon-grid:before{content:'\e80b'}.simcal-icon-google:before{content:'\e80c'}.simcal-icon-docs:before{content:'\e80f'}.simcal-icon-hourglass:before{content:'\e811'}.simcal-icon-globe:before{content:'\e812'}.simcal-icon-timezones:before{content:'\e813'}.simcal-icon-warning:before{content:'\e815'}.simcal-icon-wordpress:before{content:'\e814'}.simcal-icon-up:before{content:'\e80e'}.simcal-icon-right:before{content:'\e809'}.simcal-icon-down:before{content:'\e80d'}.simcal-icon-left:before{content:'\e803'}.simcal-icon-spinner:before{content:'\e810'}.simcal-help-tip{color:rgba(0,0,0,.46);cursor:help}#tiptip_holder{display:none;left:0;position:absolute;top:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_left{padding-right:5px}#tiptip_content{background-color:rgba(25,25,25,.92);border:1px solid rgba(255,255,255,.25);border-radius:3px;color:#fff;font-size:11px;padding:4px 8px}#tiptip_arrow,#tiptip_arrow_inner{border-color:transparent;border-style:solid;border-width:6px;height:0;position:absolute;width:0}#tiptip_holder.tip_top #tiptip_arrow_inner{border-top-color:rgba(25,25,25,.92);margin-left:-6px;margin-top:-7px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{border-bottom-color:rgba(25,25,25,.92);margin-left:-6px;margin-top:-5px}#tiptip_holder.tip_right #tiptip_arrow_inner{border-right-color:rgba(25,25,25,.92);margin-left:-5px;margin-top:-6px}#tiptip_holder.tip_left #tiptip_arrow_inner{border-left-color:rgba(25,25,25,.92);margin-left:-7px;margin-top:-6px}@media screen and (-webkit-min-device-pixel-ratio:0){#tiptip_content{background-color:rgba(45,45,45,.88);padding:4px 8px 5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{border-bottom-color:rgba(45,45,45,.88)}#tiptip_holder.tip_top #tiptip_arrow_inner{border-top-color:rgba(20,20,20,.92)}}.simcal-dismiss-notice{color:#ccc;float:right;margin-top:9px;text-decoration:none}.simcal-dismiss-notice:hover{color:#aaa}.simcal-dismiss-notice:active,.simcal-dismiss-notice:focus{outline:0}.wp-admin .simcal-field-inline,.wp-admin .simcal-field-inline>input,.wp-admin .simcal-field-inline>select{display:inline-block;vertical-align:baseline}body .simcal-field-tiny,body .simcal-panel-field .simcal-field-tiny{max-width:60px}body .simcal-field-small,body .simcal-panel-field .simcal-field-small{max-width:100px}body .simcal-field-select-enhanced,body .simcal-field-textarea{max-width:500px;width:100%}.select2-container{z-index:999999}body .simcal-field-textarea{min-height:64px;vertical-align:top}.simcal-field-radios>i{margin-left:5px;vertical-align:middle}.simcal-field-radios-inline{display:inline-block;margin:0}.simcal-field-radios-inline>li{display:inline-block;margin-right:10px}.simcal-field-radios-inline>li:last-child{margin-right:0}.simcal-field-bool>input{line-height:2.4}.simcal-field-date-picker>input[type=text]{max-width:120px}#ui-datepicker-div.simcal-date-picker{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:8px 10px}#ui-datepicker-div.simcal-date-picker .ui-datepicker-header>a{display:inline-block;cursor:pointer;margin-top:7px}#ui-datepicker-div.simcal-date-picker .ui-datepicker-header>a:first-of-type{float:left}#ui-datepicker-div.simcal-date-picker .ui-datepicker-header>a:last-of-type{float:right}#ui-datepicker-div.simcal-date-picker .ui-datepicker-header .ui-datepicker-title{margin:0 10% 4px}#ui-datepicker-div.simcal-date-picker .ui-datepicker-header .ui-datepicker-title>select{width:48.5%}#ui-datepicker-div.simcal-date-picker .ui-datepicker-today{background-color:#eee}#ui-datepicker-div.simcal-date-picker>table tr td,#ui-datepicker-div.simcal-date-picker>table tr th{padding:2px 4px;text-align:center}.simcal-field-datetime-format{padding:10px 0 5px}.simcal-field-datetime-format>div{background-color:rgba(0,0,0,.03);border:1px dashed rgba(0,0,0,.18);border-radius:3px;cursor:move;display:inline-block;float:left;margin:0 10px 15px 0;padding:10px}.simcal-field-datetime-format select{display:block}.simcal-field-datetime-format>span{clear:both;display:block}.simcal-field-datetime-format .ui-sortable-helper{box-shadow:-2px 4px 8px rgba(0,0,0,.12);transform:rotate(2deg)}#simcal-settings-page .select2-search__field,#simcal-settings-page .select2-search__field:focus{border:0!important;box-shadow:none!important}#simcal-settings-page .simcal-wide-text{width:40em}#simcal-settings-page .select2{max-width:500px}#simcal-settings-page .select2-search__field{margin:0}#simcal-settings-page .select2-selection{border:1px solid #ddd;border-radius:0}#simcal-settings-page .select2-container--open .select2-selection{border-color:#5b9dd9;box-shadow:0 0 2px rgba(30,140,190,.8)}.about-wrap .simcal-badge{position:absolute;top:0;right:0}.simcal-badge{background-image:url(../images/welcome/icon-185x185.png);height:185px;width:185px}#simcal-welcome .whats-new-wrap img{margin:1em 2em 1em 0;border:1px solid #d6d6d6;box-sizing:border-box;vertical-align:top}#simcal-system-status-report textarea{font-family:monospace;min-height:200px;padding:5px 20px;white-space:pre;width:100%}.simcal-system-status-report-panel{margin:20px 0}.simcal-system-status-report-panel thead th{font-weight:700}.simcal-system-status-report-panel tbody td,.simcal-system-status-report-panel thead th{font-size:14px;vertical-align:top}.simcal-system-status-report-panel tbody .tooltip{text-align:center;width:20px}.simcal-system-status-report-panel tbody .label{width:30%}.simcal-system-status-report-panel tbody tr:nth-child(odd) td{background-color:rgba(0,0,0,.02)}.simcal-system-status-report-panel dl{margin:0;padding:0}.simcal-system-status-report-panel dt{float:left;font-style:italic;margin:0 4px 0 0}.simcal-system-status-report-panel dd{margin:0}.simcal-system-status-report-panel mark{background-color:transparent;font-weight:700}.simcal-system-status-report-panel mark.ok{color:green}#simcal-reset-licenses,.simcal-system-status-report-panel mark.error{color:red}.ui-datepicker{left:-9999px;position:absolute}#simcal-clear-cache{float:right;margin:0 10px 10px}#simcal-get-shortcode .inside{padding:5px 15px 10px;text-align:center}#simcal-get-shortcode input,#simcal-newsletter input,#simcal-upgrade input{width:100%}#simcal-newsletter,#simcal-upgrade{background-color:#fcf8e3}#simcal-upgrade .centered{text-align:center}#simcal-upgrade .heading{font-size:16px}#simcal-upgrade .button-large{font-size:16px;line-height:30px;height:32px}#simcal-calendar-settings{display:none}#simcal-calendar-settings .hndle{line-height:2;padding:10px}#simcal-calendar-settings .inside{margin:0;padding:0}#simcal-calendar-settings .select2-container{border-radius:0;max-width:500px}#simcal-calendar-settings .select2-search__field{border:0!important;box-shadow:none!important;margin:0}#simcal-calendar-settings .select2-search__field:focus{border:0!important;box-shadow:none!important}#simcal-calendar-settings .select2-selection{border:1px solid #ddd;border-radius:0}#simcal-calendar-settings .select2-container--open .select2-selection{border-color:#5b9dd9;box-shadow:0 0 2px rgba(30,140,190,.8)}#simcal-calendar-settings .select2-selection__choice{margin-bottom:0}#simcal-calendar-settings .wp-picker-container{vertical-align:inherit}.simcal-box-handle{display:inline-block;line-height:1;margin-left:8px}.simcal-box-handle:before{content:'\2014';display:inline-block;font-weight:400}.simcal-box-handle label{font-size:12px;font-weight:400;margin-right:10px;vertical-align:baseline}.simcal-box-handle select{font-weight:700;margin:-3px 0 0 .5em;vertical-align:middle}.simcal-tabs{background:#fafafa;border-right:1px solid #eee;box-sizing:border-box;float:left;line-height:1em;margin:0;padding:0 0 10px;position:relative;width:20%}.simcal-tabs a{border-bottom:1px solid #eee;display:block;line-height:20px!important;margin:0;padding:10px}.simcal-tabs a:focus{box-shadow:none}.simcal-tabs li{display:block;margin:0;padding:0}.simcal-tabs li.active a{background-color:#eee;color:#555;position:relative}.simcal-tabs:after{background-color:#fafafa;border-right:1px solid #eee;bottom:-9999em;content:"";display:block;height:9999em;left:0;position:absolute;width:100%}.simcal-panels-wrap{background:#fff;overflow:hidden}.simcal-panel{margin-left:20%;max-width:80%}.simcal-panel>table{padding-bottom:11px;width:100%}.simcal-panel>table thead th{border-bottom:1px solid #eee;font-size:14px;font-weight:700;padding:12px 0 15px 10px;text-align:left}.simcal-panel>table>tbody tr:first-child td,.simcal-panel>table>tbody tr:first-child th{padding-top:14px}.simcal-panel>table>tbody tr:last-child td,.simcal-panel>table>tbody tr:last-child th{border-bottom:1px solid #eee;padding-bottom:14px}.simcal-panel>table>tbody:last-of-type tr:last-child td,.simcal-panel>table>tbody:last-of-type tr:last-child th{border-bottom:0}.simcal-panel-field>td{width:82%}.simcal-panel-field>th{font-weight:400;min-width:100px;width:15%}.simcal-panel-field>td,.simcal-panel-field>th{padding:9px 3% 9px 10px;text-align:left;vertical-align:text-top}.simcal-panel-field .simcal-field-text{max-width:500px;width:90%}@media screen and (max-width:1023px){.simcal-box-handle{display:block;line-height:2;margin:16px 0 0}.simcal-box-handle:before{display:none}.simcal-box-handle label{display:table;margin-bottom:16px;width:100%}.simcal-box-handle label>span{display:table-cell;width:20%}.simcal-box-handle label>select{display:table-cell;width:80%}.simcal-box-handle .simcal-tabs{width:16%}.simcal-box-handle .simcal-tabs i{font-size:18px;line-height:1}.simcal-box-handle .simcal-tabs span{display:none}.simcal-box-handle .simcal-panel{margin-left:16%;max-width:84%}.simcal-box-handle .simcal-panel-section{display:block;overflow:hidden}.simcal-box-handle .simcal-panel-field th{display:block;width:100%}.simcal-box-handle .simcal-panel-field td{display:inline-block;width:100%}.simcal-box-handle .simcal-panel-field select{max-width:86%}}input.simcal-shortcode{border:1px dashed rgba(0,0,0,.3);color:rgba(0,0,0,.58);font-family:monospace;font-weight:700;text-align:center}
1
+ /*! Simple Calendar - 3.1.20
2
  * https://simplecalendar.io
3
+ * Copyright (c) Moonstone Media 2018
4
  * Licensed GPLv2+ */
5
 
6
+ @font-face{font-family:simple-calendar;src:url(../fonts/simple-calendar.eot?43976014);src:url(../fonts/simple-calendar.eot?43976014#iefix) format("embedded-opentype"),url(../fonts/simple-calendar.woff?43976014) format("woff"),url(../fonts/simple-calendar.ttf?43976014) format("truetype"),url(../fonts/simple-calendar.svg?43976014#simple-calendar) format("svg");font-weight:400;font-style:normal}[class*=" simcal-icon-"]:before,[class^=simcal-icon-]:before{display:inline-block;font-family:simple-calendar;font-style:normal;font-weight:400;margin-right:.2em;speak:none;text-decoration:inherit;text-align:center;width:1em;font-variant:normal;text-transform:none;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#ui-datepicker-div.simcal-date-picker>table tr td a,#ui-datepicker-div.simcal-date-picker>table tr th a,.simcal-dismiss-notice,.simcal-tabs a{text-decoration:none}.simcal-icon-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.simcal-icon-animate:before{transition:all .2s ease-in-out}.simcal-icon-rotate-180:before{transform:rotate(180deg)}.simcal-icon-calendar-empty:before{content:'\e800'}.simcal-icon-calendar:before{content:'\e801'}.simcal-icon-calendar-logo:before{content:'\e802'}.simcal-icon-settings:before{content:'\e804'}.simcal-icon-toggles:before{content:'\e805'}.simcal-icon-list:before{content:'\e806'}.simcal-icon-event:before{content:'\e807'}.simcal-icon-help:before{content:'\e808'}.simcal-icon-panel:before{content:'\e80a'}.simcal-icon-grid:before{content:'\e80b'}.simcal-icon-google:before{content:'\e80c'}.simcal-icon-docs:before{content:'\e80f'}.simcal-icon-hourglass:before{content:'\e811'}.simcal-icon-globe:before{content:'\e812'}.simcal-icon-timezones:before{content:'\e813'}.simcal-icon-warning:before{content:'\e815'}.simcal-icon-wordpress:before{content:'\e814'}.simcal-icon-up:before{content:'\e80e'}.simcal-icon-right:before{content:'\e809'}.simcal-icon-down:before{content:'\e80d'}.simcal-icon-left:before{content:'\e803'}.simcal-icon-spinner:before{content:'\e810'}.simcal-help-tip{color:rgba(0,0,0,.46);cursor:help}#tiptip_holder{display:none;left:0;position:absolute;top:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_left{padding-right:5px}#tiptip_content{background-color:rgba(25,25,25,.92);border:1px solid rgba(255,255,255,.25);border-radius:3px;color:#fff;font-size:11px;padding:4px 8px}#tiptip_arrow,#tiptip_arrow_inner{border-color:transparent;border-style:solid;border-width:6px;height:0;position:absolute;width:0}#tiptip_holder.tip_top #tiptip_arrow_inner{border-top-color:rgba(25,25,25,.92);margin-left:-6px;margin-top:-7px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{border-bottom-color:rgba(25,25,25,.92);margin-left:-6px;margin-top:-5px}#tiptip_holder.tip_right #tiptip_arrow_inner{border-right-color:rgba(25,25,25,.92);margin-left:-5px;margin-top:-6px}#tiptip_holder.tip_left #tiptip_arrow_inner{border-left-color:rgba(25,25,25,.92);margin-left:-7px;margin-top:-6px}@media screen and (-webkit-min-device-pixel-ratio:0){#tiptip_content{background-color:rgba(45,45,45,.88);padding:4px 8px 5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{border-bottom-color:rgba(45,45,45,.88)}#tiptip_holder.tip_top #tiptip_arrow_inner{border-top-color:rgba(20,20,20,.92)}}.simcal-dismiss-notice{color:#ccc;float:right;margin-top:9px}.simcal-dismiss-notice:hover{color:#aaa}.simcal-dismiss-notice:active,.simcal-dismiss-notice:focus{outline:0}.wp-admin .simcal-field-inline,.wp-admin .simcal-field-inline>input,.wp-admin .simcal-field-inline>select{display:inline-block;vertical-align:baseline}body .simcal-field-tiny,body .simcal-panel-field .simcal-field-tiny{max-width:60px}body .simcal-field-small,body .simcal-panel-field .simcal-field-small{max-width:100px}body .simcal-field-select-enhanced,body .simcal-field-textarea{max-width:500px;width:100%}.select2-container{z-index:999999}body .simcal-field-textarea{min-height:64px;vertical-align:top}.simcal-field-radios>i{margin-left:5px;vertical-align:middle}.simcal-field-radios-inline{display:inline-block;margin:0}.simcal-field-radios-inline>li{display:inline-block;margin-right:10px}.simcal-field-radios-inline>li:last-child{margin-right:0}.simcal-field-bool>input{line-height:2.4}.simcal-field-date-picker>input[type=text]{max-width:120px}#ui-datepicker-div.simcal-date-picker{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:8px 10px}#ui-datepicker-div.simcal-date-picker .ui-datepicker-header>a{display:inline-block;cursor:pointer;margin-top:7px}#ui-datepicker-div.simcal-date-picker .ui-datepicker-header>a:first-of-type{float:left}#ui-datepicker-div.simcal-date-picker .ui-datepicker-header>a:last-of-type{float:right}#ui-datepicker-div.simcal-date-picker .ui-datepicker-header .ui-datepicker-title{margin:0 10% 4px}#ui-datepicker-div.simcal-date-picker .ui-datepicker-header .ui-datepicker-title>select{width:48.5%}#ui-datepicker-div.simcal-date-picker .ui-datepicker-today{background-color:#eee}#ui-datepicker-div.simcal-date-picker>table tr td,#ui-datepicker-div.simcal-date-picker>table tr th{padding:2px 4px;text-align:center}.simcal-field-datetime-format{padding:10px 0 5px}.simcal-field-datetime-format>div{background-color:rgba(0,0,0,.03);border:1px dashed rgba(0,0,0,.18);border-radius:3px;cursor:move;display:inline-block;float:left;margin:0 10px 15px 0;padding:10px}.simcal-field-datetime-format select{display:block}.simcal-field-datetime-format>span{clear:both;display:block}.simcal-field-datetime-format .ui-sortable-helper{box-shadow:-2px 4px 8px rgba(0,0,0,.12);transform:rotate(2deg)}#simcal-settings-page .select2-search__field,#simcal-settings-page .select2-search__field:focus{border:0!important;box-shadow:none!important}#simcal-settings-page .simcal-wide-text{width:40em}#simcal-settings-page .select2{max-width:500px}#simcal-settings-page .select2-search__field{margin:0}#simcal-settings-page .select2-selection{border:1px solid #ddd;border-radius:0}#simcal-settings-page .select2-container--open .select2-selection{border-color:#5b9dd9;box-shadow:0 0 2px rgba(30,140,190,.8)}.about-wrap .simcal-badge{position:absolute;top:0;right:0}.simcal-badge{background-image:url(../images/welcome/icon-185x185.png);height:185px;width:185px}#simcal-welcome .whats-new-wrap img{margin:1em 2em 1em 0;border:1px solid #d6d6d6;box-sizing:border-box;vertical-align:top}#simcal-system-status-report textarea{font-family:monospace;min-height:200px;padding:5px 20px;white-space:pre;width:100%}.simcal-system-status-report-panel{margin:20px 0}.simcal-system-status-report-panel thead th{font-weight:700}.simcal-system-status-report-panel tbody td,.simcal-system-status-report-panel thead th{font-size:14px;vertical-align:top}.simcal-system-status-report-panel tbody .tooltip{text-align:center;width:20px}.simcal-system-status-report-panel tbody .label{width:30%}.simcal-system-status-report-panel tbody tr:nth-child(odd) td{background-color:rgba(0,0,0,.02)}.simcal-system-status-report-panel dl{margin:0;padding:0}.simcal-system-status-report-panel dt{float:left;font-style:italic;margin:0 4px 0 0}.simcal-system-status-report-panel dd{margin:0}.simcal-system-status-report-panel mark{background-color:transparent;font-weight:700}.simcal-system-status-report-panel mark.ok{color:green}#simcal-reset-licenses,.simcal-system-status-report-panel mark.error{color:red}.ui-datepicker{left:-9999px;position:absolute}#simcal-clear-cache{float:right;margin:0 10px 10px}#simcal-get-shortcode .inside{padding:5px 15px 10px;text-align:center}#simcal-get-shortcode input,#simcal-newsletter input,#simcal-upgrade input{width:100%}#simcal-newsletter,#simcal-upgrade{background-color:#fcf8e3}#simcal-upgrade .centered{text-align:center}#simcal-upgrade .heading{font-size:16px}#simcal-upgrade .button-large{font-size:16px;line-height:30px;height:32px}#simcal-calendar-settings{display:none}#simcal-calendar-settings .hndle{line-height:2;padding:10px}#simcal-calendar-settings .inside{margin:0;padding:0}#simcal-calendar-settings .select2-container{border-radius:0;max-width:500px}#simcal-calendar-settings .select2-search__field{border:0!important;box-shadow:none!important;margin:0}#simcal-calendar-settings .select2-search__field:focus{border:0!important;box-shadow:none!important}#simcal-calendar-settings .select2-selection{border:1px solid #ddd;border-radius:0}#simcal-calendar-settings .select2-container--open .select2-selection{border-color:#5b9dd9;box-shadow:0 0 2px rgba(30,140,190,.8)}#simcal-calendar-settings .select2-selection__choice{margin-bottom:0}#simcal-calendar-settings .wp-picker-container{vertical-align:inherit}.simcal-box-handle{display:inline-block;line-height:1;margin-left:8px}.simcal-box-handle:before{content:'\2014';display:inline-block;font-weight:400}.simcal-box-handle label{font-size:12px;font-weight:400;margin-right:10px;vertical-align:baseline}.simcal-box-handle select{font-weight:700;margin:-3px 0 0 .5em;vertical-align:middle}.simcal-tabs{background:#fafafa;border-right:1px solid #eee;box-sizing:border-box;float:left;line-height:1em;margin:0;padding:0 0 10px;position:relative;width:20%}.simcal-tabs a{border-bottom:1px solid #eee;display:block;line-height:20px!important;margin:0;padding:10px}.simcal-tabs a:focus{box-shadow:none}.simcal-tabs li{display:block;margin:0;padding:0}.simcal-tabs li.active a{background-color:#eee;color:#555;position:relative}.simcal-tabs:after{background-color:#fafafa;border-right:1px solid #eee;bottom:-9999em;content:"";display:block;height:9999em;left:0;position:absolute;width:100%}.simcal-panels-wrap{background:#fff;overflow:hidden}.simcal-panel{margin-left:20%;max-width:80%}.simcal-panel>table{padding-bottom:11px;width:100%}.simcal-panel>table thead th{border-bottom:1px solid #eee;font-size:14px;font-weight:700;padding:12px 0 15px 10px;text-align:left}.simcal-panel>table>tbody tr:first-child td,.simcal-panel>table>tbody tr:first-child th{padding-top:14px}.simcal-panel>table>tbody tr:last-child td,.simcal-panel>table>tbody tr:last-child th{border-bottom:1px solid #eee;padding-bottom:14px}.simcal-panel>table>tbody:last-of-type tr:last-child td,.simcal-panel>table>tbody:last-of-type tr:last-child th{border-bottom:0}.simcal-panel-field>td{width:82%}.simcal-panel-field>th{font-weight:400;min-width:100px;width:15%}.simcal-panel-field>td,.simcal-panel-field>th{padding:9px 3% 9px 10px;text-align:left;vertical-align:text-top}.simcal-panel-field .simcal-field-text{max-width:500px;width:90%}@media screen and (max-width:1023px){.simcal-box-handle{display:block;line-height:2;margin:16px 0 0}.simcal-box-handle:before{display:none}.simcal-box-handle label{display:table;margin-bottom:16px;width:100%}.simcal-box-handle label>span{display:table-cell;width:20%}.simcal-box-handle label>select{display:table-cell;width:80%}.simcal-box-handle .simcal-tabs{width:16%}.simcal-box-handle .simcal-tabs i{font-size:18px;line-height:1}.simcal-box-handle .simcal-tabs span{display:none}.simcal-box-handle .simcal-panel{margin-left:16%;max-width:84%}.simcal-box-handle .simcal-panel-section{display:block;overflow:hidden}.simcal-box-handle .simcal-panel-field th{display:block;width:100%}.simcal-box-handle .simcal-panel-field td{display:inline-block;width:100%}.simcal-box-handle .simcal-panel-field select{max-width:86%}}input.simcal-shortcode{border:1px dashed rgba(0,0,0,.3);color:rgba(0,0,0,.58);font-family:monospace;font-weight:700;text-align:center}
assets/css/default-calendar-grid.css CHANGED
@@ -1,423 +1,423 @@
1
- @font-face {
2
- font-family: 'simple-calendar';
3
- src: url("../fonts/simple-calendar.eot?43976014");
4
- src: url("../fonts/simple-calendar.eot?43976014#iefix") format("embedded-opentype"), url("../fonts/simple-calendar.woff?43976014") format("woff"), url("../fonts/simple-calendar.ttf?43976014") format("truetype"), url("../fonts/simple-calendar.svg?43976014#simple-calendar") format("svg");
5
- font-weight: normal;
6
- font-style: normal; }
7
-
8
- [class^="simcal-icon-"]:before,
9
- [class*=" simcal-icon-"]:before {
10
- display: inline-block;
11
- font-family: "simple-calendar";
12
- font-style: normal;
13
- font-weight: normal;
14
- margin-right: .2em;
15
- speak: none;
16
- text-decoration: inherit;
17
- text-align: center;
18
- width: 1em;
19
- font-variant: normal;
20
- text-transform: none;
21
- margin-left: .2em;
22
- -webkit-font-smoothing: antialiased;
23
- -moz-osx-font-smoothing: grayscale; }
24
-
25
- .simcal-icon-spin {
26
- -moz-animation: spin 2s infinite linear;
27
- -o-animation: spin 2s infinite linear;
28
- -webkit-animation: spin 2s infinite linear;
29
- animation: spin 2s infinite linear;
30
- display: inline-block; }
31
-
32
- @-moz-keyframes spin {
33
- 0% {
34
- -moz-transform: rotate(0deg);
35
- -o-transform: rotate(0deg);
36
- -webkit-transform: rotate(0deg);
37
- transform: rotate(0deg); }
38
- 100% {
39
- -moz-transform: rotate(359deg);
40
- -o-transform: rotate(359deg);
41
- -webkit-transform: rotate(359deg);
42
- transform: rotate(359deg); } }
43
-
44
- @-webkit-keyframes spin {
45
- 0% {
46
- -moz-transform: rotate(0deg);
47
- -o-transform: rotate(0deg);
48
- -webkit-transform: rotate(0deg);
49
- transform: rotate(0deg); }
50
- 100% {
51
- -moz-transform: rotate(359deg);
52
- -o-transform: rotate(359deg);
53
- -webkit-transform: rotate(359deg);
54
- transform: rotate(359deg); } }
55
-
56
- @-o-keyframes spin {
57
- 0% {
58
- -moz-transform: rotate(0deg);
59
- -o-transform: rotate(0deg);
60
- -webkit-transform: rotate(0deg);
61
- transform: rotate(0deg); }
62
- 100% {
63
- -moz-transform: rotate(359deg);
64
- -o-transform: rotate(359deg);
65
- -webkit-transform: rotate(359deg);
66
- transform: rotate(359deg); } }
67
-
68
- @-ms-keyframes spin {
69
- 0% {
70
- -moz-transform: rotate(0deg);
71
- -o-transform: rotate(0deg);
72
- -webkit-transform: rotate(0deg);
73
- transform: rotate(0deg); }
74
- 100% {
75
- -moz-transform: rotate(359deg);
76
- -o-transform: rotate(359deg);
77
- -webkit-transform: rotate(359deg);
78
- transform: rotate(359deg); } }
79
-
80
- @keyframes spin {
81
- 0% {
82
- -moz-transform: rotate(0deg);
83
- -o-transform: rotate(0deg);
84
- -webkit-transform: rotate(0deg);
85
- transform: rotate(0deg); }
86
- 100% {
87
- -moz-transform: rotate(359deg);
88
- -o-transform: rotate(359deg);
89
- -webkit-transform: rotate(359deg);
90
- transform: rotate(359deg); } }
91
-
92
- .simcal-icon-animate:before {
93
- transition: all .2s ease-in-out; }
94
-
95
- .simcal-icon-rotate-180:before {
96
- transform: rotate(180deg); }
97
-
98
- .simcal-icon-calendar-empty:before {
99
- content: '\e800'; }
100
-
101
- .simcal-icon-calendar:before {
102
- content: '\e801'; }
103
-
104
- .simcal-icon-calendar-logo:before {
105
- content: '\e802'; }
106
-
107
- .simcal-icon-settings:before {
108
- content: '\e804'; }
109
-
110
- .simcal-icon-toggles:before {
111
- content: '\e805'; }
112
-
113
- .simcal-icon-list:before {
114
- content: '\e806'; }
115
-
116
- .simcal-icon-event:before {
117
- content: '\e807'; }
118
-
119
- .simcal-icon-help:before {
120
- content: '\e808'; }
121
-
122
- .simcal-icon-panel:before {
123
- content: '\e80a'; }
124
-
125
- .simcal-icon-grid:before {
126
- content: '\e80b'; }
127
-
128
- .simcal-icon-google:before {
129
- content: '\e80c'; }
130
-
131
- .simcal-icon-docs:before {
132
- content: '\e80f'; }
133
-
134
- .simcal-icon-hourglass:before {
135
- content: '\e811'; }
136
-
137
- .simcal-icon-globe:before {
138
- content: '\e812'; }
139
-
140
- .simcal-icon-timezones:before {
141
- content: '\e813'; }
142
-
143
- .simcal-icon-warning:before {
144
- content: '\e815'; }
145
-
146
- .simcal-icon-wordpress:before {
147
- content: '\e814'; }
148
-
149
- .simcal-icon-up:before {
150
- content: '\e80e'; }
151
-
152
- .simcal-icon-right:before {
153
- content: '\e809'; }
154
-
155
- .simcal-icon-down:before {
156
- content: '\e80d'; }
157
-
158
- .simcal-icon-left:before {
159
- content: '\e803'; }
160
-
161
- .simcal-icon-spinner:before {
162
- content: '\e810'; }
163
-
164
- .simcal-calendar {
165
- position: relative; }
166
-
167
- .simcal-powered {
168
- display: block;
169
- margin: -10px 0 20px; }
170
-
171
- .simcal-align-left {
172
- text-align: left; }
173
-
174
- .simcal-align-right {
175
- text-align: right; }
176
-
177
- .simcal-default-calendar .simcal-current h3 {
178
- margin: 0;
179
- padding: 0; }
180
-
181
- .simcal-default-calendar .simcal-nav {
182
- vertical-align: middle; }
183
-
184
- .simcal-default-calendar .simcal-nav-button {
185
- background: transparent;
186
- border: 0;
187
- box-shadow: none;
188
- cursor: pointer;
189
- margin: 0;
190
- outline: none;
191
- padding: 0;
192
- transition: margin .2s ease-out;
193
- width: 100%; }
194
- .simcal-default-calendar .simcal-nav-button:focus, .simcal-default-calendar .simcal-nav-button:hover {
195
- background: transparent;
196
- border: 0;
197
- box-shadow: none;
198
- outline: none; }
199
- .simcal-default-calendar .simcal-nav-button.simcal-prev:hover {
200
- margin-left: -10px; }
201
- .simcal-default-calendar .simcal-nav-button.simcal-next:hover {
202
- margin-right: -10px; }
203
- .simcal-default-calendar .simcal-nav-button:disabled {
204
- cursor: default; }
205
- .simcal-default-calendar .simcal-nav-button:disabled:hover {
206
- margin: 0;
207
- padding: 0; }
208
-
209
- .simcal-default-calendar .simcal-events {
210
- list-style: none;
211
- margin-left: 0; }
212
-
213
- .simcal-default-calendar .simcal-events-toggle {
214
- border: 0;
215
- box-shadow: none;
216
- text-align: center;
217
- width: 100%; }
218
- .simcal-default-calendar .simcal-events-toggle:active, .simcal-default-calendar .simcal-events-toggle:focus, .simcal-default-calendar .simcal-events-toggle:hover {
219
- border: 0;
220
- box-shadow: none;
221
- outline: none; }
222
-
223
- .simcal-default-calendar ul.simcal-attachments,
224
- .simcal-default-calendar ul.simcal-attendees {
225
- margin: 0;
226
- padding: 0; }
227
-
228
- .simcal-default-calendar li.simcal-attachment,
229
- .simcal-default-calendar li.simcal-attendee {
230
- list-style: none;
231
- margin-bottom: 4px; }
232
- .simcal-default-calendar li.simcal-attachment:last-child,
233
- .simcal-default-calendar li.simcal-attendee:last-child {
234
- margin-bottom: 0; }
235
- .simcal-default-calendar li.simcal-attachment small,
236
- .simcal-default-calendar li.simcal-attendee small {
237
- opacity: .9;
238
- text-transform: lowercase; }
239
-
240
- .simcal-default-calendar li.simcal-attachment a,
241
- .simcal-default-calendar li.simcal-attendee a,
242
- .simcal-default-calendar .simcal-organizer a {
243
- border-bottom: 0;
244
- text-decoration: none; }
245
-
246
- .simcal-default-calendar li.simcal-attachment img,
247
- .simcal-default-calendar li.simcal-attendee img,
248
- .simcal-default-calendar .simcal-organizer img {
249
- display: inline-block;
250
- margin: 0 4px;
251
- max-height: 24px;
252
- max-width: 24px; }
253
-
254
- .simcal-default-calendar .simcal-tooltip-content {
255
- font-size: 1.2em;
256
- line-height: 1.4;
257
- padding: 5px; }
258
-
259
- .simcal-default-calendar .simcal-ajax-loader {
260
- height: 100%;
261
- left: 0;
262
- position: absolute;
263
- top: 0;
264
- width: 100%; }
265
- .simcal-default-calendar .simcal-ajax-loader > i {
266
- font-size: 48px;
267
- left: 50%;
268
- line-height: 1;
269
- margin: -36px 0 0 -36px;
270
- position: absolute;
271
- top: 50%; }
272
- .simcal-default-calendar .simcal-ajax-loader.simcal-spinner-top > i {
273
- top: 20%; }
274
- .simcal-default-calendar .simcal-ajax-loader.simcal-spinner-bottom > i {
275
- bottom: 20%;
276
- top: auto; }
277
-
278
- .simcal-default-calendar-light .simcal-nav-button {
279
- color: rgba(0, 0, 0, 0.6); }
280
- .simcal-default-calendar-light .simcal-nav-button:disabled {
281
- color: rgba(255, 255, 255, 0.9) !important; }
282
- .simcal-default-calendar-light .simcal-nav-button:disabled:hover {
283
- color: rgba(255, 255, 255, 0.9) !important; }
284
- .simcal-default-calendar-light .simcal-nav-button:focus, .simcal-default-calendar-light .simcal-nav-button:hover {
285
- color: rgba(0, 0, 0, 0.9); }
286
-
287
- .simcal-default-calendar-light .simcal-events-toggle {
288
- color: rgba(0, 0, 0, 0.6); }
289
- .simcal-default-calendar-light .simcal-events-toggle:hover {
290
- background-color: rgba(0, 0, 0, 0.1);
291
- color: white; }
292
-
293
- .simcal-default-calendar-light .simcal-ajax-loader {
294
- background-color: rgba(0, 0, 0, 0.1); }
295
- .simcal-default-calendar-light .simcal-ajax-loader > i {
296
- color: rgba(0, 0, 0, 0.3); }
297
-
298
- .simcal-default-calendar-dark .simcal-nav-button {
299
- color: rgba(255, 255, 255, 0.6); }
300
- .simcal-default-calendar-dark .simcal-nav-button:disabled {
301
- color: rgba(0, 0, 0, 0.9) !important; }
302
- .simcal-default-calendar-dark .simcal-nav-button:disabled:hover {
303
- color: rgba(0, 0, 0, 0.9) !important; }
304
- .simcal-default-calendar-dark .simcal-nav-button:focus, .simcal-default-calendar-dark .simcal-nav-button:hover {
305
- color: rgba(255, 255, 255, 0.9); }
306
-
307
- .simcal-default-calendar-dark .simcal-events-toggle {
308
- color: rgba(255, 255, 255, 0.6); }
309
- .simcal-default-calendar-dark .simcal-events-toggle:hover {
310
- background-color: rgba(255, 255, 255, 0.1);
311
- color: black; }
312
-
313
- .simcal-default-calendar-dark .simcal-ajax-loader {
314
- background-color: rgba(255, 255, 255, 0.1); }
315
- .simcal-default-calendar-dark .simcal-ajax-loader > i {
316
- color: rgba(255, 255, 255, 0.3); }
317
-
318
- .simcal-default-calendar-grid > table {
319
- table-layout: fixed;
320
- width: 100%; }
321
- .simcal-default-calendar-grid > table thead th,
322
- .simcal-default-calendar-grid > table tbody td {
323
- text-align: center;
324
- vertical-align: top; }
325
- .simcal-default-calendar-grid > table tbody td {
326
- padding: 0 !important; }
327
-
328
- .simcal-default-calendar-grid .simcal-calendar-head .simcal-nav {
329
- padding: 10px 0;
330
- vertical-align: middle; }
331
- .simcal-default-calendar-grid .simcal-calendar-head .simcal-nav.simcal-prev-wrapper, .simcal-default-calendar-grid .simcal-calendar-head .simcal-nav.simcal-current {
332
- border-right: 0; }
333
-
334
- .simcal-default-calendar-grid .simcal-day > div {
335
- box-sizing: content-box;
336
- display: block;
337
- height: 100%; }
338
-
339
- .simcal-default-calendar-grid .simcal-day-void {
340
- border-width: 0 0 1px 0;
341
- height: 100%;
342
- min-height: 32px; }
343
- .simcal-default-calendar-grid .simcal-day-void.simcal-day-void-last {
344
- border-right-width: 1px; }
345
-
346
- .simcal-default-calendar-grid .simcal-day-number {
347
- display: block;
348
- line-height: 1;
349
- padding: 2px 4px 3px;
350
- vertical-align: middle; }
351
-
352
- .simcal-default-calendar-grid .simcal-no-events {
353
- display: block;
354
- min-height: 32px; }
355
-
356
- .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day:hover {
357
- background-color: rgba(0, 0, 0, 0.1); }
358
-
359
- .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void {
360
- background-color: rgba(0, 0, 0, 0.04); }
361
- .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void:hover {
362
- background-color: rgba(0, 0, 0, 0.04); }
363
-
364
- .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
365
- background: rgba(0, 0, 0, 0.1); }
366
-
367
- .simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day:hover {
368
- background-color: rgba(255, 255, 255, 0.18); }
369
-
370
- .simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-void {
371
- background-color: rgba(255, 255, 255, 0.05); }
372
- .simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-void:hover {
373
- background-color: rgba(255, 255, 255, 0.05); }
374
-
375
- .simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-number {
376
- background: rgba(255, 255, 255, 0.1); }
377
-
378
- .simcal-default-calendar-grid .simcal-events {
379
- font-size: .68em;
380
- line-height: 1.4;
381
- list-style: none;
382
- margin: 0;
383
- padding: 0;
384
- text-align: left; }
385
- .simcal-default-calendar-grid .simcal-events > .simcal-event {
386
- border-bottom-style: solid;
387
- border-bottom-width: 1px;
388
- cursor: pointer;
389
- list-style: none;
390
- margin: 0 0 2px 0;
391
- padding: 4px; }
392
- .simcal-default-calendar-grid .simcal-events > .simcal-event:hover {
393
- text-decoration: underline; }
394
- .simcal-default-calendar-grid .simcal-events > .simcal-event:last-child {
395
- border-bottom: 0;
396
- margin-bottom: 0; }
397
-
398
- .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-event {
399
- border-bottom-color: rgba(0, 0, 0, 0.1); }
400
-
401
- .simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-event {
402
- border-bottom-color: rgba(255, 255, 255, 0.1); }
403
-
404
- .simcal-default-calendar-grid .simcal-events-dots {
405
- cursor: pointer;
406
- display: block;
407
- line-height: .7;
408
- margin: 3px 0;
409
- text-align: center; }
410
-
411
- .simcal-default-calendar-grid .simcal-events-toggle {
412
- background: transparent;
413
- display: block;
414
- font-size: 10px;
415
- padding: 2px 0; }
416
-
417
- .simcal-event-bubble {
418
- background-color: #fff;
419
- border: 1px solid rgba(0, 0, 0, 0.1);
420
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
421
- .simcal-event-bubble .simcal-event-details p,
422
- .simcal-event-bubble .simcal-event-details .simcal-event-description {
423
- margin: 0 0 1em; }
1
+ @font-face {
2
+ font-family: 'simple-calendar';
3
+ src: url("../fonts/simple-calendar.eot?43976014");
4
+ src: url("../fonts/simple-calendar.eot?43976014#iefix") format("embedded-opentype"), url("../fonts/simple-calendar.woff?43976014") format("woff"), url("../fonts/simple-calendar.ttf?43976014") format("truetype"), url("../fonts/simple-calendar.svg?43976014#simple-calendar") format("svg");
5
+ font-weight: normal;
6
+ font-style: normal; }
7
+
8
+ [class^="simcal-icon-"]:before,
9
+ [class*=" simcal-icon-"]:before {
10
+ display: inline-block;
11
+ font-family: "simple-calendar";
12
+ font-style: normal;
13
+ font-weight: normal;
14
+ margin-right: .2em;
15
+ speak: none;
16
+ text-decoration: inherit;
17
+ text-align: center;
18
+ width: 1em;
19
+ font-variant: normal;
20
+ text-transform: none;
21
+ margin-left: .2em;
22
+ -webkit-font-smoothing: antialiased;
23
+ -moz-osx-font-smoothing: grayscale; }
24
+
25
+ .simcal-icon-spin {
26
+ -moz-animation: spin 2s infinite linear;
27
+ -o-animation: spin 2s infinite linear;
28
+ -webkit-animation: spin 2s infinite linear;
29
+ animation: spin 2s infinite linear;
30
+ display: inline-block; }
31
+
32
+ @-moz-keyframes spin {
33
+ 0% {
34
+ -moz-transform: rotate(0deg);
35
+ -o-transform: rotate(0deg);
36
+ -webkit-transform: rotate(0deg);
37
+ transform: rotate(0deg); }
38
+ 100% {
39
+ -moz-transform: rotate(359deg);
40
+ -o-transform: rotate(359deg);
41
+ -webkit-transform: rotate(359deg);
42
+ transform: rotate(359deg); } }
43
+
44
+ @-webkit-keyframes spin {
45
+ 0% {
46
+ -moz-transform: rotate(0deg);
47
+ -o-transform: rotate(0deg);
48
+ -webkit-transform: rotate(0deg);
49
+ transform: rotate(0deg); }
50
+ 100% {
51
+ -moz-transform: rotate(359deg);
52
+ -o-transform: rotate(359deg);
53
+ -webkit-transform: rotate(359deg);
54
+ transform: rotate(359deg); } }
55
+
56
+ @-o-keyframes spin {
57
+ 0% {
58
+ -moz-transform: rotate(0deg);
59
+ -o-transform: rotate(0deg);
60
+ -webkit-transform: rotate(0deg);
61
+ transform: rotate(0deg); }
62
+ 100% {
63
+ -moz-transform: rotate(359deg);
64
+ -o-transform: rotate(359deg);
65
+ -webkit-transform: rotate(359deg);
66
+ transform: rotate(359deg); } }
67
+
68
+ @-ms-keyframes spin {
69
+ 0% {
70
+ -moz-transform: rotate(0deg);
71
+ -o-transform: rotate(0deg);
72
+ -webkit-transform: rotate(0deg);
73
+ transform: rotate(0deg); }
74
+ 100% {
75
+ -moz-transform: rotate(359deg);
76
+ -o-transform: rotate(359deg);
77
+ -webkit-transform: rotate(359deg);
78
+ transform: rotate(359deg); } }
79
+
80
+ @keyframes spin {
81
+ 0% {
82
+ -moz-transform: rotate(0deg);
83
+ -o-transform: rotate(0deg);
84
+ -webkit-transform: rotate(0deg);
85
+ transform: rotate(0deg); }
86
+ 100% {
87
+ -moz-transform: rotate(359deg);
88
+ -o-transform: rotate(359deg);
89
+ -webkit-transform: rotate(359deg);
90
+ transform: rotate(359deg); } }
91
+
92
+ .simcal-icon-animate:before {
93
+ transition: all .2s ease-in-out; }
94
+
95
+ .simcal-icon-rotate-180:before {
96
+ transform: rotate(180deg); }
97
+
98
+ .simcal-icon-calendar-empty:before {
99
+ content: '\e800'; }
100
+
101
+ .simcal-icon-calendar:before {
102
+ content: '\e801'; }
103
+
104
+ .simcal-icon-calendar-logo:before {
105
+ content: '\e802'; }
106
+
107
+ .simcal-icon-settings:before {
108
+ content: '\e804'; }
109
+
110
+ .simcal-icon-toggles:before {
111
+ content: '\e805'; }
112
+
113
+ .simcal-icon-list:before {
114
+ content: '\e806'; }
115
+
116
+ .simcal-icon-event:before {
117
+ content: '\e807'; }
118
+
119
+ .simcal-icon-help:before {
120
+ content: '\e808'; }
121
+
122
+ .simcal-icon-panel:before {
123
+ content: '\e80a'; }
124
+
125
+ .simcal-icon-grid:before {
126
+ content: '\e80b'; }
127
+
128
+ .simcal-icon-google:before {
129
+ content: '\e80c'; }
130
+
131
+ .simcal-icon-docs:before {
132
+ content: '\e80f'; }
133
+
134
+ .simcal-icon-hourglass:before {
135
+ content: '\e811'; }
136
+
137
+ .simcal-icon-globe:before {
138
+ content: '\e812'; }
139
+
140
+ .simcal-icon-timezones:before {
141
+ content: '\e813'; }
142
+
143
+ .simcal-icon-warning:before {
144
+ content: '\e815'; }
145
+
146
+ .simcal-icon-wordpress:before {
147
+ content: '\e814'; }
148
+
149
+ .simcal-icon-up:before {
150
+ content: '\e80e'; }
151
+
152
+ .simcal-icon-right:before {
153
+ content: '\e809'; }
154
+
155
+ .simcal-icon-down:before {
156
+ content: '\e80d'; }
157
+
158
+ .simcal-icon-left:before {
159
+ content: '\e803'; }
160
+
161
+ .simcal-icon-spinner:before {
162
+ content: '\e810'; }
163
+
164
+ .simcal-calendar {
165
+ position: relative; }
166
+
167
+ .simcal-powered {
168
+ display: block;
169
+ margin: -10px 0 20px; }
170
+
171
+ .simcal-align-left {
172
+ text-align: left; }
173
+
174
+ .simcal-align-right {
175
+ text-align: right; }
176
+
177
+ .simcal-default-calendar .simcal-current h3 {
178
+ margin: 0;
179
+ padding: 0; }
180
+
181
+ .simcal-default-calendar .simcal-nav {
182
+ vertical-align: middle; }
183
+
184
+ .simcal-default-calendar .simcal-nav-button {
185
+ background: transparent;
186
+ border: 0;
187
+ box-shadow: none;
188
+ cursor: pointer;
189
+ margin: 0;
190
+ outline: none;
191
+ padding: 0;
192
+ transition: margin .2s ease-out;
193
+ width: 100%; }
194
+ .simcal-default-calendar .simcal-nav-button:focus, .simcal-default-calendar .simcal-nav-button:hover {
195
+ background: transparent;
196
+ border: 0;
197
+ box-shadow: none;
198
+ outline: none; }
199
+ .simcal-default-calendar .simcal-nav-button.simcal-prev:hover {
200
+ margin-left: -10px; }
201
+ .simcal-default-calendar .simcal-nav-button.simcal-next:hover {
202
+ margin-right: -10px; }
203
+ .simcal-default-calendar .simcal-nav-button:disabled {
204
+ cursor: default; }
205
+ .simcal-default-calendar .simcal-nav-button:disabled:hover {
206
+ margin: 0;
207
+ padding: 0; }
208
+
209
+ .simcal-default-calendar .simcal-events {
210
+ list-style: none;
211
+ margin-left: 0; }
212
+
213
+ .simcal-default-calendar .simcal-events-toggle {
214
+ border: 0;
215
+ box-shadow: none;
216
+ text-align: center;
217
+ width: 100%; }
218
+ .simcal-default-calendar .simcal-events-toggle:active, .simcal-default-calendar .simcal-events-toggle:focus, .simcal-default-calendar .simcal-events-toggle:hover {
219
+ border: 0;
220
+ box-shadow: none;
221
+ outline: none; }
222
+
223
+ .simcal-default-calendar ul.simcal-attachments,
224
+ .simcal-default-calendar ul.simcal-attendees {
225
+ margin: 0;
226
+ padding: 0; }
227
+
228
+ .simcal-default-calendar li.simcal-attachment,
229
+ .simcal-default-calendar li.simcal-attendee {
230
+ list-style: none;
231
+ margin-bottom: 4px; }
232
+ .simcal-default-calendar li.simcal-attachment:last-child,
233
+ .simcal-default-calendar li.simcal-attendee:last-child {
234
+ margin-bottom: 0; }
235
+ .simcal-default-calendar li.simcal-attachment small,
236
+ .simcal-default-calendar li.simcal-attendee small {
237
+ opacity: .9;
238
+ text-transform: lowercase; }
239
+
240
+ .simcal-default-calendar li.simcal-attachment a,
241
+ .simcal-default-calendar li.simcal-attendee a,
242
+ .simcal-default-calendar .simcal-organizer a {
243
+ border-bottom: 0;
244
+ text-decoration: none; }
245
+
246
+ .simcal-default-calendar li.simcal-attachment img,
247
+ .simcal-default-calendar li.simcal-attendee img,
248
+ .simcal-default-calendar .simcal-organizer img {
249
+ display: inline-block;
250
+ margin: 0 4px;
251
+ max-height: 24px;
252
+ max-width: 24px; }
253
+
254
+ .simcal-default-calendar .simcal-tooltip-content {
255
+ font-size: 1.2em;
256
+ line-height: 1.4;
257
+ padding: 5px; }
258
+
259
+ .simcal-default-calendar .simcal-ajax-loader {
260
+ height: 100%;
261
+ left: 0;
262
+ position: absolute;
263
+ top: 0;
264
+ width: 100%; }
265
+ .simcal-default-calendar .simcal-ajax-loader > i {
266
+ font-size: 48px;
267
+ left: 50%;
268
+ line-height: 1;
269
+ margin: -36px 0 0 -36px;
270
+ position: absolute;
271
+ top: 50%; }
272
+ .simcal-default-calendar .simcal-ajax-loader.simcal-spinner-top > i {
273
+ top: 20%; }
274
+ .simcal-default-calendar .simcal-ajax-loader.simcal-spinner-bottom > i {
275
+ bottom: 20%;
276
+ top: auto; }
277
+
278
+ .simcal-default-calendar-light .simcal-nav-button {
279
+ color: rgba(0, 0, 0, 0.6); }
280
+ .simcal-default-calendar-light .simcal-nav-button:disabled {
281
+ color: rgba(255, 255, 255, 0.9) !important; }
282
+ .simcal-default-calendar-light .simcal-nav-button:disabled:hover {
283
+ color: rgba(255, 255, 255, 0.9) !important; }
284
+ .simcal-default-calendar-light .simcal-nav-button:focus, .simcal-default-calendar-light .simcal-nav-button:hover {
285
+ color: rgba(0, 0, 0, 0.9); }
286
+
287
+ .simcal-default-calendar-light .simcal-events-toggle {
288
+ color: rgba(0, 0, 0, 0.6); }
289
+ .simcal-default-calendar-light .simcal-events-toggle:hover {
290
+ background-color: rgba(0, 0, 0, 0.1);
291
+ color: white; }
292
+
293
+ .simcal-default-calendar-light .simcal-ajax-loader {
294
+ background-color: rgba(0, 0, 0, 0.1); }
295
+ .simcal-default-calendar-light .simcal-ajax-loader > i {
296
+ color: rgba(0, 0, 0, 0.3); }
297
+
298
+ .simcal-default-calendar-dark .simcal-nav-button {
299
+ color: rgba(255, 255, 255, 0.6); }
300
+ .simcal-default-calendar-dark .simcal-nav-button:disabled {
301
+ color: rgba(0, 0, 0, 0.9) !important; }
302
+ .simcal-default-calendar-dark .simcal-nav-button:disabled:hover {
303
+ color: rgba(0, 0, 0, 0.9) !important; }
304
+ .simcal-default-calendar-dark .simcal-nav-button:focus, .simcal-default-calendar-dark .simcal-nav-button:hover {
305
+ color: rgba(255, 255, 255, 0.9); }
306
+
307
+ .simcal-default-calendar-dark .simcal-events-toggle {
308
+ color: rgba(255, 255, 255, 0.6); }
309
+ .simcal-default-calendar-dark .simcal-events-toggle:hover {
310
+ background-color: rgba(255, 255, 255, 0.1);
311
+ color: black; }
312
+
313
+ .simcal-default-calendar-dark .simcal-ajax-loader {
314
+ background-color: rgba(255, 255, 255, 0.1); }
315
+ .simcal-default-calendar-dark .simcal-ajax-loader > i {
316
+ color: rgba(255, 255, 255, 0.3); }
317
+
318
+ .simcal-default-calendar-grid > table {
319
+ table-layout: fixed;
320
+ width: 100%; }
321
+ .simcal-default-calendar-grid > table thead th,
322
+ .simcal-default-calendar-grid > table tbody td {
323
+ text-align: center;
324
+ vertical-align: top; }
325
+ .simcal-default-calendar-grid > table tbody td {
326
+ padding: 0 !important; }
327
+
328
+ .simcal-default-calendar-grid .simcal-calendar-head .simcal-nav {
329
+ padding: 10px 0;
330
+ vertical-align: middle; }
331
+ .simcal-default-calendar-grid .simcal-calendar-head .simcal-nav.simcal-prev-wrapper, .simcal-default-calendar-grid .simcal-calendar-head .simcal-nav.simcal-current {
332
+ border-right: 0; }
333
+
334
+ .simcal-default-calendar-grid .simcal-day > div {
335
+ box-sizing: content-box;
336
+ display: block;
337
+ height: 100%; }
338
+
339
+ .simcal-default-calendar-grid .simcal-day-void {
340
+ border-width: 0 0 1px 0;
341
+ height: 100%;
342
+ min-height: 32px; }
343
+ .simcal-default-calendar-grid .simcal-day-void.simcal-day-void-last {
344
+ border-right-width: 1px; }
345
+
346
+ .simcal-default-calendar-grid .simcal-day-number {
347
+ display: block;
348
+ line-height: 1;
349
+ padding: 2px 4px 3px;
350
+ vertical-align: middle; }
351
+
352
+ .simcal-default-calendar-grid .simcal-no-events {
353
+ display: block;
354
+ min-height: 32px; }
355
+
356
+ .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day:hover {
357
+ background-color: rgba(0, 0, 0, 0.1); }
358
+
359
+ .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void {
360
+ background-color: rgba(0, 0, 0, 0.04); }
361
+ .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void:hover {
362
+ background-color: rgba(0, 0, 0, 0.04); }
363
+
364
+ .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
365
+ background: rgba(0, 0, 0, 0.1); }
366
+
367
+ .simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day:hover {
368
+ background-color: rgba(255, 255, 255, 0.18); }
369
+
370
+ .simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-void {
371
+ background-color: rgba(255, 255, 255, 0.05); }
372
+ .simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-void:hover {
373
+ background-color: rgba(255, 255, 255, 0.05); }
374
+
375
+ .simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-number {
376
+ background: rgba(255, 255, 255, 0.1); }
377
+
378
+ .simcal-default-calendar-grid .simcal-events {
379
+ font-size: .68em;
380
+ line-height: 1.4;
381
+ list-style: none;
382
+ margin: 0;
383
+ padding: 0;
384
+ text-align: left; }
385
+ .simcal-default-calendar-grid .simcal-events > .simcal-event {
386
+ border-bottom-style: solid;
387
+ border-bottom-width: 1px;
388
+ cursor: pointer;
389
+ list-style: none;
390
+ margin: 0 0 2px 0;
391
+ padding: 4px; }
392
+ .simcal-default-calendar-grid .simcal-events > .simcal-event:hover {
393
+ text-decoration: underline; }
394
+ .simcal-default-calendar-grid .simcal-events > .simcal-event:last-child {
395
+ border-bottom: 0;
396
+ margin-bottom: 0; }
397
+
398
+ .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-event {
399
+ border-bottom-color: rgba(0, 0, 0, 0.1); }
400
+
401
+ .simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-event {
402
+ border-bottom-color: rgba(255, 255, 255, 0.1); }
403
+
404
+ .simcal-default-calendar-grid .simcal-events-dots {
405
+ cursor: pointer;
406
+ display: block;
407
+ line-height: .7;
408
+ margin: 3px 0;
409
+ text-align: center; }
410
+
411
+ .simcal-default-calendar-grid .simcal-events-toggle {
412
+ background: transparent;
413
+ display: block;
414
+ font-size: 10px;
415
+ padding: 2px 0; }
416
+
417
+ .simcal-event-bubble {
418
+ background-color: #fff;
419
+ border: 1px solid rgba(0, 0, 0, 0.1);
420
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
421
+ .simcal-event-bubble .simcal-event-details p,
422
+ .simcal-event-bubble .simcal-event-details .simcal-event-description {
423
+ margin: 0 0 1em; }
assets/css/default-calendar-grid.min.css CHANGED
@@ -1,6 +1,6 @@
1
- /*! Simple Calendar - 3.1.25
2
  * https://simplecalendar.io
3
- * Copyright (c) Moonstone Media 2020
4
  * Licensed GPLv2+ */
5
 
6
- .simcal-default-calendar .simcal-nav-button,.simcal-default-calendar .simcal-nav-button:focus,.simcal-default-calendar .simcal-nav-button:hover{background:0 0;border:0;box-shadow:none;outline:0}@font-face{font-family:simple-calendar;src:url(../fonts/simple-calendar.eot?43976014);src:url(../fonts/simple-calendar.eot?43976014#iefix) format("embedded-opentype"),url(../fonts/simple-calendar.woff?43976014) format("woff"),url(../fonts/simple-calendar.ttf?43976014) format("truetype"),url(../fonts/simple-calendar.svg?43976014#simple-calendar) format("svg");font-weight:400;font-style:normal}[class*=" simcal-icon-"]:before,[class^=simcal-icon-]:before{display:inline-block;font-family:simple-calendar;font-style:normal;font-weight:400;margin-right:.2em;speak:none;text-decoration:inherit;text-align:center;width:1em;font-variant:normal;text-transform:none;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.simcal-icon-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.simcal-icon-animate:before{transition:all .2s ease-in-out}.simcal-icon-rotate-180:before{transform:rotate(180deg)}.simcal-icon-calendar-empty:before{content:'\e800'}.simcal-icon-calendar:before{content:'\e801'}.simcal-icon-calendar-logo:before{content:'\e802'}.simcal-icon-settings:before{content:'\e804'}.simcal-icon-toggles:before{content:'\e805'}.simcal-icon-list:before{content:'\e806'}.simcal-icon-event:before{content:'\e807'}.simcal-icon-help:before{content:'\e808'}.simcal-icon-panel:before{content:'\e80a'}.simcal-icon-grid:before{content:'\e80b'}.simcal-icon-google:before{content:'\e80c'}.simcal-icon-docs:before{content:'\e80f'}.simcal-icon-hourglass:before{content:'\e811'}.simcal-icon-globe:before{content:'\e812'}.simcal-icon-timezones:before{content:'\e813'}.simcal-icon-warning:before{content:'\e815'}.simcal-icon-wordpress:before{content:'\e814'}.simcal-icon-up:before{content:'\e80e'}.simcal-icon-right:before{content:'\e809'}.simcal-icon-down:before{content:'\e80d'}.simcal-icon-left:before{content:'\e803'}.simcal-icon-spinner:before{content:'\e810'}.simcal-calendar{position:relative}.simcal-powered{display:block;margin:-10px 0 20px}.simcal-align-left{text-align:left}.simcal-align-right{text-align:right}.simcal-default-calendar .simcal-current h3{margin:0;padding:0}.simcal-default-calendar .simcal-nav{vertical-align:middle}.simcal-default-calendar .simcal-nav-button{cursor:pointer;margin:0;padding:0;transition:margin .2s ease-out;width:100%}.simcal-default-calendar .simcal-nav-button.simcal-prev:hover{margin-left:-10px}.simcal-default-calendar .simcal-nav-button.simcal-next:hover{margin-right:-10px}.simcal-default-calendar .simcal-nav-button:disabled:hover,.simcal-default-calendar ul.simcal-attachments,.simcal-default-calendar ul.simcal-attendees{margin:0;padding:0}.simcal-default-calendar .simcal-nav-button:disabled{cursor:default}.simcal-default-calendar .simcal-events{list-style:none;margin-left:0}.simcal-default-calendar .simcal-events-toggle{border:0;box-shadow:none;text-align:center;width:100%}.simcal-default-calendar .simcal-events-toggle:active,.simcal-default-calendar .simcal-events-toggle:focus,.simcal-default-calendar .simcal-events-toggle:hover{border:0;box-shadow:none;outline:0}.simcal-default-calendar li.simcal-attachment,.simcal-default-calendar li.simcal-attendee{list-style:none;margin-bottom:4px}.simcal-default-calendar li.simcal-attachment:last-child,.simcal-default-calendar li.simcal-attendee:last-child{margin-bottom:0}.simcal-default-calendar li.simcal-attachment small,.simcal-default-calendar li.simcal-attendee small{opacity:.9;text-transform:lowercase}.simcal-default-calendar .simcal-organizer a,.simcal-default-calendar li.simcal-attachment a,.simcal-default-calendar li.simcal-attendee a{border-bottom:0;text-decoration:none}.simcal-default-calendar .simcal-organizer img,.simcal-default-calendar li.simcal-attachment img,.simcal-default-calendar li.simcal-attendee img{display:inline-block;margin:0 4px;max-height:24px;max-width:24px}.simcal-default-calendar .simcal-tooltip-content{font-size:1.2em;line-height:1.4;padding:5px}.simcal-default-calendar .simcal-ajax-loader{height:100%;left:0;position:absolute;top:0;width:100%}.simcal-default-calendar .simcal-ajax-loader>i{font-size:48px;left:50%;line-height:1;margin:-36px 0 0 -36px;position:absolute;top:50%}.simcal-default-calendar .simcal-ajax-loader.simcal-spinner-top>i{top:20%}.simcal-default-calendar .simcal-ajax-loader.simcal-spinner-bottom>i{bottom:20%;top:auto}.simcal-default-calendar-light .simcal-nav-button{color:rgba(0,0,0,.6)}.simcal-default-calendar-light .simcal-nav-button:disabled,.simcal-default-calendar-light .simcal-nav-button:disabled:hover{color:rgba(255,255,255,.9)!important}.simcal-default-calendar-light .simcal-nav-button:focus,.simcal-default-calendar-light .simcal-nav-button:hover{color:rgba(0,0,0,.9)}.simcal-default-calendar-light .simcal-events-toggle{color:rgba(0,0,0,.6)}.simcal-default-calendar-light .simcal-events-toggle:hover{background-color:rgba(0,0,0,.1);color:#fff}.simcal-default-calendar-light .simcal-ajax-loader{background-color:rgba(0,0,0,.1)}.simcal-default-calendar-light .simcal-ajax-loader>i{color:rgba(0,0,0,.3)}.simcal-default-calendar-dark .simcal-nav-button{color:rgba(255,255,255,.6)}.simcal-default-calendar-dark .simcal-nav-button:disabled,.simcal-default-calendar-dark .simcal-nav-button:disabled:hover{color:rgba(0,0,0,.9)!important}.simcal-default-calendar-dark .simcal-nav-button:focus,.simcal-default-calendar-dark .simcal-nav-button:hover{color:rgba(255,255,255,.9)}.simcal-default-calendar-dark .simcal-events-toggle{color:rgba(255,255,255,.6)}.simcal-default-calendar-dark .simcal-events-toggle:hover{background-color:rgba(255,255,255,.1);color:#000}.simcal-default-calendar-dark .simcal-ajax-loader{background-color:rgba(255,255,255,.1)}.simcal-default-calendar-dark .simcal-ajax-loader>i{color:rgba(255,255,255,.3)}.simcal-default-calendar-grid>table{table-layout:fixed;width:100%}.simcal-default-calendar-grid>table tbody td,.simcal-default-calendar-grid>table thead th{text-align:center;vertical-align:top}.simcal-default-calendar-grid>table tbody td{padding:0!important}.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav{padding:10px 0;vertical-align:middle}.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav.simcal-current,.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav.simcal-prev-wrapper{border-right:0}.simcal-default-calendar-grid .simcal-day>div{box-sizing:content-box;display:block;height:100%}.simcal-default-calendar-grid .simcal-day-void{border-width:0 0 1px;height:100%;min-height:32px}.simcal-default-calendar-grid .simcal-day-void.simcal-day-void-last{border-right-width:1px}.simcal-default-calendar-grid .simcal-day-number{display:block;line-height:1;padding:2px 4px 3px;vertical-align:middle}.simcal-default-calendar-grid .simcal-no-events{display:block;min-height:32px}.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day:hover{background-color:rgba(0,0,0,.1)}.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void,.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void:hover{background-color:rgba(0,0,0,.04)}.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number{background:rgba(0,0,0,.1)}.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day:hover{background-color:rgba(255,255,255,.18)}.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-void,.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-void:hover{background-color:rgba(255,255,255,.05)}.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-number{background:rgba(255,255,255,.1)}.simcal-default-calendar-grid .simcal-events{font-size:.68em;line-height:1.4;list-style:none;margin:0;padding:0;text-align:left}.simcal-default-calendar-grid .simcal-events>.simcal-event{border-bottom-style:solid;border-bottom-width:1px;cursor:pointer;list-style:none;margin:0 0 2px;padding:4px}.simcal-default-calendar-grid .simcal-events>.simcal-event:hover{text-decoration:underline}.simcal-default-calendar-grid .simcal-events>.simcal-event:last-child{border-bottom:0;margin-bottom:0}.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-event{border-bottom-color:rgba(0,0,0,.1)}.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-event{border-bottom-color:rgba(255,255,255,.1)}.simcal-default-calendar-grid .simcal-events-dots{cursor:pointer;display:block;line-height:.7;margin:3px 0;text-align:center}.simcal-default-calendar-grid .simcal-events-toggle{background:0 0;display:block;font-size:10px;padding:2px 0}.simcal-event-bubble{background-color:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1)}.simcal-event-bubble .simcal-event-details .simcal-event-description,.simcal-event-bubble .simcal-event-details p{margin:0 0 1em}
1
+ /*! Simple Calendar - 3.1.20
2
  * https://simplecalendar.io
3
+ * Copyright (c) Moonstone Media 2018
4
  * Licensed GPLv2+ */
5
 
6
+ @font-face{font-family:simple-calendar;src:url(../fonts/simple-calendar.eot?43976014);src:url(../fonts/simple-calendar.eot?43976014#iefix) format("embedded-opentype"),url(../fonts/simple-calendar.woff?43976014) format("woff"),url(../fonts/simple-calendar.ttf?43976014) format("truetype"),url(../fonts/simple-calendar.svg?43976014#simple-calendar) format("svg");font-weight:400;font-style:normal}[class*=" simcal-icon-"]:before,[class^=simcal-icon-]:before{display:inline-block;font-family:simple-calendar;font-style:normal;font-weight:400;margin-right:.2em;speak:none;text-decoration:inherit;text-align:center;width:1em;font-variant:normal;text-transform:none;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.simcal-icon-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.simcal-icon-animate:before{transition:all .2s ease-in-out}.simcal-icon-rotate-180:before{transform:rotate(180deg)}.simcal-icon-calendar-empty:before{content:'\e800'}.simcal-icon-calendar:before{content:'\e801'}.simcal-icon-calendar-logo:before{content:'\e802'}.simcal-icon-settings:before{content:'\e804'}.simcal-icon-toggles:before{content:'\e805'}.simcal-icon-list:before{content:'\e806'}.simcal-icon-event:before{content:'\e807'}.simcal-icon-help:before{content:'\e808'}.simcal-icon-panel:before{content:'\e80a'}.simcal-icon-grid:before{content:'\e80b'}.simcal-icon-google:before{content:'\e80c'}.simcal-icon-docs:before{content:'\e80f'}.simcal-icon-hourglass:before{content:'\e811'}.simcal-icon-globe:before{content:'\e812'}.simcal-icon-timezones:before{content:'\e813'}.simcal-icon-warning:before{content:'\e815'}.simcal-icon-wordpress:before{content:'\e814'}.simcal-icon-up:before{content:'\e80e'}.simcal-icon-right:before{content:'\e809'}.simcal-icon-down:before{content:'\e80d'}.simcal-icon-left:before{content:'\e803'}.simcal-icon-spinner:before{content:'\e810'}.simcal-calendar{position:relative}.simcal-powered{display:block;margin:-10px 0 20px}.simcal-align-left{text-align:left}.simcal-align-right{text-align:right}.simcal-default-calendar .simcal-current h3{margin:0;padding:0}.simcal-default-calendar .simcal-nav{vertical-align:middle}.simcal-default-calendar .simcal-nav-button{background:0 0;border:0;box-shadow:none;cursor:pointer;margin:0;outline:0;padding:0;transition:margin .2s ease-out;width:100%}.simcal-default-calendar .simcal-nav-button:focus,.simcal-default-calendar .simcal-nav-button:hover{background:0 0;border:0;box-shadow:none;outline:0}.simcal-default-calendar .simcal-nav-button.simcal-prev:hover{margin-left:-10px}.simcal-default-calendar .simcal-nav-button.simcal-next:hover{margin-right:-10px}.simcal-default-calendar .simcal-nav-button:disabled{cursor:default}.simcal-default-calendar .simcal-nav-button:disabled:hover{margin:0;padding:0}.simcal-default-calendar .simcal-events{list-style:none;margin-left:0}.simcal-default-calendar .simcal-events-toggle{border:0;box-shadow:none;text-align:center;width:100%}.simcal-default-calendar .simcal-events-toggle:active,.simcal-default-calendar .simcal-events-toggle:focus,.simcal-default-calendar .simcal-events-toggle:hover{border:0;box-shadow:none;outline:0}.simcal-default-calendar ul.simcal-attachments,.simcal-default-calendar ul.simcal-attendees{margin:0;padding:0}.simcal-default-calendar li.simcal-attachment,.simcal-default-calendar li.simcal-attendee{list-style:none;margin-bottom:4px}.simcal-default-calendar li.simcal-attachment:last-child,.simcal-default-calendar li.simcal-attendee:last-child{margin-bottom:0}.simcal-default-calendar li.simcal-attachment small,.simcal-default-calendar li.simcal-attendee small{opacity:.9;text-transform:lowercase}.simcal-default-calendar .simcal-organizer a,.simcal-default-calendar li.simcal-attachment a,.simcal-default-calendar li.simcal-attendee a{border-bottom:0;text-decoration:none}.simcal-default-calendar .simcal-organizer img,.simcal-default-calendar li.simcal-attachment img,.simcal-default-calendar li.simcal-attendee img{display:inline-block;margin:0 4px;max-height:24px;max-width:24px}.simcal-default-calendar .simcal-tooltip-content{font-size:1.2em;line-height:1.4;padding:5px}.simcal-default-calendar .simcal-ajax-loader{height:100%;left:0;position:absolute;top:0;width:100%}.simcal-default-calendar .simcal-ajax-loader>i{font-size:48px;left:50%;line-height:1;margin:-36px 0 0 -36px;position:absolute;top:50%}.simcal-default-calendar .simcal-ajax-loader.simcal-spinner-top>i{top:20%}.simcal-default-calendar .simcal-ajax-loader.simcal-spinner-bottom>i{bottom:20%;top:auto}.simcal-default-calendar-light .simcal-nav-button{color:rgba(0,0,0,.6)}.simcal-default-calendar-light .simcal-nav-button:disabled,.simcal-default-calendar-light .simcal-nav-button:disabled:hover{color:rgba(255,255,255,.9)!important}.simcal-default-calendar-light .simcal-nav-button:focus,.simcal-default-calendar-light .simcal-nav-button:hover{color:rgba(0,0,0,.9)}.simcal-default-calendar-light .simcal-events-toggle{color:rgba(0,0,0,.6)}.simcal-default-calendar-light .simcal-events-toggle:hover{background-color:rgba(0,0,0,.1);color:#fff}.simcal-default-calendar-light .simcal-ajax-loader{background-color:rgba(0,0,0,.1)}.simcal-default-calendar-light .simcal-ajax-loader>i{color:rgba(0,0,0,.3)}.simcal-default-calendar-dark .simcal-nav-button{color:rgba(255,255,255,.6)}.simcal-default-calendar-dark .simcal-nav-button:disabled,.simcal-default-calendar-dark .simcal-nav-button:disabled:hover{color:rgba(0,0,0,.9)!important}.simcal-default-calendar-dark .simcal-nav-button:focus,.simcal-default-calendar-dark .simcal-nav-button:hover{color:rgba(255,255,255,.9)}.simcal-default-calendar-dark .simcal-events-toggle{color:rgba(255,255,255,.6)}.simcal-default-calendar-dark .simcal-events-toggle:hover{background-color:rgba(255,255,255,.1);color:#000}.simcal-default-calendar-dark .simcal-ajax-loader{background-color:rgba(255,255,255,.1)}.simcal-default-calendar-dark .simcal-ajax-loader>i{color:rgba(255,255,255,.3)}.simcal-default-calendar-grid>table{table-layout:fixed;width:100%}.simcal-default-calendar-grid>table tbody td,.simcal-default-calendar-grid>table thead th{text-align:center;vertical-align:top}.simcal-default-calendar-grid>table tbody td{padding:0!important}.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav{padding:10px 0;vertical-align:middle}.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav.simcal-current,.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav.simcal-prev-wrapper{border-right:0}.simcal-default-calendar-grid .simcal-day>div{box-sizing:content-box;display:block;height:100%}.simcal-default-calendar-grid .simcal-day-void{border-width:0 0 1px;height:100%;min-height:32px}.simcal-default-calendar-grid .simcal-day-void.simcal-day-void-last{border-right-width:1px}.simcal-default-calendar-grid .simcal-day-number{display:block;line-height:1;padding:2px 4px 3px;vertical-align:middle}.simcal-default-calendar-grid .simcal-no-events{display:block;min-height:32px}.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day:hover{background-color:rgba(0,0,0,.1)}.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void,.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void:hover{background-color:rgba(0,0,0,.04)}.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number{background:rgba(0,0,0,.1)}.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day:hover{background-color:rgba(255,255,255,.18)}.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-void,.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-void:hover{background-color:rgba(255,255,255,.05)}.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-number{background:rgba(255,255,255,.1)}.simcal-default-calendar-grid .simcal-events{font-size:.68em;line-height:1.4;list-style:none;margin:0;padding:0;text-align:left}.simcal-default-calendar-grid .simcal-events>.simcal-event{border-bottom-style:solid;border-bottom-width:1px;cursor:pointer;list-style:none;margin:0 0 2px;padding:4px}.simcal-default-calendar-grid .simcal-events>.simcal-event:hover{text-decoration:underline}.simcal-default-calendar-grid .simcal-events>.simcal-event:last-child{border-bottom:0;margin-bottom:0}.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-event{border-bottom-color:rgba(0,0,0,.1)}.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-event{border-bottom-color:rgba(255,255,255,.1)}.simcal-default-calendar-grid .simcal-events-dots{cursor:pointer;display:block;line-height:.7;margin:3px 0;text-align:center}.simcal-default-calendar-grid .simcal-events-toggle{background:0 0;display:block;font-size:10px;padding:2px 0}.simcal-event-bubble{background-color:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1)}.simcal-event-bubble .simcal-event-details .simcal-event-description,.simcal-event-bubble .simcal-event-details p{margin:0 0 1em}
assets/css/default-calendar-list.css CHANGED
@@ -1,371 +1,371 @@
1
- @font-face {
2
- font-family: 'simple-calendar';
3
- src: url("../fonts/simple-calendar.eot?43976014");
4
- src: url("../fonts/simple-calendar.eot?43976014#iefix") format("embedded-opentype"), url("../fonts/simple-calendar.woff?43976014") format("woff"), url("../fonts/simple-calendar.ttf?43976014") format("truetype"), url("../fonts/simple-calendar.svg?43976014#simple-calendar") format("svg");
5
- font-weight: normal;
6
- font-style: normal; }
7
-
8
- [class^="simcal-icon-"]:before,
9
- [class*=" simcal-icon-"]:before {
10
- display: inline-block;
11
- font-family: "simple-calendar";
12
- font-style: normal;
13
- font-weight: normal;
14
- margin-right: .2em;
15
- speak: none;
16
- text-decoration: inherit;
17
- text-align: center;
18
- width: 1em;
19
- font-variant: normal;
20
- text-transform: none;
21
- margin-left: .2em;
22
- -webkit-font-smoothing: antialiased;
23
- -moz-osx-font-smoothing: grayscale; }
24
-
25
- .simcal-icon-spin {
26
- -moz-animation: spin 2s infinite linear;
27
- -o-animation: spin 2s infinite linear;
28
- -webkit-animation: spin 2s infinite linear;
29
- animation: spin 2s infinite linear;
30
- display: inline-block; }
31
-
32
- @-moz-keyframes spin {
33
- 0% {
34
- -moz-transform: rotate(0deg);
35
- -o-transform: rotate(0deg);
36
- -webkit-transform: rotate(0deg);
37
- transform: rotate(0deg); }
38
- 100% {
39
- -moz-transform: rotate(359deg);
40
- -o-transform: rotate(359deg);
41
- -webkit-transform: rotate(359deg);
42
- transform: rotate(359deg); } }
43
-
44
- @-webkit-keyframes spin {
45
- 0% {
46
- -moz-transform: rotate(0deg);
47
- -o-transform: rotate(0deg);
48
- -webkit-transform: rotate(0deg);
49
- transform: rotate(0deg); }
50
- 100% {
51
- -moz-transform: rotate(359deg);
52
- -o-transform: rotate(359deg);
53
- -webkit-transform: rotate(359deg);
54
- transform: rotate(359deg); } }
55
-
56
- @-o-keyframes spin {
57
- 0% {
58
- -moz-transform: rotate(0deg);
59
- -o-transform: rotate(0deg);
60
- -webkit-transform: rotate(0deg);
61
- transform: rotate(0deg); }
62
- 100% {
63
- -moz-transform: rotate(359deg);
64
- -o-transform: rotate(359deg);
65
- -webkit-transform: rotate(359deg);
66
- transform: rotate(359deg); } }
67
-
68
- @-ms-keyframes spin {
69
- 0% {
70
- -moz-transform: rotate(0deg);
71
- -o-transform: rotate(0deg);
72
- -webkit-transform: rotate(0deg);
73
- transform: rotate(0deg); }
74
- 100% {
75
- -moz-transform: rotate(359deg);
76
- -o-transform: rotate(359deg);
77
- -webkit-transform: rotate(359deg);
78
- transform: rotate(359deg); } }
79
-
80
- @keyframes spin {
81
- 0% {
82
- -moz-transform: rotate(0deg);
83
- -o-transform: rotate(0deg);
84
- -webkit-transform: rotate(0deg);
85
- transform: rotate(0deg); }
86
- 100% {
87
- -moz-transform: rotate(359deg);
88
- -o-transform: rotate(359deg);
89
- -webkit-transform: rotate(359deg);
90
- transform: rotate(359deg); } }
91
-
92
- .simcal-icon-animate:before {
93
- transition: all .2s ease-in-out; }
94
-
95
- .simcal-icon-rotate-180:before {
96
- transform: rotate(180deg); }
97
-
98
- .simcal-icon-calendar-empty:before {
99
- content: '\e800'; }
100
-
101
- .simcal-icon-calendar:before {
102
- content: '\e801'; }
103
-
104
- .simcal-icon-calendar-logo:before {
105
- content: '\e802'; }
106
-
107
- .simcal-icon-settings:before {
108
- content: '\e804'; }
109
-
110
- .simcal-icon-toggles:before {
111
- content: '\e805'; }
112
-
113
- .simcal-icon-list:before {
114
- content: '\e806'; }
115
-
116
- .simcal-icon-event:before {
117
- content: '\e807'; }
118
-
119
- .simcal-icon-help:before {
120
- content: '\e808'; }
121
-
122
- .simcal-icon-panel:before {
123
- content: '\e80a'; }
124
-
125
- .simcal-icon-grid:before {
126
- content: '\e80b'; }
127
-
128
- .simcal-icon-google:before {
129
- content: '\e80c'; }
130
-
131
- .simcal-icon-docs:before {
132
- content: '\e80f'; }
133
-
134
- .simcal-icon-hourglass:before {
135
- content: '\e811'; }
136
-
137
- .simcal-icon-globe:before {
138
- content: '\e812'; }
139
-
140
- .simcal-icon-timezones:before {
141
- content: '\e813'; }
142
-
143
- .simcal-icon-warning:before {
144
- content: '\e815'; }
145
-
146
- .simcal-icon-wordpress:before {
147
- content: '\e814'; }
148
-
149
- .simcal-icon-up:before {
150
- content: '\e80e'; }
151
-
152
- .simcal-icon-right:before {
153
- content: '\e809'; }
154
-
155
- .simcal-icon-down:before {
156
- content: '\e80d'; }
157
-
158
- .simcal-icon-left:before {
159
- content: '\e803'; }
160
-
161
- .simcal-icon-spinner:before {
162
- content: '\e810'; }
163
-
164
- .simcal-calendar {
165
- position: relative; }
166
-
167
- .simcal-powered {
168
- display: block;
169
- margin: -10px 0 20px; }
170
-
171
- .simcal-align-left {
172
- text-align: left; }
173
-
174
- .simcal-align-right {
175
- text-align: right; }
176
-
177
- .simcal-default-calendar .simcal-current h3 {
178
- margin: 0;
179
- padding: 0; }
180
-
181
- .simcal-default-calendar .simcal-nav {
182
- vertical-align: middle; }
183
-
184
- .simcal-default-calendar .simcal-nav-button {
185
- background: transparent;
186
- border: 0;
187
- box-shadow: none;
188
- cursor: pointer;
189
- margin: 0;
190
- outline: none;
191
- padding: 0;
192
- transition: margin .2s ease-out;
193
- width: 100%; }
194
- .simcal-default-calendar .simcal-nav-button:focus, .simcal-default-calendar .simcal-nav-button:hover {
195
- background: transparent;
196
- border: 0;
197
- box-shadow: none;
198
- outline: none; }
199
- .simcal-default-calendar .simcal-nav-button.simcal-prev:hover {
200
- margin-left: -10px; }
201
- .simcal-default-calendar .simcal-nav-button.simcal-next:hover {
202
- margin-right: -10px; }
203
- .simcal-default-calendar .simcal-nav-button:disabled {
204
- cursor: default; }
205
- .simcal-default-calendar .simcal-nav-button:disabled:hover {
206
- margin: 0;
207
- padding: 0; }
208
-
209
- .simcal-default-calendar .simcal-events {
210
- list-style: none;
211
- margin-left: 0; }
212
-
213
- .simcal-default-calendar .simcal-events-toggle {
214
- border: 0;
215
- box-shadow: none;
216
- text-align: center;
217
- width: 100%; }
218
- .simcal-default-calendar .simcal-events-toggle:active, .simcal-default-calendar .simcal-events-toggle:focus, .simcal-default-calendar .simcal-events-toggle:hover {
219
- border: 0;
220
- box-shadow: none;
221
- outline: none; }
222
-
223
- .simcal-default-calendar ul.simcal-attachments,
224
- .simcal-default-calendar ul.simcal-attendees {
225
- margin: 0;
226
- padding: 0; }
227
-
228
- .simcal-default-calendar li.simcal-attachment,
229
- .simcal-default-calendar li.simcal-attendee {
230
- list-style: none;
231
- margin-bottom: 4px; }
232
- .simcal-default-calendar li.simcal-attachment:last-child,
233
- .simcal-default-calendar li.simcal-attendee:last-child {
234
- margin-bottom: 0; }
235
- .simcal-default-calendar li.simcal-attachment small,
236
- .simcal-default-calendar li.simcal-attendee small {
237
- opacity: .9;
238
- text-transform: lowercase; }
239
-
240
- .simcal-default-calendar li.simcal-attachment a,
241
- .simcal-default-calendar li.simcal-attendee a,
242
- .simcal-default-calendar .simcal-organizer a {
243
- border-bottom: 0;
244
- text-decoration: none; }
245
-
246
- .simcal-default-calendar li.simcal-attachment img,
247
- .simcal-default-calendar li.simcal-attendee img,
248
- .simcal-default-calendar .simcal-organizer img {
249
- display: inline-block;
250
- margin: 0 4px;
251
- max-height: 24px;
252
- max-width: 24px; }
253
-
254
- .simcal-default-calendar .simcal-tooltip-content {
255
- font-size: 1.2em;
256
- line-height: 1.4;
257
- padding: 5px; }
258
-
259
- .simcal-default-calendar .simcal-ajax-loader {
260
- height: 100%;
261
- left: 0;
262
- position: absolute;
263
- top: 0;
264
- width: 100%; }
265
- .simcal-default-calendar .simcal-ajax-loader > i {
266
- font-size: 48px;
267
- left: 50%;
268
- line-height: 1;
269
- margin: -36px 0 0 -36px;
270
- position: absolute;
271
- top: 50%; }
272
- .simcal-default-calendar .simcal-ajax-loader.simcal-spinner-top > i {
273
- top: 20%; }
274
- .simcal-default-calendar .simcal-ajax-loader.simcal-spinner-bottom > i {
275
- bottom: 20%;
276
- top: auto; }
277
-
278
- .simcal-default-calendar-light .simcal-nav-button {
279
- color: rgba(0, 0, 0, 0.6); }
280
- .simcal-default-calendar-light .simcal-nav-button:disabled {
281
- color: rgba(255, 255, 255, 0.9) !important; }
282
- .simcal-default-calendar-light .simcal-nav-button:disabled:hover {
283
- color: rgba(255, 255, 255, 0.9) !important; }
284
- .simcal-default-calendar-light .simcal-nav-button:focus, .simcal-default-calendar-light .simcal-nav-button:hover {
285
- color: rgba(0, 0, 0, 0.9); }
286
-
287
- .simcal-default-calendar-light .simcal-events-toggle {
288
- color: rgba(0, 0, 0, 0.6); }
289
- .simcal-default-calendar-light .simcal-events-toggle:hover {
290
- background-color: rgba(0, 0, 0, 0.1);
291
- color: white; }
292
-
293
- .simcal-default-calendar-light .simcal-ajax-loader {
294
- background-color: rgba(0, 0, 0, 0.1); }
295
- .simcal-default-calendar-light .simcal-ajax-loader > i {
296
- color: rgba(0, 0, 0, 0.3); }
297
-
298
- .simcal-default-calendar-dark .simcal-nav-button {
299
- color: rgba(255, 255, 255, 0.6); }
300
- .simcal-default-calendar-dark .simcal-nav-button:disabled {
301
- color: rgba(0, 0, 0, 0.9) !important; }
302
- .simcal-default-calendar-dark .simcal-nav-button:disabled:hover {
303
- color: rgba(0, 0, 0, 0.9) !important; }
304
- .simcal-default-calendar-dark .simcal-nav-button:focus, .simcal-default-calendar-dark .simcal-nav-button:hover {
305
- color: rgba(255, 255, 255, 0.9); }
306
-
307
- .simcal-default-calendar-dark .simcal-events-toggle {
308
- color: rgba(255, 255, 255, 0.6); }
309
- .simcal-default-calendar-dark .simcal-events-toggle:hover {
310
- background-color: rgba(255, 255, 255, 0.1);
311
- color: black; }
312
-
313
- .simcal-default-calendar-dark .simcal-ajax-loader {
314
- background-color: rgba(255, 255, 255, 0.1); }
315
- .simcal-default-calendar-dark .simcal-ajax-loader > i {
316
- color: rgba(255, 255, 255, 0.3); }
317
-
318
- .simcal-default-calendar-list {
319
- min-height: 100px;
320
- padding: 10px 0;
321
- text-align: left; }
322
- .simcal-default-calendar-list .simcal-calendar-head {
323
- display: table;
324
- padding-bottom: 10px;
325
- width: 100%; }
326
- .simcal-default-calendar-list .simcal-calendar-head .simcal-nav {
327
- display: table-cell;
328
- text-align: center;
329
- vertical-align: middle;
330
- width: 20%; }
331
- .simcal-default-calendar-list .simcal-calendar-head .simcal-nav:nth-child(2) {
332
- width: 60%; }
333
- .simcal-default-calendar-list .simcal-calendar-head .simcal-current span {
334
- display: inline-block; }
335
- .simcal-default-calendar-list .simcal-calendar-head .simcal-hide-header {
336
- visibility: hidden; }
337
- .simcal-default-calendar-list dl.simcal-month {
338
- margin-bottom: 10px;
339
- padding: 0 10px 10px; }
340
- .simcal-default-calendar-list dd.simcal-day {
341
- list-style: none;
342
- margin: 0; }
343
- .simcal-default-calendar-list dt.simcal-day-label {
344
- font-size: .9em;
345
- list-style: none;
346
- margin: 20px 0 10px; }
347
- .simcal-default-calendar-list dt.simcal-day-label > span {
348
- display: inline-block;
349
- padding: 4px 8px; }
350
- .simcal-default-calendar-list ul.simcal-events {
351
- margin: 10px 14px 0; }
352
- .simcal-default-calendar-list ul.simcal-events li.simcal-event {
353
- list-style-type: none;
354
- margin-bottom: 10px;
355
- word-wrap: break-word; }
356
- .simcal-default-calendar-list .simcal-event-details {
357
- font-size: .84em;
358
- line-height: 1.5;
359
- overflow: hidden; }
360
- .simcal-default-calendar-list .simcal-event-details p,
361
- .simcal-default-calendar-list .simcal-event-details .simcal-event-description {
362
- margin: 0 0 1em; }
363
- .simcal-default-calendar-list .simcal-events-toggle {
364
- display: inline-block;
365
- padding: 0; }
366
- .simcal-default-calendar-list.simcal-default-calendar-light .simcal-events-toggle {
367
- background-color: rgba(0, 0, 0, 0.1); }
368
- .simcal-default-calendar-list.simcal-default-calendar-dark .simcal-events-toggle {
369
- background-color: rgba(255, 255, 255, 0.1); }
370
- .simcal-default-calendar-list .simcal-calendar-list-compact .simcal-calendar-head .simcal-nav h3 {
371
- font-size: 1em; }
1
+ @font-face {
2
+ font-family: 'simple-calendar';
3
+ src: url("../fonts/simple-calendar.eot?43976014");
4
+ src: url("../fonts/simple-calendar.eot?43976014#iefix") format("embedded-opentype"), url("../fonts/simple-calendar.woff?43976014") format("woff"), url("../fonts/simple-calendar.ttf?43976014") format("truetype"), url("../fonts/simple-calendar.svg?43976014#simple-calendar") format("svg");
5
+ font-weight: normal;
6
+ font-style: normal; }
7
+
8
+ [class^="simcal-icon-"]:before,
9
+ [class*=" simcal-icon-"]:before {
10
+ display: inline-block;
11
+ font-family: "simple-calendar";
12
+ font-style: normal;
13
+ font-weight: normal;
14
+ margin-right: .2em;
15
+ speak: none;
16
+ text-decoration: inherit;
17
+ text-align: center;
18
+ width: 1em;
19
+ font-variant: normal;
20
+ text-transform: none;
21
+ margin-left: .2em;
22
+ -webkit-font-smoothing: antialiased;
23
+ -moz-osx-font-smoothing: grayscale; }
24
+
25
+ .simcal-icon-spin {
26
+ -moz-animation: spin 2s infinite linear;
27
+ -o-animation: spin 2s infinite linear;
28
+ -webkit-animation: spin 2s infinite linear;
29
+ animation: spin 2s infinite linear;
30
+ display: inline-block; }
31
+
32
+ @-moz-keyframes spin {
33
+ 0% {
34
+ -moz-transform: rotate(0deg);
35
+ -o-transform: rotate(0deg);
36
+ -webkit-transform: rotate(0deg);
37
+ transform: rotate(0deg); }
38
+ 100% {
39
+ -moz-transform: rotate(359deg);
40
+ -o-transform: rotate(359deg);
41
+ -webkit-transform: rotate(359deg);
42
+ transform: rotate(359deg); } }
43
+
44
+ @-webkit-keyframes spin {
45
+ 0% {
46
+ -moz-transform: rotate(0deg);
47
+ -o-transform: rotate(0deg);
48
+ -webkit-transform: rotate(0deg);
49
+ transform: rotate(0deg); }
50
+ 100% {
51
+ -moz-transform: rotate(359deg);
52
+ -o-transform: rotate(359deg);
53
+ -webkit-transform: rotate(359deg);
54
+ transform: rotate(359deg); } }
55
+
56
+ @-o-keyframes spin {
57
+ 0% {
58
+ -moz-transform: rotate(0deg);
59
+ -o-transform: rotate(0deg);
60
+ -webkit-transform: rotate(0deg);
61
+ transform: rotate(0deg); }
62
+ 100% {
63
+ -moz-transform: rotate(359deg);
64
+ -o-transform: rotate(359deg);
65
+ -webkit-transform: rotate(359deg);
66
+ transform: rotate(359deg); } }
67
+
68
+ @-ms-keyframes spin {
69
+ 0% {
70
+ -moz-transform: rotate(0deg);
71
+ -o-transform: rotate(0deg);
72
+ -webkit-transform: rotate(0deg);
73
+ transform: rotate(0deg); }
74
+ 100% {
75
+ -moz-transform: rotate(359deg);
76
+ -o-transform: rotate(359deg);
77
+ -webkit-transform: rotate(359deg);
78
+ transform: rotate(359deg); } }
79
+
80
+ @keyframes spin {
81
+ 0% {
82
+ -moz-transform: rotate(0deg);
83
+ -o-transform: rotate(0deg);
84
+ -webkit-transform: rotate(0deg);
85
+ transform: rotate(0deg); }
86
+ 100% {
87
+ -moz-transform: rotate(359deg);
88
+ -o-transform: rotate(359deg);
89
+ -webkit-transform: rotate(359deg);
90
+ transform: rotate(359deg); } }
91
+
92
+ .simcal-icon-animate:before {
93
+ transition: all .2s ease-in-out; }
94
+
95
+ .simcal-icon-rotate-180:before {
96
+ transform: rotate(180deg); }
97
+
98
+ .simcal-icon-calendar-empty:before {
99
+ content: '\e800'; }
100
+
101
+ .simcal-icon-calendar:before {
102
+ content: '\e801'; }
103
+
104
+ .simcal-icon-calendar-logo:before {
105
+ content: '\e802'; }
106
+
107
+ .simcal-icon-settings:before {
108
+ content: '\e804'; }
109
+
110
+ .simcal-icon-toggles:before {
111
+ content: '\e805'; }
112
+
113
+ .simcal-icon-list:before {
114
+ content: '\e806'; }
115
+
116
+ .simcal-icon-event:before {
117
+ content: '\e807'; }
118
+
119
+ .simcal-icon-help:before {
120
+ content: '\e808'; }
121
+
122
+ .simcal-icon-panel:before {
123
+ content: '\e80a'; }
124
+
125
+ .simcal-icon-grid:before {
126
+ content: '\e80b'; }
127
+
128
+ .simcal-icon-google:before {
129
+ content: '\e80c'; }
130
+
131
+ .simcal-icon-docs:before {
132
+ content: '\e80f'; }
133
+
134
+ .simcal-icon-hourglass:before {
135
+ content: '\e811'; }
136
+
137
+ .simcal-icon-globe:before {
138
+ content: '\e812'; }
139
+
140
+ .simcal-icon-timezones:before {
141
+ content: '\e813'; }
142
+
143
+ .simcal-icon-warning:before {
144
+ content: '\e815'; }
145
+
146
+ .simcal-icon-wordpress:before {
147
+ content: '\e814'; }
148
+
149
+ .simcal-icon-up:before {
150
+ content: '\e80e'; }
151
+
152
+ .simcal-icon-right:before {
153
+ content: '\e809'; }
154
+
155
+ .simcal-icon-down:before {
156
+ content: '\e80d'; }
157
+
158
+ .simcal-icon-left:before {
159
+ content: '\e803'; }
160
+
161
+ .simcal-icon-spinner:before {
162
+ content: '\e810'; }
163
+
164
+ .simcal-calendar {
165
+ position: relative; }
166
+
167
+ .simcal-powered {
168
+ display: block;
169
+ margin: -10px 0 20px; }
170
+
171
+ .simcal-align-left {
172
+ text-align: left; }
173
+
174
+ .simcal-align-right {
175
+ text-align: right; }
176
+
177
+ .simcal-default-calendar .simcal-current h3 {
178
+ margin: 0;
179
+ padding: 0; }
180
+
181
+ .simcal-default-calendar .simcal-nav {
182
+ vertical-align: middle; }
183
+
184
+ .simcal-default-calendar .simcal-nav-button {
185
+ background: transparent;
186
+ border: 0;
187
+ box-shadow: none;
188
+ cursor: pointer;
189
+ margin: 0;
190
+ outline: none;
191
+ padding: 0;
192
+ transition: margin .2s ease-out;
193
+ width: 100%; }
194
+ .simcal-default-calendar .simcal-nav-button:focus, .simcal-default-calendar .simcal-nav-button:hover {
195
+ background: transparent;
196
+ border: 0;
197
+ box-shadow: none;
198
+ outline: none; }
199
+ .simcal-default-calendar .simcal-nav-button.simcal-prev:hover {
200
+ margin-left: -10px; }
201
+ .simcal-default-calendar .simcal-nav-button.simcal-next:hover {
202
+ margin-right: -10px; }
203
+ .simcal-default-calendar .simcal-nav-button:disabled {
204
+ cursor: default; }
205
+ .simcal-default-calendar .simcal-nav-button:disabled:hover {
206
+ margin: 0;
207
+ padding: 0; }
208
+
209
+ .simcal-default-calendar .simcal-events {
210
+ list-style: none;
211
+ margin-left: 0; }
212
+
213
+ .simcal-default-calendar .simcal-events-toggle {
214
+ border: 0;
215
+ box-shadow: none;
216
+ text-align: center;
217
+ width: 100%; }
218
+ .simcal-default-calendar .simcal-events-toggle:active, .simcal-default-calendar .simcal-events-toggle:focus, .simcal-default-calendar .simcal-events-toggle:hover {
219
+ border: 0;
220
+ box-shadow: none;
221
+ outline: none; }
222
+
223
+ .simcal-default-calendar ul.simcal-attachments,
224
+ .simcal-default-calendar ul.simcal-attendees {
225
+ margin: 0;
226
+ padding: 0; }
227
+
228
+ .simcal-default-calendar li.simcal-attachment,
229
+ .simcal-default-calendar li.simcal-attendee {
230
+ list-style: none;
231
+ margin-bottom: 4px; }
232
+ .simcal-default-calendar li.simcal-attachment:last-child,
233
+ .simcal-default-calendar li.simcal-attendee:last-child {
234
+ margin-bottom: 0; }
235
+ .simcal-default-calendar li.simcal-attachment small,
236
+ .simcal-default-calendar li.simcal-attendee small {
237
+ opacity: .9;
238
+ text-transform: lowercase; }
239
+
240
+ .simcal-default-calendar li.simcal-attachment a,
241
+ .simcal-default-calendar li.simcal-attendee a,
242
+ .simcal-default-calendar .simcal-organizer a {
243
+ border-bottom: 0;
244
+ text-decoration: none; }
245
+
246
+ .simcal-default-calendar li.simcal-attachment img,
247
+ .simcal-default-calendar li.simcal-attendee img,
248
+ .simcal-default-calendar .simcal-organizer img {
249
+ display: inline-block;
250
+ margin: 0 4px;
251
+ max-height: 24px;
252
+ max-width: 24px; }
253
+
254
+ .simcal-default-calendar .simcal-tooltip-content {
255
+ font-size: 1.2em;
256
+ line-height: 1.4;
257
+ padding: 5px; }
258
+
259
+ .simcal-default-calendar .simcal-ajax-loader {
260
+ height: 100%;
261
+ left: 0;
262
+ position: absolute;
263
+ top: 0;
264
+ width: 100%; }
265
+ .simcal-default-calendar .simcal-ajax-loader > i {
266
+ font-size: 48px;
267
+ left: 50%;
268
+ line-height: 1;
269
+ margin: -36px 0 0 -36px;
270
+ position: absolute;
271
+ top: 50%; }
272
+ .simcal-default-calendar .simcal-ajax-loader.simcal-spinner-top > i {
273
+ top: 20%; }
274
+ .simcal-default-calendar .simcal-ajax-loader.simcal-spinner-bottom > i {
275
+ bottom: 20%;
276
+ top: auto; }
277
+
278
+ .simcal-default-calendar-light .simcal-nav-button {
279
+ color: rgba(0, 0, 0, 0.6); }
280
+ .simcal-default-calendar-light .simcal-nav-button:disabled {
281
+ color: rgba(255, 255, 255, 0.9) !important; }
282
+ .simcal-default-calendar-light .simcal-nav-button:disabled:hover {
283
+ color: rgba(255, 255, 255, 0.9) !important; }
284
+ .simcal-default-calendar-light .simcal-nav-button:focus, .simcal-default-calendar-light .simcal-nav-button:hover {
285
+ color: rgba(0, 0, 0, 0.9); }
286
+
287
+ .simcal-default-calendar-light .simcal-events-toggle {
288
+ color: rgba(0, 0, 0, 0.6); }
289
+ .simcal-default-calendar-light .simcal-events-toggle:hover {
290
+ background-color: rgba(0, 0, 0, 0.1);
291
+ color: white; }
292
+
293
+ .simcal-default-calendar-light .simcal-ajax-loader {
294
+ background-color: rgba(0, 0, 0, 0.1); }
295
+ .simcal-default-calendar-light .simcal-ajax-loader > i {
296
+ color: rgba(0, 0, 0, 0.3); }
297
+
298
+ .simcal-default-calendar-dark .simcal-nav-button {
299
+ color: rgba(255, 255, 255, 0.6); }
300
+ .simcal-default-calendar-dark .simcal-nav-button:disabled {
301
+ color: rgba(0, 0, 0, 0.9) !important; }
302
+ .simcal-default-calendar-dark .simcal-nav-button:disabled:hover {
303
+ color: rgba(0, 0, 0, 0.9) !important; }
304
+ .simcal-default-calendar-dark .simcal-nav-button:focus, .simcal-default-calendar-dark .simcal-nav-button:hover {
305
+ color: rgba(255, 255, 255, 0.9); }
306
+
307
+ .simcal-default-calendar-dark .simcal-events-toggle {
308
+ color: rgba(255, 255, 255, 0.6); }
309
+ .simcal-default-calendar-dark .simcal-events-toggle:hover {
310
+ background-color: rgba(255, 255, 255, 0.1);
311
+ color: black; }
312
+
313
+ .simcal-default-calendar-dark .simcal-ajax-loader {
314
+ background-color: rgba(255, 255, 255, 0.1); }
315
+ .simcal-default-calendar-dark .simcal-ajax-loader > i {
316
+ color: rgba(255, 255, 255, 0.3); }
317
+
318
+ .simcal-default-calendar-list {
319
+ min-height: 100px;
320
+ padding: 10px 0;
321
+ text-align: left; }
322
+ .simcal-default-calendar-list .simcal-calendar-head {
323
+ display: table;
324
+ padding-bottom: 10px;
325
+ width: 100%; }
326
+ .simcal-default-calendar-list .simcal-calendar-head .simcal-nav {
327
+ display: table-cell;
328
+ text-align: center;
329
+ vertical-align: middle;
330
+ width: 20%; }
331
+ .simcal-default-calendar-list .simcal-calendar-head .simcal-nav:nth-child(2) {
332
+ width: 60%; }
333
+ .simcal-default-calendar-list .simcal-calendar-head .simcal-current span {
334
+ display: inline-block; }
335
+ .simcal-default-calendar-list .simcal-calendar-head .simcal-hide-header {
336
+ visibility: hidden; }
337
+ .simcal-default-calendar-list dl.simcal-month {
338
+ margin-bottom: 10px;
339
+ padding: 0 10px 10px; }
340
+ .simcal-default-calendar-list dd.simcal-day {
341
+ list-style: none;
342
+ margin: 0; }
343
+ .simcal-default-calendar-list dt.simcal-day-label {
344
+ font-size: .9em;
345
+ list-style: none;
346
+ margin: 20px 0 10px; }
347
+ .simcal-default-calendar-list dt.simcal-day-label > span {
348
+ display: inline-block;
349
+ padding: 4px 8px; }
350
+ .simcal-default-calendar-list ul.simcal-events {
351
+ margin: 10px 14px 0; }
352
+ .simcal-default-calendar-list ul.simcal-events li.simcal-event {
353
+ list-style-type: none;
354
+ margin-bottom: 10px;
355
+ word-wrap: break-word; }
356
+ .simcal-default-calendar-list .simcal-event-details {
357
+ font-size: .84em;
358
+ line-height: 1.5;
359
+ overflow: hidden; }
360
+ .simcal-default-calendar-list .simcal-event-details p,
361
+ .simcal-default-calendar-list .simcal-event-details .simcal-event-description {
362
+ margin: 0 0 1em; }
363
+ .simcal-default-calendar-list .simcal-events-toggle {
364
+ display: inline-block;
365
+ padding: 0; }
366
+ .simcal-default-calendar-list.simcal-default-calendar-light .simcal-events-toggle {
367
+ background-color: rgba(0, 0, 0, 0.1); }
368
+ .simcal-default-calendar-list.simcal-default-calendar-dark .simcal-events-toggle {
369
+ background-color: rgba(255, 255, 255, 0.1); }
370
+ .simcal-default-calendar-list .simcal-calendar-list-compact .simcal-calendar-head .simcal-nav h3 {
371
+ font-size: 1em; }
assets/css/default-calendar-list.min.css CHANGED
@@ -1,6 +1,6 @@
1
- /*! Simple Calendar - 3.1.25
2
  * https://simplecalendar.io
3
- * Copyright (c) Moonstone Media 2020
4
  * Licensed GPLv2+ */
5
 
6
- .simcal-default-calendar .simcal-nav-button,.simcal-default-calendar .simcal-nav-button:focus,.simcal-default-calendar .simcal-nav-button:hover{background:0 0;border:0;box-shadow:none;outline:0}@font-face{font-family:simple-calendar;src:url(../fonts/simple-calendar.eot?43976014);src:url(../fonts/simple-calendar.eot?43976014#iefix) format("embedded-opentype"),url(../fonts/simple-calendar.woff?43976014) format("woff"),url(../fonts/simple-calendar.ttf?43976014) format("truetype"),url(../fonts/simple-calendar.svg?43976014#simple-calendar) format("svg");font-weight:400;font-style:normal}[class*=" simcal-icon-"]:before,[class^=simcal-icon-]:before{display:inline-block;font-family:simple-calendar;font-style:normal;font-weight:400;margin-right:.2em;speak:none;text-decoration:inherit;text-align:center;width:1em;font-variant:normal;text-transform:none;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.simcal-icon-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.simcal-icon-animate:before{transition:all .2s ease-in-out}.simcal-icon-rotate-180:before{transform:rotate(180deg)}.simcal-icon-calendar-empty:before{content:'\e800'}.simcal-icon-calendar:before{content:'\e801'}.simcal-icon-calendar-logo:before{content:'\e802'}.simcal-icon-settings:before{content:'\e804'}.simcal-icon-toggles:before{content:'\e805'}.simcal-icon-list:before{content:'\e806'}.simcal-icon-event:before{content:'\e807'}.simcal-icon-help:before{content:'\e808'}.simcal-icon-panel:before{content:'\e80a'}.simcal-icon-grid:before{content:'\e80b'}.simcal-icon-google:before{content:'\e80c'}.simcal-icon-docs:before{content:'\e80f'}.simcal-icon-hourglass:before{content:'\e811'}.simcal-icon-globe:before{content:'\e812'}.simcal-icon-timezones:before{content:'\e813'}.simcal-icon-warning:before{content:'\e815'}.simcal-icon-wordpress:before{content:'\e814'}.simcal-icon-up:before{content:'\e80e'}.simcal-icon-right:before{content:'\e809'}.simcal-icon-down:before{content:'\e80d'}.simcal-icon-left:before{content:'\e803'}.simcal-icon-spinner:before{content:'\e810'}.simcal-calendar{position:relative}.simcal-powered{display:block;margin:-10px 0 20px}.simcal-align-left{text-align:left}.simcal-align-right{text-align:right}.simcal-default-calendar .simcal-current h3{margin:0;padding:0}.simcal-default-calendar .simcal-nav{vertical-align:middle}.simcal-default-calendar .simcal-nav-button{cursor:pointer;margin:0;padding:0;transition:margin .2s ease-out;width:100%}.simcal-default-calendar .simcal-nav-button.simcal-prev:hover{margin-left:-10px}.simcal-default-calendar .simcal-nav-button.simcal-next:hover{margin-right:-10px}.simcal-default-calendar .simcal-nav-button:disabled:hover,.simcal-default-calendar ul.simcal-attachments,.simcal-default-calendar ul.simcal-attendees{margin:0;padding:0}.simcal-default-calendar .simcal-nav-button:disabled{cursor:default}.simcal-default-calendar .simcal-events{list-style:none;margin-left:0}.simcal-default-calendar .simcal-events-toggle{border:0;box-shadow:none;text-align:center;width:100%}.simcal-default-calendar .simcal-events-toggle:active,.simcal-default-calendar .simcal-events-toggle:focus,.simcal-default-calendar .simcal-events-toggle:hover{border:0;box-shadow:none;outline:0}.simcal-default-calendar li.simcal-attachment,.simcal-default-calendar li.simcal-attendee{list-style:none;margin-bottom:4px}.simcal-default-calendar li.simcal-attachment:last-child,.simcal-default-calendar li.simcal-attendee:last-child{margin-bottom:0}.simcal-default-calendar li.simcal-attachment small,.simcal-default-calendar li.simcal-attendee small{opacity:.9;text-transform:lowercase}.simcal-default-calendar .simcal-organizer a,.simcal-default-calendar li.simcal-attachment a,.simcal-default-calendar li.simcal-attendee a{border-bottom:0;text-decoration:none}.simcal-default-calendar .simcal-organizer img,.simcal-default-calendar li.simcal-attachment img,.simcal-default-calendar li.simcal-attendee img{display:inline-block;margin:0 4px;max-height:24px;max-width:24px}.simcal-default-calendar .simcal-tooltip-content{font-size:1.2em;line-height:1.4;padding:5px}.simcal-default-calendar .simcal-ajax-loader{height:100%;left:0;position:absolute;top:0;width:100%}.simcal-default-calendar .simcal-ajax-loader>i{font-size:48px;left:50%;line-height:1;margin:-36px 0 0 -36px;position:absolute;top:50%}.simcal-default-calendar .simcal-ajax-loader.simcal-spinner-top>i{top:20%}.simcal-default-calendar .simcal-ajax-loader.simcal-spinner-bottom>i{bottom:20%;top:auto}.simcal-default-calendar-light .simcal-nav-button{color:rgba(0,0,0,.6)}.simcal-default-calendar-light .simcal-nav-button:disabled,.simcal-default-calendar-light .simcal-nav-button:disabled:hover{color:rgba(255,255,255,.9)!important}.simcal-default-calendar-light .simcal-nav-button:focus,.simcal-default-calendar-light .simcal-nav-button:hover{color:rgba(0,0,0,.9)}.simcal-default-calendar-light .simcal-events-toggle{color:rgba(0,0,0,.6)}.simcal-default-calendar-light .simcal-events-toggle:hover{background-color:rgba(0,0,0,.1);color:#fff}.simcal-default-calendar-light .simcal-ajax-loader{background-color:rgba(0,0,0,.1)}.simcal-default-calendar-light .simcal-ajax-loader>i{color:rgba(0,0,0,.3)}.simcal-default-calendar-dark .simcal-nav-button{color:rgba(255,255,255,.6)}.simcal-default-calendar-dark .simcal-nav-button:disabled,.simcal-default-calendar-dark .simcal-nav-button:disabled:hover{color:rgba(0,0,0,.9)!important}.simcal-default-calendar-dark .simcal-nav-button:focus,.simcal-default-calendar-dark .simcal-nav-button:hover{color:rgba(255,255,255,.9)}.simcal-default-calendar-dark .simcal-events-toggle{color:rgba(255,255,255,.6)}.simcal-default-calendar-dark .simcal-events-toggle:hover{background-color:rgba(255,255,255,.1);color:#000}.simcal-default-calendar-dark .simcal-ajax-loader{background-color:rgba(255,255,255,.1)}.simcal-default-calendar-dark .simcal-ajax-loader>i{color:rgba(255,255,255,.3)}.simcal-default-calendar-list{min-height:100px;padding:10px 0;text-align:left}.simcal-default-calendar-list .simcal-calendar-head{display:table;padding-bottom:10px;width:100%}.simcal-default-calendar-list .simcal-calendar-head .simcal-nav{display:table-cell;text-align:center;vertical-align:middle;width:20%}.simcal-default-calendar-list .simcal-calendar-head .simcal-nav:nth-child(2){width:60%}.simcal-default-calendar-list .simcal-calendar-head .simcal-current span{display:inline-block}.simcal-default-calendar-list .simcal-calendar-head .simcal-hide-header{visibility:hidden}.simcal-default-calendar-list dl.simcal-month{margin-bottom:10px;padding:0 10px 10px}.simcal-default-calendar-list dd.simcal-day{list-style:none;margin:0}.simcal-default-calendar-list dt.simcal-day-label{font-size:.9em;list-style:none;margin:20px 0 10px}.simcal-default-calendar-list dt.simcal-day-label>span{display:inline-block;padding:4px 8px}.simcal-default-calendar-list ul.simcal-events{margin:10px 14px 0}.simcal-default-calendar-list ul.simcal-events li.simcal-event{list-style-type:none;margin-bottom:10px;word-wrap:break-word}.simcal-default-calendar-list .simcal-event-details{font-size:.84em;line-height:1.5;overflow:hidden}.simcal-default-calendar-list .simcal-event-details .simcal-event-description,.simcal-default-calendar-list .simcal-event-details p{margin:0 0 1em}.simcal-default-calendar-list .simcal-events-toggle{display:inline-block;padding:0}.simcal-default-calendar-list.simcal-default-calendar-light .simcal-events-toggle{background-color:rgba(0,0,0,.1)}.simcal-default-calendar-list.simcal-default-calendar-dark .simcal-events-toggle{background-color:rgba(255,255,255,.1)}.simcal-default-calendar-list .simcal-calendar-list-compact .simcal-calendar-head .simcal-nav h3{font-size:1em}
1
+ /*! Simple Calendar - 3.1.20
2
  * https://simplecalendar.io
3
+ * Copyright (c) Moonstone Media 2018
4
  * Licensed GPLv2+ */
5
 
6
+ @font-face{font-family:simple-calendar;src:url(../fonts/simple-calendar.eot?43976014);src:url(../fonts/simple-calendar.eot?43976014#iefix) format("embedded-opentype"),url(../fonts/simple-calendar.woff?43976014) format("woff"),url(../fonts/simple-calendar.ttf?43976014) format("truetype"),url(../fonts/simple-calendar.svg?43976014#simple-calendar) format("svg");font-weight:400;font-style:normal}[class*=" simcal-icon-"]:before,[class^=simcal-icon-]:before{display:inline-block;font-family:simple-calendar;font-style:normal;font-weight:400;margin-right:.2em;speak:none;text-decoration:inherit;text-align:center;width:1em;font-variant:normal;text-transform:none;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.simcal-icon-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.simcal-icon-animate:before{transition:all .2s ease-in-out}.simcal-icon-rotate-180:before{transform:rotate(180deg)}.simcal-icon-calendar-empty:before{content:'\e800'}.simcal-icon-calendar:before{content:'\e801'}.simcal-icon-calendar-logo:before{content:'\e802'}.simcal-icon-settings:before{content:'\e804'}.simcal-icon-toggles:before{content:'\e805'}.simcal-icon-list:before{content:'\e806'}.simcal-icon-event:before{content:'\e807'}.simcal-icon-help:before{content:'\e808'}.simcal-icon-panel:before{content:'\e80a'}.simcal-icon-grid:before{content:'\e80b'}.simcal-icon-google:before{content:'\e80c'}.simcal-icon-docs:before{content:'\e80f'}.simcal-icon-hourglass:before{content:'\e811'}.simcal-icon-globe:before{content:'\e812'}.simcal-icon-timezones:before{content:'\e813'}.simcal-icon-warning:before{content:'\e815'}.simcal-icon-wordpress:before{content:'\e814'}.simcal-icon-up:before{content:'\e80e'}.simcal-icon-right:before{content:'\e809'}.simcal-icon-down:before{content:'\e80d'}.simcal-icon-left:before{content:'\e803'}.simcal-icon-spinner:before{content:'\e810'}.simcal-calendar{position:relative}.simcal-powered{display:block;margin:-10px 0 20px}.simcal-align-left{text-align:left}.simcal-align-right{text-align:right}.simcal-default-calendar .simcal-current h3{margin:0;padding:0}.simcal-default-calendar .simcal-nav{vertical-align:middle}.simcal-default-calendar .simcal-nav-button{background:0 0;border:0;box-shadow:none;cursor:pointer;margin:0;outline:0;padding:0;transition:margin .2s ease-out;width:100%}.simcal-default-calendar .simcal-nav-button:focus,.simcal-default-calendar .simcal-nav-button:hover{background:0 0;border:0;box-shadow:none;outline:0}.simcal-default-calendar-light .simcal-ajax-loader,.simcal-default-calendar-light .simcal-events-toggle:hover,.simcal-default-calendar-list.simcal-default-calendar-light .simcal-events-toggle{background-color:rgba(0,0,0,.1)}.simcal-default-calendar .simcal-nav-button.simcal-prev:hover{margin-left:-10px}.simcal-default-calendar .simcal-nav-button.simcal-next:hover{margin-right:-10px}.simcal-default-calendar .simcal-nav-button:disabled:hover,.simcal-default-calendar ul.simcal-attachments,.simcal-default-calendar ul.simcal-attendees{margin:0;padding:0}.simcal-default-calendar .simcal-nav-button:disabled{cursor:default}.simcal-default-calendar .simcal-events{list-style:none;margin-left:0}.simcal-default-calendar .simcal-events-toggle{border:0;box-shadow:none;text-align:center;width:100%}.simcal-default-calendar .simcal-events-toggle:active,.simcal-default-calendar .simcal-events-toggle:focus,.simcal-default-calendar .simcal-events-toggle:hover{border:0;box-shadow:none;outline:0}.simcal-default-calendar li.simcal-attachment,.simcal-default-calendar li.simcal-attendee{list-style:none;margin-bottom:4px}.simcal-default-calendar li.simcal-attachment:last-child,.simcal-default-calendar li.simcal-attendee:last-child{margin-bottom:0}.simcal-default-calendar li.simcal-attachment small,.simcal-default-calendar li.simcal-attendee small{opacity:.9;text-transform:lowercase}.simcal-default-calendar .simcal-organizer a,.simcal-default-calendar li.simcal-attachment a,.simcal-default-calendar li.simcal-attendee a{border-bottom:0;text-decoration:none}.simcal-default-calendar .simcal-organizer img,.simcal-default-calendar li.simcal-attachment img,.simcal-default-calendar li.simcal-attendee img{display:inline-block;margin:0 4px;max-height:24px;max-width:24px}.simcal-default-calendar .simcal-tooltip-content{font-size:1.2em;line-height:1.4;padding:5px}.simcal-default-calendar .simcal-ajax-loader{height:100%;left:0;position:absolute;top:0;width:100%}.simcal-default-calendar .simcal-ajax-loader>i{font-size:48px;left:50%;line-height:1;margin:-36px 0 0 -36px;position:absolute;top:50%}.simcal-default-calendar .simcal-ajax-loader.simcal-spinner-top>i{top:20%}.simcal-default-calendar .simcal-ajax-loader.simcal-spinner-bottom>i{bottom:20%;top:auto}.simcal-default-calendar-light .simcal-nav-button{color:rgba(0,0,0,.6)}.simcal-default-calendar-light .simcal-nav-button:disabled,.simcal-default-calendar-light .simcal-nav-button:disabled:hover{color:rgba(255,255,255,.9)!important}.simcal-default-calendar-light .simcal-nav-button:focus,.simcal-default-calendar-light .simcal-nav-button:hover{color:rgba(0,0,0,.9)}.simcal-default-calendar-light .simcal-events-toggle{color:rgba(0,0,0,.6)}.simcal-default-calendar-light .simcal-events-toggle:hover{color:#fff}.simcal-default-calendar-light .simcal-ajax-loader>i{color:rgba(0,0,0,.3)}.simcal-default-calendar-dark .simcal-nav-button{color:rgba(255,255,255,.6)}.simcal-default-calendar-dark .simcal-nav-button:disabled,.simcal-default-calendar-dark .simcal-nav-button:disabled:hover{color:rgba(0,0,0,.9)!important}.simcal-default-calendar-dark .simcal-nav-button:focus,.simcal-default-calendar-dark .simcal-nav-button:hover{color:rgba(255,255,255,.9)}.simcal-default-calendar-dark .simcal-events-toggle{color:rgba(255,255,255,.6)}.simcal-default-calendar-dark .simcal-events-toggle:hover{background-color:rgba(255,255,255,.1);color:#000}.simcal-default-calendar-dark .simcal-ajax-loader{background-color:rgba(255,255,255,.1)}.simcal-default-calendar-dark .simcal-ajax-loader>i{color:rgba(255,255,255,.3)}.simcal-default-calendar-list{min-height:100px;padding:10px 0;text-align:left}.simcal-default-calendar-list .simcal-calendar-head{display:table;padding-bottom:10px;width:100%}.simcal-default-calendar-list .simcal-calendar-head .simcal-nav{display:table-cell;text-align:center;vertical-align:middle;width:20%}.simcal-default-calendar-list .simcal-calendar-head .simcal-nav:nth-child(2){width:60%}.simcal-default-calendar-list .simcal-calendar-head .simcal-current span{display:inline-block}.simcal-default-calendar-list .simcal-calendar-head .simcal-hide-header{visibility:hidden}.simcal-default-calendar-list dl.simcal-month{margin-bottom:10px;padding:0 10px 10px}.simcal-default-calendar-list dd.simcal-day{list-style:none;margin:0}.simcal-default-calendar-list dt.simcal-day-label{font-size:.9em;list-style:none;margin:20px 0 10px}.simcal-default-calendar-list dt.simcal-day-label>span{display:inline-block;padding:4px 8px}.simcal-default-calendar-list ul.simcal-events{margin:10px 14px 0}.simcal-default-calendar-list ul.simcal-events li.simcal-event{list-style-type:none;margin-bottom:10px;word-wrap:break-word}.simcal-default-calendar-list .simcal-event-details{font-size:.84em;line-height:1.5;overflow:hidden}.simcal-default-calendar-list .simcal-event-details .simcal-event-description,.simcal-default-calendar-list .simcal-event-details p{margin:0 0 1em}.simcal-default-calendar-list .simcal-events-toggle{display:inline-block;padding:0}.simcal-default-calendar-list.simcal-default-calendar-dark .simcal-events-toggle{background-color:rgba(255,255,255,.1)}.simcal-default-calendar-list .simcal-calendar-list-compact .simcal-calendar-head .simcal-nav h3{font-size:1em}
assets/css/vendor/jquery.qtip.css CHANGED
@@ -1,617 +1,617 @@
1
- /*
2
- * qTip2 - Pretty powerful tooltips - v3.0.3
3
- * http://qtip2.com
4
- *
5
- * Copyright (c) 2016
6
- * Released under the MIT licenses
7
- * http://jquery.org/license
8
- *
9
- * Date: Wed May 11 2016 10:31 GMT+0100+0100
10
- * Plugins: tips modal viewport svg imagemap ie6
11
- * Styles: core basic css3
12
- */
13
- .qtip{
14
- position: absolute;
15
- left: -28000px;
16
- top: -28000px;
17
- display: none;
18
-
19
- max-width: 280px;
20
- min-width: 50px;
21
-
22
- font-size: 10.5px;
23
- line-height: 12px;
24
-
25
- direction: ltr;
26
-
27
- box-shadow: none;
28
- padding: 0;
29
- }
30
-
31
- .qtip-content{
32
- position: relative;
33
- padding: 5px 9px;
34
- overflow: hidden;
35
-
36
- text-align: left;
37
- word-wrap: break-word;
38
- }
39
-
40
- .qtip-titlebar{
41
- position: relative;
42
- padding: 5px 35px 5px 10px;
43
- overflow: hidden;
44
-
45
- border-width: 0 0 1px;
46
- font-weight: bold;
47
- }
48
-
49
- .qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }
50
-
51
- /* Default close button class */
52
- .qtip-close{
53
- position: absolute;
54
- right: -9px; top: -9px;
55
- z-index: 11; /* Overlap .qtip-tip */
56
-
57
- cursor: pointer;
58
- outline: medium none;
59
-
60
- border: 1px solid transparent;
61
- }
62
-
63
- .qtip-titlebar .qtip-close{
64
- right: 4px; top: 50%;
65
- margin-top: -9px;
66
- }
67
-
68
- * html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */
69
-
70
- .qtip-titlebar .ui-icon,
71
- .qtip-icon .ui-icon{
72
- display: block;
73
- text-indent: -1000em;
74
- direction: ltr;
75
- }
76
-
77
- .qtip-icon, .qtip-icon .ui-icon{
78
- -moz-border-radius: 3px;
79
- -webkit-border-radius: 3px;
80
- border-radius: 3px;
81
- text-decoration: none;
82
- }
83
-
84
- .qtip-icon .ui-icon{
85
- width: 18px;
86
- height: 14px;
87
-
88
- line-height: 14px;
89
- text-align: center;
90
- text-indent: 0;
91
- font: normal bold 10px/13px Tahoma,sans-serif;
92
-
93
- color: inherit;
94
- background: transparent none no-repeat -100em -100em;
95
- }
96
-
97
- /* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
98
- .qtip-focus{}
99
-
100
- /* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
101
- .qtip-hover{}
102
-
103
- /* Default tooltip style */
104
- .qtip-default{
105
- border: 1px solid #F1D031;
106
-
107
- background-color: #FFFFA3;
108
- color: #555;
109
- }
110
-
111
- .qtip-default .qtip-titlebar{
112
- background-color: #FFEF93;
113
- }
114
-
115
- .qtip-default .qtip-icon{
116
- border-color: #CCC;
117
- background: #F1F1F1;
118
- color: #777;
119
- }
120
-
121
- .qtip-default .qtip-titlebar .qtip-close{
122
- border-color: #AAA;
123
- color: #111;
124
- }
125
-
126
-
127
- /*! Light tooltip style */
128
- .qtip-light{
129
- background-color: white;
130
- border-color: #E2E2E2;
131
- color: #454545;
132
- }
133
-
134
- .qtip-light .qtip-titlebar{
135
- background-color: #f1f1f1;
136
- }
137
-
138
-
139
- /*! Dark tooltip style */
140
- .qtip-dark{
141
- background-color: #505050;
142
- border-color: #303030;
143
- color: #f3f3f3;
144
- }
145
-
146
- .qtip-dark .qtip-titlebar{
147
- background-color: #404040;
148
- }
149
-
150
- .qtip-dark .qtip-icon{
151
- border-color: #444;
152
- }
153
-
154
- .qtip-dark .qtip-titlebar .ui-state-hover{
155
- border-color: #303030;
156
- }
157
-
158
-
159
- /*! Cream tooltip style */
160
- .qtip-cream{
161
- background-color: #FBF7AA;
162
- border-color: #F9E98E;
163
- color: #A27D35;
164
- }
165
-
166
- .qtip-cream .qtip-titlebar{
167
- background-color: #F0DE7D;
168
- }
169
-
170
- .qtip-cream .qtip-close .qtip-icon{
171
- background-position: -82px 0;
172
- }
173
-
174
-
175
- /*! Red tooltip style */
176
- .qtip-red{
177
- background-color: #F78B83;
178
- border-color: #D95252;
179
- color: #912323;
180
- }
181
-
182
- .qtip-red .qtip-titlebar{
183
- background-color: #F06D65;
184
- }
185
-
186
- .qtip-red .qtip-close .qtip-icon{
187
- background-position: -102px 0;
188
- }
189
-
190
- .qtip-red .qtip-icon{
191
- border-color: #D95252;
192
- }
193
-
194
- .qtip-red .qtip-titlebar .ui-state-hover{
195
- border-color: #D95252;
196
- }
197
-
198
-
199
- /*! Green tooltip style */
200
- .qtip-green{
201
- background-color: #CAED9E;
202
- border-color: #90D93F;
203
- color: #3F6219;
204
- }
205
-
206
- .qtip-green .qtip-titlebar{
207
- background-color: #B0DE78;
208
- }
209
-
210
- .qtip-green .qtip-close .qtip-icon{
211
- background-position: -42px 0;
212
- }
213
-
214
-
215
- /*! Blue tooltip style */
216
- .qtip-blue{
217
- background-color: #E5F6FE;
218
- border-color: #ADD9ED;
219
- color: #5E99BD;
220
- }
221
-
222
- .qtip-blue .qtip-titlebar{
223
- background-color: #D0E9F5;
224
- }
225
-
226
- .qtip-blue .qtip-close .qtip-icon{
227
- background-position: -2px 0;
228
- }
229
-
230
-
231
- .qtip-shadow{
232
- -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
233
- -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
234
- box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
235
- }
236
-
237
- /* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
238
- .qtip-rounded,
239
- .qtip-tipsy,
240
- .qtip-bootstrap{
241
- -moz-border-radius: 5px;
242
- -webkit-border-radius: 5px;
243
- border-radius: 5px;
244
- }
245
-
246
- .qtip-rounded .qtip-titlebar{
247
- -moz-border-radius: 4px 4px 0 0;
248
- -webkit-border-radius: 4px 4px 0 0;
249
- border-radius: 4px 4px 0 0;
250
- }
251
-
252
- /* Youtube tooltip style */
253
- .qtip-youtube{
254
- -moz-border-radius: 2px;
255
- -webkit-border-radius: 2px;
256
- border-radius: 2px;
257
-
258
- -webkit-box-shadow: 0 0 3px #333;
259
- -moz-box-shadow: 0 0 3px #333;
260
- box-shadow: 0 0 3px #333;
261
-
262
- color: white;
263
- border: 0 solid transparent;
264
-
265
- background: #4A4A4A;
266
- background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
267
- background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
268
- background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
269
- background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
270
- background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
271
- }
272
-
273
- .qtip-youtube .qtip-titlebar{
274
- background-color: #4A4A4A;
275
- background-color: rgba(0,0,0,0);
276
- }
277
-
278
- .qtip-youtube .qtip-content{
279
- padding: .75em;
280
- font: 12px arial,sans-serif;
281
-
282
- filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
283
- -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
284
- }
285
-
286
- .qtip-youtube .qtip-icon{
287
- border-color: #222;
288
- }
289
-
290
- .qtip-youtube .qtip-titlebar .ui-state-hover{
291
- border-color: #303030;
292
- }
293
-
294
-
295
- /* jQuery TOOLS Tooltip style */
296
- .qtip-jtools{
297
- background: #232323;
298
- background: rgba(0, 0, 0, 0.7);
299
- background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
300
- background-image: -moz-linear-gradient(top, #717171, #232323);
301
- background-image: -webkit-linear-gradient(top, #717171, #232323);
302
- background-image: -ms-linear-gradient(top, #717171, #232323);
303
- background-image: -o-linear-gradient(top, #717171, #232323);
304
-
305
- border: 2px solid #ddd;
306
- border: 2px solid rgba(241,241,241,1);
307
-
308
- -moz-border-radius: 2px;
309
- -webkit-border-radius: 2px;
310
- border-radius: 2px;
311
-
312
- -webkit-box-shadow: 0 0 12px #333;
313
- -moz-box-shadow: 0 0 12px #333;
314
- box-shadow: 0 0 12px #333;
315
- }
316
-
317
- /* IE Specific */
318
- .qtip-jtools .qtip-titlebar{
319
- background-color: transparent;
320
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
321
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
322
- }
323
- .qtip-jtools .qtip-content{
324
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
325
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
326
- }
327
-
328
- .qtip-jtools .qtip-titlebar,
329
- .qtip-jtools .qtip-content{
330
- background: transparent;
331
- color: white;
332
- border: 0 dashed transparent;
333
- }
334
-
335
- .qtip-jtools .qtip-icon{
336
- border-color: #555;
337
- }
338
-
339
- .qtip-jtools .qtip-titlebar .ui-state-hover{
340
- border-color: #333;
341
- }
342
-
343
-
344
- /* Cluetip style */
345
- .qtip-cluetip{
346
- -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
347
- -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
348
- box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
349
-
350
- background-color: #D9D9C2;
351
- color: #111;
352
- border: 0 dashed transparent;
353
- }
354
-
355
- .qtip-cluetip .qtip-titlebar{
356
- background-color: #87876A;
357
- color: white;
358
- border: 0 dashed transparent;
359
- }
360
-
361
- .qtip-cluetip .qtip-icon{
362
- border-color: #808064;
363
- }
364
-
365
- .qtip-cluetip .qtip-titlebar .ui-state-hover{
366
- border-color: #696952;
367
- color: #696952;
368
- }
369
-
370
-
371
- /* Tipsy style */
372
- .qtip-tipsy{
373
- background: black;
374
- background: rgba(0, 0, 0, .87);
375
-
376
- color: white;
377
- border: 0 solid transparent;
378
-
379
- font-size: 11px;
380
- font-family: 'Lucida Grande', sans-serif;
381
- font-weight: bold;
382
- line-height: 16px;
383
- text-shadow: 0 1px black;
384
- }
385
-
386
- .qtip-tipsy .qtip-titlebar{
387
- padding: 6px 35px 0 10px;
388
- background-color: transparent;
389
- }
390
-
391
- .qtip-tipsy .qtip-content{
392
- padding: 6px 10px;
393
- }
394
-
395
- .qtip-tipsy .qtip-icon{
396
- border-color: #222;
397
- text-shadow: none;
398
- }
399
-
400
- .qtip-tipsy .qtip-titlebar .ui-state-hover{
401
- border-color: #303030;
402
- }
403
-
404
-
405
- /* Tipped style */
406
- .qtip-tipped{
407
- border: 3px solid #959FA9;
408
-
409
- -moz-border-radius: 3px;
410
- -webkit-border-radius: 3px;
411
- border-radius: 3px;
412
-
413
- background-color: #F9F9F9;
414
- color: #454545;
415
-
416
- font-weight: normal;
417
- font-family: serif;
418
- }
419
-
420
- .qtip-tipped .qtip-titlebar{
421
- border-bottom-width: 0;
422
-
423
- color: white;
424
- background: #3A79B8;
425
- background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
426
- background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
427
- background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
428
- background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
429
- background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
430
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
431
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
432
- }
433
-
434
- .qtip-tipped .qtip-icon{
435
- border: 2px solid #285589;
436
- background: #285589;
437
- }
438
-
439
- .qtip-tipped .qtip-icon .ui-icon{
440
- background-color: #FBFBFB;
441
- color: #555;
442
- }
443
-
444
-
445
- /**
446
- * Twitter Bootstrap style.
447
- *
448
- * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
449
- * Does not work with IE 7.
450
- */
451
- .qtip-bootstrap{
452
- /** Taken from Bootstrap body */
453
- font-size: 14px;
454
- line-height: 20px;
455
- color: #333333;
456
-
457
- /** Taken from Bootstrap .popover */
458
- padding: 1px;
459
- background-color: #ffffff;
460
- border: 1px solid #ccc;
461
- border: 1px solid rgba(0, 0, 0, 0.2);
462
- -webkit-border-radius: 6px;
463
- -moz-border-radius: 6px;
464
- border-radius: 6px;
465
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
466
- -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
467
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
468
- -webkit-background-clip: padding-box;
469
- -moz-background-clip: padding;
470
- background-clip: padding-box;
471
- }
472
-
473
- .qtip-bootstrap .qtip-titlebar{
474
- /** Taken from Bootstrap .popover-title */
475
- padding: 8px 14px;
476
- margin: 0;
477
- font-size: 14px;
478
- font-weight: normal;
479
- line-height: 18px;
480
- background-color: #f7f7f7;
481
- border-bottom: 1px solid #ebebeb;
482
- -webkit-border-radius: 5px 5px 0 0;
483
- -moz-border-radius: 5px 5px 0 0;
484
- border-radius: 5px 5px 0 0;
485
- }
486
-
487
- .qtip-bootstrap .qtip-titlebar .qtip-close{
488
- /**
489
- * Overrides qTip2:
490
- * .qtip-titlebar .qtip-close{
491
- * [...]
492
- * right: 4px;
493
- * top: 50%;
494
- * [...]
495
- * border-style: solid;
496
- * }
497
- */
498
- right: 11px;
499
- top: 45%;
500
- border-style: none;
501
- }
502
-
503
- .qtip-bootstrap .qtip-content{
504
- /** Taken from Bootstrap .popover-content */
505
- padding: 9px 14px;
506
- }
507
-
508
- .qtip-bootstrap .qtip-icon{
509
- /**
510
- * Overrides qTip2:
511
- * .qtip-default .qtip-icon {
512
- * border-color: #CCC;
513
- * background: #F1F1F1;
514
- * color: #777;
515
- * }
516
- */
517
- background: transparent;
518
- }
519
-
520
- .qtip-bootstrap .qtip-icon .ui-icon{
521
- /**
522
- * Overrides qTip2:
523
- * .qtip-icon .ui-icon{
524
- * width: 18px;
525
- * height: 14px;
526
- * }
527
- */
528
- width: auto;
529
- height: auto;
530
-
531
- /* Taken from Bootstrap .close */
532
- float: right;
533
- font-size: 20px;
534
- font-weight: bold;
535
- line-height: 18px;
536
- color: #000000;
537
- text-shadow: 0 1px 0 #ffffff;
538
- opacity: 0.2;
539
- filter: alpha(opacity=20);
540
- }
541
-
542
- .qtip-bootstrap .qtip-icon .ui-icon:hover{
543
- /* Taken from Bootstrap .close:hover */
544
- color: #000000;
545
- text-decoration: none;
546
- cursor: pointer;
547
- opacity: 0.4;
548
- filter: alpha(opacity=40);
549
- }
550
-
551
-
552
- /* IE9 fix - removes all filters */
553
- .qtip:not(.ie9haxors) div.qtip-content,
554
- .qtip:not(.ie9haxors) div.qtip-titlebar{
555
- filter: none;
556
- -ms-filter: none;
557
- }
558
-
559
-
560
- .qtip .qtip-tip{
561
- margin: 0 auto;
562
- overflow: hidden;
563
- z-index: 10;
564
-
565
- }
566
-
567
- /* Opera bug #357 - Incorrect tip position
568
- https://github.com/Craga89/qTip2/issues/367 */
569
- x:-o-prefocus, .qtip .qtip-tip{
570
- visibility: hidden;
571
- }
572
-
573
- .qtip .qtip-tip,
574
- .qtip .qtip-tip .qtip-vml,
575
- .qtip .qtip-tip canvas{
576
- position: absolute;
577
-
578
- color: #123456;
579
- background: transparent;
580
- border: 0 dashed transparent;
581
- }
582
-
583
- .qtip .qtip-tip canvas{ top: 0; left: 0; }
584
-
585
- .qtip .qtip-tip .qtip-vml{
586
- behavior: url(#default#VML);
587
- display: inline-block;
588
- visibility: visible;
589
- }
590
-
591
-
592
- #qtip-overlay{
593
- position: fixed;
594
- left: 0; top: 0;
595
- width: 100%; height: 100%;
596
- }
597
-
598
- /* Applied to modals with show.modal.blur set to true */
599
- #qtip-overlay.blurs{ cursor: pointer; }
600
-
601
- /* Change opacity of overlay here */
602
- #qtip-overlay div{
603
- position: absolute;
604
- left: 0; top: 0;
605
- width: 100%; height: 100%;
606
-
607
- background-color: black;
608
-
609
- opacity: 0.7;
610
- filter:alpha(opacity=70);
611
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
612
- }
613
-
614
-
615
- .qtipmodal-ie6fix{
616
- position: absolute !important;
617
- }
1
+ /*
2
+ * qTip2 - Pretty powerful tooltips - v3.0.3
3
+ * http://qtip2.com
4
+ *
5
+ * Copyright (c) 2016
6
+ * Released under the MIT licenses
7
+ * http://jquery.org/license
8
+ *
9
+ * Date: Wed May 11 2016 10:31 GMT+0100+0100
10
+ * Plugins: tips modal viewport svg imagemap ie6
11
+ * Styles: core basic css3
12
+ */
13
+ .qtip{
14
+ position: absolute;
15
+ left: -28000px;
16
+ top: -28000px;
17
+ display: none;
18
+
19
+ max-width: 280px;
20
+ min-width: 50px;
21
+
22
+ font-size: 10.5px;
23
+ line-height: 12px;
24
+
25
+ direction: ltr;
26
+
27
+ box-shadow: none;
28
+ padding: 0;
29
+ }
30
+
31
+ .qtip-content{
32
+ position: relative;
33
+ padding: 5px 9px;
34
+ overflow: hidden;
35
+
36
+ text-align: left;
37
+ word-wrap: break-word;
38
+ }
39
+
40
+ .qtip-titlebar{
41
+ position: relative;
42
+ padding: 5px 35px 5px 10px;
43
+ overflow: hidden;
44
+
45
+ border-width: 0 0 1px;
46
+ font-weight: bold;
47
+ }
48
+
49
+ .qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }
50
+
51
+ /* Default close button class */
52
+ .qtip-close{
53
+ position: absolute;
54
+ right: -9px; top: -9px;
55
+ z-index: 11; /* Overlap .qtip-tip */
56
+
57
+ cursor: pointer;
58
+ outline: medium none;
59
+
60
+ border: 1px solid transparent;
61
+ }
62
+
63
+ .qtip-titlebar .qtip-close{
64
+ right: 4px; top: 50%;
65
+ margin-top: -9px;
66
+ }
67
+
68
+ * html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */
69
+
70
+ .qtip-titlebar .ui-icon,
71
+ .qtip-icon .ui-icon{
72
+ display: block;
73
+ text-indent: -1000em;
74
+ direction: ltr;
75
+ }
76
+
77
+ .qtip-icon, .qtip-icon .ui-icon{
78
+ -moz-border-radius: 3px;
79
+ -webkit-border-radius: 3px;
80
+ border-radius: 3px;
81
+ text-decoration: none;
82
+ }
83
+
84
+ .qtip-icon .ui-icon{
85
+ width: 18px;
86
+ height: 14px;
87
+
88
+ line-height: 14px;
89
+ text-align: center;
90
+ text-indent: 0;
91
+ font: normal bold 10px/13px Tahoma,sans-serif;
92
+
93
+ color: inherit;
94
+ background: transparent none no-repeat -100em -100em;
95
+ }
96
+
97
+ /* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
98
+ .qtip-focus{}
99
+
100
+ /* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
101
+ .qtip-hover{}
102
+
103
+ /* Default tooltip style */
104
+ .qtip-default{
105
+ border: 1px solid #F1D031;
106
+
107
+ background-color: #FFFFA3;
108
+ color: #555;
109
+ }
110
+
111
+ .qtip-default .qtip-titlebar{
112
+ background-color: #FFEF93;
113
+ }
114
+
115
+ .qtip-default .qtip-icon{
116
+ border-color: #CCC;
117
+ background: #F1F1F1;
118
+ color: #777;
119
+ }
120
+
121
+ .qtip-default .qtip-titlebar .qtip-close{
122
+ border-color: #AAA;
123
+ color: #111;
124
+ }
125
+
126
+
127
+ /*! Light tooltip style */
128
+ .qtip-light{
129
+ background-color: white;
130
+ border-color: #E2E2E2;
131
+ color: #454545;
132
+ }
133
+
134
+ .qtip-light .qtip-titlebar{
135
+ background-color: #f1f1f1;
136
+ }
137
+
138
+
139
+ /*! Dark tooltip style */
140
+ .qtip-dark{
141
+ background-color: #505050;
142
+ border-color: #303030;
143
+ color: #f3f3f3;
144
+ }
145
+
146
+ .qtip-dark .qtip-titlebar{
147
+ background-color: #404040;
148
+ }
149
+
150
+ .qtip-dark .qtip-icon{
151
+ border-color: #444;
152
+ }
153
+
154
+ .qtip-dark .qtip-titlebar .ui-state-hover{
155
+ border-color: #303030;
156
+ }
157
+
158
+
159
+ /*! Cream tooltip style */
160
+ .qtip-cream{
161
+ background-color: #FBF7AA;
162
+ border-color: #F9E98E;
163
+ color: #A27D35;
164
+ }
165
+
166
+ .qtip-cream .qtip-titlebar{
167
+ background-color: #F0DE7D;
168
+ }
169
+
170
+ .qtip-cream .qtip-close .qtip-icon{
171
+ background-position: -82px 0;
172
+ }
173
+
174
+
175
+ /*! Red tooltip style */
176
+ .qtip-red{
177
+ background-color: #F78B83;
178
+ border-color: #D95252;
179
+ color: #912323;
180
+ }
181
+
182
+ .qtip-red .qtip-titlebar{
183
+ background-color: #F06D65;
184
+ }
185
+
186
+ .qtip-red .qtip-close .qtip-icon{
187
+ background-position: -102px 0;
188
+ }
189
+
190
+ .qtip-red .qtip-icon{
191
+ border-color: #D95252;
192
+ }
193
+
194
+ .qtip-red .qtip-titlebar .ui-state-hover{
195
+ border-color: #D95252;
196
+ }
197
+
198
+
199
+ /*! Green tooltip style */
200
+ .qtip-green{
201
+ background-color: #CAED9E;
202
+ border-color: #90D93F;
203
+ color: #3F6219;
204
+ }
205
+
206
+ .qtip-green .qtip-titlebar{
207
+ background-color: #B0DE78;
208
+ }
209
+
210
+ .qtip-green .qtip-close .qtip-icon{
211
+ background-position: -42px 0;
212
+ }
213
+
214
+
215
+ /*! Blue tooltip style */
216
+ .qtip-blue{
217
+ background-color: #E5F6FE;
218
+ border-color: #ADD9ED;
219
+ color: #5E99BD;
220
+ }
221
+
222
+ .qtip-blue .qtip-titlebar{
223
+ background-color: #D0E9F5;
224
+ }
225
+
226
+ .qtip-blue .qtip-close .qtip-icon{
227
+ background-position: -2px 0;
228
+ }
229
+
230
+
231
+ .qtip-shadow{
232
+ -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
233
+ -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
234
+ box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
235
+ }
236
+
237
+ /* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
238
+ .qtip-rounded,
239
+ .qtip-tipsy,
240
+ .qtip-bootstrap{
241
+ -moz-border-radius: 5px;
242
+ -webkit-border-radius: 5px;
243
+ border-radius: 5px;
244
+ }
245
+
246
+ .qtip-rounded .qtip-titlebar{
247
+ -moz-border-radius: 4px 4px 0 0;
248
+ -webkit-border-radius: 4px 4px 0 0;
249
+ border-radius: 4px 4px 0 0;
250
+ }
251
+
252
+ /* Youtube tooltip style */
253
+ .qtip-youtube{
254
+ -moz-border-radius: 2px;
255
+ -webkit-border-radius: 2px;
256
+ border-radius: 2px;
257
+
258
+ -webkit-box-shadow: 0 0 3px #333;
259
+ -moz-box-shadow: 0 0 3px #333;
260
+ box-shadow: 0 0 3px #333;
261
+
262
+ color: white;
263
+ border: 0 solid transparent;
264
+
265
+ background: #4A4A4A;
266
+ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
267
+ background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
268
+ background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
269
+ background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
270
+ background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
271
+ }
272
+
273
+ .qtip-youtube .qtip-titlebar{
274
+ background-color: #4A4A4A;
275
+ background-color: rgba(0,0,0,0);
276
+ }
277
+
278
+ .qtip-youtube .qtip-content{
279
+ padding: .75em;
280
+ font: 12px arial,sans-serif;
281
+
282
+ filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
283
+ -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
284
+ }
285
+
286
+ .qtip-youtube .qtip-icon{
287
+ border-color: #222;
288
+ }
289
+
290
+ .qtip-youtube .qtip-titlebar .ui-state-hover{
291
+ border-color: #303030;
292
+ }
293
+
294
+
295
+ /* jQuery TOOLS Tooltip style */
296
+ .qtip-jtools{
297
+ background: #232323;
298
+ background: rgba(0, 0, 0, 0.7);
299
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
300
+ background-image: -moz-linear-gradient(top, #717171, #232323);
301
+ background-image: -webkit-linear-gradient(top, #717171, #232323);
302
+ background-image: -ms-linear-gradient(top, #717171, #232323);
303
+ background-image: -o-linear-gradient(top, #717171, #232323);
304
+
305
+ border: 2px solid #ddd;
306
+ border: 2px solid rgba(241,241,241,1);
307
+
308
+ -moz-border-radius: 2px;
309
+ -webkit-border-radius: 2px;
310
+ border-radius: 2px;
311
+
312
+ -webkit-box-shadow: 0 0 12px #333;
313
+ -moz-box-shadow: 0 0 12px #333;
314
+ box-shadow: 0 0 12px #333;
315
+ }
316
+
317
+ /* IE Specific */
318
+ .qtip-jtools .qtip-titlebar{
319
+ background-color: transparent;
320
+ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
321
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
322
+ }
323
+ .qtip-jtools .qtip-content{
324
+ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
325
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
326
+ }
327
+
328
+ .qtip-jtools .qtip-titlebar,
329
+ .qtip-jtools .qtip-content{
330
+ background: transparent;
331
+ color: white;
332
+ border: 0 dashed transparent;
333
+ }
334
+
335
+ .qtip-jtools .qtip-icon{
336
+ border-color: #555;
337
+ }
338
+
339
+ .qtip-jtools .qtip-titlebar .ui-state-hover{
340
+ border-color: #333;
341
+ }
342
+
343
+
344
+ /* Cluetip style */
345
+ .qtip-cluetip{
346
+ -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
347
+ -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
348
+ box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
349
+
350
+ background-color: #D9D9C2;
351
+ color: #111;
352
+ border: 0 dashed transparent;
353
+ }
354
+
355
+ .qtip-cluetip .qtip-titlebar{
356
+ background-color: #87876A;
357
+ color: white;
358
+ border: 0 dashed transparent;
359
+ }
360
+
361
+ .qtip-cluetip .qtip-icon{
362
+ border-color: #808064;
363
+ }
364
+
365
+ .qtip-cluetip .qtip-titlebar .ui-state-hover{
366
+ border-color: #696952;
367
+ color: #696952;
368
+ }
369
+
370
+
371
+ /* Tipsy style */
372
+ .qtip-tipsy{
373
+ background: black;
374
+ background: rgba(0, 0, 0, .87);
375
+
376
+ color: white;
377
+ border: 0 solid transparent;
378
+
379
+ font-size: 11px;
380
+ font-family: 'Lucida Grande', sans-serif;
381
+ font-weight: bold;
382
+ line-height: 16px;
383
+ text-shadow: 0 1px black;
384
+ }
385
+
386
+ .qtip-tipsy .qtip-titlebar{
387
+ padding: 6px 35px 0 10px;
388
+ background-color: transparent;
389
+ }
390
+
391
+ .qtip-tipsy .qtip-content{
392
+ padding: 6px 10px;
393
+ }
394
+
395
+ .qtip-tipsy .qtip-icon{
396
+ border-color: #222;
397
+ text-shadow: none;
398
+ }
399
+
400
+ .qtip-tipsy .qtip-titlebar .ui-state-hover{
401
+ border-color: #303030;
402
+ }
403
+
404
+
405
+ /* Tipped style */
406
+ .qtip-tipped{
407
+ border: 3px solid #959FA9;
408
+
409
+ -moz-border-radius: 3px;
410
+ -webkit-border-radius: 3px;
411
+ border-radius: 3px;
412
+
413
+ background-color: #F9F9F9;
414
+ color: #454545;
415
+
416
+ font-weight: normal;
417
+ font-family: serif;
418
+ }
419
+
420
+ .qtip-tipped .qtip-titlebar{
421
+ border-bottom-width: 0;
422
+
423
+ color: white;
424
+ background: #3A79B8;
425
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
426
+ background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
427
+ background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
428
+ background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
429
+ background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
430
+ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
431
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
432
+ }
433
+
434
+ .qtip-tipped .qtip-icon{
435
+ border: 2px solid #285589;
436
+ background: #285589;
437
+ }
438
+
439
+ .qtip-tipped .qtip-icon .ui-icon{
440
+ background-color: #FBFBFB;
441
+ color: #555;
442
+ }
443
+
444
+
445
+ /**
446
+ * Twitter Bootstrap style.
447
+ *
448
+ * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
449
+ * Does not work with IE 7.
450
+ */
451
+ .qtip-bootstrap{
452
+ /** Taken from Bootstrap body */
453
+ font-size: 14px;
454
+ line-height: 20px;
455
+ color: #333333;
456
+
457
+ /** Taken from Bootstrap .popover */
458
+ padding: 1px;
459
+ background-color: #ffffff;
460
+ border: 1px solid #ccc;
461
+ border: 1px solid rgba(0, 0, 0, 0.2);
462
+ -webkit-border-radius: 6px;
463
+ -moz-border-radius: 6px;
464
+ border-radius: 6px;
465
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
466
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
467
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
468
+ -webkit-background-clip: padding-box;
469
+ -moz-background-clip: padding;
470
+ background-clip: padding-box;
471
+ }
472
+
473
+ .qtip-bootstrap .qtip-titlebar{
474
+ /** Taken from Bootstrap .popover-title */
475
+ padding: 8px 14px;
476
+ margin: 0;
477
+ font-size: 14px;
478
+ font-weight: normal;
479
+ line-height: 18px;
480
+ background-color: #f7f7f7;
481
+ border-bottom: 1px solid #ebebeb;
482
+ -webkit-border-radius: 5px 5px 0 0;
483
+ -moz-border-radius: 5px 5px 0 0;
484
+ border-radius: 5px 5px 0 0;
485
+ }
486
+
487
+ .qtip-bootstrap .qtip-titlebar .qtip-close{
488
+ /**
489
+ * Overrides qTip2:
490
+ * .qtip-titlebar .qtip-close{
491
+ * [...]
492
+ * right: 4px;
493
+ * top: 50%;
494
+ * [...]
495
+ * border-style: solid;
496
+ * }
497
+ */
498
+ right: 11px;
499
+ top: 45%;
500
+ border-style: none;
501
+ }
502
+
503
+ .qtip-bootstrap .qtip-content{
504
+ /** Taken from Bootstrap .popover-content */
505
+ padding: 9px 14px;
506
+ }
507
+
508
+ .qtip-bootstrap .qtip-icon{
509
+ /**
510
+ * Overrides qTip2:
511
+ * .qtip-default .qtip-icon {
512
+ * border-color: #CCC;
513
+ * background: #F1F1F1;
514
+ * color: #777;
515
+ * }
516
+ */
517
+ background: transparent;
518
+ }
519
+
520
+ .qtip-bootstrap .qtip-icon .ui-icon{
521
+ /**
522
+ * Overrides qTip2:
523
+ * .qtip-icon .ui-icon{
524
+ * width: 18px;
525
+ * height: 14px;
526
+ * }
527
+ */
528
+ width: auto;
529
+ height: auto;
530
+
531
+ /* Taken from Bootstrap .close */
532
+ float: right;
533
+ font-size: 20px;
534
+ font-weight: bold;
535
+ line-height: 18px;
536
+ color: #000000;
537
+ text-shadow: 0 1px 0 #ffffff;
538
+ opacity: 0.2;
539
+ filter: alpha(opacity=20);
540
+ }
541
+
542
+ .qtip-bootstrap .qtip-icon .ui-icon:hover{
543
+ /* Taken from Bootstrap .close:hover */
544
+ color: #000000;
545
+ text-decoration: none;
546
+ cursor: pointer;
547
+ opacity: 0.4;
548
+ filter: alpha(opacity=40);
549
+ }
550
+
551
+
552
+ /* IE9 fix - removes all filters */
553
+ .qtip:not(.ie9haxors) div.qtip-content,
554
+ .qtip:not(.ie9haxors) div.qtip-titlebar{
555
+ filter: none;
556
+ -ms-filter: none;
557
+ }
558
+
559
+
560
+ .qtip .qtip-tip{
561
+ margin: 0 auto;
562
+ overflow: hidden;
563
+ z-index: 10;
564
+
565
+ }
566
+
567
+ /* Opera bug #357 - Incorrect tip position
568
+ https://github.com/Craga89/qTip2/issues/367 */
569
+ x:-o-prefocus, .qtip .qtip-tip{
570
+ visibility: hidden;
571
+ }
572
+
573
+ .qtip .qtip-tip,
574
+ .qtip .qtip-tip .qtip-vml,
575
+ .qtip .qtip-tip canvas{
576
+ position: absolute;
577
+
578
+ color: #123456;
579
+ background: transparent;
580
+ border: 0 dashed transparent;
581
+ }
582
+
583
+ .qtip .qtip-tip canvas{ top: 0; left: 0; }
584
+
585
+ .qtip .qtip-tip .qtip-vml{
586
+ behavior: url(#default#VML);
587
+ display: inline-block;
588
+ visibility: visible;
589
+ }
590
+
591
+
592
+ #qtip-overlay{
593
+ position: fixed;
594
+ left: 0; top: 0;
595
+ width: 100%; height: 100%;
596
+ }
597
+
598
+ /* Applied to modals with show.modal.blur set to true */
599
+ #qtip-overlay.blurs{ cursor: pointer; }
600
+
601
+ /* Change opacity of overlay here */
602
+ #qtip-overlay div{
603
+ position: absolute;
604
+ left: 0; top: 0;
605
+ width: 100%; height: 100%;
606
+
607
+ background-color: black;
608
+
609
+ opacity: 0.7;
610
+ filter:alpha(opacity=70);
611
+ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
612
+ }
613
+
614
+
615
+ .qtipmodal-ie6fix{
616
+ position: absolute !important;
617
+ }
assets/css/vendor/select2.css CHANGED
@@ -1,484 +1,484 @@
1
- .select2-container {
2
- box-sizing: border-box;
3
- display: inline-block;
4
- margin: 0;
5
- position: relative;
6
- vertical-align: middle; }
7
- .select2-container .select2-selection--single {
8
- box-sizing: border-box;
9
- cursor: pointer;
10
- display: block;
11
- height: 28px;
12
- user-select: none;
13
- -webkit-user-select: none; }
14
- .select2-container .select2-selection--single .select2-selection__rendered {
15
- display: block;
16
- padding-left: 8px;
17
- padding-right: 20px;
18
- overflow: hidden;
19
- text-overflow: ellipsis;
20
- white-space: nowrap; }
21
- .select2-container .select2-selection--single .select2-selection__clear {
22
- position: relative; }
23
- .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
24
- padding-right: 8px;
25
- padding-left: 20px; }
26
- .select2-container .select2-selection--multiple {
27
- box-sizing: border-box;
28
- cursor: pointer;
29
- display: block;
30
- min-height: 32px;
31
- user-select: none;
32
- -webkit-user-select: none; }
33
- .select2-container .select2-selection--multiple .select2-selection__rendered {
34
- display: inline-block;
35
- overflow: hidden;
36
- padding-left: 8px;
37
- text-overflow: ellipsis;
38
- white-space: nowrap; }
39
- .select2-container .select2-search--inline {
40
- float: left; }
41
- .select2-container .select2-search--inline .select2-search__field {
42
- box-sizing: border-box;
43
- border: none;
44
- font-size: 100%;
45
- margin-top: 5px;
46
- padding: 0; }
47
- .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
48
- -webkit-appearance: none; }
49
-
50
- .select2-dropdown {
51
- background-color: white;
52
- border: 1px solid #aaa;
53
- border-radius: 4px;
54
- box-sizing: border-box;
55
- display: block;
56
- position: absolute;
57
- left: -100000px;
58
- width: 100%;
59
- z-index: 1051; }
60
-
61
- .select2-results {
62
- display: block; }
63
-
64
- .select2-results__options {
65
- list-style: none;
66
- margin: 0;
67
- padding: 0; }
68
-
69
- .select2-results__option {
70
- padding: 6px;
71
- user-select: none;
72
- -webkit-user-select: none; }
73
- .select2-results__option[aria-selected] {
74
- cursor: pointer; }
75
-
76
- .select2-container--open .select2-dropdown {
77
- left: 0; }
78
-
79
- .select2-container--open .select2-dropdown--above {
80
- border-bottom: none;
81
- border-bottom-left-radius: 0;
82
- border-bottom-right-radius: 0; }
83
-
84
- .select2-container--open .select2-dropdown--below {
85
- border-top: none;
86
- border-top-left-radius: 0;
87
- border-top-right-radius: 0; }
88
-
89
- .select2-search--dropdown {
90
- display: block;
91
- padding: 4px; }
92
- .select2-search--dropdown .select2-search__field {
93
- padding: 4px;
94
- width: 100%;
95
- box-sizing: border-box; }
96
- .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
97
- -webkit-appearance: none; }
98
- .select2-search--dropdown.select2-search--hide {
99
- display: none; }
100
-
101
- .select2-close-mask {
102
- border: 0;
103
- margin: 0;
104
- padding: 0;
105
- display: block;
106
- position: fixed;
107
- left: 0;
108
- top: 0;
109
- min-height: 100%;
110
- min-width: 100%;
111
- height: auto;
112
- width: auto;
113
- opacity: 0;
114
- z-index: 99;
115
- background-color: #fff;
116
- filter: alpha(opacity=0); }
117
-
118
- .select2-hidden-accessible {
119
- border: 0 !important;
120
- clip: rect(0 0 0 0) !important;
121
- height: 1px !important;
122
- margin: -1px !important;
123
- overflow: hidden !important;
124
- padding: 0 !important;
125
- position: absolute !important;
126
- width: 1px !important; }
127
-
128
- .select2-container--default .select2-selection--single {
129
- background-color: #fff;
130
- border: 1px solid #aaa;
131
- border-radius: 4px; }
132
- .select2-container--default .select2-selection--single .select2-selection__rendered {
133
- color: #444;
134
- line-height: 28px; }
135
- .select2-container--default .select2-selection--single .select2-selection__clear {
136
- cursor: pointer;
137
- float: right;
138
- font-weight: bold; }
139
- .select2-container--default .select2-selection--single .select2-selection__placeholder {
140
- color: #999; }
141
- .select2-container--default .select2-selection--single .select2-selection__arrow {
142
- height: 26px;
143
- position: absolute;
144
- top: 1px;
145
- right: 1px;
146
- width: 20px; }
147
- .select2-container--default .select2-selection--single .select2-selection__arrow b {
148
- border-color: #888 transparent transparent transparent;
149
- border-style: solid;
150
- border-width: 5px 4px 0 4px;
151
- height: 0;
152
- left: 50%;
153
- margin-left: -4px;
154
- margin-top: -2px;
155
- position: absolute;
156
- top: 50%;
157
- width: 0; }
158
-
159
- .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
160
- float: left; }
161
-
162
- .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
163
- left: 1px;
164
- right: auto; }
165
-
166
- .select2-container--default.select2-container--disabled .select2-selection--single {
167
- background-color: #eee;
168
- cursor: default; }
169
- .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
170
- display: none; }
171
-
172
- .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
173
- border-color: transparent transparent #888 transparent;
174
- border-width: 0 4px 5px 4px; }
175
-
176
- .select2-container--default .select2-selection--multiple {
177
- background-color: white;
178
- border: 1px solid #aaa;
179
- border-radius: 4px;
180
- cursor: text; }
181
- .select2-container--default .select2-selection--multiple .select2-selection__rendered {
182
- box-sizing: border-box;
183
- list-style: none;
184
- margin: 0;
185
- padding: 0 5px;
186
- width: 100%; }
187
- .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
188
- list-style: none; }
189
- .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
190
- color: #999;
191
- margin-top: 5px;
192
- float: left; }
193
- .select2-container--default .select2-selection--multiple .select2-selection__clear {
194
- cursor: pointer;
195
- float: right;
196
- font-weight: bold;
197
- margin-top: 5px;
198
- margin-right: 10px; }
199
- .select2-container--default .select2-selection--multiple .select2-selection__choice {
200
- background-color: #e4e4e4;
201
- border: 1px solid #aaa;
202
- border-radius: 4px;
203
- cursor: default;
204
- float: left;
205
- margin-right: 5px;
206
- margin-top: 5px;
207
- padding: 0 5px; }
208
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
209
- color: #999;
210
- cursor: pointer;
211
- display: inline-block;
212
- font-weight: bold;
213
- margin-right: 2px; }
214
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
215
- color: #333; }
216
-
217
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
218
- float: right; }
219
-
220
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
221
- margin-left: 5px;
222
- margin-right: auto; }
223
-
224
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
225
- margin-left: 2px;
226
- margin-right: auto; }
227
-
228
- .select2-container--default.select2-container--focus .select2-selection--multiple {
229
- border: solid black 1px;
230
- outline: 0; }
231
-
232
- .select2-container--default.select2-container--disabled .select2-selection--multiple {
233
- background-color: #eee;
234
- cursor: default; }
235
-
236
- .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
237
- display: none; }
238
-
239
- .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
240
- border-top-left-radius: 0;
241
- border-top-right-radius: 0; }
242
-
243
- .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
244
- border-bottom-left-radius: 0;
245
- border-bottom-right-radius: 0; }
246
-
247
- .select2-container--default .select2-search--dropdown .select2-search__field {
248
- border: 1px solid #aaa; }
249
-
250
- .select2-container--default .select2-search--inline .select2-search__field {
251
- background: transparent;
252
- border: none;
253
- outline: 0;
254
- box-shadow: none;
255
- -webkit-appearance: textfield; }
256
-
257
- .select2-container--default .select2-results > .select2-results__options {
258
- max-height: 200px;
259
- overflow-y: auto; }
260
-
261
- .select2-container--default .select2-results__option[role=group] {
262
- padding: 0; }
263
-
264
- .select2-container--default .select2-results__option[aria-disabled=true] {
265
- color: #999; }
266
-
267
- .select2-container--default .select2-results__option[aria-selected=true] {
268
- background-color: #ddd; }
269
-
270
- .select2-container--default .select2-results__option .select2-results__option {
271
- padding-left: 1em; }
272
- .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
273
- padding-left: 0; }
274
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
275
- margin-left: -1em;
276
- padding-left: 2em; }
277
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
278
- margin-left: -2em;
279
- padding-left: 3em; }
280
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
281
- margin-left: -3em;
282
- padding-left: 4em; }
283
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
284
- margin-left: -4em;
285
- padding-left: 5em; }
286
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
287
- margin-left: -5em;
288
- padding-left: 6em; }
289
-
290
- .select2-container--default .select2-results__option--highlighted[aria-selected] {
291
- background-color: #5897fb;
292
- color: white; }
293
-
294
- .select2-container--default .select2-results__group {
295
- cursor: default;
296
- display: block;
297
- padding: 6px; }
298
-
299
- .select2-container--classic .select2-selection--single {
300
- background-color: #f7f7f7;
301
- border: 1px solid #aaa;
302
- border-radius: 4px;
303
- outline: 0;
304
- background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
305
- background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
306
- background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
307
- background-repeat: repeat-x;
308
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
309
- .select2-container--classic .select2-selection--single:focus {
310
- border: 1px solid #5897fb; }
311
- .select2-container--classic .select2-selection--single .select2-selection__rendered {
312
- color: #444;
313
- line-height: 28px; }
314
- .select2-container--classic .select2-selection--single .select2-selection__clear {
315
- cursor: pointer;
316
- float: right;
317
- font-weight: bold;
318
- margin-right: 10px; }
319
- .select2-container--classic .select2-selection--single .select2-selection__placeholder {
320
- color: #999; }
321
- .select2-container--classic .select2-selection--single .select2-selection__arrow {
322
- background-color: #ddd;
323
- border: none;
324
- border-left: 1px solid #aaa;
325
- border-top-right-radius: 4px;
326
- border-bottom-right-radius: 4px;
327
- height: 26px;
328
- position: absolute;
329
- top: 1px;
330
- right: 1px;
331
- width: 20px;
332
- background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
333
- background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
334
- background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
335
- background-repeat: repeat-x;
336
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
337
- .select2-container--classic .select2-selection--single .select2-selection__arrow b {
338
- border-color: #888 transparent transparent transparent;
339
- border-style: solid;
340
- border-width: 5px 4px 0 4px;
341
- height: 0;
342
- left: 50%;
343
- margin-left: -4px;
344
- margin-top: -2px;
345
- position: absolute;
346
- top: 50%;
347
- width: 0; }
348
-
349
- .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
350
- float: left; }
351
-
352
- .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
353
- border: none;
354
- border-right: 1px solid #aaa;
355
- border-radius: 0;
356
- border-top-left-radius: 4px;
357
- border-bottom-left-radius: 4px;
358
- left: 1px;
359
- right: auto; }
360
-
361
- .select2-container--classic.select2-container--open .select2-selection--single {
362
- border: 1px solid #5897fb; }
363
- .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
364
- background: transparent;
365
- border: none; }
366
- .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
367
- border-color: transparent transparent #888 transparent;
368
- border-width: 0 4px 5px 4px; }
369
-
370
- .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
371
- border-top: none;
372
- border-top-left-radius: 0;
373
- border-top-right-radius: 0;
374
- background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
375
- background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
376
- background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
377
- background-repeat: repeat-x;
378
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
379
-
380
- .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
381
- border-bottom: none;
382
- border-bottom-left-radius: 0;
383
- border-bottom-right-radius: 0;
384
- background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
385
- background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
386
- background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
387
- background-repeat: repeat-x;
388
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
389
-
390
- .select2-container--classic .select2-selection--multiple {
391
- background-color: white;
392
- border: 1px solid #aaa;
393
- border-radius: 4px;
394
- cursor: text;
395
- outline: 0; }
396
- .select2-container--classic .select2-selection--multiple:focus {
397
- border: 1px solid #5897fb; }
398
- .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
399
- list-style: none;
400
- margin: 0;
401
- padding: 0 5px; }
402
- .select2-container--classic .select2-selection--multiple .select2-selection__clear {
403
- display: none; }
404
- .select2-container--classic .select2-selection--multiple .select2-selection__choice {
405
- background-color: #e4e4e4;
406
- border: 1px solid #aaa;
407
- border-radius: 4px;
408
- cursor: default;
409
- float: left;
410
- margin-right: 5px;
411
- margin-top: 5px;
412
- padding: 0 5px; }
413
- .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
414
- color: #888;
415
- cursor: pointer;
416
- display: inline-block;
417
- font-weight: bold;
418
- margin-right: 2px; }
419
- .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
420
- color: #555; }
421
-
422
- .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
423
- float: right; }
424
-
425
- .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
426
- margin-left: 5px;
427
- margin-right: auto; }
428
-
429
- .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
430
- margin-left: 2px;
431
- margin-right: auto; }
432
-
433
- .select2-container--classic.select2-container--open .select2-selection--multiple {
434
- border: 1px solid #5897fb; }
435
-
436
- .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
437
- border-top: none;
438
- border-top-left-radius: 0;
439
- border-top-right-radius: 0; }
440
-
441
- .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
442
- border-bottom: none;
443
- border-bottom-left-radius: 0;
444
- border-bottom-right-radius: 0; }
445
-
446
- .select2-container--classic .select2-search--dropdown .select2-search__field {
447
- border: 1px solid #aaa;
448
- outline: 0; }
449
-
450
- .select2-container--classic .select2-search--inline .select2-search__field {
451
- outline: 0;
452
- box-shadow: none; }
453
-
454
- .select2-container--classic .select2-dropdown {
455
- background-color: white;
456
- border: 1px solid transparent; }
457
-
458
- .select2-container--classic .select2-dropdown--above {
459
- border-bottom: none; }
460
-
461
- .select2-container--classic .select2-dropdown--below {
462
- border-top: none; }
463
-
464
- .select2-container--classic .select2-results > .select2-results__options {
465
- max-height: 200px;
466
- overflow-y: auto; }
467
-
468
- .select2-container--classic .select2-results__option[role=group] {
469
- padding: 0; }
470
-
471
- .select2-container--classic .select2-results__option[aria-disabled=true] {
472
- color: grey; }
473
-
474
- .select2-container--classic .select2-results__option--highlighted[aria-selected] {
475
- background-color: #3875d7;
476
- color: white; }
477
-
478
- .select2-container--classic .select2-results__group {
479
- cursor: default;
480
- display: block;
481
- padding: 6px; }
482
-
483
- .select2-container--classic.select2-container--open .select2-dropdown {
484
- border-color: #5897fb; }
1
+ .select2-container {
2
+ box-sizing: border-box;
3
+ display: inline-block;
4
+ margin: 0;
5
+ position: relative;
6
+ vertical-align: middle; }
7
+ .select2-container .select2-selection--single {
8
+ box-sizing: border-box;
9
+ cursor: pointer;
10
+ display: block;
11
+ height: 28px;
12
+ user-select: none;
13
+ -webkit-user-select: none; }
14
+ .select2-container .select2-selection--single .select2-selection__rendered {
15
+ display: block;
16
+ padding-left: 8px;
17
+ padding-right: 20px;
18
+ overflow: hidden;
19
+ text-overflow: ellipsis;
20
+ white-space: nowrap; }
21
+ .select2-container .select2-selection--single .select2-selection__clear {
22
+ position: relative; }
23
+ .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
24
+ padding-right: 8px;
25
+ padding-left: 20px; }
26
+ .select2-container .select2-selection--multiple {
27
+ box-sizing: border-box;
28
+ cursor: pointer;
29
+ display: block;
30
+ min-height: 32px;
31
+ user-select: none;
32
+ -webkit-user-select: none; }
33
+ .select2-container .select2-selection--multiple .select2-selection__rendered {
34
+ display: inline-block;
35
+ overflow: hidden;
36
+ padding-left: 8px;
37
+ text-overflow: ellipsis;
38
+ white-space: nowrap; }
39
+ .select2-container .select2-search--inline {
40
+ float: left; }
41
+ .select2-container .select2-search--inline .select2-search__field {
42
+ box-sizing: border-box;
43
+ border: none;
44
+ font-size: 100%;
45
+ margin-top: 5px;
46
+ padding: 0; }
47
+ .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
48
+ -webkit-appearance: none; }
49
+
50
+ .select2-dropdown {
51
+ background-color: white;
52
+ border: 1px solid #aaa;
53
+ border-radius: 4px;
54
+ box-sizing: border-box;
55
+ display: block;
56
+ position: absolute;
57
+ left: -100000px;
58
+ width: 100%;
59
+ z-index: 1051; }
60
+
61
+ .select2-results {
62
+ display: block; }
63
+
64
+ .select2-results__options {
65
+ list-style: none;
66
+ margin: 0;
67
+ padding: 0; }
68
+
69
+ .select2-results__option {
70
+ padding: 6px;
71
+ user-select: none;
72
+ -webkit-user-select: none; }
73
+ .select2-results__option[aria-selected] {
74
+ cursor: pointer; }
75
+
76
+ .select2-container--open .select2-dropdown {
77
+ left: 0; }
78
+
79
+ .select2-container--open .select2-dropdown--above {
80
+ border-bottom: none;
81
+ border-bottom-left-radius: 0;
82
+ border-bottom-right-radius: 0; }
83
+
84
+ .select2-container--open .select2-dropdown--below {
85
+ border-top: none;
86
+ border-top-left-radius: 0;
87
+ border-top-right-radius: 0; }
88
+
89
+ .select2-search--dropdown {
90
+ display: block;
91
+ padding: 4px; }
92
+ .select2-search--dropdown .select2-search__field {
93
+ padding: 4px;
94
+ width: 100%;
95
+ box-sizing: border-box; }
96
+ .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
97
+ -webkit-appearance: none; }
98
+ .select2-search--dropdown.select2-search--hide {
99
+ display: none; }
100
+
101
+ .select2-close-mask {
102
+ border: 0;
103
+ margin: 0;
104
+ padding: 0;
105
+ display: block;
106
+ position: fixed;
107
+ left: 0;
108
+ top: 0;
109
+ min-height: 100%;
110
+ min-width: 100%;
111
+ height: auto;
112
+ width: auto;
113
+ opacity: 0;
114
+ z-index: 99;
115
+ background-color: #fff;
116
+ filter: alpha(opacity=0); }
117
+
118
+ .select2-hidden-accessible {
119
+ border: 0 !important;
120
+ clip: rect(0 0 0 0) !important;
121
+ height: 1px !important;
122
+ margin: -1px !important;
123
+ overflow: hidden !important;
124
+ padding: 0 !important;
125
+ position: absolute !important;
126
+ width: 1px !important; }
127
+
128
+ .select2-container--default .select2-selection--single {
129
+ background-color: #fff;
130
+ border: 1px solid #aaa;
131
+ border-radius: 4px; }
132
+ .select2-container--default .select2-selection--single .select2-selection__rendered {
133
+ color: #444;
134
+ line-height: 28px; }
135
+ .select2-container--default .select2-selection--single .select2-selection__clear {
136
+ cursor: pointer;
137
+ float: right;
138
+ font-weight: bold; }
139
+ .select2-container--default .select2-selection--single .select2-selection__placeholder {
140
+ color: #999; }
141
+ .select2-container--default .select2-selection--single .select2-selection__arrow {
142
+ height: 26px;
143
+ position: absolute;
144
+ top: 1px;
145
+ right: 1px;
146
+ width: 20px; }
147
+ .select2-container--default .select2-selection--single .select2-selection__arrow b {
148
+ border-color: #888 transparent transparent transparent;
149
+ border-style: solid;
150
+ border-width: 5px 4px 0 4px;
151
+ height: 0;
152
+ left: 50%;
153
+ margin-left: -4px;
154
+ margin-top: -2px;
155
+ position: absolute;
156
+ top: 50%;
157
+ width: 0; }
158
+
159
+ .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
160
+ float: left; }
161
+
162
+ .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
163
+ left: 1px;
164
+ right: auto; }
165
+
166
+ .select2-container--default.select2-container--disabled .select2-selection--single {
167
+ background-color: #eee;
168
+ cursor: default; }
169
+ .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
170
+ display: none; }
171
+
172
+ .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
173
+ border-color: transparent transparent #888 transparent;
174
+ border-width: 0 4px 5px 4px; }
175
+
176
+ .select2-container--default .select2-selection--multiple {
177
+ background-color: white;
178
+ border: 1px solid #aaa;
179
+ border-radius: 4px;
180
+ cursor: text; }
181
+ .select2-container--default .select2-selection--multiple .select2-selection__rendered {
182
+ box-sizing: border-box;
183
+ list-style: none;
184
+ margin: 0;
185
+ padding: 0 5px;
186
+ width: 100%; }
187
+ .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
188
+ list-style: none; }
189
+ .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
190
+ color: #999;
191
+ margin-top: 5px;
192
+ float: left; }
193
+ .select2-container--default .select2-selection--multiple .select2-selection__clear {
194
+ cursor: pointer;
195
+ float: right;
196
+ font-weight: bold;
197
+ margin-top: 5px;
198
+ margin-right: 10px; }
199
+ .select2-container--default .select2-selection--multiple .select2-selection__choice {
200
+ background-color: #e4e4e4;
201
+ border: 1px solid #aaa;
202
+ border-radius: 4px;
203
+ cursor: default;
204
+ float: left;
205
+ margin-right: 5px;
206
+ margin-top: 5px;
207
+ padding: 0 5px; }
208
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
209
+ color: #999;
210
+ cursor: pointer;
211
+ display: inline-block;
212
+ font-weight: bold;
213
+ margin-right: 2px; }
214
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
215
+ color: #333; }
216
+
217
+ .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
218
+ float: right; }
219
+
220
+ .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
221
+ margin-left: 5px;
222
+ margin-right: auto; }
223
+
224
+ .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
225
+ margin-left: 2px;
226
+ margin-right: auto; }
227
+
228
+ .select2-container--default.select2-container--focus .select2-selection--multiple {
229
+ border: solid black 1px;
230
+ outline: 0; }
231
+
232
+ .select2-container--default.select2-container--disabled .select2-selection--multiple {
233
+ background-color: #eee;
234
+ cursor: default; }
235
+
236
+ .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
237
+ display: none; }
238
+
239
+ .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
240
+ border-top-left-radius: 0;
241
+ border-top-right-radius: 0; }
242
+
243
+ .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
244
+ border-bottom-left-radius: 0;
245
+ border-bottom-right-radius: 0; }
246
+
247
+ .select2-container--default .select2-search--dropdown .select2-search__field {
248
+ border: 1px solid #aaa; }
249
+
250
+ .select2-container--default .select2-search--inline .select2-search__field {
251
+ background: transparent;
252
+ border: none;
253
+ outline: 0;
254
+ box-shadow: none;
255
+ -webkit-appearance: textfield; }
256
+
257
+ .select2-container--default .select2-results > .select2-results__options {
258
+ max-height: 200px;
259
+ overflow-y: auto; }
260
+
261
+ .select2-container--default .select2-results__option[role=group] {
262
+ padding: 0; }
263
+
264
+ .select2-container--default .select2-results__option[aria-disabled=true] {
265
+ color: #999; }
266
+
267
+ .select2-container--default .select2-results__option[aria-selected=true] {
268
+ background-color: #ddd; }
269
+
270
+ .select2-container--default .select2-results__option .select2-results__option {
271
+ padding-left: 1em; }
272
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
273
+ padding-left: 0; }
274
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
275
+ margin-left: -1em;
276
+ padding-left: 2em; }
277
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
278
+ margin-left: -2em;
279
+ padding-left: 3em; }
280
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
281
+ margin-left: -3em;
282
+ padding-left: 4em; }
283
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
284
+ margin-left: -4em;
285
+ padding-left: 5em; }
286
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
287
+ margin-left: -5em;
288
+ padding-left: 6em; }
289
+
290
+ .select2-container--default .select2-results__option--highlighted[aria-selected] {
291
+ background-color: #5897fb;
292
+ color: white; }
293
+
294
+ .select2-container--default .select2-results__group {
295
+ cursor: default;
296
+ display: block;
297
+ padding: 6px; }
298
+
299
+ .select2-container--classic .select2-selection--single {
300
+ background-color: #f7f7f7;
301
+ border: 1px solid #aaa;
302
+ border-radius: 4px;
303
+ outline: 0;
304
+ background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
305
+ background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
306
+ background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
307
+ background-repeat: repeat-x;
308
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
309
+ .select2-container--classic .select2-selection--single:focus {
310
+ border: 1px solid #5897fb; }
311
+ .select2-container--classic .select2-selection--single .select2-selection__rendered {
312
+ color: #444;
313
+ line-height: 28px; }
314
+ .select2-container--classic .select2-selection--single .select2-selection__clear {
315
+ cursor: pointer;
316
+ float: right;
317
+ font-weight: bold;
318
+ margin-right: 10px; }
319
+ .select2-container--classic .select2-selection--single .select2-selection__placeholder {
320
+ color: #999; }
321
+ .select2-container--classic .select2-selection--single .select2-selection__arrow {
322
+ background-color: #ddd;
323
+ border: none;
324
+ border-left: 1px solid #aaa;
325
+ border-top-right-radius: 4px;
326
+ border-bottom-right-radius: 4px;
327
+ height: 26px;
328
+ position: absolute;
329
+ top: 1px;
330
+ right: 1px;
331
+ width: 20px;
332
+ background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
333
+ background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
334
+ background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
335
+ background-repeat: repeat-x;
336
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
337
+ .select2-container--classic .select2-selection--single .select2-selection__arrow b {
338
+ border-color: #888 transparent transparent transparent;
339
+ border-style: solid;
340
+ border-width: 5px 4px 0 4px;
341
+ height: 0;
342
+ left: 50%;
343
+ margin-left: -4px;
344
+ margin-top: -2px;
345
+ position: absolute;
346
+ top: 50%;
347
+ width: 0; }
348
+
349
+ .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
350
+ float: left; }
351
+
352
+ .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
353
+ border: none;
354
+ border-right: 1px solid #aaa;
355
+ border-radius: 0;
356
+ border-top-left-radius: 4px;
357
+ border-bottom-left-radius: 4px;
358
+ left: 1px;
359
+ right: auto; }
360
+
361
+ .select2-container--classic.select2-container--open .select2-selection--single {
362
+ border: 1px solid #5897fb; }
363
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
364
+ background: transparent;
365
+ border: none; }
366
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
367
+ border-color: transparent transparent #888 transparent;
368
+ border-width: 0 4px 5px 4px; }
369
+
370
+ .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
371
+ border-top: none;
372
+ border-top-left-radius: 0;
373
+ border-top-right-radius: 0;
374
+ background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
375
+ background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
376
+ background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
377
+ background-repeat: repeat-x;
378
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
379
+
380
+ .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
381
+ border-bottom: none;
382
+ border-bottom-left-radius: 0;
383
+ border-bottom-right-radius: 0;
384
+ background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
385
+ background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
386
+ background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
387
+ background-repeat: repeat-x;
388
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
389
+
390
+ .select2-container--classic .select2-selection--multiple {
391
+ background-color: white;
392
+ border: 1px solid #aaa;
393
+ border-radius: 4px;
394
+ cursor: text;
395
+ outline: 0; }
396
+ .select2-container--classic .select2-selection--multiple:focus {
397
+ border: 1px solid #5897fb; }
398
+ .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
399
+ list-style: none;
400
+ margin: 0;
401
+ padding: 0 5px; }
402
+ .select2-container--classic .select2-selection--multiple .select2-selection__clear {
403
+ display: none; }
404
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice {
405
+ background-color: #e4e4e4;
406
+ border: 1px solid #aaa;
407
+ border-radius: 4px;
408
+ cursor: default;
409
+ float: left;
410
+ margin-right: 5px;
411
+ margin-top: 5px;
412
+ padding: 0 5px; }
413
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
414
+ color: #888;
415
+ cursor: pointer;
416
+ display: inline-block;
417
+ font-weight: bold;
418
+ margin-right: 2px; }
419
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
420
+ color: #555; }
421
+
422
+ .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
423
+ float: right; }
424
+
425
+ .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
426
+ margin-left: 5px;
427
+ margin-right: auto; }
428
+
429
+ .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
430
+ margin-left: 2px;
431
+ margin-right: auto; }
432
+
433
+ .select2-container--classic.select2-container--open .select2-selection--multiple {
434
+ border: 1px solid #5897fb; }
435
+
436
+ .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
437
+ border-top: none;
438
+ border-top-left-radius: 0;
439
+ border-top-right-radius: 0; }
440
+
441
+ .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
442
+ border-bottom: none;
443
+ border-bottom-left-radius: 0;
444
+ border-bottom-right-radius: 0; }
445
+
446
+ .select2-container--classic .select2-search--dropdown .select2-search__field {
447
+ border: 1px solid #aaa;
448
+ outline: 0; }
449
+
450
+ .select2-container--classic .select2-search--inline .select2-search__field {
451
+ outline: 0;
452
+ box-shadow: none; }
453
+
454
+ .select2-container--classic .select2-dropdown {
455
+ background-color: white;
456
+ border: 1px solid transparent; }
457
+
458
+ .select2-container--classic .select2-dropdown--above {
459
+ border-bottom: none; }
460
+
461
+ .select2-container--classic .select2-dropdown--below {
462
+ border-top: none; }
463
+
464
+ .select2-container--classic .select2-results > .select2-results__options {
465
+ max-height: 200px;
466
+ overflow-y: auto; }
467
+
468
+ .select2-container--classic .select2-results__option[role=group] {
469
+ padding: 0; }
470
+
471
+ .select2-container--classic .select2-results__option[aria-disabled=true] {
472
+ color: grey; }
473
+
474
+ .select2-container--classic .select2-results__option--highlighted[aria-selected] {
475
+ background-color: #3875d7;
476
+ color: white; }
477
+
478
+ .select2-container--classic .select2-results__group {
479
+ cursor: default;
480
+ display: block;
481
+ padding: 6px; }
482
+
483
+ .select2-container--classic.select2-container--open .select2-dropdown {
484
+ border-color: #5897fb; }
assets/css/vendor/select2.min.css CHANGED
@@ -1 +1 @@
1
- .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
1
+ .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
assets/fonts/simple-calendar.svg CHANGED
@@ -1,33 +1,33 @@
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>Copyright (C) 2015 by original authors @ fontello.com</metadata>
5
- <defs>
6
- <font id="simple-calendar" horiz-adv-x="1000" >
7
- <font-face font-family="simple-calendar" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
8
- <missing-glyph horiz-adv-x="1000" />
9
- <glyph glyph-name="calendar-empty" unicode="&#xe800;" d="m71-79h786v572h-786v-572z m215 679v161q0 8-5 13t-13 5h-36q-8 0-13-5t-5-13v-161q0-8 5-13t13-5h36q8 0 13 5t5 13z m428 0v161q0 8-5 13t-13 5h-35q-8 0-13-5t-5-13v-161q0-8 5-13t13-5h35q8 0 13 5t5 13z m215 36v-715q0-29-22-50t-50-21h-786q-29 0-50 21t-21 50v715q0 29 21 50t50 21h72v54q0 36 26 63t63 26h36q37 0 63-26t26-63v-54h214v54q0 36 27 63t63 26h35q37 0 63-26t27-63v-54h71q29 0 50-21t22-50z" horiz-adv-x="928.6" />
10
- <glyph glyph-name="calendar" unicode="&#xe801;" d="m71-79h161v161h-161v-161z m197 0h178v161h-178v-161z m-197 197h161v178h-161v-178z m197 0h178v178h-178v-178z m-197 214h161v161h-161v-161z m411-411h179v161h-179v-161z m-214 411h178v161h-178v-161z m428-411h161v161h-161v-161z m-214 197h179v178h-179v-178z m-196 482v161q0 7-6 12t-12 6h-36q-7 0-12-6t-6-12v-161q0-7 6-13t12-5h36q7 0 12 5t6 13z m410-482h161v178h-161v-178z m-214 214h179v161h-179v-161z m214 0h161v161h-161v-161z m18 268v161q0 7-5 12t-13 6h-35q-8 0-13-6t-5-12v-161q0-7 5-13t13-5h35q8 0 13 5t5 13z m215 36v-715q0-29-22-50t-50-21h-786q-29 0-50 21t-21 50v715q0 29 21 50t50 21h72v54q0 36 26 63t63 26h36q37 0 63-26t26-63v-54h214v54q0 36 27 63t63 26h35q37 0 63-26t27-63v-54h71q29 0 50-21t22-50z" horiz-adv-x="928.6" />
11
- <glyph glyph-name="calendar-logo" unicode="&#xe802;" d="m0-150l0 649 893 0 0-649-893 0z m0 705l0 221 109 0 0-141 200 0 0 141 275 0 0-141 199 0 0 141 110 0 0-221-893 0z m168 139l0 156 82 0 0-156-82 0z m59-619q0-112 123-112 47 0 84 32 39 31 39 80 0 68-78 90 48 15 64 48 12 28-2 73-27 62-107 62-51 0-86-26t-37-77l72 0q0 45 49 46 43 0 45-52 0-49-84-47l0-57q48 0 68-8 23-11 23-46 0-57-54-61-43 0-47 55l-72 0z m281 146q49 14 88 47l0-297 70 0 0 371-64 0q-38-37-94-58l0-63z m135 473l0 156 82 0 0-156-82 0z" horiz-adv-x="893" />
12
- <glyph glyph-name="left-open" unicode="&#xe803;" d="m653 682l-296-296 296-297q11-10 11-25t-11-25l-92-93q-11-10-25-10t-25 10l-414 415q-11 10-11 25t11 25l414 414q10 10 25 10t25-10l92-93q11-10 11-25t-11-25z" horiz-adv-x="714.3" />
13
- <glyph glyph-name="settings" unicode="&#xe804;" d="m500 350q0 59-42 101t-101 42-101-42-42-101 42-101 101-42 101 42 42 101z m429-286q0 29-22 51t-50 21-50-21-21-51q0-29 21-50t50-21 51 21 21 50z m0 572q0 29-22 50t-50 21-50-21-21-50q0-30 21-51t50-21 51 21 21 51z m-215-235v-103q0-6-4-11t-9-6l-86-14q-6-19-18-42 19-27 50-64 4-6 4-11 0-7-4-11-13-17-46-50t-44-33q-6 0-11 4l-64 50q-21-11-43-17-6-60-13-87-4-13-17-13h-104q-6 0-11 4t-5 10l-13 85q-19 6-42 18l-66-50q-4-4-11-4-6 0-12 4-80 75-80 90 0 5 4 10 5 8 23 30t26 34q-13 24-20 46l-85 13q-5 1-9 5t-4 11v103q0 6 4 11t9 6l86 14q7 19 18 42-19 27-50 64-4 6-4 11 0 7 4 11 12 17 46 50t44 33q6 0 12-4l64-50q19 10 43 18 6 60 13 86 3 13 16 13h104q6 0 11-4t6-10l13-85q19-6 41-17l66 49q5 4 11 4 7 0 12-4 81-75 81-90 0-5-4-10-7-9-24-30t-25-34q13-27 19-46l85-12q5-2 9-6t4-11z m357-298v-78q0-9-83-17-6-15-16-29 28-63 28-77 0-2-2-4-68-40-69-40-5 0-26 27t-29 37q-11-1-17-1t-17 1q-7-11-29-37t-25-27q-1 0-69 40-3 2-3 4 0 14 29 77-10 14-17 29-83 8-83 17v78q0 9 83 18 7 16 17 29-29 63-29 77 0 2 3 4 2 1 19 11t33 19 17 9q4 0 25-26t29-38q12 1 17 1t17-1q28 40 51 63l4 1q2 0 69-39 2-2 2-4 0-14-28-77 9-13 16-29 83-9 83-18z m0 572v-78q0-9-83-18-6-15-16-29 28-63 28-77 0-2-2-4-68-39-69-39-5 0-26 26t-29 38q-11-1-17-1t-17 1q-7-12-29-38t-25-26q-1 0-69 39-3 2-3 4 0 14 29 77-10 14-17 29-83 9-83 18v78q0 9 83 17 7 16 17 29-29 63-29 77 0 2 3 4 2 1 19 11t33 19 17 9q4 0 25-26t29-38q12 2 17 2t17-2q28 40 51 63l4 1q2 0 69-39 2-2 2-4 0-14-28-77 9-13 16-29 83-8 83-17z" horiz-adv-x="1071.4" />
14
- <glyph glyph-name="toggles" unicode="&#xe805;" d="m196 64v-71h-196v71h196z m197 72q14 0 25-11t11-25v-143q0-14-11-25t-25-11h-143q-14 0-25 11t-11 25v143q0 15 11 25t25 11h143z m89 214v-71h-482v71h482z m-357 286v-72h-125v72h125z m732-572v-71h-411v71h411z m-536 643q15 0 26-10t10-26v-142q0-15-10-26t-26-10h-142q-15 0-26 10t-10 26v142q0 15 10 26t26 10h142z m358-286q14 0 25-10t10-25v-143q0-15-10-25t-25-11h-143q-15 0-25 11t-11 25v143q0 14 11 25t25 10h143z m178-71v-71h-125v71h125z m0 286v-72h-482v72h482z" horiz-adv-x="857.1" />
15
- <glyph glyph-name="list" unicode="&#xe806;" d="m650 400q22 0 36-15t14-35-15-35-35-15l-600 0q-20 0-35 15t-15 35 14 35 36 15l600 0z m-600 100q-20 0-35 15t-15 35 14 35 36 15l600 0q22 0 36-15t14-35-15-35-35-15l-600 0z m600-300q22 0 36-15t14-35-15-35-35-15l-600 0q-20 0-35 15t-15 35 14 35 36 15l600 0z" horiz-adv-x="700" />
16
- <glyph glyph-name="event" unicode="&#xe807;" d="m460 810q190 0 325-135t135-325-135-325-325-135-325 135-135 325 135 325 325 135z m0-820q150 0 255 106t105 254q0 150-105 255t-255 105q-148 0-254-105t-106-255q0-148 106-254t254-106z m36 620l0-244 150-150-50-50-170 170 0 274 70 0z" horiz-adv-x="920" />
17
- <glyph glyph-name="help" unicode="&#xe808;" d="m0 350q0 95 37 182t100 149 149 100 183 37q95 0 182-37t149-100 100-149 37-182q0-95-37-182t-100-150-149-100-182-37q-96 0-183 37t-149 100-100 150-37 182z m117 0q0-71 28-137t75-112 112-75 137-28 136 28 112 75 75 112 28 137q0 95-47 176t-128 128-176 47-177-47-128-128-47-176z m216 176l31-101q45 29 93 29 49 0 49-23 0-4-2-8t-3-5-6-5-7-5-8-4l-8-4-40-21q-22-12-28-25t-6-37v-37h117v16q0 7 0 10t3 6 6 5q1 1 11 5t17 8 19 11 18 13q19 17 29 37t11 55q0 49-42 83t-106 34q-83 0-148-37z m48-334q0-32 21-49t55-17q33 0 54 17t20 49-20 49-54 18q-35 0-55-18t-21-49z" horiz-adv-x="937.5" />
18
- <glyph glyph-name="right-open" unicode="&#xe809;" d="m618 361l-414-415q-11-10-25-10t-26 10l-92 93q-11 11-11 25t11 25l296 297-296 296q-11 11-11 25t11 25l92 93q11 10 26 10t25-10l414-414q10-11 10-25t-10-25z" horiz-adv-x="714.3" />
19
- <glyph glyph-name="panel" unicode="&#xe80a;" d="m311 504l489 0c36 0 65-30 65-65l0-404c0-35-29-65-65-65l-489 0c-35 0-65 30-65 65l0 404c0 35 30 65 65 65z m454-94l-419 0 0-346 419 0 0 346z m-146 181l-101 0 0 44-417 0 0-336 58 0 0-95-93 0c-36 0-66 30-66 65l0 395c0 36 30 66 66 66l488 0c36 0 65-30 65-66l0-73z" horiz-adv-x="865" />
20
- <glyph glyph-name="grid" unicode="&#xe80b;" d="m0-22l0 744 970 0 0-744-970 0z m519 452l0-159 159 0 0 159-159 0z m0-384l159 0 0 157-159 0 0-157z m159 609l-159 0 0-158 159 0 0 158z m225-384l0 159-158 0 0-159 158 0z m-158-225l158 0 0 157-158 0 0-157z m158 451l0 158-158 0 0-158 158 0z m-835-67l0-159 158 0 0 159-158 0z m0-384l158 0 0 157-158 0 0-157z m158 609l-158 0 0-158 158 0 0 158z m225-384l0 159-157 0 0-159 157 0z m-157-225l157 0 0 157-157 0 0-157z m157 451l0 158-157 0 0-158 157 0z" horiz-adv-x="970" />
21
- <glyph glyph-name="google" unicode="&#xe80c;" d="m547 103q0 14-3 27t-9 24-15 23-16 19-22 20-20 16-23 16-20 15q-9 1-28 1-29 0-58-4t-60-14-54-25-38-42-15-59q0-31 13-57t34-42 48-28 56-16 57-5q32 0 62 7t55 22 41 41 15 61z m-65 479q0 33-9 70t-27 72-47 57-65 23q-24 0-46-11t-37-29q-26-33-26-89 0-26 6-55t17-57 29-52 42-37 54-15q20 0 43 10t37 24q29 31 29 89z m-62 268h232l-76-49h-74q42-35 63-74t22-90q0-40-14-72t-33-52-39-36-33-34-14-37q0-20 18-40t43-38 51-41 43-58 18-79q0-51-28-96-39-68-117-101t-166-32q-74 0-138 24t-96 76q-20 33-20 73 0 46 25 84t66 64q73 46 225 56-17 23-26 41t-9 41q0 22 12 47-26-2-38-2-83 0-139 54t-57 137q0 45 20 88t55 73q43 37 102 55t122 18z" horiz-adv-x="714.3" />
22
- <glyph glyph-name="down-open" unicode="&#xe80d;" d="m939 399l-414-413q-10-11-25-11t-25 11l-414 413q-11 11-11 26t11 25l92 92q11 11 26 11t25-11l296-296 296 296q11 11 25 11t26-11l92-92q11-11 11-25t-11-26z" horiz-adv-x="1000" />
23
- <glyph glyph-name="up-open" unicode="&#xe80e;" d="m939 107l-92-92q-11-10-26-10t-25 10l-296 297-296-297q-11-10-25-10t-26 10l-92 92q-11 11-11 26t11 25l414 414q11 10 25 10t25-10l414-414q11-11 11-25t-11-26z" horiz-adv-x="1000" />
24
- <glyph glyph-name="docs" unicode="&#xe80f;" d="m970 480q38-10 30-46l-150-556q-4-16-18-23t-30-3l-406 110q-16 4-24 18t-4 28l24 92-180-48q-40-10-50 26l-160 602q-10 36 28 48l454 122q16 4 30-3t18-23l66-244z m-888 190l144-542 392 106-144 540z m702-742l132 492-298 82 76-282q10-34-28-46l-196-52-26-102z" horiz-adv-x="1001" />
25
- <glyph glyph-name="spin3" unicode="&#xe810;" d="m494 850c-266 0-483-210-494-472-1-19 13-20 13-20l84 0c16 0 19 10 19 18 10 199 176 358 378 358 107 0 205-45 273-118l-58-57c-11-12-11-27 5-31l247-50c21-5 46 11 37 44l-58 227c-2 9-16 22-29 13l-65-60c-89 91-214 148-352 148z m409-508c-16 0-19-10-19-18-10-199-176-358-377-358-108 0-205 45-274 118l59 57c10 12 10 27-5 31l-248 50c-21 5-46-11-37-44l58-227c2-9 16-22 30-13l64 60c89-91 214-148 353-148 265 0 482 210 493 473 1 18-13 19-13 19l-84 0z" horiz-adv-x="1000" />
26
- <glyph glyph-name="hourglass" unicode="&#xe811;" d="m0-37v70q0 22 12 49t24 46 38 55l24 33t26 36 22 33 18 35 5 30-5 30-18 35-22 33-26 36l-24 32q-26 37-38 55t-24 46-12 49v70q0 34 24 58t59 24h419q35 0 59-24t25-58v-70q0-22-12-49t-24-46-38-55l-24-32t-27-36-22-33-17-36-6-29 6-30 17-35 22-33 27-37l24-32q25-36 38-55t24-46 12-49v-70q0-34-25-58t-59-24h-419q-34 0-59 24t-24 58z m100 35h40q0 9 2 17t9 18 12 16 17 18 19 16 22 17 23 16 25 18 24 17q8-6 26-19t28-19 25-19 25-19 19-19 16-19 10-19 4-20h40v35q0 7-14 31-8 14-42 63-53 75-71 108-34 64-34 115 0 26 7 54t25 57 30 50 36 51l7 10q33 47 42 64 6 9 9 17t4 11l1 2v35h-386v-35q1-8 13-30 10-17 43-64 53-75 71-108 34-63 34-114 0-27-8-54t-25-58-29-49-36-52q-1-1-2-2t-2-2-2-3-1-3q-34-49-43-63-13-24-13-31v-35z" horiz-adv-x="585.9" />
27
- <glyph glyph-name="globe" unicode="&#xe812;" d="m429 779q116 0 215-58t156-156 57-215-57-215-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58z m152-291q-1-1-5-5t-7-6q1 0 2 3t3 6 2 4q3 4 12 8 8 4 29 7 19 5 29-6-1 1 5 7t8 7q2 1 8 2t9 5l1 12q-7-1-10 4t-3 12q0-2-4-5 0 4-2 5t-7-1-5-1q-5 2-8 5t-5 9-2 8q-1 3-5 6t-5 6q-1 1-2 3t-2 4-2 3-3 1-4-3-4-5-2-3q-2 1-4 1t-2-1-3-2-3-2q-1-1-4-1t-5-1q8 3-1 6-5 2-9 1 5 3 5 7t-5 8h3q-1 2-5 5t-10 4-7 4q-5 3-19 5t-18 0q-3-3-3-5t2-8 2-7q1-4-3-7t-3-7q0-4 7-9t6-12q-2-4-9-9t-9-6q-3-5-1-11t6-9q1-1 1-2t-2-3-3-2-4-2l-1-1q-7-3-12 3t-7 15q-4 14-9 17-13 4-17-1-2 7-22 15-14 5-33 2 4 0 0 8-4 9-10 7 1 3 2 10t0 7q2 7 7 13 1 1 4 5t5 7 1 4q19-3 28 6 2 2 6 9t6 10q5 3 8 3t8-3 8-3q8-1 8 6t-4 11q7 0 2 10-3 4-5 5-6 2-15-3-4-2 2-4-1 0-6-6t-9-10-9 3q0 0-3 7t-5 8q-5 0-9-9 1 5-6 9t-14 4q11 7-4 15-4 3-12 3t-11-2q-2-4-3-7t3-4 6-3 6-2 5-2q8-6 5-8-1 0-5-2t-6-2-4-3q-2-2 0-7t-1-8q-3 3-5 10t-4 9q4-5-14-4l-5 1q-3 0-9-1t-12-1-7 5q-3 4 0 11 0 2 2 1-2 2-6 5t-6 5q-25-8-52-23 3 0 6 1 3 1 8 3t5 4q19 7 24 3l3 3q7-9 11-14-4 3-17 1-11-4-12-7 4-7 2-10-2 2-6 6t-8 6-8 3q-9 0-13-1-81-45-131-124 4-4 7-4 2-1 3-5t1-6 6 1q5-4 2-10 1 0 25-15 10-10 11-12 2-6-5-10-1 1-5 5t-5 2q-2-3 0-10t6-7q-4 0-5-9t-2-20 0-13l1-1q-2-6 3-19t12-11q-7-1 11-24 3-4 4-5 2-1 7-4t9-6 5-5q2-3 6-13t8-13q-2-3 5-11t6-13q-1 0-2-1t-1 0q2-4 9-8t8-7q1-2 1-6t2-6 4-1q2 11-13 34-8 14-9 17-2 2-4 8t-2 8q1 0 3 0t5-2 4-3 1-1q-1-4 1-10t7-10 10-11 6-7q4-4 8-11t0-8q5 0 11-5t10-11q3-5 4-15t3-13q1-4 5-8t7-5l9-5t7-3q3-2 10-6t12-7q6-2 9-2t8 1 8 2q8 1 16-8t12-12q20-10 30-6-1 0 1-4t4-9 5-8 3-5q3-3 10-8t10-8q4 2 4 5-1-5 4-11t10-6q8 2 8 18-17-9-27 10 0 0-2 3t-2 5-1 4 0 5 2 1q5 0 6 2t-1 7-2 8q-1 4-6 11t-7 8q-3-5-9-4t-9 5q0-1-1-3t-1-4q-7 0-8 0 1 2 1 10t2 13q1 2 3 6t5 9 2 7-3 5-9 1q-11 0-15-11-1-2-2-6t-2-6-5-4q-4-2-14-1t-13 3q-8 4-13 16t-5 20q0 6 1 15t2 14-3 14q2 1 5 5t5 6q2 1 3 1t2 0 3 1 1 3q0 1-2 2-2 1-2 1 4-1 16 1t15-1q9-6 12 1 0 1-1 6t0 7q3-15 16-5 2-1 9-3t9-2q2-1 4-3t3-3 3 0 5 4q5-8 7-13 6-23 10-25 4-2 6-1t3 5 0 8-1 7l-1 4v11l0 4q-8 2-10 7t0 10 9 10q0 1 4 2t9 4 7 4q12 11 8 20 4 0 6 5 0 0-2 2t-5 2-2 2q5 2 1 8 3 2 4 7t4 5q5-7 12-1 4 5 1 9 2 4 11 6t10 5q4-1 5 1t0 7 2 7q2 2 8 5t8 2l9 7q2 2 0 2 10-1 18 6 5 6-4 11 2 3-2 5t-8 3q2 1 7 1t5 1q9 5-4 9-9 2-24-7z m-90-490q114 21 195 106-1 2-7 2t-7 2q-10 4-13 5 1 4-1 7t-5 5-7 5-6 4q-1 1-4 3t-4 3-4 2-5 2-5-1l-2-1q-2 0-3-1t-3-2-2-1 0-2q-12 10-20 13-3 0-7 3t-5 4-6 0-6-4q-3-2-4-8t-1-7q-4 3 0 10t1 10q-1 3-6 2t-6-2-7-5-5-3-4-3-5-5q-2-2-4-6t-2-7q-1 3-7 4t-5 3q1-5 2-19t3-22q4-17-7-26-15-14-16-23-2-12 7-14 0-4-5-12t-4-12q0-3 2-9z" horiz-adv-x="857.1" />
28
- <glyph glyph-name="globe-1" unicode="&#xe813;" d="m406 755c227 0 405-180 405-404 0-226-178-406-405-406-225 0-406 180-406 406 0 224 181 404 406 404z m23-734c65 0 100 113 116 169-39-4-77-6-116-7l0-162z m-129 82c19-45 48-82 81-82l0 162c-38 1-77 3-115 7 8-32 19-61 34-87z m-222 202c16-19 57-44 132-57-5 31-7 66-7 100 0 25 1 45 3 68-57 12-91 20-117 32-9-30-14-64-14-97 0-16 0-32 3-46z m170 43c0-37 2-75 7-109 43-8 84-11 126-13l0 177c-45 1-90 3-132 8 0-22-1-41-1-63z m131 331c-56-23-104-110-124-225 41-4 84-6 126-8l0 233-2 0z m82-18c-11 8-23 18-32 18l0-233c44 2 85 4 127 8-16 90-52 169-95 207z m-32-435c44 2 85 5 126 12 6 33 8 72 8 110 0 22 0 41-2 62-42-4-86-6-132-7l0-177z m176 190c3-23 3-43 3-68 0-34-3-70-7-102 130 22 135 52 135 105 0 32-5 65-15 95-23-10-66-25-116-30z m99 74c-35 78-101 140-179 168 38-49 61-118 74-199 67 12 95 24 105 31z m-531 93c-29-27-50-59-65-92 11-10 30-11 103-31 14 80 38 146 75 196-42-20-80-37-113-73z m0-465c30-33 67-55 106-72-29 40-48 92-60 152-50 11-95 25-125 41 19-46 42-88 79-121z m466 0c35 32 59 72 75 116-33-15-75-28-121-38-14-60-32-108-62-150 39 17 78 39 108 72z" horiz-adv-x="811" />
29
- <glyph glyph-name="wordpress" unicode="&#xe814;" d="m0 350q4 209 151 354t349 146q207-4 353-151t147-349q-4-207-151-353t-349-147q-209 4-353 151t-147 349z m35 0q2-193 140-328t325-137q193 4 328 141t137 324q-4 193-141 328t-324 137q-193-4-329-141t-136-324z m41-30q-8 108 33 200l205-553q-109 55-173 155-57 89-65 198z m69 264q62 90 157 140t198 52q168-4 287-111-47 1-70-40-4-25-6-39t7-35 14-33 18-31l18-30q33-62 7-144l-62-219-154 459q43 4 46 4 12 4 15 14t-7 15q-6 6-11 6l-94-8-70 0q-4 0-27 4t-37 2-17-13q-3-16 14-20 33-4 47-6l68-179-93-278-157 459q43 4 49 4 18 2 16 20-4 15-20 15-70-10-136-8z m234-642l129 367 133-359q-131-45-262-8z m334 39q6 19 21 62l120 346q15 49 23 111 2 28-2 49 76-162 33-312-51-172-195-256z" horiz-adv-x="1000" />
30
- <glyph glyph-name="attention-1" unicode="&#xe815;" d="m571 83v106q0 8-5 13t-12 5h-108q-7 0-12-5t-5-13v-106q0-8 5-13t12-6h108q7 0 12 6t5 13z m-1 208l10 257q0 6-5 10-7 6-14 6h-122q-7 0-14-6-5-4-5-12l9-255q0-5 6-9t13-3h103q8 0 13 3t6 9z m-7 522l428-786q20-35-1-70-10-17-26-26t-35-10h-858q-18 0-35 10t-26 26q-21 35-1 70l429 786q9 17 26 27t36 10 36-10 27-27z" horiz-adv-x="1000" />
31
- </font>
32
- </defs>
33
  </svg>
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>Copyright (C) 2015 by original authors @ fontello.com</metadata>
5
+ <defs>
6
+ <font id="simple-calendar" horiz-adv-x="1000" >
7
+ <font-face font-family="simple-calendar" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
8
+ <missing-glyph horiz-adv-x="1000" />
9
+ <glyph glyph-name="calendar-empty" unicode="&#xe800;" d="m71-79h786v572h-786v-572z m215 679v161q0 8-5 13t-13 5h-36q-8 0-13-5t-5-13v-161q0-8 5-13t13-5h36q8 0 13 5t5 13z m428 0v161q0 8-5 13t-13 5h-35q-8 0-13-5t-5-13v-161q0-8 5-13t13-5h35q8 0 13 5t5 13z m215 36v-715q0-29-22-50t-50-21h-786q-29 0-50 21t-21 50v715q0 29 21 50t50 21h72v54q0 36 26 63t63 26h36q37 0 63-26t26-63v-54h214v54q0 36 27 63t63 26h35q37 0 63-26t27-63v-54h71q29 0 50-21t22-50z" horiz-adv-x="928.6" />
10
+ <glyph glyph-name="calendar" unicode="&#xe801;" d="m71-79h161v161h-161v-161z m197 0h178v161h-178v-161z m-197 197h161v178h-161v-178z m197 0h178v178h-178v-178z m-197 214h161v161h-161v-161z m411-411h179v161h-179v-161z m-214 411h178v161h-178v-161z m428-411h161v161h-161v-161z m-214 197h179v178h-179v-178z m-196 482v161q0 7-6 12t-12 6h-36q-7 0-12-6t-6-12v-161q0-7 6-13t12-5h36q7 0 12 5t6 13z m410-482h161v178h-161v-178z m-214 214h179v161h-179v-161z m214 0h161v161h-161v-161z m18 268v161q0 7-5 12t-13 6h-35q-8 0-13-6t-5-12v-161q0-7 5-13t13-5h35q8 0 13 5t5 13z m215 36v-715q0-29-22-50t-50-21h-786q-29 0-50 21t-21 50v715q0 29 21 50t50 21h72v54q0 36 26 63t63 26h36q37 0 63-26t26-63v-54h214v54q0 36 27 63t63 26h35q37 0 63-26t27-63v-54h71q29 0 50-21t22-50z" horiz-adv-x="928.6" />
11
+ <glyph glyph-name="calendar-logo" unicode="&#xe802;" d="m0-150l0 649 893 0 0-649-893 0z m0 705l0 221 109 0 0-141 200 0 0 141 275 0 0-141 199 0 0 141 110 0 0-221-893 0z m168 139l0 156 82 0 0-156-82 0z m59-619q0-112 123-112 47 0 84 32 39 31 39 80 0 68-78 90 48 15 64 48 12 28-2 73-27 62-107 62-51 0-86-26t-37-77l72 0q0 45 49 46 43 0 45-52 0-49-84-47l0-57q48 0 68-8 23-11 23-46 0-57-54-61-43 0-47 55l-72 0z m281 146q49 14 88 47l0-297 70 0 0 371-64 0q-38-37-94-58l0-63z m135 473l0 156 82 0 0-156-82 0z" horiz-adv-x="893" />
12
+ <glyph glyph-name="left-open" unicode="&#xe803;" d="m653 682l-296-296 296-297q11-10 11-25t-11-25l-92-93q-11-10-25-10t-25 10l-414 415q-11 10-11 25t11 25l414 414q10 10 25 10t25-10l92-93q11-10 11-25t-11-25z" horiz-adv-x="714.3" />
13
+ <glyph glyph-name="settings" unicode="&#xe804;" d="m500 350q0 59-42 101t-101 42-101-42-42-101 42-101 101-42 101 42 42 101z m429-286q0 29-22 51t-50 21-50-21-21-51q0-29 21-50t50-21 51 21 21 50z m0 572q0 29-22 50t-50 21-50-21-21-50q0-30 21-51t50-21 51 21 21 51z m-215-235v-103q0-6-4-11t-9-6l-86-14q-6-19-18-42 19-27 50-64 4-6 4-11 0-7-4-11-13-17-46-50t-44-33q-6 0-11 4l-64 50q-21-11-43-17-6-60-13-87-4-13-17-13h-104q-6 0-11 4t-5 10l-13 85q-19 6-42 18l-66-50q-4-4-11-4-6 0-12 4-80 75-80 90 0 5 4 10 5 8 23 30t26 34q-13 24-20 46l-85 13q-5 1-9 5t-4 11v103q0 6 4 11t9 6l86 14q7 19 18 42-19 27-50 64-4 6-4 11 0 7 4 11 12 17 46 50t44 33q6 0 12-4l64-50q19 10 43 18 6 60 13 86 3 13 16 13h104q6 0 11-4t6-10l13-85q19-6 41-17l66 49q5 4 11 4 7 0 12-4 81-75 81-90 0-5-4-10-7-9-24-30t-25-34q13-27 19-46l85-12q5-2 9-6t4-11z m357-298v-78q0-9-83-17-6-15-16-29 28-63 28-77 0-2-2-4-68-40-69-40-5 0-26 27t-29 37q-11-1-17-1t-17 1q-7-11-29-37t-25-27q-1 0-69 40-3 2-3 4 0 14 29 77-10 14-17 29-83 8-83 17v78q0 9 83 18 7 16 17 29-29 63-29 77 0 2 3 4 2 1 19 11t33 19 17 9q4 0 25-26t29-38q12 1 17 1t17-1q28 40 51 63l4 1q2 0 69-39 2-2 2-4 0-14-28-77 9-13 16-29 83-9 83-18z m0 572v-78q0-9-83-18-6-15-16-29 28-63 28-77 0-2-2-4-68-39-69-39-5 0-26 26t-29 38q-11-1-17-1t-17 1q-7-12-29-38t-25-26q-1 0-69 39-3 2-3 4 0 14 29 77-10 14-17 29-83 9-83 18v78q0 9 83 17 7 16 17 29-29 63-29 77 0 2 3 4 2 1 19 11t33 19 17 9q4 0 25-26t29-38q12 2 17 2t17-2q28 40 51 63l4 1q2 0 69-39 2-2 2-4 0-14-28-77 9-13 16-29 83-8 83-17z" horiz-adv-x="1071.4" />
14
+ <glyph glyph-name="toggles" unicode="&#xe805;" d="m196 64v-71h-196v71h196z m197 72q14 0 25-11t11-25v-143q0-14-11-25t-25-11h-143q-14 0-25 11t-11 25v143q0 15 11 25t25 11h143z m89 214v-71h-482v71h482z m-357 286v-72h-125v72h125z m732-572v-71h-411v71h411z m-536 643q15 0 26-10t10-26v-142q0-15-10-26t-26-10h-142q-15 0-26 10t-10 26v142q0 15 10 26t26 10h142z m358-286q14 0 25-10t10-25v-143q0-15-10-25t-25-11h-143q-15 0-25 11t-11 25v143q0 14 11 25t25 10h143z m178-71v-71h-125v71h125z m0 286v-72h-482v72h482z" horiz-adv-x="857.1" />
15
+ <glyph glyph-name="list" unicode="&#xe806;" d="m650 400q22 0 36-15t14-35-15-35-35-15l-600 0q-20 0-35 15t-15 35 14 35 36 15l600 0z m-600 100q-20 0-35 15t-15 35 14 35 36 15l600 0q22 0 36-15t14-35-15-35-35-15l-600 0z m600-300q22 0 36-15t14-35-15-35-35-15l-600 0q-20 0-35 15t-15 35 14 35 36 15l600 0z" horiz-adv-x="700" />
16
+ <glyph glyph-name="event" unicode="&#xe807;" d="m460 810q190 0 325-135t135-325-135-325-325-135-325 135-135 325 135 325 325 135z m0-820q150 0 255 106t105 254q0 150-105 255t-255 105q-148 0-254-105t-106-255q0-148 106-254t254-106z m36 620l0-244 150-150-50-50-170 170 0 274 70 0z" horiz-adv-x="920" />
17
+ <glyph glyph-name="help" unicode="&#xe808;" d="m0 350q0 95 37 182t100 149 149 100 183 37q95 0 182-37t149-100 100-149 37-182q0-95-37-182t-100-150-149-100-182-37q-96 0-183 37t-149 100-100 150-37 182z m117 0q0-71 28-137t75-112 112-75 137-28 136 28 112 75 75 112 28 137q0 95-47 176t-128 128-176 47-177-47-128-128-47-176z m216 176l31-101q45 29 93 29 49 0 49-23 0-4-2-8t-3-5-6-5-7-5-8-4l-8-4-40-21q-22-12-28-25t-6-37v-37h117v16q0 7 0 10t3 6 6 5q1 1 11 5t17 8 19 11 18 13q19 17 29 37t11 55q0 49-42 83t-106 34q-83 0-148-37z m48-334q0-32 21-49t55-17q33 0 54 17t20 49-20 49-54 18q-35 0-55-18t-21-49z" horiz-adv-x="937.5" />
18
+ <glyph glyph-name="right-open" unicode="&#xe809;" d="m618 361l-414-415q-11-10-25-10t-26 10l-92 93q-11 11-11 25t11 25l296 297-296 296q-11 11-11 25t11 25l92 93q11 10 26 10t25-10l414-414q10-11 10-25t-10-25z" horiz-adv-x="714.3" />
19
+ <glyph glyph-name="panel" unicode="&#xe80a;" d="m311 504l489 0c36 0 65-30 65-65l0-404c0-35-29-65-65-65l-489 0c-35 0-65 30-65 65l0 404c0 35 30 65 65 65z m454-94l-419 0 0-346 419 0 0 346z m-146 181l-101 0 0 44-417 0 0-336 58 0 0-95-93 0c-36 0-66 30-66 65l0 395c0 36 30 66 66 66l488 0c36 0 65-30 65-66l0-73z" horiz-adv-x="865" />
20
+ <glyph glyph-name="grid" unicode="&#xe80b;" d="m0-22l0 744 970 0 0-744-970 0z m519 452l0-159 159 0 0 159-159 0z m0-384l159 0 0 157-159 0 0-157z m159 609l-159 0 0-158 159 0 0 158z m225-384l0 159-158 0 0-159 158 0z m-158-225l158 0 0 157-158 0 0-157z m158 451l0 158-158 0 0-158 158 0z m-835-67l0-159 158 0 0 159-158 0z m0-384l158 0 0 157-158 0 0-157z m158 609l-158 0 0-158 158 0 0 158z m225-384l0 159-157 0 0-159 157 0z m-157-225l157 0 0 157-157 0 0-157z m157 451l0 158-157 0 0-158 157 0z" horiz-adv-x="970" />
21
+ <glyph glyph-name="google" unicode="&#xe80c;" d="m547 103q0 14-3 27t-9 24-15 23-16 19-22 20-20 16-23 16-20 15q-9 1-28 1-29 0-58-4t-60-14-54-25-38-42-15-59q0-31 13-57t34-42 48-28 56-16 57-5q32 0 62 7t55 22 41 41 15 61z m-65 479q0 33-9 70t-27 72-47 57-65 23q-24 0-46-11t-37-29q-26-33-26-89 0-26 6-55t17-57 29-52 42-37 54-15q20 0 43 10t37 24q29 31 29 89z m-62 268h232l-76-49h-74q42-35 63-74t22-90q0-40-14-72t-33-52-39-36-33-34-14-37q0-20 18-40t43-38 51-41 43-58 18-79q0-51-28-96-39-68-117-101t-166-32q-74 0-138 24t-96 76q-20 33-20 73 0 46 25 84t66 64q73 46 225 56-17 23-26 41t-9 41q0 22 12 47-26-2-38-2-83 0-139 54t-57 137q0 45 20 88t55 73q43 37 102 55t122 18z" horiz-adv-x="714.3" />
22
+ <glyph glyph-name="down-open" unicode="&#xe80d;" d="m939 399l-414-413q-10-11-25-11t-25 11l-414 413q-11 11-11 26t11 25l92 92q11 11 26 11t25-11l296-296 296 296q11 11 25 11t26-11l92-92q11-11 11-25t-11-26z" horiz-adv-x="1000" />
23
+ <glyph glyph-name="up-open" unicode="&#xe80e;" d="m939 107l-92-92q-11-10-26-10t-25 10l-296 297-296-297q-11-10-25-10t-26 10l-92 92q-11 11-11 26t11 25l414 414q11 10 25 10t25-10l414-414q11-11 11-25t-11-26z" horiz-adv-x="1000" />
24
+ <glyph glyph-name="docs" unicode="&#xe80f;" d="m970 480q38-10 30-46l-150-556q-4-16-18-23t-30-3l-406 110q-16 4-24 18t-4 28l24 92-180-48q-40-10-50 26l-160 602q-10 36 28 48l454 122q16 4 30-3t18-23l66-244z m-888 190l144-542 392 106-144 540z m702-742l132 492-298 82 76-282q10-34-28-46l-196-52-26-102z" horiz-adv-x="1001" />
25
+ <glyph glyph-name="spin3" unicode="&#xe810;" d="m494 850c-266 0-483-210-494-472-1-19 13-20 13-20l84 0c16 0 19 10 19 18 10 199 176 358 378 358 107 0 205-45 273-118l-58-57c-11-12-11-27 5-31l247-50c21-5 46 11 37 44l-58 227c-2 9-16 22-29 13l-65-60c-89 91-214 148-352 148z m409-508c-16 0-19-10-19-18-10-199-176-358-377-358-108 0-205 45-274 118l59 57c10 12 10 27-5 31l-248 50c-21 5-46-11-37-44l58-227c2-9 16-22 30-13l64 60c89-91 214-148 353-148 265 0 482 210 493 473 1 18-13 19-13 19l-84 0z" horiz-adv-x="1000" />
26
+ <glyph glyph-name="hourglass" unicode="&#xe811;" d="m0-37v70q0 22 12 49t24 46 38 55l24 33t26 36 22 33 18 35 5 30-5 30-18 35-22 33-26 36l-24 32q-26 37-38 55t-24 46-12 49v70q0 34 24 58t59 24h419q35 0 59-24t25-58v-70q0-22-12-49t-24-46-38-55l-24-32t-27-36-22-33-17-36-6-29 6-30 17-35 22-33 27-37l24-32q25-36 38-55t24-46 12-49v-70q0-34-25-58t-59-24h-419q-34 0-59 24t-24 58z m100 35h40q0 9 2 17t9 18 12 16 17 18 19 16 22 17 23 16 25 18 24 17q8-6 26-19t28-19 25-19 25-19 19-19 16-19 10-19 4-20h40v35q0 7-14 31-8 14-42 63-53 75-71 108-34 64-34 115 0 26 7 54t25 57 30 50 36 51l7 10q33 47 42 64 6 9 9 17t4 11l1 2v35h-386v-35q1-8 13-30 10-17 43-64 53-75 71-108 34-63 34-114 0-27-8-54t-25-58-29-49-36-52q-1-1-2-2t-2-2-2-3-1-3q-34-49-43-63-13-24-13-31v-35z" horiz-adv-x="585.9" />
27
+ <glyph glyph-name="globe" unicode="&#xe812;" d="m429 779q116 0 215-58t156-156 57-215-57-215-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58z m152-291q-1-1-5-5t-7-6q1 0 2 3t3 6 2 4q3 4 12 8 8 4 29 7 19 5 29-6-1 1 5 7t8 7q2 1 8 2t9 5l1 12q-7-1-10 4t-3 12q0-2-4-5 0 4-2 5t-7-1-5-1q-5 2-8 5t-5 9-2 8q-1 3-5 6t-5 6q-1 1-2 3t-2 4-2 3-3 1-4-3-4-5-2-3q-2 1-4 1t-2-1-3-2-3-2q-1-1-4-1t-5-1q8 3-1 6-5 2-9 1 5 3 5 7t-5 8h3q-1 2-5 5t-10 4-7 4q-5 3-19 5t-18 0q-3-3-3-5t2-8 2-7q1-4-3-7t-3-7q0-4 7-9t6-12q-2-4-9-9t-9-6q-3-5-1-11t6-9q1-1 1-2t-2-3-3-2-4-2l-1-1q-7-3-12 3t-7 15q-4 14-9 17-13 4-17-1-2 7-22 15-14 5-33 2 4 0 0 8-4 9-10 7 1 3 2 10t0 7q2 7 7 13 1 1 4 5t5 7 1 4q19-3 28 6 2 2 6 9t6 10q5 3 8 3t8-3 8-3q8-1 8 6t-4 11q7 0 2 10-3 4-5 5-6 2-15-3-4-2 2-4-1 0-6-6t-9-10-9 3q0 0-3 7t-5 8q-5 0-9-9 1 5-6 9t-14 4q11 7-4 15-4 3-12 3t-11-2q-2-4-3-7t3-4 6-3 6-2 5-2q8-6 5-8-1 0-5-2t-6-2-4-3q-2-2 0-7t-1-8q-3 3-5 10t-4 9q4-5-14-4l-5 1q-3 0-9-1t-12-1-7 5q-3 4 0 11 0 2 2 1-2 2-6 5t-6 5q-25-8-52-23 3 0 6 1 3 1 8 3t5 4q19 7 24 3l3 3q7-9 11-14-4 3-17 1-11-4-12-7 4-7 2-10-2 2-6 6t-8 6-8 3q-9 0-13-1-81-45-131-124 4-4 7-4 2-1 3-5t1-6 6 1q5-4 2-10 1 0 25-15 10-10 11-12 2-6-5-10-1 1-5 5t-5 2q-2-3 0-10t6-7q-4 0-5-9t-2-20 0-13l1-1q-2-6 3-19t12-11q-7-1 11-24 3-4 4-5 2-1 7-4t9-6 5-5q2-3 6-13t8-13q-2-3 5-11t6-13q-1 0-2-1t-1 0q2-4 9-8t8-7q1-2 1-6t2-6 4-1q2 11-13 34-8 14-9 17-2 2-4 8t-2 8q1 0 3 0t5-2 4-3 1-1q-1-4 1-10t7-10 10-11 6-7q4-4 8-11t0-8q5 0 11-5t10-11q3-5 4-15t3-13q1-4 5-8t7-5l9-5t7-3q3-2 10-6t12-7q6-2 9-2t8 1 8 2q8 1 16-8t12-12q20-10 30-6-1 0 1-4t4-9 5-8 3-5q3-3 10-8t10-8q4 2 4 5-1-5 4-11t10-6q8 2 8 18-17-9-27 10 0 0-2 3t-2 5-1 4 0 5 2 1q5 0 6 2t-1 7-2 8q-1 4-6 11t-7 8q-3-5-9-4t-9 5q0-1-1-3t-1-4q-7 0-8 0 1 2 1 10t2 13q1 2 3 6t5 9 2 7-3 5-9 1q-11 0-15-11-1-2-2-6t-2-6-5-4q-4-2-14-1t-13 3q-8 4-13 16t-5 20q0 6 1 15t2 14-3 14q2 1 5 5t5 6q2 1 3 1t2 0 3 1 1 3q0 1-2 2-2 1-2 1 4-1 16 1t15-1q9-6 12 1 0 1-1 6t0 7q3-15 16-5 2-1 9-3t9-2q2-1 4-3t3-3 3 0 5 4q5-8 7-13 6-23 10-25 4-2 6-1t3 5 0 8-1 7l-1 4v11l0 4q-8 2-10 7t0 10 9 10q0 1 4 2t9 4 7 4q12 11 8 20 4 0 6 5 0 0-2 2t-5 2-2 2q5 2 1 8 3 2 4 7t4 5q5-7 12-1 4 5 1 9 2 4 11 6t10 5q4-1 5 1t0 7 2 7q2 2 8 5t8 2l9 7q2 2 0 2 10-1 18 6 5 6-4 11 2 3-2 5t-8 3q2 1 7 1t5 1q9 5-4 9-9 2-24-7z m-90-490q114 21 195 106-1 2-7 2t-7 2q-10 4-13 5 1 4-1 7t-5 5-7 5-6 4q-1 1-4 3t-4 3-4 2-5 2-5-1l-2-1q-2 0-3-1t-3-2-2-1 0-2q-12 10-20 13-3 0-7 3t-5 4-6 0-6-4q-3-2-4-8t-1-7q-4 3 0 10t1 10q-1 3-6 2t-6-2-7-5-5-3-4-3-5-5q-2-2-4-6t-2-7q-1 3-7 4t-5 3q1-5 2-19t3-22q4-17-7-26-15-14-16-23-2-12 7-14 0-4-5-12t-4-12q0-3 2-9z" horiz-adv-x="857.1" />
28
+ <glyph glyph-name="globe-1" unicode="&#xe813;" d="m406 755c227 0 405-180 405-404 0-226-178-406-405-406-225 0-406 180-406 406 0 224 181 404 406 404z m23-734c65 0 100 113 116 169-39-4-77-6-116-7l0-162z m-129 82c19-45 48-82 81-82l0 162c-38 1-77 3-115 7 8-32 19-61 34-87z m-222 202c16-19 57-44 132-57-5 31-7 66-7 100 0 25 1 45 3 68-57 12-91 20-117 32-9-30-14-64-14-97 0-16 0-32 3-46z m170 43c0-37 2-75 7-109 43-8 84-11 126-13l0 177c-45 1-90 3-132 8 0-22-1-41-1-63z m131 331c-56-23-104-110-124-225 41-4 84-6 126-8l0 233-2 0z m82-18c-11 8-23 18-32 18l0-233c44 2 85 4 127 8-16 90-52 169-95 207z m-32-435c44 2 85 5 126 12 6 33 8 72 8 110 0 22 0 41-2 62-42-4-86-6-132-7l0-177z m176 190c3-23 3-43 3-68 0-34-3-70-7-102 130 22 135 52 135 105 0 32-5 65-15 95-23-10-66-25-116-30z m99 74c-35 78-101 140-179 168 38-49 61-118 74-199 67 12 95 24 105 31z m-531 93c-29-27-50-59-65-92 11-10 30-11 103-31 14 80 38 146 75 196-42-20-80-37-113-73z m0-465c30-33 67-55 106-72-29 40-48 92-60 152-50 11-95 25-125 41 19-46 42-88 79-121z m466 0c35 32 59 72 75 116-33-15-75-28-121-38-14-60-32-108-62-150 39 17 78 39 108 72z" horiz-adv-x="811" />
29
+ <glyph glyph-name="wordpress" unicode="&#xe814;" d="m0 350q4 209 151 354t349 146q207-4 353-151t147-349q-4-207-151-353t-349-147q-209 4-353 151t-147 349z m35 0q2-193 140-328t325-137q193 4 328 141t137 324q-4 193-141 328t-324 137q-193-4-329-141t-136-324z m41-30q-8 108 33 200l205-553q-109 55-173 155-57 89-65 198z m69 264q62 90 157 140t198 52q168-4 287-111-47 1-70-40-4-25-6-39t7-35 14-33 18-31l18-30q33-62 7-144l-62-219-154 459q43 4 46 4 12 4 15 14t-7 15q-6 6-11 6l-94-8-70 0q-4 0-27 4t-37 2-17-13q-3-16 14-20 33-4 47-6l68-179-93-278-157 459q43 4 49 4 18 2 16 20-4 15-20 15-70-10-136-8z m234-642l129 367 133-359q-131-45-262-8z m334 39q6 19 21 62l120 346q15 49 23 111 2 28-2 49 76-162 33-312-51-172-195-256z" horiz-adv-x="1000" />
30
+ <glyph glyph-name="attention-1" unicode="&#xe815;" d="m571 83v106q0 8-5 13t-12 5h-108q-7 0-12-5t-5-13v-106q0-8 5-13t12-6h108q7 0 12 6t5 13z m-1 208l10 257q0 6-5 10-7 6-14 6h-122q-7 0-14-6-5-4-5-12l9-255q0-5 6-9t13-3h103q8 0 13 3t6 9z m-7 522l428-786q20-35-1-70-10-17-26-26t-35-10h-858q-18 0-35 10t-26 26q-21 35-1 70l429 786q9 17 26 27t36 10 36-10 27-27z" horiz-adv-x="1000" />
31
+ </font>
32
+ </defs>
33
  </svg>
assets/images/simple-calendar-icon-fill.svg CHANGED
@@ -1,32 +1,32 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1024 1024" enable-background="new 0 0 1024 1024" xml:space="preserve">
4
- <g>
5
- <path d="M513.4,1013.3c-163.8,0-327.7,0-491.5,0c-9.7,0-8.8,0.9-8.8-8.9c0-243.7,0.2-487.3-0.3-731c-0.1-39.6,27.7-76.4,69.6-82.3
6
- c3-0.4,6-0.5,9-0.5c35,0,70,0.1,105-0.1c5.1,0,6.5,1.4,6.5,6.5c-0.2,26.8,0.1,53.7-0.2,80.5c-0.2,15.2,3.9,28.2,15.9,38.2
7
- c2.7,2.2,5,4.8,7.4,7.4c8,8.6,18.1,12.4,29.6,12.4c30.7,0.2,61.3,0.2,92,0c11.2-0.1,21.2-3.9,29.1-12.2c3.4-3.6,7-7.2,10.6-10.6
8
- c9-8.4,12.7-18.9,12.7-31c0.1-28.2,0-56.3,0-84.5c0-6.6,0-6.6,6.6-6.6c71.5,0,143,0,214.5,0c6.6,0,6.6,0,6.6,6.7
9
- c0,26.8,0.2,53.7-0.1,80.5c-0.2,15,5.1,26.8,15.4,38c13.6,14.7,28.9,20.8,48.7,20.1c25.6-1,51.3-0.4,77-0.2
10
- c13.9,0.1,24.8-5.1,35.4-14.4c15.9-14,22.1-30.4,21.1-51.3c-1.1-24.3-0.1-48.7-0.4-73c0-5.1,1.4-6.5,6.5-6.5
11
- c34.7,0.2,69.3,0,104,0.1c42.3,0.2,78.3,36,78.3,78.3c0.1,246,0,492,0,738c0,6.4,0,6.4-7.3,6.4
12
- C842,1013.3,677.7,1013.3,513.4,1013.3z M439.5,678.9c1.6-1,2.2-1.5,3-1.8c11.8-5.8,21.5-14.2,29-24.8
13
- c24.3-34.1,24.3-70.9,8.6-107.8c-13.3-31.3-39.3-49.3-71-59.4c-27.6-8.8-56-9.4-84.5-5.6c-20.3,2.7-39.2,9.6-55.5,22.2
14
- c-35.5,27.2-48.4,65.1-50.4,108c-0.2,3.7,2.1,3.9,4.8,3.9c22.2,0,44.3-0.1,66.5,0c3.8,0,5.4-1.1,5.3-5.1c-0.1-7.7,1-15.3,3-22.7
15
- c5.4-20,16.5-34.7,37.8-39.7c8.1-1.9,16.3-2.1,24.4-1.3c21.4,2.1,36.3,13.1,43.5,33.7c3.5,10.1,3.9,20.4,2.9,31
16
- c-2.2,23.4-16.2,39.7-39.1,44.6c-13.2,2.8-26.6,4.1-40.2,4c-3.7,0-5,1.2-4.9,4.9c0.1,16.5,0.2,33,0,49.5c0,4,1.5,5.2,5.3,5.1
17
- c12.9-0.3,25.6,0.9,38.3,3c26.3,4.2,43.5,18.8,49.2,42c3.3,13.5,3,27.1-0.2,40.6c-2.3,9.7-6.8,18.4-13.8,25.7
18
- c-15.4,16.1-34.5,21.6-56,18.9c-27.5-3.4-43.5-18-50.5-44.8c-1.9-7.3-3.1-14.7-2.8-22.2c0.2-4-1.1-5.6-5.4-5.6
19
- c-23.7,0.2-47.3,0.2-71,0c-4,0-5.4,1.2-4.9,5.2c1.4,13.2,2.7,26.5,5.9,39.5c11.1,45.2,38.2,75.6,83.4,88.2
20
- c36.7,10.3,73.8,10.1,110.5,0.1c24.5-6.6,44.7-20.1,61-39.8c24.5-29.7,34.4-63.9,31.4-101.9c-2.2-27.4-12.5-51.3-33.6-69.8
21
- C460.7,689.3,451.9,682,439.5,678.9z M755,692.5c0-68.6-0.1-137.3,0.1-205.9c0-5.1-1.4-6.5-6.5-6.4c-18.3,0.3-36.7,0.4-55,0
22
- c-5.7-0.1-7.2,1.9-8.2,7c-5.9,32.1-24.4,53-56.3,61.1c-17.5,4.5-35.6,5-53.5,5.8c-3.9,0.2-5.2,1.4-5.2,5.3c0.2,15.3,0.2,30.7,0,46
23
- c-0.1,4.3,1.6,5.4,5.6,5.3c14.2-0.2,28.3-0.1,42.5-0.1c15.5,0,31,0.1,46.5-0.1c4.1,0,5.9,1.3,5.5,5.4c-0.1,1.7,0,3.3,0,5
24
- c0,92.1,0,184.3,0,276.4c0,7.2,0,7.2,7,7.2c23.5,0,47,0,70.5,0c7,0,7,0,7-7.2C755,829.1,755,760.8,755,692.5z"/>
25
- <path d="M376.7,199.2c0,24.2,0,48.3,0,72.5c-0.1,23.1-17.4,40.5-40.4,40.6c-23.3,0.1-46.6,0.1-70,0c-22.8-0.1-40.3-17.4-40.3-40.1
26
- c-0.1-48.5-0.1-96.9,0-145.4c0-22.4,17.5-40,39.9-40.1c23.7-0.1,47.3-0.1,71,0c22.4,0.1,39.8,17.7,39.8,40.1
27
- C376.8,150.9,376.7,175.1,376.7,199.2z"/>
28
- <path d="M801.7,199.6c0,24,0,48,0,72c0,23.4-17.3,40.7-40.7,40.8c-23.2,0.1-46.3,0.1-69.5,0c-23.1-0.1-40.5-17.4-40.5-40.5
29
- c-0.1-48.3-0.1-96.6,0-144.9c0-22.7,17.5-40.2,40.2-40.3c23.3-0.1,46.6-0.1,70,0c23.1,0.1,40.4,17.4,40.5,40.5
30
- C801.8,151.3,801.7,175.4,801.7,199.6z"/>
31
- </g>
32
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1024 1024" enable-background="new 0 0 1024 1024" xml:space="preserve">
4
+ <g>
5
+ <path d="M513.4,1013.3c-163.8,0-327.7,0-491.5,0c-9.7,0-8.8,0.9-8.8-8.9c0-243.7,0.2-487.3-0.3-731c-0.1-39.6,27.7-76.4,69.6-82.3
6
+ c3-0.4,6-0.5,9-0.5c35,0,70,0.1,105-0.1c5.1,0,6.5,1.4,6.5,6.5c-0.2,26.8,0.1,53.7-0.2,80.5c-0.2,15.2,3.9,28.2,15.9,38.2
7
+ c2.7,2.2,5,4.8,7.4,7.4c8,8.6,18.1,12.4,29.6,12.4c30.7,0.2,61.3,0.2,92,0c11.2-0.1,21.2-3.9,29.1-12.2c3.4-3.6,7-7.2,10.6-10.6
8
+ c9-8.4,12.7-18.9,12.7-31c0.1-28.2,0-56.3,0-84.5c0-6.6,0-6.6,6.6-6.6c71.5,0,143,0,214.5,0c6.6,0,6.6,0,6.6,6.7
9
+ c0,26.8,0.2,53.7-0.1,80.5c-0.2,15,5.1,26.8,15.4,38c13.6,14.7,28.9,20.8,48.7,20.1c25.6-1,51.3-0.4,77-0.2
10
+ c13.9,0.1,24.8-5.1,35.4-14.4c15.9-14,22.1-30.4,21.1-51.3c-1.1-24.3-0.1-48.7-0.4-73c0-5.1,1.4-6.5,6.5-6.5
11
+ c34.7,0.2,69.3,0,104,0.1c42.3,0.2,78.3,36,78.3,78.3c0.1,246,0,492,0,738c0,6.4,0,6.4-7.3,6.4
12
+ C842,1013.3,677.7,1013.3,513.4,1013.3z M439.5,678.9c1.6-1,2.2-1.5,3-1.8c11.8-5.8,21.5-14.2,29-24.8
13
+ c24.3-34.1,24.3-70.9,8.6-107.8c-13.3-31.3-39.3-49.3-71-59.4c-27.6-8.8-56-9.4-84.5-5.6c-20.3,2.7-39.2,9.6-55.5,22.2
14
+ c-35.5,27.2-48.4,65.1-50.4,108c-0.2,3.7,2.1,3.9,4.8,3.9c22.2,0,44.3-0.1,66.5,0c3.8,0,5.4-1.1,5.3-5.1c-0.1-7.7,1-15.3,3-22.7
15
+ c5.4-20,16.5-34.7,37.8-39.7c8.1-1.9,16.3-2.1,24.4-1.3c21.4,2.1,36.3,13.1,43.5,33.7c3.5,10.1,3.9,20.4,2.9,31
16
+ c-2.2,23.4-16.2,39.7-39.1,44.6c-13.2,2.8-26.6,4.1-40.2,4c-3.7,0-5,1.2-4.9,4.9c0.1,16.5,0.2,33,0,49.5c0,4,1.5,5.2,5.3,5.1
17
+ c12.9-0.3,25.6,0.9,38.3,3c26.3,4.2,43.5,18.8,49.2,42c3.3,13.5,3,27.1-0.2,40.6c-2.3,9.7-6.8,18.4-13.8,25.7
18
+ c-15.4,16.1-34.5,21.6-56,18.9c-27.5-3.4-43.5-18-50.5-44.8c-1.9-7.3-3.1-14.7-2.8-22.2c0.2-4-1.1-5.6-5.4-5.6
19
+ c-23.7,0.2-47.3,0.2-71,0c-4,0-5.4,1.2-4.9,5.2c1.4,13.2,2.7,26.5,5.9,39.5c11.1,45.2,38.2,75.6,83.4,88.2
20
+ c36.7,10.3,73.8,10.1,110.5,0.1c24.5-6.6,44.7-20.1,61-39.8c24.5-29.7,34.4-63.9,31.4-101.9c-2.2-27.4-12.5-51.3-33.6-69.8
21
+ C460.7,689.3,451.9,682,439.5,678.9z M755,692.5c0-68.6-0.1-137.3,0.1-205.9c0-5.1-1.4-6.5-6.5-6.4c-18.3,0.3-36.7,0.4-55,0
22
+ c-5.7-0.1-7.2,1.9-8.2,7c-5.9,32.1-24.4,53-56.3,61.1c-17.5,4.5-35.6,5-53.5,5.8c-3.9,0.2-5.2,1.4-5.2,5.3c0.2,15.3,0.2,30.7,0,46
23
+ c-0.1,4.3,1.6,5.4,5.6,5.3c14.2-0.2,28.3-0.1,42.5-0.1c15.5,0,31,0.1,46.5-0.1c4.1,0,5.9,1.3,5.5,5.4c-0.1,1.7,0,3.3,0,5
24
+ c0,92.1,0,184.3,0,276.4c0,7.2,0,7.2,7,7.2c23.5,0,47,0,70.5,0c7,0,7,0,7-7.2C755,829.1,755,760.8,755,692.5z"/>
25
+ <path d="M376.7,199.2c0,24.2,0,48.3,0,72.5c-0.1,23.1-17.4,40.5-40.4,40.6c-23.3,0.1-46.6,0.1-70,0c-22.8-0.1-40.3-17.4-40.3-40.1
26
+ c-0.1-48.5-0.1-96.9,0-145.4c0-22.4,17.5-40,39.9-40.1c23.7-0.1,47.3-0.1,71,0c22.4,0.1,39.8,17.7,39.8,40.1
27
+ C376.8,150.9,376.7,175.1,376.7,199.2z"/>
28
+ <path d="M801.7,199.6c0,24,0,48,0,72c0,23.4-17.3,40.7-40.7,40.8c-23.2,0.1-46.3,0.1-69.5,0c-23.1-0.1-40.5-17.4-40.5-40.5
29
+ c-0.1-48.3-0.1-96.6,0-144.9c0-22.7,17.5-40.2,40.2-40.3c23.3-0.1,46.6-0.1,70,0c23.1,0.1,40.4,17.4,40.5,40.5
30
+ C801.8,151.3,801.7,175.4,801.7,199.6z"/>
31
+ </g>
32
+ </svg>
assets/images/simple-calendar-icon-strokes.svg CHANGED
@@ -1,31 +1,31 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg version="1.1" id="Shapes_xA0_Image_1_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
4
- x="0px" y="0px" viewBox="0 0 1024 1024" enable-background="new 0 0 1024 1024" xml:space="preserve">
5
- <path fill="none" stroke="#000000" stroke-miterlimit="10" d="M513.4,1013.3c-163.8,0-327.7,0-491.5,0c-9.7,0-8.8,0.9-8.8-8.9
6
- c0-243.7,0.2-487.3-0.3-731c-0.1-39.6,27.7-76.4,69.6-82.3c3-0.4,6-0.5,9-0.5c35,0,70,0.1,105-0.1c5.1,0,6.5,1.4,6.5,6.5
7
- c-0.2,26.8,0.1,53.7-0.2,80.5c-0.2,15.2,3.9,28.2,15.9,38.2c2.7,2.2,5,4.8,7.4,7.4c8,8.6,18.1,12.4,29.6,12.4
8
- c30.7,0.2,61.3,0.2,92,0c11.2-0.1,21.2-3.9,29.1-12.2c3.4-3.6,7-7.2,10.6-10.6c9-8.4,12.7-18.9,12.7-31c0.1-28.2,0-56.3,0-84.5
9
- c0-6.6,0-6.6,6.6-6.6c71.5,0,143,0,214.5,0c6.6,0,6.6,0,6.6,6.7c0,26.8,0.2,53.7-0.1,80.5c-0.2,15,5.1,26.8,15.4,38
10
- c13.6,14.7,28.9,20.8,48.7,20.1c25.6-1,51.3-0.4,77-0.2c13.9,0.1,24.8-5.1,35.4-14.4c15.9-14,22.1-30.4,21.1-51.3
11
- c-1.1-24.3-0.1-48.7-0.4-73c0-5.1,1.4-6.5,6.5-6.5c34.7,0.2,69.3,0,104,0.1c42.3,0.2,78.3,36,78.3,78.3c0.1,246,0,492,0,738
12
- c0,6.4,0,6.4-7.3,6.4C842,1013.3,677.7,1013.3,513.4,1013.3z M439.5,678.9c1.6-1,2.2-1.5,3-1.8c11.8-5.8,21.5-14.2,29-24.8
13
- c24.3-34.1,24.3-70.9,8.6-107.8c-13.3-31.3-39.3-49.3-71-59.4c-27.6-8.8-56-9.4-84.5-5.6c-20.3,2.7-39.2,9.6-55.5,22.2
14
- c-35.5,27.2-48.4,65.1-50.4,108c-0.2,3.7,2.1,3.9,4.8,3.9c22.2,0,44.3-0.1,66.5,0c3.8,0,5.4-1.1,5.3-5.1c-0.1-7.7,1-15.3,3-22.7
15
- c5.4-20,16.5-34.7,37.8-39.7c8.1-1.9,16.3-2.1,24.4-1.3c21.4,2.1,36.3,13.1,43.5,33.7c3.5,10.1,3.9,20.4,2.9,31
16
- c-2.2,23.4-16.2,39.7-39.1,44.6c-13.2,2.8-26.6,4.1-40.2,4c-3.7,0-5,1.2-4.9,4.9c0.1,16.5,0.2,33,0,49.5c0,4,1.5,5.2,5.3,5.1
17
- c12.9-0.3,25.6,0.9,38.3,3c26.3,4.2,43.5,18.8,49.2,42c3.3,13.5,3,27.1-0.2,40.6c-2.3,9.7-6.8,18.4-13.8,25.7
18
- c-15.4,16.1-34.5,21.6-56,18.9c-27.5-3.4-43.5-18-50.5-44.8c-1.9-7.3-3.1-14.7-2.8-22.2c0.2-4-1.1-5.6-5.4-5.6
19
- c-23.7,0.2-47.3,0.2-71,0c-4,0-5.4,1.2-4.9,5.2c1.4,13.2,2.7,26.5,5.9,39.5c11.1,45.2,38.2,75.6,83.4,88.2
20
- c36.7,10.3,73.8,10.1,110.5,0.1c24.5-6.6,44.7-20.1,61-39.8c24.5-29.7,34.4-63.9,31.4-101.9c-2.2-27.4-12.5-51.3-33.6-69.8
21
- C460.7,689.3,451.9,682,439.5,678.9z M755,692.5c0-68.6-0.1-137.3,0.1-205.9c0-5.1-1.4-6.5-6.5-6.4c-18.3,0.3-36.7,0.4-55,0
22
- c-5.7-0.1-7.2,1.9-8.2,7c-5.9,32.1-24.4,53-56.3,61.1c-17.5,4.5-35.6,5-53.5,5.8c-3.9,0.2-5.2,1.4-5.2,5.3c0.2,15.3,0.2,30.7,0,46
23
- c-0.1,4.3,1.6,5.4,5.6,5.3c14.2-0.2,28.3-0.1,42.5-0.1c15.5,0,31,0.1,46.5-0.1c4.1,0,5.9,1.3,5.5,5.4c-0.1,1.7,0,3.3,0,5
24
- c0,92.1,0,184.3,0,276.4c0,7.2,0,7.2,7,7.2c23.5,0,47,0,70.5,0c7,0,7,0,7-7.2C755,829.1,755,760.8,755,692.5z"/>
25
- <path fill="none" stroke="#000000" stroke-miterlimit="10" d="M376.7,199.2c0,24.2,0,48.3,0,72.5c-0.1,23.1-17.4,40.5-40.4,40.6
26
- c-23.3,0.1-46.6,0.1-70,0c-22.8-0.1-40.3-17.4-40.3-40.1c-0.1-48.5-0.1-96.9,0-145.4c0-22.4,17.5-40,39.9-40.1
27
- c23.7-0.1,47.3-0.1,71,0c22.4,0.1,39.8,17.7,39.8,40.1C376.8,150.9,376.7,175.1,376.7,199.2z"/>
28
- <path fill="none" stroke="#000000" stroke-miterlimit="10" d="M801.7,199.6c0,24,0,48,0,72c0,23.4-17.3,40.7-40.7,40.8
29
- c-23.2,0.1-46.3,0.1-69.5,0c-23.1-0.1-40.5-17.4-40.5-40.5c-0.1-48.3-0.1-96.6,0-144.9c0-22.7,17.5-40.2,40.2-40.3
30
- c23.3-0.1,46.6-0.1,70,0c23.1,0.1,40.4,17.4,40.5,40.5C801.8,151.3,801.7,175.4,801.7,199.6z"/>
31
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg version="1.1" id="Shapes_xA0_Image_1_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
4
+ x="0px" y="0px" viewBox="0 0 1024 1024" enable-background="new 0 0 1024 1024" xml:space="preserve">
5
+ <path fill="none" stroke="#000000" stroke-miterlimit="10" d="M513.4,1013.3c-163.8,0-327.7,0-491.5,0c-9.7,0-8.8,0.9-8.8-8.9
6
+ c0-243.7,0.2-487.3-0.3-731c-0.1-39.6,27.7-76.4,69.6-82.3c3-0.4,6-0.5,9-0.5c35,0,70,0.1,105-0.1c5.1,0,6.5,1.4,6.5,6.5
7
+ c-0.2,26.8,0.1,53.7-0.2,80.5c-0.2,15.2,3.9,28.2,15.9,38.2c2.7,2.2,5,4.8,7.4,7.4c8,8.6,18.1,12.4,29.6,12.4
8
+ c30.7,0.2,61.3,0.2,92,0c11.2-0.1,21.2-3.9,29.1-12.2c3.4-3.6,7-7.2,10.6-10.6c9-8.4,12.7-18.9,12.7-31c0.1-28.2,0-56.3,0-84.5
9
+ c0-6.6,0-6.6,6.6-6.6c71.5,0,143,0,214.5,0c6.6,0,6.6,0,6.6,6.7c0,26.8,0.2,53.7-0.1,80.5c-0.2,15,5.1,26.8,15.4,38
10
+ c13.6,14.7,28.9,20.8,48.7,20.1c25.6-1,51.3-0.4,77-0.2c13.9,0.1,24.8-5.1,35.4-14.4c15.9-14,22.1-30.4,21.1-51.3
11
+ c-1.1-24.3-0.1-48.7-0.4-73c0-5.1,1.4-6.5,6.5-6.5c34.7,0.2,69.3,0,104,0.1c42.3,0.2,78.3,36,78.3,78.3c0.1,246,0,492,0,738
12
+ c0,6.4,0,6.4-7.3,6.4C842,1013.3,677.7,1013.3,513.4,1013.3z M439.5,678.9c1.6-1,2.2-1.5,3-1.8c11.8-5.8,21.5-14.2,29-24.8
13
+ c24.3-34.1,24.3-70.9,8.6-107.8c-13.3-31.3-39.3-49.3-71-59.4c-27.6-8.8-56-9.4-84.5-5.6c-20.3,2.7-39.2,9.6-55.5,22.2
14
+ c-35.5,27.2-48.4,65.1-50.4,108c-0.2,3.7,2.1,3.9,4.8,3.9c22.2,0,44.3-0.1,66.5,0c3.8,0,5.4-1.1,5.3-5.1c-0.1-7.7,1-15.3,3-22.7
15
+ c5.4-20,16.5-34.7,37.8-39.7c8.1-1.9,16.3-2.1,24.4-1.3c21.4,2.1,36.3,13.1,43.5,33.7c3.5,10.1,3.9,20.4,2.9,31
16
+ c-2.2,23.4-16.2,39.7-39.1,44.6c-13.2,2.8-26.6,4.1-40.2,4c-3.7,0-5,1.2-4.9,4.9c0.1,16.5,0.2,33,0,49.5c0,4,1.5,5.2,5.3,5.1
17
+ c12.9-0.3,25.6,0.9,38.3,3c26.3,4.2,43.5,18.8,49.2,42c3.3,13.5,3,27.1-0.2,40.6c-2.3,9.7-6.8,18.4-13.8,25.7
18
+ c-15.4,16.1-34.5,21.6-56,18.9c-27.5-3.4-43.5-18-50.5-44.8c-1.9-7.3-3.1-14.7-2.8-22.2c0.2-4-1.1-5.6-5.4-5.6
19
+ c-23.7,0.2-47.3,0.2-71,0c-4,0-5.4,1.2-4.9,5.2c1.4,13.2,2.7,26.5,5.9,39.5c11.1,45.2,38.2,75.6,83.4,88.2
20
+ c36.7,10.3,73.8,10.1,110.5,0.1c24.5-6.6,44.7-20.1,61-39.8c24.5-29.7,34.4-63.9,31.4-101.9c-2.2-27.4-12.5-51.3-33.6-69.8
21
+ C460.7,689.3,451.9,682,439.5,678.9z M755,692.5c0-68.6-0.1-137.3,0.1-205.9c0-5.1-1.4-6.5-6.5-6.4c-18.3,0.3-36.7,0.4-55,0
22
+ c-5.7-0.1-7.2,1.9-8.2,7c-5.9,32.1-24.4,53-56.3,61.1c-17.5,4.5-35.6,5-53.5,5.8c-3.9,0.2-5.2,1.4-5.2,5.3c0.2,15.3,0.2,30.7,0,46
23
+ c-0.1,4.3,1.6,5.4,5.6,5.3c14.2-0.2,28.3-0.1,42.5-0.1c15.5,0,31,0.1,46.5-0.1c4.1,0,5.9,1.3,5.5,5.4c-0.1,1.7,0,3.3,0,5
24
+ c0,92.1,0,184.3,0,276.4c0,7.2,0,7.2,7,7.2c23.5,0,47,0,70.5,0c7,0,7,0,7-7.2C755,829.1,755,760.8,755,692.5z"/>
25
+ <path fill="none" stroke="#000000" stroke-miterlimit="10" d="M376.7,199.2c0,24.2,0,48.3,0,72.5c-0.1,23.1-17.4,40.5-40.4,40.6
26
+ c-23.3,0.1-46.6,0.1-70,0c-22.8-0.1-40.3-17.4-40.3-40.1c-0.1-48.5-0.1-96.9,0-145.4c0-22.4,17.5-40,39.9-40.1
27
+ c23.7-0.1,47.3-0.1,71,0c22.4,0.1,39.8,17.7,39.8,40.1C376.8,150.9,376.7,175.1,376.7,199.2z"/>
28
+ <path fill="none" stroke="#000000" stroke-miterlimit="10" d="M801.7,199.6c0,24,0,48,0,72c0,23.4-17.3,40.7-40.7,40.8
29
+ c-23.2,0.1-46.3,0.1-69.5,0c-23.1-0.1-40.5-17.4-40.5-40.5c-0.1-48.3-0.1-96.6,0-144.9c0-22.7,17.5-40.2,40.2-40.3
30
+ c23.3-0.1,46.6-0.1,70,0c23.1,0.1,40.4,17.4,40.5,40.5C801.8,151.3,801.7,175.4,801.7,199.6z"/>
31
+ </svg>
assets/js/admin-add-calendar.js CHANGED
@@ -1,122 +1,122 @@
1
- ( function( window, undefined ) {
2
- 'use strict';
3
-
4
- jQuery( function( $ ) {
5
-
6
- /* ===================== *
7
- * Add Calendar Meta Box *
8
- * ===================== */
9
-
10
- var ajaxEnhance = false,
11
- widgets = $( '#widgets-left' );
12
-
13
- if ( widgets.length ) {
14
-
15
- // See: http://wordpress.stackexchange.com/a/37707/48502
16
- $( document ).ajaxComplete( function( event, XMLHttpRequest, ajaxOptions ) {
17
-
18
- // Determine which ajax request is this (we are after "save-widget").
19
- var request = {},
20
- pairs = ajaxOptions.data.split( '&' ),
21
- i,
22
- split,
23
- widget;
24
-
25
- for ( i in pairs ) {
26
- split = pairs[i].split('=');
27
- request[ decodeURIComponent( split[0] ) ] = decodeURIComponent( split[1] );
28
- }
29
-
30
- if ( request.action && ( request.action === 'save-widget' ) ) {
31
-
32
- widget = $( 'input.widget-id[value="' + request['widget-id'] + '"]' ).parents( '.widget' );
33
-
34
- // Trigger manual save, if this was the save request
35
- // and if we didn't get the form html response.
36
- if ( !XMLHttpRequest.responseText ) {
37
- wpWidgets.save( widget, 0, 1, 0 );
38
- } else {
39
- // We got a response, this could be either our request above,
40
- // or a correct widget-save call, so fire an event on which we can hook our code.
41
- $( document ).trigger( 'saved_widget', widget );
42
- }
43
-
44
- }
45
-
46
- } );
47
-
48
- // Bind our Select2 function to the saved_widget event.
49
- $( document ).bind( 'saved_widget', function( event, widget ) {
50
- ajaxEnhance = true;
51
- enhanceDropDown();
52
- } );
53
-
54
- }
55
-
56
- if ( ! ajaxEnhance ) {
57
- enhanceDropDown();
58
- }
59
-
60
- /**
61
- * Select2.
62
- */
63
- function enhanceDropDown() {
64
- $( '.simcal-field-select-enhanced' ).each( function( e, i ) {
65
-
66
- var field = $( i ),
67
- noResults = field.data( 'noresults' ),
68
- allowClear = field.data( 'allowclear' );
69
-
70
- field.select2({
71
- allowClear : allowClear != 'undefined' ? allowClear : false,
72
- placeholder : {
73
- id : '',
74
- placeholder: ''
75
- },
76
- dir : simcal_admin.text_dir != 'undefined' ? simcal_admin.text_dir : 'ltr',
77
- tokenSeparators: [','],
78
- width : '100%',
79
- language : {
80
- noResults: function() {
81
- return noResults != 'undefined' ? noResults : '';
82
- }
83
- }
84
- } );
85
- } );
86
- }
87
-
88
- /* ========================= *
89
- * Add Calendar Media Button *
90
- * ========================= */
91
-
92
- // Very Ugly ThickBox hack: https://core.trac.wordpress.org/ticket/17249
93
- $( '#simcal-insert-shortcode-button' ).on( 'click', function() {
94
- // ThickBox creates a div which is not immediately available.
95
- setTimeout( function() {
96
- var thickBox = document.getElementById( 'TB_window');
97
- if ( thickBox != 'undefined' ) {
98
- thickBox.classList.add( 'simcal-insert-shortcode-modal' );
99
- }
100
- var thickBoxTitle = document.getElementById( 'TB_title' );
101
- if ( thickBoxTitle != 'undefined' ) {
102
- thickBoxTitle.classList.add( 'simcal-insert-shortcode-modal-title' );
103
- }
104
- }, 120 );
105
- } );
106
-
107
- // Add shortcode in WordPress post editor.
108
- $( '#simcal-insert-shortcode' ).on( 'click', function( e ) {
109
-
110
- e.preventDefault();
111
-
112
- var feedId = $( '#simcal-choose-calendar' ).val();
113
-
114
- wp.media.editor.insert( '[calendar id="' + feedId + '"] ' );
115
-
116
- // Close Thickbox.
117
- tb_remove();
118
- } );
119
-
120
- } );
121
-
122
- } )( this );
1
+ ( function( window, undefined ) {
2
+ 'use strict';
3
+
4
+ jQuery( function( $ ) {
5
+
6
+ /* ===================== *
7
+ * Add Calendar Meta Box *
8
+ * ===================== */
9
+
10
+ var ajaxEnhance = false,
11
+ widgets = $( '#widgets-left' );
12
+
13
+ if ( widgets.length ) {
14
+
15
+ // See: http://wordpress.stackexchange.com/a/37707/48502
16
+ $( document ).ajaxComplete( function( event, XMLHttpRequest, ajaxOptions ) {
17
+
18
+ // Determine which ajax request is this (we are after "save-widget").
19
+ var request = {},
20
+ pairs = ajaxOptions.data.split( '&' ),
21
+ i,
22
+ split,
23
+ widget;
24
+
25
+ for ( i in pairs ) {
26
+ split = pairs[i].split('=');
27
+ request[ decodeURIComponent( split[0] ) ] = decodeURIComponent( split[1] );
28
+ }
29
+
30
+ if ( request.action && ( request.action === 'save-widget' ) ) {
31
+
32
+ widget = $( 'input.widget-id[value="' + request['widget-id'] + '"]' ).parents( '.widget' );
33
+
34
+ // Trigger manual save, if this was the save request
35
+ // and if we didn't get the form html response.
36
+ if ( !XMLHttpRequest.responseText ) {
37
+ wpWidgets.save( widget, 0, 1, 0 );
38
+ } else {
39
+ // We got a response, this could be either our request above,
40
+ // or a correct widget-save call, so fire an event on which we can hook our code.
41
+ $( document ).trigger( 'saved_widget', widget );
42
+ }
43
+
44
+ }
45
+
46
+ } );
47
+
48
+ // Bind our Select2 function to the saved_widget event.
49
+ $( document ).bind( 'saved_widget', function( event, widget ) {
50
+ ajaxEnhance = true;
51
+ enhanceDropDown();
52
+ } );
53
+
54
+ }
55
+
56
+ if ( ! ajaxEnhance ) {
57
+ enhanceDropDown();
58
+ }
59
+
60
+ /**
61
+ * Select2.
62
+ */
63
+ function enhanceDropDown() {
64
+ $( '.simcal-field-select-enhanced' ).each( function( e, i ) {
65
+
66
+ var field = $( i ),
67
+ noResults = field.data( 'noresults' ),
68
+ allowClear = field.data( 'allowclear' );
69
+
70
+ field.select2({
71
+ allowClear : allowClear != 'undefined' ? allowClear : false,
72
+ placeholder : {
73
+ id : '',
74
+ placeholder: ''
75
+ },
76
+ dir : simcal_admin.text_dir != 'undefined' ? simcal_admin.text_dir : 'ltr',
77
+ tokenSeparators: [','],
78
+ width : '100%',
79
+ language : {
80
+ noResults: function() {
81
+ return noResults != 'undefined' ? noResults : '';
82
+ }
83
+ }
84
+ } );
85
+ } );
86
+ }
87
+
88
+ /* ========================= *
89
+ * Add Calendar Media Button *
90
+ * ========================= */
91
+
92
+ // Very Ugly ThickBox hack: https://core.trac.wordpress.org/ticket/17249
93
+ $( '#simcal-insert-shortcode-button' ).on( 'click', function() {
94
+ // ThickBox creates a div which is not immediately available.
95
+ setTimeout( function() {
96
+ var thickBox = document.getElementById( 'TB_window');
97
+ if ( thickBox != 'undefined' ) {
98
+ thickBox.classList.add( 'simcal-insert-shortcode-modal' );
99
+ }
100
+ var thickBoxTitle = document.getElementById( 'TB_title' );
101
+ if ( thickBoxTitle != 'undefined' ) {
102
+ thickBoxTitle.classList.add( 'simcal-insert-shortcode-modal-title' );
103
+ }
104
+ }, 120 );
105
+ } );
106
+
107
+ // Add shortcode in WordPress post editor.
108
+ $( '#simcal-insert-shortcode' ).on( 'click', function( e ) {
109
+
110
+ e.preventDefault();
111
+
112
+ var feedId = $( '#simcal-choose-calendar' ).val();
113
+
114
+ wp.media.editor.insert( '[calendar id="' + feedId + '"] ' );
115
+
116
+ // Close Thickbox.
117
+ tb_remove();
118
+ } );
119
+
120
+ } );
121
+
122
+ } )( this );
assets/js/admin-add-calendar.min.js CHANGED
@@ -1,6 +1,6 @@
1
- /*! Simple Calendar - 3.1.25
2
  * https://simplecalendar.io
3
- * Copyright (c) Moonstone Media 2020
4
  * Licensed GPLv2+ */
5
 
6
- !function(a,b){"use strict";jQuery(function(a){function b(){a(".simcal-field-select-enhanced").each(function(b,c){var d=a(c),e=d.data("noresults"),f=d.data("allowclear");d.select2({allowClear:"undefined"!=f&&f,placeholder:{id:"",placeholder:""},dir:"undefined"!=simcal_admin.text_dir?simcal_admin.text_dir:"ltr",tokenSeparators:[","],width:"100%",language:{noResults:function(){return"undefined"!=e?e:""}}})})}var c=!1;a("#widgets-left").length&&(a(document).ajaxComplete(function(b,c,d){var e,f,g,h={},i=d.data.split("&");for(e in i)f=i[e].split("="),h[decodeURIComponent(f[0])]=decodeURIComponent(f[1]);h.action&&"save-widget"===h.action&&(g=a('input.widget-id[value="'+h["widget-id"]+'"]').parents(".widget"),c.responseText?a(document).trigger("saved_widget",g):wpWidgets.save(g,0,1,0))}),a(document).bind("saved_widget",function(a,d){c=!0,b()})),c||b(),a("#simcal-insert-shortcode-button").on("click",function(){setTimeout(function(){var a=document.getElementById("TB_window");"undefined"!=a&&a.classList.add("simcal-insert-shortcode-modal");var b=document.getElementById("TB_title");"undefined"!=b&&b.classList.add("simcal-insert-shortcode-modal-title")},120)}),a("#simcal-insert-shortcode").on("click",function(b){b.preventDefault();var c=a("#simcal-choose-calendar").val();wp.media.editor.insert('[calendar id="'+c+'"] '),tb_remove()})})}();
1
+ /*! Simple Calendar - 3.1.20
2
  * https://simplecalendar.io
3
+ * Copyright (c) Moonstone Media 2018
4
  * Licensed GPLv2+ */
5
 
6
+ !function(a,b){"use strict";jQuery(function(a){function b(){a(".simcal-field-select-enhanced").each(function(b,c){var d=a(c),e=d.data("noresults"),f=d.data("allowclear");d.select2({allowClear:"undefined"!=f&&f,placeholder:{id:"",placeholder:""},dir:"undefined"!=simcal_admin.text_dir?simcal_admin.text_dir:"ltr",tokenSeparators:[","],width:"100%",language:{noResults:function(){return"undefined"!=e?e:""}}})})}var c=!1,d=a("#widgets-left");d.length&&(a(document).ajaxComplete(function(b,c,d){var e,f,g,h={},i=d.data.split("&");for(e in i)f=i[e].split("="),h[decodeURIComponent(f[0])]=decodeURIComponent(f[1]);h.action&&"save-widget"===h.action&&(g=a('input.widget-id[value="'+h["widget-id"]+'"]').parents(".widget"),c.responseText?a(document).trigger("saved_widget",g):wpWidgets.save(g,0,1,0))}),a(document).bind("saved_widget",function(a,d){c=!0,b()})),c||b(),a("#simcal-insert-shortcode-button").on("click",function(){setTimeout(function(){var a=document.getElementById("TB_window");"undefined"!=a&&a.classList.add("simcal-insert-shortcode-modal");var b=document.getElementById("TB_title");"undefined"!=b&&b.classList.add("simcal-insert-shortcode-modal-title")},120)}),a("#simcal-insert-shortcode").on("click",function(b){b.preventDefault();var c=a("#simcal-choose-calendar").val();wp.media.editor.insert('[calendar id="'+c+'"] '),tb_remove()})})}(this);
assets/js/admin.js CHANGED
@@ -1,561 +1,561 @@
1
- (function( window, undefined ) {
2
- 'use strict';
3
-
4
- jQuery( function( $ ) {
5
-
6
- /* ======== *
7
- * Tooltips *
8
- * ======== */
9
-
10
- // Initialize Tooltips (tiptip.js).
11
- $( '.simcal-help-tip' ).tipTip( {
12
- attribute: 'data-tip',
13
- delay: 200,
14
- fadeIn: 50,
15
- fadeOut: 50
16
- } );
17
-
18
- // Tooltips to ease shortcode copying.
19
- $( '.simcal-shortcode-tip' ).tipTip( {
20
- activation: 'click',
21
- defaultPosition: 'top',
22
- delay: 200,
23
- fadeIn: 50,
24
- fadeOut: 50
25
- } );
26
-
27
- /* ========== *
28
- * Meta Boxes *
29
- * ========== */
30
-
31
- var // Calendar Settings Meta Box
32
- calendarSettings = $( '#simcal-calendar-settings' ),
33
- simCalBoxHandle = calendarSettings.find( '.simcal-box-handle' ),
34
- boxHandle = calendarSettings.find( '.hndle' );
35
-
36
- // Move the into the Meta Box header handle.
37
- $( simCalBoxHandle ).appendTo( boxHandle );
38
- $( function() {
39
- // Prevent inputs in meta box headings opening/closing contents.
40
- $( boxHandle ).unbind( 'click.postboxes' );
41
- calendarSettings.on( 'click', 'h3.hndle', function( event ) {
42
- // If the user clicks on some form input inside the h3 the box should not be toggled.
43
- if ( $( event.target ).filter( 'input, option, label, select' ).length ) {
44
- return;
45
- }
46
- calendarSettings.toggleClass( 'closed' );
47
- } );
48
-
49
- } );
50
-
51
- // Tabbed Panels in Settings Meta Box.
52
- $( document.body ).on( 'simcal-init-tabbed-panels', function() {
53
- $( '.simcal-tabs' ).show();
54
- $( '.simcal-tabs a' ).click( function() {
55
- var panel_wrap = $( this ).closest( 'div.simcal-panels-wrap' );
56
- $( 'ul.simcal-tabs li', panel_wrap ).removeClass( 'active' );
57
- $( this ).parent().addClass( 'active' );
58
- $( 'div.simcal-panel', panel_wrap ).hide();
59
- $( $( this ).attr( 'href' ) ).show();
60
- return false;
61
- } );
62
- $( 'div.simcal-panels-wrap' ).each( function() {
63
- $( this ).find( 'ul.simcal-tabs > li' ).eq( 0 ).find( 'a' ).click();
64
- } );
65
- } ).trigger( 'simcal-init-tabbed-panels' );
66
-
67
- // Swap feed type tabs and panels according to selection.
68
- $( '#_feed_type' ).on( 'change', function() {
69
-
70
- var selected = $( this ).find( 'option:selected' ),
71
- feed = selected.val(),
72
- ul = $( '.simcal-tabs' ),
73
- tabs = ul.find( '> .simcal-feed-type' ),
74
- tab = ul.find( '> .simcal-feed-type-' + feed ),
75
- a = ul.find( '> li:first-child > a' );
76
-
77
- tabs.each( function() {
78
- $( this ).hide();
79
- } );
80
- tab.show();
81
- a.trigger( 'click' );
82
-
83
- } ).trigger( 'change' );
84
-
85
- // Brings back the meta box after all the manipulations above.
86
- calendarSettings.show();
87
-
88
- // Toggle default calendar settings.
89
- var defCalViews = $( '#_calendar_view_default-calendar' ),
90
- defCalSettings = $( '#default-calendar-settings' ),
91
- gridSettings = defCalSettings.find( '.simcal-default-calendar-grid' ),
92
- listSettings = defCalSettings.find( '.simcal-default-calendar-list' ),
93
- groupedListSettings = defCalSettings.find( '.simcal-default-calendar-list-grouped' );
94
-
95
- defCalViews.on( 'change', function() {
96
-
97
- var selView = $( this ).val();
98
-
99
- if ( 'grid' == selView ) {
100
- listSettings.hide();
101
- groupedListSettings.hide();
102
- gridSettings.show();
103
- } else if ( 'list' == selView ) {
104
- gridSettings.hide();
105
- groupedListSettings.hide();
106
- listSettings.show();
107
- } else if ( 'list-grouped' == selView ) {
108
- gridSettings.hide();
109
- listSettings.hide();
110
- groupedListSettings.show();
111
- }
112
-
113
- } ).trigger( 'change' );
114
-
115
- var calendar_type = $( '#_calendar_type' );
116
-
117
- calendar_type.on( 'change', function() {
118
-
119
- $( 'label[for*="_calendar_view_"]').hide();
120
- $( '#calendar-settings-panel table[id*="-settings"]').hide();
121
-
122
- $('label[for="_calendar_view_' + $(this).val() + '"]').show();
123
- $( '#calendar-settings-panel table[id="' + $(this).val() + '-settings"]').show();
124
- }).trigger( 'change' );
125
-
126
- /* ============ *
127
- * Input Fields *
128
- * ============ */
129
-
130
- // WordPress color picker.
131
- $( '.simcal-field-color-picker' ).wpColorPicker();
132
-
133
- // Select2 enhanced select.
134
- $( '.simcal-field-select-enhanced' ).each( function( e, i ) {
135
-
136
- var field = $( i ),
137
- noResults = field.data( 'noresults' ),
138
- allowClear = field.data( 'allowclear' );
139
-
140
- field.select2( {
141
- allowClear: allowClear != 'undefined' ? allowClear : false,
142
- placeholder: {
143
- id: '',
144
- placeholder: ''
145
- },
146
- dir: simcal_admin.text_dir != 'undefined' ? simcal_admin.text_dir : 'ltr',
147
- tokenSeparators: [ ',' ],
148
- width: '100%',
149
- language: {
150
- noResults: function() {
151
- return noResults != 'undefined' ? noResults : '';
152
- }
153
- }
154
- } );
155
- } );
156
-
157
- // jQuery Date Picker.
158
- var fieldDatePicker = $( '.simcal-field-date-picker' );
159
- fieldDatePicker.each( function( e, i ) {
160
-
161
- var input = $( i ).find( 'input' ),
162
- args = {
163
- autoSize: true,
164
- changeMonth: true,
165
- changeYear: true,
166
- dateFormat: 'yy-mm-dd',
167
- firstDay: 1,
168
- prevText: '<i class="simcal-icon-left"></i>',
169
- nextText: '<i class="simcal-icon-right"></i>',
170
- yearRange: '1900:2050',
171
- beforeShow: function( input, instance ) {
172
- $( '#ui-datepicker-div' ).addClass( 'simcal-date-picker' );
173
- }
174
- };
175
-
176
- $( input ).datepicker( args );
177
- $( input ).datepicker( 'option', $.datepicker.regional[ simcal_admin.locale ] );
178
-
179
- } );
180
-
181
- // Datetime formatter field.
182
- var fieldDateTime = $( '.simcal-field-datetime-format' );
183
- fieldDateTime.sortable( {
184
- items: '> div',
185
- stop: function() {
186
- formatDateTime( $( this ) );
187
- }
188
- } );
189
- fieldDateTime.each( function( e, i ) {
190
-
191
- var select = $( i ).find( '> div select' );
192
-
193
- select.each( function( e, i ) {
194
- $( i ).on( 'change', function() {
195
- formatDateTime( $( this ).closest( 'div.simcal-field-datetime-format' ) );
196
- } );
197
- } );
198
-
199
- formatDateTime( i );
200
- } );
201
- // Helper function for datetime formatter field.
202
- function formatDateTime( field ) {
203
-
204
- var input = $( field ).find( 'input' ),
205
- select = $( field ).find( '> div select' ),
206
- code = $( field ).find( 'code' ),
207
- format = '',
208
- preview = '';
209
-
210
- select.each( function( i, e ) {
211
-
212
- var value = $( e ).val(),
213
- selected = $( e ).find( '> option:selected' );
214
-
215
- if ( value.length ) {
216
- if ( selected.data( 'trim' ) ) {
217
- format = format.trim() + $( e ).val();
218
- preview = preview.trim() + selected.data( 'preview' );
219
- } else {
220
- format += $( e ).val() + ' ';
221
- preview += selected.data( 'preview' ) + ' ';
222
- }
223
- }
224
-
225
- } );
226
-
227
- input.val( format );
228
- code.text( preview );
229
- }
230
-
231
- // If PHP datetime formatter is used, this will live preview the user input.
232
- $( '.simcal-field-datetime-format-php' ).each( function( e, i ) {
233
-
234
- var input = $( i ).find( 'input' ),
235
- preview = $( i ).find( 'code' );
236
-
237
- $( input ).on( 'keyup', function() {
238
-
239
- var data = {
240
- action: 'simcal_date_i18n_input_preview',
241
- value: input.val()
242
- };
243
- $.post( simcal_admin.ajax_url, data, function( response ) {
244
- $( preview ).text( response.data );
245
- } );
246
-
247
- } );
248
-
249
- } );
250
-
251
- /* =============== *
252
- * Input Fields UI *
253
- * =============== */
254
-
255
- // Enforce min or max value on number inputs
256
- $( 'input[type="number"].simcal-field' ).each( function( e, i ) {
257
-
258
- var field = $( i ),
259
- min = field.attr( 'min' ),
260
- max = field.attr( 'max' );
261
-
262
- field.on( 'change', function() {
263
-
264
- var value = parseInt( $( this ).val() );
265
-
266
- if ( min && ( value < min ) ) {
267
- $( this ).val( min );
268
- }
269
-
270
- if ( max && ( value > max ) ) {
271
- $( this ).val( max );
272
- }
273
- } );
274
-
275
- } );
276
-
277
- // Show or hide a field when an option is selected.
278
- $( '.simcal-field-switch-other' ).on( 'change', function() {
279
-
280
- var options = $( this ).find( 'option' );
281
-
282
- options.each( function( e, option ) {
283
-
284
- var show = $( option ).data( 'show-field' ),
285
- showMany = $( option ).data( 'show-fields' ),
286
- hide = $( option ).data( 'hide-field' ),
287
- hideMany = $( option ).data( 'hide-fields' );
288
-
289
- var fieldShow = show ? $( '#' + show ) : '',
290
- fieldHide = hide ? $( '#' + hide ) : '';
291
-
292
- if ( $( option ).is( ':selected' ) ) {
293
- if ( fieldShow ) {
294
- fieldShow.show();
295
- }
296
- if ( fieldHide ) {
297
- fieldHide.hide();
298
- }
299
- if ( showMany ) {
300
- var s = hideMany.split( ',' );
301
- $( s ).each( function( e, field ) {
302
- $( '#' + field ).hide();
303
- } );
304
- }
305
- if ( hideMany ) {
306
- var h = hideMany.split( ',' );
307
- $( h ).each( function( e, field ) {
308
- $( '#' + field ).hide();
309
- } );
310
- }
311
- }
312
- } );
313
-
314
- } ).trigger( 'change' );
315
-
316
- // Show another field based on the selection of a field.
317
- $( '.simcal-field-show-other' ).on( 'change', function() {
318
-
319
- var options = $( this ).find( 'option' );
320
-
321
- options.each( function( e, option ) {
322
-
323
- var id = $( option ).data( 'show-field' ),
324
- field = typeof id !== 'undefined' && id.length ? $( '#' + id ) : '',
325
- next = typeof id !== 'undefined' && id.length ? field.next() : '';
326
-
327
- if ( field.length ) {
328
- if ( $( option ).is( ':selected' ) ) {
329
- field.show();
330
- if ( next.hasClass( 'select2' ) ) {
331
- next.show();
332
- }
333
- } else {
334
- field.hide();
335
- if ( next.hasClass( 'select2' ) ) {
336
- next.hide();
337
- }
338
- }
339
- }
340
-
341
- } );
342
-
343
- } ).trigger( 'change' );
344
-
345
- // Show the next field when a particular option is chosen in a field.
346
- $( '.simcal-field-show-next' ).on( 'change', function() {
347
-
348
- var value,
349
- trigger,
350
- el,
351
- next;
352
-
353
- if ( $( this ).is( ':checkbox' ) ) {
354
-
355
- el = $( this ).parent().next();
356
-
357
- if ( $( this ).is( ':checked' ) ) {
358
- el.show();
359
- } else {
360
- el.hide();
361
- }
362
-
363
- } else {
364
-
365
- value = $( this ).val();
366
- trigger = $( this ).data( 'show-next-if-value' );
367
- el = $( this ).nextUntil().not( 'i' );
368
- next = el.length ? el.next() : '';
369
-
370
- if ( value == trigger ) {
371
- el.show();
372
- if ( next.hasClass( 'select2' ) ) {
373
- next.show();
374
- }
375
- } else {
376
- el.hide();
377
- if ( next.hasClass( 'select2' ) ) {
378
- next.hide();
379
- }
380
- }
381
-
382
- }
383
-
384
- } ).trigger( 'change' );
385
-
386
- /* ==== *
387
- * Misc *
388
- * ==== */
389
-
390
- // Clear cache buttons.
391
- $( '#simcal-clear-cache' ).on( 'click', function( e ) {
392
-
393
- e.preventDefault();
394
-
395
- var spinner = $( this ).find( 'i' );
396
-
397
- $.ajax( {
398
- url: simcal_admin.ajax_url,
399
- method: 'POST',
400
- data: {
401
- action: 'simcal_clear_cache',
402
- id: $( this ).data( 'id' )
403
- },
404
- beforeSend: function() {
405
- spinner.fadeToggle();
406
- },
407
- success: function() {
408
- spinner.fadeToggle();
409
- },
410
- error: function( response ) {
411
- console.log( response );
412
- }
413
- } );
414
-
415
- } );
416
-
417
- // Newsletter signup
418
- $( '#simcal-drip-signup' ).on( 'click', function( e ) {
419
-
420
- e.preventDefault();
421
-
422
- var nlMetaBox = $( '#simcal-drip' ),
423
- signupDiv = nlMetaBox.find( '.signup' ),
424
- thankYou = nlMetaBox.find( '.thank-you' ),
425
- nlForm = $( '#simcal-drip-form' ),
426
- name = nlMetaBox.find( '#simcal-drip-field-first_name' ),
427
- nameReal = nlForm.find( '#simcal-drip-real-field-first_name' ),
428
- email = nlMetaBox.find( '#simcal-drip-field-email' ),
429
- emailReal = nlForm.find( '#simcal-drip-real-field-email' );
430
-
431
- nameReal.val( name.val() );
432
- emailReal.val( email.val() );
433
-
434
- signupDiv.hide();
435
- thankYou.show();
436
-
437
- nlForm.submit();
438
-
439
- } );
440
-
441
- // Remove the timezone option for "event source" when a grouped calendar is selected.
442
- $( '#_feed_type' ).on( 'change', function( e ) {
443
- if ( $( this ).val() === 'grouped-calendars' ) {
444
- $( '#use_calendar' ).remove();
445
- } else {
446
- // Don't append "event source default" back if already exists.
447
- // TODO i18n
448
- if ( ! $( '#use_calendar' ).length ) {
449
- var html = '<option id="use_calendar" value="use_calendar" data-show-field="_use_calendar_warning">Event source default</option>';
450
- $( '#_feed_timezone_setting' ).append( html );
451
- }
452
- }
453
- } );
454
-
455
- /* ========================= *
456
- * Add-on License Management *
457
- * ========================= */
458
-
459
- $( '.simcal-addon-manage-license' ).on( 'click', function( e ) {
460
-
461
- e.preventDefault();
462
-
463
- var manage_license_action = '',
464
- button = $( this ),
465
- buttons = button.closest( '.simcal-addon-manage-license-buttons' ),
466
- field = button.closest( '.simcal-addon-manage-license-field' ).find( '> input' ),
467
- error = buttons.find( '.error' ),
468
- spinner = button.find( 'i' );
469
-
470
- if ( $( this ).hasClass( 'activate' ) ) {
471
- manage_license_action = 'activate_license';
472
- } else if ( $( this ).hasClass( 'deactivate' ) ) {
473
- manage_license_action = 'deactivate_license';
474
- } else {
475
- return;
476
- }
477
-
478
- $.ajax( {
479
- url: simcal_admin.ajax_url,
480
- method: 'POST',
481
- data: {
482
- action: 'simcal_manage_add_on_license',
483
- add_on: $( this ).data( 'add-on' ),
484
- license_key: field.val(),
485
- license_action: manage_license_action,
486
- nonce: $( '#simcal_license_manager' ).val()
487
- },
488
- beforeSend: function() {
489
- spinner.fadeToggle();
490
- },
491
- success: function( response ) {
492
- spinner.fadeToggle();
493
- if ( 'activate_license' == manage_license_action ) {
494
- if ( 'valid' == response.data ) {
495
- button.hide();
496
- field.attr( 'disabled', 'disabled' );
497
- $( buttons ).find( '.label' ).show();
498
- $( buttons ).find( '.deactivate' ).show();
499
- error.hide();
500
- } else {
501
- error.show().text( response.data );
502
- }
503
- } else {
504
- if ( 'deactivated' == response.data ) {
505
- button.hide();
506
- field.removeAttr( 'disabled' );
507
- $( buttons ).find( '.label' ).hide();
508
- $( buttons ).find( '.activate' ).show();
509
- error.hide();
510
- } else {
511
- error.show().text( response.data );
512
- }
513
- }
514
- },
515
- error: function( response ) {
516
- console.log( response );
517
- spinner.fadeToggle();
518
- }
519
- } );
520
-
521
- } );
522
-
523
- $( '#simcal-reset-licenses' ).on( 'click', function( e ) {
524
-
525
- e.preventDefault();
526
-
527
- var spinner = $( this ).find( 'i' ),
528
- dialog = $( this ).data( 'dialog' ),
529
- reply = confirm( dialog );
530
-
531
- if ( true !== reply ) {
532
- return;
533
- }
534
-
535
- $.ajax( {
536
- url: simcal_admin.ajax_url,
537
- method: 'POST',
538
- data: {
539
- action: 'simcal_reset_add_ons_licenses',
540
- nonce: $( '#simcal_license_manager' ).val()
541
- },
542
- beforeSend: function() {
543
- spinner.toggle();
544
- },
545
- success: function( response ) {
546
- if ( 'success' == response.data ) {
547
- location.reload();
548
- } else {
549
- console.log( response );
550
- }
551
- },
552
- error: function( response ) {
553
- console.log( response );
554
- }
555
- } );
556
-
557
- } );
558
-
559
- } );
560
-
561
- })( this );
1
+ (function( window, undefined ) {
2
+ 'use strict';
3
+
4
+ jQuery( function( $ ) {
5
+
6
+ /* ======== *
7
+ * Tooltips *
8
+ * ======== */
9
+
10
+ // Initialize Tooltips (tiptip.js).
11
+ $( '.simcal-help-tip' ).tipTip( {
12
+ attribute: 'data-tip',
13
+ delay: 200,
14
+ fadeIn: 50,
15
+ fadeOut: 50
16
+ } );
17
+
18
+ // Tooltips to ease shortcode copying.
19
+ $( '.simcal-shortcode-tip' ).tipTip( {
20
+ activation: 'click',
21
+ defaultPosition: 'top',
22
+ delay: 200,
23
+ fadeIn: 50,
24
+ fadeOut: 50
25
+ } );
26
+
27
+ /* ========== *
28
+ * Meta Boxes *
29
+ * ========== */
30
+
31
+ var // Calendar Settings Meta Box
32
+ calendarSettings = $( '#simcal-calendar-settings' ),
33
+ simCalBoxHandle = calendarSettings.find( '.simcal-box-handle' ),
34
+ boxHandle = calendarSettings.find( '.hndle' );
35
+
36
+ // Move the into the Meta Box header handle.
37
+ $( simCalBoxHandle ).appendTo( boxHandle );
38
+ $( function() {
39
+ // Prevent inputs in meta box headings opening/closing contents.
40
+ $( boxHandle ).unbind( 'click.postboxes' );
41
+ calendarSettings.on( 'click', 'h3.hndle', function( event ) {
42
+ // If the user clicks on some form input inside the h3 the box should not be toggled.
43
+ if ( $( event.target ).filter( 'input, option, label, select' ).length ) {
44
+ return;
45
+ }
46
+ calendarSettings.toggleClass( 'closed' );
47
+ } );
48
+
49
+ } );
50
+
51
+ // Tabbed Panels in Settings Meta Box.
52
+ $( document.body ).on( 'simcal-init-tabbed-panels', function() {
53
+ $( '.simcal-tabs' ).show();
54
+ $( '.simcal-tabs a' ).click( function() {
55
+ var panel_wrap = $( this ).closest( 'div.simcal-panels-wrap' );
56
+ $( 'ul.simcal-tabs li', panel_wrap ).removeClass( 'active' );
57
+ $( this ).parent().addClass( 'active' );
58
+ $( 'div.simcal-panel', panel_wrap ).hide();
59
+ $( $( this ).attr( 'href' ) ).show();
60
+ return false;
61
+ } );
62
+ $( 'div.simcal-panels-wrap' ).each( function() {
63
+ $( this ).find( 'ul.simcal-tabs > li' ).eq( 0 ).find( 'a' ).click();
64
+ } );
65
+ } ).trigger( 'simcal-init-tabbed-panels' );
66
+
67
+ // Swap feed type tabs and panels according to selection.
68
+ $( '#_feed_type' ).on( 'change', function() {
69
+
70
+ var selected = $( this ).find( 'option:selected' ),
71
+ feed = selected.val(),
72
+ ul = $( '.simcal-tabs' ),
73
+ tabs = ul.find( '> .simcal-feed-type' ),
74
+ tab = ul.find( '> .simcal-feed-type-' + feed ),
75
+ a = ul.find( '> li:first-child > a' );
76
+
77
+ tabs.each( function() {
78
+ $( this ).hide();
79
+ } );
80
+ tab.show();
81
+ a.trigger( 'click' );
82
+
83
+ } ).trigger( 'change' );
84
+
85
+ // Brings back the meta box after all the manipulations above.
86
+ calendarSettings.show();
87
+
88
+ // Toggle default calendar settings.
89
+ var defCalViews = $( '#_calendar_view_default-calendar' ),
90
+ defCalSettings = $( '#default-calendar-settings' ),
91
+ gridSettings = defCalSettings.find( '.simcal-default-calendar-grid' ),
92
+ listSettings = defCalSettings.find( '.simcal-default-calendar-list' ),
93
+ groupedListSettings = defCalSettings.find( '.simcal-default-calendar-list-grouped' );
94
+
95
+ defCalViews.on( 'change', function() {
96
+
97
+ var selView = $( this ).val();
98
+
99
+ if ( 'grid' == selView ) {
100
+ listSettings.hide();
101
+ groupedListSettings.hide();
102
+ gridSettings.show();
103
+ } else if ( 'list' == selView ) {
104
+ gridSettings.hide();
105
+ groupedListSettings.hide();
106
+ listSettings.show();
107
+ } else if ( 'list-grouped' == selView ) {
108
+ gridSettings.hide();
109
+ listSettings.hide();
110
+ groupedListSettings.show();
111
+ }
112
+
113
+ } ).trigger( 'change' );
114
+
115
+ var calendar_type = $( '#_calendar_type' );
116
+
117
+ calendar_type.on( 'change', function() {
118
+
119
+ $( 'label[for*="_calendar_view_"]').hide();
120
+ $( '#calendar-settings-panel table[id*="-settings"]').hide();
121
+
122
+ $('label[for="_calendar_view_' + $(this).val() + '"]').show();
123
+ $( '#calendar-settings-panel table[id="' + $(this).val() + '-settings"]').show();
124
+ }).trigger( 'change' );
125
+
126
+ /* ============ *
127
+ * Input Fields *
128
+ * ============ */
129
+
130
+ // WordPress color picker.
131
+ $( '.simcal-field-color-picker' ).wpColorPicker();
132
+
133
+ // Select2 enhanced select.
134
+ $( '.simcal-field-select-enhanced' ).each( function( e, i ) {
135
+
136
+ var field = $( i ),
137
+ noResults = field.data( 'noresults' ),
138
+ allowClear = field.data( 'allowclear' );
139
+
140
+ field.select2( {
141
+ allowClear: allowClear != 'undefined' ? allowClear : false,
142
+ placeholder: {
143
+ id: '',
144
+ placeholder: ''
145
+ },
146
+ dir: simcal_admin.text_dir != 'undefined' ? simcal_admin.text_dir : 'ltr',
147
+ tokenSeparators: [ ',' ],
148
+ width: '100%',
149
+ language: {
150
+ noResults: function() {
151
+ return noResults != 'undefined' ? noResults : '';
152
+ }
153
+ }
154
+ } );
155
+ } );
156
+
157
+ // jQuery Date Picker.
158
+ var fieldDatePicker = $( '.simcal-field-date-picker' );
159
+ fieldDatePicker.each( function( e, i ) {
160
+
161
+ var input = $( i ).find( 'input' ),
162
+ args = {
163
+ autoSize: true,
164
+ changeMonth: true,
165
+ changeYear: true,
166
+ dateFormat: 'yy-mm-dd',
167
+ firstDay: 1,
168
+ prevText: '<i class="simcal-icon-left"></i>',
169
+ nextText: '<i class="simcal-icon-right"></i>',
170
+ yearRange: '1900:2050',
171
+ beforeShow: function( input, instance ) {
172
+ $( '#ui-datepicker-div' ).addClass( 'simcal-date-picker' );
173
+ }
174
+ };
175
+
176
+ $( input ).datepicker( args );
177
+ $( input ).datepicker( 'option', $.datepicker.regional[ simcal_admin.locale ] );
178
+
179
+ } );
180
+
181
+ // Datetime formatter field.
182
+ var fieldDateTime = $( '.simcal-field-datetime-format' );
183
+ fieldDateTime.sortable( {
184
+ items: '> div',
185
+ stop: function() {
186
+ formatDateTime( $( this ) );
187
+ }
188
+ } );
189
+ fieldDateTime.each( function( e, i ) {
190
+
191
+ var select = $( i ).find( '> div select' );
192
+
193
+ select.each( function( e, i ) {
194
+ $( i ).on( 'change', function() {
195
+ formatDateTime( $( this ).closest( 'div.simcal-field-datetime-format' ) );
196
+ } );
197
+ } );
198
+
199
+ formatDateTime( i );
200
+ } );
201
+ // Helper function for datetime formatter field.
202
+ function formatDateTime( field ) {
203
+
204
+ var input = $( field ).find( 'input' ),
205
+ select = $( field ).find( '> div select' ),
206
+ code = $( field ).find( 'code' ),
207
+ format = '',
208
+ preview = '';
209
+
210
+ select.each( function( i, e ) {
211
+
212
+ var value = $( e ).val(),
213
+ selected = $( e ).find( '> option:selected' );
214
+
215
+ if ( value.length ) {
216
+ if ( selected.data( 'trim' ) ) {
217
+ format = format.trim() + $( e ).val();
218
+ preview = preview.trim() + selected.data( 'preview' );
219
+ } else {
220
+ format += $( e ).val() + ' ';
221
+ preview += selected.data( 'preview' ) + ' ';
222
+ }
223
+ }
224
+
225
+ } );
226
+
227
+ input.val( format );
228
+ code.text( preview );
229
+ }
230
+
231
+ // If PHP datetime formatter is used, this will live preview the user input.
232
+ $( '.simcal-field-datetime-format-php' ).each( function( e, i ) {
233
+
234
+ var input = $( i ).find( 'input' ),
235
+ preview = $( i ).find( 'code' );
236
+
237
+ $( input ).on( 'keyup', function() {
238
+
239
+ var data = {
240
+ action: 'simcal_date_i18n_input_preview',
241
+ value: input.val()
242
+ };
243
+ $.post( simcal_admin.ajax_url, data, function( response ) {
244
+ $( preview ).text( response.data );
245
+ } );
246
+
247
+ } );
248
+
249
+ } );
250
+
251
+ /* =============== *
252
+ * Input Fields UI *
253
+ * =============== */
254
+
255
+ // Enforce min or max value on number inputs
256
+ $( 'input[type="number"].simcal-field' ).each( function( e, i ) {
257
+
258
+ var field = $( i ),
259
+ min = field.attr( 'min' ),
260
+ max = field.attr( 'max' );
261
+
262
+ field.on( 'change', function() {
263
+
264
+ var value = parseInt( $( this ).val() );
265
+
266
+ if ( min && ( value < min ) ) {
267
+ $( this ).val( min );
268
+ }
269
+
270
+ if ( max && ( value > max ) ) {
271
+ $( this ).val( max );
272
+ }
273
+ } );
274
+
275
+ } );
276
+
277
+ // Show or hide a field when an option is selected.
278
+ $( '.simcal-field-switch-other' ).on( 'change', function() {
279
+
280
+ var options = $( this ).find( 'option' );
281
+
282
+ options.each( function( e, option ) {
283
+
284
+ var show = $( option ).data( 'show-field' ),
285
+ showMany = $( option ).data( 'show-fields' ),
286
+ hide = $( option ).data( 'hide-field' ),
287
+ hideMany = $( option ).data( 'hide-fields' );
288
+
289
+ var fieldShow = show ? $( '#' + show ) : '',
290
+ fieldHide = hide ? $( '#' + hide ) : '';
291
+
292
+ if ( $( option ).is( ':selected' ) ) {
293
+ if ( fieldShow ) {
294
+ fieldShow.show();
295
+ }
296
+ if ( fieldHide ) {
297
+ fieldHide.hide();
298
+ }
299
+ if ( showMany ) {
300
+ var s = hideMany.split( ',' );
301
+ $( s ).each( function( e, field ) {
302
+ $( '#' + field ).hide();
303
+ } );
304
+ }
305
+ if ( hideMany ) {
306
+ var h = hideMany.split( ',' );
307
+ $( h ).each( function( e, field ) {
308
+ $( '#' + field ).hide();
309
+ } );
310
+ }
311
+ }
312
+ } );
313
+
314
+ } ).trigger( 'change' );
315
+
316
+ // Show another field based on the selection of a field.
317
+ $( '.simcal-field-show-other' ).on( 'change', function() {
318
+
319
+ var options = $( this ).find( 'option' );
320
+
321
+ options.each( function( e, option ) {
322
+
323
+ var id = $( option ).data( 'show-field' ),
324
+ field = typeof id !== 'undefined' && id.length ? $( '#' + id ) : '',
325
+ next = typeof id !== 'undefined' && id.length ? field.next() : '';
326
+
327
+ if ( field.length ) {
328
+ if ( $( option ).is( ':selected' ) ) {
329
+ field.show();
330
+ if ( next.hasClass( 'select2' ) ) {
331
+ next.show();
332
+ }
333
+ } else {
334
+ field.hide();
335
+ if ( next.hasClass( 'select2' ) ) {
336
+ next.hide();
337
+ }
338
+ }
339
+ }
340
+
341
+ } );
342
+
343
+ } ).trigger( 'change' );
344
+
345
+ // Show the next field when a particular option is chosen in a field.
346
+ $( '.simcal-field-show-next' ).on( 'change', function() {
347
+
348
+ var value,
349
+ trigger,
350
+ el,
351
+ next;
352
+
353
+ if ( $( this ).is( ':checkbox' ) ) {
354
+
355
+ el = $( this ).parent().next();
356
+
357
+ if ( $( this ).is( ':checked' ) ) {
358
+ el.show();
359
+ } else {
360
+ el.hide();
361
+ }
362
+
363
+ } else {
364
+
365
+ value = $( this ).val();
366
+ trigger = $( this ).data( 'show-next-if-value' );
367
+ el = $( this ).nextUntil().not( 'i' );
368
+ next = el.length ? el.next() : '';
369
+
370
+ if ( value == trigger ) {
371
+ el.show();
372
+ if ( next.hasClass( 'select2' ) ) {
373
+ next.show();
374
+ }
375
+ } else {
376
+ el.hide();
377
+ if ( next.hasClass( 'select2' ) ) {
378
+ next.hide();
379
+ }
380
+ }
381
+
382
+ }
383
+
384
+ } ).trigger( 'change' );
385
+
386
+ /* ==== *
387
+ * Misc *
388
+ * ==== */
389
+
390
+ // Clear cache buttons.
391
+ $( '#simcal-clear-cache' ).on( 'click', function( e ) {
392
+
393
+ e.preventDefault();
394
+
395
+ var spinner = $( this ).find( 'i' );
396
+
397
+ $.ajax( {
398
+ url: simcal_admin.ajax_url,
399
+ method: 'POST',
400
+ data: {
401
+ action: 'simcal_clear_cache',
402
+ id: $( this ).data( 'id' )
403
+ },
404
+ beforeSend: function() {
405
+ spinner.fadeToggle();
406
+ },
407
+ success: function() {
408
+ spinner.fadeToggle();
409
+ },
410
+ error: function( response ) {
411
+ console.log( response );
412
+ }
413
+ } );
414
+
415
+ } );
416
+
417
+ // Newsletter signup
418
+ $( '#simcal-drip-signup' ).on( 'click', function( e ) {
419
+
420
+ e.preventDefault();
421
+
422
+ var nlMetaBox = $( '#simcal-drip' ),
423
+ signupDiv = nlMetaBox.find( '.signup' ),
424
+ thankYou = nlMetaBox.find( '.thank-you' ),
425
+ nlForm = $( '#simcal-drip-form' ),
426
+ name = nlMetaBox.find( '#simcal-drip-field-first_name' ),
427
+ nameReal = nlForm.find( '#simcal-drip-real-field-first_name' ),
428
+ email = nlMetaBox.find( '#simcal-drip-field-email' ),
429
+ emailReal = nlForm.find( '#simcal-drip-real-field-email' );
430
+
431
+ nameReal.val( name.val() );
432
+ emailReal.val( email.val() );
433
+
434
+ signupDiv.hide();
435
+ thankYou.show();
436
+
437
+ nlForm.submit();
438
+
439
+ } );
440
+
441
+ // Remove the timezone option for "event source" when a grouped calendar is selected.
442
+ $( '#_feed_type' ).on( 'change', function( e ) {
443
+ if ( $( this ).val() === 'grouped-calendars' ) {
444
+ $( '#use_calendar' ).remove();
445
+ } else {
446
+ // Don't append "event source default" back if already exists.
447
+ // TODO i18n
448
+ if ( ! $( '#use_calendar' ).length ) {
449
+ var html = '<option id="use_calendar" value="use_calendar" data-show-field="_use_calendar_warning">Event source default</option>';
450
+ $( '#_feed_timezone_setting' ).append( html );
451
+ }
452
+ }
453
+ } );
454
+
455
+ /* ========================= *
456
+ * Add-on License Management *
457
+ * ========================= */
458
+
459
+ $( '.simcal-addon-manage-license' ).on( 'click', function( e ) {
460
+
461
+ e.preventDefault();
462
+
463
+ var manage_license_action = '',
464
+ button = $( this ),
465
+ buttons = button.closest( '.simcal-addon-manage-license-buttons' ),
466
+ field = button.closest( '.simcal-addon-manage-license-field' ).find( '> input' ),
467
+ error = buttons.find( '.error' ),
468
+ spinner = button.find( 'i' );
469
+
470
+ if ( $( this ).hasClass( 'activate' ) ) {
471
+ manage_license_action = 'activate_license';
472
+ } else if ( $( this ).hasClass( 'deactivate' ) ) {
473
+ manage_license_action = 'deactivate_license';
474
+ } else {
475
+ return;
476
+ }
477
+
478
+ $.ajax( {
479
+ url: simcal_admin.ajax_url,
480
+ method: 'POST',
481
+ data: {
482
+ action: 'simcal_manage_add_on_license',
483
+ add_on: $( this ).data( 'add-on' ),
484
+ license_key: field.val(),
485
+ license_action: manage_license_action,
486
+ nonce: $( '#simcal_license_manager' ).val()
487
+ },
488
+ beforeSend: function() {
489
+ spinner.fadeToggle();
490
+ },
491
+ success: function( response ) {
492
+ spinner.fadeToggle();
493
+ if ( 'activate_license' == manage_license_action ) {
494
+ if ( 'valid' == response.data ) {
495
+ button.hide();
496
+ field.attr( 'disabled', 'disabled' );
497
+ $( buttons ).find( '.label' ).show();
498
+ $( buttons ).find( '.deactivate' ).show();
499
+ error.hide();
500
+ } else {
501
+ error.show().text( response.data );
502
+ }
503
+ } else {
504
+ if ( 'deactivated' == response.data ) {
505
+ button.hide();
506
+ field.removeAttr( 'disabled' );
507
+ $( buttons ).find( '.label' ).hide();
508
+ $( buttons ).find( '.activate' ).show();
509
+ error.hide();
510
+ } else {
511
+ error.show().text( response.data );
512
+ }
513
+ }
514
+ },
515
+ error: function( response ) {
516
+ console.log( response );
517
+ spinner.fadeToggle();
518
+ }
519
+ } );
520
+
521
+ } );
522
+
523
+ $( '#simcal-reset-licenses' ).on( 'click', function( e ) {
524
+
525
+ e.preventDefault();
526
+
527
+ var spinner = $( this ).find( 'i' ),
528
+ dialog = $( this ).data( 'dialog' ),
529
+ reply = confirm( dialog );
530
+
531
+ if ( true !== reply ) {
532
+ return;
533
+ }
534
+
535
+ $.ajax( {
536
+ url: simcal_admin.ajax_url,
537
+ method: 'POST',
538
+ data: {
539
+ action: 'simcal_reset_add_ons_licenses',
540
+ nonce: $( '#simcal_license_manager' ).val()
541
+ },
542
+ beforeSend: function() {
543
+ spinner.toggle();
544
+ },
545
+ success: function( response ) {
546
+ if ( 'success' == response.data ) {
547
+ location.reload();
548
+ } else {
549
+ console.log( response );
550
+ }
551
+ },
552
+ error: function( response ) {
553
+ console.log( response );
554
+ }
555
+ } );
556
+
557
+ } );
558
+
559
+ } );
560
+
561
+ })( this );
assets/js/admin.min.js CHANGED
@@ -1,6 +1,6 @@
1
- /*! Simple Calendar - 3.1.25
2
  * https://simplecalendar.io
3
- * Copyright (c) Moonstone Media 2020
4
  * Licensed GPLv2+ */
5
 
6
- !function(a,b){"use strict";jQuery(function(a){function b(b){var c=a(b).find("input"),d=a(b).find("> div select"),e=a(b).find("code"),f="",g="";d.each(function(b,c){var d=a(c).val(),e=a(c).find("> option:selected");d.length&&(e.data("trim")?(f=f.trim()+a(c).val(),g=g.trim()+e.data("preview")):(f+=a(c).val()+" ",g+=e.data("preview")+" "))}),c.val(f),e.text(g)}a(".simcal-help-tip").tipTip({attribute:"data-tip",delay:200,fadeIn:50,fadeOut:50}),a(".simcal-shortcode-tip").tipTip({activation:"click",defaultPosition:"top",delay:200,fadeIn:50,fadeOut:50});var c=a("#simcal-calendar-settings"),d=c.find(".simcal-box-handle"),e=c.find(".hndle");a(d).appendTo(e),a(function(){a(e).unbind("click.postboxes"),c.on("click","h3.hndle",function(b){a(b.target).filter("input, option, label, select").length||c.toggleClass("closed")})}),a(document.body).on("simcal-init-tabbed-panels",function(){a(".simcal-tabs").show(),a(".simcal-tabs a").click(function(){var b=a(this).closest("div.simcal-panels-wrap");return a("ul.simcal-tabs li",b).removeClass("active"),a(this).parent().addClass("active"),a("div.simcal-panel",b).hide(),a(a(this).attr("href")).show(),!1}),a("div.simcal-panels-wrap").each(function(){a(this).find("ul.simcal-tabs > li").eq(0).find("a").click()})}).trigger("simcal-init-tabbed-panels"),a("#_feed_type").on("change",function(){var b=a(this).find("option:selected"),c=b.val(),d=a(".simcal-tabs"),e=d.find("> .simcal-feed-type"),f=d.find("> .simcal-feed-type-"+c),g=d.find("> li:first-child > a");e.each(function(){a(this).hide()}),f.show(),g.trigger("click")}).trigger("change"),c.show();var f=a("#_calendar_view_default-calendar"),g=a("#default-calendar-settings"),h=g.find(".simcal-default-calendar-grid"),i=g.find(".simcal-default-calendar-list"),j=g.find(".simcal-default-calendar-list-grouped");f.on("change",function(){var b=a(this).val();"grid"==b?(i.hide(),j.hide(),h.show()):"list"==b?(h.hide(),j.hide(),i.show()):"list-grouped"==b&&(h.hide(),i.hide(),j.show())}).trigger("change"),a("#_calendar_type").on("change",function(){a('label[for*="_calendar_view_"]').hide(),a('#calendar-settings-panel table[id*="-settings"]').hide(),a('label[for="_calendar_view_'+a(this).val()+'"]').show(),a('#calendar-settings-panel table[id="'+a(this).val()+'-settings"]').show()}).trigger("change"),a(".simcal-field-color-picker").wpColorPicker(),a(".simcal-field-select-enhanced").each(function(b,c){var d=a(c),e=d.data("noresults"),f=d.data("allowclear");d.select2({allowClear:"undefined"!=f&&f,placeholder:{id:"",placeholder:""},dir:"undefined"!=simcal_admin.text_dir?simcal_admin.text_dir:"ltr",tokenSeparators:[","],width:"100%",language:{noResults:function(){return"undefined"!=e?e:""}}})}),a(".simcal-field-date-picker").each(function(b,c){var d=a(c).find("input"),e={autoSize:!0,changeMonth:!0,changeYear:!0,dateFormat:"yy-mm-dd",firstDay:1,prevText:'<i class="simcal-icon-left"></i>',nextText:'<i class="simcal-icon-right"></i>',yearRange:"1900:2050",beforeShow:function(b,c){a("#ui-datepicker-div").addClass("simcal-date-picker")}};a(d).datepicker(e),a(d).datepicker("option",a.datepicker.regional[simcal_admin.locale])});var k=a(".simcal-field-datetime-format");k.sortable({items:"> div",stop:function(){b(a(this))}}),k.each(function(c,d){a(d).find("> div select").each(function(c,d){a(d).on("change",function(){b(a(this).closest("div.simcal-field-datetime-format"))})}),b(d)}),a(".simcal-field-datetime-format-php").each(function(b,c){var d=a(c).find("input"),e=a(c).find("code");a(d).on("keyup",function(){var b={action:"simcal_date_i18n_input_preview",value:d.val()};a.post(simcal_admin.ajax_url,b,function(b){a(e).text(b.data)})})}),a('input[type="number"].simcal-field').each(function(b,c){var d=a(c),e=d.attr("min"),f=d.attr("max");d.on("change",function(){var b=parseInt(a(this).val());e&&b<e&&a(this).val(e),f&&b>f&&a(this).val(f)})}),a(".simcal-field-switch-other").on("change",function(){a(this).find("option").each(function(b,c){var d=a(c).data("show-field"),e=a(c).data("show-fields"),f=a(c).data("hide-field"),g=a(c).data("hide-fields"),h=d?a("#"+d):"",i=f?a("#"+f):"";if(a(c).is(":selected")){if(h&&h.show(),i&&i.hide(),e){var j=g.split(",");a(j).each(function(b,c){a("#"+c).hide()})}if(g){var k=g.split(",");a(k).each(function(b,c){a("#"+c).hide()})}}})}).trigger("change"),a(".simcal-field-show-other").on("change",function(){a(this).find("option").each(function(b,c){var d=a(c).data("show-field"),e=void 0!==d&&d.length?a("#"+d):"",f=void 0!==d&&d.length?e.next():"";e.length&&(a(c).is(":selected")?(e.show(),f.hasClass("select2")&&f.show()):(e.hide(),f.hasClass("select2")&&f.hide()))})}).trigger("change"),a(".simcal-field-show-next").on("change",function(){var b,c,d,e;a(this).is(":checkbox")?(d=a(this).parent().next(),a(this).is(":checked")?d.show():d.hide()):(b=a(this).val(),c=a(this).data("show-next-if-value"),d=a(this).nextUntil().not("i"),e=d.length?d.next():"",b==c?(d.show(),e.hasClass("select2")&&e.show()):(d.hide(),e.hasClass("select2")&&e.hide()))}).trigger("change"),a("#simcal-clear-cache").on("click",function(b){b.preventDefault();var c=a(this).find("i");a.ajax({url:simcal_admin.ajax_url,method:"POST",data:{action:"simcal_clear_cache",id:a(this).data("id")},beforeSend:function(){c.fadeToggle()},success:function(){c.fadeToggle()},error:function(a){console.log(a)}})}),a("#simcal-drip-signup").on("click",function(b){b.preventDefault();var c=a("#simcal-drip"),d=c.find(".signup"),e=c.find(".thank-you"),f=a("#simcal-drip-form"),g=c.find("#simcal-drip-field-first_name"),h=f.find("#simcal-drip-real-field-first_name"),i=c.find("#simcal-drip-field-email"),j=f.find("#simcal-drip-real-field-email");h.val(g.val()),j.val(i.val()),d.hide(),e.show(),f.submit()}),a("#_feed_type").on("change",function(b){if("grouped-calendars"===a(this).val())a("#use_calendar").remove();else if(!a("#use_calendar").length){a("#_feed_timezone_setting").append('<option id="use_calendar" value="use_calendar" data-show-field="_use_calendar_warning">Event source default</option>')}}),a(".simcal-addon-manage-license").on("click",function(b){b.preventDefault();var c="",d=a(this),e=d.closest(".simcal-addon-manage-license-buttons"),f=d.closest(".simcal-addon-manage-license-field").find("> input"),g=e.find(".error"),h=d.find("i");if(a(this).hasClass("activate"))c="activate_license";else{if(!a(this).hasClass("deactivate"))return;c="deactivate_license"}a.ajax({url:simcal_admin.ajax_url,method:"POST",data:{action:"simcal_manage_add_on_license",add_on:a(this).data("add-on"),license_key:f.val(),license_action:c,nonce:a("#simcal_license_manager").val()},beforeSend:function(){h.fadeToggle()},success:function(b){h.fadeToggle(),"activate_license"==c?"valid"==b.data?(d.hide(),f.attr("disabled","disabled"),a(e).find(".label").show(),a(e).find(".deactivate").show(),g.hide()):g.show().text(b.data):"deactivated"==b.data?(d.hide(),f.removeAttr("disabled"),a(e).find(".label").hide(),a(e).find(".activate").show(),g.hide()):g.show().text(b.data)},error:function(a){console.log(a),h.fadeToggle()}})}),a("#simcal-reset-licenses").on("click",function(b){b.preventDefault();var c=a(this).find("i"),d=a(this).data("dialog");!0===confirm(d)&&a.ajax({url:simcal_admin.ajax_url,method:"POST",data:{action:"simcal_reset_add_ons_licenses",nonce:a("#simcal_license_manager").val()},beforeSend:function(){c.toggle()},success:function(a){"success"==a.data?location.reload():console.log(a)},error:function(a){console.log(a)}})})})}();
1
+ /*! Simple Calendar - 3.1.20
2
  * https://simplecalendar.io
3
+ * Copyright (c) Moonstone Media 2018
4
  * Licensed GPLv2+ */
5
 
6
+ !function(a,b){"use strict";jQuery(function(a){function b(b){var c=a(b).find("input"),d=a(b).find("> div select"),e=a(b).find("code"),f="",g="";d.each(function(b,c){var d=a(c).val(),e=a(c).find("> option:selected");d.length&&(e.data("trim")?(f=f.trim()+a(c).val(),g=g.trim()+e.data("preview")):(f+=a(c).val()+" ",g+=e.data("preview")+" "))}),c.val(f),e.text(g)}a(".simcal-help-tip").tipTip({attribute:"data-tip",delay:200,fadeIn:50,fadeOut:50}),a(".simcal-shortcode-tip").tipTip({activation:"click",defaultPosition:"top",delay:200,fadeIn:50,fadeOut:50});var c=a("#simcal-calendar-settings"),d=c.find(".simcal-box-handle"),e=c.find(".hndle");a(d).appendTo(e),a(function(){a(e).unbind("click.postboxes"),c.on("click","h3.hndle",function(b){a(b.target).filter("input, option, label, select").length||c.toggleClass("closed")})}),a(document.body).on("simcal-init-tabbed-panels",function(){a(".simcal-tabs").show(),a(".simcal-tabs a").click(function(){var b=a(this).closest("div.simcal-panels-wrap");return a("ul.simcal-tabs li",b).removeClass("active"),a(this).parent().addClass("active"),a("div.simcal-panel",b).hide(),a(a(this).attr("href")).show(),!1}),a("div.simcal-panels-wrap").each(function(){a(this).find("ul.simcal-tabs > li").eq(0).find("a").click()})}).trigger("simcal-init-tabbed-panels"),a("#_feed_type").on("change",function(){var b=a(this).find("option:selected"),c=b.val(),d=a(".simcal-tabs"),e=d.find("> .simcal-feed-type"),f=d.find("> .simcal-feed-type-"+c),g=d.find("> li:first-child > a");e.each(function(){a(this).hide()}),f.show(),g.trigger("click")}).trigger("change"),c.show();var f=a("#_calendar_view_default-calendar"),g=a("#default-calendar-settings"),h=g.find(".simcal-default-calendar-grid"),i=g.find(".simcal-default-calendar-list"),j=g.find(".simcal-default-calendar-list-grouped");f.on("change",function(){var b=a(this).val();"grid"==b?(i.hide(),j.hide(),h.show()):"list"==b?(h.hide(),j.hide(),i.show()):"list-grouped"==b&&(h.hide(),i.hide(),j.show())}).trigger("change");var k=a("#_calendar_type");k.on("change",function(){a('label[for*="_calendar_view_"]').hide(),a('#calendar-settings-panel table[id*="-settings"]').hide(),a('label[for="_calendar_view_'+a(this).val()+'"]').show(),a('#calendar-settings-panel table[id="'+a(this).val()+'-settings"]').show()}).trigger("change"),a(".simcal-field-color-picker").wpColorPicker(),a(".simcal-field-select-enhanced").each(function(b,c){var d=a(c),e=d.data("noresults"),f=d.data("allowclear");d.select2({allowClear:"undefined"!=f&&f,placeholder:{id:"",placeholder:""},dir:"undefined"!=simcal_admin.text_dir?simcal_admin.text_dir:"ltr",tokenSeparators:[","],width:"100%",language:{noResults:function(){return"undefined"!=e?e:""}}})});var l=a(".simcal-field-date-picker");l.each(function(b,c){var d=a(c).find("input"),e={autoSize:!0,changeMonth:!0,changeYear:!0,dateFormat:"yy-mm-dd",firstDay:1,prevText:'<i class="simcal-icon-left"></i>',nextText:'<i class="simcal-icon-right"></i>',yearRange:"1900:2050",beforeShow:function(b,c){a("#ui-datepicker-div").addClass("simcal-date-picker")}};a(d).datepicker(e),a(d).datepicker("option",a.datepicker.regional[simcal_admin.locale])});var m=a(".simcal-field-datetime-format");m.sortable({items:"> div",stop:function(){b(a(this))}}),m.each(function(c,d){var e=a(d).find("> div select");e.each(function(c,d){a(d).on("change",function(){b(a(this).closest("div.simcal-field-datetime-format"))})}),b(d)}),a(".simcal-field-datetime-format-php").each(function(b,c){var d=a(c).find("input"),e=a(c).find("code");a(d).on("keyup",function(){var b={action:"simcal_date_i18n_input_preview",value:d.val()};a.post(simcal_admin.ajax_url,b,function(b){a(e).text(b.data)})})}),a('input[type="number"].simcal-field').each(function(b,c){var d=a(c),e=d.attr("min"),f=d.attr("max");d.on("change",function(){var b=parseInt(a(this).val());e&&b<e&&a(this).val(e),f&&b>f&&a(this).val(f)})}),a(".simcal-field-switch-other").on("change",function(){var b=a(this).find("option");b.each(function(b,c){var d=a(c).data("show-field"),e=a(c).data("show-fields"),f=a(c).data("hide-field"),g=a(c).data("hide-fields"),h=d?a("#"+d):"",i=f?a("#"+f):"";if(a(c).is(":selected")){if(h&&h.show(),i&&i.hide(),e){var j=g.split(",");a(j).each(function(b,c){a("#"+c).hide()})}if(g){var k=g.split(",");a(k).each(function(b,c){a("#"+c).hide()})}}})}).trigger("change"),a(".simcal-field-show-other").on("change",function(){var b=a(this).find("option");b.each(function(b,c){var d=a(c).data("show-field"),e="undefined"!=typeof d&&d.length?a("#"+d):"",f="undefined"!=typeof d&&d.length?e.next():"";e.length&&(a(c).is(":selected")?(e.show(),f.hasClass("select2")&&f.show()):(e.hide(),f.hasClass("select2")&&f.hide()))})}).trigger("change"),a(".simcal-field-show-next").on("change",function(){var b,c,d,e;a(this).is(":checkbox")?(d=a(this).parent().next(),a(this).is(":checked")?d.show():d.hide()):(b=a(this).val(),c=a(this).data("show-next-if-value"),d=a(this).nextUntil().not("i"),e=d.length?d.next():"",b==c?(d.show(),e.hasClass("select2")&&e.show()):(d.hide(),e.hasClass("select2")&&e.hide()))}).trigger("change"),a("#simcal-clear-cache").on("click",function(b){b.preventDefault();var c=a(this).find("i");a.ajax({url:simcal_admin.ajax_url,method:"POST",data:{action:"simcal_clear_cache",id:a(this).data("id")},beforeSend:function(){c.fadeToggle()},success:function(){c.fadeToggle()},error:function(a){console.log(a)}})}),a("#simcal-drip-signup").on("click",function(b){b.preventDefault();var c=a("#simcal-drip"),d=c.find(".signup"),e=c.find(".thank-you"),f=a("#simcal-drip-form"),g=c.find("#simcal-drip-field-first_name"),h=f.find("#simcal-drip-real-field-first_name"),i=c.find("#simcal-drip-field-email"),j=f.find("#simcal-drip-real-field-email");h.val(g.val()),j.val(i.val()),d.hide(),e.show(),f.submit()}),a("#_feed_type").on("change",function(b){if("grouped-calendars"===a(this).val())a("#use_calendar").remove();else if(!a("#use_calendar").length){var c='<option id="use_calendar" value="use_calendar" data-show-field="_use_calendar_warning">Event source default</option>';a("#_feed_timezone_setting").append(c)}}),a(".simcal-addon-manage-license").on("click",function(b){b.preventDefault();var c="",d=a(this),e=d.closest(".simcal-addon-manage-license-buttons"),f=d.closest(".simcal-addon-manage-license-field").find("> input"),g=e.find(".error"),h=d.find("i");if(a(this).hasClass("activate"))c="activate_license";else{if(!a(this).hasClass("deactivate"))return;c="deactivate_license"}a.ajax({url:simcal_admin.ajax_url,method:"POST",data:{action:"simcal_manage_add_on_license",add_on:a(this).data("add-on"),license_key:f.val(),license_action:c,nonce:a("#simcal_license_manager").val()},beforeSend:function(){h.fadeToggle()},success:function(b){h.fadeToggle(),"activate_license"==c?"valid"==b.data?(d.hide(),f.attr("disabled","disabled"),a(e).find(".label").show(),a(e).find(".deactivate").show(),g.hide()):g.show().text(b.data):"deactivated"==b.data?(d.hide(),f.removeAttr("disabled"),a(e).find(".label").hide(),a(e).find(".activate").show(),g.hide()):g.show().text(b.data)},error:function(a){console.log(a),h.fadeToggle()}})}),a("#simcal-reset-licenses").on("click",function(b){b.preventDefault();var c=a(this).find("i"),d=a(this).data("dialog"),e=confirm(d);!0===e&&a.ajax({url:simcal_admin.ajax_url,method:"POST",data:{action:"simcal_reset_add_ons_licenses",nonce:a("#simcal_license_manager").val()},beforeSend:function(){c.toggle()},success:function(a){"success"==a.data?location.reload():console.log(a)},error:function(a){console.log(a)}})})})}(this);
assets/js/default-calendar.js CHANGED
@@ -1,447 +1,447 @@
1
- ( function( window, moment, undefined ) {
2
- 'use strict';
3
-
4
- jQuery( function( $ ) {
5
-
6
- // Browse calendar pages.
7
- $( '.simcal-default-calendar' ).each( function( e, i ) {
8
-
9
- var calendar = $( i ),
10
- id = calendar.data( 'calendar-id' ),
11
- offset = calendar.data( 'offset' ),
12
- start = calendar.data( 'events-first' ),
13
- end = calendar.data( 'calendar-end' ),
14
- nav = calendar.find( '.simcal-calendar-head' ),
15
- buttons = nav.find( '.simcal-nav-button' ),
16
- spinner = calendar.find( '.simcal-ajax-loader' ),
17
- current = nav.find( '.simcal-current' ),
18
- currentTime = current.data( 'calendar-current' ),
19
- currentMonth = current.find( 'span.simcal-current-month' ),
20
- currentYear = current.find( 'span.simcal-current-year' ),
21
- currentDate = moment.tz( currentTime * 1000, calendar.data( 'timezone' ) ),
22
- date,
23
- action;
24
-
25
- if ( calendar.hasClass( 'simcal-default-calendar-grid' ) ) {
26
- action = 'simcal_default_calendar_draw_grid';
27
- // Always use the first of the month in grid.
28
- date = new Date( currentDate.year(), currentDate.month() );
29
- toggleGridNavButtons( buttons, date.getTime() / 1000, start, end );
30
- } else {
31
- action = 'simcal_default_calendar_draw_list';
32
- toggleListNavButtons( buttons, calendar, start, end, false, currentTime );
33
- toggleListHeading( calendar );
34
- }
35
-
36
- // Navigate the calendar.
37
- buttons.on( 'click', function() {
38
-
39
- var direction = $( this ).hasClass( 'simcal-next' ) ? 'next' : 'prev';
40
-
41
- if ( action == 'simcal_default_calendar_draw_grid' ) {
42
-
43
- // Monthly grid calendars.
44
-
45
- var body = calendar.find( '.simcal-month' ),
46
- newDate,
47
- month,
48
- year;
49
-
50
- if ( 'prev' == direction ) {
51
- // Beginning of the previous month.
52
- newDate = new Date( date.setMonth( date.getMonth() - 1, 1 ) );
53
- } else {
54
- // Last day of next month.
55
- newDate = new Date( date.setMonth( date.getMonth() + 2, 1 ) );
56
- newDate.setDate( 0 );
57
- newDate.setHours( 23 );
58
- newDate.setMinutes( 59 );
59
- newDate.setSeconds( 59 );
60
- }
61
-
62
- month = newDate.getMonth();
63
- year = newDate.getFullYear();
64
-
65
- $.ajax({
66
- url : simcal_default_calendar.ajax_url,
67
- type : 'POST',
68
- dataType : 'json',
69
- cache : false,
70
- data : {
71
- action: action,
72
- month : month + 1, // month count in PHP goes 1-12 vs 0-11 in JavaScript
73
- year : year,
74
- id : id
75
- },
76
- beforeSend: function() {
77
- spinner.fadeToggle();
78
- },
79
- success : function( response ) {
80
-
81
- currentMonth.text( simcal_default_calendar.months.full[month] );
82
- currentYear.text( year );
83
- current.attr( 'data-calendar-current', ( newDate.getTime() / 1000 ) + offset + 1 );
84
-
85
- toggleGridNavButtons( buttons, newDate.getTime() / 1000, start, end );
86
-
87
- spinner.fadeToggle();
88
-
89
- date = newDate;
90
-
91
- body.replaceWith( response.data );
92
-
93
- calendarBubbles( calendar, list );
94
- expandEventsToggle();
95
- },
96
- error : function( response ) {
97
- console.log(response );
98
- }
99
- } );
100
-
101
- } else {
102
-
103
- // List calendars.
104
-
105
- var list = calendar.find( '.simcal-events-list-container' ),
106
- prev = list.data( 'prev' ),
107
- next = list.data( 'next' ),
108
- timestamp = direction == 'prev' ? prev : next;
109
-
110
- $.ajax( {
111
- url : simcal_default_calendar.ajax_url,
112
- type : 'POST',
113
- dataType : 'json',
114
- cache : false,
115
- data : {
116
- action: action,
117
- ts : timestamp,
118
- id : id
119
- },
120
- beforeSend: function() {
121
- spinner.fadeToggle();
122
- },
123
- success : function( response ) {
124
-
125
- list.replaceWith( response.data );
126
- current.attr( 'data-calendar-current', timestamp );
127
-
128
- toggleListHeading( calendar );
129
- toggleListNavButtons( buttons, calendar, start, end, direction, timestamp );
130
-
131
- spinner.fadeToggle();
132
- expandEventsToggle();
133
- },
134
- error : function( response ) {
135
- console.log( response );
136
- }
137
- });
138
-
139
- }
140
-
141
- } );
142
- } );
143
-
144
- /**
145
- * Enable or disable grid calendar navigation buttons.
146
- *
147
- * @param buttons Previous and Next buttons elements.
148
- * @param time Current time.
149
- * @param min Lower bound timestamp.
150
- * @param max Upper bound timestamp.
151
- */
152
- function toggleGridNavButtons( buttons, time, min, max ) {
153
-
154
- buttons.each( function( e, i ) {
155
-
156
- var button = $( i),
157
- month = new Date( time * 1000 );
158
-
159
- if ( button.hasClass( 'simcal-prev' ) ) {
160
-
161
- month = new Date( month.setMonth( month.getMonth(), 1 ) );
162
- month.setDate( 0 );
163
-
164
- if ( month.getTime() / 1000 <= min ) {
165
- button.attr( 'disabled', 'disabled' );
166
- } else {
167
- button.removeAttr( 'disabled' );
168
- }
169
-
170
- } else {
171
-
172
- month = new Date( month.setMonth( month.getMonth() + 1, 1 ) );
173
- month.setDate( 0 );
174
- month.setHours( 23 );
175
- month.setMinutes( 59 );
176
- month.setSeconds( 59 );
177
-
178
- if ( month.getTime() / 1000 >= max ) {
179
- button.attr( 'disabled', 'disabled' );
180
- } else {
181
- button.removeAttr( 'disabled' );
182
- }
183
- }
184
-
185
- } );
186
- }
187
-
188
- /**
189
- * Enable or disable grid calendar navigation buttons.
190
- *
191
- * @param buttons Previous and Next button elements.
192
- * @param calendar Current calendar.
193
- * @param start Lower bound timestamp.
194
- * @param end Upper bound timestamp.
195
- * @param direction Direction intent.
196
- */
197
- function toggleListNavButtons( buttons, calendar, start, end, direction, currentTime ) {
198
-
199
- var list = calendar.find( '.simcal-events-list-container' ),
200
- prev = list.data( 'prev' ),
201
- next = list.data( 'next' ),
202
- last_event = list.find( 'li.simcal-event:last' ).data( 'start' );
203
-
204
- buttons.each( function( e, b ) {
205
-
206
- var button = $( b );
207
-
208
- if ( direction ) {
209
-
210
- if ( button.hasClass( 'simcal-prev' ) ) {
211
-
212
- if ( direction == 'prev' ) {
213
- if ( ( prev <= start ) && ( currentTime <= start ) ) {
214
- button.attr( 'disabled', 'disabled' );
215
- }
216
- } else {
217
- button.removeAttr( 'disabled' );
218
- }
219
- } else if ( button.hasClass( 'simcal-next' ) ) {
220
-
221
- if ( direction == 'next' ) {
222
- if ( ( ( next >= end ) && ( currentTime >= end ) ) || last_event >= end ) {
223
- button.attr( 'disabled', 'disabled' );
224
- }
225
- } else {
226
- button.removeAttr( 'disabled' );
227
- }
228
- }
229
- } else {
230
-
231
- if ( button.hasClass( 'simcal-prev' ) ) {
232
-
233
- if ( ( prev <= start ) && ( currentTime <= start ) ) {
234
- button.attr( 'disabled', 'disabled' );
235
- }
236
- } else if ( button.hasClass( 'simcal-next' ) ) {
237
-
238
- if ( ( next >= end && currentTime >= end ) || last_event >= end ) {
239
- button.attr( 'disabled', 'disabled' );
240
- }
241
- }
242
- }
243
- } );
244
- }
245
-
246
- /**
247
- * Replace the list heading with current page.
248
- *
249
- * @param calendar Current calendar.
250
- */
251
- function toggleListHeading( calendar ) {
252
-
253
- var current = $( calendar ).find( '.simcal-current' ),
254
- heading = $( calendar ).find( '.simcal-events-list-container' ),
255
- small = heading.data( 'heading-small' ),
256
- large = heading.data( 'heading-large' ),
257
- newHeading = $( '<h3 />' );
258
-
259
- if ( calendar.width() < 400 ) {
260
- newHeading.text( small );
261
- } else {
262
- newHeading.text( large );
263
- }
264
-
265
- current.html( newHeading );
266
- }
267
-
268
- var gridCalendars = $( '.simcal-default-calendar-grid' );
269
-
270
- /**
271
- * Default calendar grid event bubbles.
272
- *
273
- * Initializes tooltips for events in grid.
274
- * Adjusts UI for mobile or desktop.
275
- *
276
- * @param calendar The calendar element.
277
- */
278
- function calendarBubbles( calendar ) {
279
-
280
- var table = $( calendar ).find( '> table' ),
281
- thead = table.find( 'thead' ),
282
- weekDayNames = thead.find( 'th.simcal-week-day' ),
283
- cells = table.find( 'td.simcal-day > div' ),
284
- eventsList = table.find( 'ul.simcal-events' ),
285
- eventTitles = eventsList.find( '> li > .simcal-event-title' ),
286
- eventsToggle = table.find( '.simcal-events-toggle' ),
287
- eventsDots = table.find( 'span.simcal-events-dots' ),
288
- events = table.find( '.simcal-tooltip-content' ),
289
- hiddenEvents = table.find( '.simcal-event-toggled' ),
290
- bubbleTrigger = table.data( 'event-bubble-trigger' ),
291
- width = cells.first().width();
292
-
293
- if ( width < 60 ) {
294
-
295
- weekDayNames.each( function( e, w ) {
296
- $( w ).text( $( w ).data( 'screen-small' ) );
297
- } );
298
-
299
- // Hide list of events titles and show dots.
300
- eventsList.hide();
301
- eventTitles.hide();
302
- if ( eventsToggle != 'undefined' ) {
303
- eventsToggle.hide();
304
- if ( hiddenEvents != 'undefined' ) {
305
- hiddenEvents.show();
306
- }
307
- }
308
- eventsDots.show();
309
-
310
- // Force click/tap on mobile.
311
- bubbleTrigger = 'click';
312
- // Adapts cells to be more squareish on mobile.
313
- var minH = ( width - 10 ) + 'px';
314
- cells.css( 'min-height', minH );
315
- table.find( 'span.simcal-events-dots:not(:empty)' ).css( 'min-height', minH );
316
-
317
- } else {
318
-
319
- if ( width <= 240 ) {
320
- weekDayNames.each( function( e, w ) {
321
- $( w ).text( $( w ).data( 'screen-medium' ) );
322
- });
323
- } else {
324
- weekDayNames.each( function( e, w ) {
325
- $( w ).text( $( w ).data( 'screen-large' ) );
326
- } );
327
- }
328
-
329
- // Hide dots and show list of events titles and toggle.
330
- eventsList.show();
331
- eventTitles.show();
332
- if ( eventsToggle != 'undefined' ) {
333
- eventsToggle.show();
334
- if ( hiddenEvents != 'undefined' ) {
335
- hiddenEvents.hide();
336
- }
337
- }
338
- eventsDots.hide();
339
-
340
- // Cells default min-height value.
341
- cells.css( 'min-height', ( width ) + 'px' );
342
- }
343
-
344
- // Create bubbles for each cell.
345
- cells.each( function( e, cell ) {
346
-
347
- var cellDots = $( cell ).find( 'span.simcal-events-dots' ),
348
- tooltips = $( cell ).find( '.simcal-tooltip' ),
349
- eventBubbles,
350
- content,
351
- last;
352
-
353
- // Mobile mode.
354
- if ( width < 60 ) {
355
- events.show();
356
- // Use a single bubble from dots as a whole.
357
- eventBubbles = cellDots;
358
- } else {
359
- events.hide();
360
- // Create a bubble for each event in list.
361
- eventBubbles = tooltips;
362
- }
363
-
364
- eventBubbles.each( function( e, i ) {
365
- $( i ).qtip( {
366
- content : width < 60 ? $( cell ).find( 'ul.simcal-events' ) : $( i ).find( '> .simcal-tooltip-content' ),
367
- position: {
368
- my : 'top center',
369
- at : 'bottom center',
370
- target : $(i),
371
- viewport: width < 60 ? $( window ) : true,
372
- adjust : {
373
- method: 'shift',
374
- scroll: false
375
- }
376
- },
377
- style : {
378
- def : false,
379
- classes: 'simcal-default-calendar simcal-event-bubble'
380
- },
381
- show : {
382
- solo : true,
383
- effect: false,
384
- event : bubbleTrigger == 'hover' ? 'mouseenter' : 'click'
385
- },
386
- hide : {
387
- fixed : true,
388
- effect: false,
389
- event : bubbleTrigger == 'click' ? 'unfocus' : 'mouseleave',
390
- delay: 100
391
- },
392
- events : {
393
- show: function( event, current ) {
394
- // Hide when another tooltip opens:
395
- if ( last && last.id ) {
396
- if ( last.id != current.id ) {
397
- last.hide();
398
- }
399
- }
400
- last = current;
401
- }
402
- },
403
- overwrite: false
404
- } );
405
-
406
- } );
407
-
408
- } );
409
-
410
- }
411
-
412
- // Event bubbles and calendar UI triggers.
413
- gridCalendars.each( function( e, calendar ) {
414
- calendarBubbles( calendar );
415
- $( calendar ).on( 'change', function() {
416
- calendarBubbles( this );
417
- } );
418
- } );
419
- // Viewport changes might require triggering calendar mobile mode.
420
- window.onresize = function() {
421
- gridCalendars.each( function( e, calendar ) {
422
- calendarBubbles( calendar );
423
- } );
424
- };
425
-
426
- /**
427
- * Toggle to expand events.
428
- */
429
- function expandEventsToggle() {
430
- $( '.simcal-events-toggle' ).each( function( e, button ) {
431
-
432
- var list = $( button ).prev( '.simcal-events' ),
433
- toggled = list.find( '.simcal-event-toggled' ),
434
- arrow = $( button ).find( 'i' );
435
-
436
- $( button ).on( 'click', function() {
437
- arrow.toggleClass( 'simcal-icon-rotate-180' );
438
- toggled.slideToggle();
439
- });
440
-
441
- });
442
- }
443
- expandEventsToggle();
444
-
445
- } );
446
-
447
- } )( this, moment );
1
+ ( function( window, moment, undefined ) {
2
+ 'use strict';
3
+
4
+ jQuery( function( $ ) {
5
+
6
+ // Browse calendar pages.
7
+ $( '.simcal-default-calendar' ).each( function( e, i ) {
8
+
9
+ var calendar = $( i ),
10
+ id = calendar.data( 'calendar-id' ),
11
+ offset = calendar.data( 'offset' ),
12
+ start = calendar.data( 'events-first' ),
13
+ end = calendar.data( 'calendar-end' ),
14
+ nav = calendar.find( '.simcal-calendar-head' ),
15
+ buttons = nav.find( '.simcal-nav-button' ),
16
+ spinner = calendar.find( '.simcal-ajax-loader' ),
17
+ current = nav.find( '.simcal-current' ),
18
+ currentTime = current.data( 'calendar-current' ),
19
+ currentMonth = current.find( 'span.simcal-current-month' ),
20
+ currentYear = current.find( 'span.simcal-current-year' ),
21
+ currentDate = moment.tz( currentTime * 1000, calendar.data( 'timezone' ) ),
22
+ date,
23
+ action;
24
+
25
+ if ( calendar.hasClass( 'simcal-default-calendar-grid' ) ) {
26
+ action = 'simcal_default_calendar_draw_grid';
27
+ // Always use the first of the month in grid.
28
+ date = new Date( currentDate.year(), currentDate.month() );
29
+ toggleGridNavButtons( buttons, date.getTime() / 1000, start, end );
30
+ } else {
31
+ action = 'simcal_default_calendar_draw_list';
32
+ toggleListNavButtons( buttons, calendar, start, end, false, currentTime );
33
+ toggleListHeading( calendar );
34
+ }
35
+
36
+ // Navigate the calendar.
37
+ buttons.on( 'click', function() {
38
+
39
+ var direction = $( this ).hasClass( 'simcal-next' ) ? 'next' : 'prev';
40
+
41
+ if ( action == 'simcal_default_calendar_draw_grid' ) {
42
+
43
+ // Monthly grid calendars.
44
+
45
+ var body = calendar.find( '.simcal-month' ),
46
+ newDate,
47
+ month,
48
+ year;
49
+
50
+ if ( 'prev' == direction ) {
51
+ // Beginning of the previous month.
52
+ newDate = new Date( date.setMonth( date.getMonth() - 1, 1 ) );
53
+ } else {
54
+ // Last day of next month.
55
+ newDate = new Date( date.setMonth( date.getMonth() + 2, 1 ) );
56
+ newDate.setDate( 0 );
57
+ newDate.setHours( 23 );
58
+ newDate.setMinutes( 59 );
59
+ newDate.setSeconds( 59 );
60
+ }
61
+
62
+ month = newDate.getMonth();
63
+ year = newDate.getFullYear();
64
+
65
+ $.ajax({
66
+ url : simcal_default_calendar.ajax_url,
67
+ type : 'POST',
68
+ dataType : 'json',
69
+ cache : false,
70
+ data : {
71
+ action: action,
72
+ month : month + 1, // month count in PHP goes 1-12 vs 0-11 in JavaScript
73
+ year : year,
74
+ id : id
75
+ },
76
+ beforeSend: function() {
77
+ spinner.fadeToggle();
78
+ },
79
+ success : function( response ) {
80
+
81
+ currentMonth.text( simcal_default_calendar.months.full[month] );
82
+ currentYear.text( year );
83
+ current.attr( 'data-calendar-current', ( newDate.getTime() / 1000 ) + offset + 1 );
84
+
85
+ toggleGridNavButtons( buttons, newDate.getTime() / 1000, start, end );
86
+
87
+ spinner.fadeToggle();
88
+
89
+ date = newDate;
90
+
91
+ body.replaceWith( response.data );
92
+
93
+ calendarBubbles( calendar, list );
94
+ expandEventsToggle();
95
+ },
96
+ error : function( response ) {
97
+ console.log(response );
98
+ }
99
+ } );
100
+
101
+ } else {
102
+
103
+ // List calendars.
104
+
105
+ var list = calendar.find( '.simcal-events-list-container' ),
106
+ prev = list.data( 'prev' ),
107
+ next = list.data( 'next' ),
108
+ timestamp = direction == 'prev' ? prev : next;
109
+
110
+ $.ajax( {
111
+ url : simcal_default_calendar.ajax_url,
112
+ type : 'POST',
113
+ dataType : 'json',
114
+ cache : false,
115
+ data : {
116
+ action: action,
117
+ ts : timestamp,
118
+ id : id
119
+ },
120
+ beforeSend: function() {
121
+ spinner.fadeToggle();
122
+ },
123
+ success : function( response ) {
124
+
125
+ list.replaceWith( response.data );
126
+ current.attr( 'data-calendar-current', timestamp );
127
+
128
+ toggleListHeading( calendar );
129
+ toggleListNavButtons( buttons, calendar, start, end, direction, timestamp );
130
+
131
+ spinner.fadeToggle();
132
+ expandEventsToggle();
133
+ },
134
+ error : function( response ) {
135
+ console.log( response );
136
+ }
137
+ });
138
+
139
+ }
140
+
141
+ } );
142
+ } );
143
+
144
+ /**
145
+ * Enable or disable grid calendar navigation buttons.
146
+ *
147
+ * @param buttons Previous and Next buttons elements.
148
+ * @param time Current time.
149
+ * @param min Lower bound timestamp.
150
+ * @param max Upper bound timestamp.
151
+ */
152
+ function toggleGridNavButtons( buttons, time, min, max ) {
153
+
154
+ buttons.each( function( e, i ) {
155
+
156
+ var button = $( i),
157
+ month = new Date( time * 1000 );
158
+
159
+ if ( button.hasClass( 'simcal-prev' ) ) {
160
+
161
+ month = new Date( month.setMonth( month.getMonth(), 1 ) );
162
+ month.setDate( 0 );
163
+
164
+ if ( month.getTime() / 1000 <= min ) {
165
+ button.attr( 'disabled', 'disabled' );
166
+ } else {
167
+ button.removeAttr( 'disabled' );
168
+ }
169
+
170
+ } else {
171
+
172
+ month = new Date( month.setMonth( month.getMonth() + 1, 1 ) );
173
+ month.setDate( 0 );
174
+ month.setHours( 23 );
175
+ month.setMinutes( 59 );
176
+ month.setSeconds( 59 );
177
+
178
+ if ( month.getTime() / 1000 >= max ) {
179
+ button.attr( 'disabled', 'disabled' );
180
+ } else {
181
+ button.removeAttr( 'disabled' );
182
+ }
183
+ }
184
+
185
+ } );
186
+ }
187
+
188
+ /**
189
+ * Enable or disable grid calendar navigation buttons.
190
+ *
191
+ * @param buttons Previous and Next button elements.
192
+ * @param calendar Current calendar.
193
+ * @param start Lower bound timestamp.
194
+ * @param end Upper bound timestamp.
195
+ * @param direction Direction intent.
196
+ */
197
+ function toggleListNavButtons( buttons, calendar, start, end, direction, currentTime ) {
198
+
199
+ var list = calendar.find( '.simcal-events-list-container' ),
200
+ prev = list.data( 'prev' ),
201
+ next = list.data( 'next' ),
202
+ last_event = list.find( 'li.simcal-event:last' ).data( 'start' );
203
+
204
+ buttons.each( function( e, b ) {
205
+
206
+ var button = $( b );
207
+
208
+ if ( direction ) {
209
+
210
+ if ( button.hasClass( 'simcal-prev' ) ) {
211
+
212
+ if ( direction == 'prev' ) {
213
+ if ( ( prev <= start ) && ( currentTime <= start ) ) {
214
+ button.attr( 'disabled', 'disabled' );
215
+ }
216
+ } else {
217
+ button.removeAttr( 'disabled' );
218
+ }
219
+ } else if ( button.hasClass( 'simcal-next' ) ) {
220
+
221
+ if ( direction == 'next' ) {
222
+ if ( ( ( next >= end ) && ( currentTime >= end ) ) || last_event >= end ) {
223
+ button.attr( 'disabled', 'disabled' );
224
+ }
225
+ } else {
226
+ button.removeAttr( 'disabled' );
227
+ }
228
+ }
229
+ } else {
230
+
231
+ if ( button.hasClass( 'simcal-prev' ) ) {
232
+
233
+ if ( ( prev <= start ) && ( currentTime <= start ) ) {
234
+ button.attr( 'disabled', 'disabled' );
235
+ }
236
+ } else if ( button.hasClass( 'simcal-next' ) ) {
237
+
238
+ if ( ( next >= end && currentTime >= end ) || last_event >= end ) {
239
+ button.attr( 'disabled', 'disabled' );
240
+ }
241
+ }
242
+ }
243
+ } );
244
+ }
245
+
246
+ /**
247
+ * Replace the list heading with current page.
248
+ *
249
+ * @param calendar Current calendar.
250
+ */
251
+ function toggleListHeading( calendar ) {
252
+
253
+ var current = $( calendar ).find( '.simcal-current' ),
254
+ heading = $( calendar ).find( '.simcal-events-list-container' ),
255
+ small = heading.data( 'heading-small' ),
256
+ large = heading.data( 'heading-large' ),
257
+ newHeading = $( '<h3 />' );
258
+
259
+ if ( calendar.width() < 400 ) {
260
+ newHeading.text( small );
261
+ } else {
262
+ newHeading.text( large );
263
+ }
264
+
265
+ current.html( newHeading );
266
+ }
267
+
268
+ var gridCalendars = $( '.simcal-default-calendar-grid' );
269
+
270
+ /**
271
+ * Default calendar grid event bubbles.
272
+ *
273
+ * Initializes tooltips for events in grid.
274
+ * Adjusts UI for mobile or desktop.
275
+ *
276
+ * @param calendar The calendar element.
277
+ */
278
+ function calendarBubbles( calendar ) {
279
+
280
+ var table = $( calendar ).find( '> table' ),
281
+ thead = table.find( 'thead' ),
282
+ weekDayNames = thead.find( 'th.simcal-week-day' ),
283
+ cells = table.find( 'td.simcal-day > div' ),
284
+ eventsList = table.find( 'ul.simcal-events' ),
285
+ eventTitles = eventsList.find( '> li > .simcal-event-title' ),
286
+ eventsToggle = table.find( '.simcal-events-toggle' ),
287
+ eventsDots = table.find( 'span.simcal-events-dots' ),
288
+ events = table.find( '.simcal-tooltip-content' ),
289
+ hiddenEvents = table.find( '.simcal-event-toggled' ),
290
+ bubbleTrigger = table.data( 'event-bubble-trigger' ),
291
+ width = cells.first().width();
292
+
293
+ if ( width < 60 ) {
294
+
295
+ weekDayNames.each( function( e, w ) {
296
+ $( w ).text( $( w ).data( 'screen-small' ) );
297
+ } );
298
+
299
+ // Hide list of events titles and show dots.
300
+ eventsList.hide();
301
+ eventTitles.hide();
302
+ if ( eventsToggle != 'undefined' ) {
303
+ eventsToggle.hide();
304
+ if ( hiddenEvents != 'undefined' ) {
305
+ hiddenEvents.show();
306
+ }
307
+ }
308
+ eventsDots.show();
309
+
310
+ // Force click/tap on mobile.
311
+ bubbleTrigger = 'click';
312
+ // Adapts cells to be more squareish on mobile.
313
+ var minH = ( width - 10 ) + 'px';
314
+ cells.css( 'min-height', minH );
315
+ table.find( 'span.simcal-events-dots:not(:empty)' ).css( 'min-height', minH );
316
+
317
+ } else {
318
+
319
+ if ( width <= 240 ) {
320
+ weekDayNames.each( function( e, w ) {
321
+ $( w ).text( $( w ).data( 'screen-medium' ) );
322
+ });
323
+ } else {
324
+ weekDayNames.each( function( e, w ) {
325
+ $( w ).text( $( w ).data( 'screen-large' ) );
326
+ } );
327
+ }
328
+
329
+ // Hide dots and show list of events titles and toggle.
330
+ eventsList.show();
331
+ eventTitles.show();
332
+ if ( eventsToggle != 'undefined' ) {
333
+ eventsToggle.show();
334
+ if ( hiddenEvents != 'undefined' ) {
335
+ hiddenEvents.hide();
336
+ }
337
+ }
338
+ eventsDots.hide();
339
+
340
+ // Cells default min-height value.
341
+ cells.css( 'min-height', ( width ) + 'px' );
342
+ }
343
+
344
+ // Create bubbles for each cell.
345
+ cells.each( function( e, cell ) {
346
+
347
+ var cellDots = $( cell ).find( 'span.simcal-events-dots' ),
348
+ tooltips = $( cell ).find( '.simcal-tooltip' ),
349
+ eventBubbles,
350
+ content,
351
+ last;
352
+
353
+ // Mobile mode.
354
+ if ( width < 60 ) {
355
+ events.show();
356
+ // Use a single bubble from dots as a whole.
357
+ eventBubbles = cellDots;
358
+ } else {
359
+ events.hide();
360
+ // Create a bubble for each event in list.
361
+ eventBubbles = tooltips;
362
+ }
363
+
364
+ eventBubbles.each( function( e, i ) {
365
+ $( i ).qtip( {
366
+ content : width < 60 ? $( cell ).find( 'ul.simcal-events' ) : $( i ).find( '> .simcal-tooltip-content' ),
367
+ position: {
368
+ my : 'top center',
369
+ at : 'bottom center',
370
+ target : $(i),
371
+ viewport: width < 60 ? $( window ) : true,
372
+ adjust : {
373
+ method: 'shift',
374
+ scroll: false
375
+ }
376
+ },
377
+ style : {
378
+ def : false,
379
+ classes: 'simcal-default-calendar simcal-event-bubble'
380
+ },
381
+ show : {
382
+ solo : true,
383
+ effect: false,
384
+ event : bubbleTrigger == 'hover' ? 'mouseenter' : 'click'
385
+ },
386
+ hide : {
387
+ fixed : true,
388
+ effect: false,
389
+ event : bubbleTrigger == 'click' ? 'unfocus' : 'mouseleave',
390
+ delay: 100
391
+ },
392
+ events : {
393
+ show: function( event, current ) {
394
+ // Hide when another tooltip opens:
395
+ if ( last && last.id ) {
396
+ if ( last.id != current.id ) {
397
+ last.hide();
398
+ }
399
+ }
400
+ last = current;
401
+ }
402
+ },
403
+ overwrite: false
404
+ } );
405
+
406
+ } );
407
+
408
+ } );
409
+
410
+ }
411
+
412
+ // Event bubbles and calendar UI triggers.
413
+ gridCalendars.each( function( e, calendar ) {
414
+ calendarBubbles( calendar );
415
+ $( calendar ).on( 'change', function() {
416
+ calendarBubbles( this );
417
+ } );
418
+ } );
419
+ // Viewport changes might require triggering calendar mobile mode.
420
+ window.onresize = function() {
421
+ gridCalendars.each( function( e, calendar ) {
422
+ calendarBubbles( calendar );
423
+ } );
424
+ };
425
+
426
+ /**
427
+ * Toggle to expand events.
428
+ */
429
+ function expandEventsToggle() {
430
+ $( '.simcal-events-toggle' ).each( function( e, button ) {
431
+
432
+ var list = $( button ).prev( '.simcal-events' ),
433
+ toggled = list.find( '.simcal-event-toggled' ),
434
+ arrow = $( button ).find( 'i' );
435
+
436
+ $( button ).on( 'click', function() {
437
+ arrow.toggleClass( 'simcal-icon-rotate-180' );
438
+ toggled.slideToggle();
439
+ });
440
+
441
+ });
442
+ }
443
+ expandEventsToggle();
444
+
445
+ } );
446
+
447
+ } )( this, moment );
assets/js/default-calendar.min.js CHANGED
@@ -1,6 +1,6 @@
1
- /*! Simple Calendar - 3.1.25
2
  * https://simplecalendar.io
3
- * Copyright (c) Moonstone Media 2020
4
  * Licensed GPLv2+ */
5
 
6
- !function(a,b,c){"use strict";jQuery(function(c){function d(a,b,d,e){a.each(function(a,f){var g=c(f),h=new Date(1e3*b);g.hasClass("simcal-prev")?(h=new Date(h.setMonth(h.getMonth(),1)),h.setDate(0),h.getTime()/1e3<=d?g.attr("disabled","disabled"):g.removeAttr("disabled")):(h=new Date(h.setMonth(h.getMonth()+1,1)),h.setDate(0),h.setHours(23),h.setMinutes(59),h.setSeconds(59),h.getTime()/1e3>=e?g.attr("disabled","disabled"):g.removeAttr("disabled"))})}function e(a,b,d,e,f,g){var h=b.find(".simcal-events-list-container"),i=h.data("prev"),j=h.data("next"),k=h.find("li.simcal-event:last").data("start");a.each(function(a,b){var h=c(b);f?h.hasClass("simcal-prev")?"prev"==f?i<=d&&g<=d&&h.attr("disabled","disabled"):h.removeAttr("disabled"):h.hasClass("simcal-next")&&("next"==f?(j>=e&&g>=e||k>=e)&&h.attr("disabled","disabled"):h.removeAttr("disabled")):h.hasClass("simcal-prev")?i<=d&&g<=d&&h.attr("disabled","disabled"):h.hasClass("simcal-next")&&(j>=e&&g>=e||k>=e)&&h.attr("disabled","disabled")})}function f(a){var b=c(a).find(".simcal-current"),d=c(a).find(".simcal-events-list-container"),e=d.data("heading-small"),f=d.data("heading-large"),g=c("<h3 />");a.width()<400?g.text(e):g.text(f),b.html(g)}function g(b){var d=c(b).find("> table"),e=d.find("thead"),f=e.find("th.simcal-week-day"),g=d.find("td.simcal-day > div"),h=d.find("ul.simcal-events"),i=h.find("> li > .simcal-event-title"),j=d.find(".simcal-events-toggle"),k=d.find("span.simcal-events-dots"),l=d.find(".simcal-tooltip-content"),m=d.find(".simcal-event-toggled"),n=d.data("event-bubble-trigger"),o=g.first().width();if(o<60){f.each(function(a,b){c(b).text(c(b).data("screen-small"))}),h.hide(),i.hide(),"undefined"!=j&&(j.hide(),"undefined"!=m&&m.show()),k.show(),n="click";var p=o-10+"px";g.css("min-height",p),d.find("span.simcal-events-dots:not(:empty)").css("min-height",p)}else o<=240?f.each(function(a,b){c(b).text(c(b).data("screen-medium"))}):f.each(function(a,b){c(b).text(c(b).data("screen-large"))}),h.show(),i.show(),"undefined"!=j&&(j.show(),"undefined"!=m&&m.hide()),k.hide(),g.css("min-height",o+"px");g.each(function(b,d){var e,f,g=c(d).find("span.simcal-events-dots"),h=c(d).find(".simcal-tooltip");o<60?(l.show(),e=g):(l.hide(),e=h),e.each(function(b,e){c(e).qtip({content:o<60?c(d).find("ul.simcal-events"):c(e).find("> .simcal-tooltip-content"),position:{my:"top center",at:"bottom center",target:c(e),viewport:!(o<60)||c(a),adjust:{method:"shift",scroll:!1}},style:{def:!1,classes:"simcal-default-calendar simcal-event-bubble"},show:{solo:!0,effect:!1,event:"hover"==n?"mouseenter":"click"},hide:{fixed:!0,effect:!1,event:"click"==n?"unfocus":"mouseleave",delay:100},events:{show:function(a,b){f&&f.id&&f.id!=b.id&&f.hide(),f=b}},overwrite:!1})})})}function h(){c(".simcal-events-toggle").each(function(a,b){var d=c(b).prev(".simcal-events"),e=d.find(".simcal-event-toggled"),f=c(b).find("i");c(b).on("click",function(){f.toggleClass("simcal-icon-rotate-180"),e.slideToggle()})})}c(".simcal-default-calendar").each(function(a,i){var j,k,l=c(i),m=l.data("calendar-id"),n=l.data("offset"),o=l.data("events-first"),p=l.data("calendar-end"),q=l.find(".simcal-calendar-head"),r=q.find(".simcal-nav-button"),s=l.find(".simcal-ajax-loader"),t=q.find(".simcal-current"),u=t.data("calendar-current"),v=t.find("span.simcal-current-month"),w=t.find("span.simcal-current-year"),x=b.tz(1e3*u,l.data("timezone"));l.hasClass("simcal-default-calendar-grid")?(k="simcal_default_calendar_draw_grid",j=new Date(x.year(),x.month()),d(r,j.getTime()/1e3,o,p)):(k="simcal_default_calendar_draw_list",e(r,l,o,p,!1,u),f(l)),r.on("click",function(){var a=c(this).hasClass("simcal-next")?"next":"prev";if("simcal_default_calendar_draw_grid"==k){var b,i,q,u=l.find(".simcal-month");"prev"==a?b=new Date(j.setMonth(j.getMonth()-1,1)):(b=new Date(j.setMonth(j.getMonth()+2,1)),b.setDate(0),b.setHours(23),b.setMinutes(59),b.setSeconds(59)),i=b.getMonth(),q=b.getFullYear(),c.ajax({url:simcal_default_calendar.ajax_url,type:"POST",dataType:"json",cache:!1,data:{action:k,month:i+1,year:q,id:m},beforeSend:function(){s.fadeToggle()},success:function(a){v.text(simcal_default_calendar.months.full[i]),w.text(q),t.attr("data-calendar-current",b.getTime()/1e3+n+1),d(r,b.getTime()/1e3,o,p),s.fadeToggle(),j=b,u.replaceWith(a.data),g(l),h()},error:function(a){console.log(a)}})}else{var x=l.find(".simcal-events-list-container"),y=x.data("prev"),z=x.data("next"),A="prev"==a?y:z;c.ajax({url:simcal_default_calendar.ajax_url,type:"POST",dataType:"json",cache:!1,data:{action:k,ts:A,id:m},beforeSend:function(){s.fadeToggle()},success:function(b){x.replaceWith(b.data),t.attr("data-calendar-current",A),f(l),e(r,l,o,p,a,A),s.fadeToggle(),h()},error:function(a){console.log(a)}})}})});var i=c(".simcal-default-calendar-grid");i.each(function(a,b){g(b),c(b).on("change",function(){g(this)})}),a.onresize=function(){i.each(function(a,b){g(b)})},h()})}(this,moment);
1
+ /*! Simple Calendar - 3.1.20
2
  * https://simplecalendar.io
3
+ * Copyright (c) Moonstone Media 2018
4
  * Licensed GPLv2+ */
5
 
6
+ !function(a,b,c){"use strict";jQuery(function(c){function d(a,b,d,e){a.each(function(a,f){var g=c(f),h=new Date(1e3*b);g.hasClass("simcal-prev")?(h=new Date(h.setMonth(h.getMonth(),1)),h.setDate(0),h.getTime()/1e3<=d?g.attr("disabled","disabled"):g.removeAttr("disabled")):(h=new Date(h.setMonth(h.getMonth()+1,1)),h.setDate(0),h.setHours(23),h.setMinutes(59),h.setSeconds(59),h.getTime()/1e3>=e?g.attr("disabled","disabled"):g.removeAttr("disabled"))})}function e(a,b,d,e,f,g){var h=b.find(".simcal-events-list-container"),i=h.data("prev"),j=h.data("next"),k=h.find("li.simcal-event:last").data("start");a.each(function(a,b){var h=c(b);f?h.hasClass("simcal-prev")?"prev"==f?i<=d&&g<=d&&h.attr("disabled","disabled"):h.removeAttr("disabled"):h.hasClass("simcal-next")&&("next"==f?(j>=e&&g>=e||k>=e)&&h.attr("disabled","disabled"):h.removeAttr("disabled")):h.hasClass("simcal-prev")?i<=d&&g<=d&&h.attr("disabled","disabled"):h.hasClass("simcal-next")&&(j>=e&&g>=e||k>=e)&&h.attr("disabled","disabled")})}function f(a){var b=c(a).find(".simcal-current"),d=c(a).find(".simcal-events-list-container"),e=d.data("heading-small"),f=d.data("heading-large"),g=c("<h3 />");a.width()<400?g.text(e):g.text(f),b.html(g)}function g(b){var d=c(b).find("> table"),e=d.find("thead"),f=e.find("th.simcal-week-day"),g=d.find("td.simcal-day > div"),h=d.find("ul.simcal-events"),i=h.find("> li > .simcal-event-title"),j=d.find(".simcal-events-toggle"),k=d.find("span.simcal-events-dots"),l=d.find(".simcal-tooltip-content"),m=d.find(".simcal-event-toggled"),n=d.data("event-bubble-trigger"),o=g.first().width();if(o<60){f.each(function(a,b){c(b).text(c(b).data("screen-small"))}),h.hide(),i.hide(),"undefined"!=j&&(j.hide(),"undefined"!=m&&m.show()),k.show(),n="click";var p=o-10+"px";g.css("min-height",p),d.find("span.simcal-events-dots:not(:empty)").css("min-height",p)}else o<=240?f.each(function(a,b){c(b).text(c(b).data("screen-medium"))}):f.each(function(a,b){c(b).text(c(b).data("screen-large"))}),h.show(),i.show(),"undefined"!=j&&(j.show(),"undefined"!=m&&m.hide()),k.hide(),g.css("min-height",o+"px");g.each(function(b,d){var e,f,g=c(d).find("span.simcal-events-dots"),h=c(d).find(".simcal-tooltip");o<60?(l.show(),e=g):(l.hide(),e=h),e.each(function(b,e){c(e).qtip({content:o<60?c(d).find("ul.simcal-events"):c(e).find("> .simcal-tooltip-content"),position:{my:"top center",at:"bottom center",target:c(e),viewport:!(o<60)||c(a),adjust:{method:"shift",scroll:!1}},style:{def:!1,classes:"simcal-default-calendar simcal-event-bubble"},show:{solo:!0,effect:!1,event:"hover"==n?"mouseenter":"click"},hide:{fixed:!0,effect:!1,event:"click"==n?"unfocus":"mouseleave",delay:100},events:{show:function(a,b){f&&f.id&&f.id!=b.id&&f.hide(),f=b}},overwrite:!1})})})}function h(){c(".simcal-events-toggle").each(function(a,b){var d=c(b).prev(".simcal-events"),e=d.find(".simcal-event-toggled"),f=c(b).find("i");c(b).on("click",function(){f.toggleClass("simcal-icon-rotate-180"),e.slideToggle()})})}c(".simcal-default-calendar").each(function(a,i){var j,k,l=c(i),m=l.data("calendar-id"),n=l.data("offset"),o=l.data("events-first"),p=l.data("calendar-end"),q=l.find(".simcal-calendar-head"),r=q.find(".simcal-nav-button"),s=l.find(".simcal-ajax-loader"),t=q.find(".simcal-current"),u=t.data("calendar-current"),v=t.find("span.simcal-current-month"),w=t.find("span.simcal-current-year"),x=b.tz(1e3*u,l.data("timezone"));l.hasClass("simcal-default-calendar-grid")?(k="simcal_default_calendar_draw_grid",j=new Date(x.year(),x.month()),d(r,j.getTime()/1e3,o,p)):(k="simcal_default_calendar_draw_list",e(r,l,o,p,!1,u),f(l)),r.on("click",function(){var a=c(this).hasClass("simcal-next")?"next":"prev";if("simcal_default_calendar_draw_grid"==k){var b,i,q,u=l.find(".simcal-month");"prev"==a?b=new Date(j.setMonth(j.getMonth()-1,1)):(b=new Date(j.setMonth(j.getMonth()+2,1)),b.setDate(0),b.setHours(23),b.setMinutes(59),b.setSeconds(59)),i=b.getMonth(),q=b.getFullYear(),c.ajax({url:simcal_default_calendar.ajax_url,type:"POST",dataType:"json",cache:!1,data:{action:k,month:i+1,year:q,id:m},beforeSend:function(){s.fadeToggle()},success:function(a){v.text(simcal_default_calendar.months.full[i]),w.text(q),t.attr("data-calendar-current",b.getTime()/1e3+n+1),d(r,b.getTime()/1e3,o,p),s.fadeToggle(),j=b,u.replaceWith(a.data),g(l,x),h()},error:function(a){console.log(a)}})}else{var x=l.find(".simcal-events-list-container"),y=x.data("prev"),z=x.data("next"),A="prev"==a?y:z;c.ajax({url:simcal_default_calendar.ajax_url,type:"POST",dataType:"json",cache:!1,data:{action:k,ts:A,id:m},beforeSend:function(){s.fadeToggle()},success:function(b){x.replaceWith(b.data),t.attr("data-calendar-current",A),f(l),e(r,l,o,p,a,A),s.fadeToggle(),h()},error:function(a){console.log(a)}})}})});var i=c(".simcal-default-calendar-grid");i.each(function(a,b){g(b),c(b).on("change",function(){g(this)})}),a.onresize=function(){i.each(function(a,b){g(b)})},h()})}(this,moment);
assets/js/vendor/imagesloaded.pkgd.js CHANGED
@@ -1,493 +1,493 @@
1
- /*!
2
- * imagesLoaded PACKAGED v4.1.3
3
- * JavaScript is all like "You images are done yet or what?"
4
- * MIT License
5
- */
6
-
7
- /**
8
- * EvEmitter v1.1.0
9
- * Lil' event emitter
10
- * MIT License
11
- */
12
-
13
- /* jshint unused: true, undef: true, strict: true */
14
-
15
- ( function( global, factory ) {
16
- // universal module definition
17
- /* jshint strict: false */ /* globals define, module, window */
18
- if ( typeof define == 'function' && define.amd ) {
19
- // AMD - RequireJS
20
- define( 'ev-emitter/ev-emitter',factory );
21
- } else if ( typeof module == 'object' && module.exports ) {
22
- // CommonJS - Browserify, Webpack
23
- module.exports = factory();
24
- } else {
25
- // Browser globals
26
- global.EvEmitter = factory();
27
- }
28
-
29
- }( typeof window != 'undefined' ? window : this, function() {
30
-
31
-
32
-
33
- function EvEmitter() {}
34
-
35
- var proto = EvEmitter.prototype;
36
-
37
- proto.on = function( eventName, listener ) {
38
- if ( !eventName || !listener ) {
39
- return;
40
- }
41
- // set events hash
42
- var events = this._events = this._events || {};
43
- // set listeners array
44
- var listeners = events[ eventName ] = events[ eventName ] || [];
45
- // only add once
46
- if ( listeners.indexOf( listener ) == -1 ) {
47
- listeners.push( listener );
48
- }
49
-
50
- return this;
51
- };
52
-
53
- proto.once = function( eventName, listener ) {
54
- if ( !eventName || !listener ) {
55
- return;
56
- }
57
- // add event
58
- this.on( eventName, listener );
59
- // set once flag
60
- // set onceEvents hash
61
- var onceEvents = this._onceEvents = this._onceEvents || {};
62
- // set onceListeners object
63
- var onceListeners = onceEvents[ eventName ] = onceEvents[ eventName ] || {};
64
- // set flag
65
- onceListeners[ listener ] = true;
66
-
67
- return this;
68
- };
69
-
70
- proto.off = function( eventName, listener ) {
71
- var listeners = this._events && this._events[ eventName ];
72
- if ( !listeners || !listeners.length ) {
73
- return;
74
- }
75
- var index = listeners.indexOf( listener );
76
- if ( index != -1 ) {
77
- listeners.splice( index, 1 );
78
- }
79
-
80
- return this;
81
- };
82
-
83
- proto.emitEvent = function( eventName, args ) {
84
- var listeners = this._events && this._events[ eventName ];
85
- if ( !listeners || !listeners.length ) {
86
- return;
87
- }
88
- var i = 0;
89
- var listener = listeners[i];
90
- args = args || [];
91
- // once stuff
92
- var onceListeners = this._onceEvents && this._onceEvents[ eventName ];
93
-
94
- while ( listener ) {
95
- var isOnce = onceListeners && onceListeners[ listener ];
96
- if ( isOnce ) {
97
- // remove listener
98
- // remove before trigger to prevent recursion
99
- this.off( eventName, listener );
100
- // unset once flag
101
- delete onceListeners[ listener ];
102
- }
103
- // trigger listener
104
- listener.apply( this, args );
105
- // get next listener
106
- i += isOnce ? 0 : 1;
107
- listener = listeners[i];
108
- }
109
-
110
- return this;
111
- };
112
-
113
- proto.allOff =
114
- proto.removeAllListeners = function() {
115
- delete this._events;
116
- delete this._onceEvents;
117
- };
118
-
119
- return EvEmitter;
120
-
121
- }));
122
-
123
- /*!
124
- * imagesLoaded v4.1.3
125
- * JavaScript is all like "You images are done yet or what?"
126
- * MIT License
127
- */
128
-
129
- ( function( window, factory ) { 'use strict';
130
- // universal module definition
131
-
132
- /*global define: false, module: false, require: false */
133
-
134
- if ( typeof define == 'function' && define.amd ) {
135
- // AMD
136
- define( [
137
- 'ev-emitter/ev-emitter'
138
- ], function( EvEmitter ) {
139
- return factory( window, EvEmitter );
140
- });
141
- } else if ( typeof module == 'object' && module.exports ) {
142
- // CommonJS
143
- module.exports = factory(
144
- window,
145
- require('ev-emitter')
146
- );
147
- } else {
148
- // browser global
149
- window.imagesLoaded = factory(
150
- window,
151
- window.EvEmitter
152
- );
153
- }
154
-
155
- })( typeof window !== 'undefined' ? window : this,
156
-
157
- // -------------------------- factory -------------------------- //
158
-
159
- function factory( window, EvEmitter ) {
160
-
161
-
162
-
163
- var $ = window.jQuery;
164
- var console = window.console;
165
-
166
- // -------------------------- helpers -------------------------- //
167
-
168
- // extend objects
169
- function extend( a, b ) {
170
- for ( var prop in b ) {
171
- a[ prop ] = b[ prop ];
172
- }
173
- return a;
174
- }
175
-
176
- // turn element or nodeList into an array
177
- function makeArray( obj ) {
178
- var ary = [];
179
- if ( Array.isArray( obj ) ) {
180
- // use object if already an array
181
- ary = obj;
182
- } else if ( typeof obj.length == 'number' ) {
183
- // convert nodeList to array
184
- for ( var i=0; i < obj.length; i++ ) {
185
- ary.push( obj[i] );
186
- }
187
- } else {
188
- // array of single index
189
- ary.push( obj );
190
- }
191
- return ary;
192
- }
193
-
194
- // -------------------------- imagesLoaded -------------------------- //
195
-
196
- /**
197
- * @param {Array, Element, NodeList, String} elem
198
- * @param {Object or Function} options - if function, use as callback
199
- * @param {Function} onAlways - callback function
200
- */
201
- function ImagesLoaded( elem, options, onAlways ) {
202
- // coerce ImagesLoaded() without new, to be new ImagesLoaded()
203
- if ( !( this instanceof ImagesLoaded ) ) {
204
- return new ImagesLoaded( elem, options, onAlways );
205
- }
206
- // use elem as selector string
207
- if ( typeof elem == 'string' ) {
208
- elem = document.querySelectorAll( elem );
209
- }
210
-
211
- this.elements = makeArray( elem );
212
- this.options = extend( {}, this.options );
213
-
214
- if ( typeof options == 'function' ) {
215
- onAlways = options;
216
- } else {
217
- extend( this.options, options );
218
- }
219
-
220
- if ( onAlways ) {
221
- this.on( 'always', onAlways );
222
- }
223
-
224
- this.getImages();
225
-
226
- if ( $ ) {
227
- // add jQuery Deferred object
228
- this.jqDeferred = new $.Deferred();
229
- }
230
-
231
- // HACK check async to allow time to bind listeners
232
- setTimeout( function() {
233
- this.check();
234
- }.bind( this ));
235
- }
236
-
237
- ImagesLoaded.prototype = Object.create( EvEmitter.prototype );
238
-
239
- ImagesLoaded.prototype.options = {};
240
-
241
- ImagesLoaded.prototype.getImages = function() {
242
- this.images = [];
243
-
244
- // filter & find items if we have an item selector
245
- this.elements.forEach( this.addElementImages, this );
246
- };
247
-
248
- /**
249
- * @param {Node} element
250
- */
251
- ImagesLoaded.prototype.addElementImages = function( elem ) {
252
- // filter siblings
253
- if ( elem.nodeName == 'IMG' ) {
254
- this.addImage( elem );
255
- }
256
- // get background image on element
257
- if ( this.options.background === true ) {
258
- this.addElementBackgroundImages( elem );
259
- }
260
-
261
- // find children
262
- // no non-element nodes, #143
263
- var nodeType = elem.nodeType;
264
- if ( !nodeType || !elementNodeTypes[ nodeType ] ) {
265
- return;
266
- }
267
- var childImgs = elem.querySelectorAll('img');
268
- // concat childElems to filterFound array
269
- for ( var i=0; i < childImgs.length; i++ ) {
270
- var img = childImgs[i];
271
- this.addImage( img );
272
- }
273
-
274
- // get child background images
275
- if ( typeof this.options.background == 'string' ) {
276
- var children = elem.querySelectorAll( this.options.background );
277
- for ( i=0; i < children.length; i++ ) {
278
- var child = children[i];
279
- this.addElementBackgroundImages( child );
280
- }
281
- }
282
- };
283
-
284
- var elementNodeTypes = {
285
- 1: true,
286
- 9: true,
287
- 11: true
288
- };
289
-
290
- ImagesLoaded.prototype.addElementBackgroundImages = function( elem ) {
291
- var style = getComputedStyle( elem );
292
- if ( !style ) {
293
- // Firefox returns null if in a hidden iframe https://bugzil.la/548397
294
- return;
295
- }
296
- // get url inside url("...")
297
- var reURL = /url\((['"])?(.*?)\1\)/gi;
298
- var matches = reURL.exec( style.backgroundImage );
299
- while ( matches !== null ) {
300
- var url = matches && matches[2];
301
- if ( url ) {
302
- this.addBackground( url, elem );
303
- }
304
- matches = reURL.exec( style.backgroundImage );
305
- }
306
- };
307
-
308
- /**
309
- * @param {Image} img
310
- */
311
- ImagesLoaded.prototype.addImage = function( img ) {
312
- var loadingImage = new LoadingImage( img );
313
- this.images.push( loadingImage );
314
- };
315
-
316
- ImagesLoaded.prototype.addBackground = function( url, elem ) {
317
- var background = new Background( url, elem );
318
- this.images.push( background );
319
- };
320
-
321
- ImagesLoaded.prototype.check = function() {
322
- var _this = this;
323
- this.progressedCount = 0;
324
- this.hasAnyBroken = false;
325
- // complete if no images
326
- if ( !this.images.length ) {
327
- this.complete();
328
- return;
329
- }
330
-
331
- function onProgress( image, elem, message ) {
332
- // HACK - Chrome triggers event before object properties have changed. #83
333
- setTimeout( function() {
334
- _this.progress( image, elem, message );
335
- });
336
- }
337
-
338
- this.images.forEach( function( loadingImage ) {
339
- loadingImage.once( 'progress', onProgress );
340
- loadingImage.check();
341
- });
342
- };
343
-
344
- ImagesLoaded.prototype.progress = function( image, elem, message ) {
345
- this.progressedCount++;
346
- this.hasAnyBroken = this.hasAnyBroken || !image.isLoaded;
347
- // progress event
348
- this.emitEvent( 'progress', [ this, image, elem ] );
349
- if ( this.jqDeferred && this.jqDeferred.notify ) {
350
- this.jqDeferred.notify( this, image );
351
- }
352
- // check if completed
353
- if ( this.progressedCount == this.images.length ) {
354
- this.complete();
355
- }
356
-
357
- if ( this.options.debug && console ) {
358
- console.log( 'progress: ' + message, image, elem );
359
- }
360
- };
361
-
362
- ImagesLoaded.prototype.complete = function() {
363
- var eventName = this.hasAnyBroken ? 'fail' : 'done';
364
- this.isComplete = true;
365
- this.emitEvent( eventName, [ this ] );
366
- this.emitEvent( 'always', [ this ] );
367
- if ( this.jqDeferred ) {
368
- var jqMethod = this.hasAnyBroken ? 'reject' : 'resolve';
369
- this.jqDeferred[ jqMethod ]( this );
370
- }
371
- };
372
-
373
- // -------------------------- -------------------------- //
374
-
375
- function LoadingImage( img ) {
376
- this.img = img;
377
- }
378
-
379
- LoadingImage.prototype = Object.create( EvEmitter.prototype );
380
-
381
- LoadingImage.prototype.check = function() {
382
- // If complete is true and browser supports natural sizes,
383
- // try to check for image status manually.
384
- var isComplete = this.getIsImageComplete();
385
- if ( isComplete ) {
386
- // report based on naturalWidth
387
- this.confirm( this.img.naturalWidth !== 0, 'naturalWidth' );
388
- return;
389
- }
390
-
391
- // If none of the checks above matched, simulate loading on detached element.
392
- this.proxyImage = new Image();
393
- this.proxyImage.addEventListener( 'load', this );
394
- this.proxyImage.addEventListener( 'error', this );
395
- // bind to image as well for Firefox. #191
396
- this.img.addEventListener( 'load', this );
397
- this.img.addEventListener( 'error', this );
398
- this.proxyImage.src = this.img.src;
399
- };
400
-
401
- LoadingImage.prototype.getIsImageComplete = function() {
402
- return this.img.complete && this.img.naturalWidth !== undefined;
403
- };
404
-
405
- LoadingImage.prototype.confirm = function( isLoaded, message ) {
406
- this.isLoaded = isLoaded;
407
- this.emitEvent( 'progress', [ this, this.img, message ] );
408
- };
409
-
410
- // ----- events ----- //
411
-
412
- // trigger specified handler for event type
413
- LoadingImage.prototype.handleEvent = function( event ) {
414
- var method = 'on' + event.type;
415
- if ( this[ method ] ) {
416
- this[ method ]( event );
417
- }
418
- };
419
-
420
- LoadingImage.prototype.onload = function() {
421
- this.confirm( true, 'onload' );
422
- this.unbindEvents();
423
- };
424
-
425
- LoadingImage.prototype.onerror = function() {
426
- this.confirm( false, 'onerror' );
427
- this.unbindEvents();
428
- };
429
-
430
- LoadingImage.prototype.unbindEvents = function() {
431
- this.proxyImage.removeEventListener( 'load', this );
432
- this.proxyImage.removeEventListener( 'error', this );
433
- this.img.removeEventListener( 'load', this );
434
- this.img.removeEventListener( 'error', this );
435
- };
436
-
437
- // -------------------------- Background -------------------------- //
438
-
439
- function Background( url, element ) {
440
- this.url = url;
441
- this.element = element;
442
- this.img = new Image();
443
- }
444
-
445
- // inherit LoadingImage prototype
446
- Background.prototype = Object.create( LoadingImage.prototype );
447
-
448
- Background.prototype.check = function() {
449
- this.img.addEventListener( 'load', this );
450
- this.img.addEventListener( 'error', this );
451
- this.img.src = this.url;
452
- // check if image is already complete
453
- var isComplete = this.getIsImageComplete();
454
- if ( isComplete ) {
455
- this.confirm( this.img.naturalWidth !== 0, 'naturalWidth' );
456
- this.unbindEvents();
457
- }
458
- };
459
-
460
- Background.prototype.unbindEvents = function() {
461
- this.img.removeEventListener( 'load', this );
462
- this.img.removeEventListener( 'error', this );
463
- };
464
-
465
- Background.prototype.confirm = function( isLoaded, message ) {
466
- this.isLoaded = isLoaded;
467
- this.emitEvent( 'progress', [ this, this.element, message ] );
468
- };
469
-
470
- // -------------------------- jQuery -------------------------- //
471
-
472
- ImagesLoaded.makeJQueryPlugin = function( jQuery ) {
473
- jQuery = jQuery || window.jQuery;
474
- if ( !jQuery ) {
475
- return;
476
- }
477
- // set local variable
478
- $ = jQuery;
479
- // $().imagesLoaded()
480
- $.fn.imagesLoaded = function( options, callback ) {
481
- var instance = new ImagesLoaded( this, options, callback );
482
- return instance.jqDeferred.promise( $(this) );
483
- };
484
- };
485
- // try making plugin
486
- ImagesLoaded.makeJQueryPlugin();
487
-
488
- // -------------------------- -------------------------- //
489
-
490
- return ImagesLoaded;
491
-
492
- });
493
-
1
+ /*!
2
+ * imagesLoaded PACKAGED v4.1.3
3
+ * JavaScript is all like "You images are done yet or what?"
4
+ * MIT License
5
+ */
6
+
7
+ /**
8
+ * EvEmitter v1.1.0
9
+ * Lil' event emitter
10
+ * MIT License
11
+ */
12
+
13
+ /* jshint unused: true, undef: true, strict: true */
14
+
15
+ ( function( global, factory ) {
16
+ // universal module definition
17
+ /* jshint strict: false */ /* globals define, module, window */
18
+ if ( typeof define == 'function' && define.amd ) {
19
+ // AMD - RequireJS
20
+ define( 'ev-emitter/ev-emitter',factory );
21
+ } else if ( typeof module == 'object' && module.exports ) {
22
+ // CommonJS - Browserify, Webpack
23
+ module.exports = factory();
24
+ } else {
25
+ // Browser globals
26
+ global.EvEmitter = factory();
27
+ }
28
+
29
+ }( typeof window != 'undefined' ? window : this, function() {
30
+
31
+
32
+
33
+ function EvEmitter() {}
34
+
35
+ var proto = EvEmitter.prototype;
36
+
37
+ proto.on = function( eventName, listener ) {
38
+ if ( !eventName || !listener ) {
39
+ return;
40
+ }
41
+ // set events hash
42
+ var events = this._events = this._events || {};
43
+ // set listeners array
44
+ var listeners = events[ eventName ] = events[ eventName ] || [];
45
+ // only add once
46
+ if ( listeners.indexOf( listener ) == -1 ) {
47
+ listeners.push( listener );
48
+ }
49
+
50
+ return this;
51
+ };
52
+
53
+ proto.once = function( eventName, listener ) {
54
+ if ( !eventName || !listener ) {
55
+ return;
56
+ }
57
+ // add event
58
+ this.on( eventName, listener );
59
+ // set once flag
60
+ // set onceEvents hash
61
+ var onceEvents = this._onceEvents = this._onceEvents || {};
62
+ // set onceListeners object
63
+ var onceListeners = onceEvents[ eventName ] = onceEvents[ eventName ] || {};
64
+ // set flag
65
+ onceListeners[ listener ] = true;
66
+
67
+ return this;
68
+ };
69
+
70
+ proto.off = function( eventName, listener ) {
71
+ var listeners = this._events && this._events[ eventName ];
72
+ if ( !listeners || !listeners.length ) {
73
+ return;
74
+ }
75
+ var index = listeners.indexOf( listener );
76
+ if ( index != -1 ) {
77
+ listeners.splice( index, 1 );
78
+ }
79
+
80
+ return this;
81
+ };
82
+
83
+ proto.emitEvent = function( eventName, args ) {
84
+ var listeners = this._events && this._events[ eventName ];
85
+ if ( !listeners || !listeners.length ) {
86
+ return;
87
+ }
88
+ var i = 0;
89
+ var listener = listeners[i];
90
+ args = args || [];
91
+ // once stuff
92
+ var onceListeners = this._onceEvents && this._onceEvents[ eventName ];
93
+
94
+ while ( listener ) {
95
+ var isOnce = onceListeners && onceListeners[ listener ];
96
+ if ( isOnce ) {
97
+ // remove listener
98
+ // remove before trigger to prevent recursion
99
+ this.off( eventName, listener );
100
+ // unset once flag
101
+ delete onceListeners[ listener ];
102
+ }
103
+ // trigger listener
104
+ listener.apply( this, args );
105
+ // get next listener
106
+ i += isOnce ? 0 : 1;
107
+ listener = listeners[i];
108
+ }
109
+
110
+ return this;
111
+ };
112
+
113
+ proto.allOff =
114
+ proto.removeAllListeners = function() {
115
+ delete this._events;
116
+ delete this._onceEvents;
117
+ };
118
+
119
+ return EvEmitter;
120
+
121
+ }));
122
+
123
+ /*!
124
+ * imagesLoaded v4.1.3
125
+ * JavaScript is all like "You images are done yet or what?"
126
+ * MIT License
127
+ */
128
+
129
+ ( function( window, factory ) { 'use strict';
130
+ // universal module definition
131
+
132
+ /*global define: false, module: false, require: false */
133
+
134
+ if ( typeof define == 'function' && define.amd ) {
135
+ // AMD
136
+ define( [
137
+ 'ev-emitter/ev-emitter'
138
+ ], function( EvEmitter ) {
139
+ return factory( window, EvEmitter );
140
+ });
141
+ } else if ( typeof module == 'object' && module.exports ) {
142
+ // CommonJS
143
+ module.exports = factory(
144
+ window,
145
+ require('ev-emitter')
146
+ );
147
+ } else {
148
+ // browser global
149
+ window.imagesLoaded = factory(
150
+ window,
151
+ window.EvEmitter
152
+ );
153
+ }
154
+
155
+ })( typeof window !== 'undefined' ? window : this,
156
+
157
+ // -------------------------- factory -------------------------- //
158
+
159
+ function factory( window, EvEmitter ) {
160
+
161
+
162
+
163
+ var $ = window.jQuery;
164
+ var console = window.console;
165
+
166
+ // -------------------------- helpers -------------------------- //
167
+
168
+ // extend objects
169
+ function extend( a, b ) {
170
+ for ( var prop in b ) {
171
+ a[ prop ] = b[ prop ];
172
+ }
173
+ return a;
174
+ }
175
+
176
+ // turn element or nodeList into an array
177
+ function makeArray( obj ) {
178
+ var ary = [];
179
+ if ( Array.isArray( obj ) ) {
180
+ // use object if already an array
181
+ ary = obj;
182
+ } else if ( typeof obj.length == 'number' ) {
183
+ // convert nodeList to array
184
+ for ( var i=0; i < obj.length; i++ ) {
185
+ ary.push( obj[i] );
186
+ }
187
+ } else {
188
+ // array of single index
189
+ ary.push( obj );
190
+ }
191
+ return ary;
192
+ }
193
+
194
+ // -------------------------- imagesLoaded -------------------------- //
195
+
196
+ /**
197
+ * @param {Array, Element, NodeList, String} elem
198
+ * @param {Object or Function} options - if function, use as callback
199
+ * @param {Function} onAlways - callback function
200
+ */
201
+ function ImagesLoaded( elem, options, onAlways ) {
202
+ // coerce ImagesLoaded() without new, to be new ImagesLoaded()
203
+ if ( !( this instanceof ImagesLoaded ) ) {
204
+ return new ImagesLoaded( elem, options, onAlways );
205
+ }
206
+ // use elem as selector string
207
+ if ( typeof elem == 'string' ) {
208
+ elem = document.querySelectorAll( elem );
209
+ }
210
+
211
+ this.elements = makeArray( elem );
212
+ this.options = extend( {}, this.options );
213
+
214
+ if ( typeof options == 'function' ) {
215
+ onAlways = options;
216
+ } else {
217
+ extend( this.options, options );
218
+ }
219
+
220
+ if ( onAlways ) {
221
+ this.on( 'always', onAlways );
222
+ }
223
+
224
+ this.getImages();
225
+
226
+ if ( $ ) {
227
+ // add jQuery Deferred object
228
+ this.jqDeferred = new $.Deferred();
229
+ }
230
+
231
+ // HACK check async to allow time to bind listeners
232
+ setTimeout( function() {
233
+ this.check();
234
+ }.bind( this ));
235
+ }
236
+
237
+ ImagesLoaded.prototype = Object.create( EvEmitter.prototype );
238
+
239
+ ImagesLoaded.prototype.options = {};
240
+
241
+ ImagesLoaded.prototype.getImages = function() {
242
+ this.images = [];
243
+
244
+ // filter & find items if we have an item selector
245
+ this.elements.forEach( this.addElementImages, this );
246
+ };
247
+
248
+ /**
249
+ * @param {Node} element
250
+ */
251
+ ImagesLoaded.prototype.addElementImages = function( elem ) {
252
+ // filter siblings
253
+ if ( elem.nodeName == 'IMG' ) {
254
+ this.addImage( elem );
255
+ }
256
+ // get background image on element
257
+ if ( this.options.background === true ) {
258
+ this.addElementBackgroundImages( elem );
259
+ }
260
+
261
+ // find children
262
+ // no non-element nodes, #143
263
+ var nodeType = elem.nodeType;
264
+ if ( !nodeType || !elementNodeTypes[ nodeType ] ) {
265
+ return;
266
+ }
267
+ var childImgs = elem.querySelectorAll('img');
268
+ // concat childElems to filterFound array
269
+ for ( var i=0; i < childImgs.length; i++ ) {
270
+ var img = childImgs[i];
271
+ this.addImage( img );
272
+ }
273
+
274
+ // get child background images
275
+ if ( typeof this.options.background == 'string' ) {
276
+ var children = elem.querySelectorAll( this.options.background );
277
+ for ( i=0; i < children.length; i++ ) {
278
+ var child = children[i];
279
+ this.addElementBackgroundImages( child );
280
+ }
281
+ }
282
+ };
283
+
284
+ var elementNodeTypes = {
285
+ 1: true,
286
+ 9: true,
287
+ 11: true
288
+ };
289
+
290
+ ImagesLoaded.prototype.addElementBackgroundImages = function( elem ) {
291
+ var style = getComputedStyle( elem );
292
+ if ( !style ) {
293
+ // Firefox returns null if in a hidden iframe https://bugzil.la/548397
294
+ return;
295
+ }
296
+ // get url inside url("...")
297
+ var reURL = /url\((['"])?(.*?)\1\)/gi;
298
+ var matches = reURL.exec( style.backgroundImage );
299
+ while ( matches !== null ) {
300
+ var url = matches && matches[2];
301
+ if ( url ) {
302
+ this.addBackground( url, elem );
303
+ }
304
+ matches = reURL.exec( style.backgroundImage );
305
+ }
306
+ };
307
+
308
+ /**
309
+ * @param {Image} img
310
+ */
311
+ ImagesLoaded.prototype.addImage = function( img ) {
312
+ var loadingImage = new LoadingImage( img );
313
+ this.images.push( loadingImage );
314
+ };
315
+
316
+ ImagesLoaded.prototype.addBackground = function( url, elem ) {
317
+ var background = new Background( url, elem );
318
+ this.images.push( background );
319
+ };
320
+
321
+ ImagesLoaded.prototype.check = function() {
322
+ var _this = this;
323
+ this.progressedCount = 0;
324
+ this.hasAnyBroken = false;
325
+ // complete if no images
326
+ if ( !this.images.length ) {
327
+ this.complete();
328
+ return;
329
+ }
330
+
331
+ function onProgress( image, elem, message ) {
332
+ // HACK - Chrome triggers event before object properties have changed. #83
333
+ setTimeout( function() {
334
+ _this.progress( image, elem, message );
335
+ });
336
+ }
337
+
338
+ this.images.forEach( function( loadingImage ) {
339
+ loadingImage.once( 'progress', onProgress );
340
+ loadingImage.check();
341
+ });
342
+ };
343
+
344
+ ImagesLoaded.prototype.progress = function( image, elem, message ) {
345
+ this.progressedCount++;
346
+ this.hasAnyBroken = this.hasAnyBroken || !image.isLoaded;
347
+ // progress event
348
+ this.emitEvent( 'progress', [ this, image, elem ] );
349
+ if ( this.jqDeferred && this.jqDeferred.notify ) {
350
+ this.jqDeferred.notify( this, image );
351
+ }
352
+ // check if completed
353
+ if ( this.progressedCount == this.images.length ) {
354
+ this.complete();
355
+ }
356
+
357
+ if ( this.options.debug && console ) {
358
+ console.log( 'progress: ' + message, image, elem );
359
+ }
360
+ };
361
+
362
+ ImagesLoaded.prototype.complete = function() {
363
+ var eventName = this.hasAnyBroken ? 'fail' : 'done';
364
+ this.isComplete = true;
365
+ this.emitEvent( eventName, [ this ] );
366
+ this.emitEvent( 'always', [ this ] );
367
+ if ( this.jqDeferred ) {
368
+ var jqMethod = this.hasAnyBroken ? 'reject' : 'resolve';
369
+ this.jqDeferred[ jqMethod ]( this );
370
+ }
371
+ };
372
+
373
+ // -------------------------- -------------------------- //
374
+
375
+ function LoadingImage( img ) {
376
+ this.img = img;
377
+ }
378
+
379
+ LoadingImage.prototype = Object.create( EvEmitter.prototype );
380
+
381
+ LoadingImage.prototype.check = function() {
382
+ // If complete is true and browser supports natural sizes,
383
+ // try to check for image status manually.
384
+ var isComplete = this.getIsImageComplete();
385
+ if ( isComplete ) {
386
+ // report based on naturalWidth
387
+ this.confirm( this.img.naturalWidth !== 0, 'naturalWidth' );
388
+ return;
389
+ }
390
+
391
+ // If none of the checks above matched, simulate loading on detached element.
392
+ this.proxyImage = new Image();
393
+ this.proxyImage.addEventListener( 'load', this );
394
+ this.proxyImage.addEventListener( 'error', this );
395
+ // bind to image as well for Firefox. #191
396
+ this.img.addEventListener( 'load', this );
397
+ this.img.addEventListener( 'error', this );
398
+ this.proxyImage.src = this.img.src;
399
+ };
400
+
401
+ LoadingImage.prototype.getIsImageComplete = function() {
402
+ return this.img.complete && this.img.naturalWidth !== undefined;
403
+ };
404
+
405
+ LoadingImage.prototype.confirm = function( isLoaded, message ) {
406
+ this.isLoaded = isLoaded;
407
+ this.emitEvent( 'progress', [ this, this.img, message ] );
408
+ };
409
+
410
+ // ----- events ----- //
411
+
412
+ // trigger specified handler for event type
413
+ LoadingImage.prototype.handleEvent = function( event ) {
414
+ var method = 'on' + event.type;
415
+ if ( this[ method ] ) {
416
+ this[ method ]( event );
417
+ }
418
+ };
419
+
420
+ LoadingImage.prototype.onload = function() {
421
+ this.confirm( true, 'onload' );
422
+ this.unbindEvents();
423
+ };
424
+
425
+ LoadingImage.prototype.onerror = function() {
426
+ this.confirm( false, 'onerror' );
427
+ this.unbindEvents();
428
+ };
429
+
430
+ LoadingImage.prototype.unbindEvents = function() {
431
+ this.proxyImage.removeEventListener( 'load', this );
432
+ this.proxyImage.removeEventListener( 'error', this );
433
+ this.img.removeEventListener( 'load', this );
434
+ this.img.removeEventListener( 'error', this );
435
+ };
436
+
437
+ // -------------------------- Background -------------------------- //
438
+
439
+ function Background( url, element ) {
440
+ this.url = url;
441
+ this.element = element;
442
+ this.img = new Image();
443
+ }
444
+
445
+ // inherit LoadingImage prototype
446
+ Background.prototype = Object.create( LoadingImage.prototype );
447
+
448
+ Background.prototype.check = function() {
449
+ this.img.addEventListener( 'load', this );
450
+ this.img.addEventListener( 'error', this );
451
+ this.img.src = this.url;
452
+ // check if image is already complete
453
+ var isComplete = this.getIsImageComplete();
454
+ if ( isComplete ) {
455
+ this.confirm( this.img.naturalWidth !== 0, 'naturalWidth' );
456
+ this.unbindEvents();
457
+ }
458
+ };
459
+
460
+ Background.prototype.unbindEvents = function() {
461
+ this.img.removeEventListener( 'load', this );
462
+ this.img.removeEventListener( 'error', this );
463
+ };
464
+
465
+ Background.prototype.confirm = function( isLoaded, message ) {
466
+ this.isLoaded = isLoaded;
467
+ this.emitEvent( 'progress', [ this, this.element, message ] );
468
+ };
469
+
470
+ // -------------------------- jQuery -------------------------- //
471
+
472
+ ImagesLoaded.makeJQueryPlugin = function( jQuery ) {
473
+ jQuery = jQuery || window.jQuery;
474
+ if ( !jQuery ) {
475
+ return;
476
+ }
477
+ // set local variable
478
+ $ = jQuery;
479
+ // $().imagesLoaded()
480
+ $.fn.imagesLoaded = function( options, callback ) {
481
+ var instance = new ImagesLoaded( this, options, callback );
482
+ return instance.jqDeferred.promise( $(this) );
483
+ };
484
+ };
485
+ // try making plugin
486
+ ImagesLoaded.makeJQueryPlugin();
487
+
488
+ // -------------------------- -------------------------- //
489
+
490
+ return ImagesLoaded;
491
+
492
+ });
493
+
assets/js/vendor/imagesloaded.pkgd.min.js CHANGED
@@ -1,7 +1,7 @@
1
- /*!
2
- * imagesLoaded PACKAGED v4.1.3
3
- * JavaScript is all like "You images are done yet or what?"
4
- * MIT License
5
- */
6
-
7
  !function(e,t){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",t):"object"==typeof module&&module.exports?module.exports=t():e.EvEmitter=t()}("undefined"!=typeof window?window:this,function(){function e(){}var t=e.prototype;return t.on=function(e,t){if(e&&t){var i=this._events=this._events||{},n=i[e]=i[e]||[];return-1==n.indexOf(t)&&n.push(t),this}},t.once=function(e,t){if(e&&t){this.on(e,t);var i=this._onceEvents=this._onceEvents||{},n=i[e]=i[e]||{};return n[t]=!0,this}},t.off=function(e,t){var i=this._events&&this._events[e];if(i&&i.length){var n=i.indexOf(t);return-1!=n&&i.splice(n,1),this}},t.emitEvent=function(e,t){var i=this._events&&this._events[e];if(i&&i.length){var n=0,o=i[n];t=t||[];for(var r=this._onceEvents&&this._onceEvents[e];o;){var s=r&&r[o];s&&(this.off(e,o),delete r[o]),o.apply(this,t),n+=s?0:1,o=i[n]}return this}},t.allOff=t.removeAllListeners=function(){delete this._events,delete this._onceEvents},e}),function(e,t){"use strict";"function"==typeof define&&define.amd?define(["ev-emitter/ev-emitter"],function(i){return t(e,i)}):"object"==typeof module&&module.exports?module.exports=t(e,require("ev-emitter")):e.imagesLoaded=t(e,e.EvEmitter)}("undefined"!=typeof window?window:this,function(e,t){function i(e,t){for(var i in t)e[i]=t[i];return e}function n(e){var t=[];if(Array.isArray(e))t=e;else if("number"==typeof e.length)for(var i=0;i<e.length;i++)t.push(e[i]);else t.push(e);return t}function o(e,t,r){return this instanceof o?("string"==typeof e&&(e=document.querySelectorAll(e)),this.elements=n(e),this.options=i({},this.options),"function"==typeof t?r=t:i(this.options,t),r&&this.on("always",r),this.getImages(),h&&(this.jqDeferred=new h.Deferred),void setTimeout(function(){this.check()}.bind(this))):new o(e,t,r)}function r(e){this.img=e}function s(e,t){this.url=e,this.element=t,this.img=new Image}var h=e.jQuery,a=e.console;o.prototype=Object.create(t.prototype),o.prototype.options={},o.prototype.getImages=function(){this.images=[],this.elements.forEach(this.addElementImages,this)},o.prototype.addElementImages=function(e){"IMG"==e.nodeName&&this.addImage(e),this.options.background===!0&&this.addElementBackgroundImages(e);var t=e.nodeType;if(t&&d[t]){for(var i=e.querySelectorAll("img"),n=0;n<i.length;n++){var o=i[n];this.addImage(o)}if("string"==typeof this.options.background){var r=e.querySelectorAll(this.options.background);for(n=0;n<r.length;n++){var s=r[n];this.addElementBackgroundImages(s)}}}};var d={1:!0,9:!0,11:!0};return o.prototype.addElementBackgroundImages=function(e){var t=getComputedStyle(e);if(t)for(var i=/url\((['"])?(.*?)\1\)/gi,n=i.exec(t.backgroundImage);null!==n;){var o=n&&n[2];o&&this.addBackground(o,e),n=i.exec(t.backgroundImage)}},o.prototype.addImage=function(e){var t=new r(e);this.images.push(t)},o.prototype.addBackground=function(e,t){var i=new s(e,t);this.images.push(i)},o.prototype.check=function(){function e(e,i,n){setTimeout(function(){t.progress(e,i,n)})}var t=this;return this.progressedCount=0,this.hasAnyBroken=!1,this.images.length?void this.images.forEach(function(t){t.once("progress",e),t.check()}):void this.complete()},o.prototype.progress=function(e,t,i){this.progressedCount++,this.hasAnyBroken=this.hasAnyBroken||!e.isLoaded,this.emitEvent("progress",[this,e,t]),this.jqDeferred&&this.jqDeferred.notify&&this.jqDeferred.notify(this,e),this.progressedCount==this.images.length&&this.complete(),this.options.debug&&a&&a.log("progress: "+i,e,t)},o.prototype.complete=function(){var e=this.hasAnyBroken?"fail":"done";if(this.isComplete=!0,this.emitEvent(e,[this]),this.emitEvent("always",[this]),this.jqDeferred){var t=this.hasAnyBroken?"reject":"resolve";this.jqDeferred[t](this)}},r.prototype=Object.create(t.prototype),r.prototype.check=function(){var e=this.getIsImageComplete();return e?void this.confirm(0!==this.img.naturalWidth,"naturalWidth"):(this.proxyImage=new Image,this.proxyImage.addEventListener("load",this),this.proxyImage.addEventListener("error",this),this.img.addEventListener("load",this),this.img.addEventListener("error",this),void(this.proxyImage.src=this.img.src))},r.prototype.getIsImageComplete=function(){return this.img.complete&&void 0!==this.img.naturalWidth},r.prototype.confirm=function(e,t){this.isLoaded=e,this.emitEvent("progress",[this,this.img,t])},r.prototype.handleEvent=function(e){var t="on"+e.type;this[t]&&this[t](e)},r.prototype.onload=function(){this.confirm(!0,"onload"),this.unbindEvents()},r.prototype.onerror=function(){this.confirm(!1,"onerror"),this.unbindEvents()},r.prototype.unbindEvents=function(){this.proxyImage.removeEventListener("load",this),this.proxyImage.removeEventListener("error",this),this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},s.prototype=Object.create(r.prototype),s.prototype.check=function(){this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.img.src=this.url;var e=this.getIsImageComplete();e&&(this.confirm(0!==this.img.naturalWidth,"naturalWidth"),this.unbindEvents())},s.prototype.unbindEvents=function(){this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},s.prototype.confirm=function(e,t){this.isLoaded=e,this.emitEvent("progress",[this,this.element,t])},o.makeJQueryPlugin=function(t){t=t||e.jQuery,t&&(h=t,h.fn.imagesLoaded=function(e,t){var i=new o(this,e,t);return i.jqDeferred.promise(h(this))})},o.makeJQueryPlugin(),o});
1
+ /*!
2
+ * imagesLoaded PACKAGED v4.1.3
3
+ * JavaScript is all like "You images are done yet or what?"
4
+ * MIT License
5
+ */
6
+
7
  !function(e,t){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",t):"object"==typeof module&&module.exports?module.exports=t():e.EvEmitter=t()}("undefined"!=typeof window?window:this,function(){function e(){}var t=e.prototype;return t.on=function(e,t){if(e&&t){var i=this._events=this._events||{},n=i[e]=i[e]||[];return-1==n.indexOf(t)&&n.push(t),this}},t.once=function(e,t){if(e&&t){this.on(e,t);var i=this._onceEvents=this._onceEvents||{},n=i[e]=i[e]||{};return n[t]=!0,this}},t.off=function(e,t){var i=this._events&&this._events[e];if(i&&i.length){var n=i.indexOf(t);return-1!=n&&i.splice(n,1),this}},t.emitEvent=function(e,t){var i=this._events&&this._events[e];if(i&&i.length){var n=0,o=i[n];t=t||[];for(var r=this._onceEvents&&this._onceEvents[e];o;){var s=r&&r[o];s&&(this.off(e,o),delete r[o]),o.apply(this,t),n+=s?0:1,o=i[n]}return this}},t.allOff=t.removeAllListeners=function(){delete this._events,delete this._onceEvents},e}),function(e,t){"use strict";"function"==typeof define&&define.amd?define(["ev-emitter/ev-emitter"],function(i){return t(e,i)}):"object"==typeof module&&module.exports?module.exports=t(e,require("ev-emitter")):e.imagesLoaded=t(e,e.EvEmitter)}("undefined"!=typeof window?window:this,function(e,t){function i(e,t){for(var i in t)e[i]=t[i];return e}function n(e){var t=[];if(Array.isArray(e))t=e;else if("number"==typeof e.length)for(var i=0;i<e.length;i++)t.push(e[i]);else t.push(e);return t}function o(e,t,r){return this instanceof o?("string"==typeof e&&(e=document.querySelectorAll(e)),this.elements=n(e),this.options=i({},this.options),"function"==typeof t?r=t:i(this.options,t),r&&this.on("always",r),this.getImages(),h&&(this.jqDeferred=new h.Deferred),void setTimeout(function(){this.check()}.bind(this))):new o(e,t,r)}function r(e){this.img=e}function s(e,t){this.url=e,this.element=t,this.img=new Image}var h=e.jQuery,a=e.console;o.prototype=Object.create(t.prototype),o.prototype.options={},o.prototype.getImages=function(){this.images=[],this.elements.forEach(this.addElementImages,this)},o.prototype.addElementImages=function(e){"IMG"==e.nodeName&&this.addImage(e),this.options.background===!0&&this.addElementBackgroundImages(e);var t=e.nodeType;if(t&&d[t]){for(var i=e.querySelectorAll("img"),n=0;n<i.length;n++){var o=i[n];this.addImage(o)}if("string"==typeof this.options.background){var r=e.querySelectorAll(this.options.background);for(n=0;n<r.length;n++){var s=r[n];this.addElementBackgroundImages(s)}}}};var d={1:!0,9:!0,11:!0};return o.prototype.addElementBackgroundImages=function(e){var t=getComputedStyle(e);if(t)for(var i=/url\((['"])?(.*?)\1\)/gi,n=i.exec(t.backgroundImage);null!==n;){var o=n&&n[2];o&&this.addBackground(o,e),n=i.exec(t.backgroundImage)}},o.prototype.addImage=function(e){var t=new r(e);this.images.push(t)},o.prototype.addBackground=function(e,t){var i=new s(e,t);this.images.push(i)},o.prototype.check=function(){function e(e,i,n){setTimeout(function(){t.progress(e,i,n)})}var t=this;return this.progressedCount=0,this.hasAnyBroken=!1,this.images.length?void this.images.forEach(function(t){t.once("progress",e),t.check()}):void this.complete()},o.prototype.progress=function(e,t,i){this.progressedCount++,this.hasAnyBroken=this.hasAnyBroken||!e.isLoaded,this.emitEvent("progress",[this,e,t]),this.jqDeferred&&this.jqDeferred.notify&&this.jqDeferred.notify(this,e),this.progressedCount==this.images.length&&this.complete(),this.options.debug&&a&&a.log("progress: "+i,e,t)},o.prototype.complete=function(){var e=this.hasAnyBroken?"fail":"done";if(this.isComplete=!0,this.emitEvent(e,[this]),this.emitEvent("always",[this]),this.jqDeferred){var t=this.hasAnyBroken?"reject":"resolve";this.jqDeferred[t](this)}},r.prototype=Object.create(t.prototype),r.prototype.check=function(){var e=this.getIsImageComplete();return e?void this.confirm(0!==this.img.naturalWidth,"naturalWidth"):(this.proxyImage=new Image,this.proxyImage.addEventListener("load",this),this.proxyImage.addEventListener("error",this),this.img.addEventListener("load",this),this.img.addEventListener("error",this),void(this.proxyImage.src=this.img.src))},r.prototype.getIsImageComplete=function(){return this.img.complete&&void 0!==this.img.naturalWidth},r.prototype.confirm=function(e,t){this.isLoaded=e,this.emitEvent("progress",[this,this.img,t])},r.prototype.handleEvent=function(e){var t="on"+e.type;this[t]&&this[t](e)},r.prototype.onload=function(){this.confirm(!0,"onload"),this.unbindEvents()},r.prototype.onerror=function(){this.confirm(!1,"onerror"),this.unbindEvents()},r.prototype.unbindEvents=function(){this.proxyImage.removeEventListener("load",this),this.proxyImage.removeEventListener("error",this),this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},s.prototype=Object.create(r.prototype),s.prototype.check=function(){this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.img.src=this.url;var e=this.getIsImageComplete();e&&(this.confirm(0!==this.img.naturalWidth,"naturalWidth"),this.unbindEvents())},s.prototype.unbindEvents=function(){this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},s.prototype.confirm=function(e,t){this.isLoaded=e,this.emitEvent("progress",[this,this.element,t])},o.makeJQueryPlugin=function(t){t=t||e.jQuery,t&&(h=t,h.fn.imagesLoaded=function(e,t){var i=new o(this,e,t);return i.jqDeferred.promise(h(this))})},o.makeJQueryPlugin(),o});
assets/js/vendor/jquery.qtip.js CHANGED
@@ -1,3487 +1,3487 @@
1
- /*
2
- * qTip2 - Pretty powerful tooltips - v3.0.3
3
- * http://qtip2.com
4
- *
5
- * Copyright (c) 2016
6
- * Released under the MIT licenses
7
- * http://jquery.org/license
8
- *
9
- * Date: Wed May 11 2016 10:31 GMT+0100+0100
10
- * Plugins: tips modal viewport svg imagemap ie6
11
- * Styles: core basic css3
12
- */
13
- /*global window: false, jQuery: false, console: false, define: false */
14
-
15
- /* Cache window, document, undefined */
16
- (function( window, document, undefined ) {
17
-
18
- // Uses AMD or browser globals to create a jQuery plugin.
19
- (function( factory ) {
20
- "use strict";
21
- if(typeof define === 'function' && define.amd) {
22
- define(['jquery'], factory);
23
- }
24
- else if(jQuery && !jQuery.fn.qtip) {
25
- factory(jQuery);
26
- }
27
- }
28
- (function($) {
29
- "use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
30
- ;// Munge the primitives - Paul Irish tip
31
- var TRUE = true,
32
- FALSE = false,
33
- NULL = null,
34
-
35
- // Common variables
36
- X = 'x', Y = 'y',
37
- WIDTH = 'width',
38
- HEIGHT = 'height',
39
-
40
- // Positioning sides
41
- TOP = 'top',
42
- LEFT = 'left',
43
- BOTTOM = 'bottom',
44
- RIGHT = 'right',
45
- CENTER = 'center',
46
-
47
- // Position adjustment types
48
- FLIP = 'flip',
49
- FLIPINVERT = 'flipinvert',
50
- SHIFT = 'shift',
51
-
52
- // Shortcut vars
53
- QTIP, PROTOTYPE, CORNER, CHECKS,
54
- PLUGINS = {},
55
- NAMESPACE = 'qtip',
56
- ATTR_HAS = 'data-hasqtip',
57
- ATTR_ID = 'data-qtip-id',
58
- WIDGET = ['ui-widget', 'ui-tooltip'],
59
- SELECTOR = '.'+NAMESPACE,
60
- INACTIVE_EVENTS = 'click dblclick mousedown mouseup mousemove mouseleave mouseenter'.split(' '),
61
-
62
- CLASS_FIXED = NAMESPACE+'-fixed',
63
- CLASS_DEFAULT = NAMESPACE + '-default',
64
- CLASS_FOCUS = NAMESPACE + '-focus',
65
- CLASS_HOVER = NAMESPACE + '-hover',
66
- CLASS_DISABLED = NAMESPACE+'-disabled',
67
-
68
- replaceSuffix = '_replacedByqTip',
69
- oldtitle = 'oldtitle',
70
- trackingBound,
71
-
72
- // Browser detection
73
- BROWSER = {
74
- /*
75
- * IE version detection
76
- *
77
- * Adapted from: http://ajaxian.com/archives/attack-of-the-ie-conditional-comment
78
- * Credit to James Padolsey for the original implemntation!
79
- */
80
- ie: (function() {
81
- /* eslint-disable no-empty */
82
- var v, i;
83
- for (
84
- v = 4, i = document.createElement('div');
85
- (i.innerHTML = '<!--[if gt IE ' + v + ']><i></i><![endif]-->') && i.getElementsByTagName('i')[0];
86
- v+=1
87
- ) {}
88
- return v > 4 ? v : NaN;
89
- /* eslint-enable no-empty */
90
- })(),
91
-
92
- /*
93
- * iOS version detection
94
- */
95
- iOS: parseFloat(
96
- ('' + (/CPU.*OS ([0-9_]{1,5})|(CPU like).*AppleWebKit.*Mobile/i.exec(navigator.userAgent) || [0,''])[1])
97
- .replace('undefined', '3_2').replace('_', '.').replace('_', '')
98
- ) || FALSE
99
- };
100
- ;function QTip(target, options, id, attr) {
101
- // Elements and ID
102
- this.id = id;
103
- this.target = target;
104
- this.tooltip = NULL;
105
- this.elements = { target: target };
106
-
107
- // Internal constructs
108
- this._id = NAMESPACE + '-' + id;
109
- this.timers = { img: {} };
110
- this.options = options;
111
- this.plugins = {};
112
-
113
- // Cache object
114
- this.cache = {
115
- event: {},
116
- target: $(),
117
- disabled: FALSE,
118
- attr: attr,
119
- onTooltip: FALSE,
120
- lastClass: ''
121
- };
122
-
123
- // Set the initial flags
124
- this.rendered = this.destroyed = this.disabled = this.waiting =
125
- this.hiddenDuringWait = this.positioning = this.triggering = FALSE;
126
- }
127
- PROTOTYPE = QTip.prototype;
128
-
129
- PROTOTYPE._when = function(deferreds) {
130
- return $.when.apply($, deferreds);
131
- };
132
-
133
- PROTOTYPE.render = function(show) {
134
- if(this.rendered || this.destroyed) { return this; } // If tooltip has already been rendered, exit
135
-
136
- var self = this,
137
- options = this.options,
138
- cache = this.cache,
139
- elements = this.elements,
140
- text = options.content.text,
141
- title = options.content.title,
142
- button = options.content.button,
143
- posOptions = options.position,
144
- deferreds = [];
145
-
146
- // Add ARIA attributes to target
147
- $.attr(this.target[0], 'aria-describedby', this._id);
148
-
149
- // Create public position object that tracks current position corners
150
- cache.posClass = this._createPosClass(
151
- (this.position = { my: posOptions.my, at: posOptions.at }).my
152
- );
153
-
154
- // Create tooltip element
155
- this.tooltip = elements.tooltip = $('<div/>', {
156
- 'id': this._id,
157
- 'class': [ NAMESPACE, CLASS_DEFAULT, options.style.classes, cache.posClass ].join(' '),
158
- 'width': options.style.width || '',
159
- 'height': options.style.height || '',
160
- 'tracking': posOptions.target === 'mouse' && posOptions.adjust.mouse,
161
-
162
- /* ARIA specific attributes */
163
- 'role': 'alert',
164
- 'aria-live': 'polite',
165
- 'aria-atomic': FALSE,
166
- 'aria-describedby': this._id + '-content',
167
- 'aria-hidden': TRUE
168
- })
169
- .toggleClass(CLASS_DISABLED, this.disabled)
170
- .attr(ATTR_ID, this.id)
171
- .data(NAMESPACE, this)
172
- .appendTo(posOptions.container)
173
- .append(
174
- // Create content element
175
- elements.content = $('<div />', {
176
- 'class': NAMESPACE + '-content',
177
- 'id': this._id + '-content',
178
- 'aria-atomic': TRUE
179
- })
180
- );
181
-
182
- // Set rendered flag and prevent redundant reposition calls for now
183
- this.rendered = -1;
184
- this.positioning = TRUE;
185
-
186
- // Create title...
187
- if(title) {
188
- this._createTitle();
189
-
190
- // Update title only if its not a callback (called in toggle if so)
191
- if(!$.isFunction(title)) {
192
- deferreds.push( this._updateTitle(title, FALSE) );
193
- }
194
- }
195
-
196
- // Create button
197
- if(button) { this._createButton(); }
198
-
199
- // Set proper rendered flag and update content if not a callback function (called in toggle)
200
- if(!$.isFunction(text)) {
201
- deferreds.push( this._updateContent(text, FALSE) );
202
- }
203
- this.rendered = TRUE;
204
-
205
- // Setup widget classes
206
- this._setWidget();
207
-
208
- // Initialize 'render' plugins
209
- $.each(PLUGINS, function(name) {
210
- var instance;
211
- if(this.initialize === 'render' && (instance = this(self))) {
212
- self.plugins[name] = instance;
213
- }
214
- });
215
-
216
- // Unassign initial events and assign proper events
217
- this._unassignEvents();
218
- this._assignEvents();
219
-
220
- // When deferreds have completed
221
- this._when(deferreds).then(function() {
222
- // tooltiprender event
223
- self._trigger('render');
224
-
225
- // Reset flags
226
- self.positioning = FALSE;
227
-
228
- // Show tooltip if not hidden during wait period
229
- if(!self.hiddenDuringWait && (options.show.ready || show)) {
230
- self.toggle(TRUE, cache.event, FALSE);
231
- }
232
- self.hiddenDuringWait = FALSE;
233
- });
234
-
235
- // Expose API
236
- QTIP.api[this.id] = this;
237
-
238
- return this;
239
- };
240
-
241
- PROTOTYPE.destroy = function(immediate) {
242
- // Set flag the signify destroy is taking place to plugins
243
- // and ensure it only gets destroyed once!
244
- if(this.destroyed) { return this.target; }
245
-
246
- function process() {
247
- if(this.destroyed) { return; }
248
- this.destroyed = TRUE;
249
-
250
- var target = this.target,
251
- title = target.attr(oldtitle),
252
- timer;
253
-
254
- // Destroy tooltip if rendered
255
- if(this.rendered) {
256
- this.tooltip.stop(1,0).find('*').remove().end().remove();
257
- }
258
-
259
- // Destroy all plugins
260
- $.each(this.plugins, function() {
261
- this.destroy && this.destroy();
262
- });
263
-
264
- // Clear timers
265
- for (timer in this.timers) {
266
- if (this.timers.hasOwnProperty(timer)) {
267
- clearTimeout(this.timers[timer]);
268
- }
269
- }
270
-
271
- // Remove api object and ARIA attributes
272
- target.removeData(NAMESPACE)
273
- .removeAttr(ATTR_ID)
274
- .removeAttr(ATTR_HAS)
275
- .removeAttr('aria-describedby');
276
-
277
- // Reset old title attribute if removed
278
- if(this.options.suppress && title) {
279
- target.attr('title', title).removeAttr(oldtitle);
280
- }
281
-
282
- // Remove qTip events associated with this API
283
- this._unassignEvents();
284
-
285
- // Remove ID from used id objects, and delete object references
286
- // for better garbage collection and leak protection
287
- this.options = this.elements = this.cache = this.timers =
288
- this.plugins = this.mouse = NULL;
289
-
290
- // Delete epoxsed API object
291
- delete QTIP.api[this.id];
292
- }
293
-
294
- // If an immediate destroy is needed
295
- if((immediate !== TRUE || this.triggering === 'hide') && this.rendered) {
296
- this.tooltip.one('tooltiphidden', $.proxy(process, this));
297
- !this.triggering && this.hide();
298
- }
299
-
300
- // If we're not in the process of hiding... process
301
- else { process.call(this); }
302
-
303
- return this.target;
304
- };
305
- ;function invalidOpt(a) {
306
- return a === NULL || $.type(a) !== 'object';
307
- }
308
-
309
- function invalidContent(c) {
310
- return !($.isFunction(c) ||
311
- c && c.attr ||
312
- c.length ||
313
- $.type(c) === 'object' && (c.jquery || c.then));
314
- }
315
-
316
- // Option object sanitizer
317
- function sanitizeOptions(opts) {
318
- var content, text, ajax, once;
319
-
320
- if(invalidOpt(opts)) { return FALSE; }
321
-
322
- if(invalidOpt(opts.metadata)) {
323
- opts.metadata = { type: opts.metadata };
324
- }
325
-
326
- if('content' in opts) {
327
- content = opts.content;
328
-
329
- if(invalidOpt(content) || content.jquery || content.done) {
330
- text = invalidContent(content) ? FALSE : content;
331
- content = opts.content = {
332
- text: text
333
- };
334
- }
335
- else { text = content.text; }
336
-
337
- // DEPRECATED - Old content.ajax plugin functionality
338
- // Converts it into the proper Deferred syntax
339
- if('ajax' in content) {
340
- ajax = content.ajax;
341
- once = ajax && ajax.once !== FALSE;
342
- delete content.ajax;
343
-
344
- content.text = function(event, api) {
345
- var loading = text || $(this).attr(api.options.content.attr) || 'Loading...',
346
-
347
- deferred = $.ajax(
348
- $.extend({}, ajax, { context: api })
349
- )
350
- .then(ajax.success, NULL, ajax.error)
351
- .then(function(newContent) {
352
- if(newContent && once) { api.set('content.text', newContent); }
353
- return newContent;
354
- },
355
- function(xhr, status, error) {
356
- if(api.destroyed || xhr.status === 0) { return; }
357
- api.set('content.text', status + ': ' + error);
358
- });
359
-
360
- return !once ? (api.set('content.text', loading), deferred) : loading;
361
- };
362
- }
363
-
364
- if('title' in content) {
365
- if($.isPlainObject(content.title)) {
366
- content.button = content.title.button;
367
- content.title = content.title.text;
368
- }
369
-
370
- if(invalidContent(content.title || FALSE)) {
371
- content.title = FALSE;
372
- }
373
- }
374
- }
375
-
376
- if('position' in opts && invalidOpt(opts.position)) {
377
- opts.position = { my: opts.position, at: opts.position };
378
- }
379
-
380
- if('show' in opts && invalidOpt(opts.show)) {
381
- opts.show = opts.show.jquery ? { target: opts.show } :
382
- opts.show === TRUE ? { ready: TRUE } : { event: opts.show };
383
- }
384
-
385
- if('hide' in opts && invalidOpt(opts.hide)) {
386
- opts.hide = opts.hide.jquery ? { target: opts.hide } : { event: opts.hide };
387
- }
388
-
389
- if('style' in opts && invalidOpt(opts.style)) {
390
- opts.style = { classes: opts.style };
391
- }
392
-
393
- // Sanitize plugin options
394
- $.each(PLUGINS, function() {
395
- this.sanitize && this.sanitize(opts);
396
- });
397
-
398
- return opts;
399
- }
400
-
401
- // Setup builtin .set() option checks
402
- CHECKS = PROTOTYPE.checks = {
403
- builtin: {
404
- // Core checks
405
- '^id$': function(obj, o, v, prev) {
406
- var id = v === TRUE ? QTIP.nextid : v,
407
- newId = NAMESPACE + '-' + id;
408
-
409
- if(id !== FALSE && id.length > 0 && !$('#'+newId).length) {
410
- this._id = newId;
411
-
412
- if(this.rendered) {
413
- this.tooltip[0].id = this._id;
414
- this.elements.content[0].id = this._id + '-content';
415
- this.elements.title[0].id = this._id + '-title';
416
- }
417
- }
418
- else { obj[o] = prev; }
419
- },
420
- '^prerender': function(obj, o, v) {
421
- v && !this.rendered && this.render(this.options.show.ready);
422
- },
423
-
424
- // Content checks
425
- '^content.text$': function(obj, o, v) {
426
- this._updateContent(v);
427
- },
428
- '^content.attr$': function(obj, o, v, prev) {
429
- if(this.options.content.text === this.target.attr(prev)) {
430
- this._updateContent( this.target.attr(v) );
431
- }
432
- },
433
- '^content.title$': function(obj, o, v) {
434
- // Remove title if content is null
435
- if(!v) { return this._removeTitle(); }
436
-
437
- // If title isn't already created, create it now and update
438
- v && !this.elements.title && this._createTitle();
439
- this._updateTitle(v);
440
- },
441
- '^content.button$': function(obj, o, v) {
442
- this._updateButton(v);
443
- },
444
- '^content.title.(text|button)$': function(obj, o, v) {
445
- this.set('content.'+o, v); // Backwards title.text/button compat
446
- },
447
-
448
- // Position checks
449
- '^position.(my|at)$': function(obj, o, v){
450
- if('string' === typeof v) {
451
- this.position[o] = obj[o] = new CORNER(v, o === 'at');
452
- }
453
- },
454
- '^position.container$': function(obj, o, v){
455
- this.rendered && this.tooltip.appendTo(v);
456
- },
457
-
458
- // Show checks
459
- '^show.ready$': function(obj, o, v) {
460
- v && (!this.rendered && this.render(TRUE) || this.toggle(TRUE));
461
- },
462
-
463
- // Style checks
464
- '^style.classes$': function(obj, o, v, p) {
465
- this.rendered && this.tooltip.removeClass(p).addClass(v);
466
- },
467
- '^style.(width|height)': function(obj, o, v) {
468
- this.rendered && this.tooltip.css(o, v);
469
- },
470
- '^style.widget|content.title': function() {
471
- this.rendered && this._setWidget();
472
- },
473
- '^style.def': function(obj, o, v) {
474
- this.rendered && this.tooltip.toggleClass(CLASS_DEFAULT, !!v);
475
- },
476
-
477
- // Events check
478
- '^events.(render|show|move|hide|focus|blur)$': function(obj, o, v) {
479
- this.rendered && this.tooltip[($.isFunction(v) ? '' : 'un') + 'bind']('tooltip'+o, v);
480
- },
481
-
482
- // Properties which require event reassignment
483
- '^(show|hide|position).(event|target|fixed|inactive|leave|distance|viewport|adjust)': function() {
484
- if(!this.rendered) { return; }
485
-
486
- // Set tracking flag
487
- var posOptions = this.options.position;
488
- this.tooltip.attr('tracking', posOptions.target === 'mouse' && posOptions.adjust.mouse);
489
-
490
- // Reassign events
491
- this._unassignEvents();
492
- this._assignEvents();
493
- }
494
- }
495
- };
496
-
497
- // Dot notation converter
498
- function convertNotation(options, notation) {
499
- var i = 0, obj, option = options,
500
-
501
- // Split notation into array
502
- levels = notation.split('.');
503
-
504
- // Loop through
505
- while(option = option[ levels[i++] ]) {
506
- if(i < levels.length) { obj = option; }
507
- }
508
-
509
- return [obj || options, levels.pop()];
510
- }
511
-
512
- PROTOTYPE.get = function(notation) {
513
- if(this.destroyed) { return this; }
514
-
515
- var o = convertNotation(this.options, notation.toLowerCase()),
516
- result = o[0][ o[1] ];
517
-
518
- return result.precedance ? result.string() : result;
519
- };
520
-
521
- function setCallback(notation, args) {
522
- var category, rule, match;
523
-
524
- for(category in this.checks) {
525
- if (!this.checks.hasOwnProperty(category)) { continue; }
526
-
527
- for(rule in this.checks[category]) {
528
- if (!this.checks[category].hasOwnProperty(rule)) { continue; }
529
-
530
- if(match = (new RegExp(rule, 'i')).exec(notation)) {
531
- args.push(match);
532
-
533
- if(category === 'builtin' || this.plugins[category]) {
534
- this.checks[category][rule].apply(
535
- this.plugins[category] || this, args
536
- );
537
- }
538
- }
539
- }
540
- }
541
- }
542
-
543
- var rmove = /^position\.(my|at|adjust|target|container|viewport)|style|content|show\.ready/i,
544
- rrender = /^prerender|show\.ready/i;
545
-
546
- PROTOTYPE.set = function(option, value) {
547
- if(this.destroyed) { return this; }
548
-
549
- var rendered = this.rendered,
550
- reposition = FALSE,
551
- options = this.options,
552
- name;
553
-
554
- // Convert singular option/value pair into object form
555
- if('string' === typeof option) {
556
- name = option; option = {}; option[name] = value;
557
- }
558
- else { option = $.extend({}, option); }
559
-
560
- // Set all of the defined options to their new values
561
- $.each(option, function(notation, val) {
562
- if(rendered && rrender.test(notation)) {
563
- delete option[notation]; return;
564
- }
565
-
566
- // Set new obj value
567
- var obj = convertNotation(options, notation.toLowerCase()), previous;
568
- previous = obj[0][ obj[1] ];
569
- obj[0][ obj[1] ] = val && val.nodeType ? $(val) : val;
570
-
571
- // Also check if we need to reposition
572
- reposition = rmove.test(notation) || reposition;
573
-
574
- // Set the new params for the callback
575
- option[notation] = [obj[0], obj[1], val, previous];
576
- });
577
-
578
- // Re-sanitize options
579
- sanitizeOptions(options);
580
-
581
- /*
582
- * Execute any valid callbacks for the set options
583
- * Also set positioning flag so we don't get loads of redundant repositioning calls.
584
- */
585
- this.positioning = TRUE;
586
- $.each(option, $.proxy(setCallback, this));
587
- this.positioning = FALSE;
588
-
589
- // Update position if needed
590
- if(this.rendered && this.tooltip[0].offsetWidth > 0 && reposition) {
591
- this.reposition( options.position.target === 'mouse' ? NULL : this.cache.event );
592
- }
593
-
594
- return this;
595
- };
596
- ;PROTOTYPE._update = function(content, element) {
597
- var self = this,
598
- cache = this.cache;
599
-
600
- // Make sure tooltip is rendered and content is defined. If not return
601
- if(!this.rendered || !content) { return FALSE; }
602
-
603
- // Use function to parse content
604
- if($.isFunction(content)) {
605
- content = content.call(this.elements.target, cache.event, this) || '';
606
- }
607
-
608
- // Handle deferred content
609
- if($.isFunction(content.then)) {
610
- cache.waiting = TRUE;
611
- return content.then(function(c) {
612
- cache.waiting = FALSE;
613
- return self._update(c, element);
614
- }, NULL, function(e) {
615
- return self._update(e, element);
616
- });
617
- }
618
-
619
- // If content is null... return false
620
- if(content === FALSE || !content && content !== '') { return FALSE; }
621
-
622
- // Append new content if its a DOM array and show it if hidden
623
- if(content.jquery && content.length > 0) {
624
- element.empty().append(
625
- content.css({ display: 'block', visibility: 'visible' })
626
- );
627
- }
628
-
629
- // Content is a regular string, insert the new content
630
- else { element.html(content); }
631
-
632
- // Wait for content to be loaded, and reposition
633
- return this._waitForContent(element).then(function(images) {
634
- if(self.rendered && self.tooltip[0].offsetWidth > 0) {
635
- self.reposition(cache.event, !images.length);
636
- }
637
- });
638
- };
639
-
640
- PROTOTYPE._waitForContent = function(element) {
641
- var cache = this.cache;
642
-
643
- // Set flag
644
- cache.waiting = TRUE;
645
-
646
- // If imagesLoaded is included, ensure images have loaded and return promise
647
- return ( $.fn.imagesLoaded ? element.imagesLoaded() : new $.Deferred().resolve([]) )
648
- .done(function() { cache.waiting = FALSE; })
649
- .promise();
650
- };
651
-
652
- PROTOTYPE._updateContent = function(content, reposition) {
653
- this._update(content, this.elements.content, reposition);
654
- };
655
-
656
- PROTOTYPE._updateTitle = function(content, reposition) {
657
- if(this._update(content, this.elements.title, reposition) === FALSE) {
658
- this._removeTitle(FALSE);
659
- }
660
- };
661
-
662
- PROTOTYPE._createTitle = function()
663
- {
664
- var elements = this.elements,
665
- id = this._id+'-title';
666
-
667
- // Destroy previous title element, if present
668
- if(elements.titlebar) { this._removeTitle(); }
669
-
670
- // Create title bar and title elements
671
- elements.titlebar = $('<div />', {
672
- 'class': NAMESPACE + '-titlebar ' + (this.options.style.widget ? createWidgetClass('header') : '')
673
- })
674
- .append(
675
- elements.title = $('<div />', {
676
- 'id': id,
677
- 'class': NAMESPACE + '-title',
678
- 'aria-atomic': TRUE
679
- })
680
- )
681
- .insertBefore(elements.content)
682
-
683
- // Button-specific events
684
- .delegate('.qtip-close', 'mousedown keydown mouseup keyup mouseout', function(event) {
685
- $(this).toggleClass('ui-state-active ui-state-focus', event.type.substr(-4) === 'down');
686
- })
687
- .delegate('.qtip-close', 'mouseover mouseout', function(event){
688
- $(this).toggleClass('ui-state-hover', event.type === 'mouseover');
689
- });
690
-
691
- // Create button if enabled
692
- if(this.options.content.button) { this._createButton(); }
693
- };
694
-
695
- PROTOTYPE._removeTitle = function(reposition)
696
- {
697
- var elements = this.elements;
698
-
699
- if(elements.title) {
700
- elements.titlebar.remove();
701
- elements.titlebar = elements.title = elements.button = NULL;
702
-
703
- // Reposition if enabled
704
- if(reposition !== FALSE) { this.reposition(); }
705
- }
706
- };
707
- ;PROTOTYPE._createPosClass = function(my) {
708
- return NAMESPACE + '-pos-' + (my || this.options.position.my).abbrev();
709
- };
710
-
711
- PROTOTYPE.reposition = function(event, effect) {
712
- if(!this.rendered || this.positioning || this.destroyed) { return this; }
713
-
714
- // Set positioning flag
715
- this.positioning = TRUE;
716
-
717
- var cache = this.cache,
718
- tooltip = this.tooltip,
719
- posOptions = this.options.position,
720
- target = posOptions.target,
721
- my = posOptions.my,
722
- at = posOptions.at,
723
- viewport = posOptions.viewport,
724
- container = posOptions.container,
725
- adjust = posOptions.adjust,
726
- method = adjust.method.split(' '),
727
- tooltipWidth = tooltip.outerWidth(FALSE),
728
- tooltipHeight = tooltip.outerHeight(FALSE),
729
- targetWidth = 0,
730
- targetHeight = 0,
731
- type = tooltip.css('position'),
732
- position = { left: 0, top: 0 },
733
- visible = tooltip[0].offsetWidth > 0,
734
- isScroll = event && event.type === 'scroll',
735
- win = $(window),
736
- doc = container[0].ownerDocument,
737
- mouse = this.mouse,
738
- pluginCalculations, offset, adjusted, newClass;
739
-
740
- // Check if absolute position was passed
741
- if($.isArray(target) && target.length === 2) {
742
- // Force left top and set position
743
- at = { x: LEFT, y: TOP };
744
- position = { left: target[0], top: target[1] };
745
- }
746
-
747
- // Check if mouse was the target
748
- else if(target === 'mouse') {
749
- // Force left top to allow flipping
750
- at = { x: LEFT, y: TOP };
751
-
752
- // Use the mouse origin that caused the show event, if distance hiding is enabled
753
- if((!adjust.mouse || this.options.hide.distance) && cache.origin && cache.origin.pageX) {
754
- event = cache.origin;
755
- }
756
-
757
- // Use cached event for resize/scroll events
758
- else if(!event || event && (event.type === 'resize' || event.type === 'scroll')) {
759
- event = cache.event;
760
- }
761
-
762
- // Otherwise, use the cached mouse coordinates if available
763
- else if(mouse && mouse.pageX) {
764
- event = mouse;
765
- }
766
-
767
- // Calculate body and container offset and take them into account below
768
- if(type !== 'static') { position = container.offset(); }
769
- if(doc.body.offsetWidth !== (window.innerWidth || doc.documentElement.clientWidth)) {
770
- offset = $(document.body).offset();
771
- }
772
-
773
- // Use event coordinates for position
774
- position = {
775
- left: event.pageX - position.left + (offset && offset.left || 0),
776
- top: event.pageY - position.top + (offset && offset.top || 0)
777
- };
778
-
779
- // Scroll events are a pain, some browsers
780
- if(adjust.mouse && isScroll && mouse) {
781
- position.left -= (mouse.scrollX || 0) - win.scrollLeft();
782
- position.top -= (mouse.scrollY || 0) - win.scrollTop();
783
- }
784
- }
785
-
786
- // Target wasn't mouse or absolute...
787
- else {
788
- // Check if event targetting is being used
789
- if(target === 'event') {
790
- if(event && event.target && event.type !== 'scroll' && event.type !== 'resize') {
791
- cache.target = $(event.target);
792
- }
793
- else if(!event.target) {
794
- cache.target = this.elements.target;
795
- }
796
- }
797
- else if(target !== 'event'){
798
- cache.target = $(target.jquery ? target : this.elements.target);
799
- }
800
- target = cache.target;
801
-
802
- // Parse the target into a jQuery object and make sure there's an element present
803
- target = $(target).eq(0);
804
- if(target.length === 0) { return this; }
805
-
806
- // Check if window or document is the target
807
- else if(target[0] === document || target[0] === window) {
808
- targetWidth = BROWSER.iOS ? window.innerWidth : target.width();
809
- targetHeight = BROWSER.iOS ? window.innerHeight : target.height();
810
-
811
- if(target[0] === window) {
812
- position = {
813
- top: (viewport || target).scrollTop(),
814
- left: (viewport || target).scrollLeft()
815
- };
816
- }
817
- }
818
-
819
- // Check if the target is an <AREA> element
820
- else if(PLUGINS.imagemap && target.is('area')) {
821
- pluginCalculations = PLUGINS.imagemap(this, target, at, PLUGINS.viewport ? method : FALSE);
822
- }
823
-
824
- // Check if the target is an SVG element
825
- else if(PLUGINS.svg && target && target[0].ownerSVGElement) {
826
- pluginCalculations = PLUGINS.svg(this, target, at, PLUGINS.viewport ? method : FALSE);
827
- }
828
-
829
- // Otherwise use regular jQuery methods
830
- else {
831
- targetWidth = target.outerWidth(FALSE);
832
- targetHeight = target.outerHeight(FALSE);
833
- position = target.offset();
834
- }
835
-
836
- // Parse returned plugin values into proper variables
837
- if(pluginCalculations) {
838
- targetWidth = pluginCalculations.width;
839
- targetHeight = pluginCalculations.height;
840
- offset = pluginCalculations.offset;
841
- position = pluginCalculations.position;
842
- }
843
-
844
- // Adjust position to take into account offset parents
845
- position = this.reposition.offset(target, position, container);
846
-
847
- // Adjust for position.fixed tooltips (and also iOS scroll bug in v3.2-4.0 & v4.3-4.3.2)
848
- if(BROWSER.iOS > 3.1 && BROWSER.iOS < 4.1 ||
849
- BROWSER.iOS >= 4.3 && BROWSER.iOS < 4.33 ||
850
- !BROWSER.iOS && type === 'fixed'
851
- ){
852
- position.left -= win.scrollLeft();
853
- position.top -= win.scrollTop();
854
- }
855
-
856
- // Adjust position relative to target
857
- if(!pluginCalculations || pluginCalculations && pluginCalculations.adjustable !== FALSE) {
858
- position.left += at.x === RIGHT ? targetWidth : at.x === CENTER ? targetWidth / 2 : 0;
859
- position.top += at.y === BOTTOM ? targetHeight : at.y === CENTER ? targetHeight / 2 : 0;
860
- }
861
- }
862
-
863
- // Adjust position relative to tooltip
864
- position.left += adjust.x + (my.x === RIGHT ? -tooltipWidth : my.x === CENTER ? -tooltipWidth / 2 : 0);
865
- position.top += adjust.y + (my.y === BOTTOM ? -tooltipHeight : my.y === CENTER ? -tooltipHeight / 2 : 0);
866
-
867
- // Use viewport adjustment plugin if enabled
868
- if(PLUGINS.viewport) {
869
- adjusted = position.adjusted = PLUGINS.viewport(
870
- this, position, posOptions, targetWidth, targetHeight, tooltipWidth, tooltipHeight
871
- );
872
-
873
- // Apply offsets supplied by positioning plugin (if used)
874
- if(offset && adjusted.left) { position.left += offset.left; }
875
- if(offset && adjusted.top) { position.top += offset.top; }
876
-
877
- // Apply any new 'my' position
878
- if(adjusted.my) { this.position.my = adjusted.my; }
879
- }
880
-
881
- // Viewport adjustment is disabled, set values to zero
882
- else { position.adjusted = { left: 0, top: 0 }; }
883
-
884
- // Set tooltip position class if it's changed
885
- if(cache.posClass !== (newClass = this._createPosClass(this.position.my))) {
886
- cache.posClass = newClass;
887
- tooltip.removeClass(cache.posClass).addClass(newClass);
888
- }
889
-
890
- // tooltipmove event
891
- if(!this._trigger('move', [position, viewport.elem || viewport], event)) { return this; }
892
- delete position.adjusted;
893
-
894
- // If effect is disabled, target it mouse, no animation is defined or positioning gives NaN out, set CSS directly
895
- if(effect === FALSE || !visible || isNaN(position.left) || isNaN(position.top) || target === 'mouse' || !$.isFunction(posOptions.effect)) {
896
- tooltip.css(position);
897
- }
898
-
899
- // Use custom function if provided
900
- else if($.isFunction(posOptions.effect)) {
901
- posOptions.effect.call(tooltip, this, $.extend({}, position));
902
- tooltip.queue(function(next) {
903
- // Reset attributes to avoid cross-browser rendering bugs
904
- $(this).css({ opacity: '', height: '' });
905
- if(BROWSER.ie) { this.style.removeAttribute('filter'); }
906
-
907
- next();
908
- });
909
- }
910
-
911
- // Set positioning flag
912
- this.positioning = FALSE;
913
-
914
- return this;
915
- };
916
-
917
- // Custom (more correct for qTip!) offset calculator
918
- PROTOTYPE.reposition.offset = function(elem, pos, container) {
919
- if(!container[0]) { return pos; }
920
-
921
- var ownerDocument = $(elem[0].ownerDocument),
922
- quirks = !!BROWSER.ie && document.compatMode !== 'CSS1Compat',
923
- parent = container[0],
924
- scrolled, position, parentOffset, overflow;
925
-
926
- function scroll(e, i) {
927
- pos.left += i * e.scrollLeft();
928
- pos.top += i * e.scrollTop();
929
- }
930
-
931
- // Compensate for non-static containers offset
932
- do {
933
- if((position = $.css(parent, 'position')) !== 'static') {
934
- if(position === 'fixed') {
935
- parentOffset = parent.getBoundingClientRect();
936
- scroll(ownerDocument, -1);
937
- }
938
- else {
939
- parentOffset = $(parent).position();
940
- parentOffset.left += parseFloat($.css(parent, 'borderLeftWidth')) || 0;
941
- parentOffset.top += parseFloat($.css(parent, 'borderTopWidth')) || 0;
942
- }
943
-
944
- pos.left -= parentOffset.left + (parseFloat($.css(parent, 'marginLeft')) || 0);
945
- pos.top -= parentOffset.top + (parseFloat($.css(parent, 'marginTop')) || 0);
946
-
947
- // If this is the first parent element with an overflow of "scroll" or "auto", store it
948
- if(!scrolled && (overflow = $.css(parent, 'overflow')) !== 'hidden' && overflow !== 'visible') { scrolled = $(parent); }
949
- }
950
- }
951
- while(parent = parent.offsetParent);
952
-
953
- // Compensate for containers scroll if it also has an offsetParent (or in IE quirks mode)
954
- if(scrolled && (scrolled[0] !== ownerDocument[0] || quirks)) {
955
- scroll(scrolled, 1);
956
- }
957
-
958
- return pos;
959
- };
960
-
961
- // Corner class
962
- var C = (CORNER = PROTOTYPE.reposition.Corner = function(corner, forceY) {
963
- corner = ('' + corner).replace(/([A-Z])/, ' $1').replace(/middle/gi, CENTER).toLowerCase();
964
- this.x = (corner.match(/left|right/i) || corner.match(/center/) || ['inherit'])[0].toLowerCase();
965
- this.y = (corner.match(/top|bottom|center/i) || ['inherit'])[0].toLowerCase();
966
- this.forceY = !!forceY;
967
-
968
- var f = corner.charAt(0);
969
- this.precedance = f === 't' || f === 'b' ? Y : X;
970
- }).prototype;
971
-
972
- C.invert = function(z, center) {
973
- this[z] = this[z] === LEFT ? RIGHT : this[z] === RIGHT ? LEFT : center || this[z];
974
- };
975
-
976
- C.string = function(join) {
977
- var x = this.x, y = this.y;
978
-
979
- var result = x !== y ?
980
- x === 'center' || y !== 'center' && (this.precedance === Y || this.forceY) ?
981
- [y,x] :
982
- [x,y] :
983
- [x];
984
-
985
- return join !== false ? result.join(' ') : result;
986
- };
987
-
988
- C.abbrev = function() {
989
- var result = this.string(false);
990
- return result[0].charAt(0) + (result[1] && result[1].charAt(0) || '');
991
- };
992
-
993
- C.clone = function() {
994
- return new CORNER( this.string(), this.forceY );
995
- };
996
-
997
- ;
998
- PROTOTYPE.toggle = function(state, event) {
999
- var cache = this.cache,
1000
- options = this.options,
1001
- tooltip = this.tooltip;
1002
-
1003
- // Try to prevent flickering when tooltip overlaps show element
1004
- if(event) {
1005
- if((/over|enter/).test(event.type) && cache.event && (/out|leave/).test(cache.event.type) &&
1006
- options.show.target.add(event.target).length === options.show.target.length &&
1007
- tooltip.has(event.relatedTarget).length) {
1008
- return this;
1009
- }
1010
-
1011
- // Cache event
1012
- cache.event = $.event.fix(event);
1013
- }
1014
-
1015
- // If we're currently waiting and we've just hidden... stop it
1016
- this.waiting && !state && (this.hiddenDuringWait = TRUE);
1017
-
1018
- // Render the tooltip if showing and it isn't already
1019
- if(!this.rendered) { return state ? this.render(1) : this; }
1020
- else if(this.destroyed || this.disabled) { return this; }
1021
-
1022
- var type = state ? 'show' : 'hide',
1023
- opts = this.options[type],
1024
- posOptions = this.options.position,
1025
- contentOptions = this.options.content,
1026
- width = this.tooltip.css('width'),
1027
- visible = this.tooltip.is(':visible'),
1028
- animate = state || opts.target.length === 1,
1029
- sameTarget = !event || opts.target.length < 2 || cache.target[0] === event.target,
1030
- identicalState, allow, after;
1031
-
1032
- // Detect state if valid one isn't provided
1033
- if((typeof state).search('boolean|number')) { state = !visible; }
1034
-
1035
- // Check if the tooltip is in an identical state to the new would-be state
1036
- identicalState = !tooltip.is(':animated') && visible === state && sameTarget;
1037
-
1038
- // Fire tooltip(show/hide) event and check if destroyed
1039
- allow = !identicalState ? !!this._trigger(type, [90]) : NULL;
1040
-
1041
- // Check to make sure the tooltip wasn't destroyed in the callback
1042
- if(this.destroyed) { return this; }
1043
-
1044
- // If the user didn't stop the method prematurely and we're showing the tooltip, focus it
1045
- if(allow !== FALSE && state) { this.focus(event); }
1046
-
1047
- // If the state hasn't changed or the user stopped it, return early
1048
- if(!allow || identicalState) { return this; }
1049
-
1050
- // Set ARIA hidden attribute
1051
- $.attr(tooltip[0], 'aria-hidden', !!!state);
1052
-
1053
- // Execute state specific properties
1054
- if(state) {
1055
- // Store show origin coordinates
1056
- this.mouse && (cache.origin = $.event.fix(this.mouse));
1057
-
1058
- // Update tooltip content & title if it's a dynamic function
1059
- if($.isFunction(contentOptions.text)) { this._updateContent(contentOptions.text, FALSE); }
1060
- if($.isFunction(contentOptions.title)) { this._updateTitle(contentOptions.title, FALSE); }
1061
-
1062
- // Cache mousemove events for positioning purposes (if not already tracking)
1063
- if(!trackingBound && posOptions.target === 'mouse' && posOptions.adjust.mouse) {
1064
- $(document).bind('mousemove.'+NAMESPACE, this._storeMouse);
1065
- trackingBound = TRUE;
1066
- }
1067
-
1068
- // Update the tooltip position (set width first to prevent viewport/max-width issues)
1069
- if(!width) { tooltip.css('width', tooltip.outerWidth(FALSE)); }
1070
- this.reposition(event, arguments[2]);
1071
- if(!width) { tooltip.css('width', ''); }
1072
-
1073
- // Hide other tooltips if tooltip is solo
1074
- if(!!opts.solo) {
1075
- (typeof opts.solo === 'string' ? $(opts.solo) : $(SELECTOR, opts.solo))
1076
- .not(tooltip).not(opts.target).qtip('hide', new $.Event('tooltipsolo'));
1077
- }
1078
- }
1079
- else {
1080
- // Clear show timer if we're hiding
1081
- clearTimeout(this.timers.show);
1082
-
1083
- // Remove cached origin on hide
1084
- delete cache.origin;
1085
-
1086
- // Remove mouse tracking event if not needed (all tracking qTips are hidden)
1087
- if(trackingBound && !$(SELECTOR+'[tracking="true"]:visible', opts.solo).not(tooltip).length) {
1088
- $(document).unbind('mousemove.'+NAMESPACE);
1089
- trackingBound = FALSE;
1090
- }
1091
-
1092
- // Blur the tooltip
1093
- this.blur(event);
1094
- }
1095
-
1096
- // Define post-animation, state specific properties
1097
- after = $.proxy(function() {
1098
- if(state) {
1099
- // Prevent antialias from disappearing in IE by removing filter
1100
- if(BROWSER.ie) { tooltip[0].style.removeAttribute('filter'); }
1101
-
1102
- // Remove overflow setting to prevent tip bugs
1103
- tooltip.css('overflow', '');
1104
-
1105
- // Autofocus elements if enabled
1106
- if('string' === typeof opts.autofocus) {
1107
- $(this.options.show.autofocus, tooltip).focus();
1108
- }
1109
-
1110
- // If set, hide tooltip when inactive for delay period
1111
- this.options.show.target.trigger('qtip-'+this.id+'-inactive');
1112
- }
1113
- else {
1114
- // Reset CSS states
1115
- tooltip.css({
1116
- display: '',
1117
- visibility: '',
1118
- opacity: '',
1119
- left: '',
1120
- top: ''
1121
- });
1122
- }
1123
-
1124
- // tooltipvisible/tooltiphidden events
1125
- this._trigger(state ? 'visible' : 'hidden');
1126
- }, this);
1127
-
1128
- // If no effect type is supplied, use a simple toggle
1129
- if(opts.effect === FALSE || animate === FALSE) {
1130
- tooltip[ type ]();
1131
- after();
1132
- }
1133
-
1134
- // Use custom function if provided
1135
- else if($.isFunction(opts.effect)) {
1136
- tooltip.stop(1, 1);
1137
- opts.effect.call(tooltip, this);
1138
- tooltip.queue('fx', function(n) {
1139
- after(); n();
1140
- });
1141
- }
1142
-
1143
- // Use basic fade function by default
1144
- else { tooltip.fadeTo(90, state ? 1 : 0, after); }
1145
-
1146
- // If inactive hide method is set, active it
1147
- if(state) { opts.target.trigger('qtip-'+this.id+'-inactive'); }
1148
-
1149
- return this;
1150
- };
1151
-
1152
- PROTOTYPE.show = function(event) { return this.toggle(TRUE, event); };
1153
-
1154
- PROTOTYPE.hide = function(event) { return this.toggle(FALSE, event); };
1155
- ;PROTOTYPE.focus = function(event) {
1156
- if(!this.rendered || this.destroyed) { return this; }
1157
-
1158
- var qtips = $(SELECTOR),
1159
- tooltip = this.tooltip,
1160
- curIndex = parseInt(tooltip[0].style.zIndex, 10),
1161
- newIndex = QTIP.zindex + qtips.length;
1162
-
1163
- // Only update the z-index if it has changed and tooltip is not already focused
1164
- if(!tooltip.hasClass(CLASS_FOCUS)) {
1165
- // tooltipfocus event
1166
- if(this._trigger('focus', [newIndex], event)) {
1167
- // Only update z-index's if they've changed
1168
- if(curIndex !== newIndex) {
1169
- // Reduce our z-index's and keep them properly ordered
1170
- qtips.each(function() {
1171
- if(this.style.zIndex > curIndex) {
1172
- this.style.zIndex = this.style.zIndex - 1;
1173
- }
1174
- });
1175
-
1176
- // Fire blur event for focused tooltip
1177
- qtips.filter('.' + CLASS_FOCUS).qtip('blur', event);
1178
- }
1179
-
1180
- // Set the new z-index
1181
- tooltip.addClass(CLASS_FOCUS)[0].style.zIndex = newIndex;
1182
- }
1183
- }
1184
-
1185
- return this;
1186
- };
1187
-
1188
- PROTOTYPE.blur = function(event) {
1189
- if(!this.rendered || this.destroyed) { return this; }
1190
-
1191
- // Set focused status to FALSE
1192
- this.tooltip.removeClass(CLASS_FOCUS);
1193
-
1194
- // tooltipblur event
1195
- this._trigger('blur', [ this.tooltip.css('zIndex') ], event);
1196
-
1197
- return this;
1198
- };
1199
- ;PROTOTYPE.disable = function(state) {
1200
- if(this.destroyed) { return this; }
1201
-
1202
- // If 'toggle' is passed, toggle the current state
1203
- if(state === 'toggle') {
1204
- state = !(this.rendered ? this.tooltip.hasClass(CLASS_DISABLED) : this.disabled);
1205
- }
1206
-
1207
- // Disable if no state passed
1208
- else if('boolean' !== typeof state) {
1209
- state = TRUE;
1210
- }
1211
-
1212
- if(this.rendered) {
1213
- this.tooltip.toggleClass(CLASS_DISABLED, state)
1214
- .attr('aria-disabled', state);
1215
- }
1216
-
1217
- this.disabled = !!state;
1218
-
1219
- return this;
1220
- };
1221
-
1222
- PROTOTYPE.enable = function() { return this.disable(FALSE); };
1223
- ;PROTOTYPE._createButton = function()
1224
- {
1225
- var self = this,
1226
- elements = this.elements,
1227
- tooltip = elements.tooltip,
1228
- button = this.options.content.button,
1229
- isString = typeof button === 'string',
1230
- close = isString ? button : 'Close tooltip';
1231
-
1232
- if(elements.button) { elements.button.remove(); }
1233
-
1234
- // Use custom button if one was supplied by user, else use default
1235
- if(button.jquery) {
1236
- elements.button = button;
1237
- }
1238
- else {
1239
- elements.button = $('<a />', {
1240
- 'class': 'qtip-close ' + (this.options.style.widget ? '' : NAMESPACE+'-icon'),
1241
- 'title': close,
1242
- 'aria-label': close
1243
- })
1244
- .prepend(
1245
- $('<span />', {
1246
- 'class': 'ui-icon ui-icon-close',
1247
- 'html': '&times;'
1248
- })
1249
- );
1250
- }
1251
-
1252
- // Create button and setup attributes
1253
- elements.button.appendTo(elements.titlebar || tooltip)
1254
- .attr('role', 'button')
1255
- .click(function(event) {
1256
- if(!tooltip.hasClass(CLASS_DISABLED)) { self.hide(event); }
1257
- return FALSE;
1258
- });
1259
- };
1260
-
1261
- PROTOTYPE._updateButton = function(button)
1262
- {
1263
- // Make sure tooltip is rendered and if not, return
1264
- if(!this.rendered) { return FALSE; }
1265
-
1266
- var elem = this.elements.button;
1267
- if(button) { this._createButton(); }
1268
- else { elem.remove(); }
1269
- };
1270
- ;// Widget class creator
1271
- function createWidgetClass(cls) {
1272
- return WIDGET.concat('').join(cls ? '-'+cls+' ' : ' ');
1273
- }
1274
-
1275
- // Widget class setter method
1276
- PROTOTYPE._setWidget = function()
1277
- {
1278
- var on = this.options.style.widget,
1279
- elements = this.elements,
1280
- tooltip = elements.tooltip,
1281
- disabled = tooltip.hasClass(CLASS_DISABLED);
1282
-
1283
- tooltip.removeClass(CLASS_DISABLED);
1284
- CLASS_DISABLED = on ? 'ui-state-disabled' : 'qtip-disabled';
1285
- tooltip.toggleClass(CLASS_DISABLED, disabled);
1286
-
1287
- tooltip.toggleClass('ui-helper-reset '+createWidgetClass(), on).toggleClass(CLASS_DEFAULT, this.options.style.def && !on);
1288
-
1289
- if(elements.content) {
1290
- elements.content.toggleClass( createWidgetClass('content'), on);
1291
- }
1292
- if(elements.titlebar) {
1293
- elements.titlebar.toggleClass( createWidgetClass('header'), on);
1294
- }
1295
- if(elements.button) {
1296
- elements.button.toggleClass(NAMESPACE+'-icon', !on);
1297
- }
1298
- };
1299
- ;function delay(callback, duration) {
1300
- // If tooltip has displayed, start hide timer
1301
- if(duration > 0) {
1302
- return setTimeout(
1303
- $.proxy(callback, this), duration
1304
- );
1305
- }
1306
- else{ callback.call(this); }
1307
- }
1308
-
1309
- function showMethod(event) {
1310
- if(this.tooltip.hasClass(CLASS_DISABLED)) { return; }
1311
-
1312
- // Clear hide timers
1313
- clearTimeout(this.timers.show);
1314
- clearTimeout(this.timers.hide);
1315
-
1316
- // Start show timer
1317
- this.timers.show = delay.call(this,
1318
- function() { this.toggle(TRUE, event); },
1319
- this.options.show.delay
1320
- );
1321
- }
1322
-
1323
- function hideMethod(event) {
1324
- if(this.tooltip.hasClass(CLASS_DISABLED) || this.destroyed) { return; }
1325
-
1326
- // Check if new target was actually the tooltip element
1327
- var relatedTarget = $(event.relatedTarget),
1328
- ontoTooltip = relatedTarget.closest(SELECTOR)[0] === this.tooltip[0],
1329
- ontoTarget = relatedTarget[0] === this.options.show.target[0];
1330
-
1331
- // Clear timers and stop animation queue
1332
- clearTimeout(this.timers.show);
1333
- clearTimeout(this.timers.hide);
1334
-
1335
- // Prevent hiding if tooltip is fixed and event target is the tooltip.
1336
- // Or if mouse positioning is enabled and cursor momentarily overlaps
1337
- if(this !== relatedTarget[0] &&
1338
- (this.options.position.target === 'mouse' && ontoTooltip) ||
1339
- this.options.hide.fixed && (
1340
- (/mouse(out|leave|move)/).test(event.type) && (ontoTooltip || ontoTarget))
1341
- )
1342
- {
1343
- /* eslint-disable no-empty */
1344
- try {
1345
- event.preventDefault();
1346
- event.stopImmediatePropagation();
1347
- } catch(e) {}
1348
- /* eslint-enable no-empty */
1349
-
1350
- return;
1351
- }
1352
-
1353
- // If tooltip has displayed, start hide timer
1354
- this.timers.hide = delay.call(this,
1355
- function() { this.toggle(FALSE, event); },
1356
- this.options.hide.delay,
1357
- this
1358
- );
1359
- }
1360
-
1361
- function inactiveMethod(event) {
1362
- if(this.tooltip.hasClass(CLASS_DISABLED) || !this.options.hide.inactive) { return; }
1363
-
1364
- // Clear timer
1365
- clearTimeout(this.timers.inactive);
1366
-
1367
- this.timers.inactive = delay.call(this,
1368
- function(){ this.hide(event); },
1369
- this.options.hide.inactive
1370
- );
1371
- }
1372
-
1373
- function repositionMethod(event) {
1374
- if(this.rendered && this.tooltip[0].offsetWidth > 0) { this.reposition(event); }
1375
- }
1376
-
1377
- // Store mouse coordinates
1378
- PROTOTYPE._storeMouse = function(event) {
1379
- (this.mouse = $.event.fix(event)).type = 'mousemove';
1380
- return this;
1381
- };
1382
-
1383
- // Bind events
1384
- PROTOTYPE._bind = function(targets, events, method, suffix, context) {
1385
- if(!targets || !method || !events.length) { return; }
1386
- var ns = '.' + this._id + (suffix ? '-'+suffix : '');
1387
- $(targets).bind(
1388
- (events.split ? events : events.join(ns + ' ')) + ns,
1389
- $.proxy(method, context || this)
1390
- );
1391
- return this;
1392
- };
1393
- PROTOTYPE._unbind = function(targets, suffix) {
1394
- targets && $(targets).unbind('.' + this._id + (suffix ? '-'+suffix : ''));
1395
- return this;
1396
- };
1397
-
1398
- // Global delegation helper
1399
- function delegate(selector, events, method) {
1400
- $(document.body).delegate(selector,
1401
- (events.split ? events : events.join('.'+NAMESPACE + ' ')) + '.'+NAMESPACE,
1402
- function() {
1403
- var api = QTIP.api[ $.attr(this, ATTR_ID) ];
1404
- api && !api.disabled && method.apply(api, arguments);
1405
- }
1406
- );
1407
- }
1408
- // Event trigger
1409
- PROTOTYPE._trigger = function(type, args, event) {
1410
- var callback = new $.Event('tooltip'+type);
1411
- callback.originalEvent = event && $.extend({}, event) || this.cache.event || NULL;
1412
-
1413
- this.triggering = type;
1414
- this.tooltip.trigger(callback, [this].concat(args || []));
1415
- this.triggering = FALSE;
1416
-
1417
- return !callback.isDefaultPrevented();
1418
- };
1419
-
1420
- PROTOTYPE._bindEvents = function(showEvents, hideEvents, showTargets, hideTargets, showCallback, hideCallback) {
1421
- // Get tasrgets that lye within both
1422
- var similarTargets = showTargets.filter( hideTargets ).add( hideTargets.filter(showTargets) ),
1423
- toggleEvents = [];
1424
-
1425
- // If hide and show targets are the same...
1426
- if(similarTargets.length) {
1427
-
1428
- // Filter identical show/hide events
1429
- $.each(hideEvents, function(i, type) {
1430
- var showIndex = $.inArray(type, showEvents);
1431
-
1432
- // Both events are identical, remove from both hide and show events
1433
- // and append to toggleEvents
1434
- showIndex > -1 && toggleEvents.push( showEvents.splice( showIndex, 1 )[0] );
1435
- });
1436
-
1437
- // Toggle events are special case of identical show/hide events, which happen in sequence
1438
- if(toggleEvents.length) {
1439
- // Bind toggle events to the similar targets
1440
- this._bind(similarTargets, toggleEvents, function(event) {
1441
- var state = this.rendered ? this.tooltip[0].offsetWidth > 0 : false;
1442
- (state ? hideCallback : showCallback).call(this, event);
1443
- });
1444
-
1445
- // Remove the similar targets from the regular show/hide bindings
1446
- showTargets = showTargets.not(similarTargets);
1447
- hideTargets = hideTargets.not(similarTargets);
1448
- }
1449
- }
1450
-
1451
- // Apply show/hide/toggle events
1452
- this._bind(showTargets, showEvents, showCallback);
1453
- this._bind(hideTargets, hideEvents, hideCallback);
1454
- };
1455
-
1456
- PROTOTYPE._assignInitialEvents = function(event) {
1457
- var options = this.options,
1458
- showTarget = options.show.target,
1459
- hideTarget = options.hide.target,
1460
- showEvents = options.show.event ? $.trim('' + options.show.event).split(' ') : [],
1461
- hideEvents = options.hide.event ? $.trim('' + options.hide.event).split(' ') : [];
1462
-
1463
- // Catch remove/removeqtip events on target element to destroy redundant tooltips
1464
- this._bind(this.elements.target, ['remove', 'removeqtip'], function() {
1465
- this.destroy(true);
1466
- }, 'destroy');
1467
-
1468
- /*
1469
- * Make sure hoverIntent functions properly by using mouseleave as a hide event if
1470
- * mouseenter/mouseout is used for show.event, even if it isn't in the users options.
1471
- */
1472
- if(/mouse(over|enter)/i.test(options.show.event) && !/mouse(out|leave)/i.test(options.hide.event)) {
1473
- hideEvents.push('mouseleave');
1474
- }
1475
-
1476
- /*
1477
- * Also make sure initial mouse targetting works correctly by caching mousemove coords
1478
- * on show targets before the tooltip has rendered. Also set onTarget when triggered to
1479
- * keep mouse tracking working.
1480
- */
1481
- this._bind(showTarget, 'mousemove', function(moveEvent) {
1482
- this._storeMouse(moveEvent);
1483
- this.cache.onTarget = TRUE;
1484
- });
1485
-
1486
- // Define hoverIntent function
1487
- function hoverIntent(hoverEvent) {
1488
- // Only continue if tooltip isn't disabled
1489
- if(this.disabled || this.destroyed) { return FALSE; }
1490
-
1491
- // Cache the event data
1492
- this.cache.event = hoverEvent && $.event.fix(hoverEvent);
1493
- this.cache.target = hoverEvent && $(hoverEvent.target);
1494
-
1495
- // Start the event sequence
1496
- clearTimeout(this.timers.show);
1497
- this.timers.show = delay.call(this,
1498
- function() { this.render(typeof hoverEvent === 'object' || options.show.ready); },
1499
- options.prerender ? 0 : options.show.delay
1500
- );
1501
- }
1502
-
1503
- // Filter and bind events
1504
- this._bindEvents(showEvents, hideEvents, showTarget, hideTarget, hoverIntent, function() {
1505
- if(!this.timers) { return FALSE; }
1506
- clearTimeout(this.timers.show);
1507
- });
1508
-
1509
- // Prerendering is enabled, create tooltip now
1510
- if(options.show.ready || options.prerender) { hoverIntent.call(this, event); }
1511
- };
1512
-
1513
- // Event assignment method
1514
- PROTOTYPE._assignEvents = function() {
1515
- var self = this,
1516
- options = this.options,
1517
- posOptions = options.position,
1518
-
1519
- tooltip = this.tooltip,
1520
- showTarget = options.show.target,
1521
- hideTarget = options.hide.target,
1522
- containerTarget = posOptions.container,
1523
- viewportTarget = posOptions.viewport,
1524
- documentTarget = $(document),
1525
- windowTarget = $(window),
1526
-
1527
- showEvents = options.show.event ? $.trim('' + options.show.event).split(' ') : [],
1528
- hideEvents = options.hide.event ? $.trim('' + options.hide.event).split(' ') : [];
1529
-
1530
-
1531
- // Assign passed event callbacks
1532
- $.each(options.events, function(name, callback) {
1533
- self._bind(tooltip, name === 'toggle' ? ['tooltipshow','tooltiphide'] : ['tooltip'+name], callback, null, tooltip);
1534
- });
1535
-
1536
- // Hide tooltips when leaving current window/frame (but not select/option elements)
1537
- if(/mouse(out|leave)/i.test(options.hide.event) && options.hide.leave === 'window') {
1538
- this._bind(documentTarget, ['mouseout', 'blur'], function(event) {
1539
- if(!/select|option/.test(event.target.nodeName) && !event.relatedTarget) {
1540
- this.hide(event);
1541
- }
1542
- });
1543
- }
1544
-
1545
- // Enable hide.fixed by adding appropriate class
1546
- if(options.hide.fixed) {
1547
- hideTarget = hideTarget.add( tooltip.addClass(CLASS_FIXED) );
1548
- }
1549
-
1550
- /*
1551
- * Make sure hoverIntent functions properly by using mouseleave to clear show timer if
1552
- * mouseenter/mouseout is used for show.event, even if it isn't in the users options.
1553
- */
1554
- else if(/mouse(over|enter)/i.test(options.show.event)) {
1555
- this._bind(hideTarget, 'mouseleave', function() {
1556
- clearTimeout(this.timers.show);
1557
- });
1558
- }
1559
-
1560
- // Hide tooltip on document mousedown if unfocus events are enabled
1561
- if(('' + options.hide.event).indexOf('unfocus') > -1) {
1562
- this._bind(containerTarget.closest('html'), ['mousedown', 'touchstart'], function(event) {
1563
- var elem = $(event.target),
1564
- enabled = this.rendered && !this.tooltip.hasClass(CLASS_DISABLED) && this.tooltip[0].offsetWidth > 0,
1565
- isAncestor = elem.parents(SELECTOR).filter(this.tooltip[0]).length > 0;
1566
-
1567
- if(elem[0] !== this.target[0] && elem[0] !== this.tooltip[0] && !isAncestor &&
1568
- !this.target.has(elem[0]).length && enabled
1569
- ) {
1570
- this.hide(event);
1571
- }
1572
- });
1573
- }
1574
-
1575
- // Check if the tooltip hides when inactive
1576
- if('number' === typeof options.hide.inactive) {
1577
- // Bind inactive method to show target(s) as a custom event
1578
- this._bind(showTarget, 'qtip-'+this.id+'-inactive', inactiveMethod, 'inactive');
1579
-
1580
- // Define events which reset the 'inactive' event handler
1581
- this._bind(hideTarget.add(tooltip), QTIP.inactiveEvents, inactiveMethod);
1582
- }
1583
-
1584
- // Filter and bind events
1585
- this._bindEvents(showEvents, hideEvents, showTarget, hideTarget, showMethod, hideMethod);
1586
-
1587
- // Mouse movement bindings
1588
- this._bind(showTarget.add(tooltip), 'mousemove', function(event) {
1589
- // Check if the tooltip hides when mouse is moved a certain distance
1590
- if('number' === typeof options.hide.distance) {
1591
- var origin = this.cache.origin || {},
1592
- limit = this.options.hide.distance,
1593
- abs = Math.abs;
1594
-
1595
- // Check if the movement has gone beyond the limit, and hide it if so
1596
- if(abs(event.pageX - origin.pageX) >= limit || abs(event.pageY - origin.pageY) >= limit) {
1597
- this.hide(event);
1598
- }
1599
- }
1600
-
1601
- // Cache mousemove coords on show targets
1602
- this._storeMouse(event);
1603
- });
1604
-
1605
- // Mouse positioning events
1606
- if(posOptions.target === 'mouse') {
1607
- // If mouse adjustment is on...
1608
- if(posOptions.adjust.mouse) {
1609
- // Apply a mouseleave event so we don't get problems with overlapping
1610
- if(options.hide.event) {
1611
- // Track if we're on the target or not
1612
- this._bind(showTarget, ['mouseenter', 'mouseleave'], function(event) {
1613
- if(!this.cache) {return FALSE; }
1614
- this.cache.onTarget = event.type === 'mouseenter';
1615
- });
1616
- }
1617
-
1618
- // Update tooltip position on mousemove
1619
- this._bind(documentTarget, 'mousemove', function(event) {
1620
- // Update the tooltip position only if the tooltip is visible and adjustment is enabled
1621
- if(this.rendered && this.cache.onTarget && !this.tooltip.hasClass(CLASS_DISABLED) && this.tooltip[0].offsetWidth > 0) {
1622
- this.reposition(event);
1623
- }
1624
- });
1625
- }
1626
- }
1627
-
1628
- // Adjust positions of the tooltip on window resize if enabled
1629
- if(posOptions.adjust.resize || viewportTarget.length) {
1630
- this._bind( $.event.special.resize ? viewportTarget : windowTarget, 'resize', repositionMethod );
1631
- }
1632
-
1633
- // Adjust tooltip position on scroll of the window or viewport element if present
1634
- if(posOptions.adjust.scroll) {
1635
- this._bind( windowTarget.add(posOptions.container), 'scroll', repositionMethod );
1636
- }
1637
- };
1638
-
1639
- // Un-assignment method
1640
- PROTOTYPE._unassignEvents = function() {
1641
- var options = this.options,
1642
- showTargets = options.show.target,
1643
- hideTargets = options.hide.target,
1644
- targets = $.grep([
1645
- this.elements.target[0],
1646
- this.rendered && this.tooltip[0],
1647
- options.position.container[0],
1648
- options.position.viewport[0],
1649
- options.position.container.closest('html')[0], // unfocus
1650
- window,
1651
- document
1652
- ], function(i) {
1653
- return typeof i === 'object';
1654
- });
1655
-
1656
- // Add show and hide targets if they're valid
1657
- if(showTargets && showTargets.toArray) {
1658
- targets = targets.concat(showTargets.toArray());
1659
- }
1660
- if(hideTargets && hideTargets.toArray) {
1661
- targets = targets.concat(hideTargets.toArray());
1662
- }
1663
-
1664
- // Unbind the events
1665
- this._unbind(targets)
1666
- ._unbind(targets, 'destroy')
1667
- ._unbind(targets, 'inactive');
1668
- };
1669
-
1670
- // Apply common event handlers using delegate (avoids excessive .bind calls!)
1671
- $(function() {
1672
- delegate(SELECTOR, ['mouseenter', 'mouseleave'], function(event) {
1673
- var state = event.type === 'mouseenter',
1674
- tooltip = $(event.currentTarget),
1675
- target = $(event.relatedTarget || event.target),
1676
- options = this.options;
1677
-
1678
- // On mouseenter...
1679
- if(state) {
1680
- // Focus the tooltip on mouseenter (z-index stacking)
1681
- this.focus(event);
1682
-
1683
- // Clear hide timer on tooltip hover to prevent it from closing
1684
- tooltip.hasClass(CLASS_FIXED) && !tooltip.hasClass(CLASS_DISABLED) && clearTimeout(this.timers.hide);
1685
- }
1686
-
1687
- // On mouseleave...
1688
- else {
1689
- // When mouse tracking is enabled, hide when we leave the tooltip and not onto the show target (if a hide event is set)
1690
- if(options.position.target === 'mouse' && options.position.adjust.mouse &&
1691
- options.hide.event && options.show.target && !target.closest(options.show.target[0]).length) {
1692
- this.hide(event);
1693
- }
1694
- }
1695
-
1696
- // Add hover class
1697
- tooltip.toggleClass(CLASS_HOVER, state);
1698
- });
1699
-
1700
- // Define events which reset the 'inactive' event handler
1701
- delegate('['+ATTR_ID+']', INACTIVE_EVENTS, inactiveMethod);
1702
- });
1703
- ;// Initialization method
1704
- function init(elem, id, opts) {
1705
- var obj, posOptions, attr, config, title,
1706
-
1707
- // Setup element references
1708
- docBody = $(document.body),
1709
-
1710
- // Use document body instead of document element if needed
1711
- newTarget = elem[0] === document ? docBody : elem,
1712
-
1713
- // Grab metadata from element if plugin is present
1714
- metadata = elem.metadata ? elem.metadata(opts.metadata) : NULL,
1715
-
1716
- // If metadata type if HTML5, grab 'name' from the object instead, or use the regular data object otherwise
1717
- metadata5 = opts.metadata.type === 'html5' && metadata ? metadata[opts.metadata.name] : NULL,
1718
-
1719
- // Grab data from metadata.name (or data-qtipopts as fallback) using .data() method,
1720
- html5 = elem.data(opts.metadata.name || 'qtipopts');
1721
-
1722
- // If we don't get an object returned attempt to parse it manualyl without parseJSON
1723
- /* eslint-disable no-empty */
1724
- try { html5 = typeof html5 === 'string' ? $.parseJSON(html5) : html5; }
1725
- catch(e) {}
1726
- /* eslint-enable no-empty */
1727
-
1728
- // Merge in and sanitize metadata
1729
- config = $.extend(TRUE, {}, QTIP.defaults, opts,
1730
- typeof html5 === 'object' ? sanitizeOptions(html5) : NULL,
1731
- sanitizeOptions(metadata5 || metadata));
1732
-
1733
- // Re-grab our positioning options now we've merged our metadata and set id to passed value
1734
- posOptions = config.position;
1735
- config.id = id;
1736
-
1737
- // Setup missing content if none is detected
1738
- if('boolean' === typeof config.content.text) {
1739
- attr = elem.attr(config.content.attr);
1740
-
1741
- // Grab from supplied attribute if available
1742
- if(config.content.attr !== FALSE && attr) { config.content.text = attr; }
1743
-
1744
- // No valid content was found, abort render
1745
- else { return FALSE; }
1746
- }
1747
-
1748
- // Setup target options
1749
- if(!posOptions.container.length) { posOptions.container = docBody; }
1750
- if(posOptions.target === FALSE) { posOptions.target = newTarget; }
1751
- if(config.show.target === FALSE) { config.show.target = newTarget; }
1752
- if(config.show.solo === TRUE) { config.show.solo = posOptions.container.closest('body'); }
1753
- if(config.hide.target === FALSE) { config.hide.target = newTarget; }
1754
- if(config.position.viewport === TRUE) { config.position.viewport = posOptions.container; }
1755
-
1756
- // Ensure we only use a single container
1757
- posOptions.container = posOptions.container.eq(0);
1758
-
1759
- // Convert position corner values into x and y strings
1760
- posOptions.at = new CORNER(posOptions.at, TRUE);
1761
- posOptions.my = new CORNER(posOptions.my);
1762
-
1763
- // Destroy previous tooltip if overwrite is enabled, or skip element if not
1764
- if(elem.data(NAMESPACE)) {
1765
- if(config.overwrite) {
1766
- elem.qtip('destroy', true);
1767
- }
1768
- else if(config.overwrite === FALSE) {
1769
- return FALSE;
1770
- }
1771
- }
1772
-
1773
- // Add has-qtip attribute
1774
- elem.attr(ATTR_HAS, id);
1775
-
1776
- // Remove title attribute and store it if present
1777
- if(config.suppress && (title = elem.attr('title'))) {
1778
- // Final attr call fixes event delegatiom and IE default tooltip showing problem
1779
- elem.removeAttr('title').attr(oldtitle, title).attr('title', '');
1780
- }
1781
-
1782
- // Initialize the tooltip and add API reference
1783
- obj = new QTip(elem, config, id, !!attr);
1784
- elem.data(NAMESPACE, obj);
1785
-
1786
- return obj;
1787
- }
1788
-
1789
- // jQuery $.fn extension method
1790
- QTIP = $.fn.qtip = function(options, notation, newValue)
1791
- {
1792
- var command = ('' + options).toLowerCase(), // Parse command
1793
- returned = NULL,
1794
- args = $.makeArray(arguments).slice(1),
1795
- event = args[args.length - 1],
1796
- opts = this[0] ? $.data(this[0], NAMESPACE) : NULL;
1797
-
1798
- // Check for API request
1799
- if(!arguments.length && opts || command === 'api') {
1800
- return opts;
1801
- }
1802
-
1803
- // Execute API command if present
1804
- else if('string' === typeof options) {
1805
- this.each(function() {
1806
- var api = $.data(this, NAMESPACE);
1807
- if(!api) { return TRUE; }
1808
-
1809
- // Cache the event if possible
1810
- if(event && event.timeStamp) { api.cache.event = event; }
1811
-
1812
- // Check for specific API commands
1813
- if(notation && (command === 'option' || command === 'options')) {
1814
- if(newValue !== undefined || $.isPlainObject(notation)) {
1815
- api.set(notation, newValue);
1816
- }
1817
- else {
1818
- returned = api.get(notation);
1819
- return FALSE;
1820
- }
1821
- }
1822
-
1823
- // Execute API command
1824
- else if(api[command]) {
1825
- api[command].apply(api, args);
1826
- }
1827
- });
1828
-
1829
- return returned !== NULL ? returned : this;
1830
- }
1831
-
1832
- // No API commands. validate provided options and setup qTips
1833
- else if('object' === typeof options || !arguments.length) {
1834
- // Sanitize options first
1835
- opts = sanitizeOptions($.extend(TRUE, {}, options));
1836
-
1837
- return this.each(function(i) {
1838
- var api, id;
1839
-
1840
- // Find next available ID, or use custom ID if provided
1841
- id = $.isArray(opts.id) ? opts.id[i] : opts.id;
1842
- id = !id || id === FALSE || id.length < 1 || QTIP.api[id] ? QTIP.nextid++ : id;
1843
-
1844
- // Initialize the qTip and re-grab newly sanitized options
1845
- api = init($(this), id, opts);
1846
- if(api === FALSE) { return TRUE; }
1847
- else { QTIP.api[id] = api; }
1848
-
1849
- // Initialize plugins
1850
- $.each(PLUGINS, function() {
1851
- if(this.initialize === 'initialize') { this(api); }
1852
- });
1853
-
1854
- // Assign initial pre-render events
1855
- api._assignInitialEvents(event);
1856
- });
1857
- }
1858
- };
1859
-
1860
- // Expose class
1861
- $.qtip = QTip;
1862
-
1863
- // Populated in render method
1864
- QTIP.api = {};
1865
- ;$.each({
1866
- /* Allow other plugins to successfully retrieve the title of an element with a qTip applied */
1867
- attr: function(attr, val) {
1868
- if(this.length) {
1869
- var self = this[0],
1870
- title = 'title',
1871
- api = $.data(self, 'qtip');
1872
-
1873
- if(attr === title && api && api.options && 'object' === typeof api && 'object' === typeof api.options && api.options.suppress) {
1874
- if(arguments.length < 2) {
1875
- return $.attr(self, oldtitle);
1876
- }
1877
-
1878
- // If qTip is rendered and title was originally used as content, update it
1879
- if(api && api.options.content.attr === title && api.cache.attr) {
1880
- api.set('content.text', val);
1881
- }
1882
-
1883
- // Use the regular attr method to set, then cache the result
1884
- return this.attr(oldtitle, val);
1885
- }
1886
- }
1887
-
1888
- return $.fn['attr'+replaceSuffix].apply(this, arguments);
1889
- },
1890
-
1891
- /* Allow clone to correctly retrieve cached title attributes */
1892
- clone: function(keepData) {
1893
- // Clone our element using the real clone method
1894
- var elems = $.fn['clone'+replaceSuffix].apply(this, arguments);
1895
-
1896
- // Grab all elements with an oldtitle set, and change it to regular title attribute, if keepData is false
1897
- if(!keepData) {
1898
- elems.filter('['+oldtitle+']').attr('title', function() {
1899
- return $.attr(this, oldtitle);
1900
- })
1901
- .removeAttr(oldtitle);
1902
- }
1903
-
1904
- return elems;
1905
- }
1906
- }, function(name, func) {
1907
- if(!func || $.fn[name+replaceSuffix]) { return TRUE; }
1908
-
1909
- var old = $.fn[name+replaceSuffix] = $.fn[name];
1910
- $.fn[name] = function() {
1911
- return func.apply(this, arguments) || old.apply(this, arguments);
1912
- };
1913
- });
1914
-
1915
- /* Fire off 'removeqtip' handler in $.cleanData if jQuery UI not present (it already does similar).
1916
- * This snippet is taken directly from jQuery UI source code found here:
1917
- * http://code.jquery.com/ui/jquery-ui-git.js
1918
- */
1919
- if(!$.ui) {
1920
- $['cleanData'+replaceSuffix] = $.cleanData;
1921
- $.cleanData = function( elems ) {
1922
- for(var i = 0, elem; (elem = $( elems[i] )).length; i++) {
1923
- if(elem.attr(ATTR_HAS)) {
1924
- /* eslint-disable no-empty */
1925
- try { elem.triggerHandler('removeqtip'); }
1926
- catch( e ) {}
1927
- /* eslint-enable no-empty */
1928
- }
1929
- }
1930
- $['cleanData'+replaceSuffix].apply(this, arguments);
1931
- };
1932
- }
1933
- ;// qTip version
1934
- QTIP.version = '3.0.3';
1935
-
1936
- // Base ID for all qTips
1937
- QTIP.nextid = 0;
1938
-
1939
- // Inactive events array
1940
- QTIP.inactiveEvents = INACTIVE_EVENTS;
1941
-
1942
- // Base z-index for all qTips
1943
- QTIP.zindex = 15000;
1944
-
1945
- // Define configuration defaults
1946
- QTIP.defaults = {
1947
- prerender: FALSE,
1948
- id: FALSE,
1949
- overwrite: TRUE,
1950
- suppress: TRUE,
1951
- content: {
1952
- text: TRUE,
1953
- attr: 'title',
1954
- title: FALSE,
1955
- button: FALSE
1956
- },
1957
- position: {
1958
- my: 'top left',
1959
- at: 'bottom right',
1960
- target: FALSE,
1961
- container: FALSE,
1962
- viewport: FALSE,
1963
- adjust: {
1964
- x: 0, y: 0,
1965
- mouse: TRUE,
1966
- scroll: TRUE,
1967
- resize: TRUE,
1968
- method: 'flipinvert flipinvert'
1969
- },
1970
- effect: function(api, pos) {
1971
- $(this).animate(pos, {
1972
- duration: 200,
1973
- queue: FALSE
1974
- });
1975
- }
1976
- },
1977
- show: {
1978
- target: FALSE,
1979
- event: 'mouseenter',
1980
- effect: TRUE,
1981
- delay: 90,
1982
- solo: FALSE,
1983
- ready: FALSE,
1984
- autofocus: FALSE
1985
- },
1986
- hide: {
1987
- target: FALSE,
1988
- event: 'mouseleave',
1989
- effect: TRUE,
1990
- delay: 0,
1991
- fixed: FALSE,
1992
- inactive: FALSE,
1993
- leave: 'window',
1994
- distance: FALSE
1995
- },
1996
- style: {
1997
- classes: '',
1998
- widget: FALSE,
1999
- width: FALSE,
2000
- height: FALSE,
2001
- def: TRUE
2002
- },
2003
- events: {
2004
- render: NULL,
2005
- move: NULL,
2006
- show: NULL,
2007
- hide: NULL,
2008
- toggle: NULL,
2009
- visible: NULL,
2010
- hidden: NULL,
2011
- focus: NULL,
2012
- blur: NULL
2013
- }
2014
- };
2015
- ;var TIP,
2016
- createVML,
2017
- SCALE,
2018
- PIXEL_RATIO,
2019
- BACKING_STORE_RATIO,
2020
-
2021
- // Common CSS strings
2022
- MARGIN = 'margin',
2023
- BORDER = 'border',
2024
- COLOR = 'color',
2025
- BG_COLOR = 'background-color',
2026
- TRANSPARENT = 'transparent',
2027
- IMPORTANT = ' !important',
2028
-
2029
- // Check if the browser supports <canvas/> elements
2030
- HASCANVAS = !!document.createElement('canvas').getContext,
2031
-
2032
- // Invalid colour values used in parseColours()
2033
- INVALID = /rgba?\(0, 0, 0(, 0)?\)|transparent|#123456/i;
2034
-
2035
- // Camel-case method, taken from jQuery source
2036
- // http://code.jquery.com/jquery-1.8.0.js
2037
- function camel(s) { return s.charAt(0).toUpperCase() + s.slice(1); }
2038
-
2039
- /*
2040
- * Modified from Modernizr's testPropsAll()
2041
- * http://modernizr.com/downloads/modernizr-latest.js
2042
- */
2043
- var cssProps = {}, cssPrefixes = ['Webkit', 'O', 'Moz', 'ms'];
2044
- function vendorCss(elem, prop) {
2045
- var ucProp = prop.charAt(0).toUpperCase() + prop.slice(1),
2046
- props = (prop + ' ' + cssPrefixes.join(ucProp + ' ') + ucProp).split(' '),
2047
- cur, val, i = 0;
2048
-
2049
- // If the property has already been mapped...
2050
- if(cssProps[prop]) { return elem.css(cssProps[prop]); }
2051
-
2052
- while(cur = props[i++]) {
2053
- if((val = elem.css(cur)) !== undefined) {
2054
- cssProps[prop] = cur;
2055
- return val;
2056
- }
2057
- }
2058
- }
2059
-
2060
- // Parse a given elements CSS property into an int
2061
- function intCss(elem, prop) {
2062
- return Math.ceil(parseFloat(vendorCss(elem, prop)));
2063
- }
2064
-
2065
-
2066
- // VML creation (for IE only)
2067
- if(!HASCANVAS) {
2068
- createVML = function(tag, props, style) {
2069
- return '<qtipvml:'+tag+' xmlns="urn:schemas-microsoft.com:vml" class="qtip-vml" '+(props||'')+
2070
- ' style="behavior: url(#default#VML); '+(style||'')+ '" />';
2071
- };
2072
- }
2073
-
2074
- // Canvas only definitions
2075
- else {
2076
- PIXEL_RATIO = window.devicePixelRatio || 1;
2077
- BACKING_STORE_RATIO = (function() {
2078
- var context = document.createElement('canvas').getContext('2d');
2079
- return context.backingStorePixelRatio || context.webkitBackingStorePixelRatio || context.mozBackingStorePixelRatio ||
2080
- context.msBackingStorePixelRatio || context.oBackingStorePixelRatio || 1;
2081
- })();
2082
- SCALE = PIXEL_RATIO / BACKING_STORE_RATIO;
2083
- }
2084
-
2085
-
2086
- function Tip(qtip, options) {
2087
- this._ns = 'tip';
2088
- this.options = options;
2089
- this.offset = options.offset;
2090
- this.size = [ options.width, options.height ];
2091
-
2092
- // Initialize
2093
- this.qtip = qtip;
2094
- this.init(qtip);
2095
- }
2096
-
2097
- $.extend(Tip.prototype, {
2098
- init: function(qtip) {
2099
- var context, tip;
2100
-
2101
- // Create tip element and prepend to the tooltip
2102
- tip = this.element = qtip.elements.tip = $('<div />', { 'class': NAMESPACE+'-tip' }).prependTo(qtip.tooltip);
2103
-
2104
- // Create tip drawing element(s)
2105
- if(HASCANVAS) {
2106
- // save() as soon as we create the canvas element so FF2 doesn't bork on our first restore()!
2107
- context = $('<canvas />').appendTo(this.element)[0].getContext('2d');
2108
-
2109
- // Setup constant parameters
2110
- context.lineJoin = 'miter';
2111
- context.miterLimit = 100000;
2112
- context.save();
2113
- }
2114
- else {
2115
- context = createVML('shape', 'coordorigin="0,0"', 'position:absolute;');
2116
- this.element.html(context + context);
2117
-
2118
- // Prevent mousing down on the tip since it causes problems with .live() handling in IE due to VML
2119
- qtip._bind( $('*', tip).add(tip), ['click', 'mousedown'], function(event) { event.stopPropagation(); }, this._ns);
2120
- }
2121
-
2122
- // Bind update events
2123
- qtip._bind(qtip.tooltip, 'tooltipmove', this.reposition, this._ns, this);
2124
-
2125
- // Create it
2126
- this.create();
2127
- },
2128
-
2129
- _swapDimensions: function() {
2130
- this.size[0] = this.options.height;
2131
- this.size[1] = this.options.width;
2132
- },
2133
- _resetDimensions: function() {
2134
- this.size[0] = this.options.width;
2135
- this.size[1] = this.options.height;
2136
- },
2137
-
2138
- _useTitle: function(corner) {
2139
- var titlebar = this.qtip.elements.titlebar;
2140
- return titlebar && (
2141
- corner.y === TOP || corner.y === CENTER && this.element.position().top + this.size[1] / 2 + this.options.offset < titlebar.outerHeight(TRUE)
2142
- );
2143
- },
2144
-
2145
- _parseCorner: function(corner) {
2146
- var my = this.qtip.options.position.my;
2147
-
2148
- // Detect corner and mimic properties
2149
- if(corner === FALSE || my === FALSE) {
2150
- corner = FALSE;
2151
- }
2152
- else if(corner === TRUE) {
2153
- corner = new CORNER( my.string() );
2154
- }
2155
- else if(!corner.string) {
2156
- corner = new CORNER(corner);
2157
- corner.fixed = TRUE;
2158
- }
2159
-
2160
- return corner;
2161
- },
2162
-
2163
- _parseWidth: function(corner, side, use) {
2164
- var elements = this.qtip.elements,
2165
- prop = BORDER + camel(side) + 'Width';
2166
-
2167
- return (use ? intCss(use, prop) :
2168
- intCss(elements.content, prop) ||
2169
- intCss(this._useTitle(corner) && elements.titlebar || elements.content, prop) ||
2170
- intCss(elements.tooltip, prop)
2171
- ) || 0;
2172
- },
2173
-
2174
- _parseRadius: function(corner) {
2175
- var elements = this.qtip.elements,
2176
- prop = BORDER + camel(corner.y) + camel(corner.x) + 'Radius';
2177
-
2178
- return BROWSER.ie < 9 ? 0 :
2179
- intCss(this._useTitle(corner) && elements.titlebar || elements.content, prop) ||
2180
- intCss(elements.tooltip, prop) || 0;
2181
- },
2182
-
2183
- _invalidColour: function(elem, prop, compare) {
2184
- var val = elem.css(prop);
2185
- return !val || compare && val === elem.css(compare) || INVALID.test(val) ? FALSE : val;
2186
- },
2187
-
2188
- _parseColours: function(corner) {
2189
- var elements = this.qtip.elements,
2190
- tip = this.element.css('cssText', ''),
2191
- borderSide = BORDER + camel(corner[ corner.precedance ]) + camel(COLOR),
2192
- colorElem = this._useTitle(corner) && elements.titlebar || elements.content,
2193
- css = this._invalidColour, color = [];
2194
-
2195
- // Attempt to detect the background colour from various elements, left-to-right precedance
2196
- color[0] = css(tip, BG_COLOR) || css(colorElem, BG_COLOR) || css(elements.content, BG_COLOR) ||
2197
- css(elements.tooltip, BG_COLOR) || tip.css(BG_COLOR);
2198
-
2199
- // Attempt to detect the correct border side colour from various elements, left-to-right precedance
2200
- color[1] = css(tip, borderSide, COLOR) || css(colorElem, borderSide, COLOR) ||
2201
- css(elements.content, borderSide, COLOR) || css(elements.tooltip, borderSide, COLOR) || elements.tooltip.css(borderSide);
2202
-
2203
- // Reset background and border colours
2204
- $('*', tip).add(tip).css('cssText', BG_COLOR+':'+TRANSPARENT+IMPORTANT+';'+BORDER+':0'+IMPORTANT+';');
2205
-
2206
- return color;
2207
- },
2208
-
2209
- _calculateSize: function(corner) {
2210
- var y = corner.precedance === Y,
2211
- width = this.options.width,
2212
- height = this.options.height,
2213
- isCenter = corner.abbrev() === 'c',
2214
- base = (y ? width: height) * (isCenter ? 0.5 : 1),
2215
- pow = Math.pow,
2216
- round = Math.round,
2217
- bigHyp, ratio, result,
2218
-
2219
- smallHyp = Math.sqrt( pow(base, 2) + pow(height, 2) ),
2220
- hyp = [
2221
- this.border / base * smallHyp,
2222
- this.border / height * smallHyp
2223
- ];
2224
-
2225
- hyp[2] = Math.sqrt( pow(hyp[0], 2) - pow(this.border, 2) );
2226
- hyp[3] = Math.sqrt( pow(hyp[1], 2) - pow(this.border, 2) );
2227
-
2228
- bigHyp = smallHyp + hyp[2] + hyp[3] + (isCenter ? 0 : hyp[0]);
2229
- ratio = bigHyp / smallHyp;
2230
-
2231
- result = [ round(ratio * width), round(ratio * height) ];
2232
- return y ? result : result.reverse();
2233
- },
2234
-
2235
- // Tip coordinates calculator
2236
- _calculateTip: function(corner, size, scale) {
2237
- scale = scale || 1;
2238
- size = size || this.size;
2239
-
2240
- var width = size[0] * scale,
2241
- height = size[1] * scale,
2242
- width2 = Math.ceil(width / 2), height2 = Math.ceil(height / 2),
2243
-
2244
- // Define tip coordinates in terms of height and width values
2245
- tips = {
2246
- br: [0,0, width,height, width,0],
2247
- bl: [0,0, width,0, 0,height],
2248
- tr: [0,height, width,0, width,height],
2249
- tl: [0,0, 0,height, width,height],
2250
- tc: [0,height, width2,0, width,height],
2251
- bc: [0,0, width,0, width2,height],
2252
- rc: [0,0, width,height2, 0,height],
2253
- lc: [width,0, width,height, 0,height2]
2254
- };
2255
-
2256
- // Set common side shapes
2257
- tips.lt = tips.br; tips.rt = tips.bl;
2258
- tips.lb = tips.tr; tips.rb = tips.tl;
2259
-
2260
- return tips[ corner.abbrev() ];
2261
- },
2262
-
2263
- // Tip coordinates drawer (canvas)
2264
- _drawCoords: function(context, coords) {
2265
- context.beginPath();
2266
- context.moveTo(coords[0], coords[1]);
2267
- context.lineTo(coords[2], coords[3]);
2268
- context.lineTo(coords[4], coords[5]);
2269
- context.closePath();
2270
- },
2271
-
2272
- create: function() {
2273
- // Determine tip corner
2274
- var c = this.corner = (HASCANVAS || BROWSER.ie) && this._parseCorner(this.options.corner);
2275
-
2276
- // If we have a tip corner...
2277
- this.enabled = !!this.corner && this.corner.abbrev() !== 'c';
2278
- if(this.enabled) {
2279
- // Cache it
2280
- this.qtip.cache.corner = c.clone();
2281
-
2282
- // Create it
2283
- this.update();
2284
- }
2285
-
2286
- // Toggle tip element
2287
- this.element.toggle(this.enabled);
2288
-
2289
- return this.corner;
2290
- },
2291
-
2292
- update: function(corner, position) {
2293
- if(!this.enabled) { return this; }
2294
-
2295
- var elements = this.qtip.elements,
2296
- tip = this.element,
2297
- inner = tip.children(),
2298
- options = this.options,
2299
- curSize = this.size,
2300
- mimic = options.mimic,
2301
- round = Math.round,
2302
- color, precedance, context,
2303
- coords, bigCoords, translate, newSize, border;
2304
-
2305
- // Re-determine tip if not already set
2306
- if(!corner) { corner = this.qtip.cache.corner || this.corner; }
2307
-
2308
- // Use corner property if we detect an invalid mimic value
2309
- if(mimic === FALSE) { mimic = corner; }
2310
-
2311
- // Otherwise inherit mimic properties from the corner object as necessary
2312
- else {
2313
- mimic = new CORNER(mimic);
2314
- mimic.precedance = corner.precedance;
2315
-
2316
- if(mimic.x === 'inherit') { mimic.x = corner.x; }
2317
- else if(mimic.y === 'inherit') { mimic.y = corner.y; }
2318
- else if(mimic.x === mimic.y) {
2319
- mimic[ corner.precedance ] = corner[ corner.precedance ];
2320
- }
2321
- }
2322
- precedance = mimic.precedance;
2323
-
2324
- // Ensure the tip width.height are relative to the tip position
2325
- if(corner.precedance === X) { this._swapDimensions(); }
2326
- else { this._resetDimensions(); }
2327
-
2328
- // Update our colours
2329
- color = this.color = this._parseColours(corner);
2330
-
2331
- // Detect border width, taking into account colours
2332
- if(color[1] !== TRANSPARENT) {
2333
- // Grab border width
2334
- border = this.border = this._parseWidth(corner, corner[corner.precedance]);
2335
-
2336
- // If border width isn't zero, use border color as fill if it's not invalid (1.0 style tips)
2337
- if(options.border && border < 1 && !INVALID.test(color[1])) { color[0] = color[1]; }
2338
-
2339
- // Set border width (use detected border width if options.border is true)
2340
- this.border = border = options.border !== TRUE ? options.border : border;
2341
- }
2342
-
2343
- // Border colour was invalid, set border to zero
2344
- else { this.border = border = 0; }
2345
-
2346
- // Determine tip size
2347
- newSize = this.size = this._calculateSize(corner);
2348
- tip.css({
2349
- width: newSize[0],
2350
- height: newSize[1],
2351
- lineHeight: newSize[1]+'px'
2352
- });
2353
-
2354
- // Calculate tip translation
2355
- if(corner.precedance === Y) {
2356
- translate = [
2357
- round(mimic.x === LEFT ? border : mimic.x === RIGHT ? newSize[0] - curSize[0] - border : (newSize[0] - curSize[0]) / 2),
2358
- round(mimic.y === TOP ? newSize[1] - curSize[1] : 0)
2359
- ];
2360
- }
2361
- else {
2362
- translate = [
2363
- round(mimic.x === LEFT ? newSize[0] - curSize[0] : 0),
2364
- round(mimic.y === TOP ? border : mimic.y === BOTTOM ? newSize[1] - curSize[1] - border : (newSize[1] - curSize[1]) / 2)
2365
- ];
2366
- }
2367
-
2368
- // Canvas drawing implementation
2369
- if(HASCANVAS) {
2370
- // Grab canvas context and clear/save it
2371
- context = inner[0].getContext('2d');
2372
- context.restore(); context.save();
2373
- context.clearRect(0,0,6000,6000);
2374
-
2375
- // Calculate coordinates
2376
- coords = this._calculateTip(mimic, curSize, SCALE);
2377
- bigCoords = this._calculateTip(mimic, this.size, SCALE);
2378
-
2379
- // Set the canvas size using calculated size
2380
- inner.attr(WIDTH, newSize[0] * SCALE).attr(HEIGHT, newSize[1] * SCALE);
2381
- inner.css(WIDTH, newSize[0]).css(HEIGHT, newSize[1]);
2382
-
2383
- // Draw the outer-stroke tip
2384
- this._drawCoords(context, bigCoords);
2385
- context.fillStyle = color[1];
2386
- context.fill();
2387
-
2388
- // Draw the actual tip
2389
- context.translate(translate[0] * SCALE, translate[1] * SCALE);
2390
- this._drawCoords(context, coords);
2391
- context.fillStyle = color[0];
2392
- context.fill();
2393
- }
2394
-
2395
- // VML (IE Proprietary implementation)
2396
- else {
2397
- // Calculate coordinates
2398
- coords = this._calculateTip(mimic);
2399
-
2400
- // Setup coordinates string
2401
- coords = 'm' + coords[0] + ',' + coords[1] + ' l' + coords[2] +
2402
- ',' + coords[3] + ' ' + coords[4] + ',' + coords[5] + ' xe';
2403
-
2404
- // Setup VML-specific offset for pixel-perfection
2405
- translate[2] = border && /^(r|b)/i.test(corner.string()) ?
2406
- BROWSER.ie === 8 ? 2 : 1 : 0;
2407
-
2408
- // Set initial CSS
2409
- inner.css({
2410
- coordsize: newSize[0]+border + ' ' + newSize[1]+border,
2411
- antialias: ''+(mimic.string().indexOf(CENTER) > -1),
2412
- left: translate[0] - translate[2] * Number(precedance === X),
2413
- top: translate[1] - translate[2] * Number(precedance === Y),
2414
- width: newSize[0] + border,
2415
- height: newSize[1] + border
2416
- })
2417
- .each(function(i) {
2418
- var $this = $(this);
2419
-
2420
- // Set shape specific attributes
2421
- $this[ $this.prop ? 'prop' : 'attr' ]({
2422
- coordsize: newSize[0]+border + ' ' + newSize[1]+border,
2423
- path: coords,
2424
- fillcolor: color[0],
2425
- filled: !!i,
2426
- stroked: !i
2427
- })
2428
- .toggle(!!(border || i));
2429
-
2430
- // Check if border is enabled and add stroke element
2431
- !i && $this.html( createVML(
2432
- 'stroke', 'weight="'+border*2+'px" color="'+color[1]+'" miterlimit="1000" joinstyle="miter"'
2433
- ) );
2434
- });
2435
- }
2436
-
2437
- // Opera bug #357 - Incorrect tip position
2438
- // https://github.com/Craga89/qTip2/issues/367
2439
- window.opera && setTimeout(function() {
2440
- elements.tip.css({
2441
- display: 'inline-block',
2442
- visibility: 'visible'
2443
- });
2444
- }, 1);
2445
-
2446
- // Position if needed
2447
- if(position !== FALSE) { this.calculate(corner, newSize); }
2448
- },
2449
-
2450
- calculate: function(corner, size) {
2451
- if(!this.enabled) { return FALSE; }
2452
-
2453
- var self = this,
2454
- elements = this.qtip.elements,
2455
- tip = this.element,
2456
- userOffset = this.options.offset,
2457
- position = {},
2458
- precedance, corners;
2459
-
2460
- // Inherit corner if not provided
2461
- corner = corner || this.corner;
2462
- precedance = corner.precedance;
2463
-
2464
- // Determine which tip dimension to use for adjustment
2465
- size = size || this._calculateSize(corner);
2466
-
2467
- // Setup corners and offset array
2468
- corners = [ corner.x, corner.y ];
2469
- if(precedance === X) { corners.reverse(); }
2470
-
2471
- // Calculate tip position
2472
- $.each(corners, function(i, side) {
2473
- var b, bc, br;
2474
-
2475
- if(side === CENTER) {
2476
- b = precedance === Y ? LEFT : TOP;
2477
- position[ b ] = '50%';
2478
- position[MARGIN+'-' + b] = -Math.round(size[ precedance === Y ? 0 : 1 ] / 2) + userOffset;
2479
- }
2480
- else {
2481
- b = self._parseWidth(corner, side, elements.tooltip);
2482
- bc = self._parseWidth(corner, side, elements.content);
2483
- br = self._parseRadius(corner);
2484
-
2485
- position[ side ] = Math.max(-self.border, i ? bc : userOffset + (br > b ? br : -b));
2486
- }
2487
- });
2488
-
2489
- // Adjust for tip size
2490
- position[ corner[precedance] ] -= size[ precedance === X ? 0 : 1 ];
2491
-
2492
- // Set and return new position
2493
- tip.css({ margin: '', top: '', bottom: '', left: '', right: '' }).css(position);
2494
- return position;
2495
- },
2496
-
2497
- reposition: function(event, api, pos) {
2498
- if(!this.enabled) { return; }
2499
-
2500
- var cache = api.cache,
2501
- newCorner = this.corner.clone(),
2502
- adjust = pos.adjusted,
2503
- method = api.options.position.adjust.method.split(' '),
2504
- horizontal = method[0],
2505
- vertical = method[1] || method[0],
2506
- shift = { left: FALSE, top: FALSE, x: 0, y: 0 },
2507
- offset, css = {}, props;
2508
-
2509
- function shiftflip(direction, precedance, popposite, side, opposite) {
2510
- // Horizontal - Shift or flip method
2511
- if(direction === SHIFT && newCorner.precedance === precedance && adjust[side] && newCorner[popposite] !== CENTER) {
2512
- newCorner.precedance = newCorner.precedance === X ? Y : X;
2513
- }
2514
- else if(direction !== SHIFT && adjust[side]){
2515
- newCorner[precedance] = newCorner[precedance] === CENTER ?
2516
- adjust[side] > 0 ? side : opposite :
2517
- newCorner[precedance] === side ? opposite : side;
2518
- }
2519
- }
2520
-
2521
- function shiftonly(xy, side, opposite) {
2522
- if(newCorner[xy] === CENTER) {
2523
- css[MARGIN+'-'+side] = shift[xy] = offset[MARGIN+'-'+side] - adjust[side];
2524
- }
2525
- else {
2526
- props = offset[opposite] !== undefined ?
2527
- [ adjust[side], -offset[side] ] : [ -adjust[side], offset[side] ];
2528
-
2529
- if( (shift[xy] = Math.max(props[0], props[1])) > props[0] ) {
2530
- pos[side] -= adjust[side];
2531
- shift[side] = FALSE;
2532
- }
2533
-
2534
- css[ offset[opposite] !== undefined ? opposite : side ] = shift[xy];
2535
- }
2536
- }
2537
-
2538
- // If our tip position isn't fixed e.g. doesn't adjust with viewport...
2539
- if(this.corner.fixed !== TRUE) {
2540
- // Perform shift/flip adjustments
2541
- shiftflip(horizontal, X, Y, LEFT, RIGHT);
2542
- shiftflip(vertical, Y, X, TOP, BOTTOM);
2543
-
2544
- // Update and redraw the tip if needed (check cached details of last drawn tip)
2545
- if(newCorner.string() !== cache.corner.string() || cache.cornerTop !== adjust.top || cache.cornerLeft !== adjust.left) {
2546
- this.update(newCorner, FALSE);
2547
- }
2548
- }
2549
-
2550
- // Setup tip offset properties
2551
- offset = this.calculate(newCorner);
2552
-
2553
- // Readjust offset object to make it left/top
2554
- if(offset.right !== undefined) { offset.left = -offset.right; }
2555
- if(offset.bottom !== undefined) { offset.top = -offset.bottom; }
2556
- offset.user = this.offset;
2557
-
2558
- // Perform shift adjustments
2559
- shift.left = horizontal === SHIFT && !!adjust.left;
2560
- if(shift.left) {
2561
- shiftonly(X, LEFT, RIGHT);
2562
- }
2563
- shift.top = vertical === SHIFT && !!adjust.top;
2564
- if(shift.top) {
2565
- shiftonly(Y, TOP, BOTTOM);
2566
- }
2567
-
2568
- /*
2569
- * If the tip is adjusted in both dimensions, or in a
2570
- * direction that would cause it to be anywhere but the
2571
- * outer border, hide it!
2572
- */
2573
- this.element.css(css).toggle(
2574
- !(shift.x && shift.y || newCorner.x === CENTER && shift.y || newCorner.y === CENTER && shift.x)
2575
- );
2576
-
2577
- // Adjust position to accomodate tip dimensions
2578
- pos.left -= offset.left.charAt ? offset.user :
2579
- horizontal !== SHIFT || shift.top || !shift.left && !shift.top ? offset.left + this.border : 0;
2580
- pos.top -= offset.top.charAt ? offset.user :
2581
- vertical !== SHIFT || shift.left || !shift.left && !shift.top ? offset.top + this.border : 0;
2582
-
2583
- // Cache details
2584
- cache.cornerLeft = adjust.left; cache.cornerTop = adjust.top;
2585
- cache.corner = newCorner.clone();
2586
- },
2587
-
2588
- destroy: function() {
2589
- // Unbind events
2590
- this.qtip._unbind(this.qtip.tooltip, this._ns);
2591
-
2592
- // Remove the tip element(s)
2593
- if(this.qtip.elements.tip) {
2594
- this.qtip.elements.tip.find('*')
2595
- .remove().end().remove();
2596
- }
2597
- }
2598
- });
2599
-
2600
- TIP = PLUGINS.tip = function(api) {
2601
- return new Tip(api, api.options.style.tip);
2602
- };
2603
-
2604
- // Initialize tip on render
2605
- TIP.initialize = 'render';
2606
-
2607
- // Setup plugin sanitization options
2608
- TIP.sanitize = function(options) {
2609
- if(options.style && 'tip' in options.style) {
2610
- var opts = options.style.tip;
2611
- if(typeof opts !== 'object') { opts = options.style.tip = { corner: opts }; }
2612
- if(!(/string|boolean/i).test(typeof opts.corner)) { opts.corner = TRUE; }
2613
- }
2614
- };
2615
-
2616
- // Add new option checks for the plugin
2617
- CHECKS.tip = {
2618
- '^position.my|style.tip.(corner|mimic|border)$': function() {
2619
- // Make sure a tip can be drawn
2620
- this.create();
2621
-
2622
- // Reposition the tooltip
2623
- this.qtip.reposition();
2624
- },
2625
- '^style.tip.(height|width)$': function(obj) {
2626
- // Re-set dimensions and redraw the tip
2627
- this.size = [ obj.width, obj.height ];
2628
- this.update();
2629
-
2630
- // Reposition the tooltip
2631
- this.qtip.reposition();
2632
- },
2633
- '^content.title|style.(classes|widget)$': function() {
2634
- this.update();
2635
- }
2636
- };
2637
-
2638
- // Extend original qTip defaults
2639
- $.extend(TRUE, QTIP.defaults, {
2640
- style: {
2641
- tip: {
2642
- corner: TRUE,
2643
- mimic: FALSE,
2644
- width: 6,
2645
- height: 6,
2646
- border: TRUE,
2647
- offset: 0
2648
- }
2649
- }
2650
- });
2651
- ;var MODAL, OVERLAY,
2652
- MODALCLASS = 'qtip-modal',
2653
- MODALSELECTOR = '.'+MODALCLASS;
2654
-
2655
- OVERLAY = function()
2656
- {
2657
- var self = this,
2658
- focusableElems = {},
2659
- current,
2660
- prevState,
2661
- elem;
2662
-
2663
- // Modified code from jQuery UI 1.10.0 source
2664
- // http://code.jquery.com/ui/1.10.0/jquery-ui.js
2665
- function focusable(element) {
2666
- // Use the defined focusable checker when possible
2667
- if($.expr[':'].focusable) { return $.expr[':'].focusable; }
2668
-
2669
- var isTabIndexNotNaN = !isNaN($.attr(element, 'tabindex')),
2670
- nodeName = element.nodeName && element.nodeName.toLowerCase(),
2671
- map, mapName, img;
2672
-
2673
- if('area' === nodeName) {
2674
- map = element.parentNode;
2675
- mapName = map.name;
2676
- if(!element.href || !mapName || map.nodeName.toLowerCase() !== 'map') {
2677
- return false;
2678
- }
2679
- img = $('img[usemap=#' + mapName + ']')[0];
2680
- return !!img && img.is(':visible');
2681
- }
2682
-
2683
- return /input|select|textarea|button|object/.test( nodeName ) ?
2684
- !element.disabled :
2685
- 'a' === nodeName ?
2686
- element.href || isTabIndexNotNaN :
2687
- isTabIndexNotNaN
2688
- ;
2689
- }
2690
-
2691
- // Focus inputs using cached focusable elements (see update())
2692
- function focusInputs(blurElems) {
2693
- // Blurring body element in IE causes window.open windows to unfocus!
2694
- if(focusableElems.length < 1 && blurElems.length) { blurElems.not('body').blur(); }
2695
-
2696
- // Focus the inputs
2697
- else { focusableElems.first().focus(); }
2698
- }
2699
-
2700
- // Steal focus from elements outside tooltip
2701
- function stealFocus(event) {
2702
- if(!elem.is(':visible')) { return; }
2703
-
2704
- var target = $(event.target),
2705
- tooltip = current.tooltip,
2706
- container = target.closest(SELECTOR),
2707
- targetOnTop;
2708
-
2709
- // Determine if input container target is above this
2710
- targetOnTop = container.length < 1 ? FALSE :
2711
- parseInt(container[0].style.zIndex, 10) > parseInt(tooltip[0].style.zIndex, 10);
2712
-
2713
- // If we're showing a modal, but focus has landed on an input below
2714
- // this modal, divert focus to the first visible input in this modal
2715
- // or if we can't find one... the tooltip itself
2716
- if(!targetOnTop && target.closest(SELECTOR)[0] !== tooltip[0]) {
2717
- focusInputs(target);
2718
- }
2719
- }
2720
-
2721
- $.extend(self, {
2722
- init: function() {
2723
- // Create document overlay
2724
- elem = self.elem = $('<div />', {
2725
- id: 'qtip-overlay',
2726
- html: '<div></div>',
2727
- mousedown: function() { return FALSE; }
2728
- })
2729
- .hide();
2730
-
2731
- // Make sure we can't focus anything outside the tooltip
2732
- $(document.body).bind('focusin'+MODALSELECTOR, stealFocus);
2733
-
2734
- // Apply keyboard "Escape key" close handler
2735
- $(document).bind('keydown'+MODALSELECTOR, function(event) {
2736
- if(current && current.options.show.modal.escape && event.keyCode === 27) {
2737
- current.hide(event);
2738
- }
2739
- });
2740
-
2741
- // Apply click handler for blur option
2742
- elem.bind('click'+MODALSELECTOR, function(event) {
2743
- if(current && current.options.show.modal.blur) {
2744
- current.hide(event);
2745
- }
2746
- });
2747
-
2748
- return self;
2749
- },
2750
-
2751
- update: function(api) {
2752
- // Update current API reference
2753
- current = api;
2754
-
2755
- // Update focusable elements if enabled
2756
- if(api.options.show.modal.stealfocus !== FALSE) {
2757
- focusableElems = api.tooltip.find('*').filter(function() {
2758
- return focusable(this);
2759
- });
2760
- }
2761
- else { focusableElems = []; }
2762
- },
2763
-
2764
- toggle: function(api, state, duration) {
2765
- var tooltip = api.tooltip,
2766
- options = api.options.show.modal,
2767
- effect = options.effect,
2768
- type = state ? 'show': 'hide',
2769
- visible = elem.is(':visible'),
2770
- visibleModals = $(MODALSELECTOR).filter(':visible:not(:animated)').not(tooltip);
2771
-
2772
- // Set active tooltip API reference
2773
- self.update(api);
2774
-
2775
- // If the modal can steal the focus...
2776
- // Blur the current item and focus anything in the modal we an
2777
- if(state && options.stealfocus !== FALSE) {
2778
- focusInputs( $(':focus') );
2779
- }
2780
-
2781
- // Toggle backdrop cursor style on show
2782
- elem.toggleClass('blurs', options.blur);
2783
-
2784
- // Append to body on show
2785
- if(state) {
2786
- elem.appendTo(document.body);
2787
- }
2788
-
2789
- // Prevent modal from conflicting with show.solo, and don't hide backdrop is other modals are visible
2790
- if(elem.is(':animated') && visible === state && prevState !== FALSE || !state && visibleModals.length) {
2791
- return self;
2792
- }
2793
-
2794
- // Stop all animations
2795
- elem.stop(TRUE, FALSE);
2796
-
2797
- // Use custom function if provided
2798
- if($.isFunction(effect)) {
2799
- effect.call(elem, state);
2800
- }
2801
-
2802
- // If no effect type is supplied, use a simple toggle
2803
- else if(effect === FALSE) {
2804
- elem[ type ]();
2805
- }
2806
-
2807
- // Use basic fade function
2808
- else {
2809
- elem.fadeTo( parseInt(duration, 10) || 90, state ? 1 : 0, function() {
2810
- if(!state) { elem.hide(); }
2811
- });
2812
- }
2813
-
2814
- // Reset position and detach from body on hide
2815
- if(!state) {
2816
- elem.queue(function(next) {
2817
- elem.css({ left: '', top: '' });
2818
- if(!$(MODALSELECTOR).length) { elem.detach(); }
2819
- next();
2820
- });
2821
- }
2822
-
2823
- // Cache the state
2824
- prevState = state;
2825
-
2826
- // If the tooltip is destroyed, set reference to null
2827
- if(current.destroyed) { current = NULL; }
2828
-
2829
- return self;
2830
- }
2831
- });
2832
-
2833
- self.init();
2834
- };
2835
- OVERLAY = new OVERLAY();
2836
-
2837
- function Modal(api, options) {
2838
- this.options = options;
2839
- this._ns = '-modal';
2840
-
2841
- this.qtip = api;
2842
- this.init(api);
2843
- }
2844
-
2845
- $.extend(Modal.prototype, {
2846
- init: function(qtip) {
2847
- var tooltip = qtip.tooltip;
2848
-
2849
- // If modal is disabled... return
2850
- if(!this.options.on) { return this; }
2851
-
2852
- // Set overlay reference
2853
- qtip.elements.overlay = OVERLAY.elem;
2854
-
2855
- // Add unique attribute so we can grab modal tooltips easily via a SELECTOR, and set z-index
2856
- tooltip.addClass(MODALCLASS).css('z-index', QTIP.modal_zindex + $(MODALSELECTOR).length);
2857
-
2858
- // Apply our show/hide/focus modal events
2859
- qtip._bind(tooltip, ['tooltipshow', 'tooltiphide'], function(event, api, duration) {
2860
- var oEvent = event.originalEvent;
2861
-
2862
- // Make sure mouseout doesn't trigger a hide when showing the modal and mousing onto backdrop
2863
- if(event.target === tooltip[0]) {
2864
- if(oEvent && event.type === 'tooltiphide' && /mouse(leave|enter)/.test(oEvent.type) && $(oEvent.relatedTarget).closest(OVERLAY.elem[0]).length) {
2865
- /* eslint-disable no-empty */
2866
- try { event.preventDefault(); }
2867
- catch(e) {}
2868
- /* eslint-enable no-empty */
2869
- }
2870
- else if(!oEvent || oEvent && oEvent.type !== 'tooltipsolo') {
2871
- this.toggle(event, event.type === 'tooltipshow', duration);
2872
- }
2873
- }
2874
- }, this._ns, this);
2875
-
2876
- // Adjust modal z-index on tooltip focus
2877
- qtip._bind(tooltip, 'tooltipfocus', function(event, api) {
2878
- // If focus was cancelled before it reached us, don't do anything
2879
- if(event.isDefaultPrevented() || event.target !== tooltip[0]) { return; }
2880
-
2881
- var qtips = $(MODALSELECTOR),
2882
-
2883
- // Keep the modal's lower than other, regular qtips
2884
- newIndex = QTIP.modal_zindex + qtips.length,
2885
- curIndex = parseInt(tooltip[0].style.zIndex, 10);
2886
-
2887
- // Set overlay z-index
2888
- OVERLAY.elem[0].style.zIndex = newIndex - 1;
2889
-
2890
- // Reduce modal z-index's and keep them properly ordered
2891
- qtips.each(function() {
2892
- if(this.style.zIndex > curIndex) {
2893
- this.style.zIndex -= 1;
2894
- }
2895
- });
2896
-
2897
- // Fire blur event for focused tooltip
2898
- qtips.filter('.' + CLASS_FOCUS).qtip('blur', event.originalEvent);
2899
-
2900
- // Set the new z-index
2901
- tooltip.addClass(CLASS_FOCUS)[0].style.zIndex = newIndex;
2902
-
2903
- // Set current
2904
- OVERLAY.update(api);
2905
-
2906
- // Prevent default handling
2907
- /* eslint-disable no-empty */
2908
- try { event.preventDefault(); }
2909
- catch(e) {}
2910
- /* eslint-enable no-empty */
2911
- }, this._ns, this);
2912
-
2913
- // Focus any other visible modals when this one hides
2914
- qtip._bind(tooltip, 'tooltiphide', function(event) {
2915
- if(event.target === tooltip[0]) {
2916
- $(MODALSELECTOR).filter(':visible').not(tooltip).last().qtip('focus', event);
2917
- }
2918
- }, this._ns, this);
2919
- },
2920
-
2921
- toggle: function(event, state, duration) {
2922
- // Make sure default event hasn't been prevented
2923
- if(event && event.isDefaultPrevented()) { return this; }
2924
-
2925
- // Toggle it
2926
- OVERLAY.toggle(this.qtip, !!state, duration);
2927
- },
2928
-
2929
- destroy: function() {
2930
- // Remove modal class
2931
- this.qtip.tooltip.removeClass(MODALCLASS);
2932
-
2933
- // Remove bound events
2934
- this.qtip._unbind(this.qtip.tooltip, this._ns);
2935
-
2936
- // Delete element reference
2937
- OVERLAY.toggle(this.qtip, FALSE);
2938
- delete this.qtip.elements.overlay;
2939
- }
2940
- });
2941
-
2942
-
2943
- MODAL = PLUGINS.modal = function(api) {
2944
- return new Modal(api, api.options.show.modal);
2945
- };
2946
-
2947
- // Setup sanitiztion rules
2948
- MODAL.sanitize = function(opts) {
2949
- if(opts.show) {
2950
- if(typeof opts.show.modal !== 'object') { opts.show.modal = { on: !!opts.show.modal }; }
2951
- else if(typeof opts.show.modal.on === 'undefined') { opts.show.modal.on = TRUE; }
2952
- }
2953
- };
2954
-
2955
- // Base z-index for all modal tooltips (use qTip core z-index as a base)
2956
- /* eslint-disable camelcase */
2957
- QTIP.modal_zindex = QTIP.zindex - 200;
2958
- /* eslint-enable camelcase */
2959
-
2960
- // Plugin needs to be initialized on render
2961
- MODAL.initialize = 'render';
2962
-
2963
- // Setup option set checks
2964
- CHECKS.modal = {
2965
- '^show.modal.(on|blur)$': function() {
2966
- // Initialise
2967
- this.destroy();
2968
- this.init();
2969
-
2970
- // Show the modal if not visible already and tooltip is visible
2971
- this.qtip.elems.overlay.toggle(
2972
- this.qtip.tooltip[0].offsetWidth > 0
2973
- );
2974
- }
2975
- };
2976
-
2977
- // Extend original api defaults
2978
- $.extend(TRUE, QTIP.defaults, {
2979
- show: {
2980
- modal: {
2981
- on: FALSE,
2982
- effect: TRUE,
2983
- blur: TRUE,
2984
- stealfocus: TRUE,
2985
- escape: TRUE
2986
- }
2987
- }
2988
- });
2989
- ;PLUGINS.viewport = function(api, position, posOptions, targetWidth, targetHeight, elemWidth, elemHeight)
2990
- {
2991
- var target = posOptions.target,
2992
- tooltip = api.elements.tooltip,
2993
- my = posOptions.my,
2994
- at = posOptions.at,
2995
- adjust = posOptions.adjust,
2996
- method = adjust.method.split(' '),
2997
- methodX = method[0],
2998
- methodY = method[1] || method[0],
2999
- viewport = posOptions.viewport,
3000
- container = posOptions.container,
3001
- adjusted = { left: 0, top: 0 },
3002
- fixed, newMy, containerOffset, containerStatic,
3003
- viewportWidth, viewportHeight, viewportScroll, viewportOffset;
3004
-
3005
- // If viewport is not a jQuery element, or it's the window/document, or no adjustment method is used... return
3006
- if(!viewport.jquery || target[0] === window || target[0] === document.body || adjust.method === 'none') {
3007
- return adjusted;
3008
- }
3009
-
3010
- // Cach container details
3011
- containerOffset = container.offset() || adjusted;
3012
- containerStatic = container.css('position') === 'static';
3013
-
3014
- // Cache our viewport details
3015
- fixed = tooltip.css('position') === 'fixed';
3016
- viewportWidth = viewport[0] === window ? viewport.width() : viewport.outerWidth(FALSE);
3017
- viewportHeight = viewport[0] === window ? viewport.height() : viewport.outerHeight(FALSE);
3018
- viewportScroll = { left: fixed ? 0 : viewport.scrollLeft(), top: fixed ? 0 : viewport.scrollTop() };
3019
- viewportOffset = viewport.offset() || adjusted;
3020
-
3021
- // Generic calculation method
3022
- function calculate(side, otherSide, type, adjustment, side1, side2, lengthName, targetLength, elemLength) {
3023
- var initialPos = position[side1],
3024
- mySide = my[side],
3025
- atSide = at[side],
3026
- isShift = type === SHIFT,
3027
- myLength = mySide === side1 ? elemLength : mySide === side2 ? -elemLength : -elemLength / 2,
3028
- atLength = atSide === side1 ? targetLength : atSide === side2 ? -targetLength : -targetLength / 2,
3029
- sideOffset = viewportScroll[side1] + viewportOffset[side1] - (containerStatic ? 0 : containerOffset[side1]),
3030
- overflow1 = sideOffset - initialPos,
3031
- overflow2 = initialPos + elemLength - (lengthName === WIDTH ? viewportWidth : viewportHeight) - sideOffset,
3032
- offset = myLength - (my.precedance === side || mySide === my[otherSide] ? atLength : 0) - (atSide === CENTER ? targetLength / 2 : 0);
3033
-
3034
- // shift
3035
- if(isShift) {
3036
- offset = (mySide === side1 ? 1 : -1) * myLength;
3037
-
3038
- // Adjust position but keep it within viewport dimensions
3039
- position[side1] += overflow1 > 0 ? overflow1 : overflow2 > 0 ? -overflow2 : 0;
3040
- position[side1] = Math.max(
3041
- -containerOffset[side1] + viewportOffset[side1],
3042
- initialPos - offset,
3043
- Math.min(
3044
- Math.max(
3045
- -containerOffset[side1] + viewportOffset[side1] + (lengthName === WIDTH ? viewportWidth : viewportHeight),
3046
- initialPos + offset
3047
- ),
3048
- position[side1],
3049
-
3050
- // Make sure we don't adjust complete off the element when using 'center'
3051
- mySide === 'center' ? initialPos - myLength : 1E9
3052
- )
3053
- );
3054
-
3055
- }
3056
-
3057
- // flip/flipinvert
3058
- else {
3059
- // Update adjustment amount depending on if using flipinvert or flip
3060
- adjustment *= type === FLIPINVERT ? 2 : 0;
3061
-
3062
- // Check for overflow on the left/top
3063
- if(overflow1 > 0 && (mySide !== side1 || overflow2 > 0)) {
3064
- position[side1] -= offset + adjustment;
3065
- newMy.invert(side, side1);
3066
- }
3067
-
3068
- // Check for overflow on the bottom/right
3069
- else if(overflow2 > 0 && (mySide !== side2 || overflow1 > 0) ) {
3070
- position[side1] -= (mySide === CENTER ? -offset : offset) + adjustment;
3071
- newMy.invert(side, side2);
3072
- }
3073
-
3074
- // Make sure we haven't made things worse with the adjustment and reset if so
3075
- if(position[side1] < viewportScroll[side1] && -position[side1] > overflow2) {
3076
- position[side1] = initialPos; newMy = my.clone();
3077
- }
3078
- }
3079
-
3080
- return position[side1] - initialPos;
3081
- }
3082
-
3083
- // Set newMy if using flip or flipinvert methods
3084
- if(methodX !== 'shift' || methodY !== 'shift') { newMy = my.clone(); }
3085
-
3086
- // Adjust position based onviewport and adjustment options
3087
- adjusted = {
3088
- left: methodX !== 'none' ? calculate( X, Y, methodX, adjust.x, LEFT, RIGHT, WIDTH, targetWidth, elemWidth ) : 0,
3089
- top: methodY !== 'none' ? calculate( Y, X, methodY, adjust.y, TOP, BOTTOM, HEIGHT, targetHeight, elemHeight ) : 0,
3090
- my: newMy
3091
- };
3092
-
3093
- return adjusted;
3094
- };
3095
- ;PLUGINS.polys = {
3096
- // POLY area coordinate calculator
3097
- // Special thanks to Ed Cradock for helping out with this.
3098
- // Uses a binary search algorithm to find suitable coordinates.
3099
- polygon: function(baseCoords, corner) {
3100
- var result = {
3101
- width: 0, height: 0,
3102
- position: {
3103
- top: 1e10, right: 0,
3104
- bottom: 0, left: 1e10
3105
- },
3106
- adjustable: FALSE
3107
- },
3108
- i = 0, next,
3109
- coords = [],
3110
- compareX = 1, compareY = 1,
3111
- realX = 0, realY = 0,
3112
- newWidth, newHeight;
3113
-
3114
- // First pass, sanitize coords and determine outer edges
3115
- i = baseCoords.length;
3116
- while(i--) {
3117
- next = [ parseInt(baseCoords[--i], 10), parseInt(baseCoords[i+1], 10) ];
3118
-
3119
- if(next[0] > result.position.right){ result.position.right = next[0]; }
3120
- if(next[0] < result.position.left){ result.position.left = next[0]; }
3121
- if(next[1] > result.position.bottom){ result.position.bottom = next[1]; }
3122
- if(next[1] < result.position.top){ result.position.top = next[1]; }
3123
-
3124
- coords.push(next);
3125
- }
3126
-
3127
- // Calculate height and width from outer edges
3128
- newWidth = result.width = Math.abs(result.position.right - result.position.left);
3129
- newHeight = result.height = Math.abs(result.position.bottom - result.position.top);
3130
-
3131
- // If it's the center corner...
3132
- if(corner.abbrev() === 'c') {
3133
- result.position = {
3134
- left: result.position.left + result.width / 2,
3135
- top: result.position.top + result.height / 2
3136
- };
3137
- }
3138
- else {
3139
- // Second pass, use a binary search algorithm to locate most suitable coordinate
3140
- while(newWidth > 0 && newHeight > 0 && compareX > 0 && compareY > 0)
3141
- {
3142
- newWidth = Math.floor(newWidth / 2);
3143
- newHeight = Math.floor(newHeight / 2);
3144
-
3145
- if(corner.x === LEFT){ compareX = newWidth; }
3146
- else if(corner.x === RIGHT){ compareX = result.width - newWidth; }
3147
- else{ compareX += Math.floor(newWidth / 2); }
3148
-
3149
- if(corner.y === TOP){ compareY = newHeight; }
3150
- else if(corner.y === BOTTOM){ compareY = result.height - newHeight; }
3151
- else{ compareY += Math.floor(newHeight / 2); }
3152
-
3153
- i = coords.length;
3154
- while(i--)
3155
- {
3156
- if(coords.length < 2){ break; }
3157
-
3158
- realX = coords[i][0] - result.position.left;
3159
- realY = coords[i][1] - result.position.top;
3160
-
3161
- if(
3162
- corner.x === LEFT && realX >= compareX ||
3163
- corner.x === RIGHT && realX <= compareX ||
3164
- corner.x === CENTER && (realX < compareX || realX > result.width - compareX) ||
3165
- corner.y === TOP && realY >= compareY ||
3166
- corner.y === BOTTOM && realY <= compareY ||
3167
- corner.y === CENTER && (realY < compareY || realY > result.height - compareY)) {
3168
- coords.splice(i, 1);
3169
- }
3170
- }
3171
- }
3172
- result.position = { left: coords[0][0], top: coords[0][1] };
3173
- }
3174
-
3175
- return result;
3176
- },
3177
-
3178
- rect: function(ax, ay, bx, by) {
3179
- return {
3180
- width: Math.abs(bx - ax),
3181
- height: Math.abs(by - ay),
3182
- position: {
3183
- left: Math.min(ax, bx),
3184
- top: Math.min(ay, by)
3185
- }
3186
- };
3187
- },
3188
-
3189
- _angles: {
3190
- tc: 3 / 2, tr: 7 / 4, tl: 5 / 4,
3191
- bc: 1 / 2, br: 1 / 4, bl: 3 / 4,
3192
- rc: 2, lc: 1, c: 0
3193
- },
3194
- ellipse: function(cx, cy, rx, ry, corner) {
3195
- var c = PLUGINS.polys._angles[ corner.abbrev() ],
3196
- rxc = c === 0 ? 0 : rx * Math.cos( c * Math.PI ),
3197
- rys = ry * Math.sin( c * Math.PI );
3198
-
3199
- return {
3200
- width: rx * 2 - Math.abs(rxc),
3201
- height: ry * 2 - Math.abs(rys),
3202
- position: {
3203
- left: cx + rxc,
3204
- top: cy + rys
3205
- },
3206
- adjustable: FALSE
3207
- };
3208
- },
3209
- circle: function(cx, cy, r, corner) {
3210
- return PLUGINS.polys.ellipse(cx, cy, r, r, corner);
3211
- }
3212
- };
3213
- ;PLUGINS.svg = function(api, svg, corner)
3214
- {
3215
- var elem = svg[0],
3216
- root = $(elem.ownerSVGElement),
3217
- ownerDocument = elem.ownerDocument,
3218
- strokeWidth2 = (parseInt(svg.css('stroke-width'), 10) || 0) / 2,
3219
- frameOffset, mtx, transformed,
3220
- len, next, i, points,
3221
- result, position;
3222
-
3223
- // Ascend the parentNode chain until we find an element with getBBox()
3224
- while(!elem.getBBox) { elem = elem.parentNode; }
3225
- if(!elem.getBBox || !elem.parentNode) { return FALSE; }
3226
-
3227
- // Determine which shape calculation to use
3228
- switch(elem.nodeName) {
3229
- case 'ellipse':
3230
- case 'circle':
3231
- result = PLUGINS.polys.ellipse(
3232
- elem.cx.baseVal.value,
3233
- elem.cy.baseVal.value,
3234
- (elem.rx || elem.r).baseVal.value + strokeWidth2,
3235
- (elem.ry || elem.r).baseVal.value + strokeWidth2,
3236
- corner
3237
- );
3238
- break;
3239
-
3240
- case 'line':
3241
- case 'polygon':
3242
- case 'polyline':
3243
- // Determine points object (line has none, so mimic using array)
3244
- points = elem.points || [
3245
- { x: elem.x1.baseVal.value, y: elem.y1.baseVal.value },
3246
- { x: elem.x2.baseVal.value, y: elem.y2.baseVal.value }
3247
- ];
3248
-
3249
- for(result = [], i = -1, len = points.numberOfItems || points.length; ++i < len;) {
3250
- next = points.getItem ? points.getItem(i) : points[i];
3251
- result.push.apply(result, [next.x, next.y]);
3252
- }
3253
-
3254
- result = PLUGINS.polys.polygon(result, corner);
3255
- break;
3256
-
3257
- // Unknown shape or rectangle? Use bounding box
3258
- default:
3259
- result = elem.getBBox();
3260
- result = {
3261
- width: result.width,
3262
- height: result.height,
3263
- position: {
3264
- left: result.x,
3265
- top: result.y
3266
- }
3267
- };
3268
- break;
3269
- }
3270
-
3271
- // Shortcut assignments
3272
- position = result.position;
3273
- root = root[0];
3274
-
3275
- // Convert position into a pixel value
3276
- if(root.createSVGPoint) {
3277
- mtx = elem.getScreenCTM();
3278
- points = root.createSVGPoint();
3279
-
3280
- points.x = position.left;
3281
- points.y = position.top;
3282
- transformed = points.matrixTransform( mtx );
3283
- position.left = transformed.x;
3284
- position.top = transformed.y;
3285
- }
3286
-
3287
- // Check the element is not in a child document, and if so, adjust for frame elements offset
3288
- if(ownerDocument !== document && api.position.target !== 'mouse') {
3289
- frameOffset = $((ownerDocument.defaultView || ownerDocument.parentWindow).frameElement).offset();
3290
- if(frameOffset) {
3291
- position.left += frameOffset.left;
3292
- position.top += frameOffset.top;
3293
- }
3294
- }
3295
-
3296
- // Adjust by scroll offset of owner document
3297
- ownerDocument = $(ownerDocument);
3298
- position.left += ownerDocument.scrollLeft();
3299
- position.top += ownerDocument.scrollTop();
3300
-
3301
- return result;
3302
- };
3303
- ;PLUGINS.imagemap = function(api, area, corner)
3304
- {
3305
- if(!area.jquery) { area = $(area); }
3306
-
3307
- var shape = (area.attr('shape') || 'rect').toLowerCase().replace('poly', 'polygon'),
3308
- image = $('img[usemap="#'+area.parent('map').attr('name')+'"]'),
3309
- coordsString = $.trim(area.attr('coords')),
3310
- coordsArray = coordsString.replace(/,$/, '').split(','),
3311
- imageOffset, coords, i, result, len;
3312
-
3313
- // If we can't find the image using the map...
3314
- if(!image.length) { return FALSE; }
3315
-
3316
- // Pass coordinates string if polygon
3317
- if(shape === 'polygon') {
3318
- result = PLUGINS.polys.polygon(coordsArray, corner);
3319
- }
3320
-
3321
- // Otherwise parse the coordinates and pass them as arguments
3322
- else if(PLUGINS.polys[shape]) {
3323
- for(i = -1, len = coordsArray.length, coords = []; ++i < len;) {
3324
- coords.push( parseInt(coordsArray[i], 10) );
3325
- }
3326
-
3327
- result = PLUGINS.polys[shape].apply(
3328
- this, coords.concat(corner)
3329
- );
3330
- }
3331
-
3332
- // If no shapre calculation method was found, return false
3333
- else { return FALSE; }
3334
-
3335
- // Make sure we account for padding and borders on the image
3336
- imageOffset = image.offset();
3337
- imageOffset.left += Math.ceil((image.outerWidth(FALSE) - image.width()) / 2);
3338
- imageOffset.top += Math.ceil((image.outerHeight(FALSE) - image.height()) / 2);
3339
-
3340
- // Add image position to offset coordinates
3341
- result.position.left += imageOffset.left;
3342
- result.position.top += imageOffset.top;
3343
-
3344
- return result;
3345
- };
3346
- ;var IE6,
3347
-
3348
- /*
3349
- * BGIFrame adaption (http://plugins.jquery.com/project/bgiframe)
3350
- * Special thanks to Brandon Aaron
3351
- */
3352
- BGIFRAME = '<iframe class="qtip-bgiframe" frameborder="0" tabindex="-1" src="javascript:\'\';" ' +
3353
- ' style="display:block; position:absolute; z-index:-1; filter:alpha(opacity=0); ' +
3354
- '-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";"></iframe>';
3355
-
3356
- function Ie6(api) {
3357
- this._ns = 'ie6';
3358
-
3359
- this.qtip = api;
3360
- this.init(api);
3361
- }
3362
-
3363
- $.extend(Ie6.prototype, {
3364
- _scroll : function() {
3365
- var overlay = this.qtip.elements.overlay;
3366
- overlay && (overlay[0].style.top = $(window).scrollTop() + 'px');
3367
- },
3368
-
3369
- init: function(qtip) {
3370
- var tooltip = qtip.tooltip;
3371
-
3372
- // Create the BGIFrame element if needed
3373
- if($('select, object').length < 1) {
3374
- this.bgiframe = qtip.elements.bgiframe = $(BGIFRAME).appendTo(tooltip);
3375
-
3376
- // Update BGIFrame on tooltip move
3377
- qtip._bind(tooltip, 'tooltipmove', this.adjustBGIFrame, this._ns, this);
3378
- }
3379
-
3380
- // redraw() container for width/height calculations
3381
- this.redrawContainer = $('<div/>', { id: NAMESPACE+'-rcontainer' })
3382
- .appendTo(document.body);
3383
-
3384
- // Fixup modal plugin if present too
3385
- if( qtip.elements.overlay && qtip.elements.overlay.addClass('qtipmodal-ie6fix') ) {
3386
- qtip._bind(window, ['scroll', 'resize'], this._scroll, this._ns, this);
3387
- qtip._bind(tooltip, ['tooltipshow'], this._scroll, this._ns, this);
3388
- }
3389
-
3390
- // Set dimensions
3391
- this.redraw();
3392
- },
3393
-
3394
- adjustBGIFrame: function() {
3395
- var tooltip = this.qtip.tooltip,
3396
- dimensions = {
3397
- height: tooltip.outerHeight(FALSE),
3398
- width: tooltip.outerWidth(FALSE)
3399
- },
3400
- plugin = this.qtip.plugins.tip,
3401
- tip = this.qtip.elements.tip,
3402
- tipAdjust, offset;
3403
-
3404
- // Adjust border offset
3405
- offset = parseInt(tooltip.css('borderLeftWidth'), 10) || 0;
3406
- offset = { left: -offset, top: -offset };
3407
-
3408
- // Adjust for tips plugin
3409
- if(plugin && tip) {
3410
- tipAdjust = plugin.corner.precedance === 'x' ? [WIDTH, LEFT] : [HEIGHT, TOP];
3411
- offset[ tipAdjust[1] ] -= tip[ tipAdjust[0] ]();
3412
- }
3413
-
3414
- // Update bgiframe
3415
- this.bgiframe.css(offset).css(dimensions);
3416
- },
3417
-
3418
- // Max/min width simulator function
3419
- redraw: function() {
3420
- if(this.qtip.rendered < 1 || this.drawing) { return this; }
3421
-
3422
- var tooltip = this.qtip.tooltip,
3423
- style = this.qtip.options.style,
3424
- container = this.qtip.options.position.container,
3425
- perc, width, max, min;
3426
-
3427
- // Set drawing flag
3428
- this.qtip.drawing = 1;
3429
-
3430
- // If tooltip has a set height/width, just set it... like a boss!
3431
- if(style.height) { tooltip.css(HEIGHT, style.height); }
3432
- if(style.width) { tooltip.css(WIDTH, style.width); }
3433
-
3434
- // Simulate max/min width if not set width present...
3435
- else {
3436
- // Reset width and add fluid class
3437
- tooltip.css(WIDTH, '').appendTo(this.redrawContainer);
3438
-
3439
- // Grab our tooltip width (add 1 if odd so we don't get wrapping problems.. huzzah!)
3440
- width = tooltip.width();
3441
- if(width % 2 < 1) { width += 1; }
3442
-
3443
- // Grab our max/min properties
3444
- max = tooltip.css('maxWidth') || '';
3445
- min = tooltip.css('minWidth') || '';
3446
-
3447
- // Parse into proper pixel values
3448
- perc = (max + min).indexOf('%') > -1 ? container.width() / 100 : 0;
3449
- max = (max.indexOf('%') > -1 ? perc : 1 * parseInt(max, 10)) || width;
3450
- min = (min.indexOf('%') > -1 ? perc : 1 * parseInt(min, 10)) || 0;
3451
-
3452
- // Determine new dimension size based on max/min/current values
3453
- width = max + min ? Math.min(Math.max(width, min), max) : width;
3454
-
3455
- // Set the newly calculated width and remvoe fluid class
3456
- tooltip.css(WIDTH, Math.round(width)).appendTo(container);
3457
- }
3458
-
3459
- // Set drawing flag
3460
- this.drawing = 0;
3461
-
3462
- return this;
3463
- },
3464
-
3465
- destroy: function() {
3466
- // Remove iframe
3467
- this.bgiframe && this.bgiframe.remove();
3468
-
3469
- // Remove bound events
3470
- this.qtip._unbind([window, this.qtip.tooltip], this._ns);
3471
- }
3472
- });
3473
-
3474
- IE6 = PLUGINS.ie6 = function(api) {
3475
- // Proceed only if the browser is IE6
3476
- return BROWSER.ie === 6 ? new Ie6(api) : FALSE;
3477
- };
3478
-
3479
- IE6.initialize = 'render';
3480
-
3481
- CHECKS.ie6 = {
3482
- '^content|style$': function() {
3483
- this.redraw();
3484
- }
3485
- };
3486
- ;}));
3487
- }( window, document ));
1
+ /*
2
+ * qTip2 - Pretty powerful tooltips - v3.0.3
3
+ * http://qtip2.com
4
+ *
5
+ * Copyright (c) 2016
6
+ * Released under the MIT licenses
7
+ * http://jquery.org/license
8
+ *
9
+ * Date: Wed May 11 2016 10:31 GMT+0100+0100
10
+ * Plugins: tips modal viewport svg imagemap ie6
11
+ * Styles: core basic css3
12
+ */
13
+ /*global window: false, jQuery: false, console: false, define: false */
14
+
15
+ /* Cache window, document, undefined */
16
+ (function( window, document, undefined ) {
17
+
18
+ // Uses AMD or browser globals to create a jQuery plugin.
19
+ (function( factory ) {
20
+ "use strict";
21
+ if(typeof define === 'function' && define.amd) {
22
+ define(['jquery'], factory);
23
+ }
24
+ else if(jQuery && !jQuery.fn.qtip) {
25
+ factory(jQuery);
26
+ }
27
+ }
28
+ (function($) {
29
+ "use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
30
+ ;// Munge the primitives - Paul Irish tip
31
+ var TRUE = true,
32
+ FALSE = false,
33
+ NULL = null,
34
+
35
+ // Common variables
36
+ X = 'x', Y = 'y',
37
+ WIDTH = 'width',
38
+ HEIGHT = 'height',
39
+
40
+ // Positioning sides
41
+ TOP = 'top',
42
+ LEFT = 'left',
43
+ BOTTOM = 'bottom',
44
+ RIGHT = 'right',
45
+ CENTER = 'center',
46
+
47
+ // Position adjustment types
48
+ FLIP = 'flip',
49
+ FLIPINVERT = 'flipinvert',
50
+ SHIFT = 'shift',
51
+
52
+ // Shortcut vars
53
+ QTIP, PROTOTYPE, CORNER, CHECKS,
54
+ PLUGINS = {},
55
+ NAMESPACE = 'qtip',
56
+ ATTR_HAS = 'data-hasqtip',
57
+ ATTR_ID = 'data-qtip-id',
58
+ WIDGET = ['ui-widget', 'ui-tooltip'],
59
+ SELECTOR = '.'+NAMESPACE,
60
+ INACTIVE_EVENTS = 'click dblclick mousedown mouseup mousemove mouseleave mouseenter'.split(' '),
61
+
62
+ CLASS_FIXED = NAMESPACE+'-fixed',
63
+ CLASS_DEFAULT = NAMESPACE + '-default',
64
+ CLASS_FOCUS = NAMESPACE + '-focus',
65
+ CLASS_HOVER = NAMESPACE + '-hover',
66
+ CLASS_DISABLED = NAMESPACE+'-disabled',
67
+
68
+ replaceSuffix = '_replacedByqTip',
69
+ oldtitle = 'oldtitle',
70
+ trackingBound,
71
+
72
+ // Browser detection
73
+ BROWSER = {
74
+ /*
75
+ * IE version detection
76
+ *
77
+ * Adapted from: http://ajaxian.com/archives/attack-of-the-ie-conditional-comment
78
+ * Credit to James Padolsey for the original implemntation!
79
+ */
80
+ ie: (function() {
81
+ /* eslint-disable no-empty */
82
+ var v, i;
83
+ for (
84
+ v = 4, i = document.createElement('div');
85
+ (i.innerHTML = '<!--[if gt IE ' + v + ']><i></i><![endif]-->') && i.getElementsByTagName('i')[0];
86
+ v+=1
87
+ ) {}
88
+ return v > 4 ? v : NaN;
89
+ /* eslint-enable no-empty */
90
+ })(),
91
+
92
+ /*
93
+ * iOS version detection
94
+ */
95
+ iOS: parseFloat(
96
+ ('' + (/CPU.*OS ([0-9_]{1,5})|(CPU like).*AppleWebKit.*Mobile/i.exec(navigator.userAgent) || [0,''])[1])
97
+ .replace('undefined', '3_2').replace('_', '.').replace('_', '')
98
+ ) || FALSE
99
+ };
100
+ ;function QTip(target, options, id, attr) {
101
+ // Elements and ID
102
+ this.id = id;
103
+ this.target = target;
104
+ this.tooltip = NULL;
105
+ this.elements = { target: target };
106
+
107
+ // Internal constructs
108
+ this._id = NAMESPACE + '-' + id;
109
+ this.timers = { img: {} };
110
+ this.options = options;
111
+ this.plugins = {};
112
+
113
+ // Cache object
114
+ this.cache = {
115
+ event: {},
116
+ target: $(),
117
+ disabled: FALSE,
118
+ attr: attr,
119
+ onTooltip: FALSE,
120
+ lastClass: ''
121
+ };
122
+
123
+ // Set the initial flags
124
+ this.rendered = this.destroyed = this.disabled = this.waiting =
125
+ this.hiddenDuringWait = this.positioning = this.triggering = FALSE;
126
+ }
127
+ PROTOTYPE = QTip.prototype;
128
+
129
+ PROTOTYPE._when = function(deferreds) {
130
+ return $.when.apply($, deferreds);
131
+ };
132
+
133
+ PROTOTYPE.render = function(show) {
134
+ if(this.rendered || this.destroyed) { return this; } // If tooltip has already been rendered, exit
135
+
136
+ var self = this,
137
+ options = this.options,
138
+ cache = this.cache,
139
+ elements = this.elements,
140
+ text = options.content.text,
141
+ title = options.content.title,
142
+ button = options.content.button,
143
+ posOptions = options.position,
144
+ deferreds = [];
145
+
146
+ // Add ARIA attributes to target
147
+ $.attr(this.target[0], 'aria-describedby', this._id);
148
+
149
+ // Create public position object that tracks current position corners
150
+ cache.posClass = this._createPosClass(
151
+ (this.position = { my: posOptions.my, at: posOptions.at }).my
152
+ );
153
+
154
+ // Create tooltip element
155
+ this.tooltip = elements.tooltip = $('<div/>', {
156
+ 'id': this._id,
157
+ 'class': [ NAMESPACE, CLASS_DEFAULT, options.style.classes, cache.posClass ].join(' '),
158
+ 'width': options.style.width || '',
159
+ 'height': options.style.height || '',
160
+ 'tracking': posOptions.target === 'mouse' && posOptions.adjust.mouse,
161
+
162
+ /* ARIA specific attributes */
163
+ 'role': 'alert',
164
+ 'aria-live': 'polite',
165
+ 'aria-atomic': FALSE,
166
+ 'aria-describedby': this._id + '-content',
167
+ 'aria-hidden': TRUE
168
+ })
169
+ .toggleClass(CLASS_DISABLED, this.disabled)
170
+ .attr(ATTR_ID, this.id)
171
+ .data(NAMESPACE, this)
172
+ .appendTo(posOptions.container)
173
+ .append(
174
+ // Create content element
175
+ elements.content = $('<div />', {
176
+ 'class': NAMESPACE + '-content',
177
+ 'id': this._id + '-content',
178
+ 'aria-atomic': TRUE
179
+ })
180
+ );
181
+
182
+ // Set rendered flag and prevent redundant reposition calls for now
183
+ this.rendered = -1;
184
+ this.positioning = TRUE;
185
+
186
+ // Create title...
187
+ if(title) {
188
+ this._createTitle();
189
+
190
+ // Update title only if its not a callback (called in toggle if so)
191
+ if(!$.isFunction(title)) {
192
+ deferreds.push( this._updateTitle(title, FALSE) );
193
+ }
194
+ }
195
+
196
+ // Create button
197
+ if(button) { this._createButton(); }
198
+
199
+ // Set proper rendered flag and update content if not a callback function (called in toggle)
200
+ if(!$.isFunction(text)) {
201
+ deferreds.push( this._updateContent(text, FALSE) );
202
+ }
203
+ this.rendered = TRUE;
204
+
205
+ // Setup widget classes
206
+ this._setWidget();
207
+
208
+ // Initialize 'render' plugins
209
+ $.each(PLUGINS, function(name) {
210
+ var instance;
211
+ if(this.initialize === 'render' && (instance = this(self))) {
212
+ self.plugins[name] = instance;
213
+ }
214
+ });
215
+
216
+ // Unassign initial events and assign proper events
217
+ this._unassignEvents();
218
+ this._assignEvents();
219
+
220
+ // When deferreds have completed
221
+ this._when(deferreds).then(function() {
222
+ // tooltiprender event
223
+ self._trigger('render');
224
+
225
+ // Reset flags
226
+ self.positioning = FALSE;
227
+
228
+ // Show tooltip if not hidden during wait period
229
+ if(!self.hiddenDuringWait && (options.show.ready || show)) {
230
+ self.toggle(TRUE, cache.event, FALSE);
231
+ }
232
+ self.hiddenDuringWait = FALSE;
233
+ });
234
+
235
+ // Expose API
236
+ QTIP.api[this.id] = this;
237
+
238
+ return this;
239
+ };
240
+
241
+ PROTOTYPE.destroy = function(immediate) {
242
+ // Set flag the signify destroy is taking place to plugins
243
+ // and ensure it only gets destroyed once!
244
+ if(this.destroyed) { return this.target; }
245
+
246
+ function process() {
247
+ if(this.destroyed) { return; }
248
+ this.destroyed = TRUE;
249
+
250
+ var target = this.target,
251
+ title = target.attr(oldtitle),
252
+ timer;
253
+
254
+ // Destroy tooltip if rendered
255
+ if(this.rendered) {
256
+ this.tooltip.stop(1,0).find('*').remove().end().remove();
257
+ }
258
+
259
+ // Destroy all plugins
260
+ $.each(this.plugins, function() {
261
+ this.destroy && this.destroy();
262
+ });
263
+
264
+ // Clear timers
265
+ for (timer in this.timers) {
266
+ if (this.timers.hasOwnProperty(timer)) {
267
+ clearTimeout(this.timers[timer]);
268
+ }
269
+ }
270
+
271
+ // Remove api object and ARIA attributes
272
+ target.removeData(NAMESPACE)
273
+ .removeAttr(ATTR_ID)
274
+ .removeAttr(ATTR_HAS)
275
+ .removeAttr('aria-describedby');
276
+
277
+ // Reset old title attribute if removed
278
+ if(this.options.suppress && title) {
279
+ target.attr('title', title).removeAttr(oldtitle);
280
+ }
281
+
282
+ // Remove qTip events associated with this API
283
+ this._unassignEvents();
284
+
285
+ // Remove ID from used id objects, and delete object references
286
+ // for better garbage collection and leak protection
287
+ this.options = this.elements = this.cache = this.timers =
288
+ this.plugins = this.mouse = NULL;
289
+
290
+ // Delete epoxsed API object
291
+ delete QTIP.api[this.id];
292
+ }
293
+
294
+ // If an immediate destroy is needed
295
+ if((immediate !== TRUE || this.triggering === 'hide') && this.rendered) {
296
+ this.tooltip.one('tooltiphidden', $.proxy(process, this));
297
+ !this.triggering && this.hide();
298
+ }
299
+
300
+ // If we're not in the process of hiding... process
301
+ else { process.call(this); }
302
+
303
+ return this.target;
304
+ };
305
+ ;function invalidOpt(a) {
306
+ return a === NULL || $.type(a) !== 'object';
307
+ }
308
+
309
+ function invalidContent(c) {
310
+ return !($.isFunction(c) ||
311
+ c && c.attr ||
312
+ c.length ||
313
+ $.type(c) === 'object' && (c.jquery || c.then));
314
+ }
315
+
316
+ // Option object sanitizer
317
+ function sanitizeOptions(opts) {
318
+ var content, text, ajax, once;
319
+
320
+ if(invalidOpt(opts)) { return FALSE; }
321
+
322
+ if(invalidOpt(opts.metadata)) {
323
+ opts.metadata = { type: opts.metadata };
324
+ }
325
+
326
+ if('content' in opts) {
327
+ content = opts.content;
328
+
329
+ if(invalidOpt(content) || content.jquery || content.done) {
330
+ text = invalidContent(content) ? FALSE : content;
331
+ content = opts.content = {
332
+ text: text
333
+ };
334
+ }
335
+ else { text = content.text; }
336
+
337
+ // DEPRECATED - Old content.ajax plugin functionality
338
+ // Converts it into the proper Deferred syntax
339
+ if('ajax' in content) {
340
+ ajax = content.ajax;
341
+ once = ajax && ajax.once !== FALSE;
342
+ delete content.ajax;
343
+
344
+ content.text = function(event, api) {
345
+ var loading = text || $(this).attr(api.options.content.attr) || 'Loading...',
346
+
347
+ deferred = $.ajax(
348
+ $.extend({}, ajax, { context: api })
349
+ )
350
+ .then(ajax.success, NULL, ajax.error)
351
+ .then(function(newContent) {
352
+ if(newContent && once) { api.set('content.text', newContent); }
353
+ return newContent;
354
+ },
355
+ function(xhr, status, error) {
356
+ if(api.destroyed || xhr.status === 0) { return; }
357
+ api.set('content.text', status + ': ' + error);
358
+ });
359
+
360
+ return !once ? (api.set('content.text', loading), deferred) : loading;
361
+ };
362
+ }
363
+
364
+ if('title' in content) {
365
+ if($.isPlainObject(content.title)) {
366
+ content.button = content.title.button;
367
+ content.title = content.title.text;
368
+ }
369
+
370
+ if(invalidContent(content.title || FALSE)) {
371
+ content.title = FALSE;
372
+ }
373
+ }
374
+ }
375
+
376
+ if('position' in opts && invalidOpt(opts.position)) {
377
+ opts.position = { my: opts.position, at: opts.position };
378
+ }
379
+
380
+ if('show' in opts && invalidOpt(opts.show)) {
381
+ opts.show = opts.show.jquery ? { target: opts.show } :
382
+ opts.show === TRUE ? { ready: TRUE } : { event: opts.show };
383
+ }
384
+
385
+ if('hide' in opts && invalidOpt(opts.hide)) {
386
+ opts.hide = opts.hide.jquery ? { target: opts.hide } : { event: opts.hide };
387
+ }
388
+
389
+ if('style' in opts && invalidOpt(opts.style)) {
390
+ opts.style = { classes: opts.style };
391
+ }
392
+
393
+ // Sanitize plugin options
394
+ $.each(PLUGINS, function() {
395
+ this.sanitize && this.sanitize(opts);
396
+ });
397
+
398
+ return opts;
399
+ }
400
+
401
+ // Setup builtin .set() option checks
402
+ CHECKS = PROTOTYPE.checks = {
403
+ builtin: {
404
+ // Core checks
405
+ '^id$': function(obj, o, v, prev) {
406
+ var id = v === TRUE ? QTIP.nextid : v,
407
+ newId = NAMESPACE + '-' + id;
408
+
409
+ if(id !== FALSE && id.length > 0 && !$('#'+newId).length) {
410
+ this._id = newId;
411
+
412
+ if(this.rendered) {
413
+ this.tooltip[0].id = this._id;
414
+ this.elements.content[0].id = this._id + '-content';
415
+ this.elements.title[0].id = this._id + '-title';
416
+ }
417
+ }
418
+ else { obj[o] = prev; }
419
+ },
420
+ '^prerender': function(obj, o, v) {
421
+ v && !this.rendered && this.render(this.options.show.ready);
422
+ },
423
+
424
+ // Content checks
425
+ '^content.text$': function(obj, o, v) {
426
+ this._updateContent(v);
427
+ },
428
+ '^content.attr$': function(obj, o, v, prev) {
429
+ if(this.options.content.text === this.target.attr(prev)) {
430
+ this._updateContent( this.target.attr(v) );
431
+ }
432
+ },
433
+ '^content.title$': function(obj, o, v) {
434
+ // Remove title if content is null
435
+ if(!v) { return this._removeTitle(); }
436
+
437
+ // If title isn't already created, create it now and update
438
+ v && !this.elements.title && this._createTitle();
439
+ this._updateTitle(v);
440
+ },
441
+ '^content.button$': function(obj, o, v) {
442
+ this._updateButton(v);
443
+ },
444
+ '^content.title.(text|button)$': function(obj, o, v) {
445
+ this.set('content.'+o, v); // Backwards title.text/button compat
446
+ },
447
+
448
+ // Position checks
449
+ '^position.(my|at)$': function(obj, o, v){
450
+ if('string' === typeof v) {
451
+ this.position[o] = obj[o] = new CORNER(v, o === 'at');
452
+ }
453
+ },
454
+ '^position.container$': function(obj, o, v){
455
+ this.rendered && this.tooltip.appendTo(v);
456
+ },
457
+
458
+ // Show checks
459
+ '^show.ready$': function(obj, o, v) {
460
+ v && (!this.rendered && this.render(TRUE) || this.toggle(TRUE));
461
+ },
462
+
463
+ // Style checks
464
+ '^style.classes$': function(obj, o, v, p) {
465
+ this.rendered && this.tooltip.removeClass(p).addClass(v);
466
+ },
467
+ '^style.(width|height)': function(obj, o, v) {
468
+ this.rendered && this.tooltip.css(o, v);
469
+ },
470
+ '^style.widget|content.title': function() {
471
+ this.rendered && this._setWidget();
472
+ },
473
+ '^style.def': function(obj, o, v) {
474
+ this.rendered && this.tooltip.toggleClass(CLASS_DEFAULT, !!v);
475
+ },
476
+
477
+ // Events check
478
+ '^events.(render|show|move|hide|focus|blur)$': function(obj, o, v) {
479
+ this.rendered && this.tooltip[($.isFunction(v) ? '' : 'un') + 'bind']('tooltip'+o, v);
480
+ },
481
+
482
+ // Properties which require event reassignment
483
+ '^(show|hide|position).(event|target|fixed|inactive|leave|distance|viewport|adjust)': function() {
484
+ if(!this.rendered) { return; }
485
+
486
+ // Set tracking flag
487
+ var posOptions = this.options.position;
488
+ this.tooltip.attr('tracking', posOptions.target === 'mouse' && posOptions.adjust.mouse);
489
+
490
+ // Reassign events
491
+ this._unassignEvents();
492
+ this._assignEvents();
493
+ }
494
+ }
495
+ };
496
+
497
+ // Dot notation converter
498
+ function convertNotation(options, notation) {
499
+ var i = 0, obj, option = options,
500
+
501
+ // Split notation into array
502
+ levels = notation.split('.');
503
+
504
+ // Loop through
505
+ while(option = option[ levels[i++] ]) {
506
+ if(i < levels.length) { obj = option; }
507
+ }
508
+
509
+ return [obj || options, levels.pop()];
510
+ }
511
+
512
+ PROTOTYPE.get = function(notation) {
513
+ if(this.destroyed) { return this; }
514
+
515
+ var o = convertNotation(this.options, notation.toLowerCase()),
516
+ result = o[0][ o[1] ];
517
+
518
+ return result.precedance ? result.string() : result;
519
+ };
520
+
521
+ function setCallback(notation, args) {
522
+ var category, rule, match;
523
+
524
+ for(category in this.checks) {
525
+ if (!this.checks.hasOwnProperty(category)) { continue; }
526
+
527
+ for(rule in this.checks[category]) {
528
+ if (!this.checks[category].hasOwnProperty(rule)) { continue; }
529
+
530
+ if(match = (new RegExp(rule, 'i')).exec(notation)) {
531
+ args.push(match);
532
+
533
+ if(category === 'builtin' || this.plugins[category]) {
534
+ this.checks[category][rule].apply(
535
+ this.plugins[category] || this, args
536
+ );
537
+ }
538
+ }
539
+ }
540
+ }
541
+ }
542
+
543
+ var rmove = /^position\.(my|at|adjust|target|container|viewport)|style|content|show\.ready/i,
544
+ rrender = /^prerender|show\.ready/i;
545
+
546
+ PROTOTYPE.set = function(option, value) {
547
+ if(this.destroyed) { return this; }
548
+
549
+ var rendered = this.rendered,
550
+ reposition = FALSE,
551
+ options = this.options,
552
+ name;
553
+
554
+ // Convert singular option/value pair into object form
555
+ if('string' === typeof option) {
556
+ name = option; option = {}; option[name] = value;
557
+ }
558
+ else { option = $.extend({}, option); }
559
+
560
+ // Set all of the defined options to their new values
561
+ $.each(option, function(notation, val) {
562
+ if(rendered && rrender.test(notation)) {
563
+ delete option[notation]; return;
564
+ }
565
+
566
+ // Set new obj value
567
+ var obj = convertNotation(options, notation.toLowerCase()), previous;
568
+ previous = obj[0][ obj[1] ];
569
+ obj[0][ obj[1] ] = val && val.nodeType ? $(val) : val;
570
+
571
+ // Also check if we need to reposition
572
+ reposition = rmove.test(notation) || reposition;
573
+
574
+ // Set the new params for the callback
575
+ option[notation] = [obj[0], obj[1], val, previous];
576
+ });
577
+
578
+ // Re-sanitize options
579
+ sanitizeOptions(options);
580
+
581
+ /*
582
+ * Execute any valid callbacks for the set options
583
+ * Also set positioning flag so we don't get loads of redundant repositioning calls.
584
+ */
585
+ this.positioning = TRUE;
586
+ $.each(option, $.proxy(setCallback, this));
587
+ this.positioning = FALSE;
588
+
589
+ // Update position if needed
590
+ if(this.rendered && this.tooltip[0].offsetWidth > 0 && reposition) {
591
+ this.reposition( options.position.target === 'mouse' ? NULL : this.cache.event );
592
+ }
593
+
594
+ return this;
595
+ };
596
+ ;PROTOTYPE._update = function(content, element) {
597
+ var self = this,
598
+ cache = this.cache;
599
+
600
+ // Make sure tooltip is rendered and content is defined. If not return
601
+ if(!this.rendered || !content) { return FALSE; }
602
+
603
+ // Use function to parse content
604
+ if($.isFunction(content)) {
605
+ content = content.call(this.elements.target, cache.event, this) || '';
606
+ }
607
+
608
+ // Handle deferred content
609
+ if($.isFunction(content.then)) {
610
+ cache.waiting = TRUE;
611
+ return content.then(function(c) {
612
+ cache.waiting = FALSE;
613
+ return self._update(c, element);
614
+ }, NULL, function(e) {
615
+ return self._update(e, element);
616
+ });
617
+ }
618
+
619
+ // If content is null... return false
620
+ if(content === FALSE || !content && content !== '') { return FALSE; }
621
+
622
+ // Append new content if its a DOM array and show it if hidden
623
+ if(content.jquery && content.length > 0) {
624
+ element.empty().append(
625
+ content.css({ display: 'block', visibility: 'visible' })
626
+ );
627
+ }
628
+
629
+ // Content is a regular string, insert the new content
630
+ else { element.html(content); }
631
+
632
+ // Wait for content to be loaded, and reposition
633
+ return this._waitForContent(element).then(function(images) {
634
+ if(self.rendered && self.tooltip[0].offsetWidth > 0) {
635
+ self.reposition(cache.event, !images.length);
636
+ }
637
+ });
638
+ };
639
+
640
+ PROTOTYPE._waitForContent = function(element) {
641
+ var cache = this.cache;
642
+
643
+ // Set flag
644
+ cache.waiting = TRUE;
645
+
646
+ // If imagesLoaded is included, ensure images have loaded and return promise
647
+ return ( $.fn.imagesLoaded ? element.imagesLoaded() : new $.Deferred().resolve([]) )
648
+ .done(function() { cache.waiting = FALSE; })
649
+ .promise();
650
+ };
651
+
652
+ PROTOTYPE._updateContent = function(content, reposition) {
653
+ this._update(content, this.elements.content, reposition);
654
+ };
655
+
656
+ PROTOTYPE._updateTitle = function(content, reposition) {
657
+ if(this._update(content, this.elements.title, reposition) === FALSE) {
658
+ this._removeTitle(FALSE);
659
+ }
660
+ };
661
+
662
+ PROTOTYPE._createTitle = function()
663
+ {
664
+ var elements = this.elements,
665
+ id = this._id+'-title';
666
+
667
+ // Destroy previous title element, if present
668
+ if(elements.titlebar) { this._removeTitle(); }
669
+
670
+ // Create title bar and title elements
671
+ elements.titlebar = $('<div />', {
672
+ 'class': NAMESPACE + '-titlebar ' + (this.options.style.widget ? createWidgetClass('header') : '')
673
+ })
674
+ .append(
675
+ elements.title = $('<div />', {
676
+ 'id': id,
677
+ 'class': NAMESPACE + '-title',
678
+ 'aria-atomic': TRUE
679
+ })
680
+ )
681
+ .insertBefore(elements.content)
682
+
683
+ // Button-specific events
684
+ .delegate('.qtip-close', 'mousedown keydown mouseup keyup mouseout', function(event) {
685
+ $(this).toggleClass('ui-state-active ui-state-focus', event.type.substr(-4) === 'down');
686
+ })
687
+ .delegate('.qtip-close', 'mouseover mouseout', function(event){
688
+ $(this).toggleClass('ui-state-hover', event.type === 'mouseover');
689
+ });
690
+
691
+ // Create button if enabled
692
+ if(this.options.content.button) { this._createButton(); }
693
+ };
694
+
695
+ PROTOTYPE._removeTitle = function(reposition)
696
+ {
697
+ var elements = this.elements;
698
+
699
+ if(elements.title) {
700
+ elements.titlebar.remove();
701
+ elements.titlebar = elements.title = elements.button = NULL;
702
+
703
+ // Reposition if enabled
704
+ if(reposition !== FALSE) { this.reposition(); }
705
+ }
706
+ };
707
+ ;PROTOTYPE._createPosClass = function(my) {
708
+ return NAMESPACE + '-pos-' + (my || this.options.position.my).abbrev();
709
+ };
710
+
711
+ PROTOTYPE.reposition = function(event, effect) {
712
+ if(!this.rendered || this.positioning || this.destroyed) { return this; }
713
+
714
+ // Set positioning flag
715
+ this.positioning = TRUE;
716
+
717
+ var cache = this.cache,
718
+ tooltip = this.tooltip,
719
+ posOptions = this.options.position,
720
+ target = posOptions.target,
721
+ my = posOptions.my,
722
+ at = posOptions.at,
723
+ viewport = posOptions.viewport,
724
+ container = posOptions.container,
725
+ adjust = posOptions.adjust,
726
+ method = adjust.method.split(' '),
727
+ tooltipWidth = tooltip.outerWidth(FALSE),
728
+ tooltipHeight = tooltip.outerHeight(FALSE),
729
+ targetWidth = 0,
730
+ targetHeight = 0,
731
+ type = tooltip.css('position'),
732
+ position = { left: 0, top: 0 },
733
+ visible = tooltip[0].offsetWidth > 0,
734
+ isScroll = event && event.type === 'scroll',
735
+ win = $(window),
736
+ doc = container[0].ownerDocument,
737
+ mouse = this.mouse,
738
+ pluginCalculations, offset, adjusted, newClass;
739
+
740
+ // Check if absolute position was passed
741
+ if($.isArray(target) && target.length === 2) {
742
+ // Force left top and set position
743
+ at = { x: LEFT, y: TOP };
744
+ position = { left: target[0], top: target[1] };
745
+ }
746
+
747
+ // Check if mouse was the target
748
+ else if(target === 'mouse') {
749
+ // Force left top to allow flipping
750
+ at = { x: LEFT, y: TOP };
751
+
752
+ // Use the mouse origin that caused the show event, if distance hiding is enabled
753
+ if((!adjust.mouse || this.options.hide.distance) && cache.origin && cache.origin.pageX) {
754
+ event = cache.origin;
755
+ }
756
+
757
+ // Use cached event for resize/scroll events
758
+ else if(!event || event && (event.type === 'resize' || event.type === 'scroll')) {
759
+ event = cache.event;
760
+ }
761
+
762
+ // Otherwise, use the cached mouse coordinates if available
763
+ else if(mouse && mouse.pageX) {
764
+ event = mouse;
765
+ }
766
+
767
+ // Calculate body and container offset and take them into account below
768
+ if(type !== 'static') { position = container.offset(); }
769
+ if(doc.body.offsetWidth !== (window.innerWidth || doc.documentElement.clientWidth)) {
770
+ offset = $(document.body).offset();
771
+ }
772
+
773
+ // Use event coordinates for position
774
+ position = {
775
+ left: event.pageX - position.left + (offset && offset.left || 0),
776
+ top: event.pageY - position.top + (offset && offset.top || 0)
777
+ };
778
+
779
+ // Scroll events are a pain, some browsers
780
+ if(adjust.mouse && isScroll && mouse) {
781
+ position.left -= (mouse.scrollX || 0) - win.scrollLeft();
782
+ position.top -= (mouse.scrollY || 0) - win.scrollTop();
783
+ }
784
+ }
785
+
786
+ // Target wasn't mouse or absolute...
787
+ else {
788
+ // Check if event targetting is being used
789
+ if(target === 'event') {
790
+ if(event && event.target && event.type !== 'scroll' && event.type !== 'resize') {
791
+ cache.target = $(event.target);
792
+ }
793
+ else if(!event.target) {
794
+ cache.target = this.elements.target;
795
+ }
796
+ }
797
+ else if(target !== 'event'){
798
+ cache.target = $(target.jquery ? target : this.elements.target);
799
+ }
800
+ target = cache.target;
801
+
802
+ // Parse the target into a jQuery object and make sure there's an element present
803
+ target = $(target).eq(0);
804
+ if(target.length === 0) { return this; }
805
+
806
+ // Check if window or document is the target
807
+ else if(target[0] === document || target[0] === window) {
808
+ targetWidth = BROWSER.iOS ? window.innerWidth : target.width();
809
+ targetHeight = BROWSER.iOS ? window.innerHeight : target.height();
810
+
811
+ if(target[0] === window) {
812
+ position = {
813
+ top: (viewport || target).scrollTop(),
814
+ left: (viewport || target).scrollLeft()
815
+ };
816
+ }
817
+ }
818
+
819
+ // Check if the target is an <AREA> element
820
+ else if(PLUGINS.imagemap && target.is('area')) {
821
+ pluginCalculations = PLUGINS.imagemap(this, target, at, PLUGINS.viewport ? method : FALSE);
822
+ }
823
+
824
+ // Check if the target is an SVG element
825
+ else if(PLUGINS.svg && target && target[0].ownerSVGElement) {
826
+ pluginCalculations = PLUGINS.svg(this, target, at, PLUGINS.viewport ? method : FALSE);
827
+ }
828
+
829
+ // Otherwise use regular jQuery methods
830
+ else {
831
+ targetWidth = target.outerWidth(FALSE);
832
+ targetHeight = target.outerHeight(FALSE);
833
+ position = target.offset();
834
+ }
835
+
836
+ // Parse returned plugin values into proper variables
837
+ if(pluginCalculations) {
838
+ targetWidth = pluginCalculations.width;
839
+ targetHeight = pluginCalculations.height;
840
+ offset = pluginCalculations.offset;
841
+ position = pluginCalculations.position;
842
+ }
843
+
844
+ // Adjust position to take into account offset parents
845
+ position = this.reposition.offset(target, position, container);
846
+
847
+ // Adjust for position.fixed tooltips (and also iOS scroll bug in v3.2-4.0 & v4.3-4.3.2)
848
+ if(BROWSER.iOS > 3.1 && BROWSER.iOS < 4.1 ||
849
+ BROWSER.iOS >= 4.3 && BROWSER.iOS < 4.33 ||
850
+ !BROWSER.iOS && type === 'fixed'
851
+ ){
852
+ position.left -= win.scrollLeft();
853
+ position.top -= win.scrollTop();
854
+ }
855
+
856
+ // Adjust position relative to target
857
+ if(!pluginCalculations || pluginCalculations && pluginCalculations.adjustable !== FALSE) {
858
+ position.left += at.x === RIGHT ? targetWidth : at.x === CENTER ? targetWidth / 2 : 0;
859
+ position.top += at.y === BOTTOM ? targetHeight : at.y === CENTER ? targetHeight / 2 : 0;
860
+ }
861
+ }
862
+
863
+ // Adjust position relative to tooltip
864
+ position.left += adjust.x + (my.x === RIGHT ? -tooltipWidth : my.x === CENTER ? -tooltipWidth / 2 : 0);
865
+ position.top += adjust.y + (my.y === BOTTOM ? -tooltipHeight : my.y === CENTER ? -tooltipHeight / 2 : 0);
866
+
867
+ // Use viewport adjustment plugin if enabled
868
+ if(PLUGINS.viewport) {
869
+ adjusted = position.adjusted = PLUGINS.viewport(
870
+ this, position, posOptions, targetWidth, targetHeight, tooltipWidth, tooltipHeight
871
+ );
872
+
873
+ // Apply offsets supplied by positioning plugin (if used)
874
+ if(offset && adjusted.left) { position.left += offset.left; }
875
+ if(offset && adjusted.top) { position.top += offset.top; }
876
+
877
+ // Apply any new 'my' position
878
+ if(adjusted.my) { this.position.my = adjusted.my; }
879
+ }
880
+
881
+ // Viewport adjustment is disabled, set values to zero
882
+ else { position.adjusted = { left: 0, top: 0 }; }
883
+
884
+ // Set tooltip position class if it's changed
885
+ if(cache.posClass !== (newClass = this._createPosClass(this.position.my))) {
886
+ cache.posClass = newClass;
887
+ tooltip.removeClass(cache.posClass).addClass(newClass);
888
+ }
889
+
890
+ // tooltipmove event
891
+ if(!this._trigger('move', [position, viewport.elem || viewport], event)) { return this; }
892
+ delete position.adjusted;
893
+
894
+ // If effect is disabled, target it mouse, no animation is defined or positioning gives NaN out, set CSS directly
895
+ if(effect === FALSE || !visible || isNaN(position.left) || isNaN(position.top) || target === 'mouse' || !$.isFunction(posOptions.effect)) {
896
+ tooltip.css(position);
897
+ }
898
+
899
+ // Use custom function if provided
900
+ else if($.isFunction(posOptions.effect)) {
901
+ posOptions.effect.call(tooltip, this, $.extend({}, position));
902
+ tooltip.queue(function(next) {
903
+ // Reset attributes to avoid cross-browser rendering bugs
904
+ $(this).css({ opacity: '', height: '' });
905
+ if(BROWSER.ie) { this.style.removeAttribute('filter'); }
906
+
907
+ next();
908
+ });
909
+ }
910
+
911
+ // Set positioning flag
912
+ this.positioning = FALSE;
913
+
914
+ return this;
915
+ };
916
+
917
+ // Custom (more correct for qTip!) offset calculator
918
+ PROTOTYPE.reposition.offset = function(elem, pos, container) {
919
+ if(!container[0]) { return pos; }
920
+
921
+ var ownerDocument = $(elem[0].ownerDocument),
922
+ quirks = !!BROWSER.ie && document.compatMode !== 'CSS1Compat',
923
+ parent = container[0],
924
+ scrolled, position, parentOffset, overflow;
925
+
926
+ function scroll(e, i) {
927
+ pos.left += i * e.scrollLeft();
928
+ pos.top += i * e.scrollTop();
929
+ }
930
+
931
+ // Compensate for non-static containers offset
932
+ do {
933
+ if((position = $.css(parent, 'position')) !== 'static') {
934
+ if(position === 'fixed') {
935
+ parentOffset = parent.getBoundingClientRect();
936
+ scroll(ownerDocument, -1);
937
+ }
938
+ else {
939
+ parentOffset = $(parent).position();
940
+ parentOffset.left += parseFloat($.css(parent, 'borderLeftWidth')) || 0;
941
+ parentOffset.top += parseFloat($.css(parent, 'borderTopWidth')) || 0;
942
+ }
943
+
944
+ pos.left -= parentOffset.left + (parseFloat($.css(parent, 'marginLeft')) || 0);
945
+ pos.top -= parentOffset.top + (parseFloat($.css(parent, 'marginTop')) || 0);
946
+
947
+ // If this is the first parent element with an overflow of "scroll" or "auto", store it
948
+ if(!scrolled && (overflow = $.css(parent, 'overflow')) !== 'hidden' && overflow !== 'visible') { scrolled = $(parent); }
949
+ }
950
+ }
951
+ while(parent = parent.offsetParent);
952
+
953
+ // Compensate for containers scroll if it also has an offsetParent (or in IE quirks mode)
954
+ if(scrolled && (scrolled[0] !== ownerDocument[0] || quirks)) {
955
+ scroll(scrolled, 1);
956
+ }
957
+
958
+ return pos;
959
+ };
960
+
961
+ // Corner class
962
+ var C = (CORNER = PROTOTYPE.reposition.Corner = function(corner, forceY) {
963
+ corner = ('' + corner).replace(/([A-Z])/, ' $1').replace(/middle/gi, CENTER).toLowerCase();
964
+ this.x = (corner.match(/left|right/i) || corner.match(/center/) || ['inherit'])[0].toLowerCase();
965
+ this.y = (corner.match(/top|bottom|center/i) || ['inherit'])[0].toLowerCase();
966
+ this.forceY = !!forceY;
967
+
968
+ var f = corner.charAt(0);
969
+ this.precedance = f === 't' || f === 'b' ? Y : X;
970
+ }).prototype;
971
+
972
+ C.invert = function(z, center) {
973
+ this[z] = this[z] === LEFT ? RIGHT : this[z] === RIGHT ? LEFT : center || this[z];
974
+ };
975
+
976
+ C.string = function(join) {
977
+ var x = this.x, y = this.y;
978
+
979
+ var result = x !== y ?
980
+ x === 'center' || y !== 'center' && (this.precedance === Y || this.forceY) ?
981
+ [y,x] :
982
+ [x,y] :
983
+ [x];
984
+
985
+ return join !== false ? result.join(' ') : result;
986
+ };
987
+
988
+ C.abbrev = function() {
989
+ var result = this.string(false);
990
+ return result[0].charAt(0) + (result[1] && result[1].charAt(0) || '');
991
+ };
992
+
993
+ C.clone = function() {
994
+ return new CORNER( this.string(), this.forceY );
995
+ };
996
+
997
+ ;
998
+ PROTOTYPE.toggle = function(state, event) {
999
+ var cache = this.cache,
1000
+ options = this.options,
1001
+ tooltip = this.tooltip;
1002
+
1003
+ // Try to prevent flickering when tooltip overlaps show element
1004
+ if(event) {
1005
+ if((/over|enter/).test(event.type) && cache.event && (/out|leave/).test(cache.event.type) &&
1006
+ options.show.target.add(event.target).length === options.show.target.length &&
1007
+ tooltip.has(event.relatedTarget).length) {
1008
+ return this;
1009
+ }
1010
+
1011
+ // Cache event
1012
+ cache.event = $.event.fix(event);
1013
+ }
1014
+
1015
+ // If we're currently waiting and we've just hidden... stop it
1016
+ this.waiting && !state && (this.hiddenDuringWait = TRUE);
1017
+
1018
+ // Render the tooltip if showing and it isn't already
1019
+ if(!this.rendered) { return state ? this.render(1) : this; }
1020
+ else if(this.destroyed || this.disabled) { return this; }
1021
+
1022
+ var type = state ? 'show' : 'hide',
1023
+ opts = this.options[type],
1024
+ posOptions = this.options.position,
1025
+ contentOptions = this.options.content,
1026
+ width = this.tooltip.css('width'),
1027
+ visible = this.tooltip.is(':visible'),
1028
+ animate = state || opts.target.length === 1,
1029
+ sameTarget = !event || opts.target.length < 2 || cache.target[0] === event.target,
1030
+ identicalState, allow, after;
1031
+
1032
+ // Detect state if valid one isn't provided
1033
+ if((typeof state).search('boolean|number')) { state = !visible; }
1034
+
1035
+ // Check if the tooltip is in an identical state to the new would-be state
1036
+ identicalState = !tooltip.is(':animated') && visible === state && sameTarget;
1037
+
1038
+ // Fire tooltip(show/hide) event and check if destroyed
1039
+ allow = !identicalState ? !!this._trigger(type, [90]) : NULL;
1040
+
1041
+ // Check to make sure the tooltip wasn't destroyed in the callback
1042
+ if(this.destroyed) { return this; }
1043
+
1044
+ // If the user didn't stop the method prematurely and we're showing the tooltip, focus it
1045
+ if(allow !== FALSE && state) { this.focus(event); }
1046
+
1047
+ // If the state hasn't changed or the user stopped it, return early
1048
+ if(!allow || identicalState) { return this; }
1049
+
1050
+ // Set ARIA hidden attribute
1051
+ $.attr(tooltip[0], 'aria-hidden', !!!state);
1052
+
1053
+ // Execute state specific properties
1054
+ if(state) {
1055
+ // Store show origin coordinates
1056
+ this.mouse && (cache.origin = $.event.fix(this.mouse));
1057
+
1058
+ // Update tooltip content & title if it's a dynamic function
1059
+ if($.isFunction(contentOptions.text)) { this._updateContent(contentOptions.text, FALSE); }
1060
+ if($.isFunction(contentOptions.title)) { this._updateTitle(contentOptions.title, FALSE); }
1061
+
1062
+ // Cache mousemove events for positioning purposes (if not already tracking)
1063
+ if(!trackingBound && posOptions.target === 'mouse' && posOptions.adjust.mouse) {
1064
+ $(document).bind('mousemove.'+NAMESPACE, this._storeMouse);
1065
+ trackingBound = TRUE;
1066
+ }
1067
+
1068
+ // Update the tooltip position (set width first to prevent viewport/max-width issues)
1069
+ if(!width) { tooltip.css('width', tooltip.outerWidth(FALSE)); }
1070
+ this.reposition(event, arguments[2]);
1071
+ if(!width) { tooltip.css('width', ''); }
1072
+
1073
+ // Hide other tooltips if tooltip is solo
1074
+ if(!!opts.solo) {
1075
+ (typeof opts.solo === 'string' ? $(opts.solo) : $(SELECTOR, opts.solo))
1076
+ .not(tooltip).not(opts.target).qtip('hide', new $.Event('tooltipsolo'));
1077
+ }
1078
+ }
1079
+ else {
1080
+ // Clear show timer if we're hiding
1081
+ clearTimeout(this.timers.show);
1082
+
1083
+ // Remove cached origin on hide
1084
+ delete cache.origin;
1085
+
1086
+ // Remove mouse tracking event if not needed (all tracking qTips are hidden)
1087
+ if(trackingBound && !$(SELECTOR+'[tracking="true"]:visible', opts.solo).not(tooltip).length) {
1088
+ $(document).unbind('mousemove.'+NAMESPACE);
1089
+ trackingBound = FALSE;
1090
+ }
1091
+
1092
+ // Blur the tooltip
1093
+ this.blur(event);
1094
+ }
1095
+
1096
+ // Define post-animation, state specific properties
1097
+ after = $.proxy(function() {
1098
+ if(state) {
1099
+ // Prevent antialias from disappearing in IE by removing filter
1100
+ if(BROWSER.ie) { tooltip[0].style.removeAttribute('filter'); }
1101
+
1102
+ // Remove overflow setting to prevent tip bugs
1103
+ tooltip.css('overflow', '');
1104
+
1105
+ // Autofocus elements if enabled
1106
+ if('string' === typeof opts.autofocus) {
1107
+ $(this.options.show.autofocus, tooltip).focus();
1108
+ }
1109
+
1110
+ // If set, hide tooltip when inactive for delay period
1111
+ this.options.show.target.trigger('qtip-'+this.id+'-inactive');
1112
+ }
1113
+ else {
1114
+ // Reset CSS states
1115
+ tooltip.css({
1116
+ display: '',
1117
+ visibility: '',
1118
+ opacity: '',
1119
+ left: '',
1120
+ top: ''
1121
+ });
1122
+ }
1123
+
1124
+ // tooltipvisible/tooltiphidden events
1125
+ this._trigger(state ? 'visible' : 'hidden');
1126
+ }, this);
1127
+
1128
+ // If no effect type is supplied, use a simple toggle
1129
+ if(opts.effect === FALSE || animate === FALSE) {
1130
+ tooltip[ type ]();
1131
+ after();
1132
+ }
1133
+
1134
+ // Use custom function if provided
1135
+ else if($.isFunction(opts.effect)) {
1136
+ tooltip.stop(1, 1);
1137
+ opts.effect.call(tooltip, this);
1138
+ tooltip.queue('fx', function(n) {
1139
+ after(); n();
1140
+ });
1141
+ }
1142
+
1143
+ // Use basic fade function by default
1144
+ else { tooltip.fadeTo(90, state ? 1 : 0, after); }
1145
+
1146
+ // If inactive hide method is set, active it
1147
+ if(state) { opts.target.trigger('qtip-'+this.id+'-inactive'); }
1148
+
1149
+ return this;
1150
+ };
1151
+
1152
+ PROTOTYPE.show = function(event) { return this.toggle(TRUE, event); };
1153
+
1154
+ PROTOTYPE.hide = function(event) { return this.toggle(FALSE, event); };
1155
+ ;PROTOTYPE.focus = function(event) {
1156
+ if(!this.rendered || this.destroyed) { return this; }
1157
+
1158
+ var qtips = $(SELECTOR),
1159
+ tooltip = this.tooltip,
1160
+ curIndex = parseInt(tooltip[0].style.zIndex, 10),
1161
+ newIndex = QTIP.zindex + qtips.length;
1162
+
1163
+ // Only update the z-index if it has changed and tooltip is not already focused
1164
+ if(!tooltip.hasClass(CLASS_FOCUS)) {
1165
+ // tooltipfocus event
1166
+ if(this._trigger('focus', [newIndex], event)) {
1167
+ // Only update z-index's if they've changed
1168
+ if(curIndex !== newIndex) {
1169
+ // Reduce our z-index's and keep them properly ordered
1170
+ qtips.each(function() {
1171
+ if(this.style.zIndex > curIndex) {
1172
+ this.style.zIndex = this.style.zIndex - 1;
1173
+ }
1174
+ });
1175
+
1176
+ // Fire blur event for focused tooltip
1177
+ qtips.filter('.' + CLASS_FOCUS).qtip('blur', event);
1178
+ }
1179
+
1180
+ // Set the new z-index
1181
+ tooltip.addClass(CLASS_FOCUS)[0].style.zIndex = newIndex;
1182
+ }
1183
+ }
1184
+
1185
+ return this;
1186
+ };
1187
+
1188
+ PROTOTYPE.blur = function(event) {
1189
+ if(!this.rendered || this.destroyed) { return this; }
1190
+
1191
+ // Set focused status to FALSE
1192
+ this.tooltip.removeClass(CLASS_FOCUS);
1193
+
1194
+ // tooltipblur event
1195
+ this._trigger('blur', [ this.tooltip.css('zIndex') ], event);
1196
+
1197
+ return this;
1198
+ };
1199
+ ;PROTOTYPE.disable = function(state) {
1200
+ if(this.destroyed) { return this; }
1201
+
1202
+ // If 'toggle' is passed, toggle the current state
1203
+ if(state === 'toggle') {
1204
+ state = !(this.rendered ? this.tooltip.hasClass(CLASS_DISABLED) : this.disabled);
1205
+ }
1206
+
1207
+ // Disable if no state passed
1208
+ else if('boolean' !== typeof state) {
1209
+ state = TRUE;
1210
+ }
1211
+
1212
+ if(this.rendered) {
1213
+ this.tooltip.toggleClass(CLASS_DISABLED, state)
1214
+ .attr('aria-disabled', state);
1215
+ }
1216
+
1217
+ this.disabled = !!state;
1218
+
1219
+ return this;
1220
+ };
1221
+
1222
+ PROTOTYPE.enable = function() { return this.disable(FALSE); };
1223
+ ;PROTOTYPE._createButton = function()
1224
+ {
1225
+ var self = this,
1226
+ elements = this.elements,
1227
+ tooltip = elements.tooltip,
1228
+ button = this.options.content.button,
1229
+ isString = typeof button === 'string',
1230
+ close = isString ? button : 'Close tooltip';
1231
+
1232
+ if(elements.button) { elements.button.remove(); }
1233
+
1234
+ // Use custom button if one was supplied by user, else use default
1235
+ if(button.jquery) {
1236
+ elements.button = button;
1237
+ }
1238
+ else {
1239
+ elements.button = $('<a />', {
1240
+ 'class': 'qtip-close ' + (this.options.style.widget ? '' : NAMESPACE+'-icon'),
1241
+ 'title': close,
1242
+ 'aria-label': close
1243
+ })
1244
+ .prepend(
1245
+ $('<span />', {
1246
+ 'class': 'ui-icon ui-icon-close',
1247
+ 'html': '&times;'
1248
+ })
1249
+ );
1250
+ }
1251
+
1252
+ // Create button and setup attributes
1253
+ elements.button.appendTo(elements.titlebar || tooltip)
1254
+ .attr('role', 'button')
1255
+ .click(function(event) {
1256
+ if(!tooltip.hasClass(CLASS_DISABLED)) { self.hide(event); }
1257
+ return FALSE;
1258
+ });
1259
+ };
1260
+
1261
+ PROTOTYPE._updateButton = function(button)
1262
+ {
1263
+ // Make sure tooltip is rendered and if not, return
1264
+ if(!this.rendered) { return FALSE; }
1265
+
1266
+ var elem = this.elements.button;
1267
+ if(button) { this._createButton(); }
1268
+ else { elem.remove(); }
1269
+ };
1270
+ ;// Widget class creator
1271
+ function createWidgetClass(cls) {
1272
+ return WIDGET.concat('').join(cls ? '-'+cls+' ' : ' ');
1273
+ }
1274
+
1275
+ // Widget class setter method
1276
+ PROTOTYPE._setWidget = function()
1277
+ {
1278
+ var on = this.options.style.widget,
1279
+ elements = this.elements,
1280
+ tooltip = elements.tooltip,
1281
+ disabled = tooltip.hasClass(CLASS_DISABLED);
1282
+
1283
+ tooltip.removeClass(CLASS_DISABLED);
1284
+ CLASS_DISABLED = on ? 'ui-state-disabled' : 'qtip-disabled';
1285
+ tooltip.toggleClass(CLASS_DISABLED, disabled);
1286
+
1287
+ tooltip.toggleClass('ui-helper-reset '+createWidgetClass(), on).toggleClass(CLASS_DEFAULT, this.options.style.def && !on);
1288
+
1289
+ if(elements.content) {
1290
+ elements.content.toggleClass( createWidgetClass('content'), on);
1291
+ }
1292
+ if(elements.titlebar) {
1293
+ elements.titlebar.toggleClass( createWidgetClass('header'), on);
1294
+ }
1295
+ if(elements.button) {
1296
+ elements.button.toggleClass(NAMESPACE+'-icon', !on);
1297
+ }
1298
+ };
1299
+ ;function delay(callback, duration) {
1300
+ // If tooltip has displayed, start hide timer
1301
+ if(duration > 0) {
1302
+ return setTimeout(
1303
+ $.proxy(callback, this), duration
1304
+ );
1305
+ }
1306
+ else{ callback.call(this); }
1307
+ }
1308
+
1309
+ function showMethod(event) {
1310
+ if(this.tooltip.hasClass(CLASS_DISABLED)) { return; }
1311
+
1312
+ // Clear hide timers
1313
+ clearTimeout(this.timers.show);
1314
+ clearTimeout(this.timers.hide);
1315
+
1316
+ // Start show timer
1317
+ this.timers.show = delay.call(this,
1318
+ function() { this.toggle(TRUE, event); },
1319
+ this.options.show.delay
1320
+ );
1321
+ }
1322
+
1323
+ function hideMethod(event) {
1324
+ if(this.tooltip.hasClass(CLASS_DISABLED) || this.destroyed) { return; }
1325
+
1326
+ // Check if new target was actually the tooltip element
1327
+ var relatedTarget = $(event.relatedTarget),
1328
+ ontoTooltip = relatedTarget.closest(SELECTOR)[0] === this.tooltip[0],
1329
+ ontoTarget = relatedTarget[0] === this.options.show.target[0];
1330
+
1331
+ // Clear timers and stop animation queue
1332
+ clearTimeout(this.timers.show);
1333
+ clearTimeout(this.timers.hide);
1334
+
1335
+ // Prevent hiding if tooltip is fixed and event target is the tooltip.
1336
+ // Or if mouse positioning is enabled and cursor momentarily overlaps
1337
+ if(this !== relatedTarget[0] &&
1338
+ (this.options.position.target === 'mouse' && ontoTooltip) ||
1339
+ this.options.hide.fixed && (
1340
+ (/mouse(out|leave|move)/).test(event.type) && (ontoTooltip || ontoTarget))
1341
+ )
1342
+ {
1343
+ /* eslint-disable no-empty */
1344
+ try {
1345
+ event.preventDefault();
1346
+ event.stopImmediatePropagation();
1347
+ } catch(e) {}
1348
+ /* eslint-enable no-empty */
1349
+
1350
+ return;
1351
+ }
1352
+
1353
+ // If tooltip has displayed, start hide timer
1354
+ this.timers.hide = delay.call(this,
1355
+ function() { this.toggle(FALSE, event); },
1356
+ this.options.hide.delay,
1357
+ this
1358
+ );
1359
+ }
1360
+
1361
+ function inactiveMethod(event) {
1362
+ if(this.tooltip.hasClass(CLASS_DISABLED) || !this.options.hide.inactive) { return; }
1363
+
1364
+ // Clear timer
1365
+ clearTimeout(this.timers.inactive);
1366
+
1367
+ this.timers.inactive = delay.call(this,
1368
+ function(){ this.hide(event); },
1369
+ this.options.hide.inactive
1370
+ );
1371
+ }
1372
+
1373
+ function repositionMethod(event) {
1374
+ if(this.rendered && this.tooltip[0].offsetWidth > 0) { this.reposition(event); }
1375
+ }
1376
+
1377
+ // Store mouse coordinates
1378
+ PROTOTYPE._storeMouse = function(event) {
1379
+ (this.mouse = $.event.fix(event)).type = 'mousemove';
1380
+ return this;
1381
+ };
1382
+
1383
+ // Bind events
1384
+ PROTOTYPE._bind = function(targets, events, method, suffix, context) {
1385
+ if(!targets || !method || !events.length) { return; }
1386
+ var ns = '.' + this._id + (suffix ? '-'+suffix : '');
1387
+ $(targets).bind(
1388
+ (events.split ? events : events.join(ns + ' ')) + ns,
1389
+ $.proxy(method, context || this)
1390
+ );
1391
+ return this;
1392
+ };
1393
+ PROTOTYPE._unbind = function(targets, suffix) {
1394
+ targets && $(targets).unbind('.' + this._id + (suffix ? '-'+suffix : ''));
1395
+ return this;
1396
+ };
1397
+
1398
+ // Global delegation helper
1399
+ function delegate(selector, events, method) {
1400
+ $(document.body).delegate(selector,
1401
+ (events.split ? events : events.join('.'+NAMESPACE + ' ')) + '.'+NAMESPACE,
1402
+ function() {
1403
+ var api = QTIP.api[ $.attr(this, ATTR_ID) ];
1404
+ api && !api.disabled && method.apply(api, arguments);
1405
+ }
1406
+ );
1407
+ }
1408
+ // Event trigger
1409
+ PROTOTYPE._trigger = function(type, args, event) {
1410
+ var callback = new $.Event('tooltip'+type);
1411
+ callback.originalEvent = event && $.extend({}, event) || this.cache.event || NULL;
1412
+
1413
+ this.triggering = type;
1414
+ this.tooltip.trigger(callback, [this].concat(args || []));
1415
+ this.triggering = FALSE;
1416
+
1417
+ return !callback.isDefaultPrevented();
1418
+ };
1419
+
1420
+ PROTOTYPE._bindEvents = function(showEvents, hideEvents, showTargets, hideTargets, showCallback, hideCallback) {
1421
+ // Get tasrgets that lye within both
1422
+ var similarTargets = showTargets.filter( hideTargets ).add( hideTargets.filter(showTargets) ),
1423
+ toggleEvents = [];
1424
+
1425
+ // If hide and show targets are the same...
1426
+ if(similarTargets.length) {
1427
+
1428
+ // Filter identical show/hide events
1429
+ $.each(hideEvents, function(i, type) {
1430
+ var showIndex = $.inArray(type, showEvents);
1431
+
1432
+ // Both events are identical, remove from both hide and show events
1433
+ // and append to toggleEvents
1434
+ showIndex > -1 && toggleEvents.push( showEvents.splice( showIndex, 1 )[0] );
1435
+ });
1436
+
1437
+ // Toggle events are special case of identical show/hide events, which happen in sequence
1438
+ if(toggleEvents.length) {
1439
+ // Bind toggle events to the similar targets
1440
+ this._bind(similarTargets, toggleEvents, function(event) {
1441
+ var state = this.rendered ? this.tooltip[0].offsetWidth > 0 : false;
1442
+ (state ? hideCallback : showCallback).call(this, event);
1443
+ });
1444
+
1445
+ // Remove the similar targets from the regular show/hide bindings
1446
+ showTargets = showTargets.not(similarTargets);
1447
+ hideTargets = hideTargets.not(similarTargets);
1448
+ }
1449
+ }
1450
+
1451
+ // Apply show/hide/toggle events
1452
+ this._bind(showTargets, showEvents, showCallback);
1453
+ this._bind(hideTargets, hideEvents, hideCallback);
1454
+ };
1455
+
1456
+ PROTOTYPE._assignInitialEvents = function(event) {
1457
+ var options = this.options,
1458
+ showTarget = options.show.target,
1459
+ hideTarget = options.hide.target,
1460
+ showEvents = options.show.event ? $.trim('' + options.show.event).split(' ') : [],
1461
+ hideEvents = options.hide.event ? $.trim('' + options.hide.event).split(' ') : [];
1462
+
1463
+ // Catch remove/removeqtip events on target element to destroy redundant tooltips
1464
+ this._bind(this.elements.target, ['remove', 'removeqtip'], function() {
1465
+ this.destroy(true);
1466
+ }, 'destroy');
1467
+
1468
+ /*
1469
+ * Make sure hoverIntent functions properly by using mouseleave as a hide event if
1470
+ * mouseenter/mouseout is used for show.event, even if it isn't in the users options.
1471
+ */
1472
+ if(/mouse(over|enter)/i.test(options.show.event) && !/mouse(out|leave)/i.test(options.hide.event)) {
1473
+ hideEvents.push('mouseleave');
1474
+ }
1475
+
1476
+ /*
1477
+ * Also make sure initial mouse targetting works correctly by caching mousemove coords
1478
+ * on show targets before the tooltip has rendered. Also set onTarget when triggered to
1479
+ * keep mouse tracking working.
1480
+ */
1481
+ this._bind(showTarget, 'mousemove', function(moveEvent) {
1482
+ this._storeMouse(moveEvent);
1483
+ this.cache.onTarget = TRUE;
1484
+ });
1485
+
1486
+ // Define hoverIntent function
1487
+ function hoverIntent(hoverEvent) {
1488
+ // Only continue if tooltip isn't disabled
1489
+ if(this.disabled || this.destroyed) { return FALSE; }
1490
+
1491
+ // Cache the event data
1492
+ this.cache.event = hoverEvent && $.event.fix(hoverEvent);
1493
+ this.cache.target = hoverEvent && $(hoverEvent.target);
1494
+
1495
+ // Start the event sequence
1496
+ clearTimeout(this.timers.show);
1497
+ this.timers.show = delay.call(this,
1498
+ function() { this.render(typeof hoverEvent === 'object' || options.show.ready); },
1499
+ options.prerender ? 0 : options.show.delay
1500
+ );
1501
+ }
1502
+
1503
+ // Filter and bind events
1504
+ this._bindEvents(showEvents, hideEvents, showTarget, hideTarget, hoverIntent, function() {
1505
+ if(!this.timers) { return FALSE; }
1506
+ clearTimeout(this.timers.show);
1507
+ });
1508
+
1509
+ // Prerendering is enabled, create tooltip now
1510
+ if(options.show.ready || options.prerender) { hoverIntent.call(this, event); }
1511
+ };
1512
+
1513
+ // Event assignment method
1514
+ PROTOTYPE._assignEvents = function() {
1515
+ var self = this,
1516
+ options = this.options,
1517
+ posOptions = options.position,
1518
+
1519
+ tooltip = this.tooltip,
1520
+ showTarget = options.show.target,
1521
+ hideTarget = options.hide.target,
1522
+ containerTarget = posOptions.container,
1523
+ viewportTarget = posOptions.viewport,
1524
+ documentTarget = $(document),
1525
+ windowTarget = $(window),
1526
+
1527
+ showEvents = options.show.event ? $.trim('' + options.show.event).split(' ') : [],
1528
+ hideEvents = options.hide.event ? $.trim('' + options.hide.event).split(' ') : [];
1529
+
1530
+
1531
+ // Assign passed event callbacks
1532
+ $.each(options.events, function(name, callback) {
1533
+ self._bind(tooltip, name === 'toggle' ? ['tooltipshow','tooltiphide'] : ['tooltip'+name], callback, null, tooltip);
1534
+ });
1535
+
1536
+ // Hide tooltips when leaving current window/frame (but not select/option elements)
1537
+ if(/mouse(out|leave)/i.test(options.hide.event) && options.hide.leave === 'window') {
1538
+ this._bind(documentTarget, ['mouseout', 'blur'], function(event) {
1539
+ if(!/select|option/.test(event.target.nodeName) && !event.relatedTarget) {
1540
+ this.hide(event);
1541
+ }
1542
+ });
1543
+ }
1544
+
1545
+ // Enable hide.fixed by adding appropriate class
1546
+ if(options.hide.fixed) {
1547
+ hideTarget = hideTarget.add( tooltip.addClass(CLASS_FIXED) );
1548
+ }
1549
+
1550
+ /*
1551
+ * Make sure hoverIntent functions properly by using mouseleave to clear show timer if
1552
+ * mouseenter/mouseout is used for show.event, even if it isn't in the users options.
1553
+ */
1554
+ else if(/mouse(over|enter)/i.test(options.show.event)) {
1555
+ this._bind(hideTarget, 'mouseleave', function() {
1556
+ clearTimeout(this.timers.show);
1557
+ });
1558
+ }
1559
+
1560
+ // Hide tooltip on document mousedown if unfocus events are enabled
1561
+ if(('' + options.hide.event).indexOf('unfocus') > -1) {
1562
+ this._bind(containerTarget.closest('html'), ['mousedown', 'touchstart'], function(event) {
1563
+ var elem = $(event.target),
1564
+ enabled = this.rendered && !this.tooltip.hasClass(CLASS_DISABLED) && this.tooltip[0].offsetWidth > 0,
1565
+ isAncestor = elem.parents(SELECTOR).filter(this.tooltip[0]).length > 0;
1566
+
1567
+ if(elem[0] !== this.target[0] && elem[0] !== this.tooltip[0] && !isAncestor &&
1568
+ !this.target.has(elem[0]).length && enabled
1569
+ ) {
1570
+ this.hide(event);
1571
+ }
1572
+ });
1573
+ }
1574
+
1575
+ // Check if the tooltip hides when inactive
1576
+ if('number' === typeof options.hide.inactive) {
1577
+ // Bind inactive method to show target(s) as a custom event
1578
+ this._bind(showTarget, 'qtip-'+this.id+'-inactive', inactiveMethod, 'inactive');
1579
+
1580
+ // Define events which reset the 'inactive' event handler
1581
+ this._bind(hideTarget.add(tooltip), QTIP.inactiveEvents, inactiveMethod);
1582
+ }
1583
+
1584
+ // Filter and bind events
1585
+ this._bindEvents(showEvents, hideEvents, showTarget, hideTarget, showMethod, hideMethod);
1586
+
1587
+ // Mouse movement bindings
1588
+ this._bind(showTarget.add(tooltip), 'mousemove', function(event) {
1589
+ // Check if the tooltip hides when mouse is moved a certain distance
1590
+ if('number' === typeof options.hide.distance) {
1591
+ var origin = this.cache.origin || {},
1592
+ limit = this.options.hide.distance,
1593
+ abs = Math.abs;
1594
+
1595
+ // Check if the movement has gone beyond the limit, and hide it if so
1596
+ if(abs(event.pageX - origin.pageX) >= limit || abs(event.pageY - origin.pageY) >= limit) {
1597
+ this.hide(event);
1598
+ }
1599
+ }
1600
+
1601
+ // Cache mousemove coords on show targets
1602
+ this._storeMouse(event);
1603
+ });
1604
+
1605
+ // Mouse positioning events
1606
+ if(posOptions.target === 'mouse') {
1607
+ // If mouse adjustment is on...
1608
+ if(posOptions.adjust.mouse) {
1609
+ // Apply a mouseleave event so we don't get problems with overlapping
1610
+ if(options.hide.event) {
1611
+ // Track if we're on the target or not
1612
+ this._bind(showTarget, ['mouseenter', 'mouseleave'], function(event) {
1613
+ if(!this.cache) {return FALSE; }
1614
+ this.cache.onTarget = event.type === 'mouseenter';
1615
+ });
1616
+ }
1617
+
1618
+ // Update tooltip position on mousemove
1619
+ this._bind(documentTarget, 'mousemove', function(event) {
1620
+ // Update the tooltip position only if the tooltip is visible and adjustment is enabled
1621
+ if(this.rendered && this.cache.onTarget && !this.tooltip.hasClass(CLASS_DISABLED) && this.tooltip[0].offsetWidth > 0) {
1622
+ this.reposition(event);
1623
+ }
1624
+ });
1625
+ }
1626
+ }
1627
+
1628
+ // Adjust positions of the tooltip on window resize if enabled
1629
+ if(posOptions.adjust.resize || viewportTarget.length) {
1630
+ this._bind( $.event.special.resize ? viewportTarget : windowTarget, 'resize', repositionMethod );
1631
+ }
1632
+
1633
+ // Adjust tooltip position on scroll of the window or viewport element if present
1634
+ if(posOptions.adjust.scroll) {
1635
+ this._bind( windowTarget.add(posOptions.container), 'scroll', repositionMethod );
1636
+ }
1637
+ };
1638
+
1639
+ // Un-assignment method
1640
+ PROTOTYPE._unassignEvents = function() {
1641
+ var options = this.options,
1642
+ showTargets = options.show.target,
1643
+ hideTargets = options.hide.target,
1644
+ targets = $.grep([
1645
+ this.elements.target[0],
1646
+ this.rendered && this.tooltip[0],
1647
+ options.position.container[0],
1648
+ options.position.viewport[0],
1649
+ options.position.container.closest('html')[0], // unfocus
1650
+ window,
1651
+ document
1652
+ ], function(i) {
1653
+ return typeof i === 'object';
1654
+ });
1655
+
1656
+ // Add show and hide targets if they're valid
1657
+ if(showTargets && showTargets.toArray) {
1658
+ targets = targets.concat(showTargets.toArray());
1659
+ }
1660
+ if(hideTargets && hideTargets.toArray) {
1661
+ targets = targets.concat(hideTargets.toArray());
1662
+ }
1663
+
1664
+ // Unbind the events
1665
+ this._unbind(targets)
1666
+ ._unbind(targets, 'destroy')
1667
+ ._unbind(targets, 'inactive');
1668
+ };
1669
+
1670
+ // Apply common event handlers using delegate (avoids excessive .bind calls!)
1671
+ $(function() {
1672
+ delegate(SELECTOR, ['mouseenter', 'mouseleave'], function(event) {
1673
+ var state = event.type === 'mouseenter',
1674
+ tooltip = $(event.currentTarget),
1675
+ target = $(event.relatedTarget || event.target),
1676
+ options = this.options;
1677
+
1678
+ // On mouseenter...
1679
+ if(state) {
1680
+ // Focus the tooltip on mouseenter (z-index stacking)
1681
+ this.focus(event);
1682
+
1683
+ // Clear hide timer on tooltip hover to prevent it from closing
1684
+ tooltip.hasClass(CLASS_FIXED) && !tooltip.hasClass(CLASS_DISABLED) && clearTimeout(this.timers.hide);
1685
+ }
1686
+
1687
+ // On mouseleave...
1688
+ else {
1689
+ // When mouse tracking is enabled, hide when we leave the tooltip and not onto the show target (if a hide event is set)
1690
+ if(options.position.target === 'mouse' && options.position.adjust.mouse &&
1691
+ options.hide.event && options.show.target && !target.closest(options.show.target[0]).length) {
1692
+ this.hide(event);
1693
+ }
1694
+ }
1695
+
1696
+ // Add hover class
1697
+ tooltip.toggleClass(CLASS_HOVER, state);
1698
+ });
1699
+
1700
+ // Define events which reset the 'inactive' event handler
1701
+ delegate('['+ATTR_ID+']', INACTIVE_EVENTS, inactiveMethod);
1702
+ });
1703
+ ;// Initialization method
1704
+ function init(elem, id, opts) {
1705
+ var obj, posOptions, attr, config, title,
1706
+
1707
+ // Setup element references
1708
+ docBody = $(document.body),
1709
+
1710
+ // Use document body instead of document element if needed
1711
+ newTarget = elem[0] === document ? docBody : elem,
1712
+
1713
+ // Grab metadata from element if plugin is present
1714
+ metadata = elem.metadata ? elem.metadata(opts.metadata) : NULL,
1715
+
1716
+ // If metadata type if HTML5, grab 'name' from the object instead, or use the regular data object otherwise
1717
+ metadata5 = opts.metadata.type === 'html5' && metadata ? metadata[opts.metadata.name] : NULL,
1718
+
1719
+ // Grab data from metadata.name (or data-qtipopts as fallback) using .data() method,
1720
+ html5 = elem.data(opts.metadata.name || 'qtipopts');
1721
+
1722
+ // If we don't get an object returned attempt to parse it manualyl without parseJSON
1723
+ /* eslint-disable no-empty */
1724
+ try { html5 = typeof html5 === 'string' ? $.parseJSON(html5) : html5; }
1725
+ catch(e) {}
1726
+ /* eslint-enable no-empty */
1727
+
1728
+ // Merge in and sanitize metadata
1729
+ config = $.extend(TRUE, {}, QTIP.defaults, opts,
1730
+ typeof html5 === 'object' ? sanitizeOptions(html5) : NULL,
1731
+ sanitizeOptions(metadata5 || metadata));
1732
+
1733
+ // Re-grab our positioning options now we've merged our metadata and set id to passed value
1734
+ posOptions = config.position;
1735
+ config.id = id;
1736
+
1737
+ // Setup missing content if none is detected
1738
+ if('boolean' === typeof config.content.text) {
1739
+ attr = elem.attr(config.content.attr);
1740
+
1741
+ // Grab from supplied attribute if available
1742
+ if(config.content.attr !== FALSE && attr) { config.content.text = attr; }
1743
+
1744
+ // No valid content was found, abort render
1745
+ else { return FALSE; }
1746
+ }
1747
+
1748
+ // Setup target options
1749
+ if(!posOptions.container.length) { posOptions.container = docBody; }
1750
+ if(posOptions.target === FALSE) { posOptions.target = newTarget; }
1751
+ if(config.show.target === FALSE) { config.show.target = newTarget; }
1752
+ if(config.show.solo === TRUE) { config.show.solo = posOptions.container.closest('body'); }
1753
+ if(config.hide.target === FALSE) { config.hide.target = newTarget; }
1754
+ if(config.position.viewport === TRUE) { config.position.viewport = posOptions.container; }
1755
+
1756
+ // Ensure we only use a single container
1757
+ posOptions.container = posOptions.container.eq(0);
1758
+
1759
+ // Convert position corner values into x and y strings
1760
+ posOptions.at = new CORNER(posOptions.at, TRUE);
1761
+ posOptions.my = new CORNER(posOptions.my);
1762
+
1763
+ // Destroy previous tooltip if overwrite is enabled, or skip element if not
1764
+ if(elem.data(NAMESPACE)) {
1765
+ if(config.overwrite) {
1766
+ elem.qtip('destroy', true);
1767
+ }
1768
+ else if(config.overwrite === FALSE) {
1769
+ return FALSE;
1770
+ }
1771
+ }
1772
+
1773
+ // Add has-qtip attribute
1774
+ elem.attr(ATTR_HAS, id);
1775
+
1776
+ // Remove title attribute and store it if present
1777
+ if(config.suppress && (title = elem.attr('title'))) {
1778
+ // Final attr call fixes event delegatiom and IE default tooltip showing problem
1779
+ elem.removeAttr('title').attr(oldtitle, title).attr('title', '');
1780
+ }
1781
+
1782
+ // Initialize the tooltip and add API reference
1783
+ obj = new QTip(elem, config, id, !!attr);
1784
+ elem.data(NAMESPACE, obj);
1785
+
1786
+ return obj;
1787
+ }
1788
+
1789
+ // jQuery $.fn extension method
1790
+ QTIP = $.fn.qtip = function(options, notation, newValue)
1791
+ {
1792
+ var command = ('' + options).toLowerCase(), // Parse command
1793
+ returned = NULL,
1794
+ args = $.makeArray(arguments).slice(1),
1795
+ event = args[args.length - 1],
1796
+ opts = this[0] ? $.data(this[0], NAMESPACE) : NULL;
1797
+
1798
+ // Check for API request
1799
+ if(!arguments.length && opts || command === 'api') {
1800
+ return opts;
1801
+ }
1802
+
1803
+ // Execute API command if present
1804
+ else if('string' === typeof options) {
1805
+ this.each(function() {
1806
+ var api = $.data(this, NAMESPACE);
1807
+ if(!api) { return TRUE; }
1808
+
1809
+ // Cache the event if possible
1810
+ if(event && event.timeStamp) { api.cache.event = event; }
1811
+
1812
+ // Check for specific API commands
1813
+ if(notation && (command === 'option' || command === 'options')) {
1814
+ if(newValue !== undefined || $.isPlainObject(notation)) {
1815
+ api.set(notation, newValue);
1816
+ }
1817
+ else {
1818
+ returned = api.get(notation);
1819
+ return FALSE;
1820
+ }
1821
+ }
1822
+
1823
+ // Execute API command
1824
+ else if(api[command]) {
1825
+ api[command].apply(api, args);
1826
+ }
1827
+ });
1828
+
1829
+ return returned !== NULL ? returned : this;
1830
+ }
1831
+
1832
+ // No API commands. validate provided options and setup qTips
1833
+ else if('object' === typeof options || !arguments.length) {
1834
+ // Sanitize options first
1835
+ opts = sanitizeOptions($.extend(TRUE, {}, options));
1836
+
1837
+ return this.each(function(i) {
1838
+ var api, id;
1839
+
1840
+ // Find next available ID, or use custom ID if provided
1841
+ id = $.isArray(opts.id) ? opts.id[i] : opts.id;
1842
+ id = !id || id === FALSE || id.length < 1 || QTIP.api[id] ? QTIP.nextid++ : id;
1843
+
1844
+ // Initialize the qTip and re-grab newly sanitized options
1845
+ api = init($(this), id, opts);
1846
+ if(api === FALSE) { return TRUE; }
1847
+ else { QTIP.api[id] = api; }
1848
+
1849
+ // Initialize plugins
1850
+ $.each(PLUGINS, function() {
1851
+ if(this.initialize === 'initialize') { this(api); }
1852
+ });
1853
+
1854
+ // Assign initial pre-render events
1855
+ api._assignInitialEvents(event);
1856
+ });
1857
+ }
1858
+ };
1859
+
1860
+ // Expose class
1861
+ $.qtip = QTip;
1862
+
1863
+ // Populated in render method
1864
+ QTIP.api = {};
1865
+ ;$.each({
1866
+ /* Allow other plugins to successfully retrieve the title of an element with a qTip applied */
1867
+ attr: function(attr, val) {
1868
+ if(this.length) {
1869
+ var self = this[0],
1870
+ title = 'title',
1871
+ api = $.data(self, 'qtip');
1872
+
1873
+ if(attr === title && api && api.options && 'object' === typeof api && 'object' === typeof api.options && api.options.suppress) {
1874
+ if(arguments.length < 2) {
1875
+ return $.attr(self, oldtitle);
1876
+ }
1877
+
1878
+ // If qTip is rendered and title was originally used as content, update it
1879
+ if(api && api.options.content.attr === title && api.cache.attr) {
1880
+ api.set('content.text', val);
1881
+ }
1882
+
1883
+ // Use the regular attr method to set, then cache the result
1884
+ return this.attr(oldtitle, val);
1885
+ }
1886
+ }
1887
+
1888
+ return $.fn['attr'+replaceSuffix].apply(this, arguments);
1889
+ },
1890
+
1891
+ /* Allow clone to correctly retrieve cached title attributes */
1892
+ clone: function(keepData) {
1893
+ // Clone our element using the real clone method
1894
+ var elems = $.fn['clone'+replaceSuffix].apply(this, arguments);
1895
+
1896
+ // Grab all elements with an oldtitle set, and change it to regular title attribute, if keepData is false
1897
+ if(!keepData) {
1898
+ elems.filter('['+oldtitle+']').attr('title', function() {
1899
+ return $.attr(this, oldtitle);
1900
+ })
1901
+ .removeAttr(oldtitle);
1902
+ }
1903
+
1904
+ return elems;
1905
+ }
1906
+ }, function(name, func) {
1907
+ if(!func || $.fn[name+replaceSuffix]) { return TRUE; }
1908
+
1909
+ var old = $.fn[name+replaceSuffix] = $.fn[name];
1910
+ $.fn[name] = function() {
1911
+ return func.apply(this, arguments) || old.apply(this, arguments);
1912
+ };
1913
+ });
1914
+
1915
+ /* Fire off 'removeqtip' handler in $.cleanData if jQuery UI not present (it already does similar).
1916
+ * This snippet is taken directly from jQuery UI source code found here:
1917
+ * http://code.jquery.com/ui/jquery-ui-git.js
1918
+ */
1919
+ if(!$.ui) {
1920
+ $['cleanData'+replaceSuffix] = $.cleanData;
1921
+ $.cleanData = function( elems ) {
1922
+ for(var i = 0, elem; (elem = $( elems[i] )).length; i++) {
1923
+ if(elem.attr(ATTR_HAS)) {
1924
+ /* eslint-disable no-empty */
1925
+ try { elem.triggerHandler('removeqtip'); }
1926
+ catch( e ) {}
1927
+ /* eslint-enable no-empty */
1928
+ }
1929
+ }
1930
+ $['cleanData'+replaceSuffix].apply(this, arguments);
1931
+ };
1932
+ }
1933
+ ;// qTip version
1934
+ QTIP.version = '3.0.3';
1935
+
1936
+ // Base ID for all qTips
1937
+ QTIP.nextid = 0;
1938
+
1939
+ // Inactive events array
1940
+ QTIP.inactiveEvents = INACTIVE_EVENTS;
1941
+
1942
+ // Base z-index for all qTips
1943
+ QTIP.zindex = 15000;
1944
+
1945
+ // Define configuration defaults
1946
+ QTIP.defaults = {
1947
+ prerender: FALSE,
1948
+ id: FALSE,
1949
+ overwrite: TRUE,
1950
+ suppress: TRUE,
1951
+ content: {
1952
+ text: TRUE,
1953
+ attr: 'title',
1954
+ title: FALSE,
1955
+ button: FALSE
1956
+ },
1957
+ position: {
1958
+ my: 'top left',
1959
+ at: 'bottom right',
1960
+ target: FALSE,
1961
+ container: FALSE,
1962
+ viewport: FALSE,
1963
+ adjust: {
1964
+ x: 0, y: 0,
1965
+ mouse: TRUE,
1966
+ scroll: TRUE,
1967
+ resize: TRUE,
1968
+ method: 'flipinvert flipinvert'
1969
+ },
1970
+ effect: function(api, pos) {
1971
+ $(this).animate(pos, {
1972
+ duration: 200,
1973
+ queue: FALSE
1974
+ });
1975
+ }
1976
+ },
1977
+ show: {
1978
+ target: FALSE,
1979
+ event: 'mouseenter',
1980
+ effect: TRUE,
1981
+ delay: 90,
1982
+ solo: FALSE,
1983
+ ready: FALSE,
1984
+ autofocus: FALSE
1985
+ },
1986
+ hide: {
1987
+ target: FALSE,
1988
+ event: 'mouseleave',
1989
+ effect: TRUE,
1990
+ delay: 0,
1991
+ fixed: FALSE,
1992
+ inactive: FALSE,
1993
+ leave: 'window',
1994
+ distance: FALSE
1995
+ },
1996
+ style: {
1997
+ classes: '',
1998
+ widget: FALSE,
1999
+ width: FALSE,
2000
+ height: FALSE,
2001
+ def: TRUE
2002
+ },
2003
+ events: {
2004
+ render: NULL,
2005
+ move: NULL,
2006
+ show: NULL,
2007
+ hide: NULL,
2008
+ toggle: NULL,
2009
+ visible: NULL,
2010
+ hidden: NULL,
2011
+ focus: NULL,
2012
+ blur: NULL
2013
+ }
2014
+ };
2015
+ ;var TIP,
2016
+ createVML,
2017
+ SCALE,
2018
+ PIXEL_RATIO,
2019
+ BACKING_STORE_RATIO,
2020
+
2021
+ // Common CSS strings
2022
+ MARGIN = 'margin',
2023
+ BORDER = 'border',
2024
+ COLOR = 'color',
2025
+ BG_COLOR = 'background-color',
2026
+ TRANSPARENT = 'transparent',
2027
+ IMPORTANT = ' !important',
2028
+
2029
+ // Check if the browser supports <canvas/> elements
2030
+ HASCANVAS = !!document.createElement('canvas').getContext,
2031
+
2032
+ // Invalid colour values used in parseColours()
2033
+ INVALID = /rgba?\(0, 0, 0(, 0)?\)|transparent|#123456/i;
2034
+
2035
+ // Camel-case method, taken from jQuery source
2036
+ // http://code.jquery.com/jquery-1.8.0.js
2037
+ function camel(s) { return s.charAt(0).toUpperCase() + s.slice(1); }
2038
+
2039
+ /*
2040
+ * Modified from Modernizr's testPropsAll()
2041
+ * http://modernizr.com/downloads/modernizr-latest.js
2042
+ */
2043
+ var cssProps = {}, cssPrefixes = ['Webkit', 'O', 'Moz', 'ms'];
2044
+ function vendorCss(elem, prop) {
2045
+ var ucProp = prop.charAt(0).toUpperCase() + prop.slice(1),
2046
+ props = (prop + ' ' + cssPrefixes.join(ucProp + ' ') + ucProp).split(' '),
2047
+ cur, val, i = 0;
2048
+
2049
+ // If the property has already been mapped...
2050
+ if(cssProps[prop]) { return elem.css(cssProps[prop]); }
2051
+
2052
+ while(cur = props[i++]) {
2053
+ if((val = elem.css(cur)) !== undefined) {
2054
+ cssProps[prop] = cur;
2055
+ return val;
2056
+ }
2057
+ }
2058
+ }
2059
+
2060
+ // Parse a given elements CSS property into an int
2061
+ function intCss(elem, prop) {
2062
+ return Math.ceil(parseFloat(vendorCss(elem, prop)));
2063
+ }
2064
+
2065
+
2066
+ // VML creation (for IE only)
2067
+ if(!HASCANVAS) {
2068
+ createVML = function(tag, props, style) {
2069
+ return '<qtipvml:'+tag+' xmlns="urn:schemas-microsoft.com:vml" class="qtip-vml" '+(props||'')+
2070
+ ' style="behavior: url(#default#VML); '+(style||'')+ '" />';
2071
+ };
2072
+ }
2073
+
2074
+ // Canvas only definitions
2075
+ else {
2076
+ PIXEL_RATIO = window.devicePixelRatio || 1;
2077
+ BACKING_STORE_RATIO = (function() {
2078
+ var context = document.createElement('canvas').getContext('2d');
2079
+ return context.backingStorePixelRatio || context.webkitBackingStorePixelRatio || context.mozBackingStorePixelRatio ||
2080
+ context.msBackingStorePixelRatio || context.oBackingStorePixelRatio || 1;
2081
+ })();
2082
+ SCALE = PIXEL_RATIO / BACKING_STORE_RATIO;
2083
+ }
2084
+
2085
+
2086
+ function Tip(qtip, options) {
2087
+ this._ns = 'tip';
2088
+ this.options = options;
2089
+ this.offset = options.offset;
2090
+ this.size = [ options.width, options.height ];
2091
+
2092
+ // Initialize
2093
+ this.qtip = qtip;
2094
+ this.init(qtip);
2095
+ }
2096
+
2097
+ $.extend(Tip.prototype, {
2098
+ init: function(qtip) {
2099
+ var context, tip;
2100
+
2101
+ // Create tip element and prepend to the tooltip
2102
+ tip = this.element = qtip.elements.tip = $('<div />', { 'class': NAMESPACE+'-tip' }).prependTo(qtip.tooltip);
2103
+
2104
+ // Create tip drawing element(s)
2105
+ if(HASCANVAS) {
2106
+ // save() as soon as we create the canvas element so FF2 doesn't bork on our first restore()!
2107
+ context = $('<canvas />').appendTo(this.element)[0].getContext('2d');
2108
+
2109
+ // Setup constant parameters
2110
+ context.lineJoin = 'miter';
2111
+ context.miterLimit = 100000;
2112
+ context.save();
2113
+ }
2114
+ else {
2115
+ context = createVML('shape', 'coordorigin="0,0"', 'position:absolute;');
2116
+ this.element.html(context + context);
2117
+
2118
+ // Prevent mousing down on the tip since it causes problems with .live() handling in IE due to VML
2119
+ qtip._bind( $('*', tip).add(tip), ['click', 'mousedown'], function(event) { event.stopPropagation(); }, this._ns);
2120
+ }
2121
+
2122
+ // Bind update events
2123
+ qtip._bind(qtip.tooltip, 'tooltipmove', this.reposition, this._ns, this);
2124
+
2125
+ // Create it
2126
+ this.create();
2127
+ },
2128
+
2129
+ _swapDimensions: function() {
2130
+ this.size[0] = this.options.height;
2131
+ this.size[1] = this.options.width;
2132
+ },
2133
+ _resetDimensions: function() {
2134
+ this.size[0] = this.options.width;
2135
+ this.size[1] = this.options.height;
2136
+ },
2137
+
2138
+ _useTitle: function(corner) {
2139
+ var titlebar = this.qtip.elements.titlebar;
2140
+ return titlebar && (
2141
+ corner.y === TOP || corner.y === CENTER && this.element.position().top + this.size[1] / 2 + this.options.offset < titlebar.outerHeight(TRUE)
2142
+ );
2143
+ },
2144
+
2145
+ _parseCorner: function(corner) {
2146
+ var my = this.qtip.options.position.my;
2147
+
2148
+ // Detect corner and mimic properties
2149
+ if(corner === FALSE || my === FALSE) {
2150
+ corner = FALSE;
2151
+ }
2152
+ else if(corner === TRUE) {
2153
+ corner = new CORNER( my.string() );
2154
+ }
2155
+ else if(!corner.string) {
2156
+ corner = new CORNER(corner);
2157
+ corner.fixed = TRUE;
2158
+ }
2159
+
2160
+ return corner;
2161
+ },
2162
+
2163
+ _parseWidth: function(corner, side, use) {
2164
+ var elements = this.qtip.elements,
2165
+ prop = BORDER + camel(side) + 'Width';
2166
+
2167
+ return (use ? intCss(use, prop) :
2168
+ intCss(elements.content, prop) ||
2169
+ intCss(this._useTitle(corner) && elements.titlebar || elements.content, prop) ||
2170
+ intCss(elements.tooltip, prop)
2171
+ ) || 0;
2172
+ },
2173
+
2174
+ _parseRadius: function(corner) {
2175
+ var elements = this.qtip.elements,
2176
+ prop = BORDER + camel(corner.y) + camel(corner.x) + 'Radius';
2177
+
2178
+ return BROWSER.ie < 9 ? 0 :
2179
+ intCss(this._useTitle(corner) && elements.titlebar || elements.content, prop) ||
2180
+ intCss(elements.tooltip, prop) || 0;
2181
+ },
2182
+
2183
+ _invalidColour: function(elem, prop, compare) {
2184
+ var val = elem.css(prop);
2185
+ return !val || compare && val === elem.css(compare) || INVALID.test(val) ? FALSE : val;
2186
+ },
2187
+
2188
+ _parseColours: function(corner) {
2189
+ var elements = this.qtip.elements,
2190
+ tip = this.element.css('cssText', ''),
2191
+ borderSide = BORDER + camel(corner[ corner.precedance ]) + camel(COLOR),
2192
+ colorElem = this._useTitle(corner) && elements.titlebar || elements.content,
2193
+ css = this._invalidColour, color = [];
2194
+
2195
+ // Attempt to detect the background colour from various elements, left-to-right precedance
2196
+ color[0] = css(tip, BG_COLOR) || css(colorElem, BG_COLOR) || css(elements.content, BG_COLOR) ||
2197
+ css(elements.tooltip, BG_COLOR) || tip.css(BG_COLOR);
2198
+
2199
+ // Attempt to detect the correct border side colour from various elements, left-to-right precedance
2200
+ color[1] = css(tip, borderSide, COLOR) || css(colorElem, borderSide, COLOR) ||
2201
+ css(elements.content, borderSide, COLOR) || css(elements.tooltip, borderSide, COLOR) || elements.tooltip.css(borderSide);
2202
+
2203
+ // Reset background and border colours
2204
+ $('*', tip).add(tip).css('cssText', BG_COLOR+':'+TRANSPARENT+IMPORTANT+';'+BORDER+':0'+IMPORTANT+';');
2205
+
2206
+ return color;
2207
+ },
2208
+
2209
+ _calculateSize: function(corner) {
2210
+ var y = corner.precedance === Y,
2211
+ width = this.options.width,
2212
+ height = this.options.height,
2213
+ isCenter = corner.abbrev() === 'c',
2214
+ base = (y ? width: height) * (isCenter ? 0.5 : 1),
2215
+ pow = Math.pow,
2216
+ round = Math.round,
2217
+ bigHyp, ratio, result,
2218
+
2219
+ smallHyp = Math.sqrt( pow(base, 2) + pow(height, 2) ),
2220
+ hyp = [
2221
+ this.border / base * smallHyp,
2222
+ this.border / height * smallHyp
2223
+ ];
2224
+
2225
+ hyp[2] = Math.sqrt( pow(hyp[0], 2) - pow(this.border, 2) );
2226
+ hyp[3] = Math.sqrt( pow(hyp[1], 2) - pow(this.border, 2) );
2227
+
2228
+ bigHyp = smallHyp + hyp[2] + hyp[3] + (isCenter ? 0 : hyp[0]);
2229
+ ratio = bigHyp / smallHyp;
2230
+
2231
+ result = [ round(ratio * width), round(ratio * height) ];
2232
+ return y ? result : result.reverse();
2233
+ },
2234
+
2235
+ // Tip coordinates calculator
2236
+ _calculateTip: function(corner, size, scale) {
2237
+ scale = scale || 1;
2238
+ size = size || this.size;
2239
+
2240
+ var width = size[0] * scale,
2241
+ height = size[1] * scale,
2242
+ width2 = Math.ceil(width / 2), height2 = Math.ceil(height / 2),
2243
+
2244
+ // Define tip coordinates in terms of height and width values
2245
+ tips = {
2246
+ br: [0,0, width,height, width,0],
2247
+ bl: [0,0, width,0, 0,height],
2248
+ tr: [0,height, width,0, width,height],
2249
+ tl: [0,0, 0,height, width,height],
2250
+ tc: [0,height, width2,0, width,height],
2251
+ bc: [0,0, width,0, width2,height],
2252
+ rc: [0,0, width,height2, 0,height],
2253
+ lc: [width,0, width,height, 0,height2]
2254
+ };
2255
+
2256
+ // Set common side shapes
2257
+ tips.lt = tips.br; tips.rt = tips.bl;
2258
+ tips.lb = tips.tr; tips.rb = tips.tl;
2259
+
2260
+ return tips[ corner.abbrev() ];
2261
+ },
2262
+
2263
+ // Tip coordinates drawer (canvas)
2264
+ _drawCoords: function(context, coords) {
2265
+ context.beginPath();
2266
+ context.moveTo(coords[0], coords[1]);
2267
+ context.lineTo(coords[2], coords[3]);
2268
+ context.lineTo(coords[4], coords[5]);
2269
+ context.closePath();
2270
+ },
2271
+
2272
+ create: function() {
2273
+ // Determine tip corner
2274
+ var c = this.corner = (HASCANVAS || BROWSER.ie) && this._parseCorner(this.options.corner);
2275
+
2276
+ // If we have a tip corner...
2277
+ this.enabled = !!this.corner && this.corner.abbrev() !== 'c';
2278
+ if(this.enabled) {
2279
+ // Cache it
2280
+ this.qtip.cache.corner = c.clone();
2281
+
2282
+ // Create it
2283
+ this.update();
2284
+ }
2285
+
2286
+ // Toggle tip element
2287
+ this.element.toggle(this.enabled);
2288
+
2289
+ return this.corner;
2290
+ },
2291
+
2292
+ update: function(corner, position) {
2293
+ if(!this.enabled) { return this; }
2294
+
2295
+ var elements = this.qtip.elements,
2296
+ tip = this.element,
2297
+ inner = tip.children(),
2298
+ options = this.options,
2299
+ curSize = this.size,
2300
+ mimic = options.mimic,
2301
+ round = Math.round,
2302
+ color, precedance, context,
2303
+ coords, bigCoords, translate, newSize, border;
2304
+
2305
+ // Re-determine tip if not already set
2306
+ if(!corner) { corner = this.qtip.cache.corner || this.corner; }
2307
+
2308
+ // Use corner property if we detect an invalid mimic value
2309
+ if(mimic === FALSE) { mimic = corner; }
2310
+
2311
+ // Otherwise inherit mimic properties from the corner object as necessary
2312
+ else {
2313
+ mimic = new CORNER(mimic);
2314
+ mimic.precedance = corner.precedance;
2315
+
2316
+ if(mimic.x === 'inherit') { mimic.x = corner.x; }
2317
+ else if(mimic.y === 'inherit') { mimic.y = corner.y; }
2318
+ else if(mimic.x === mimic.y) {
2319
+ mimic[ corner.precedance ] = corner[ corner.precedance ];
2320
+ }
2321
+ }
2322
+ precedance = mimic.precedance;
2323
+
2324
+ // Ensure the tip width.height are relative to the tip position
2325
+ if(corner.precedance === X) { this._swapDimensions(); }
2326
+ else { this._resetDimensions(); }
2327
+
2328
+ // Update our colours
2329
+ color = this.color = this._parseColours(corner);
2330
+
2331
+ // Detect border width, taking into account colours
2332
+ if(color[1] !== TRANSPARENT) {
2333
+ // Grab border width
2334
+ border = this.border = this._parseWidth(corner, corner[corner.precedance]);
2335
+
2336
+ // If border width isn't zero, use border color as fill if it's not invalid (1.0 style tips)
2337
+ if(options.border && border < 1 && !INVALID.test(color[1])) { color[0] = color[1]; }
2338
+
2339
+ // Set border width (use detected border width if options.border is true)
2340
+ this.border = border = options.border !== TRUE ? options.border : border;
2341
+ }
2342
+
2343
+ // Border colour was invalid, set border to zero
2344
+ else { this.border = border = 0; }
2345
+
2346
+ // Determine tip size
2347
+ newSize = this.size = this._calculateSize(corner);
2348
+ tip.css({
2349
+ width: newSize[0],
2350
+ height: newSize[1],
2351
+ lineHeight: newSize[1]+'px'
2352
+ });
2353
+
2354
+ // Calculate tip translation
2355
+ if(corner.precedance === Y) {
2356
+ translate = [
2357
+ round(mimic.x === LEFT ? border : mimic.x === RIGHT ? newSize[0] - curSize[0] - border : (newSize[0] - curSize[0]) / 2),
2358
+ round(mimic.y === TOP ? newSize[1] - curSize[1] : 0)
2359
+ ];
2360
+ }
2361
+ else {
2362
+ translate = [
2363
+ round(mimic.x === LEFT ? newSize[0] - curSize[0] : 0),
2364
+ round(mimic.y === TOP ? border : mimic.y === BOTTOM ? newSize[1] - curSize[1] - border : (newSize[1] - curSize[1]) / 2)
2365
+ ];
2366
+ }
2367
+
2368
+ // Canvas drawing implementation
2369
+ if(HASCANVAS) {
2370
+ // Grab canvas context and clear/save it
2371
+ context = inner[0].getContext('2d');
2372
+ context.restore(); context.save();
2373
+ context.clearRect(0,0,6000,6000);
2374
+
2375
+ // Calculate coordinates
2376
+ coords = this._calculateTip(mimic, curSize, SCALE);
2377
+ bigCoords = this._calculateTip(mimic, this.size, SCALE);
2378
+
2379
+ // Set the canvas size using calculated size
2380
+ inner.attr(WIDTH, newSize[0] * SCALE).attr(HEIGHT, newSize[1] * SCALE);
2381
+ inner.css(WIDTH, newSize[0]).css(HEIGHT, newSize[1]);
2382
+
2383
+ // Draw the outer-stroke tip
2384
+ this._drawCoords(context, bigCoords);
2385
+ context.fillStyle = color[1];
2386
+ context.fill();
2387
+
2388
+ // Draw the actual tip
2389
+ context.translate(translate[0] * SCALE, translate[1] * SCALE);
2390
+ this._drawCoords(context, coords);
2391
+ context.fillStyle = color[0];
2392
+ context.fill();
2393
+ }
2394
+
2395
+ // VML (IE Proprietary implementation)
2396
+ else {
2397
+ // Calculate coordinates
2398
+ coords = this._calculateTip(mimic);
2399
+
2400
+ // Setup coordinates string
2401
+ coords = 'm' + coords[0] + ',' + coords[1] + ' l' + coords[2] +
2402
+ ',' + coords[3] + ' ' + coords[4] + ',' + coords[5] + ' xe';
2403
+
2404
+ // Setup VML-specific offset for pixel-perfection
2405
+ translate[2] = border && /^(r|b)/i.test(corner.string()) ?
2406
+ BROWSER.ie === 8 ? 2 : 1 : 0;
2407
+
2408
+ // Set initial CSS
2409
+ inner.css({
2410
+ coordsize: newSize[0]+border + ' ' + newSize[1]+border,
2411
+ antialias: ''+(mimic.string().indexOf(CENTER) > -1),
2412
+ left: translate[0] - translate[2] * Number(precedance === X),
2413
+ top: translate[1] - translate[2] * Number(precedance === Y),
2414
+ width: newSize[0] + border,
2415
+ height: newSize[1] + border
2416
+ })
2417
+ .each(function(i) {
2418
+ var $this = $(this);
2419
+
2420
+ // Set shape specific attributes
2421
+ $this[ $this.prop ? 'prop' : 'attr' ]({
2422
+ coordsize: newSize[0]+border + ' ' + newSize[1]+border,
2423
+ path: coords,
2424
+ fillcolor: color[0],
2425
+ filled: !!i,
2426
+ stroked: !i
2427
+ })
2428
+ .toggle(!!(border || i));
2429
+
2430
+ // Check if border is enabled and add stroke element
2431
+ !i && $this.html( createVML(
2432
+ 'stroke', 'weight="'+border*2+'px" color="'+color[1]+'" miterlimit="1000" joinstyle="miter"'
2433
+ ) );
2434
+ });
2435
+ }
2436
+
2437
+ // Opera bug #357 - Incorrect tip position
2438
+ // https://github.com/Craga89/qTip2/issues/367
2439
+ window.opera && setTimeout(function() {
2440
+ elements.tip.css({
2441
+ display: 'inline-block',
2442
+ visibility: 'visible'
2443
+ });
2444
+ }, 1);
2445
+
2446
+ // Position if needed
2447
+ if(position !== FALSE) { this.calculate(corner, newSize); }
2448
+ },
2449
+
2450
+ calculate: function(corner, size) {
2451
+ if(!this.enabled) { return FALSE; }
2452
+
2453
+ var self = this,
2454
+ elements = this.qtip.elements,
2455
+ tip = this.element,
2456
+ userOffset = this.options.offset,
2457
+ position = {},
2458
+ precedance, corners;
2459
+
2460
+ // Inherit corner if not provided
2461
+ corner = corner || this.corner;
2462
+ precedance = corner.precedance;
2463
+
2464
+ // Determine which tip dimension to use for adjustment
2465
+ size = size || this._calculateSize(corner);
2466
+
2467
+ // Setup corners and offset array
2468
+ corners = [ corner.x, corner.y ];
2469
+ if(precedance === X) { corners.reverse(); }
2470
+
2471
+ // Calculate tip position
2472
+ $.each(corners, function(i, side) {
2473
+ var b, bc, br;
2474
+
2475
+ if(side === CENTER) {
2476
+ b = precedance === Y ? LEFT : TOP;
2477
+ position[ b ] = '50%';
2478
+ position[MARGIN+'-' + b] = -Math.round(size[ precedance === Y ? 0 : 1 ] / 2) + userOffset;
2479
+ }
2480
+ else {
2481
+ b = self._parseWidth(corner, side, elements.tooltip);
2482
+ bc = self._parseWidth(corner, side, elements.content);
2483
+ br = self._parseRadius(corner);
2484
+
2485
+ position[ side ] = Math.max(-self.border, i ? bc : userOffset + (br > b ? br : -b));
2486
+ }
2487
+ });
2488
+
2489
+ // Adjust for tip size
2490
+ position[ corner[precedance] ] -= size[ precedance === X ? 0 : 1 ];
2491
+
2492
+ // Set and return new position
2493
+ tip.css({ margin: '', top: '', bottom: '', left: '', right: '' }).css(position);
2494
+ return position;
2495
+ },
2496
+
2497
+ reposition: function(event, api, pos) {
2498
+ if(!this.enabled) { return; }
2499
+
2500
+ var cache = api.cache,
2501
+ newCorner = this.corner.clone(),
2502
+ adjust = pos.adjusted,
2503
+ method = api.options.position.adjust.method.split(' '),
2504
+ horizontal = method[0],
2505
+ vertical = method[1] || method[0],
2506
+ shift = { left: FALSE, top: FALSE, x: 0, y: 0 },
2507
+ offset, css = {}, props;
2508
+
2509
+ function shiftflip(direction, precedance, popposite, side, opposite) {
2510
+ // Horizontal - Shift or flip method
2511
+ if(direction === SHIFT && newCorner.precedance === precedance && adjust[side] && newCorner[popposite] !== CENTER) {
2512
+ newCorner.precedance = newCorner.precedance === X ? Y : X;
2513
+ }
2514
+ else if(direction !== SHIFT && adjust[side]){
2515
+ newCorner[precedance] = newCorner[precedance] === CENTER ?
2516
+ adjust[side] > 0 ? side : opposite :
2517
+ newCorner[precedance] === side ? opposite : side;
2518
+ }
2519
+ }
2520
+
2521
+ function shiftonly(xy, side, opposite) {
2522
+ if(newCorner[xy] === CENTER) {
2523
+ css[MARGIN+'-'+side] = shift[xy] = offset[MARGIN+'-'+side] - adjust[side];
2524
+ }
2525
+ else {
2526
+ props = offset[opposite] !== undefined ?
2527
+ [ adjust[side], -offset[side] ] : [ -adjust[side], offset[side] ];
2528
+
2529
+ if( (shift[xy] = Math.max(props[0], props[1])) > props[0] ) {
2530
+ pos[side] -= adjust[side];
2531
+ shift[side] = FALSE;
2532
+ }
2533
+
2534
+ css[ offset[opposite] !== undefined ? opposite : side ] = shift[xy];
2535
+ }
2536
+ }
2537
+
2538
+ // If our tip position isn't fixed e.g. doesn't adjust with viewport...
2539
+ if(this.corner.fixed !== TRUE) {
2540
+ // Perform shift/flip adjustments
2541
+ shiftflip(horizontal, X, Y, LEFT, RIGHT);
2542
+ shiftflip(vertical, Y, X, TOP, BOTTOM);
2543
+
2544
+ // Update and redraw the tip if needed (check cached details of last drawn tip)
2545
+ if(newCorner.string() !== cache.corner.string() || cache.cornerTop !== adjust.top || cache.cornerLeft !== adjust.left) {
2546
+ this.update(newCorner, FALSE);
2547
+ }
2548
+ }
2549
+
2550
+ // Setup tip offset properties
2551
+ offset = this.calculate(newCorner);
2552
+
2553
+ // Readjust offset object to make it left/top
2554
+ if(offset.right !== undefined) { offset.left = -offset.right; }
2555
+ if(offset.bottom !== undefined) { offset.top = -offset.bottom; }
2556
+ offset.user = this.offset;
2557
+
2558
+ // Perform shift adjustments
2559
+ shift.left = horizontal === SHIFT && !!adjust.left;
2560
+ if(shift.left) {
2561
+ shiftonly(X, LEFT, RIGHT);
2562
+ }
2563
+ shift.top = vertical === SHIFT && !!adjust.top;
2564
+ if(shift.top) {
2565
+ shiftonly(Y, TOP, BOTTOM);
2566
+ }
2567
+
2568
+ /*
2569
+ * If the tip is adjusted in both dimensions, or in a
2570
+ * direction that would cause it to be anywhere but the
2571
+ * outer border, hide it!
2572
+ */
2573
+ this.element.css(css).toggle(
2574
+ !(shift.x && shift.y || newCorner.x === CENTER && shift.y || newCorner.y === CENTER && shift.x)
2575
+ );
2576
+
2577
+ // Adjust position to accomodate tip dimensions
2578
+ pos.left -= offset.left.charAt ? offset.user :
2579
+ horizontal !== SHIFT || shift.top || !shift.left && !shift.top ? offset.left + this.border : 0;
2580
+ pos.top -= offset.top.charAt ? offset.user :
2581
+ vertical !== SHIFT || shift.left || !shift.left && !shift.top ? offset.top + this.border : 0;
2582
+
2583
+ // Cache details
2584
+ cache.cornerLeft = adjust.left; cache.cornerTop = adjust.top;
2585
+ cache.corner = newCorner.clone();
2586
+ },
2587
+
2588
+ destroy: function() {
2589
+ // Unbind events
2590
+ this.qtip._unbind(this.qtip.tooltip, this._ns);
2591
+
2592
+ // Remove the tip element(s)
2593
+ if(this.qtip.elements.tip) {
2594
+ this.qtip.elements.tip.find('*')
2595
+ .remove().end().remove();
2596
+ }
2597
+ }
2598
+ });
2599
+
2600
+ TIP = PLUGINS.tip = function(api) {
2601
+ return new Tip(api, api.options.style.tip);
2602
+ };
2603
+
2604
+ // Initialize tip on render
2605
+ TIP.initialize = 'render';
2606
+
2607
+ // Setup plugin sanitization options
2608
+ TIP.sanitize = function(options) {
2609
+ if(options.style && 'tip' in options.style) {
2610
+ var opts = options.style.tip;
2611
+ if(typeof opts !== 'object') { opts = options.style.tip = { corner: opts }; }
2612
+ if(!(/string|boolean/i).test(typeof opts.corner)) { opts.corner = TRUE; }
2613
+ }
2614
+ };
2615
+
2616
+ // Add new option checks for the plugin
2617
+ CHECKS.tip = {
2618
+ '^position.my|style.tip.(corner|mimic|border)$': function() {
2619
+ // Make sure a tip can be drawn
2620
+ this.create();
2621
+
2622
+ // Reposition the tooltip
2623
+ this.qtip.reposition();
2624
+ },
2625
+ '^style.tip.(height|width)$': function(obj) {
2626
+ // Re-set dimensions and redraw the tip
2627
+ this.size = [ obj.width, obj.height ];
2628
+ this.update();
2629
+
2630
+ // Reposition the tooltip
2631
+ this.qtip.reposition();
2632
+ },
2633
+ '^content.title|style.(classes|widget)$': function() {
2634
+ this.update();
2635
+ }
2636
+ };
2637
+
2638
+ // Extend original qTip defaults
2639
+ $.extend(TRUE, QTIP.defaults, {
2640
+ style: {
2641
+ tip: {
2642
+ corner: TRUE,
2643
+ mimic: FALSE,
2644
+ width: 6,
2645
+ height: 6,
2646
+ border: TRUE,
2647
+ offset: 0
2648
+ }
2649
+ }
2650
+ });
2651
+ ;var MODAL, OVERLAY,
2652
+ MODALCLASS = 'qtip-modal',
2653
+ MODALSELECTOR = '.'+MODALCLASS;
2654
+
2655
+ OVERLAY = function()
2656
+ {
2657
+ var self = this,
2658
+ focusableElems = {},
2659
+ current,
2660
+ prevState,
2661
+ elem;
2662
+
2663
+ // Modified code from jQuery UI 1.10.0 source
2664
+ // http://code.jquery.com/ui/1.10.0/jquery-ui.js
2665
+ function focusable(element) {
2666
+ // Use the defined focusable checker when possible
2667
+ if($.expr[':'].focusable) { return $.expr[':'].focusable; }
2668
+
2669
+ var isTabIndexNotNaN = !isNaN($.attr(element, 'tabindex')),
2670
+ nodeName = element.nodeName && element.nodeName.toLowerCase(),
2671
+ map, mapName, img;
2672
+
2673
+ if('area' === nodeName) {
2674
+ map = element.parentNode;
2675
+ mapName = map.name;
2676
+ if(!element.href || !mapName || map.nodeName.toLowerCase() !== 'map') {
2677
+ return false;
2678
+ }
2679
+ img = $('img[usemap=#' + mapName + ']')[0];
2680
+ return !!img && img.is(':visible');
2681
+ }
2682
+
2683
+ return /input|select|textarea|button|object/.test( nodeName ) ?
2684
+ !element.disabled :
2685
+ 'a' === nodeName ?
2686
+ element.href || isTabIndexNotNaN :
2687
+ isTabIndexNotNaN
2688
+ ;
2689
+ }
2690
+
2691
+ // Focus inputs using cached focusable elements (see update())
2692
+ function focusInputs(blurElems) {
2693
+ // Blurring body element in IE causes window.open windows to unfocus!
2694
+ if(focusableElems.length < 1 && blurElems.length) { blurElems.not('body').blur(); }
2695
+
2696
+ // Focus the inputs
2697
+ else { focusableElems.first().focus(); }
2698
+ }
2699
+
2700
+ // Steal focus from elements outside tooltip
2701
+ function stealFocus(event) {
2702
+ if(!elem.is(':visible')) { return; }
2703
+
2704
+ var target = $(event.target),
2705
+ tooltip = current.tooltip,
2706
+ container = target.closest(SELECTOR),
2707
+ targetOnTop;
2708
+
2709
+ // Determine if input container target is above this
2710
+ targetOnTop = container.length < 1 ? FALSE :
2711
+ parseInt(container[0].style.zIndex, 10) > parseInt(tooltip[0].style.zIndex, 10);
2712
+
2713
+ // If we're showing a modal, but focus has landed on an input below
2714
+ // this modal, divert focus to the first visible input in this modal
2715
+ // or if we can't find one... the tooltip itself
2716
+ if(!targetOnTop && target.closest(SELECTOR)[0] !== tooltip[0]) {
2717
+ focusInputs(target);
2718
+ }
2719
+ }
2720
+
2721
+ $.extend(self, {
2722
+ init: function() {
2723
+ // Create document overlay
2724
+ elem = self.elem = $('<div />', {
2725
+ id: 'qtip-overlay',
2726
+ html: '<div></div>',
2727
+ mousedown: function() { return FALSE; }
2728
+ })
2729
+ .hide();
2730
+
2731
+ // Make sure we can't focus anything outside the tooltip
2732
+ $(document.body).bind('focusin'+MODALSELECTOR, stealFocus);
2733
+
2734
+ // Apply keyboard "Escape key" close handler
2735
+ $(document).bind('keydown'+MODALSELECTOR, function(event) {
2736
+ if(current && current.options.show.modal.escape && event.keyCode === 27) {
2737
+ current.hide(event);
2738
+ }
2739
+ });
2740
+
2741
+ // Apply click handler for blur option
2742
+ elem.bind('click'+MODALSELECTOR, function(event) {
2743
+ if(current && current.options.show.modal.blur) {
2744
+ current.hide(event);
2745
+ }
2746
+ });
2747
+
2748
+ return self;
2749
+ },
2750
+
2751
+ update: function(api) {
2752
+ // Update current API reference
2753
+ current = api;
2754
+
2755
+ // Update focusable elements if enabled
2756
+ if(api.options.show.modal.stealfocus !== FALSE) {
2757
+ focusableElems = api.tooltip.find('*').filter(function() {
2758
+ return focusable(this);
2759
+ });
2760
+ }
2761
+ else { focusableElems = []; }
2762
+ },
2763
+
2764
+ toggle: function(api, state, duration) {
2765
+ var tooltip = api.tooltip,
2766
+ options = api.options.show.modal,
2767
+ effect = options.effect,
2768
+ type = state ? 'show': 'hide',
2769
+ visible = elem.is(':visible'),
2770
+ visibleModals = $(MODALSELECTOR).filter(':visible:not(:animated)').not(tooltip);
2771
+
2772
+ // Set active tooltip API reference
2773
+ self.update(api);
2774
+
2775
+ // If the modal can steal the focus...
2776
+ // Blur the current item and focus anything in the modal we an
2777
+ if(state && options.stealfocus !== FALSE) {
2778
+ focusInputs( $(':focus') );
2779
+ }
2780
+
2781
+ // Toggle backdrop cursor style on show
2782
+ elem.toggleClass('blurs', options.blur);
2783
+
2784
+ // Append to body on show
2785
+ if(state) {
2786
+ elem.appendTo(document.body);
2787
+ }
2788
+
2789
+ // Prevent modal from conflicting with show.solo, and don't hide backdrop is other modals are visible
2790
+ if(elem.is(':animated') && visible === state && prevState !== FALSE || !state && visibleModals.length) {
2791
+ return self;
2792
+ }
2793
+
2794
+ // Stop all animations
2795
+ elem.stop(TRUE, FALSE);
2796
+
2797
+ // Use custom function if provided
2798
+ if($.isFunction(effect)) {
2799
+ effect.call(elem, state);
2800
+ }
2801
+
2802
+ // If no effect type is supplied, use a simple toggle
2803
+ else if(effect === FALSE) {
2804
+ elem[ type ]();
2805
+ }
2806
+
2807
+ // Use basic fade function
2808
+ else {
2809
+ elem.fadeTo( parseInt(duration, 10) || 90, state ? 1 : 0, function() {
2810
+ if(!state) { elem.hide(); }
2811
+ });
2812
+ }
2813
+
2814
+ // Reset position and detach from body on hide
2815
+ if(!state) {
2816
+ elem.queue(function(next) {
2817
+ elem.css({ left: '', top: '' });
2818
+ if(!$(MODALSELECTOR).length) { elem.detach(); }
2819
+ next();
2820
+ });
2821
+ }
2822
+
2823
+ // Cache the state
2824
+ prevState = state;
2825
+
2826
+ // If the tooltip is destroyed, set reference to null
2827
+ if(current.destroyed) { current = NULL; }
2828
+
2829
+ return self;
2830
+ }
2831
+ });
2832
+
2833
+ self.init();
2834
+ };
2835
+ OVERLAY = new OVERLAY();
2836
+
2837
+ function Modal(api, options) {
2838
+ this.options = options;
2839
+ this._ns = '-modal';
2840
+
2841
+ this.qtip = api;
2842
+ this.init(api);
2843
+ }
2844
+
2845
+ $.extend(Modal.prototype, {
2846
+ init: function(qtip) {
2847
+ var tooltip = qtip.tooltip;
2848
+
2849
+ // If modal is disabled... return
2850
+ if(!this.options.on) { return this; }
2851
+
2852
+ // Set overlay reference
2853
+ qtip.elements.overlay = OVERLAY.elem;
2854
+
2855
+ // Add unique attribute so we can grab modal tooltips easily via a SELECTOR, and set z-index
2856
+ tooltip.addClass(MODALCLASS).css('z-index', QTIP.modal_zindex + $(MODALSELECTOR).length);
2857
+
2858
+ // Apply our show/hide/focus modal events
2859
+ qtip._bind(tooltip, ['tooltipshow', 'tooltiphide'], function(event, api, duration) {
2860
+ var oEvent = event.originalEvent;
2861
+
2862
+ // Make sure mouseout doesn't trigger a hide when showing the modal and mousing onto backdrop
2863
+ if(event.target === tooltip[0]) {
2864
+ if(oEvent && event.type === 'tooltiphide' && /mouse(leave|enter)/.test(oEvent.type) && $(oEvent.relatedTarget).closest(OVERLAY.elem[0]).length) {
2865
+ /* eslint-disable no-empty */
2866
+ try { event.preventDefault(); }
2867
+ catch(e) {}
2868
+ /* eslint-enable no-empty */
2869
+ }
2870
+ else if(!oEvent || oEvent && oEvent.type !== 'tooltipsolo') {
2871
+ this.toggle(event, event.type === 'tooltipshow', duration);
2872
+ }
2873
+ }
2874
+ }, this._ns, this);
2875
+
2876
+ // Adjust modal z-index on tooltip focus
2877
+ qtip._bind(tooltip, 'tooltipfocus', function(event, api) {
2878
+ // If focus was cancelled before it reached us, don't do anything
2879
+ if(event.isDefaultPrevented() || event.target !== tooltip[0]) { return; }
2880
+
2881
+ var qtips = $(MODALSELECTOR),
2882
+
2883
+ // Keep the modal's lower than other, regular qtips
2884
+ newIndex = QTIP.modal_zindex + qtips.length,
2885
+ curIndex = parseInt(tooltip[0].style.zIndex, 10);
2886
+
2887
+ // Set overlay z-index
2888
+ OVERLAY.elem[0].style.zIndex = newIndex - 1;
2889
+
2890
+ // Reduce modal z-index's and keep them properly ordered
2891
+ qtips.each(function() {
2892
+ if(this.style.zIndex > curIndex) {
2893
+ this.style.zIndex -= 1;
2894
+ }
2895
+ });
2896
+
2897
+ // Fire blur event for focused tooltip
2898
+ qtips.filter('.' + CLASS_FOCUS).qtip('blur', event.originalEvent);
2899
+
2900
+ // Set the new z-index
2901
+ tooltip.addClass(CLASS_FOCUS)[0].style.zIndex = newIndex;
2902
+
2903
+ // Set current
2904
+ OVERLAY.update(api);
2905
+
2906
+ // Prevent default handling
2907
+ /* eslint-disable no-empty */
2908
+ try { event.preventDefault(); }
2909
+ catch(e) {}
2910
+ /* eslint-enable no-empty */
2911
+ }, this._ns, this);
2912
+
2913
+ // Focus any other visible modals when this one hides
2914
+ qtip._bind(tooltip, 'tooltiphide', function(event) {
2915
+ if(event.target === tooltip[0]) {
2916
+ $(MODALSELECTOR).filter(':visible').not(tooltip).last().qtip('focus', event);
2917
+ }
2918
+ }, this._ns, this);
2919
+ },
2920
+
2921
+ toggle: function(event, state, duration) {
2922
+ // Make sure default event hasn't been prevented
2923
+ if(event && event.isDefaultPrevented()) { return this; }
2924
+
2925
+ // Toggle it
2926
+ OVERLAY.toggle(this.qtip, !!state, duration);
2927
+ },
2928
+
2929
+ destroy: function() {
2930
+ // Remove modal class
2931
+ this.qtip.tooltip.removeClass(MODALCLASS);
2932
+
2933
+ // Remove bound events
2934
+ this.qtip._unbind(this.qtip.tooltip, this._ns);
2935
+
2936
+ // Delete element reference
2937
+ OVERLAY.toggle(this.qtip, FALSE);
2938
+ delete this.qtip.elements.overlay;
2939
+ }
2940
+ });
2941
+
2942
+
2943
+ MODAL = PLUGINS.modal = function(api) {
2944
+ return new Modal(api, api.options.show.modal);
2945
+ };
2946
+
2947
+ // Setup sanitiztion rules
2948
+ MODAL.sanitize = function(opts) {
2949
+ if(opts.show) {
2950
+ if(typeof opts.show.modal !== 'object') { opts.show.modal = { on: !!opts.show.modal }; }
2951
+ else if(typeof opts.show.modal.on === 'undefined') { opts.show.modal.on = TRUE; }
2952
+ }
2953
+ };
2954
+
2955
+ // Base z-index for all modal tooltips (use qTip core z-index as a base)
2956
+ /* eslint-disable camelcase */
2957
+ QTIP.modal_zindex = QTIP.zindex - 200;
2958
+ /* eslint-enable camelcase */
2959
+
2960
+ // Plugin needs to be initialized on render
2961
+ MODAL.initialize = 'render';
2962
+
2963
+ // Setup option set checks
2964
+ CHECKS.modal = {
2965
+ '^show.modal.(on|blur)$': function() {
2966
+ // Initialise
2967
+ this.destroy();
2968
+ this.init();
2969
+
2970
+ // Show the modal if not visible already and tooltip is visible
2971
+ this.qtip.elems.overlay.toggle(
2972
+ this.qtip.tooltip[0].offsetWidth > 0
2973
+ );
2974
+ }
2975
+ };
2976
+
2977
+ // Extend original api defaults
2978
+ $.extend(TRUE, QTIP.defaults, {
2979
+ show: {
2980
+ modal: {
2981
+ on: FALSE,
2982
+ effect: TRUE,
2983
+ blur: TRUE,
2984
+ stealfocus: TRUE,
2985
+ escape: TRUE
2986
+ }
2987
+ }
2988
+ });
2989
+ ;PLUGINS.viewport = function(api, position, posOptions, targetWidth, targetHeight, elemWidth, elemHeight)
2990
+ {
2991
+ var target = posOptions.target,
2992
+ tooltip = api.elements.tooltip,
2993
+ my = posOptions.my,
2994
+ at = posOptions.at,
2995
+ adjust = posOptions.adjust,
2996
+ method = adjust.method.split(' '),
2997
+ methodX = method[0],
2998
+ methodY = method[1] || method[0],
2999
+ viewport = posOptions.viewport,
3000
+ container = posOptions.container,
3001
+ adjusted = { left: 0, top: 0 },
3002
+ fixed, newMy, containerOffset, containerStatic,
3003
+ viewportWidth, viewportHeight, viewportScroll, viewportOffset;
3004
+
3005
+ // If viewport is not a jQuery element, or it's the window/document, or no adjustment method is used... return
3006
+ if(!viewport.jquery || target[0] === window || target[0] === document.body || adjust.method === 'none') {
3007
+ return adjusted;
3008
+ }
3009
+
3010
+ // Cach container details
3011
+ containerOffset = container.offset() || adjusted;
3012
+ containerStatic = container.css('position') === 'static';
3013
+
3014
+ // Cache our viewport details
3015
+ fixed = tooltip.css('position') === 'fixed';
3016
+ viewportWidth = viewport[0] === window ? viewport.width() : viewport.outerWidth(FALSE);
3017
+ viewportHeight = viewport[0] === window ? viewport.height() : viewport.outerHeight(FALSE);
3018
+ viewportScroll = { left: fixed ? 0 : viewport.scrollLeft(), top: fixed ? 0 : viewport.scrollTop() };
3019
+ viewportOffset = viewport.offset() || adjusted;
3020
+
3021
+ // Generic calculation method
3022
+ function calculate(side, otherSide, type, adjustment, side1, side2, lengthName, targetLength, elemLength) {
3023
+ var initialPos = position[side1],
3024
+ mySide = my[side],
3025
+ atSide = at[side],
3026
+ isShift = type === SHIFT,
3027
+ myLength = mySide === side1 ? elemLength : mySide === side2 ? -elemLength : -elemLength / 2,
3028
+ atLength = atSide === side1 ? targetLength : atSide === side2 ? -targetLength : -targetLength / 2,
3029
+ sideOffset = viewportScroll[side1] + viewportOffset[side1] - (containerStatic ? 0 : containerOffset[side1]),
3030
+ overflow1 = sideOffset - initialPos,
3031
+ overflow2 = initialPos + elemLength - (lengthName === WIDTH ? viewportWidth : viewportHeight) - sideOffset,
3032
+ offset = myLength - (my.precedance === side || mySide === my[otherSide] ? atLength : 0) - (atSide === CENTER ? targetLength / 2 : 0);
3033
+
3034
+ // shift
3035
+ if(isShift) {
3036
+ offset = (mySide === side1 ? 1 : -1) * myLength;
3037
+
3038
+ // Adjust position but keep it within viewport dimensions
3039
+ position[side1] += overflow1 > 0 ? overflow1 : overflow2 > 0 ? -overflow2 : 0;
3040
+ position[side1] = Math.max(
3041
+ -containerOffset[side1] + viewportOffset[side1],
3042
+ initialPos - offset,
3043
+ Math.min(
3044
+ Math.max(
3045
+ -containerOffset[side1] + viewportOffset[side1] + (lengthName === WIDTH ? viewportWidth : viewportHeight),
3046
+ initialPos + offset
3047
+ ),
3048
+ position[side1],
3049
+
3050
+ // Make sure we don't adjust complete off the element when using 'center'
3051
+ mySide === 'center' ? initialPos - myLength : 1E9
3052
+ )
3053
+ );
3054
+
3055
+ }
3056
+
3057
+ // flip/flipinvert
3058
+ else {
3059
+ // Update adjustment amount depending on if using flipinvert or flip
3060
+ adjustment *= type === FLIPINVERT ? 2 : 0;
3061
+
3062
+ // Check for overflow on the left/top
3063
+ if(overflow1 > 0 && (mySide !== side1 || overflow2 > 0)) {
3064
+ position[side1] -= offset + adjustment;
3065
+ newMy.invert(side, side1);
3066
+ }
3067
+
3068
+ // Check for overflow on the bottom/right
3069
+ else if(overflow2 > 0 && (mySide !== side2 || overflow1 > 0) ) {
3070
+ position[side1] -= (mySide === CENTER ? -offset : offset) + adjustment;
3071
+ newMy.invert(side, side2);
3072
+ }
3073
+
3074
+ // Make sure we haven't made things worse with the adjustment and reset if so
3075
+ if(position[side1] < viewportScroll[side1] && -position[side1] > overflow2) {
3076
+ position[side1] = initialPos; newMy = my.clone();
3077
+ }
3078
+ }
3079
+
3080
+ return position[side1] - initialPos;
3081
+ }
3082
+
3083
+ // Set newMy if using flip or flipinvert methods
3084
+ if(methodX !== 'shift' || methodY !== 'shift') { newMy = my.clone(); }
3085
+
3086
+ // Adjust position based onviewport and adjustment options
3087
+ adjusted = {
3088
+ left: methodX !== 'none' ? calculate( X, Y, methodX, adjust.x, LEFT, RIGHT, WIDTH, targetWidth, elemWidth ) : 0,
3089
+ top: methodY !== 'none' ? calculate( Y, X, methodY, adjust.y, TOP, BOTTOM, HEIGHT, targetHeight, elemHeight ) : 0,
3090
+ my: newMy
3091
+ };
3092
+
3093
+ return adjusted;
3094
+ };
3095
+ ;PLUGINS.polys = {
3096
+ // POLY area coordinate calculator
3097
+ // Special thanks to Ed Cradock for helping out with this.
3098
+ // Uses a binary search algorithm to find suitable coordinates.
3099
+ polygon: function(baseCoords, corner) {
3100
+ var result = {
3101
+ width: 0, height: 0,
3102
+ position: {
3103
+ top: 1e10, right: 0,
3104
+ bottom: 0, left: 1e10
3105
+ },
3106
+ adjustable: FALSE
3107
+ },
3108
+ i = 0, next,
3109
+ coords = [],
3110
+ compareX = 1, compareY = 1,
3111
+ realX = 0, realY = 0,
3112
+ newWidth, newHeight;
3113
+
3114
+ // First pass, sanitize coords and determine outer edges
3115
+ i = baseCoords.length;
3116
+ while(i--) {
3117
+ next = [ parseInt(baseCoords[--i], 10), parseInt(baseCoords[i+1], 10) ];
3118
+
3119
+ if(next[0] > result.position.right){ result.position.right = next[0]; }
3120
+ if(next[0] < result.position.left){ result.position.left = next[0]; }
3121
+ if(next[1] > result.position.bottom){ result.position.bottom = next[1]; }
3122
+ if(next[1] < result.position.top){ result.position.top = next[1]; }
3123
+
3124
+ coords.push(next);
3125
+ }
3126
+
3127
+ // Calculate height and width from outer edges
3128
+ newWidth = result.width = Math.abs(result.position.right - result.position.left);
3129
+ newHeight = result.height = Math.abs(result.position.bottom - result.position.top);
3130
+
3131
+ // If it's the center corner...
3132
+ if(corner.abbrev() === 'c') {
3133
+ result.position = {
3134
+ left: result.position.left + result.width / 2,
3135
+ top: result.position.top + result.height / 2
3136
+ };
3137
+ }
3138
+ else {
3139
+ // Second pass, use a binary search algorithm to locate most suitable coordinate
3140
+ while(newWidth > 0 && newHeight > 0 && compareX > 0 && compareY > 0)
3141
+ {
3142
+ newWidth = Math.floor(newWidth / 2);
3143
+ newHeight = Math.floor(newHeight / 2);
3144
+
3145
+ if(corner.x === LEFT){ compareX = newWidth; }
3146
+ else if(corner.x === RIGHT){ compareX = result.width - newWidth; }
3147
+ else{ compareX += Math.floor(newWidth / 2); }
3148
+
3149
+ if(corner.y === TOP){ compareY = newHeight; }
3150
+ else if(corner.y === BOTTOM){ compareY = result.height - newHeight; }
3151
+ else{ compareY += Math.floor(newHeight / 2); }
3152
+
3153
+ i = coords.length;
3154
+ while(i--)
3155
+ {
3156
+ if(coords.length < 2){ break; }
3157
+
3158
+ realX = coords[i][0] - result.position.left;
3159
+ realY = coords[i][1] - result.position.top;
3160
+
3161
+ if(
3162
+ corner.x === LEFT && realX >= compareX ||
3163
+ corner.x === RIGHT && realX <= compareX ||
3164
+ corner.x === CENTER && (realX < compareX || realX > result.width - compareX) ||
3165
+ corner.y === TOP && realY >= compareY ||
3166
+ corner.y === BOTTOM && realY <= compareY ||
3167
+ corner.y === CENTER && (realY < compareY || realY > result.height - compareY)) {
3168
+ coords.splice(i, 1);
3169
+ }
3170
+ }
3171
+ }
3172
+ result.position = { left: coords[0][0], top: coords[0][1] };
3173
+ }
3174
+
3175
+ return result;
3176
+ },
3177
+
3178
+ rect: function(ax, ay, bx, by) {
3179
+ return {
3180
+ width: Math.abs(bx - ax),
3181
+ height: Math.abs(by - ay),
3182
+ position: {
3183
+ left: Math.min(ax, bx),
3184
+ top: Math.min(ay, by)
3185
+ }
3186
+ };
3187
+ },
3188
+
3189
+ _angles: {
3190
+ tc: 3 / 2, tr: 7 / 4, tl: 5 / 4,
3191
+ bc: 1 / 2, br: 1 / 4, bl: 3 / 4,
3192
+ rc: 2, lc: 1, c: 0
3193
+ },
3194
+ ellipse: function(cx, cy, rx, ry, corner) {
3195
+ var c = PLUGINS.polys._angles[ corner.abbrev() ],
3196
+ rxc = c === 0 ? 0 : rx * Math.cos( c * Math.PI ),
3197
+ rys = ry * Math.sin( c * Math.PI );
3198
+
3199
+ return {
3200
+ width: rx * 2 - Math.abs(rxc),
3201
+ height: ry * 2 - Math.abs(rys),
3202
+ position: {
3203
+ left: cx + rxc,
3204
+ top: cy + rys
3205
+ },
3206
+ adjustable: FALSE
3207
+ };
3208
+ },
3209
+ circle: function(cx, cy, r, corner) {
3210
+ return PLUGINS.polys.ellipse(cx, cy, r, r, corner);
3211
+ }
3212
+ };
3213
+ ;PLUGINS.svg = function(api, svg, corner)
3214
+ {
3215
+ var elem = svg[0],
3216
+ root = $(elem.ownerSVGElement),
3217
+ ownerDocument = elem.ownerDocument,
3218
+ strokeWidth2 = (parseInt(svg.css('stroke-width'), 10) || 0) / 2,
3219
+ frameOffset, mtx, transformed,
3220
+ len, next, i, points,
3221
+ result, position;
3222
+
3223
+ // Ascend the parentNode chain until we find an element with getBBox()
3224
+ while(!elem.getBBox) { elem = elem.parentNode; }
3225
+ if(!elem.getBBox || !elem.parentNode) { return FALSE; }
3226
+
3227
+ // Determine which shape calculation to use
3228
+ switch(elem.nodeName) {
3229
+ case 'ellipse':
3230
+ case 'circle':
3231
+ result = PLUGINS.polys.ellipse(
3232
+ elem.cx.baseVal.value,
3233
+ elem.cy.baseVal.value,
3234
+ (elem.rx || elem.r).baseVal.value + strokeWidth2,
3235
+ (elem.ry || elem.r).baseVal.value + strokeWidth2,
3236
+ corner
3237
+ );
3238
+ break;
3239
+
3240
+ case 'line':
3241
+ case 'polygon':
3242
+ case 'polyline':
3243
+ // Determine points object (line has none, so mimic using array)
3244
+ points = elem.points || [
3245
+ { x: elem.x1.baseVal.value, y: elem.y1.baseVal.value },
3246
+ { x: elem.x2.baseVal.value, y: elem.y2.baseVal.value }
3247
+ ];
3248
+
3249
+ for(result = [], i = -1, len = points.numberOfItems || points.length; ++i < len;) {
3250
+ next = points.getItem ? points.getItem(i) : points[i];
3251
+ result.push.apply(result, [next.x, next.y]);
3252
+ }
3253
+
3254
+ result = PLUGINS.polys.polygon(result, corner);
3255
+ break;
3256
+
3257
+ // Unknown shape or rectangle? Use bounding box
3258
+ default:
3259
+ result = elem.getBBox();
3260
+ result = {
3261
+ width: result.width,
3262
+ height: result.height,
3263
+ position: {
3264
+ left: result.x,
3265
+ top: result.y
3266
+ }
3267
+ };
3268
+ break;
3269
+ }
3270
+
3271
+ // Shortcut assignments
3272
+ position = result.position;
3273
+ root = root[0];
3274
+
3275
+ // Convert position into a pixel value
3276
+ if(root.createSVGPoint) {
3277
+ mtx = elem.getScreenCTM();
3278
+ points = root.createSVGPoint();
3279
+
3280
+ points.x = position.left;
3281
+ points.y = position.top;
3282
+ transformed = points.matrixTransform( mtx );
3283
+ position.left = transformed.x;
3284
+ position.top = transformed.y;
3285
+ }
3286
+
3287
+ // Check the element is not in a child document, and if so, adjust for frame elements offset
3288
+ if(ownerDocument !== document && api.position.target !== 'mouse') {
3289
+ frameOffset = $((ownerDocument.defaultView || ownerDocument.parentWindow).frameElement).offset();
3290
+ if(frameOffset) {
3291
+ position.left += frameOffset.left;
3292
+ position.top += frameOffset.top;
3293
+ }
3294
+ }
3295
+
3296
+ // Adjust by scroll offset of owner document
3297
+ ownerDocument = $(ownerDocument);
3298
+ position.left += ownerDocument.scrollLeft();
3299
+ position.top += ownerDocument.scrollTop();
3300
+
3301
+ return result;
3302
+ };
3303
+ ;PLUGINS.imagemap = function(api, area, corner)
3304
+ {
3305
+ if(!area.jquery) { area = $(area); }
3306
+
3307
+ var shape = (area.attr('shape') || 'rect').toLowerCase().replace('poly', 'polygon'),
3308
+ image = $('img[usemap="#'+area.parent('map').attr('name')+'"]'),
3309
+ coordsString = $.trim(area.attr('coords')),
3310
+ coordsArray = coordsString.replace(/,$/, '').split(','),
3311
+ imageOffset, coords, i, result, len;
3312
+
3313
+ // If we can't find the image using the map...
3314
+ if(!image.length) { return FALSE; }
3315
+
3316
+ // Pass coordinates string if polygon
3317
+ if(shape === 'polygon') {
3318
+ result = PLUGINS.polys.polygon(coordsArray, corner);
3319
+ }
3320
+
3321
+ // Otherwise parse the coordinates and pass them as arguments
3322
+ else if(PLUGINS.polys[shape]) {
3323
+ for(i = -1, len = coordsArray.length, coords = []; ++i < len;) {
3324
+ coords.push( parseInt(coordsArray[i], 10) );
3325
+ }
3326
+
3327
+ result = PLUGINS.polys[shape].apply(
3328
+ this, coords.concat(corner)
3329
+ );
3330
+ }
3331
+
3332
+ // If no shapre calculation method was found, return false
3333
+ else { return FALSE; }
3334
+
3335
+ // Make sure we account for padding and borders on the image
3336
+ imageOffset = image.offset();
3337
+ imageOffset.left += Math.ceil((image.outerWidth(FALSE) - image.width()) / 2);
3338
+ imageOffset.top += Math.ceil((image.outerHeight(FALSE) - image.height()) / 2);
3339
+
3340
+ // Add image position to offset coordinates
3341
+ result.position.left += imageOffset.left;
3342
+ result.position.top += imageOffset.top;
3343
+
3344
+ return result;
3345
+ };
3346
+ ;var IE6,
3347
+
3348
+ /*
3349
+ * BGIFrame adaption (http://plugins.jquery.com/project/bgiframe)
3350
+ * Special thanks to Brandon Aaron
3351
+ */
3352
+ BGIFRAME = '<iframe class="qtip-bgiframe" frameborder="0" tabindex="-1" src="javascript:\'\';" ' +
3353
+ ' style="display:block; position:absolute; z-index:-1; filter:alpha(opacity=0); ' +
3354
+ '-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";"></iframe>';
3355
+
3356
+ function Ie6(api) {
3357
+ this._ns = 'ie6';
3358
+
3359
+ this.qtip = api;
3360
+ this.init(api);
3361
+ }
3362
+
3363
+ $.extend(Ie6.prototype, {
3364
+ _scroll : function() {
3365
+ var overlay = this.qtip.elements.overlay;
3366
+ overlay && (overlay[0].style.top = $(window).scrollTop() + 'px');
3367
+ },
3368
+
3369
+ init: function(qtip) {
3370
+ var tooltip = qtip.tooltip;
3371
+
3372
+ // Create the BGIFrame element if needed
3373
+ if($('select, object').length < 1) {
3374
+ this.bgiframe = qtip.elements.bgiframe = $(BGIFRAME).appendTo(tooltip);
3375
+
3376
+ // Update BGIFrame on tooltip move
3377
+ qtip._bind(tooltip, 'tooltipmove', this.adjustBGIFrame, this._ns, this);
3378
+ }
3379
+
3380
+ // redraw() container for width/height calculations
3381
+ this.redrawContainer = $('<div/>', { id: NAMESPACE+'-rcontainer' })
3382
+ .appendTo(document.body);
3383
+
3384
+ // Fixup modal plugin if present too
3385
+ if( qtip.elements.overlay && qtip.elements.overlay.addClass('qtipmodal-ie6fix') ) {
3386
+ qtip._bind(window, ['scroll', 'resize'], this._scroll, this._ns, this);
3387
+ qtip._bind(tooltip, ['tooltipshow'], this._scroll, this._ns, this);
3388
+ }
3389
+
3390
+ // Set dimensions
3391
+ this.redraw();
3392
+ },
3393
+
3394
+ adjustBGIFrame: function() {
3395
+ var tooltip = this.qtip.tooltip,
3396
+ dimensions = {
3397
+ height: tooltip.outerHeight(FALSE),
3398
+ width: tooltip.outerWidth(FALSE)
3399
+ },
3400
+ plugin = this.qtip.plugins.tip,
3401
+ tip = this.qtip.elements.tip,
3402
+ tipAdjust, offset;
3403
+
3404
+ // Adjust border offset
3405
+ offset = parseInt(tooltip.css('borderLeftWidth'), 10) || 0;
3406
+ offset = { left: -offset, top: -offset };
3407
+
3408
+ // Adjust for tips plugin
3409
+ if(plugin && tip) {
3410
+ tipAdjust = plugin.corner.precedance === 'x' ? [WIDTH, LEFT] : [HEIGHT, TOP];
3411
+ offset[ tipAdjust[1] ] -= tip[ tipAdjust[0] ]();
3412
+ }
3413
+
3414
+ // Update bgiframe
3415
+ this.bgiframe.css(offset).css(dimensions);
3416
+ },
3417
+
3418
+ // Max/min width simulator function
3419
+ redraw: function() {
3420
+ if(this.qtip.rendered < 1 || this.drawing) { return this; }
3421
+
3422
+ var tooltip = this.qtip.tooltip,
3423
+ style = this.qtip.options.style,
3424
+ container = this.qtip.options.position.container,
3425
+ perc, width, max, min;
3426
+
3427
+ // Set drawing flag
3428
+ this.qtip.drawing = 1;
3429
+
3430
+ // If tooltip has a set height/width, just set it... like a boss!
3431
+ if(style.height) { tooltip.css(HEIGHT, style.height); }
3432
+ if(style.width) { tooltip.css(WIDTH, style.width); }
3433
+
3434
+ // Simulate max/min width if not set width present...
3435
+ else {
3436
+ // Reset width and add fluid class
3437
+ tooltip.css(WIDTH, '').appendTo(this.redrawContainer);
3438
+
3439
+ // Grab our tooltip width (add 1 if odd so we don't get wrapping problems.. huzzah!)
3440
+ width = tooltip.width();
3441
+ if(width % 2 < 1) { width += 1; }
3442
+
3443
+ // Grab our max/min properties
3444
+ max = tooltip.css('maxWidth') || '';
3445
+ min = tooltip.css('minWidth') || '';
3446
+
3447
+ // Parse into proper pixel values
3448
+ perc = (max + min).indexOf('%') > -1 ? container.width() / 100 : 0;
3449
+ max = (max.indexOf('%') > -1 ? perc : 1 * parseInt(max, 10)) || width;
3450
+ min = (min.indexOf('%') > -1 ? perc : 1 * parseInt(min, 10)) || 0;
3451
+
3452
+ // Determine new dimension size based on max/min/current values
3453
+ width = max + min ? Math.min(Math.max(width, min), max) : width;
3454
+
3455
+ // Set the newly calculated width and remvoe fluid class
3456
+ tooltip.css(WIDTH, Math.round(width)).appendTo(container);
3457
+ }
3458
+
3459
+ // Set drawing flag
3460
+ this.drawing = 0;
3461
+
3462
+ return this;
3463
+ },
3464
+
3465
+ destroy: function() {
3466
+ // Remove iframe
3467
+ this.bgiframe && this.bgiframe.remove();
3468
+
3469
+ // Remove bound events
3470
+ this.qtip._unbind([window, this.qtip.tooltip], this._ns);
3471
+ }
3472
+ });
3473
+
3474
+ IE6 = PLUGINS.ie6 = function(api) {
3475
+ // Proceed only if the browser is IE6
3476
+ return BROWSER.ie === 6 ? new Ie6(api) : FALSE;
3477
+ };
3478
+
3479
+ IE6.initialize = 'render';
3480
+
3481
+ CHECKS.ie6 = {
3482
+ '^content|style$': function() {
3483
+ this.redraw();
3484
+ }
3485
+ };
3486
+ ;}));
3487
+ }( window, document ));
assets/js/vendor/jquery.qtip.min.js CHANGED
@@ -1,5 +1,5 @@
1
- /* qtip2 v3.0.3 | Plugins: tips modal viewport svg imagemap ie6 | Styles: core basic css3 | qtip2.com | Licensed MIT | Wed May 11 2016 22:31:31 */
2
-
3
- !function(a,b,c){!function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):jQuery&&!jQuery.fn.qtip&&a(jQuery)}(function(d){"use strict";function e(a,b,c,e){this.id=c,this.target=a,this.tooltip=F,this.elements={target:a},this._id=S+"-"+c,this.timers={img:{}},this.options=b,this.plugins={},this.cache={event:{},target:d(),disabled:E,attr:e,onTooltip:E,lastClass:""},this.rendered=this.destroyed=this.disabled=this.waiting=this.hiddenDuringWait=this.positioning=this.triggering=E}function f(a){return a===F||"object"!==d.type(a)}function g(a){return!(d.isFunction(a)||a&&a.attr||a.length||"object"===d.type(a)&&(a.jquery||a.then))}function h(a){var b,c,e,h;return f(a)?E:(f(a.metadata)&&(a.metadata={type:a.metadata}),"content"in a&&(b=a.content,f(b)||b.jquery||b.done?(c=g(b)?E:b,b=a.content={text:c}):c=b.text,"ajax"in b&&(e=b.ajax,h=e&&e.once!==E,delete b.ajax,b.text=function(a,b){var f=c||d(this).attr(b.options.content.attr)||"Loading...",g=d.ajax(d.extend({},e,{context:b})).then(e.success,F,e.error).then(function(a){return a&&h&&b.set("content.text",a),a},function(a,c,d){b.destroyed||0===a.status||b.set("content.text",c+": "+d)});return h?f:(b.set("content.text",f),g)}),"title"in b&&(d.isPlainObject(b.title)&&(b.button=b.title.button,b.title=b.title.text),g(b.title||E)&&(b.title=E))),"position"in a&&f(a.position)&&(a.position={my:a.position,at:a.position}),"show"in a&&f(a.show)&&(a.show=a.show.jquery?{target:a.show}:a.show===D?{ready:D}:{event:a.show}),"hide"in a&&f(a.hide)&&(a.hide=a.hide.jquery?{target:a.hide}:{event:a.hide}),"style"in a&&f(a.style)&&(a.style={classes:a.style}),d.each(R,function(){this.sanitize&&this.sanitize(a)}),a)}function i(a,b){for(var c,d=0,e=a,f=b.split(".");e=e[f[d++]];)d<f.length&&(c=e);return[c||a,f.pop()]}function j(a,b){var c,d,e;for(c in this.checks)if(this.checks.hasOwnProperty(c))for(d in this.checks[c])this.checks[c].hasOwnProperty(d)&&(e=new RegExp(d,"i").exec(a))&&(b.push(e),("builtin"===c||this.plugins[c])&&this.checks[c][d].apply(this.plugins[c]||this,b))}function k(a){return V.concat("").join(a?"-"+a+" ":" ")}function l(a,b){return b>0?setTimeout(d.proxy(a,this),b):void a.call(this)}function m(a){this.tooltip.hasClass(aa)||(clearTimeout(this.timers.show),clearTimeout(this.timers.hide),this.timers.show=l.call(this,function(){this.toggle(D,a)},this.options.show.delay))}function n(a){if(!this.tooltip.hasClass(aa)&&!this.destroyed){var b=d(a.relatedTarget),c=b.closest(W)[0]===this.tooltip[0],e=b[0]===this.options.show.target[0];if(clearTimeout(this.timers.show),clearTimeout(this.timers.hide),this!==b[0]&&"mouse"===this.options.position.target&&c||this.options.hide.fixed&&/mouse(out|leave|move)/.test(a.type)&&(c||e))try{a.preventDefault(),a.stopImmediatePropagation()}catch(f){}else this.timers.hide=l.call(this,function(){this.toggle(E,a)},this.options.hide.delay,this)}}function o(a){!this.tooltip.hasClass(aa)&&this.options.hide.inactive&&(clearTimeout(this.timers.inactive),this.timers.inactive=l.call(this,function(){this.hide(a)},this.options.hide.inactive))}function p(a){this.rendered&&this.tooltip[0].offsetWidth>0&&this.reposition(a)}function q(a,c,e){d(b.body).delegate(a,(c.split?c:c.join("."+S+" "))+"."+S,function(){var a=y.api[d.attr(this,U)];a&&!a.disabled&&e.apply(a,arguments)})}function r(a,c,f){var g,i,j,k,l,m=d(b.body),n=a[0]===b?m:a,o=a.metadata?a.metadata(f.metadata):F,p="html5"===f.metadata.type&&o?o[f.metadata.name]:F,q=a.data(f.metadata.name||"qtipopts");try{q="string"==typeof q?d.parseJSON(q):q}catch(r){}if(k=d.extend(D,{},y.defaults,f,"object"==typeof q?h(q):F,h(p||o)),i=k.position,k.id=c,"boolean"==typeof k.content.text){if(j=a.attr(k.content.attr),k.content.attr===E||!j)return E;k.content.text=j}if(i.container.length||(i.container=m),i.target===E&&(i.target=n),k.show.target===E&&(k.show.target=n),k.show.solo===D&&(k.show.solo=i.container.closest("body")),k.hide.target===E&&(k.hide.target=n),k.position.viewport===D&&(k.position.viewport=i.container),i.container=i.container.eq(0),i.at=new A(i.at,D),i.my=new A(i.my),a.data(S))if(k.overwrite)a.qtip("destroy",!0);else if(k.overwrite===E)return E;return a.attr(T,c),k.suppress&&(l=a.attr("title"))&&a.removeAttr("title").attr(ca,l).attr("title",""),g=new e(a,k,c,!!j),a.data(S,g),g}function s(a){return a.charAt(0).toUpperCase()+a.slice(1)}function t(a,b){var d,e,f=b.charAt(0).toUpperCase()+b.slice(1),g=(b+" "+va.join(f+" ")+f).split(" "),h=0;if(ua[b])return a.css(ua[b]);for(;d=g[h++];)if((e=a.css(d))!==c)return ua[b]=d,e}function u(a,b){return Math.ceil(parseFloat(t(a,b)))}function v(a,b){this._ns="tip",this.options=b,this.offset=b.offset,this.size=[b.width,b.height],this.qtip=a,this.init(a)}function w(a,b){this.options=b,this._ns="-modal",this.qtip=a,this.init(a)}function x(a){this._ns="ie6",this.qtip=a,this.init(a)}var y,z,A,B,C,D=!0,E=!1,F=null,G="x",H="y",I="width",J="height",K="top",L="left",M="bottom",N="right",O="center",P="flipinvert",Q="shift",R={},S="qtip",T="data-hasqtip",U="data-qtip-id",V=["ui-widget","ui-tooltip"],W="."+S,X="click dblclick mousedown mouseup mousemove mouseleave mouseenter".split(" "),Y=S+"-fixed",Z=S+"-default",$=S+"-focus",_=S+"-hover",aa=S+"-disabled",ba="_replacedByqTip",ca="oldtitle",da={ie:function(){var a,c;for(a=4,c=b.createElement("div");(c.innerHTML="<!--[if gt IE "+a+"]><i></i><![endif]-->")&&c.getElementsByTagName("i")[0];a+=1);return a>4?a:NaN}(),iOS:parseFloat((""+(/CPU.*OS ([0-9_]{1,5})|(CPU like).*AppleWebKit.*Mobile/i.exec(navigator.userAgent)||[0,""])[1]).replace("undefined","3_2").replace("_",".").replace("_",""))||E};z=e.prototype,z._when=function(a){return d.when.apply(d,a)},z.render=function(a){if(this.rendered||this.destroyed)return this;var b=this,c=this.options,e=this.cache,f=this.elements,g=c.content.text,h=c.content.title,i=c.content.button,j=c.position,k=[];return d.attr(this.target[0],"aria-describedby",this._id),e.posClass=this._createPosClass((this.position={my:j.my,at:j.at}).my),this.tooltip=f.tooltip=d("<div/>",{id:this._id,"class":[S,Z,c.style.classes,e.posClass].join(" "),width:c.style.width||"",height:c.style.height||"",tracking:"mouse"===j.target&&j.adjust.mouse,role:"alert","aria-live":"polite","aria-atomic":E,"aria-describedby":this._id+"-content","aria-hidden":D}).toggleClass(aa,this.disabled).attr(U,this.id).data(S,this).appendTo(j.container).append(f.content=d("<div />",{"class":S+"-content",id:this._id+"-content","aria-atomic":D})),this.rendered=-1,this.positioning=D,h&&(this._createTitle(),d.isFunction(h)||k.push(this._updateTitle(h,E))),i&&this._createButton(),d.isFunction(g)||k.push(this._updateContent(g,E)),this.rendered=D,this._setWidget(),d.each(R,function(a){var c;"render"===this.initialize&&(c=this(b))&&(b.plugins[a]=c)}),this._unassignEvents(),this._assignEvents(),this._when(k).then(function(){b._trigger("render"),b.positioning=E,b.hiddenDuringWait||!c.show.ready&&!a||b.toggle(D,e.event,E),b.hiddenDuringWait=E}),y.api[this.id]=this,this},z.destroy=function(a){function b(){if(!this.destroyed){this.destroyed=D;var a,b=this.target,c=b.attr(ca);this.rendered&&this.tooltip.stop(1,0).find("*").remove().end().remove(),d.each(this.plugins,function(){this.destroy&&this.destroy()});for(a in this.timers)this.timers.hasOwnProperty(a)&&clearTimeout(this.timers[a]);b.removeData(S).removeAttr(U).removeAttr(T).removeAttr("aria-describedby"),this.options.suppress&&c&&b.attr("title",c).removeAttr(ca),this._unassignEvents(),this.options=this.elements=this.cache=this.timers=this.plugins=this.mouse=F,delete y.api[this.id]}}return this.destroyed?this.target:(a===D&&"hide"!==this.triggering||!this.rendered?b.call(this):(this.tooltip.one("tooltiphidden",d.proxy(b,this)),!this.triggering&&this.hide()),this.target)},B=z.checks={builtin:{"^id$":function(a,b,c,e){var f=c===D?y.nextid:c,g=S+"-"+f;f!==E&&f.length>0&&!d("#"+g).length?(this._id=g,this.rendered&&(this.tooltip[0].id=this._id,this.elements.content[0].id=this._id+"-content",this.elements.title[0].id=this._id+"-title")):a[b]=e},"^prerender":function(a,b,c){c&&!this.rendered&&this.render(this.options.show.ready)},"^content.text$":function(a,b,c){this._updateContent(c)},"^content.attr$":function(a,b,c,d){this.options.content.text===this.target.attr(d)&&this._updateContent(this.target.attr(c))},"^content.title$":function(a,b,c){return c?(c&&!this.elements.title&&this._createTitle(),void this._updateTitle(c)):this._removeTitle()},"^content.button$":function(a,b,c){this._updateButton(c)},"^content.title.(text|button)$":function(a,b,c){this.set("content."+b,c)},"^position.(my|at)$":function(a,b,c){"string"==typeof c&&(this.position[b]=a[b]=new A(c,"at"===b))},"^position.container$":function(a,b,c){this.rendered&&this.tooltip.appendTo(c)},"^show.ready$":function(a,b,c){c&&(!this.rendered&&this.render(D)||this.toggle(D))},"^style.classes$":function(a,b,c,d){this.rendered&&this.tooltip.removeClass(d).addClass(c)},"^style.(width|height)":function(a,b,c){this.rendered&&this.tooltip.css(b,c)},"^style.widget|content.title":function(){this.rendered&&this._setWidget()},"^style.def":function(a,b,c){this.rendered&&this.tooltip.toggleClass(Z,!!c)},"^events.(render|show|move|hide|focus|blur)$":function(a,b,c){this.rendered&&this.tooltip[(d.isFunction(c)?"":"un")+"bind"]("tooltip"+b,c)},"^(show|hide|position).(event|target|fixed|inactive|leave|distance|viewport|adjust)":function(){if(this.rendered){var a=this.options.position;this.tooltip.attr("tracking","mouse"===a.target&&a.adjust.mouse),this._unassignEvents(),this._assignEvents()}}}},z.get=function(a){if(this.destroyed)return this;var b=i(this.options,a.toLowerCase()),c=b[0][b[1]];return c.precedance?c.string():c};var ea=/^position\.(my|at|adjust|target|container|viewport)|style|content|show\.ready/i,fa=/^prerender|show\.ready/i;z.set=function(a,b){if(this.destroyed)return this;var c,e=this.rendered,f=E,g=this.options;return"string"==typeof a?(c=a,a={},a[c]=b):a=d.extend({},a),d.each(a,function(b,c){if(e&&fa.test(b))return void delete a[b];var h,j=i(g,b.toLowerCase());h=j[0][j[1]],j[0][j[1]]=c&&c.nodeType?d(c):c,f=ea.test(b)||f,a[b]=[j[0],j[1],c,h]}),h(g),this.positioning=D,d.each(a,d.proxy(j,this)),this.positioning=E,this.rendered&&this.tooltip[0].offsetWidth>0&&f&&this.reposition("mouse"===g.position.target?F:this.cache.event),this},z._update=function(a,b){var c=this,e=this.cache;return this.rendered&&a?(d.isFunction(a)&&(a=a.call(this.elements.target,e.event,this)||""),d.isFunction(a.then)?(e.waiting=D,a.then(function(a){return e.waiting=E,c._update(a,b)},F,function(a){return c._update(a,b)})):a===E||!a&&""!==a?E:(a.jquery&&a.length>0?b.empty().append(a.css({display:"block",visibility:"visible"})):b.html(a),this._waitForContent(b).then(function(a){c.rendered&&c.tooltip[0].offsetWidth>0&&c.reposition(e.event,!a.length)}))):E},z._waitForContent=function(a){var b=this.cache;return b.waiting=D,(d.fn.imagesLoaded?a.imagesLoaded():(new d.Deferred).resolve([])).done(function(){b.waiting=E}).promise()},z._updateContent=function(a,b){this._update(a,this.elements.content,b)},z._updateTitle=function(a,b){this._update(a,this.elements.title,b)===E&&this._removeTitle(E)},z._createTitle=function(){var a=this.elements,b=this._id+"-title";a.titlebar&&this._removeTitle(),a.titlebar=d("<div />",{"class":S+"-titlebar "+(this.options.style.widget?k("header"):"")}).append(a.title=d("<div />",{id:b,"class":S+"-title","aria-atomic":D})).insertBefore(a.content).delegate(".qtip-close","mousedown keydown mouseup keyup mouseout",function(a){d(this).toggleClass("ui-state-active ui-state-focus","down"===a.type.substr(-4))}).delegate(".qtip-close","mouseover mouseout",function(a){d(this).toggleClass("ui-state-hover","mouseover"===a.type)}),this.options.content.button&&this._createButton()},z._removeTitle=function(a){var b=this.elements;b.title&&(b.titlebar.remove(),b.titlebar=b.title=b.button=F,a!==E&&this.reposition())},z._createPosClass=function(a){return S+"-pos-"+(a||this.options.position.my).abbrev()},z.reposition=function(c,e){if(!this.rendered||this.positioning||this.destroyed)return this;this.positioning=D;var f,g,h,i,j=this.cache,k=this.tooltip,l=this.options.position,m=l.target,n=l.my,o=l.at,p=l.viewport,q=l.container,r=l.adjust,s=r.method.split(" "),t=k.outerWidth(E),u=k.outerHeight(E),v=0,w=0,x=k.css("position"),y={left:0,top:0},z=k[0].offsetWidth>0,A=c&&"scroll"===c.type,B=d(a),C=q[0].ownerDocument,F=this.mouse;if(d.isArray(m)&&2===m.length)o={x:L,y:K},y={left:m[0],top:m[1]};else if("mouse"===m)o={x:L,y:K},(!r.mouse||this.options.hide.distance)&&j.origin&&j.origin.pageX?c=j.origin:!c||c&&("resize"===c.type||"scroll"===c.type)?c=j.event:F&&F.pageX&&(c=F),"static"!==x&&(y=q.offset()),C.body.offsetWidth!==(a.innerWidth||C.documentElement.clientWidth)&&(g=d(b.body).offset()),y={left:c.pageX-y.left+(g&&g.left||0),top:c.pageY-y.top+(g&&g.top||0)},r.mouse&&A&&F&&(y.left-=(F.scrollX||0)-B.scrollLeft(),y.top-=(F.scrollY||0)-B.scrollTop());else{if("event"===m?c&&c.target&&"scroll"!==c.type&&"resize"!==c.type?j.target=d(c.target):c.target||(j.target=this.elements.target):"event"!==m&&(j.target=d(m.jquery?m:this.elements.target)),m=j.target,m=d(m).eq(0),0===m.length)return this;m[0]===b||m[0]===a?(v=da.iOS?a.innerWidth:m.width(),w=da.iOS?a.innerHeight:m.height(),m[0]===a&&(y={top:(p||m).scrollTop(),left:(p||m).scrollLeft()})):R.imagemap&&m.is("area")?f=R.imagemap(this,m,o,R.viewport?s:E):R.svg&&m&&m[0].ownerSVGElement?f=R.svg(this,m,o,R.viewport?s:E):(v=m.outerWidth(E),w=m.outerHeight(E),y=m.offset()),f&&(v=f.width,w=f.height,g=f.offset,y=f.position),y=this.reposition.offset(m,y,q),(da.iOS>3.1&&da.iOS<4.1||da.iOS>=4.3&&da.iOS<4.33||!da.iOS&&"fixed"===x)&&(y.left-=B.scrollLeft(),y.top-=B.scrollTop()),(!f||f&&f.adjustable!==E)&&(y.left+=o.x===N?v:o.x===O?v/2:0,y.top+=o.y===M?w:o.y===O?w/2:0)}return y.left+=r.x+(n.x===N?-t:n.x===O?-t/2:0),y.top+=r.y+(n.y===M?-u:n.y===O?-u/2:0),R.viewport?(h=y.adjusted=R.viewport(this,y,l,v,w,t,u),g&&h.left&&(y.left+=g.left),g&&h.top&&(y.top+=g.top),h.my&&(this.position.my=h.my)):y.adjusted={left:0,top:0},j.posClass!==(i=this._createPosClass(this.position.my))&&(j.posClass=i,k.removeClass(j.posClass).addClass(i)),this._trigger("move",[y,p.elem||p],c)?(delete y.adjusted,e===E||!z||isNaN(y.left)||isNaN(y.top)||"mouse"===m||!d.isFunction(l.effect)?k.css(y):d.isFunction(l.effect)&&(l.effect.call(k,this,d.extend({},y)),k.queue(function(a){d(this).css({opacity:"",height:""}),da.ie&&this.style.removeAttribute("filter"),a()})),this.positioning=E,this):this},z.reposition.offset=function(a,c,e){function f(a,b){c.left+=b*a.scrollLeft(),c.top+=b*a.scrollTop()}if(!e[0])return c;var g,h,i,j,k=d(a[0].ownerDocument),l=!!da.ie&&"CSS1Compat"!==b.compatMode,m=e[0];do"static"!==(h=d.css(m,"position"))&&("fixed"===h?(i=m.getBoundingClientRect(),f(k,-1)):(i=d(m).position(),i.left+=parseFloat(d.css(m,"borderLeftWidth"))||0,i.top+=parseFloat(d.css(m,"borderTopWidth"))||0),c.left-=i.left+(parseFloat(d.css(m,"marginLeft"))||0),c.top-=i.top+(parseFloat(d.css(m,"marginTop"))||0),g||"hidden"===(j=d.css(m,"overflow"))||"visible"===j||(g=d(m)));while(m=m.offsetParent);return g&&(g[0]!==k[0]||l)&&f(g,1),c};var ga=(A=z.reposition.Corner=function(a,b){a=(""+a).replace(/([A-Z])/," $1").replace(/middle/gi,O).toLowerCase(),this.x=(a.match(/left|right/i)||a.match(/center/)||["inherit"])[0].toLowerCase(),this.y=(a.match(/top|bottom|center/i)||["inherit"])[0].toLowerCase(),this.forceY=!!b;var c=a.charAt(0);this.precedance="t"===c||"b"===c?H:G}).prototype;ga.invert=function(a,b){this[a]=this[a]===L?N:this[a]===N?L:b||this[a]},ga.string=function(a){var b=this.x,c=this.y,d=b!==c?"center"===b||"center"!==c&&(this.precedance===H||this.forceY)?[c,b]:[b,c]:[b];return a!==!1?d.join(" "):d},ga.abbrev=function(){var a=this.string(!1);return a[0].charAt(0)+(a[1]&&a[1].charAt(0)||"")},ga.clone=function(){return new A(this.string(),this.forceY)},z.toggle=function(a,c){var e=this.cache,f=this.options,g=this.tooltip;if(c){if(/over|enter/.test(c.type)&&e.event&&/out|leave/.test(e.event.type)&&f.show.target.add(c.target).length===f.show.target.length&&g.has(c.relatedTarget).length)return this;e.event=d.event.fix(c)}if(this.waiting&&!a&&(this.hiddenDuringWait=D),!this.rendered)return a?this.render(1):this;if(this.destroyed||this.disabled)return this;var h,i,j,k=a?"show":"hide",l=this.options[k],m=this.options.position,n=this.options.content,o=this.tooltip.css("width"),p=this.tooltip.is(":visible"),q=a||1===l.target.length,r=!c||l.target.length<2||e.target[0]===c.target;return(typeof a).search("boolean|number")&&(a=!p),h=!g.is(":animated")&&p===a&&r,i=h?F:!!this._trigger(k,[90]),this.destroyed?this:(i!==E&&a&&this.focus(c),!i||h?this:(d.attr(g[0],"aria-hidden",!a),a?(this.mouse&&(e.origin=d.event.fix(this.mouse)),d.isFunction(n.text)&&this._updateContent(n.text,E),d.isFunction(n.title)&&this._updateTitle(n.title,E),!C&&"mouse"===m.target&&m.adjust.mouse&&(d(b).bind("mousemove."+S,this._storeMouse),C=D),o||g.css("width",g.outerWidth(E)),this.reposition(c,arguments[2]),o||g.css("width",""),l.solo&&("string"==typeof l.solo?d(l.solo):d(W,l.solo)).not(g).not(l.target).qtip("hide",new d.Event("tooltipsolo"))):(clearTimeout(this.timers.show),delete e.origin,C&&!d(W+'[tracking="true"]:visible',l.solo).not(g).length&&(d(b).unbind("mousemove."+S),C=E),this.blur(c)),j=d.proxy(function(){a?(da.ie&&g[0].style.removeAttribute("filter"),g.css("overflow",""),"string"==typeof l.autofocus&&d(this.options.show.autofocus,g).focus(),this.options.show.target.trigger("qtip-"+this.id+"-inactive")):g.css({display:"",visibility:"",opacity:"",left:"",top:""}),this._trigger(a?"visible":"hidden")},this),l.effect===E||q===E?(g[k](),j()):d.isFunction(l.effect)?(g.stop(1,1),l.effect.call(g,this),g.queue("fx",function(a){j(),a()})):g.fadeTo(90,a?1:0,j),a&&l.target.trigger("qtip-"+this.id+"-inactive"),this))},z.show=function(a){return this.toggle(D,a)},z.hide=function(a){return this.toggle(E,a)},z.focus=function(a){if(!this.rendered||this.destroyed)return this;var b=d(W),c=this.tooltip,e=parseInt(c[0].style.zIndex,10),f=y.zindex+b.length;return c.hasClass($)||this._trigger("focus",[f],a)&&(e!==f&&(b.each(function(){this.style.zIndex>e&&(this.style.zIndex=this.style.zIndex-1)}),b.filter("."+$).qtip("blur",a)),c.addClass($)[0].style.zIndex=f),this},z.blur=function(a){return!this.rendered||this.destroyed?this:(this.tooltip.removeClass($),this._trigger("blur",[this.tooltip.css("zIndex")],a),this)},z.disable=function(a){return this.destroyed?this:("toggle"===a?a=!(this.rendered?this.tooltip.hasClass(aa):this.disabled):"boolean"!=typeof a&&(a=D),this.rendered&&this.tooltip.toggleClass(aa,a).attr("aria-disabled",a),this.disabled=!!a,this)},z.enable=function(){return this.disable(E)},z._createButton=function(){var a=this,b=this.elements,c=b.tooltip,e=this.options.content.button,f="string"==typeof e,g=f?e:"Close tooltip";b.button&&b.button.remove(),e.jquery?b.button=e:b.button=d("<a />",{"class":"qtip-close "+(this.options.style.widget?"":S+"-icon"),title:g,"aria-label":g}).prepend(d("<span />",{"class":"ui-icon ui-icon-close",html:"&times;"})),b.button.appendTo(b.titlebar||c).attr("role","button").click(function(b){return c.hasClass(aa)||a.hide(b),E})},z._updateButton=function(a){if(!this.rendered)return E;var b=this.elements.button;a?this._createButton():b.remove()},z._setWidget=function(){var a=this.options.style.widget,b=this.elements,c=b.tooltip,d=c.hasClass(aa);c.removeClass(aa),aa=a?"ui-state-disabled":"qtip-disabled",c.toggleClass(aa,d),c.toggleClass("ui-helper-reset "+k(),a).toggleClass(Z,this.options.style.def&&!a),b.content&&b.content.toggleClass(k("content"),a),b.titlebar&&b.titlebar.toggleClass(k("header"),a),b.button&&b.button.toggleClass(S+"-icon",!a)},z._storeMouse=function(a){return(this.mouse=d.event.fix(a)).type="mousemove",this},z._bind=function(a,b,c,e,f){if(a&&c&&b.length){var g="."+this._id+(e?"-"+e:"");return d(a).bind((b.split?b:b.join(g+" "))+g,d.proxy(c,f||this)),this}},z._unbind=function(a,b){return a&&d(a).unbind("."+this._id+(b?"-"+b:"")),this},z._trigger=function(a,b,c){var e=new d.Event("tooltip"+a);return e.originalEvent=c&&d.extend({},c)||this.cache.event||F,this.triggering=a,this.tooltip.trigger(e,[this].concat(b||[])),this.triggering=E,!e.isDefaultPrevented()},z._bindEvents=function(a,b,c,e,f,g){var h=c.filter(e).add(e.filter(c)),i=[];h.length&&(d.each(b,function(b,c){var e=d.inArray(c,a);e>-1&&i.push(a.splice(e,1)[0])}),i.length&&(this._bind(h,i,function(a){var b=this.rendered?this.tooltip[0].offsetWidth>0:!1;(b?g:f).call(this,a)}),c=c.not(h),e=e.not(h))),this._bind(c,a,f),this._bind(e,b,g)},z._assignInitialEvents=function(a){function b(a){return this.disabled||this.destroyed?E:(this.cache.event=a&&d.event.fix(a),this.cache.target=a&&d(a.target),clearTimeout(this.timers.show),void(this.timers.show=l.call(this,function(){this.render("object"==typeof a||c.show.ready)},c.prerender?0:c.show.delay)))}var c=this.options,e=c.show.target,f=c.hide.target,g=c.show.event?d.trim(""+c.show.event).split(" "):[],h=c.hide.event?d.trim(""+c.hide.event).split(" "):[];this._bind(this.elements.target,["remove","removeqtip"],function(){this.destroy(!0)},"destroy"),/mouse(over|enter)/i.test(c.show.event)&&!/mouse(out|leave)/i.test(c.hide.event)&&h.push("mouseleave"),this._bind(e,"mousemove",function(a){this._storeMouse(a),this.cache.onTarget=D}),this._bindEvents(g,h,e,f,b,function(){return this.timers?void clearTimeout(this.timers.show):E}),(c.show.ready||c.prerender)&&b.call(this,a)},z._assignEvents=function(){var c=this,e=this.options,f=e.position,g=this.tooltip,h=e.show.target,i=e.hide.target,j=f.container,k=f.viewport,l=d(b),q=d(a),r=e.show.event?d.trim(""+e.show.event).split(" "):[],s=e.hide.event?d.trim(""+e.hide.event).split(" "):[];d.each(e.events,function(a,b){c._bind(g,"toggle"===a?["tooltipshow","tooltiphide"]:["tooltip"+a],b,null,g)}),/mouse(out|leave)/i.test(e.hide.event)&&"window"===e.hide.leave&&this._bind(l,["mouseout","blur"],function(a){/select|option/.test(a.target.nodeName)||a.relatedTarget||this.hide(a)}),e.hide.fixed?i=i.add(g.addClass(Y)):/mouse(over|enter)/i.test(e.show.event)&&this._bind(i,"mouseleave",function(){clearTimeout(this.timers.show)}),(""+e.hide.event).indexOf("unfocus")>-1&&this._bind(j.closest("html"),["mousedown","touchstart"],function(a){var b=d(a.target),c=this.rendered&&!this.tooltip.hasClass(aa)&&this.tooltip[0].offsetWidth>0,e=b.parents(W).filter(this.tooltip[0]).length>0;b[0]===this.target[0]||b[0]===this.tooltip[0]||e||this.target.has(b[0]).length||!c||this.hide(a)}),"number"==typeof e.hide.inactive&&(this._bind(h,"qtip-"+this.id+"-inactive",o,"inactive"),this._bind(i.add(g),y.inactiveEvents,o)),this._bindEvents(r,s,h,i,m,n),this._bind(h.add(g),"mousemove",function(a){if("number"==typeof e.hide.distance){var b=this.cache.origin||{},c=this.options.hide.distance,d=Math.abs;(d(a.pageX-b.pageX)>=c||d(a.pageY-b.pageY)>=c)&&this.hide(a)}this._storeMouse(a)}),"mouse"===f.target&&f.adjust.mouse&&(e.hide.event&&this._bind(h,["mouseenter","mouseleave"],function(a){return this.cache?void(this.cache.onTarget="mouseenter"===a.type):E}),this._bind(l,"mousemove",function(a){this.rendered&&this.cache.onTarget&&!this.tooltip.hasClass(aa)&&this.tooltip[0].offsetWidth>0&&this.reposition(a)})),(f.adjust.resize||k.length)&&this._bind(d.event.special.resize?k:q,"resize",p),f.adjust.scroll&&this._bind(q.add(f.container),"scroll",p)},z._unassignEvents=function(){var c=this.options,e=c.show.target,f=c.hide.target,g=d.grep([this.elements.target[0],this.rendered&&this.tooltip[0],c.position.container[0],c.position.viewport[0],c.position.container.closest("html")[0],a,b],function(a){return"object"==typeof a});e&&e.toArray&&(g=g.concat(e.toArray())),f&&f.toArray&&(g=g.concat(f.toArray())),this._unbind(g)._unbind(g,"destroy")._unbind(g,"inactive")},d(function(){q(W,["mouseenter","mouseleave"],function(a){var b="mouseenter"===a.type,c=d(a.currentTarget),e=d(a.relatedTarget||a.target),f=this.options;b?(this.focus(a),c.hasClass(Y)&&!c.hasClass(aa)&&clearTimeout(this.timers.hide)):"mouse"===f.position.target&&f.position.adjust.mouse&&f.hide.event&&f.show.target&&!e.closest(f.show.target[0]).length&&this.hide(a),c.toggleClass(_,b)}),q("["+U+"]",X,o)}),y=d.fn.qtip=function(a,b,e){var f=(""+a).toLowerCase(),g=F,i=d.makeArray(arguments).slice(1),j=i[i.length-1],k=this[0]?d.data(this[0],S):F;return!arguments.length&&k||"api"===f?k:"string"==typeof a?(this.each(function(){var a=d.data(this,S);if(!a)return D;if(j&&j.timeStamp&&(a.cache.event=j),!b||"option"!==f&&"options"!==f)a[f]&&a[f].apply(a,i);else{if(e===c&&!d.isPlainObject(b))return g=a.get(b),E;a.set(b,e)}}),g!==F?g:this):"object"!=typeof a&&arguments.length?void 0:(k=h(d.extend(D,{},a)),this.each(function(a){var b,c;return c=d.isArray(k.id)?k.id[a]:k.id,c=!c||c===E||c.length<1||y.api[c]?y.nextid++:c,b=r(d(this),c,k),b===E?D:(y.api[c]=b,d.each(R,function(){"initialize"===this.initialize&&this(b)}),void b._assignInitialEvents(j))}))},d.qtip=e,y.api={},d.each({attr:function(a,b){if(this.length){var c=this[0],e="title",f=d.data(c,"qtip");if(a===e&&f&&f.options&&"object"==typeof f&&"object"==typeof f.options&&f.options.suppress)return arguments.length<2?d.attr(c,ca):(f&&f.options.content.attr===e&&f.cache.attr&&f.set("content.text",b),this.attr(ca,b))}return d.fn["attr"+ba].apply(this,arguments)},clone:function(a){var b=d.fn["clone"+ba].apply(this,arguments);return a||b.filter("["+ca+"]").attr("title",function(){return d.attr(this,ca)}).removeAttr(ca),b}},function(a,b){if(!b||d.fn[a+ba])return D;var c=d.fn[a+ba]=d.fn[a];d.fn[a]=function(){return b.apply(this,arguments)||c.apply(this,arguments)}}),d.ui||(d["cleanData"+ba]=d.cleanData,d.cleanData=function(a){for(var b,c=0;(b=d(a[c])).length;c++)if(b.attr(T))try{b.triggerHandler("removeqtip")}catch(e){}d["cleanData"+ba].apply(this,arguments)}),y.version="3.0.3",y.nextid=0,y.inactiveEvents=X,y.zindex=15e3,y.defaults={prerender:E,id:E,overwrite:D,suppress:D,content:{text:D,attr:"title",title:E,button:E},position:{my:"top left",at:"bottom right",target:E,container:E,viewport:E,adjust:{x:0,y:0,mouse:D,scroll:D,resize:D,method:"flipinvert flipinvert"},effect:function(a,b){d(this).animate(b,{duration:200,queue:E})}},show:{target:E,event:"mouseenter",effect:D,delay:90,solo:E,ready:E,autofocus:E},hide:{target:E,event:"mouseleave",effect:D,delay:0,fixed:E,inactive:E,leave:"window",distance:E},style:{classes:"",widget:E,width:E,height:E,def:D},events:{render:F,move:F,show:F,hide:F,toggle:F,visible:F,hidden:F,focus:F,blur:F}};var ha,ia,ja,ka,la,ma="margin",na="border",oa="color",pa="background-color",qa="transparent",ra=" !important",sa=!!b.createElement("canvas").getContext,ta=/rgba?\(0, 0, 0(, 0)?\)|transparent|#123456/i,ua={},va=["Webkit","O","Moz","ms"];sa?(ka=a.devicePixelRatio||1,la=function(){var a=b.createElement("canvas").getContext("2d");return a.backingStorePixelRatio||a.webkitBackingStorePixelRatio||a.mozBackingStorePixelRatio||a.msBackingStorePixelRatio||a.oBackingStorePixelRatio||1}(),ja=ka/la):ia=function(a,b,c){return"<qtipvml:"+a+' xmlns="urn:schemas-microsoft.com:vml" class="qtip-vml" '+(b||"")+' style="behavior: url(#default#VML); '+(c||"")+'" />'},d.extend(v.prototype,{init:function(a){var b,c;c=this.element=a.elements.tip=d("<div />",{"class":S+"-tip"}).prependTo(a.tooltip),sa?(b=d("<canvas />").appendTo(this.element)[0].getContext("2d"),b.lineJoin="miter",b.miterLimit=1e5,b.save()):(b=ia("shape",'coordorigin="0,0"',"position:absolute;"),this.element.html(b+b),a._bind(d("*",c).add(c),["click","mousedown"],function(a){a.stopPropagation()},this._ns)),a._bind(a.tooltip,"tooltipmove",this.reposition,this._ns,this),this.create()},_swapDimensions:function(){this.size[0]=this.options.height,this.size[1]=this.options.width},_resetDimensions:function(){this.size[0]=this.options.width,this.size[1]=this.options.height},_useTitle:function(a){var b=this.qtip.elements.titlebar;return b&&(a.y===K||a.y===O&&this.element.position().top+this.size[1]/2+this.options.offset<b.outerHeight(D))},_parseCorner:function(a){var b=this.qtip.options.position.my;return a===E||b===E?a=E:a===D?a=new A(b.string()):a.string||(a=new A(a),a.fixed=D),a},_parseWidth:function(a,b,c){var d=this.qtip.elements,e=na+s(b)+"Width";return(c?u(c,e):u(d.content,e)||u(this._useTitle(a)&&d.titlebar||d.content,e)||u(d.tooltip,e))||0},_parseRadius:function(a){var b=this.qtip.elements,c=na+s(a.y)+s(a.x)+"Radius";return da.ie<9?0:u(this._useTitle(a)&&b.titlebar||b.content,c)||u(b.tooltip,c)||0},_invalidColour:function(a,b,c){var d=a.css(b);return!d||c&&d===a.css(c)||ta.test(d)?E:d},_parseColours:function(a){var b=this.qtip.elements,c=this.element.css("cssText",""),e=na+s(a[a.precedance])+s(oa),f=this._useTitle(a)&&b.titlebar||b.content,g=this._invalidColour,h=[];return h[0]=g(c,pa)||g(f,pa)||g(b.content,pa)||g(b.tooltip,pa)||c.css(pa),h[1]=g(c,e,oa)||g(f,e,oa)||g(b.content,e,oa)||g(b.tooltip,e,oa)||b.tooltip.css(e),d("*",c).add(c).css("cssText",pa+":"+qa+ra+";"+na+":0"+ra+";"),h},_calculateSize:function(a){var b,c,d,e=a.precedance===H,f=this.options.width,g=this.options.height,h="c"===a.abbrev(),i=(e?f:g)*(h?.5:1),j=Math.pow,k=Math.round,l=Math.sqrt(j(i,2)+j(g,2)),m=[this.border/i*l,this.border/g*l];return m[2]=Math.sqrt(j(m[0],2)-j(this.border,2)),m[3]=Math.sqrt(j(m[1],2)-j(this.border,2)),b=l+m[2]+m[3]+(h?0:m[0]),c=b/l,d=[k(c*f),k(c*g)],e?d:d.reverse()},_calculateTip:function(a,b,c){c=c||1,b=b||this.size;var d=b[0]*c,e=b[1]*c,f=Math.ceil(d/2),g=Math.ceil(e/2),h={br:[0,0,d,e,d,0],bl:[0,0,d,0,0,e],tr:[0,e,d,0,d,e],tl:[0,0,0,e,d,e],tc:[0,e,f,0,d,e],bc:[0,0,d,0,f,e],rc:[0,0,d,g,0,e],lc:[d,0,d,e,0,g]};return h.lt=h.br,h.rt=h.bl,h.lb=h.tr,h.rb=h.tl,h[a.abbrev()]},_drawCoords:function(a,b){a.beginPath(),a.moveTo(b[0],b[1]),a.lineTo(b[2],b[3]),a.lineTo(b[4],b[5]),a.closePath()},create:function(){var a=this.corner=(sa||da.ie)&&this._parseCorner(this.options.corner);return this.enabled=!!this.corner&&"c"!==this.corner.abbrev(),this.enabled&&(this.qtip.cache.corner=a.clone(),this.update()),this.element.toggle(this.enabled),this.corner},update:function(b,c){if(!this.enabled)return this;var e,f,g,h,i,j,k,l,m=this.qtip.elements,n=this.element,o=n.children(),p=this.options,q=this.size,r=p.mimic,s=Math.round;b||(b=this.qtip.cache.corner||this.corner),r===E?r=b:(r=new A(r),r.precedance=b.precedance,"inherit"===r.x?r.x=b.x:"inherit"===r.y?r.y=b.y:r.x===r.y&&(r[b.precedance]=b[b.precedance])),f=r.precedance,b.precedance===G?this._swapDimensions():this._resetDimensions(),e=this.color=this._parseColours(b),e[1]!==qa?(l=this.border=this._parseWidth(b,b[b.precedance]),p.border&&1>l&&!ta.test(e[1])&&(e[0]=e[1]),this.border=l=p.border!==D?p.border:l):this.border=l=0,k=this.size=this._calculateSize(b),n.css({width:k[0],height:k[1],lineHeight:k[1]+"px"}),j=b.precedance===H?[s(r.x===L?l:r.x===N?k[0]-q[0]-l:(k[0]-q[0])/2),s(r.y===K?k[1]-q[1]:0)]:[s(r.x===L?k[0]-q[0]:0),s(r.y===K?l:r.y===M?k[1]-q[1]-l:(k[1]-q[1])/2)],sa?(g=o[0].getContext("2d"),g.restore(),g.save(),g.clearRect(0,0,6e3,6e3),h=this._calculateTip(r,q,ja),i=this._calculateTip(r,this.size,ja),o.attr(I,k[0]*ja).attr(J,k[1]*ja),o.css(I,k[0]).css(J,k[1]),this._drawCoords(g,i),g.fillStyle=e[1],g.fill(),g.translate(j[0]*ja,j[1]*ja),this._drawCoords(g,h),g.fillStyle=e[0],g.fill()):(h=this._calculateTip(r),h="m"+h[0]+","+h[1]+" l"+h[2]+","+h[3]+" "+h[4]+","+h[5]+" xe",j[2]=l&&/^(r|b)/i.test(b.string())?8===da.ie?2:1:0,o.css({coordsize:k[0]+l+" "+k[1]+l,antialias:""+(r.string().indexOf(O)>-1),left:j[0]-j[2]*Number(f===G),top:j[1]-j[2]*Number(f===H),width:k[0]+l,height:k[1]+l}).each(function(a){var b=d(this);b[b.prop?"prop":"attr"]({coordsize:k[0]+l+" "+k[1]+l,path:h,fillcolor:e[0],filled:!!a,stroked:!a}).toggle(!(!l&&!a)),!a&&b.html(ia("stroke",'weight="'+2*l+'px" color="'+e[1]+'" miterlimit="1000" joinstyle="miter"'))})),a.opera&&setTimeout(function(){m.tip.css({display:"inline-block",visibility:"visible"})},1),c!==E&&this.calculate(b,k)},calculate:function(a,b){if(!this.enabled)return E;var c,e,f=this,g=this.qtip.elements,h=this.element,i=this.options.offset,j={};
4
- return a=a||this.corner,c=a.precedance,b=b||this._calculateSize(a),e=[a.x,a.y],c===G&&e.reverse(),d.each(e,function(d,e){var h,k,l;e===O?(h=c===H?L:K,j[h]="50%",j[ma+"-"+h]=-Math.round(b[c===H?0:1]/2)+i):(h=f._parseWidth(a,e,g.tooltip),k=f._parseWidth(a,e,g.content),l=f._parseRadius(a),j[e]=Math.max(-f.border,d?k:i+(l>h?l:-h)))}),j[a[c]]-=b[c===G?0:1],h.css({margin:"",top:"",bottom:"",left:"",right:""}).css(j),j},reposition:function(a,b,d){function e(a,b,c,d,e){a===Q&&j.precedance===b&&k[d]&&j[c]!==O?j.precedance=j.precedance===G?H:G:a!==Q&&k[d]&&(j[b]=j[b]===O?k[d]>0?d:e:j[b]===d?e:d)}function f(a,b,e){j[a]===O?p[ma+"-"+b]=o[a]=g[ma+"-"+b]-k[b]:(h=g[e]!==c?[k[b],-g[b]]:[-k[b],g[b]],(o[a]=Math.max(h[0],h[1]))>h[0]&&(d[b]-=k[b],o[b]=E),p[g[e]!==c?e:b]=o[a])}if(this.enabled){var g,h,i=b.cache,j=this.corner.clone(),k=d.adjusted,l=b.options.position.adjust.method.split(" "),m=l[0],n=l[1]||l[0],o={left:E,top:E,x:0,y:0},p={};this.corner.fixed!==D&&(e(m,G,H,L,N),e(n,H,G,K,M),j.string()===i.corner.string()&&i.cornerTop===k.top&&i.cornerLeft===k.left||this.update(j,E)),g=this.calculate(j),g.right!==c&&(g.left=-g.right),g.bottom!==c&&(g.top=-g.bottom),g.user=this.offset,o.left=m===Q&&!!k.left,o.left&&f(G,L,N),o.top=n===Q&&!!k.top,o.top&&f(H,K,M),this.element.css(p).toggle(!(o.x&&o.y||j.x===O&&o.y||j.y===O&&o.x)),d.left-=g.left.charAt?g.user:m!==Q||o.top||!o.left&&!o.top?g.left+this.border:0,d.top-=g.top.charAt?g.user:n!==Q||o.left||!o.left&&!o.top?g.top+this.border:0,i.cornerLeft=k.left,i.cornerTop=k.top,i.corner=j.clone()}},destroy:function(){this.qtip._unbind(this.qtip.tooltip,this._ns),this.qtip.elements.tip&&this.qtip.elements.tip.find("*").remove().end().remove()}}),ha=R.tip=function(a){return new v(a,a.options.style.tip)},ha.initialize="render",ha.sanitize=function(a){if(a.style&&"tip"in a.style){var b=a.style.tip;"object"!=typeof b&&(b=a.style.tip={corner:b}),/string|boolean/i.test(typeof b.corner)||(b.corner=D)}},B.tip={"^position.my|style.tip.(corner|mimic|border)$":function(){this.create(),this.qtip.reposition()},"^style.tip.(height|width)$":function(a){this.size=[a.width,a.height],this.update(),this.qtip.reposition()},"^content.title|style.(classes|widget)$":function(){this.update()}},d.extend(D,y.defaults,{style:{tip:{corner:D,mimic:E,width:6,height:6,border:D,offset:0}}});var wa,xa,ya="qtip-modal",za="."+ya;xa=function(){function a(a){if(d.expr[":"].focusable)return d.expr[":"].focusable;var b,c,e,f=!isNaN(d.attr(a,"tabindex")),g=a.nodeName&&a.nodeName.toLowerCase();return"area"===g?(b=a.parentNode,c=b.name,a.href&&c&&"map"===b.nodeName.toLowerCase()?(e=d("img[usemap=#"+c+"]")[0],!!e&&e.is(":visible")):!1):/input|select|textarea|button|object/.test(g)?!a.disabled:"a"===g?a.href||f:f}function c(a){j.length<1&&a.length?a.not("body").blur():j.first().focus()}function e(a){if(h.is(":visible")){var b,e=d(a.target),g=f.tooltip,i=e.closest(W);b=i.length<1?E:parseInt(i[0].style.zIndex,10)>parseInt(g[0].style.zIndex,10),b||e.closest(W)[0]===g[0]||c(e)}}var f,g,h,i=this,j={};d.extend(i,{init:function(){return h=i.elem=d("<div />",{id:"qtip-overlay",html:"<div></div>",mousedown:function(){return E}}).hide(),d(b.body).bind("focusin"+za,e),d(b).bind("keydown"+za,function(a){f&&f.options.show.modal.escape&&27===a.keyCode&&f.hide(a)}),h.bind("click"+za,function(a){f&&f.options.show.modal.blur&&f.hide(a)}),i},update:function(b){f=b,j=b.options.show.modal.stealfocus!==E?b.tooltip.find("*").filter(function(){return a(this)}):[]},toggle:function(a,e,j){var k=a.tooltip,l=a.options.show.modal,m=l.effect,n=e?"show":"hide",o=h.is(":visible"),p=d(za).filter(":visible:not(:animated)").not(k);return i.update(a),e&&l.stealfocus!==E&&c(d(":focus")),h.toggleClass("blurs",l.blur),e&&h.appendTo(b.body),h.is(":animated")&&o===e&&g!==E||!e&&p.length?i:(h.stop(D,E),d.isFunction(m)?m.call(h,e):m===E?h[n]():h.fadeTo(parseInt(j,10)||90,e?1:0,function(){e||h.hide()}),e||h.queue(function(a){h.css({left:"",top:""}),d(za).length||h.detach(),a()}),g=e,f.destroyed&&(f=F),i)}}),i.init()},xa=new xa,d.extend(w.prototype,{init:function(a){var b=a.tooltip;return this.options.on?(a.elements.overlay=xa.elem,b.addClass(ya).css("z-index",y.modal_zindex+d(za).length),a._bind(b,["tooltipshow","tooltiphide"],function(a,c,e){var f=a.originalEvent;if(a.target===b[0])if(f&&"tooltiphide"===a.type&&/mouse(leave|enter)/.test(f.type)&&d(f.relatedTarget).closest(xa.elem[0]).length)try{a.preventDefault()}catch(g){}else(!f||f&&"tooltipsolo"!==f.type)&&this.toggle(a,"tooltipshow"===a.type,e)},this._ns,this),a._bind(b,"tooltipfocus",function(a,c){if(!a.isDefaultPrevented()&&a.target===b[0]){var e=d(za),f=y.modal_zindex+e.length,g=parseInt(b[0].style.zIndex,10);xa.elem[0].style.zIndex=f-1,e.each(function(){this.style.zIndex>g&&(this.style.zIndex-=1)}),e.filter("."+$).qtip("blur",a.originalEvent),b.addClass($)[0].style.zIndex=f,xa.update(c);try{a.preventDefault()}catch(h){}}},this._ns,this),void a._bind(b,"tooltiphide",function(a){a.target===b[0]&&d(za).filter(":visible").not(b).last().qtip("focus",a)},this._ns,this)):this},toggle:function(a,b,c){return a&&a.isDefaultPrevented()?this:void xa.toggle(this.qtip,!!b,c)},destroy:function(){this.qtip.tooltip.removeClass(ya),this.qtip._unbind(this.qtip.tooltip,this._ns),xa.toggle(this.qtip,E),delete this.qtip.elements.overlay}}),wa=R.modal=function(a){return new w(a,a.options.show.modal)},wa.sanitize=function(a){a.show&&("object"!=typeof a.show.modal?a.show.modal={on:!!a.show.modal}:"undefined"==typeof a.show.modal.on&&(a.show.modal.on=D))},y.modal_zindex=y.zindex-200,wa.initialize="render",B.modal={"^show.modal.(on|blur)$":function(){this.destroy(),this.init(),this.qtip.elems.overlay.toggle(this.qtip.tooltip[0].offsetWidth>0)}},d.extend(D,y.defaults,{show:{modal:{on:E,effect:D,blur:D,stealfocus:D,escape:D}}}),R.viewport=function(c,d,e,f,g,h,i){function j(a,b,c,e,f,g,h,i,j){var k=d[f],s=u[a],t=v[a],w=c===Q,x=s===f?j:s===g?-j:-j/2,y=t===f?i:t===g?-i:-i/2,z=q[f]+r[f]-(n?0:m[f]),A=z-k,B=k+j-(h===I?o:p)-z,C=x-(u.precedance===a||s===u[b]?y:0)-(t===O?i/2:0);return w?(C=(s===f?1:-1)*x,d[f]+=A>0?A:B>0?-B:0,d[f]=Math.max(-m[f]+r[f],k-C,Math.min(Math.max(-m[f]+r[f]+(h===I?o:p),k+C),d[f],"center"===s?k-x:1e9))):(e*=c===P?2:0,A>0&&(s!==f||B>0)?(d[f]-=C+e,l.invert(a,f)):B>0&&(s!==g||A>0)&&(d[f]-=(s===O?-C:C)+e,l.invert(a,g)),d[f]<q[f]&&-d[f]>B&&(d[f]=k,l=u.clone())),d[f]-k}var k,l,m,n,o,p,q,r,s=e.target,t=c.elements.tooltip,u=e.my,v=e.at,w=e.adjust,x=w.method.split(" "),y=x[0],z=x[1]||x[0],A=e.viewport,B=e.container,C={left:0,top:0};return A.jquery&&s[0]!==a&&s[0]!==b.body&&"none"!==w.method?(m=B.offset()||C,n="static"===B.css("position"),k="fixed"===t.css("position"),o=A[0]===a?A.width():A.outerWidth(E),p=A[0]===a?A.height():A.outerHeight(E),q={left:k?0:A.scrollLeft(),top:k?0:A.scrollTop()},r=A.offset()||C,"shift"===y&&"shift"===z||(l=u.clone()),C={left:"none"!==y?j(G,H,y,w.x,L,N,I,f,h):0,top:"none"!==z?j(H,G,z,w.y,K,M,J,g,i):0,my:l}):C},R.polys={polygon:function(a,b){var c,d,e,f={width:0,height:0,position:{top:1e10,right:0,bottom:0,left:1e10},adjustable:E},g=0,h=[],i=1,j=1,k=0,l=0;for(g=a.length;g--;)c=[parseInt(a[--g],10),parseInt(a[g+1],10)],c[0]>f.position.right&&(f.position.right=c[0]),c[0]<f.position.left&&(f.position.left=c[0]),c[1]>f.position.bottom&&(f.position.bottom=c[1]),c[1]<f.position.top&&(f.position.top=c[1]),h.push(c);if(d=f.width=Math.abs(f.position.right-f.position.left),e=f.height=Math.abs(f.position.bottom-f.position.top),"c"===b.abbrev())f.position={left:f.position.left+f.width/2,top:f.position.top+f.height/2};else{for(;d>0&&e>0&&i>0&&j>0;)for(d=Math.floor(d/2),e=Math.floor(e/2),b.x===L?i=d:b.x===N?i=f.width-d:i+=Math.floor(d/2),b.y===K?j=e:b.y===M?j=f.height-e:j+=Math.floor(e/2),g=h.length;g--&&!(h.length<2);)k=h[g][0]-f.position.left,l=h[g][1]-f.position.top,(b.x===L&&k>=i||b.x===N&&i>=k||b.x===O&&(i>k||k>f.width-i)||b.y===K&&l>=j||b.y===M&&j>=l||b.y===O&&(j>l||l>f.height-j))&&h.splice(g,1);f.position={left:h[0][0],top:h[0][1]}}return f},rect:function(a,b,c,d){return{width:Math.abs(c-a),height:Math.abs(d-b),position:{left:Math.min(a,c),top:Math.min(b,d)}}},_angles:{tc:1.5,tr:7/4,tl:5/4,bc:.5,br:.25,bl:.75,rc:2,lc:1,c:0},ellipse:function(a,b,c,d,e){var f=R.polys._angles[e.abbrev()],g=0===f?0:c*Math.cos(f*Math.PI),h=d*Math.sin(f*Math.PI);return{width:2*c-Math.abs(g),height:2*d-Math.abs(h),position:{left:a+g,top:b+h},adjustable:E}},circle:function(a,b,c,d){return R.polys.ellipse(a,b,c,c,d)}},R.svg=function(a,c,e){for(var f,g,h,i,j,k,l,m,n,o=c[0],p=d(o.ownerSVGElement),q=o.ownerDocument,r=(parseInt(c.css("stroke-width"),10)||0)/2;!o.getBBox;)o=o.parentNode;if(!o.getBBox||!o.parentNode)return E;switch(o.nodeName){case"ellipse":case"circle":m=R.polys.ellipse(o.cx.baseVal.value,o.cy.baseVal.value,(o.rx||o.r).baseVal.value+r,(o.ry||o.r).baseVal.value+r,e);break;case"line":case"polygon":case"polyline":for(l=o.points||[{x:o.x1.baseVal.value,y:o.y1.baseVal.value},{x:o.x2.baseVal.value,y:o.y2.baseVal.value}],m=[],k=-1,i=l.numberOfItems||l.length;++k<i;)j=l.getItem?l.getItem(k):l[k],m.push.apply(m,[j.x,j.y]);m=R.polys.polygon(m,e);break;default:m=o.getBBox(),m={width:m.width,height:m.height,position:{left:m.x,top:m.y}}}return n=m.position,p=p[0],p.createSVGPoint&&(g=o.getScreenCTM(),l=p.createSVGPoint(),l.x=n.left,l.y=n.top,h=l.matrixTransform(g),n.left=h.x,n.top=h.y),q!==b&&"mouse"!==a.position.target&&(f=d((q.defaultView||q.parentWindow).frameElement).offset(),f&&(n.left+=f.left,n.top+=f.top)),q=d(q),n.left+=q.scrollLeft(),n.top+=q.scrollTop(),m},R.imagemap=function(a,b,c){b.jquery||(b=d(b));var e,f,g,h,i,j=(b.attr("shape")||"rect").toLowerCase().replace("poly","polygon"),k=d('img[usemap="#'+b.parent("map").attr("name")+'"]'),l=d.trim(b.attr("coords")),m=l.replace(/,$/,"").split(",");if(!k.length)return E;if("polygon"===j)h=R.polys.polygon(m,c);else{if(!R.polys[j])return E;for(g=-1,i=m.length,f=[];++g<i;)f.push(parseInt(m[g],10));h=R.polys[j].apply(this,f.concat(c))}return e=k.offset(),e.left+=Math.ceil((k.outerWidth(E)-k.width())/2),e.top+=Math.ceil((k.outerHeight(E)-k.height())/2),h.position.left+=e.left,h.position.top+=e.top,h};var Aa,Ba='<iframe class="qtip-bgiframe" frameborder="0" tabindex="-1" src="javascript:\'\';" style="display:block; position:absolute; z-index:-1; filter:alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";"></iframe>';d.extend(x.prototype,{_scroll:function(){var b=this.qtip.elements.overlay;b&&(b[0].style.top=d(a).scrollTop()+"px")},init:function(c){var e=c.tooltip;d("select, object").length<1&&(this.bgiframe=c.elements.bgiframe=d(Ba).appendTo(e),c._bind(e,"tooltipmove",this.adjustBGIFrame,this._ns,this)),this.redrawContainer=d("<div/>",{id:S+"-rcontainer"}).appendTo(b.body),c.elements.overlay&&c.elements.overlay.addClass("qtipmodal-ie6fix")&&(c._bind(a,["scroll","resize"],this._scroll,this._ns,this),c._bind(e,["tooltipshow"],this._scroll,this._ns,this)),this.redraw()},adjustBGIFrame:function(){var a,b,c=this.qtip.tooltip,d={height:c.outerHeight(E),width:c.outerWidth(E)},e=this.qtip.plugins.tip,f=this.qtip.elements.tip;b=parseInt(c.css("borderLeftWidth"),10)||0,b={left:-b,top:-b},e&&f&&(a="x"===e.corner.precedance?[I,L]:[J,K],b[a[1]]-=f[a[0]]()),this.bgiframe.css(b).css(d)},redraw:function(){if(this.qtip.rendered<1||this.drawing)return this;var a,b,c,d,e=this.qtip.tooltip,f=this.qtip.options.style,g=this.qtip.options.position.container;return this.qtip.drawing=1,f.height&&e.css(J,f.height),f.width?e.css(I,f.width):(e.css(I,"").appendTo(this.redrawContainer),b=e.width(),1>b%2&&(b+=1),c=e.css("maxWidth")||"",d=e.css("minWidth")||"",a=(c+d).indexOf("%")>-1?g.width()/100:0,c=(c.indexOf("%")>-1?a:1*parseInt(c,10))||b,d=(d.indexOf("%")>-1?a:1*parseInt(d,10))||0,b=c+d?Math.min(Math.max(b,d),c):b,e.css(I,Math.round(b)).appendTo(g)),this.drawing=0,this},destroy:function(){this.bgiframe&&this.bgiframe.remove(),this.qtip._unbind([a,this.qtip.tooltip],this._ns)}}),Aa=R.ie6=function(a){return 6===da.ie?new x(a):E},Aa.initialize="render",B.ie6={"^content|style$":function(){this.redraw()}}})}(window,document);
5
  //# sourceMappingURL=jquery.qtip.min.map
1
+ /* qtip2 v3.0.3 | Plugins: tips modal viewport svg imagemap ie6 | Styles: core basic css3 | qtip2.com | Licensed MIT | Wed May 11 2016 22:31:31 */
2
+
3
+ !function(a,b,c){!function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):jQuery&&!jQuery.fn.qtip&&a(jQuery)}(function(d){"use strict";function e(a,b,c,e){this.id=c,this.target=a,this.tooltip=F,this.elements={target:a},this._id=S+"-"+c,this.timers={img:{}},this.options=b,this.plugins={},this.cache={event:{},target:d(),disabled:E,attr:e,onTooltip:E,lastClass:""},this.rendered=this.destroyed=this.disabled=this.waiting=this.hiddenDuringWait=this.positioning=this.triggering=E}function f(a){return a===F||"object"!==d.type(a)}function g(a){return!(d.isFunction(a)||a&&a.attr||a.length||"object"===d.type(a)&&(a.jquery||a.then))}function h(a){var b,c,e,h;return f(a)?E:(f(a.metadata)&&(a.metadata={type:a.metadata}),"content"in a&&(b=a.content,f(b)||b.jquery||b.done?(c=g(b)?E:b,b=a.content={text:c}):c=b.text,"ajax"in b&&(e=b.ajax,h=e&&e.once!==E,delete b.ajax,b.text=function(a,b){var f=c||d(this).attr(b.options.content.attr)||"Loading...",g=d.ajax(d.extend({},e,{context:b})).then(e.success,F,e.error).then(function(a){return a&&h&&b.set("content.text",a),a},function(a,c,d){b.destroyed||0===a.status||b.set("content.text",c+": "+d)});return h?f:(b.set("content.text",f),g)}),"title"in b&&(d.isPlainObject(b.title)&&(b.button=b.title.button,b.title=b.title.text),g(b.title||E)&&(b.title=E))),"position"in a&&f(a.position)&&(a.position={my:a.position,at:a.position}),"show"in a&&f(a.show)&&(a.show=a.show.jquery?{target:a.show}:a.show===D?{ready:D}:{event:a.show}),"hide"in a&&f(a.hide)&&(a.hide=a.hide.jquery?{target:a.hide}:{event:a.hide}),"style"in a&&f(a.style)&&(a.style={classes:a.style}),d.each(R,function(){this.sanitize&&this.sanitize(a)}),a)}function i(a,b){for(var c,d=0,e=a,f=b.split(".");e=e[f[d++]];)d<f.length&&(c=e);return[c||a,f.pop()]}function j(a,b){var c,d,e;for(c in this.checks)if(this.checks.hasOwnProperty(c))for(d in this.checks[c])this.checks[c].hasOwnProperty(d)&&(e=new RegExp(d,"i").exec(a))&&(b.push(e),("builtin"===c||this.plugins[c])&&this.checks[c][d].apply(this.plugins[c]||this,b))}function k(a){return V.concat("").join(a?"-"+a+" ":" ")}function l(a,b){return b>0?setTimeout(d.proxy(a,this),b):void a.call(this)}function m(a){this.tooltip.hasClass(aa)||(clearTimeout(this.timers.show),clearTimeout(this.timers.hide),this.timers.show=l.call(this,function(){this.toggle(D,a)},this.options.show.delay))}function n(a){if(!this.tooltip.hasClass(aa)&&!this.destroyed){var b=d(a.relatedTarget),c=b.closest(W)[0]===this.tooltip[0],e=b[0]===this.options.show.target[0];if(clearTimeout(this.timers.show),clearTimeout(this.timers.hide),this!==b[0]&&"mouse"===this.options.position.target&&c||this.options.hide.fixed&&/mouse(out|leave|move)/.test(a.type)&&(c||e))try{a.preventDefault(),a.stopImmediatePropagation()}catch(f){}else this.timers.hide=l.call(this,function(){this.toggle(E,a)},this.options.hide.delay,this)}}function o(a){!this.tooltip.hasClass(aa)&&this.options.hide.inactive&&(clearTimeout(this.timers.inactive),this.timers.inactive=l.call(this,function(){this.hide(a)},this.options.hide.inactive))}function p(a){this.rendered&&this.tooltip[0].offsetWidth>0&&this.reposition(a)}function q(a,c,e){d(b.body).delegate(a,(c.split?c:c.join("."+S+" "))+"."+S,function(){var a=y.api[d.attr(this,U)];a&&!a.disabled&&e.apply(a,arguments)})}function r(a,c,f){var g,i,j,k,l,m=d(b.body),n=a[0]===b?m:a,o=a.metadata?a.metadata(f.metadata):F,p="html5"===f.metadata.type&&o?o[f.metadata.name]:F,q=a.data(f.metadata.name||"qtipopts");try{q="string"==typeof q?d.parseJSON(q):q}catch(r){}if(k=d.extend(D,{},y.defaults,f,"object"==typeof q?h(q):F,h(p||o)),i=k.position,k.id=c,"boolean"==typeof k.content.text){if(j=a.attr(k.content.attr),k.content.attr===E||!j)return E;k.content.text=j}if(i.container.length||(i.container=m),i.target===E&&(i.target=n),k.show.target===E&&(k.show.target=n),k.show.solo===D&&(k.show.solo=i.container.closest("body")),k.hide.target===E&&(k.hide.target=n),k.position.viewport===D&&(k.position.viewport=i.container),i.container=i.container.eq(0),i.at=new A(i.at,D),i.my=new A(i.my),a.data(S))if(k.overwrite)a.qtip("destroy",!0);else if(k.overwrite===E)return E;return a.attr(T,c),k.suppress&&(l=a.attr("title"))&&a.removeAttr("title").attr(ca,l).attr("title",""),g=new e(a,k,c,!!j),a.data(S,g),g}function s(a){return a.charAt(0).toUpperCase()+a.slice(1)}function t(a,b){var d,e,f=b.charAt(0).toUpperCase()+b.slice(1),g=(b+" "+va.join(f+" ")+f).split(" "),h=0;if(ua[b])return a.css(ua[b]);for(;d=g[h++];)if((e=a.css(d))!==c)return ua[b]=d,e}function u(a,b){return Math.ceil(parseFloat(t(a,b)))}function v(a,b){this._ns="tip",this.options=b,this.offset=b.offset,this.size=[b.width,b.height],this.qtip=a,this.init(a)}function w(a,b){this.options=b,this._ns="-modal",this.qtip=a,this.init(a)}function x(a){this._ns="ie6",this.qtip=a,this.init(a)}var y,z,A,B,C,D=!0,E=!1,F=null,G="x",H="y",I="width",J="height",K="top",L="left",M="bottom",N="right",O="center",P="flipinvert",Q="shift",R={},S="qtip",T="data-hasqtip",U="data-qtip-id",V=["ui-widget","ui-tooltip"],W="."+S,X="click dblclick mousedown mouseup mousemove mouseleave mouseenter".split(" "),Y=S+"-fixed",Z=S+"-default",$=S+"-focus",_=S+"-hover",aa=S+"-disabled",ba="_replacedByqTip",ca="oldtitle",da={ie:function(){var a,c;for(a=4,c=b.createElement("div");(c.innerHTML="<!--[if gt IE "+a+"]><i></i><![endif]-->")&&c.getElementsByTagName("i")[0];a+=1);return a>4?a:NaN}(),iOS:parseFloat((""+(/CPU.*OS ([0-9_]{1,5})|(CPU like).*AppleWebKit.*Mobile/i.exec(navigator.userAgent)||[0,""])[1]).replace("undefined","3_2").replace("_",".").replace("_",""))||E};z=e.prototype,z._when=function(a){return d.when.apply(d,a)},z.render=function(a){if(this.rendered||this.destroyed)return this;var b=this,c=this.options,e=this.cache,f=this.elements,g=c.content.text,h=c.content.title,i=c.content.button,j=c.position,k=[];return d.attr(this.target[0],"aria-describedby",this._id),e.posClass=this._createPosClass((this.position={my:j.my,at:j.at}).my),this.tooltip=f.tooltip=d("<div/>",{id:this._id,"class":[S,Z,c.style.classes,e.posClass].join(" "),width:c.style.width||"",height:c.style.height||"",tracking:"mouse"===j.target&&j.adjust.mouse,role:"alert","aria-live":"polite","aria-atomic":E,"aria-describedby":this._id+"-content","aria-hidden":D}).toggleClass(aa,this.disabled).attr(U,this.id).data(S,this).appendTo(j.container).append(f.content=d("<div />",{"class":S+"-content",id:this._id+"-content","aria-atomic":D})),this.rendered=-1,this.positioning=D,h&&(this._createTitle(),d.isFunction(h)||k.push(this._updateTitle(h,E))),i&&this._createButton(),d.isFunction(g)||k.push(this._updateContent(g,E)),this.rendered=D,this._setWidget(),d.each(R,function(a){var c;"render"===this.initialize&&(c=this(b))&&(b.plugins[a]=c)}),this._unassignEvents(),this._assignEvents(),this._when(k).then(function(){b._trigger("render"),b.positioning=E,b.hiddenDuringWait||!c.show.ready&&!a||b.toggle(D,e.event,E),b.hiddenDuringWait=E}),y.api[this.id]=this,this},z.destroy=function(a){function b(){if(!this.destroyed){this.destroyed=D;var a,b=this.target,c=b.attr(ca);this.rendered&&this.tooltip.stop(1,0).find("*").remove().end().remove(),d.each(this.plugins,function(){this.destroy&&this.destroy()});for(a in this.timers)this.timers.hasOwnProperty(a)&&clearTimeout(this.timers[a]);b.removeData(S).removeAttr(U).removeAttr(T).removeAttr("aria-describedby"),this.options.suppress&&c&&b.attr("title",c).removeAttr(ca),this._unassignEvents(),this.options=this.elements=this.cache=this.timers=this.plugins=this.mouse=F,delete y.api[this.id]}}return this.destroyed?this.target:(a===D&&"hide"!==this.triggering||!this.rendered?b.call(this):(this.tooltip.one("tooltiphidden",d.proxy(b,this)),!this.triggering&&this.hide()),this.target)},B=z.checks={builtin:{"^id$":function(a,b,c,e){var f=c===D?y.nextid:c,g=S+"-"+f;f!==E&&f.length>0&&!d("#"+g).length?(this._id=g,this.rendered&&(this.tooltip[0].id=this._id,this.elements.content[0].id=this._id+"-content",this.elements.title[0].id=this._id+"-title")):a[b]=e},"^prerender":function(a,b,c){c&&!this.rendered&&this.render(this.options.show.ready)},"^content.text$":function(a,b,c){this._updateContent(c)},"^content.attr$":function(a,b,c,d){this.options.content.text===this.target.attr(d)&&this._updateContent(this.target.attr(c))},"^content.title$":function(a,b,c){return c?(c&&!this.elements.title&&this._createTitle(),void this._updateTitle(c)):this._removeTitle()},"^content.button$":function(a,b,c){this._updateButton(c)},"^content.title.(text|button)$":function(a,b,c){this.set("content."+b,c)},"^position.(my|at)$":function(a,b,c){"string"==typeof c&&(this.position[b]=a[b]=new A(c,"at"===b))},"^position.container$":function(a,b,c){this.rendered&&this.tooltip.appendTo(c)},"^show.ready$":function(a,b,c){c&&(!this.rendered&&this.render(D)||this.toggle(D))},"^style.classes$":function(a,b,c,d){this.rendered&&this.tooltip.removeClass(d).addClass(c)},"^style.(width|height)":function(a,b,c){this.rendered&&this.tooltip.css(b,c)},"^style.widget|content.title":function(){this.rendered&&this._setWidget()},"^style.def":function(a,b,c){this.rendered&&this.tooltip.toggleClass(Z,!!c)},"^events.(render|show|move|hide|focus|blur)$":function(a,b,c){this.rendered&&this.tooltip[(d.isFunction(c)?"":"un")+"bind"]("tooltip"+b,c)},"^(show|hide|position).(event|target|fixed|inactive|leave|distance|viewport|adjust)":function(){if(this.rendered){var a=this.options.position;this.tooltip.attr("tracking","mouse"===a.target&&a.adjust.mouse),this._unassignEvents(),this._assignEvents()}}}},z.get=function(a){if(this.destroyed)return this;var b=i(this.options,a.toLowerCase()),c=b[0][b[1]];return c.precedance?c.string():c};var ea=/^position\.(my|at|adjust|target|container|viewport)|style|content|show\.ready/i,fa=/^prerender|show\.ready/i;z.set=function(a,b){if(this.destroyed)return this;var c,e=this.rendered,f=E,g=this.options;return"string"==typeof a?(c=a,a={},a[c]=b):a=d.extend({},a),d.each(a,function(b,c){if(e&&fa.test(b))return void delete a[b];var h,j=i(g,b.toLowerCase());h=j[0][j[1]],j[0][j[1]]=c&&c.nodeType?d(c):c,f=ea.test(b)||f,a[b]=[j[0],j[1],c,h]}),h(g),this.positioning=D,d.each(a,d.proxy(j,this)),this.positioning=E,this.rendered&&this.tooltip[0].offsetWidth>0&&f&&this.reposition("mouse"===g.position.target?F:this.cache.event),this},z._update=function(a,b){var c=this,e=this.cache;return this.rendered&&a?(d.isFunction(a)&&(a=a.call(this.elements.target,e.event,this)||""),d.isFunction(a.then)?(e.waiting=D,a.then(function(a){return e.waiting=E,c._update(a,b)},F,function(a){return c._update(a,b)})):a===E||!a&&""!==a?E:(a.jquery&&a.length>0?b.empty().append(a.css({display:"block",visibility:"visible"})):b.html(a),this._waitForContent(b).then(function(a){c.rendered&&c.tooltip[0].offsetWidth>0&&c.reposition(e.event,!a.length)}))):E},z._waitForContent=function(a){var b=this.cache;return b.waiting=D,(d.fn.imagesLoaded?a.imagesLoaded():(new d.Deferred).resolve([])).done(function(){b.waiting=E}).promise()},z._updateContent=function(a,b){this._update(a,this.elements.content,b)},z._updateTitle=function(a,b){this._update(a,this.elements.title,b)===E&&this._removeTitle(E)},z._createTitle=function(){var a=this.elements,b=this._id+"-title";a.titlebar&&this._removeTitle(),a.titlebar=d("<div />",{"class":S+"-titlebar "+(this.options.style.widget?k("header"):"")}).append(a.title=d("<div />",{id:b,"class":S+"-title","aria-atomic":D})).insertBefore(a.content).delegate(".qtip-close","mousedown keydown mouseup keyup mouseout",function(a){d(this).toggleClass("ui-state-active ui-state-focus","down"===a.type.substr(-4))}).delegate(".qtip-close","mouseover mouseout",function(a){d(this).toggleClass("ui-state-hover","mouseover"===a.type)}),this.options.content.button&&this._createButton()},z._removeTitle=function(a){var b=this.elements;b.title&&(b.titlebar.remove(),b.titlebar=b.title=b.button=F,a!==E&&this.reposition())},z._createPosClass=function(a){return S+"-pos-"+(a||this.options.position.my).abbrev()},z.reposition=function(c,e){if(!this.rendered||this.positioning||this.destroyed)return this;this.positioning=D;var f,g,h,i,j=this.cache,k=this.tooltip,l=this.options.position,m=l.target,n=l.my,o=l.at,p=l.viewport,q=l.container,r=l.adjust,s=r.method.split(" "),t=k.outerWidth(E),u=k.outerHeight(E),v=0,w=0,x=k.css("position"),y={left:0,top:0},z=k[0].offsetWidth>0,A=c&&"scroll"===c.type,B=d(a),C=q[0].ownerDocument,F=this.mouse;if(d.isArray(m)&&2===m.length)o={x:L,y:K},y={left:m[0],top:m[1]};else if("mouse"===m)o={x:L,y:K},(!r.mouse||this.options.hide.distance)&&j.origin&&j.origin.pageX?c=j.origin:!c||c&&("resize"===c.type||"scroll"===c.type)?c=j.event:F&&F.pageX&&(c=F),"static"!==x&&(y=q.offset()),C.body.offsetWidth!==(a.innerWidth||C.documentElement.clientWidth)&&(g=d(b.body).offset()),y={left:c.pageX-y.left+(g&&g.left||0),top:c.pageY-y.top+(g&&g.top||0)},r.mouse&&A&&F&&(y.left-=(F.scrollX||0)-B.scrollLeft(),y.top-=(F.scrollY||0)-B.scrollTop());else{if("event"===m?c&&c.target&&"scroll"!==c.type&&"resize"!==c.type?j.target=d(c.target):c.target||(j.target=this.elements.target):"event"!==m&&(j.target=d(m.jquery?m:this.elements.target)),m=j.target,m=d(m).eq(0),0===m.length)return this;m[0]===b||m[0]===a?(v=da.iOS?a.innerWidth:m.width(),w=da.iOS?a.innerHeight:m.height(),m[0]===a&&(y={top:(p||m).scrollTop(),left:(p||m).scrollLeft()})):R.imagemap&&m.is("area")?f=R.imagemap(this,m,o,R.viewport?s:E):R.svg&&m&&m[0].ownerSVGElement?f=R.svg(this,m,o,R.viewport?s:E):(v=m.outerWidth(E),w=m.outerHeight(E),y=m.offset()),f&&(v=f.width,w=f.height,g=f.offset,y=f.position),y=this.reposition.offset(m,y,q),(da.iOS>3.1&&da.iOS<4.1||da.iOS>=4.3&&da.iOS<4.33||!da.iOS&&"fixed"===x)&&(y.left-=B.scrollLeft(),y.top-=B.scrollTop()),(!f||f&&f.adjustable!==E)&&(y.left+=o.x===N?v:o.x===O?v/2:0,y.top+=o.y===M?w:o.y===O?w/2:0)}return y.left+=r.x+(n.x===N?-t:n.x===O?-t/2:0),y.top+=r.y+(n.y===M?-u:n.y===O?-u/2:0),R.viewport?(h=y.adjusted=R.viewport(this,y,l,v,w,t,u),g&&h.left&&(y.left+=g.left),g&&h.top&&(y.top+=g.top),h.my&&(this.position.my=h.my)):y.adjusted={left:0,top:0},j.posClass!==(i=this._createPosClass(this.position.my))&&(j.posClass=i,k.removeClass(j.posClass).addClass(i)),this._trigger("move",[y,p.elem||p],c)?(delete y.adjusted,e===E||!z||isNaN(y.left)||isNaN(y.top)||"mouse"===m||!d.isFunction(l.effect)?k.css(y):d.isFunction(l.effect)&&(l.effect.call(k,this,d.extend({},y)),k.queue(function(a){d(this).css({opacity:"",height:""}),da.ie&&this.style.removeAttribute("filter"),a()})),this.positioning=E,this):this},z.reposition.offset=function(a,c,e){function f(a,b){c.left+=b*a.scrollLeft(),c.top+=b*a.scrollTop()}if(!e[0])return c;var g,h,i,j,k=d(a[0].ownerDocument),l=!!da.ie&&"CSS1Compat"!==b.compatMode,m=e[0];do"static"!==(h=d.css(m,"position"))&&("fixed"===h?(i=m.getBoundingClientRect(),f(k,-1)):(i=d(m).position(),i.left+=parseFloat(d.css(m,"borderLeftWidth"))||0,i.top+=parseFloat(d.css(m,"borderTopWidth"))||0),c.left-=i.left+(parseFloat(d.css(m,"marginLeft"))||0),c.top-=i.top+(parseFloat(d.css(m,"marginTop"))||0),g||"hidden"===(j=d.css(m,"overflow"))||"visible"===j||(g=d(m)));while(m=m.offsetParent);return g&&(g[0]!==k[0]||l)&&f(g,1),c};var ga=(A=z.reposition.Corner=function(a,b){a=(""+a).replace(/([A-Z])/," $1").replace(/middle/gi,O).toLowerCase(),this.x=(a.match(/left|right/i)||a.match(/center/)||["inherit"])[0].toLowerCase(),this.y=(a.match(/top|bottom|center/i)||["inherit"])[0].toLowerCase(),this.forceY=!!b;var c=a.charAt(0);this.precedance="t"===c||"b"===c?H:G}).prototype;ga.invert=function(a,b){this[a]=this[a]===L?N:this[a]===N?L:b||this[a]},ga.string=function(a){var b=this.x,c=this.y,d=b!==c?"center"===b||"center"!==c&&(this.precedance===H||this.forceY)?[c,b]:[b,c]:[b];return a!==!1?d.join(" "):d},ga.abbrev=function(){var a=this.string(!1);return a[0].charAt(0)+(a[1]&&a[1].charAt(0)||"")},ga.clone=function(){return new A(this.string(),this.forceY)},z.toggle=function(a,c){var e=this.cache,f=this.options,g=this.tooltip;if(c){if(/over|enter/.test(c.type)&&e.event&&/out|leave/.test(e.event.type)&&f.show.target.add(c.target).length===f.show.target.length&&g.has(c.relatedTarget).length)return this;e.event=d.event.fix(c)}if(this.waiting&&!a&&(this.hiddenDuringWait=D),!this.rendered)return a?this.render(1):this;if(this.destroyed||this.disabled)return this;var h,i,j,k=a?"show":"hide",l=this.options[k],m=this.options.position,n=this.options.content,o=this.tooltip.css("width"),p=this.tooltip.is(":visible"),q=a||1===l.target.length,r=!c||l.target.length<2||e.target[0]===c.target;return(typeof a).search("boolean|number")&&(a=!p),h=!g.is(":animated")&&p===a&&r,i=h?F:!!this._trigger(k,[90]),this.destroyed?this:(i!==E&&a&&this.focus(c),!i||h?this:(d.attr(g[0],"aria-hidden",!a),a?(this.mouse&&(e.origin=d.event.fix(this.mouse)),d.isFunction(n.text)&&this._updateContent(n.text,E),d.isFunction(n.title)&&this._updateTitle(n.title,E),!C&&"mouse"===m.target&&m.adjust.mouse&&(d(b).bind("mousemove."+S,this._storeMouse),C=D),o||g.css("width",g.outerWidth(E)),this.reposition(c,arguments[2]),o||g.css("width",""),l.solo&&("string"==typeof l.solo?d(l.solo):d(W,l.solo)).not(g).not(l.target).qtip("hide",new d.Event("tooltipsolo"))):(clearTimeout(this.timers.show),delete e.origin,C&&!d(W+'[tracking="true"]:visible',l.solo).not(g).length&&(d(b).unbind("mousemove."+S),C=E),this.blur(c)),j=d.proxy(function(){a?(da.ie&&g[0].style.removeAttribute("filter"),g.css("overflow",""),"string"==typeof l.autofocus&&d(this.options.show.autofocus,g).focus(),this.options.show.target.trigger("qtip-"+this.id+"-inactive")):g.css({display:"",visibility:"",opacity:"",left:"",top:""}),this._trigger(a?"visible":"hidden")},this),l.effect===E||q===E?(g[k](),j()):d.isFunction(l.effect)?(g.stop(1,1),l.effect.call(g,this),g.queue("fx",function(a){j(),a()})):g.fadeTo(90,a?1:0,j),a&&l.target.trigger("qtip-"+this.id+"-inactive"),this))},z.show=function(a){return this.toggle(D,a)},z.hide=function(a){return this.toggle(E,a)},z.focus=function(a){if(!this.rendered||this.destroyed)return this;var b=d(W),c=this.tooltip,e=parseInt(c[0].style.zIndex,10),f=y.zindex+b.length;return c.hasClass($)||this._trigger("focus",[f],a)&&(e!==f&&(b.each(function(){this.style.zIndex>e&&(this.style.zIndex=this.style.zIndex-1)}),b.filter("."+$).qtip("blur",a)),c.addClass($)[0].style.zIndex=f),this},z.blur=function(a){return!this.rendered||this.destroyed?this:(this.tooltip.removeClass($),this._trigger("blur",[this.tooltip.css("zIndex")],a),this)},z.disable=function(a){return this.destroyed?this:("toggle"===a?a=!(this.rendered?this.tooltip.hasClass(aa):this.disabled):"boolean"!=typeof a&&(a=D),this.rendered&&this.tooltip.toggleClass(aa,a).attr("aria-disabled",a),this.disabled=!!a,this)},z.enable=function(){return this.disable(E)},z._createButton=function(){var a=this,b=this.elements,c=b.tooltip,e=this.options.content.button,f="string"==typeof e,g=f?e:"Close tooltip";b.button&&b.button.remove(),e.jquery?b.button=e:b.button=d("<a />",{"class":"qtip-close "+(this.options.style.widget?"":S+"-icon"),title:g,"aria-label":g}).prepend(d("<span />",{"class":"ui-icon ui-icon-close",html:"&times;"})),b.button.appendTo(b.titlebar||c).attr("role","button").click(function(b){return c.hasClass(aa)||a.hide(b),E})},z._updateButton=function(a){if(!this.rendered)return E;var b=this.elements.button;a?this._createButton():b.remove()},z._setWidget=function(){var a=this.options.style.widget,b=this.elements,c=b.tooltip,d=c.hasClass(aa);c.removeClass(aa),aa=a?"ui-state-disabled":"qtip-disabled",c.toggleClass(aa,d),c.toggleClass("ui-helper-reset "+k(),a).toggleClass(Z,this.options.style.def&&!a),b.content&&b.content.toggleClass(k("content"),a),b.titlebar&&b.titlebar.toggleClass(k("header"),a),b.button&&b.button.toggleClass(S+"-icon",!a)},z._storeMouse=function(a){return(this.mouse=d.event.fix(a)).type="mousemove",this},z._bind=function(a,b,c,e,f){if(a&&c&&b.length){var g="."+this._id+(e?"-"+e:"");return d(a).bind((b.split?b:b.join(g+" "))+g,d.proxy(c,f||this)),this}},z._unbind=function(a,b){return a&&d(a).unbind("."+this._id+(b?"-"+b:"")),this},z._trigger=function(a,b,c){var e=new d.Event("tooltip"+a);return e.originalEvent=c&&d.extend({},c)||this.cache.event||F,this.triggering=a,this.tooltip.trigger(e,[this].concat(b||[])),this.triggering=E,!e.isDefaultPrevented()},z._bindEvents=function(a,b,c,e,f,g){var h=c.filter(e).add(e.filter(c)),i=[];h.length&&(d.each(b,function(b,c){var e=d.inArray(c,a);e>-1&&i.push(a.splice(e,1)[0])}),i.length&&(this._bind(h,i,function(a){var b=this.rendered?this.tooltip[0].offsetWidth>0:!1;(b?g:f).call(this,a)}),c=c.not(h),e=e.not(h))),this._bind(c,a,f),this._bind(e,b,g)},z._assignInitialEvents=function(a){function b(a){return this.disabled||this.destroyed?E:(this.cache.event=a&&d.event.fix(a),this.cache.target=a&&d(a.target),clearTimeout(this.timers.show),void(this.timers.show=l.call(this,function(){this.render("object"==typeof a||c.show.ready)},c.prerender?0:c.show.delay)))}var c=this.options,e=c.show.target,f=c.hide.target,g=c.show.event?d.trim(""+c.show.event).split(" "):[],h=c.hide.event?d.trim(""+c.hide.event).split(" "):[];this._bind(this.elements.target,["remove","removeqtip"],function(){this.destroy(!0)},"destroy"),/mouse(over|enter)/i.test(c.show.event)&&!/mouse(out|leave)/i.test(c.hide.event)&&h.push("mouseleave"),this._bind(e,"mousemove",function(a){this._storeMouse(a),this.cache.onTarget=D}),this._bindEvents(g,h,e,f,b,function(){return this.timers?void clearTimeout(this.timers.show):E}),(c.show.ready||c.prerender)&&b.call(this,a)},z._assignEvents=function(){var c=this,e=this.options,f=e.position,g=this.tooltip,h=e.show.target,i=e.hide.target,j=f.container,k=f.viewport,l=d(b),q=d(a),r=e.show.event?d.trim(""+e.show.event).split(" "):[],s=e.hide.event?d.trim(""+e.hide.event).split(" "):[];d.each(e.events,function(a,b){c._bind(g,"toggle"===a?["tooltipshow","tooltiphide"]:["tooltip"+a],b,null,g)}),/mouse(out|leave)/i.test(e.hide.event)&&"window"===e.hide.leave&&this._bind(l,["mouseout","blur"],function(a){/select|option/.test(a.target.nodeName)||a.relatedTarget||this.hide(a)}),e.hide.fixed?i=i.add(g.addClass(Y)):/mouse(over|enter)/i.test(e.show.event)&&this._bind(i,"mouseleave",function(){clearTimeout(this.timers.show)}),(""+e.hide.event).indexOf("unfocus")>-1&&this._bind(j.closest("html"),["mousedown","touchstart"],function(a){var b=d(a.target),c=this.rendered&&!this.tooltip.hasClass(aa)&&this.tooltip[0].offsetWidth>0,e=b.parents(W).filter(this.tooltip[0]).length>0;b[0]===this.target[0]||b[0]===this.tooltip[0]||e||this.target.has(b[0]).length||!c||this.hide(a)}),"number"==typeof e.hide.inactive&&(this._bind(h,"qtip-"+this.id+"-inactive",o,"inactive"),this._bind(i.add(g),y.inactiveEvents,o)),this._bindEvents(r,s,h,i,m,n),this._bind(h.add(g),"mousemove",function(a){if("number"==typeof e.hide.distance){var b=this.cache.origin||{},c=this.options.hide.distance,d=Math.abs;(d(a.pageX-b.pageX)>=c||d(a.pageY-b.pageY)>=c)&&this.hide(a)}this._storeMouse(a)}),"mouse"===f.target&&f.adjust.mouse&&(e.hide.event&&this._bind(h,["mouseenter","mouseleave"],function(a){return this.cache?void(this.cache.onTarget="mouseenter"===a.type):E}),this._bind(l,"mousemove",function(a){this.rendered&&this.cache.onTarget&&!this.tooltip.hasClass(aa)&&this.tooltip[0].offsetWidth>0&&this.reposition(a)})),(f.adjust.resize||k.length)&&this._bind(d.event.special.resize?k:q,"resize",p),f.adjust.scroll&&this._bind(q.add(f.container),"scroll",p)},z._unassignEvents=function(){var c=this.options,e=c.show.target,f=c.hide.target,g=d.grep([this.elements.target[0],this.rendered&&this.tooltip[0],c.position.container[0],c.position.viewport[0],c.position.container.closest("html")[0],a,b],function(a){return"object"==typeof a});e&&e.toArray&&(g=g.concat(e.toArray())),f&&f.toArray&&(g=g.concat(f.toArray())),this._unbind(g)._unbind(g,"destroy")._unbind(g,"inactive")},d(function(){q(W,["mouseenter","mouseleave"],function(a){var b="mouseenter"===a.type,c=d(a.currentTarget),e=d(a.relatedTarget||a.target),f=this.options;b?(this.focus(a),c.hasClass(Y)&&!c.hasClass(aa)&&clearTimeout(this.timers.hide)):"mouse"===f.position.target&&f.position.adjust.mouse&&f.hide.event&&f.show.target&&!e.closest(f.show.target[0]).length&&this.hide(a),c.toggleClass(_,b)}),q("["+U+"]",X,o)}),y=d.fn.qtip=function(a,b,e){var f=(""+a).toLowerCase(),g=F,i=d.makeArray(arguments).slice(1),j=i[i.length-1],k=this[0]?d.data(this[0],S):F;return!arguments.length&&k||"api"===f?k:"string"==typeof a?(this.each(function(){var a=d.data(this,S);if(!a)return D;if(j&&j.timeStamp&&(a.cache.event=j),!b||"option"!==f&&"options"!==f)a[f]&&a[f].apply(a,i);else{if(e===c&&!d.isPlainObject(b))return g=a.get(b),E;a.set(b,e)}}),g!==F?g:this):"object"!=typeof a&&arguments.length?void 0:(k=h(d.extend(D,{},a)),this.each(function(a){var b,c;return c=d.isArray(k.id)?k.id[a]:k.id,c=!c||c===E||c.length<1||y.api[c]?y.nextid++:c,b=r(d(this),c,k),b===E?D:(y.api[c]=b,d.each(R,function(){"initialize"===this.initialize&&this(b)}),void b._assignInitialEvents(j))}))},d.qtip=e,y.api={},d.each({attr:function(a,b){if(this.length){var c=this[0],e="title",f=d.data(c,"qtip");if(a===e&&f&&f.options&&"object"==typeof f&&"object"==typeof f.options&&f.options.suppress)return arguments.length<2?d.attr(c,ca):(f&&f.options.content.attr===e&&f.cache.attr&&f.set("content.text",b),this.attr(ca,b))}return d.fn["attr"+ba].apply(this,arguments)},clone:function(a){var b=d.fn["clone"+ba].apply(this,arguments);return a||b.filter("["+ca+"]").attr("title",function(){return d.attr(this,ca)}).removeAttr(ca),b}},function(a,b){if(!b||d.fn[a+ba])return D;var c=d.fn[a+ba]=d.fn[a];d.fn[a]=function(){return b.apply(this,arguments)||c.apply(this,arguments)}}),d.ui||(d["cleanData"+ba]=d.cleanData,d.cleanData=function(a){for(var b,c=0;(b=d(a[c])).length;c++)if(b.attr(T))try{b.triggerHandler("removeqtip")}catch(e){}d["cleanData"+ba].apply(this,arguments)}),y.version="3.0.3",y.nextid=0,y.inactiveEvents=X,y.zindex=15e3,y.defaults={prerender:E,id:E,overwrite:D,suppress:D,content:{text:D,attr:"title",title:E,button:E},position:{my:"top left",at:"bottom right",target:E,container:E,viewport:E,adjust:{x:0,y:0,mouse:D,scroll:D,resize:D,method:"flipinvert flipinvert"},effect:function(a,b){d(this).animate(b,{duration:200,queue:E})}},show:{target:E,event:"mouseenter",effect:D,delay:90,solo:E,ready:E,autofocus:E},hide:{target:E,event:"mouseleave",effect:D,delay:0,fixed:E,inactive:E,leave:"window",distance:E},style:{classes:"",widget:E,width:E,height:E,def:D},events:{render:F,move:F,show:F,hide:F,toggle:F,visible:F,hidden:F,focus:F,blur:F}};var ha,ia,ja,ka,la,ma="margin",na="border",oa="color",pa="background-color",qa="transparent",ra=" !important",sa=!!b.createElement("canvas").getContext,ta=/rgba?\(0, 0, 0(, 0)?\)|transparent|#123456/i,ua={},va=["Webkit","O","Moz","ms"];sa?(ka=a.devicePixelRatio||1,la=function(){var a=b.createElement("canvas").getContext("2d");return a.backingStorePixelRatio||a.webkitBackingStorePixelRatio||a.mozBackingStorePixelRatio||a.msBackingStorePixelRatio||a.oBackingStorePixelRatio||1}(),ja=ka/la):ia=function(a,b,c){return"<qtipvml:"+a+' xmlns="urn:schemas-microsoft.com:vml" class="qtip-vml" '+(b||"")+' style="behavior: url(#default#VML); '+(c||"")+'" />'},d.extend(v.prototype,{init:function(a){var b,c;c=this.element=a.elements.tip=d("<div />",{"class":S+"-tip"}).prependTo(a.tooltip),sa?(b=d("<canvas />").appendTo(this.element)[0].getContext("2d"),b.lineJoin="miter",b.miterLimit=1e5,b.save()):(b=ia("shape",'coordorigin="0,0"',"position:absolute;"),this.element.html(b+b),a._bind(d("*",c).add(c),["click","mousedown"],function(a){a.stopPropagation()},this._ns)),a._bind(a.tooltip,"tooltipmove",this.reposition,this._ns,this),this.create()},_swapDimensions:function(){this.size[0]=this.options.height,this.size[1]=this.options.width},_resetDimensions:function(){this.size[0]=this.options.width,this.size[1]=this.options.height},_useTitle:function(a){var b=this.qtip.elements.titlebar;return b&&(a.y===K||a.y===O&&this.element.position().top+this.size[1]/2+this.options.offset<b.outerHeight(D))},_parseCorner:function(a){var b=this.qtip.options.position.my;return a===E||b===E?a=E:a===D?a=new A(b.string()):a.string||(a=new A(a),a.fixed=D),a},_parseWidth:function(a,b,c){var d=this.qtip.elements,e=na+s(b)+"Width";return(c?u(c,e):u(d.content,e)||u(this._useTitle(a)&&d.titlebar||d.content,e)||u(d.tooltip,e))||0},_parseRadius:function(a){var b=this.qtip.elements,c=na+s(a.y)+s(a.x)+"Radius";return da.ie<9?0:u(this._useTitle(a)&&b.titlebar||b.content,c)||u(b.tooltip,c)||0},_invalidColour:function(a,b,c){var d=a.css(b);return!d||c&&d===a.css(c)||ta.test(d)?E:d},_parseColours:function(a){var b=this.qtip.elements,c=this.element.css("cssText",""),e=na+s(a[a.precedance])+s(oa),f=this._useTitle(a)&&b.titlebar||b.content,g=this._invalidColour,h=[];return h[0]=g(c,pa)||g(f,pa)||g(b.content,pa)||g(b.tooltip,pa)||c.css(pa),h[1]=g(c,e,oa)||g(f,e,oa)||g(b.content,e,oa)||g(b.tooltip,e,oa)||b.tooltip.css(e),d("*",c).add(c).css("cssText",pa+":"+qa+ra+";"+na+":0"+ra+";"),h},_calculateSize:function(a){var b,c,d,e=a.precedance===H,f=this.options.width,g=this.options.height,h="c"===a.abbrev(),i=(e?f:g)*(h?.5:1),j=Math.pow,k=Math.round,l=Math.sqrt(j(i,2)+j(g,2)),m=[this.border/i*l,this.border/g*l];return m[2]=Math.sqrt(j(m[0],2)-j(this.border,2)),m[3]=Math.sqrt(j(m[1],2)-j(this.border,2)),b=l+m[2]+m[3]+(h?0:m[0]),c=b/l,d=[k(c*f),k(c*g)],e?d:d.reverse()},_calculateTip:function(a,b,c){c=c||1,b=b||this.size;var d=b[0]*c,e=b[1]*c,f=Math.ceil(d/2),g=Math.ceil(e/2),h={br:[0,0,d,e,d,0],bl:[0,0,d,0,0,e],tr:[0,e,d,0,d,e],tl:[0,0,0,e,d,e],tc:[0,e,f,0,d,e],bc:[0,0,d,0,f,e],rc:[0,0,d,g,0,e],lc:[d,0,d,e,0,g]};return h.lt=h.br,h.rt=h.bl,h.lb=h.tr,h.rb=h.tl,h[a.abbrev()]},_drawCoords:function(a,b){a.beginPath(),a.moveTo(b[0],b[1]),a.lineTo(b[2],b[3]),a.lineTo(b[4],b[5]),a.closePath()},create:function(){var a=this.corner=(sa||da.ie)&&this._parseCorner(this.options.corner);return this.enabled=!!this.corner&&"c"!==this.corner.abbrev(),this.enabled&&(this.qtip.cache.corner=a.clone(),this.update()),this.element.toggle(this.enabled),this.corner},update:function(b,c){if(!this.enabled)return this;var e,f,g,h,i,j,k,l,m=this.qtip.elements,n=this.element,o=n.children(),p=this.options,q=this.size,r=p.mimic,s=Math.round;b||(b=this.qtip.cache.corner||this.corner),r===E?r=b:(r=new A(r),r.precedance=b.precedance,"inherit"===r.x?r.x=b.x:"inherit"===r.y?r.y=b.y:r.x===r.y&&(r[b.precedance]=b[b.precedance])),f=r.precedance,b.precedance===G?this._swapDimensions():this._resetDimensions(),e=this.color=this._parseColours(b),e[1]!==qa?(l=this.border=this._parseWidth(b,b[b.precedance]),p.border&&1>l&&!ta.test(e[1])&&(e[0]=e[1]),this.border=l=p.border!==D?p.border:l):this.border=l=0,k=this.size=this._calculateSize(b),n.css({width:k[0],height:k[1],lineHeight:k[1]+"px"}),j=b.precedance===H?[s(r.x===L?l:r.x===N?k[0]-q[0]-l:(k[0]-q[0])/2),s(r.y===K?k[1]-q[1]:0)]:[s(r.x===L?k[0]-q[0]:0),s(r.y===K?l:r.y===M?k[1]-q[1]-l:(k[1]-q[1])/2)],sa?(g=o[0].getContext("2d"),g.restore(),g.save(),g.clearRect(0,0,6e3,6e3),h=this._calculateTip(r,q,ja),i=this._calculateTip(r,this.size,ja),o.attr(I,k[0]*ja).attr(J,k[1]*ja),o.css(I,k[0]).css(J,k[1]),this._drawCoords(g,i),g.fillStyle=e[1],g.fill(),g.translate(j[0]*ja,j[1]*ja),this._drawCoords(g,h),g.fillStyle=e[0],g.fill()):(h=this._calculateTip(r),h="m"+h[0]+","+h[1]+" l"+h[2]+","+h[3]+" "+h[4]+","+h[5]+" xe",j[2]=l&&/^(r|b)/i.test(b.string())?8===da.ie?2:1:0,o.css({coordsize:k[0]+l+" "+k[1]+l,antialias:""+(r.string().indexOf(O)>-1),left:j[0]-j[2]*Number(f===G),top:j[1]-j[2]*Number(f===H),width:k[0]+l,height:k[1]+l}).each(function(a){var b=d(this);b[b.prop?"prop":"attr"]({coordsize:k[0]+l+" "+k[1]+l,path:h,fillcolor:e[0],filled:!!a,stroked:!a}).toggle(!(!l&&!a)),!a&&b.html(ia("stroke",'weight="'+2*l+'px" color="'+e[1]+'" miterlimit="1000" joinstyle="miter"'))})),a.opera&&setTimeout(function(){m.tip.css({display:"inline-block",visibility:"visible"})},1),c!==E&&this.calculate(b,k)},calculate:function(a,b){if(!this.enabled)return E;var c,e,f=this,g=this.qtip.elements,h=this.element,i=this.options.offset,j={};
4
+ return a=a||this.corner,c=a.precedance,b=b||this._calculateSize(a),e=[a.x,a.y],c===G&&e.reverse(),d.each(e,function(d,e){var h,k,l;e===O?(h=c===H?L:K,j[h]="50%",j[ma+"-"+h]=-Math.round(b[c===H?0:1]/2)+i):(h=f._parseWidth(a,e,g.tooltip),k=f._parseWidth(a,e,g.content),l=f._parseRadius(a),j[e]=Math.max(-f.border,d?k:i+(l>h?l:-h)))}),j[a[c]]-=b[c===G?0:1],h.css({margin:"",top:"",bottom:"",left:"",right:""}).css(j),j},reposition:function(a,b,d){function e(a,b,c,d,e){a===Q&&j.precedance===b&&k[d]&&j[c]!==O?j.precedance=j.precedance===G?H:G:a!==Q&&k[d]&&(j[b]=j[b]===O?k[d]>0?d:e:j[b]===d?e:d)}function f(a,b,e){j[a]===O?p[ma+"-"+b]=o[a]=g[ma+"-"+b]-k[b]:(h=g[e]!==c?[k[b],-g[b]]:[-k[b],g[b]],(o[a]=Math.max(h[0],h[1]))>h[0]&&(d[b]-=k[b],o[b]=E),p[g[e]!==c?e:b]=o[a])}if(this.enabled){var g,h,i=b.cache,j=this.corner.clone(),k=d.adjusted,l=b.options.position.adjust.method.split(" "),m=l[0],n=l[1]||l[0],o={left:E,top:E,x:0,y:0},p={};this.corner.fixed!==D&&(e(m,G,H,L,N),e(n,H,G,K,M),j.string()===i.corner.string()&&i.cornerTop===k.top&&i.cornerLeft===k.left||this.update(j,E)),g=this.calculate(j),g.right!==c&&(g.left=-g.right),g.bottom!==c&&(g.top=-g.bottom),g.user=this.offset,o.left=m===Q&&!!k.left,o.left&&f(G,L,N),o.top=n===Q&&!!k.top,o.top&&f(H,K,M),this.element.css(p).toggle(!(o.x&&o.y||j.x===O&&o.y||j.y===O&&o.x)),d.left-=g.left.charAt?g.user:m!==Q||o.top||!o.left&&!o.top?g.left+this.border:0,d.top-=g.top.charAt?g.user:n!==Q||o.left||!o.left&&!o.top?g.top+this.border:0,i.cornerLeft=k.left,i.cornerTop=k.top,i.corner=j.clone()}},destroy:function(){this.qtip._unbind(this.qtip.tooltip,this._ns),this.qtip.elements.tip&&this.qtip.elements.tip.find("*").remove().end().remove()}}),ha=R.tip=function(a){return new v(a,a.options.style.tip)},ha.initialize="render",ha.sanitize=function(a){if(a.style&&"tip"in a.style){var b=a.style.tip;"object"!=typeof b&&(b=a.style.tip={corner:b}),/string|boolean/i.test(typeof b.corner)||(b.corner=D)}},B.tip={"^position.my|style.tip.(corner|mimic|border)$":function(){this.create(),this.qtip.reposition()},"^style.tip.(height|width)$":function(a){this.size=[a.width,a.height],this.update(),this.qtip.reposition()},"^content.title|style.(classes|widget)$":function(){this.update()}},d.extend(D,y.defaults,{style:{tip:{corner:D,mimic:E,width:6,height:6,border:D,offset:0}}});var wa,xa,ya="qtip-modal",za="."+ya;xa=function(){function a(a){if(d.expr[":"].focusable)return d.expr[":"].focusable;var b,c,e,f=!isNaN(d.attr(a,"tabindex")),g=a.nodeName&&a.nodeName.toLowerCase();return"area"===g?(b=a.parentNode,c=b.name,a.href&&c&&"map"===b.nodeName.toLowerCase()?(e=d("img[usemap=#"+c+"]")[0],!!e&&e.is(":visible")):!1):/input|select|textarea|button|object/.test(g)?!a.disabled:"a"===g?a.href||f:f}function c(a){j.length<1&&a.length?a.not("body").blur():j.first().focus()}function e(a){if(h.is(":visible")){var b,e=d(a.target),g=f.tooltip,i=e.closest(W);b=i.length<1?E:parseInt(i[0].style.zIndex,10)>parseInt(g[0].style.zIndex,10),b||e.closest(W)[0]===g[0]||c(e)}}var f,g,h,i=this,j={};d.extend(i,{init:function(){return h=i.elem=d("<div />",{id:"qtip-overlay",html:"<div></div>",mousedown:function(){return E}}).hide(),d(b.body).bind("focusin"+za,e),d(b).bind("keydown"+za,function(a){f&&f.options.show.modal.escape&&27===a.keyCode&&f.hide(a)}),h.bind("click"+za,function(a){f&&f.options.show.modal.blur&&f.hide(a)}),i},update:function(b){f=b,j=b.options.show.modal.stealfocus!==E?b.tooltip.find("*").filter(function(){return a(this)}):[]},toggle:function(a,e,j){var k=a.tooltip,l=a.options.show.modal,m=l.effect,n=e?"show":"hide",o=h.is(":visible"),p=d(za).filter(":visible:not(:animated)").not(k);return i.update(a),e&&l.stealfocus!==E&&c(d(":focus")),h.toggleClass("blurs",l.blur),e&&h.appendTo(b.body),h.is(":animated")&&o===e&&g!==E||!e&&p.length?i:(h.stop(D,E),d.isFunction(m)?m.call(h,e):m===E?h[n]():h.fadeTo(parseInt(j,10)||90,e?1:0,function(){e||h.hide()}),e||h.queue(function(a){h.css({left:"",top:""}),d(za).length||h.detach(),a()}),g=e,f.destroyed&&(f=F),i)}}),i.init()},xa=new xa,d.extend(w.prototype,{init:function(a){var b=a.tooltip;return this.options.on?(a.elements.overlay=xa.elem,b.addClass(ya).css("z-index",y.modal_zindex+d(za).length),a._bind(b,["tooltipshow","tooltiphide"],function(a,c,e){var f=a.originalEvent;if(a.target===b[0])if(f&&"tooltiphide"===a.type&&/mouse(leave|enter)/.test(f.type)&&d(f.relatedTarget).closest(xa.elem[0]).length)try{a.preventDefault()}catch(g){}else(!f||f&&"tooltipsolo"!==f.type)&&this.toggle(a,"tooltipshow"===a.type,e)},this._ns,this),a._bind(b,"tooltipfocus",function(a,c){if(!a.isDefaultPrevented()&&a.target===b[0]){var e=d(za),f=y.modal_zindex+e.length,g=parseInt(b[0].style.zIndex,10);xa.elem[0].style.zIndex=f-1,e.each(function(){this.style.zIndex>g&&(this.style.zIndex-=1)}),e.filter("."+$).qtip("blur",a.originalEvent),b.addClass($)[0].style.zIndex=f,xa.update(c);try{a.preventDefault()}catch(h){}}},this._ns,this),void a._bind(b,"tooltiphide",function(a){a.target===b[0]&&d(za).filter(":visible").not(b).last().qtip("focus",a)},this._ns,this)):this},toggle:function(a,b,c){return a&&a.isDefaultPrevented()?this:void xa.toggle(this.qtip,!!b,c)},destroy:function(){this.qtip.tooltip.removeClass(ya),this.qtip._unbind(this.qtip.tooltip,this._ns),xa.toggle(this.qtip,E),delete this.qtip.elements.overlay}}),wa=R.modal=function(a){return new w(a,a.options.show.modal)},wa.sanitize=function(a){a.show&&("object"!=typeof a.show.modal?a.show.modal={on:!!a.show.modal}:"undefined"==typeof a.show.modal.on&&(a.show.modal.on=D))},y.modal_zindex=y.zindex-200,wa.initialize="render",B.modal={"^show.modal.(on|blur)$":function(){this.destroy(),this.init(),this.qtip.elems.overlay.toggle(this.qtip.tooltip[0].offsetWidth>0)}},d.extend(D,y.defaults,{show:{modal:{on:E,effect:D,blur:D,stealfocus:D,escape:D}}}),R.viewport=function(c,d,e,f,g,h,i){function j(a,b,c,e,f,g,h,i,j){var k=d[f],s=u[a],t=v[a],w=c===Q,x=s===f?j:s===g?-j:-j/2,y=t===f?i:t===g?-i:-i/2,z=q[f]+r[f]-(n?0:m[f]),A=z-k,B=k+j-(h===I?o:p)-z,C=x-(u.precedance===a||s===u[b]?y:0)-(t===O?i/2:0);return w?(C=(s===f?1:-1)*x,d[f]+=A>0?A:B>0?-B:0,d[f]=Math.max(-m[f]+r[f],k-C,Math.min(Math.max(-m[f]+r[f]+(h===I?o:p),k+C),d[f],"center"===s?k-x:1e9))):(e*=c===P?2:0,A>0&&(s!==f||B>0)?(d[f]-=C+e,l.invert(a,f)):B>0&&(s!==g||A>0)&&(d[f]-=(s===O?-C:C)+e,l.invert(a,g)),d[f]<q[f]&&-d[f]>B&&(d[f]=k,l=u.clone())),d[f]-k}var k,l,m,n,o,p,q,r,s=e.target,t=c.elements.tooltip,u=e.my,v=e.at,w=e.adjust,x=w.method.split(" "),y=x[0],z=x[1]||x[0],A=e.viewport,B=e.container,C={left:0,top:0};return A.jquery&&s[0]!==a&&s[0]!==b.body&&"none"!==w.method?(m=B.offset()||C,n="static"===B.css("position"),k="fixed"===t.css("position"),o=A[0]===a?A.width():A.outerWidth(E),p=A[0]===a?A.height():A.outerHeight(E),q={left:k?0:A.scrollLeft(),top:k?0:A.scrollTop()},r=A.offset()||C,"shift"===y&&"shift"===z||(l=u.clone()),C={left:"none"!==y?j(G,H,y,w.x,L,N,I,f,h):0,top:"none"!==z?j(H,G,z,w.y,K,M,J,g,i):0,my:l}):C},R.polys={polygon:function(a,b){var c,d,e,f={width:0,height:0,position:{top:1e10,right:0,bottom:0,left:1e10},adjustable:E},g=0,h=[],i=1,j=1,k=0,l=0;for(g=a.length;g--;)c=[parseInt(a[--g],10),parseInt(a[g+1],10)],c[0]>f.position.right&&(f.position.right=c[0]),c[0]<f.position.left&&(f.position.left=c[0]),c[1]>f.position.bottom&&(f.position.bottom=c[1]),c[1]<f.position.top&&(f.position.top=c[1]),h.push(c);if(d=f.width=Math.abs(f.position.right-f.position.left),e=f.height=Math.abs(f.position.bottom-f.position.top),"c"===b.abbrev())f.position={left:f.position.left+f.width/2,top:f.position.top+f.height/2};else{for(;d>0&&e>0&&i>0&&j>0;)for(d=Math.floor(d/2),e=Math.floor(e/2),b.x===L?i=d:b.x===N?i=f.width-d:i+=Math.floor(d/2),b.y===K?j=e:b.y===M?j=f.height-e:j+=Math.floor(e/2),g=h.length;g--&&!(h.length<2);)k=h[g][0]-f.position.left,l=h[g][1]-f.position.top,(b.x===L&&k>=i||b.x===N&&i>=k||b.x===O&&(i>k||k>f.width-i)||b.y===K&&l>=j||b.y===M&&j>=l||b.y===O&&(j>l||l>f.height-j))&&h.splice(g,1);f.position={left:h[0][0],top:h[0][1]}}return f},rect:function(a,b,c,d){return{width:Math.abs(c-a),height:Math.abs(d-b),position:{left:Math.min(a,c),top:Math.min(b,d)}}},_angles:{tc:1.5,tr:7/4,tl:5/4,bc:.5,br:.25,bl:.75,rc:2,lc:1,c:0},ellipse:function(a,b,c,d,e){var f=R.polys._angles[e.abbrev()],g=0===f?0:c*Math.cos(f*Math.PI),h=d*Math.sin(f*Math.PI);return{width:2*c-Math.abs(g),height:2*d-Math.abs(h),position:{left:a+g,top:b+h},adjustable:E}},circle:function(a,b,c,d){return R.polys.ellipse(a,b,c,c,d)}},R.svg=function(a,c,e){for(var f,g,h,i,j,k,l,m,n,o=c[0],p=d(o.ownerSVGElement),q=o.ownerDocument,r=(parseInt(c.css("stroke-width"),10)||0)/2;!o.getBBox;)o=o.parentNode;if(!o.getBBox||!o.parentNode)return E;switch(o.nodeName){case"ellipse":case"circle":m=R.polys.ellipse(o.cx.baseVal.value,o.cy.baseVal.value,(o.rx||o.r).baseVal.value+r,(o.ry||o.r).baseVal.value+r,e);break;case"line":case"polygon":case"polyline":for(l=o.points||[{x:o.x1.baseVal.value,y:o.y1.baseVal.value},{x:o.x2.baseVal.value,y:o.y2.baseVal.value}],m=[],k=-1,i=l.numberOfItems||l.length;++k<i;)j=l.getItem?l.getItem(k):l[k],m.push.apply(m,[j.x,j.y]);m=R.polys.polygon(m,e);break;default:m=o.getBBox(),m={width:m.width,height:m.height,position:{left:m.x,top:m.y}}}return n=m.position,p=p[0],p.createSVGPoint&&(g=o.getScreenCTM(),l=p.createSVGPoint(),l.x=n.left,l.y=n.top,h=l.matrixTransform(g),n.left=h.x,n.top=h.y),q!==b&&"mouse"!==a.position.target&&(f=d((q.defaultView||q.parentWindow).frameElement).offset(),f&&(n.left+=f.left,n.top+=f.top)),q=d(q),n.left+=q.scrollLeft(),n.top+=q.scrollTop(),m},R.imagemap=function(a,b,c){b.jquery||(b=d(b));var e,f,g,h,i,j=(b.attr("shape")||"rect").toLowerCase().replace("poly","polygon"),k=d('img[usemap="#'+b.parent("map").attr("name")+'"]'),l=d.trim(b.attr("coords")),m=l.replace(/,$/,"").split(",");if(!k.length)return E;if("polygon"===j)h=R.polys.polygon(m,c);else{if(!R.polys[j])return E;for(g=-1,i=m.length,f=[];++g<i;)f.push(parseInt(m[g],10));h=R.polys[j].apply(this,f.concat(c))}return e=k.offset(),e.left+=Math.ceil((k.outerWidth(E)-k.width())/2),e.top+=Math.ceil((k.outerHeight(E)-k.height())/2),h.position.left+=e.left,h.position.top+=e.top,h};var Aa,Ba='<iframe class="qtip-bgiframe" frameborder="0" tabindex="-1" src="javascript:\'\';" style="display:block; position:absolute; z-index:-1; filter:alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";"></iframe>';d.extend(x.prototype,{_scroll:function(){var b=this.qtip.elements.overlay;b&&(b[0].style.top=d(a).scrollTop()+"px")},init:function(c){var e=c.tooltip;d("select, object").length<1&&(this.bgiframe=c.elements.bgiframe=d(Ba).appendTo(e),c._bind(e,"tooltipmove",this.adjustBGIFrame,this._ns,this)),this.redrawContainer=d("<div/>",{id:S+"-rcontainer"}).appendTo(b.body),c.elements.overlay&&c.elements.overlay.addClass("qtipmodal-ie6fix")&&(c._bind(a,["scroll","resize"],this._scroll,this._ns,this),c._bind(e,["tooltipshow"],this._scroll,this._ns,this)),this.redraw()},adjustBGIFrame:function(){var a,b,c=this.qtip.tooltip,d={height:c.outerHeight(E),width:c.outerWidth(E)},e=this.qtip.plugins.tip,f=this.qtip.elements.tip;b=parseInt(c.css("borderLeftWidth"),10)||0,b={left:-b,top:-b},e&&f&&(a="x"===e.corner.precedance?[I,L]:[J,K],b[a[1]]-=f[a[0]]()),this.bgiframe.css(b).css(d)},redraw:function(){if(this.qtip.rendered<1||this.drawing)return this;var a,b,c,d,e=this.qtip.tooltip,f=this.qtip.options.style,g=this.qtip.options.position.container;return this.qtip.drawing=1,f.height&&e.css(J,f.height),f.width?e.css(I,f.width):(e.css(I,"").appendTo(this.redrawContainer),b=e.width(),1>b%2&&(b+=1),c=e.css("maxWidth")||"",d=e.css("minWidth")||"",a=(c+d).indexOf("%")>-1?g.width()/100:0,c=(c.indexOf("%")>-1?a:1*parseInt(c,10))||b,d=(d.indexOf("%")>-1?a:1*parseInt(d,10))||0,b=c+d?Math.min(Math.max(b,d),c):b,e.css(I,Math.round(b)).appendTo(g)),this.drawing=0,this},destroy:function(){this.bgiframe&&this.bgiframe.remove(),this.qtip._unbind([a,this.qtip.tooltip],this._ns)}}),Aa=R.ie6=function(a){return 6===da.ie?new x(a):E},Aa.initialize="render",B.ie6={"^content|style$":function(){this.redraw()}}})}(window,document);
5
  //# sourceMappingURL=jquery.qtip.min.map
assets/js/vendor/jquery.tipTip.js CHANGED
@@ -1,191 +1,191 @@
1
- /*
2
- * TipTip
3
- * Copyright 2010 Drew Wilson
4
- * www.drewwilson.com
5
- * code.drewwilson.com/entry/tiptip-jquery-plugin
6
- *
7
- * Version 1.3 - Updated: Mar. 23, 2010
8
- *
9
- * This Plug-In will create a custom tooltip to replace the default
10
- * browser tooltip. It is extremely lightweight and very smart in
11
- * that it detects the edges of the browser window and will make sure
12
- * the tooltip stays within the current window size. As a result the
13
- * tooltip will adjust itself to be displayed above, below, to the left
14
- * or to the right depending on what is necessary to stay within the
15
- * browser window. It is completely customizable as well via CSS.
16
- *
17
- * This TipTip jQuery plug-in is dual licensed under the MIT and GPL licenses:
18
- * http://www.opensource.org/licenses/mit-license.php
19
- * http://www.gnu.org/licenses/gpl.html
20
- */
21
-
22
- (function($){
23
- $.fn.tipTip = function(options) {
24
- var defaults = {
25
- activation: "hover",
26
- keepAlive: false,
27
- maxWidth: "200px",
28
- edgeOffset: 3,
29
- defaultPosition: "bottom",
30
- delay: 400,
31
- fadeIn: 200,
32
- fadeOut: 200,
33
- attribute: "title",
34
- content: false, // HTML or String to fill TipTIp with
35
- enter: function(){},
36
- exit: function(){}
37
- };
38
- var opts = $.extend(defaults, options);
39
-
40
- // Setup tip tip elements and render them to the DOM
41
- if($("#tiptip_holder").length <= 0){
42
- var tiptip_holder = $('<div id="tiptip_holder" style="max-width:'+ opts.maxWidth +';"></div>');
43
- var tiptip_content = $('<div id="tiptip_content"></div>');
44
- var tiptip_arrow = $('<div id="tiptip_arrow"></div>');
45
- $("body").append(tiptip_holder.html(tiptip_content).prepend(tiptip_arrow.html('<div id="tiptip_arrow_inner"></div>')));
46
- } else {
47
- var tiptip_holder = $("#tiptip_holder");
48
- var tiptip_content = $("#tiptip_content");
49
- var tiptip_arrow = $("#tiptip_arrow");
50
- }
51
-
52
- return this.each(function(){
53
- var org_elem = $(this);
54
- if(opts.content){
55
- var org_title = opts.content;
56
- } else {
57
- var org_title = org_elem.attr(opts.attribute);
58
- }
59
- if(org_title != ""){
60
- if(!opts.content){
61
- org_elem.removeAttr(opts.attribute); //remove original Attribute
62
- }
63
- var timeout = false;
64
-
65
- if(opts.activation == "hover"){
66
- org_elem.hover(function(){
67
- active_tiptip();
68
- }, function(){
69
- if(!opts.keepAlive){
70
- deactive_tiptip();
71
- }
72
- });
73
- if(opts.keepAlive){
74
- tiptip_holder.hover(function(){}, function(){
75
- deactive_tiptip();
76
- });
77
- }
78
- } else if(opts.activation == "focus"){
79
- org_elem.focus(function(){
80
- active_tiptip();
81
- }).blur(function(){
82
- deactive_tiptip();
83
- });
84
- } else if(opts.activation == "click"){
85
- org_elem.click(function(){
86
- active_tiptip();
87
- return false;
88
- }).hover(function(){},function(){
89
- if(!opts.keepAlive){
90
- deactive_tiptip();
91
- }
92
- });
93
- if(opts.keepAlive){
94
- tiptip_holder.hover(function(){}, function(){
95
- deactive_tiptip();
96
- });
97
- }
98
- }
99
-
100
- function active_tiptip(){
101
- opts.enter.call(this);
102
- tiptip_content.html(org_title);
103
- tiptip_holder.hide().removeAttr("class").css("margin","0");
104
- tiptip_arrow.removeAttr("style");
105
-
106
- var top = parseInt(org_elem.offset()['top']);
107
- var left = parseInt(org_elem.offset()['left']);
108
- var org_width = parseInt(org_elem.outerWidth());
109
- var org_height = parseInt(org_elem.outerHeight());
110
- var tip_w = tiptip_holder.outerWidth();
111
- var tip_h = tiptip_holder.outerHeight();
112
- var w_compare = Math.round((org_width - tip_w) / 2);
113
- var h_compare = Math.round((org_height - tip_h) / 2);
114
- var marg_left = Math.round(left + w_compare);
115
- var marg_top = Math.round(top + org_height + opts.edgeOffset);
116
- var t_class = "";
117
- var arrow_top = "";
118
- var arrow_left = Math.round(tip_w - 12) / 2;
119
-
120
- if(opts.defaultPosition == "bottom"){
121
- t_class = "_bottom";
122
- } else if(opts.defaultPosition == "top"){
123
- t_class = "_top";
124
- } else if(opts.defaultPosition == "left"){
125
- t_class = "_left";
126
- } else if(opts.defaultPosition == "right"){
127
- t_class = "_right";
128
- }
129
-
130
- var right_compare = (w_compare + left) < parseInt($(window).scrollLeft());
131
- var left_compare = (tip_w + left) > parseInt($(window).width());
132
-
133
- if((right_compare && w_compare < 0) || (t_class == "_right" && !left_compare) || (t_class == "_left" && left < (tip_w + opts.edgeOffset + 5))){
134
- t_class = "_right";
135
- arrow_top = Math.round(tip_h - 13) / 2;
136
- arrow_left = -12;
137
- marg_left = Math.round(left + org_width + opts.edgeOffset);
138
- marg_top = Math.round(top + h_compare);
139
- } else if((left_compare && w_compare < 0) || (t_class == "_left" && !right_compare)){
140
- t_class = "_left";
141
- arrow_top = Math.round(tip_h - 13) / 2;
142
- arrow_left = Math.round(tip_w);
143
- marg_left = Math.round(left - (tip_w + opts.edgeOffset + 5));
144
- marg_top = Math.round(top + h_compare);
145
- }
146
-
147
- var top_compare = (top + org_height + opts.edgeOffset + tip_h + 8) > parseInt($(window).height() + $(window).scrollTop());
148
- var bottom_compare = ((top + org_height) - (opts.edgeOffset + tip_h + 8)) < 0;
149
-
150
- if(top_compare || (t_class == "_bottom" && top_compare) || (t_class == "_top" && !bottom_compare)){
151
- if(t_class == "_top" || t_class == "_bottom"){
152
- t_class = "_top";
153
- } else {
154
- t_class = t_class+"_top";
155
- }
156
- arrow_top = tip_h;
157
- marg_top = Math.round(top - (tip_h + 5 + opts.edgeOffset));
158
- } else if(bottom_compare | (t_class == "_top" && bottom_compare) || (t_class == "_bottom" && !top_compare)){
159
- if(t_class == "_top" || t_class == "_bottom"){
160
- t_class = "_bottom";
161
- } else {
162
- t_class = t_class+"_bottom";
163
- }
164
- arrow_top = -12;
165
- marg_top = Math.round(top + org_height + opts.edgeOffset);
166
- }
167
-
168
- if(t_class == "_right_top" || t_class == "_left_top"){
169
- marg_top = marg_top + 5;
170
- } else if(t_class == "_right_bottom" || t_class == "_left_bottom"){
171
- marg_top = marg_top - 5;
172
- }
173
- if(t_class == "_left_top" || t_class == "_left_bottom"){
174
- marg_left = marg_left + 5;
175
- }
176
- tiptip_arrow.css({"margin-left": arrow_left+"px", "margin-top": arrow_top+"px"});
177
- tiptip_holder.css({"margin-left": marg_left+"px", "margin-top": marg_top+"px"}).attr("class","tip"+t_class);
178
-
179
- if (timeout){ clearTimeout(timeout); }
180
- timeout = setTimeout(function(){ tiptip_holder.stop(true,true).fadeIn(opts.fadeIn); }, opts.delay);
181
- }
182
-
183
- function deactive_tiptip(){
184
- opts.exit.call(this);
185
- if (timeout){ clearTimeout(timeout); }
186
- tiptip_holder.fadeOut(opts.fadeOut);
187
- }
188
- }
189
- });
190
- }
191
  })(jQuery);
1
+ /*
2
+ * TipTip
3
+ * Copyright 2010 Drew Wilson
4
+ * www.drewwilson.com
5
+ * code.drewwilson.com/entry/tiptip-jquery-plugin
6
+ *
7
+ * Version 1.3 - Updated: Mar. 23, 2010
8
+ *
9
+ * This Plug-In will create a custom tooltip to replace the default
10
+ * browser tooltip. It is extremely lightweight and very smart in
11
+ * that it detects the edges of the browser window and will make sure
12
+ * the tooltip stays within the current window size. As a result the
13
+ * tooltip will adjust itself to be displayed above, below, to the left
14
+ * or to the right depending on what is necessary to stay within the
15
+ * browser window. It is completely customizable as well via CSS.
16
+ *
17
+ * This TipTip jQuery plug-in is dual licensed under the MIT and GPL licenses:
18
+ * http://www.opensource.org/licenses/mit-license.php
19
+ * http://www.gnu.org/licenses/gpl.html
20
+ */
21
+
22
+ (function($){
23
+ $.fn.tipTip = function(options) {
24
+ var defaults = {
25
+ activation: "hover",
26
+ keepAlive: false,
27
+ maxWidth: "200px",
28
+ edgeOffset: 3,
29
+ defaultPosition: "bottom",
30
+ delay: 400,
31
+ fadeIn: 200,
32
+ fadeOut: 200,
33
+ attribute: "title",
34
+ content: false, // HTML or String to fill TipTIp with
35
+ enter: function(){},
36
+ exit: function(){}
37
+ };
38
+ var opts = $.extend(defaults, options);
39
+
40
+ // Setup tip tip elements and render them to the DOM
41
+ if($("#tiptip_holder").length <= 0){
42
+ var tiptip_holder = $('<div id="tiptip_holder" style="max-width:'+ opts.maxWidth +';"></div>');
43
+ var tiptip_content = $('<div id="tiptip_content"></div>');
44
+ var tiptip_arrow = $('<div id="tiptip_arrow"></div>');
45
+ $("body").append(tiptip_holder.html(tiptip_content).prepend(tiptip_arrow.html('<div id="tiptip_arrow_inner"></div>')));
46
+ } else {
47
+ var tiptip_holder = $("#tiptip_holder");
48
+ var tiptip_content = $("#tiptip_content");
49
+ var tiptip_arrow = $("#tiptip_arrow");
50
+ }
51
+
52
+ return this.each(function(){
53
+ var org_elem = $(this);
54
+ if(opts.content){
55
+ var org_title = opts.content;
56
+ } else {
57
+ var org_title = org_elem.attr(opts.attribute);
58
+ }
59
+ if(org_title != ""){
60
+ if(!opts.content){
61
+ org_elem.removeAttr(opts.attribute); //remove original Attribute
62
+ }
63
+ var timeout = false;
64
+
65
+ if(opts.activation == "hover"){
66
+ org_elem.hover(function(){
67
+ active_tiptip();
68
+ }, function(){
69
+ if(!opts.keepAlive){
70
+ deactive_tiptip();
71
+ }
72
+ });
73
+ if(opts.keepAlive){
74
+ tiptip_holder.hover(function(){}, function(){
75
+ deactive_tiptip();
76
+ });
77
+ }
78
+ } else if(opts.activation == "focus"){
79
+ org_elem.focus(function(){
80
+ active_tiptip();
81
+ }).blur(function(){
82
+ deactive_tiptip();
83
+ });
84
+ } else if(opts.activation == "click"){
85
+ org_elem.click(function(){
86
+ active_tiptip();
87
+ return false;
88
+ }).hover(function(){},function(){
89
+ if(!opts.keepAlive){
90
+ deactive_tiptip();
91
+ }
92
+ });
93
+ if(opts.keepAlive){
94
+ tiptip_holder.hover(function(){}, function(){
95
+ deactive_tiptip();
96
+ });
97
+ }
98
+ }
99
+
100
+ function active_tiptip(){
101
+ opts.enter.call(this);
102
+ tiptip_content.html(org_title);
103
+ tiptip_holder.hide().removeAttr("class").css("margin","0");
104
+ tiptip_arrow.removeAttr("style");
105
+
106
+ var top = parseInt(org_elem.offset()['top']);
107
+ var left = parseInt(org_elem.offset()['left']);
108
+ var org_width = parseInt(org_elem.outerWidth());
109
+ var org_height = parseInt(org_elem.outerHeight());
110
+ var tip_w = tiptip_holder.outerWidth();
111
+ var tip_h = tiptip_holder.outerHeight();
112
+ var w_compare = Math.round((org_width - tip_w) / 2);
113
+ var h_compare = Math.round((org_height - tip_h) / 2);
114
+ var marg_left = Math.round(left + w_compare);
115
+ var marg_top = Math.round(top + org_height + opts.edgeOffset);
116
+ var t_class = "";
117
+ var arrow_top = "";
118
+ var arrow_left = Math.round(tip_w - 12) / 2;
119
+
120
+ if(opts.defaultPosition == "bottom"){
121
+ t_class = "_bottom";
122
+ } else if(opts.defaultPosition == "top"){
123
+ t_class = "_top";
124
+ } else if(opts.defaultPosition == "left"){
125
+ t_class = "_left";
126
+ } else if(opts.defaultPosition == "right"){
127
+ t_class = "_right";
128
+ }
129
+
130
+ var right_compare = (w_compare + left) < parseInt($(window).scrollLeft());
131
+ var left_compare = (tip_w + left) > parseInt($(window).width());
132
+
133
+ if((right_compare && w_compare < 0) || (t_class == "_right" && !left_compare) || (t_class == "_left" && left < (tip_w + opts.edgeOffset + 5))){
134
+ t_class = "_right";
135
+ arrow_top = Math.round(tip_h - 13) / 2;
136
+ arrow_left = -12;
137
+ marg_left = Math.round(left + org_width + opts.edgeOffset);
138
+ marg_top = Math.round(top + h_compare);
139
+ } else if((left_compare && w_compare < 0) || (t_class == "_left" && !right_compare)){
140
+ t_class = "_left";
141
+ arrow_top = Math.round(tip_h - 13) / 2;
142
+ arrow_left = Math.round(tip_w);
143
+ marg_left = Math.round(left - (tip_w + opts.edgeOffset + 5));
144
+ marg_top = Math.round(top + h_compare);
145
+ }
146
+
147
+ var top_compare = (top + org_height + opts.edgeOffset + tip_h + 8) > parseInt($(window).height() + $(window).scrollTop());
148
+ var bottom_compare = ((top + org_height) - (opts.edgeOffset + tip_h + 8)) < 0;
149
+
150
+ if(top_compare || (t_class == "_bottom" && top_compare) || (t_class == "_top" && !bottom_compare)){
151
+ if(t_class == "_top" || t_class == "_bottom"){
152
+ t_class = "_top";
153
+ } else {
154
+ t_class = t_class+"_top";
155
+ }
156
+ arrow_top = tip_h;
157
+ marg_top = Math.round(top - (tip_h + 5 + opts.edgeOffset));
158
+ } else if(bottom_compare | (t_class == "_top" && bottom_compare) || (t_class == "_bottom" && !top_compare)){
159
+ if(t_class == "_top" || t_class == "_bottom"){
160
+ t_class = "_bottom";
161
+ } else {
162
+ t_class = t_class+"_bottom";
163
+ }
164
+ arrow_top = -12;
165
+ marg_top = Math.round(top + org_height + opts.edgeOffset);
166
+ }
167
+
168
+ if(t_class == "_right_top" || t_class == "_left_top"){
169
+ marg_top = marg_top + 5;
170
+ } else if(t_class == "_right_bottom" || t_class == "_left_bottom"){
171
+ marg_top = marg_top - 5;
172
+ }
173
+ if(t_class == "_left_top" || t_class == "_left_bottom"){
174
+ marg_left = marg_left + 5;
175
+ }
176
+ tiptip_arrow.css({"margin-left": arrow_left+"px", "margin-top": arrow_top+"px"});
177
+ tiptip_holder.css({"margin-left": marg_left+"px", "margin-top": marg_top+"px"}).attr("class","tip"+t_class);
178
+
179
+ if (timeout){ clearTimeout(timeout); }
180
+ timeout = setTimeout(function(){ tiptip_holder.stop(true,true).fadeIn(opts.fadeIn); }, opts.delay);
181
+ }
182
+
183
+ function deactive_tiptip(){
184
+ opts.exit.call(this);
185
+ if (timeout){ clearTimeout(timeout); }
186
+ tiptip_holder.fadeOut(opts.fadeOut);
187
+ }
188
+ }
189
+ });
190
+ }
191
  })(jQuery);
assets/js/vendor/jquery.tipTip.minified.js CHANGED
@@ -1,21 +1,21 @@
1
- /*
2
- * TipTip
3
- * Copyright 2010 Drew Wilson
4
- * www.drewwilson.com
5
- * code.drewwilson.com/entry/tiptip-jquery-plugin
6
- *
7
- * Version 1.3 - Updated: Mar. 23, 2010
8
- *
9
- * This Plug-In will create a custom tooltip to replace the default
10
- * browser tooltip. It is extremely lightweight and very smart in
11
- * that it detects the edges of the browser window and will make sure
12
- * the tooltip stays within the current window size. As a result the
13
- * tooltip will adjust itself to be displayed above, below, to the left
14
- * or to the right depending on what is necessary to stay within the
15
- * browser window. It is completely customizable as well via CSS.
16
- *
17
- * This TipTip jQuery plug-in is dual licensed under the MIT and GPL licenses:
18
- * http://www.opensource.org/licenses/mit-license.php
19
- * http://www.gnu.org/licenses/gpl.html
20
- */
21
  (function($){$.fn.tipTip=function(options){var defaults={activation:"hover",keepAlive:false,maxWidth:"200px",edgeOffset:3,defaultPosition:"bottom",delay:400,fadeIn:200,fadeOut:200,attribute:"title",content:false,enter:function(){},exit:function(){}};var opts=$.extend(defaults,options);if($("#tiptip_holder").length<=0){var tiptip_holder=$('<div id="tiptip_holder" style="max-width:'+opts.maxWidth+';"></div>');var tiptip_content=$('<div id="tiptip_content"></div>');var tiptip_arrow=$('<div id="tiptip_arrow"></div>');$("body").append(tiptip_holder.html(tiptip_content).prepend(tiptip_arrow.html('<div id="tiptip_arrow_inner"></div>')))}else{var tiptip_holder=$("#tiptip_holder");var tiptip_content=$("#tiptip_content");var tiptip_arrow=$("#tiptip_arrow")}return this.each(function(){var org_elem=$(this);if(opts.content){var org_title=opts.content}else{var org_title=org_elem.attr(opts.attribute)}if(org_title!=""){if(!opts.content){org_elem.removeAttr(opts.attribute)}var timeout=false;if(opts.activation=="hover"){org_elem.hover(function(){active_tiptip()},function(){if(!opts.keepAlive){deactive_tiptip()}});if(opts.keepAlive){tiptip_holder.hover(function(){},function(){deactive_tiptip()})}}else if(opts.activation=="focus"){org_elem.focus(function(){active_tiptip()}).blur(function(){deactive_tiptip()})}else if(opts.activation=="click"){org_elem.click(function(){active_tiptip();return false}).hover(function(){},function(){if(!opts.keepAlive){deactive_tiptip()}});if(opts.keepAlive){tiptip_holder.hover(function(){},function(){deactive_tiptip()})}}function active_tiptip(){opts.enter.call(this);tiptip_content.html(org_title);tiptip_holder.hide().removeAttr("class").css("margin","0");tiptip_arrow.removeAttr("style");var top=parseInt(org_elem.offset()['top']);var left=parseInt(org_elem.offset()['left']);var org_width=parseInt(org_elem.outerWidth());var org_height=parseInt(org_elem.outerHeight());var tip_w=tiptip_holder.outerWidth();var tip_h=tiptip_holder.outerHeight();var w_compare=Math.round((org_width-tip_w)/2);var h_compare=Math.round((org_height-tip_h)/2);var marg_left=Math.round(left+w_compare);var marg_top=Math.round(top+org_height+opts.edgeOffset);var t_class="";var arrow_top="";var arrow_left=Math.round(tip_w-12)/2;if(opts.defaultPosition=="bottom"){t_class="_bottom"}else if(opts.defaultPosition=="top"){t_class="_top"}else if(opts.defaultPosition=="left"){t_class="_left"}else if(opts.defaultPosition=="right"){t_class="_right"}var right_compare=(w_compare+left)<parseInt($(window).scrollLeft());var left_compare=(tip_w+left)>parseInt($(window).width());if((right_compare&&w_compare<0)||(t_class=="_right"&&!left_compare)||(t_class=="_left"&&left<(tip_w+opts.edgeOffset+5))){t_class="_right";arrow_top=Math.round(tip_h-13)/2;arrow_left=-12;marg_left=Math.round(left+org_width+opts.edgeOffset);marg_top=Math.round(top+h_compare)}else if((left_compare&&w_compare<0)||(t_class=="_left"&&!right_compare)){t_class="_left";arrow_top=Math.round(tip_h-13)/2;arrow_left=Math.round(tip_w);marg_left=Math.round(left-(tip_w+opts.edgeOffset+5));marg_top=Math.round(top+h_compare)}var top_compare=(top+org_height+opts.edgeOffset+tip_h+8)>parseInt($(window).height()+$(window).scrollTop());var bottom_compare=((top+org_height)-(opts.edgeOffset+tip_h+8))<0;if(top_compare||(t_class=="_bottom"&&top_compare)||(t_class=="_top"&&!bottom_compare)){if(t_class=="_top"||t_class=="_bottom"){t_class="_top"}else{t_class=t_class+"_top"}arrow_top=tip_h;marg_top=Math.round(top-(tip_h+5+opts.edgeOffset))}else if(bottom_compare|(t_class=="_top"&&bottom_compare)||(t_class=="_bottom"&&!top_compare)){if(t_class=="_top"||t_class=="_bottom"){t_class="_bottom"}else{t_class=t_class+"_bottom"}arrow_top=-12;marg_top=Math.round(top+org_height+opts.edgeOffset)}if(t_class=="_right_top"||t_class=="_left_top"){marg_top=marg_top+5}else if(t_class=="_right_bottom"||t_class=="_left_bottom"){marg_top=marg_top-5}if(t_class=="_left_top"||t_class=="_left_bottom"){marg_left=marg_left+5}tiptip_arrow.css({"margin-left":arrow_left+"px","margin-top":arrow_top+"px"});tiptip_holder.css({"margin-left":marg_left+"px","margin-top":marg_top+"px"}).attr("class","tip"+t_class);if(timeout){clearTimeout(timeout)}timeout=setTimeout(function(){tiptip_holder.stop(true,true).fadeIn(opts.fadeIn)},opts.delay)}function deactive_tiptip(){opts.exit.call(this);if(timeout){clearTimeout(timeout)}tiptip_holder.fadeOut(opts.fadeOut)}}})}})(jQuery);
1
+ /*
2
+ * TipTip
3
+ * Copyright 2010 Drew Wilson
4
+ * www.drewwilson.com
5
+ * code.drewwilson.com/entry/tiptip-jquery-plugin
6
+ *
7
+ * Version 1.3 - Updated: Mar. 23, 2010
8
+ *
9
+ * This Plug-In will create a custom tooltip to replace the default
10
+ * browser tooltip. It is extremely lightweight and very smart in
11
+ * that it detects the edges of the browser window and will make sure
12
+ * the tooltip stays within the current window size. As a result the
13
+ * tooltip will adjust itself to be displayed above, below, to the left
14
+ * or to the right depending on what is necessary to stay within the
15
+ * browser window. It is completely customizable as well via CSS.
16
+ *
17
+ * This TipTip jQuery plug-in is dual licensed under the MIT and GPL licenses:
18
+ * http://www.opensource.org/licenses/mit-license.php
19
+ * http://www.gnu.org/licenses/gpl.html
20
+ */
21
  (function($){$.fn.tipTip=function(options){var defaults={activation:"hover",keepAlive:false,maxWidth:"200px",edgeOffset:3,defaultPosition:"bottom",delay:400,fadeIn:200,fadeOut:200,attribute:"title",content:false,enter:function(){},exit:function(){}};var opts=$.extend(defaults,options);if($("#tiptip_holder").length<=0){var tiptip_holder=$('<div id="tiptip_holder" style="max-width:'+opts.maxWidth+';"></div>');var tiptip_content=$('<div id="tiptip_content"></div>');var tiptip_arrow=$('<div id="tiptip_arrow"></div>');$("body").append(tiptip_holder.html(tiptip_content).prepend(tiptip_arrow.html('<div id="tiptip_arrow_inner"></div>')))}else{var tiptip_holder=$("#tiptip_holder");var tiptip_content=$("#tiptip_content");var tiptip_arrow=$("#tiptip_arrow")}return this.each(function(){var org_elem=$(this);if(opts.content){var org_title=opts.content}else{var org_title=org_elem.attr(opts.attribute)}if(org_title!=""){if(!opts.content){org_elem.removeAttr(opts.attribute)}var timeout=false;if(opts.activation=="hover"){org_elem.hover(function(){active_tiptip()},function(){if(!opts.keepAlive){deactive_tiptip()}});if(opts.keepAlive){tiptip_holder.hover(function(){},function(){deactive_tiptip()})}}else if(opts.activation=="focus"){org_elem.focus(function(){active_tiptip()}).blur(function(){deactive_tiptip()})}else if(opts.activation=="click"){org_elem.click(function(){active_tiptip();return false}).hover(function(){},function(){if(!opts.keepAlive){deactive_tiptip()}});if(opts.keepAlive){tiptip_holder.hover(function(){},function(){deactive_tiptip()})}}function active_tiptip(){opts.enter.call(this);tiptip_content.html(org_title);tiptip_holder.hide().removeAttr("class").css("margin","0");tiptip_arrow.removeAttr("style");var top=parseInt(org_elem.offset()['top']);var left=parseInt(org_elem.offset()['left']);var org_width=parseInt(org_elem.outerWidth());var org_height=parseInt(org_elem.outerHeight());var tip_w=tiptip_holder.outerWidth();var tip_h=tiptip_holder.outerHeight();var w_compare=Math.round((org_width-tip_w)/2);var h_compare=Math.round((org_height-tip_h)/2);var marg_left=Math.round(left+w_compare);var marg_top=Math.round(top+org_height+opts.edgeOffset);var t_class="";var arrow_top="";var arrow_left=Math.round(tip_w-12)/2;if(opts.defaultPosition=="bottom"){t_class="_bottom"}else if(opts.defaultPosition=="top"){t_class="_top"}else if(opts.defaultPosition=="left"){t_class="_left"}else if(opts.defaultPosition=="right"){t_class="_right"}var right_compare=(w_compare+left)<parseInt($(window).scrollLeft());var left_compare=(tip_w+left)>parseInt($(window).width());if((right_compare&&w_compare<0)||(t_class=="_right"&&!left_compare)||(t_class=="_left"&&left<(tip_w+opts.edgeOffset+5))){t_class="_right";arrow_top=Math.round(tip_h-13)/2;arrow_left=-12;marg_left=Math.round(left+org_width+opts.edgeOffset);marg_top=Math.round(top+h_compare)}else if((left_compare&&w_compare<0)||(t_class=="_left"&&!right_compare)){t_class="_left";arrow_top=Math.round(tip_h-13)/2;arrow_left=Math.round(tip_w);marg_left=Math.round(left-(tip_w+opts.edgeOffset+5));marg_top=Math.round(top+h_compare)}var top_compare=(top+org_height+opts.edgeOffset+tip_h+8)>parseInt($(window).height()+$(window).scrollTop());var bottom_compare=((top+org_height)-(opts.edgeOffset+tip_h+8))<0;if(top_compare||(t_class=="_bottom"&&top_compare)||(t_class=="_top"&&!bottom_compare)){if(t_class=="_top"||t_class=="_bottom"){t_class="_top"}else{t_class=t_class+"_top"}arrow_top=tip_h;marg_top=Math.round(top-(tip_h+5+opts.edgeOffset))}else if(bottom_compare|(t_class=="_top"&&bottom_compare)||(t_class=="_bottom"&&!top_compare)){if(t_class=="_top"||t_class=="_bottom"){t_class="_bottom"}else{t_class=t_class+"_bottom"}arrow_top=-12;marg_top=Math.round(top+org_height+opts.edgeOffset)}if(t_class=="_right_top"||t_class=="_left_top"){marg_top=marg_top+5}else if(t_class=="_right_bottom"||t_class=="_left_bottom"){marg_top=marg_top-5}if(t_class=="_left_top"||t_class=="_left_bottom"){marg_left=marg_left+5}tiptip_arrow.css({"margin-left":arrow_left+"px","margin-top":arrow_top+"px"});tiptip_holder.css({"margin-left":marg_left+"px","margin-top":marg_top+"px"}).attr("class","tip"+t_class);if(timeout){clearTimeout(timeout)}timeout=setTimeout(function(){tiptip_holder.stop(true,true).fadeIn(opts.fadeIn)},opts.delay)}function deactive_tiptip(){opts.exit.call(this);if(timeout){clearTimeout(timeout)}tiptip_holder.fadeOut(opts.fadeOut)}}})}})(jQuery);
assets/js/vendor/moment-timezone-with-data.js CHANGED
@@ -1,1201 +1,1201 @@
1
- //! moment-timezone.js
2
- //! version : 0.5.13
3
- //! Copyright (c) JS Foundation and other contributors
4
- //! license : MIT
5
- //! github.com/moment/moment-timezone
6
-
7
- (function (root, factory) {
8
- "use strict";
9
-
10
- /*global define*/
11
- if (typeof define === 'function' && define.amd) {
12
- define(['moment'], factory); // AMD
13
- } else if (typeof module === 'object' && module.exports) {
14
- module.exports = factory(require('moment')); // Node
15
- } else {
16
- factory(root.moment); // Browser
17
- }
18
- }(this, function (moment) {
19
- "use strict";
20
-
21
- // Do not load moment-timezone a second time.
22
- // if (moment.tz !== undefined) {
23
- // logError('Moment Timezone ' + moment.tz.version + ' was already loaded ' + (moment.tz.dataVersion ? 'with data from ' : 'without any data') + moment.tz.dataVersion);
24
- // return moment;
25
- // }
26
-
27
- var VERSION = "0.5.13",
28
- zones = {},
29
- links = {},
30
- names = {},
31
- guesses = {},
32
- cachedGuess,
33
-
34
- momentVersion = moment.version.split('.'),
35
- major = +momentVersion[0],
36
- minor = +momentVersion[1];
37
-
38
- // Moment.js version check
39
- if (major < 2 || (major === 2 && minor < 6)) {
40
- logError('Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js ' + moment.version + '. See momentjs.com');
41
- }
42
-
43
- /************************************
44
- Unpacking
45
- ************************************/
46
-
47
- function charCodeToInt(charCode) {
48
- if (charCode > 96) {
49
- return charCode - 87;
50
- } else if (charCode > 64) {
51
- return charCode - 29;
52
- }
53
- return charCode - 48;
54
- }
55
-
56
- function unpackBase60(string) {
57
- var i = 0,
58
- parts = string.split('.'),
59
- whole = parts[0],
60
- fractional = parts[1] || '',
61
- multiplier = 1,
62
- num,
63
- out = 0,
64
- sign = 1;
65
-
66
- // handle negative numbers
67
- if (string.charCodeAt(0) === 45) {
68
- i = 1;
69
- sign = -1;
70
- }
71
-
72
- // handle digits before the decimal
73
- for (i; i < whole.length; i++) {
74
- num = charCodeToInt(whole.charCodeAt(i));
75
- out = 60 * out + num;
76
- }
77
-
78
- // handle digits after the decimal
79
- for (i = 0; i < fractional.length; i++) {
80
- multiplier = multiplier / 60;
81
- num = charCodeToInt(fractional.charCodeAt(i));
82
- out += num * multiplier;
83
- }
84
-
85
- return out * sign;
86
- }
87
-
88
- function arrayToInt (array) {
89
- for (var i = 0; i < array.length; i++) {
90
- array[i] = unpackBase60(array[i]);
91
- }
92
- }
93
-
94
- function intToUntil (array, length) {
95
- for (var i = 0; i < length; i++) {
96
- array[i] = Math.round((array[i - 1] || 0) + (array[i] * 60000)); // minutes to milliseconds
97
- }
98
-
99
- array[length - 1] = Infinity;
100
- }
101
-
102
- function mapIndices (source, indices) {
103
- var out = [], i;
104
-
105
- for (i = 0; i < indices.length; i++) {
106
- out[i] = source[indices[i]];
107
- }
108
-
109
- return out;
110
- }
111
-
112
- function unpack (string) {
113
- var data = string.split('|'),
114
- offsets = data[2].split(' '),
115
- indices = data[3].split(''),
116
- untils = data[4].split(' ');
117
-
118
- arrayToInt(offsets);
119
- arrayToInt(indices);
120
- arrayToInt(untils);
121
-
122
- intToUntil(untils, indices.length);
123
-
124
- return {
125
- name : data[0],
126
- abbrs : mapIndices(data[1].split(' '), indices),
127
- offsets : mapIndices(offsets, indices),
128
- untils : untils,
129
- population : data[5] | 0
130
- };
131
- }
132
-
133
- /************************************
134
- Zone object
135
- ************************************/
136
-
137
- function Zone (packedString) {
138
- if (packedString) {
139
- this._set(unpack(packedString));
140
- }
141
- }
142
-
143
- Zone.prototype = {
144
- _set : function (unpacked) {
145
- this.name = unpacked.name;
146
- this.abbrs = unpacked.abbrs;
147
- this.untils = unpacked.untils;
148
- this.offsets = unpacked.offsets;
149
- this.population = unpacked.population;
150
- },
151
-
152
- _index : function (timestamp) {
153
- var target = +timestamp,
154
- untils = this.untils,
155
- i;
156
-
157
- for (i = 0; i < untils.length; i++) {
158
- if (target < untils[i]) {
159
- return i;
160
- }
161
- }
162
- },
163
-
164
- parse : function (timestamp) {
165
- var target = +timestamp,
166
- offsets = this.offsets,
167
- untils = this.untils,
168
- max = untils.length - 1,
169
- offset, offsetNext, offsetPrev, i;
170
-
171
- for (i = 0; i < max; i++) {
172
- offset = offsets[i];
173
- offsetNext = offsets[i + 1];
174
- offsetPrev = offsets[i ? i - 1 : i];
175
-
176
- if (offset < offsetNext && tz.moveAmbiguousForward) {
177
- offset = offsetNext;
178
- } else if (offset > offsetPrev && tz.moveInvalidForward) {
179
- offset = offsetPrev;
180
- }
181
-
182
- if (target < untils[i] - (offset * 60000)) {
183
- return offsets[i];
184
- }
185
- }
186
-
187
- return offsets[max];
188
- },
189
-
190
- abbr : function (mom) {
191
- return this.abbrs[this._index(mom)];
192
- },
193
-
194
- offset : function (mom) {
195
- return this.offsets[this._index(mom)];
196
- }
197
- };
198
-
199
- /************************************
200
- Current Timezone
201
- ************************************/
202
-
203
- function OffsetAt(at) {
204
- var timeString = at.toTimeString();
205
- var abbr = timeString.match(/\([a-z ]+\)/i);
206
- if (abbr && abbr[0]) {
207
- // 17:56:31 GMT-0600 (CST)
208
- // 17:56:31 GMT-0600 (Central Standard Time)
209
- abbr = abbr[0].match(/[A-Z]/g);
210
- abbr = abbr ? abbr.join('') : undefined;
211
- } else {
212
- // 17:56:31 CST
213
- // 17:56:31 GMT+0800 (台北標準時間)
214
- abbr = timeString.match(/[A-Z]{3,5}/g);
215
- abbr = abbr ? abbr[0] : undefined;
216
- }
217
-
218
- if (abbr === 'GMT') {
219
- abbr = undefined;
220
- }
221
-
222
- this.at = +at;
223
- this.abbr = abbr;
224
- this.offset = at.getTimezoneOffset();
225
- }
226
-
227
- function ZoneScore(zone) {
228
- this.zone = zone;
229
- this.offsetScore = 0;
230
- this.abbrScore = 0;
231
- }
232
-
233
- ZoneScore.prototype.scoreOffsetAt = function (offsetAt) {
234
- this.offsetScore += Math.abs(this.zone.offset(offsetAt.at) - offsetAt.offset);
235
- if (this.zone.abbr(offsetAt.at).replace(/[^A-Z]/g, '') !== offsetAt.abbr) {
236
- this.abbrScore++;
237
- }
238
- };
239
-
240
- function findChange(low, high) {
241
- var mid, diff;
242
-
243
- while ((diff = ((high.at - low.at) / 12e4 | 0) * 6e4)) {
244
- mid = new OffsetAt(new Date(low.at + diff));
245
- if (mid.offset === low.offset) {
246
- low = mid;
247
- } else {
248
- high = mid;
249
- }
250
- }
251
-
252
- return low;
253
- }
254
-
255
- function userOffsets() {
256
- var startYear = new Date().getFullYear() - 2,
257
- last = new OffsetAt(new Date(startYear, 0, 1)),
258
- offsets = [last],
259
- change, next, i;
260
-
261
- for (i = 1; i < 48; i++) {
262
- next = new OffsetAt(new Date(startYear, i, 1));
263
- if (next.offset !== last.offset) {
264
- change = findChange(last, next);
265
- offsets.push(change);
266
- offsets.push(new OffsetAt(new Date(change.at + 6e4)));
267
- }
268
- last = next;
269
- }
270
-
271
- for (i = 0; i < 4; i++) {
272
- offsets.push(new OffsetAt(new Date(startYear + i, 0, 1)));
273
- offsets.push(new OffsetAt(new Date(startYear + i, 6, 1)));
274
- }
275
-
276
- return offsets;
277
- }
278
-
279
- function sortZoneScores (a, b) {
280
- if (a.offsetScore !== b.offsetScore) {
281
- return a.offsetScore - b.offsetScore;
282
- }
283
- if (a.abbrScore !== b.abbrScore) {
284
- return a.abbrScore - b.abbrScore;
285
- }
286
- return b.zone.population - a.zone.population;
287
- }
288
-
289
- function addToGuesses (name, offsets) {
290
- var i, offset;
291
- arrayToInt(offsets);
292
- for (i = 0; i < offsets.length; i++) {
293
- offset = offsets[i];
294
- guesses[offset] = guesses[offset] || {};
295
- guesses[offset][name] = true;
296
- }
297
- }
298
-
299
- function guessesForUserOffsets (offsets) {
300
- var offsetsLength = offsets.length,
301
- filteredGuesses = {},
302
- out = [],
303
- i, j, guessesOffset;
304
-
305
- for (i = 0; i < offsetsLength; i++) {
306
- guessesOffset = guesses[offsets[i].offset] || {};
307
- for (j in guessesOffset) {
308
- if (guessesOffset.hasOwnProperty(j)) {
309
- filteredGuesses[j] = true;
310
- }
311
- }
312
- }
313
-
314
- for (i in filteredGuesses) {
315
- if (filteredGuesses.hasOwnProperty(i)) {
316
- out.push(names[i]);
317
- }
318
- }
319
-
320
- return out;
321
- }
322
-
323
- function rebuildGuess () {
324
-
325
- // use Intl API when available and returning valid time zone
326
- try {
327
- var intlName = Intl.DateTimeFormat().resolvedOptions().timeZone;
328
- if (intlName){
329
- var name = names[normalizeName(intlName)];
330
- if (name) {
331
- return name;
332
- }
333
- logError("Moment Timezone found " + intlName + " from the Intl api, but did not have that data loaded.");
334
- }
335
- } catch (e) {
336
- // Intl unavailable, fall back to manual guessing.
337
- }
338
-
339
- var offsets = userOffsets(),
340
- offsetsLength = offsets.length,
341
- guesses = guessesForUserOffsets(offsets),
342
- zoneScores = [],
343
- zoneScore, i, j;
344
-
345
- for (i = 0; i < guesses.length; i++) {
346
- zoneScore = new ZoneScore(getZone(guesses[i]), offsetsLength);
347
- for (j = 0; j < offsetsLength; j++) {
348
- zoneScore.scoreOffsetAt(offsets[j]);
349
- }
350
- zoneScores.push(zoneScore);
351
- }
352
-
353
- zoneScores.sort(sortZoneScores);
354
-
355
- return zoneScores.length > 0 ? zoneScores[0].zone.name : undefined;
356
- }
357
-
358
- function guess (ignoreCache) {
359
- if (!cachedGuess || ignoreCache) {
360
- cachedGuess = rebuildGuess();
361
- }
362
- return cachedGuess;
363
- }
364
-
365
- /************************************
366
- Global Methods
367
- ************************************/
368
-
369
- function normalizeName (name) {
370
- return (name || '').toLowerCase().replace(/\//g, '_');
371
- }
372
-
373
- function addZone (packed) {
374
- var i, name, split, normalized;
375
-
376
- if (typeof packed === "string") {
377
- packed = [packed];
378
- }
379
-
380
- for (i = 0; i < packed.length; i++) {
381
- split = packed[i].split('|');
382
- name = split[0];
383
- normalized = normalizeName(name);
384
- zones[normalized] = packed[i];
385
- names[normalized] = name;
386
- if (split[5]) {
387
- addToGuesses(normalized, split[2].split(' '));
388
- }
389
- }
390
- }
391
-
392
- function getZone (name, caller) {
393
- name = normalizeName(name);
394
-
395
- var zone = zones[name];
396
- var link;
397
-
398
- if (zone instanceof Zone) {
399
- return zone;
400
- }
401
-
402
- if (typeof zone === 'string') {
403
- zone = new Zone(zone);
404
- zones[name] = zone;
405
- return zone;
406
- }
407
-
408
- // Pass getZone to prevent recursion more than 1 level deep
409
- if (links[name] && caller !== getZone && (link = getZone(links[name], getZone))) {
410
- zone = zones[name] = new Zone();
411
- zone._set(link);
412
- zone.name = names[name];
413
- return zone;
414
- }
415
-
416
- return null;
417
- }
418
-
419
- function getNames () {
420
- var i, out = [];
421
-
422
- for (i in names) {
423
- if (names.hasOwnProperty(i) && (zones[i] || zones[links[i]]) && names[i]) {
424
- out.push(names[i]);
425
- }
426
- }
427
-
428
- return out.sort();
429
- }
430
-
431
- function addLink (aliases) {
432
- var i, alias, normal0, normal1;
433
-
434
- if (typeof aliases === "string") {
435
- aliases = [aliases];
436
- }
437
-
438
- for (i = 0; i < aliases.length; i++) {
439
- alias = aliases[i].split('|');
440
-
441
- normal0 = normalizeName(alias[0]);
442
- normal1 = normalizeName(alias[1]);
443
-
444
- links[normal0] = normal1;
445
- names[normal0] = alias[0];
446
-
447
- links[normal1] = normal0;
448
- names[normal1] = alias[1];
449
- }
450
- }
451
-
452
- function loadData (data) {
453
- addZone(data.zones);
454
- addLink(data.links);
455
- tz.dataVersion = data.version;
456
- }
457
-
458
- function zoneExists (name) {
459
- if (!zoneExists.didShowError) {
460
- zoneExists.didShowError = true;
461
- logError("moment.tz.zoneExists('" + name + "') has been deprecated in favor of !moment.tz.zone('" + name + "')");
462
- }
463
- return !!getZone(name);
464
- }
465
-
466
- function needsOffset (m) {
467
- return !!(m._a && (m._tzm === undefined));
468
- }
469
-
470
- function logError (message) {
471
- if (typeof console !== 'undefined' && typeof console.error === 'function') {
472
- console.error(message);
473
- }
474
- }
475
-
476
- /************************************
477
- moment.tz namespace
478
- ************************************/
479
-
480
- function tz (input) {
481
- var args = Array.prototype.slice.call(arguments, 0, -1),
482
- name = arguments[arguments.length - 1],
483
- zone = getZone(name),
484
- out = moment.utc.apply(null, args);
485
-
486
- if (zone && !moment.isMoment(input) && needsOffset(out)) {
487
- out.add(zone.parse(out), 'minutes');
488
- }
489
-
490
- out.tz(name);
491
-
492
- return out;
493
- }
494
-
495
- tz.version = VERSION;
496
- tz.dataVersion = '';
497
- tz._zones = zones;
498
- tz._links = links;
499
- tz._names = names;
500
- tz.add = addZone;
501
- tz.link = addLink;
502
- tz.load = loadData;
503
- tz.zone = getZone;
504
- tz.zoneExists = zoneExists; // deprecated in 0.1.0
505
- tz.guess = guess;
506
- tz.names = getNames;
507
- tz.Zone = Zone;
508
- tz.unpack = unpack;
509
- tz.unpackBase60 = unpackBase60;
510
- tz.needsOffset = needsOffset;
511
- tz.moveInvalidForward = true;
512
- tz.moveAmbiguousForward = false;
513
-
514
- /************************************
515
- Interface with Moment.js
516
- ************************************/
517
-
518
- var fn = moment.fn;
519
-
520
- moment.tz = tz;
521
-
522
- moment.defaultZone = null;
523
-
524
- moment.updateOffset = function (mom, keepTime) {
525
- var zone = moment.defaultZone,
526
- offset;
527
-
528
- if (mom._z === undefined) {
529
- if (zone && needsOffset(mom) && !mom._isUTC) {
530
- mom._d = moment.utc(mom._a)._d;
531
- mom.utc().add(zone.parse(mom), 'minutes');
532
- }
533
- mom._z = zone;
534
- }
535
- if (mom._z) {
536
- offset = mom._z.offset(mom);
537
- if (Math.abs(offset) < 16) {
538
- offset = offset / 60;
539
- }
540
- if (mom.utcOffset !== undefined) {
541
- mom.utcOffset(-offset, keepTime);
542
- } else {
543
- mom.zone(offset, keepTime);
544
- }
545
- }
546
- };
547
-
548
- fn.tz = function (name) {
549
- if (name) {
550
- this._z = getZone(name);
551
- if (this._z) {
552
- moment.updateOffset(this);
553
- } else {
554
- logError("Moment Timezone has no data for " + name + ". See http://momentjs.com/timezone/docs/#/data-loading/.");
555
- }
556
- return this;
557
- }
558
- if (this._z) { return this._z.name; }
559
- };
560
-
561
- function abbrWrap (old) {
562
- return function () {
563
- if (this._z) { return this._z.abbr(this); }
564
- return old.call(this);
565
- };
566
- }
567
-
568
- function resetZoneWrap (old) {
569
- return function () {
570
- this._z = null;
571
- return old.apply(this, arguments);
572
- };
573
- }
574
-
575
- fn.zoneName = abbrWrap(fn.zoneName);
576
- fn.zoneAbbr = abbrWrap(fn.zoneAbbr);
577
- fn.utc = resetZoneWrap(fn.utc);
578
-
579
- moment.tz.setDefault = function(name) {
580
- if (major < 2 || (major === 2 && minor < 9)) {
581
- logError('Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js ' + moment.version + '.');
582
- }
583
- moment.defaultZone = name ? getZone(name) : null;
584
- return moment;
585
- };
586
-
587
- // Cloning a moment should include the _z property.
588
- var momentProperties = moment.momentProperties;
589
- if (Object.prototype.toString.call(momentProperties) === '[object Array]') {
590
- // moment 2.8.1+
591
- momentProperties.push('_z');
592
- momentProperties.push('_a');
593
- } else if (momentProperties) {
594
- // moment 2.7.0
595
- momentProperties._z = null;
596
- }
597
-
598
- loadData({
599
- "version": "2017b",
600
- "zones": [
601
- "Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5",
602
- "Africa/Accra|LMT GMT +0020|.Q 0 -k|012121212121212121212121212121212121212121212121|-26BbX.8 6tzX.8 MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE|41e5",
603
- "Africa/Nairobi|LMT EAT +0230 +0245|-2r.g -30 -2u -2J|01231|-1F3Cr.g 3Dzr.g okMu MFXJ|47e5",
604
- "Africa/Algiers|PMT WET WEST CET CEST|-9.l 0 -10 -10 -20|0121212121212121343431312123431213|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0|26e5",
605
- "Africa/Lagos|LMT WAT|-d.A -10|01|-22y0d.A|17e6",
606
- "Africa/Bissau|LMT -01 GMT|12.k 10 0|012|-2ldWV.E 2xonV.E|39e4",
607
- "Africa/Maputo|LMT CAT|-2a.k -20|01|-2GJea.k|26e5",
608
- "Africa/Cairo|EET EEST|-20 -30|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1bIO0 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0|15e6",
609
- "Africa/Casablanca|LMT WET WEST CET|u.k 0 -10 -10|0121212121212121213121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2gMnt.E 130Lt.E rb0 Dd0 dVb0 b6p0 TX0 EoB0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4mn0 SyN0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 Rc0 11A0 e00 e00 U00 11A0 8o0 e00 11A0 11A0 5A0 e00 17c0 1fA0 1a00 1a00 1fA0 17c0 1io0 14o0 1lc0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1lc0 14o0 1fA0|32e5",
610
- "Africa/Ceuta|WET WEST CET CEST|0 -10 -10 -20|010101010101010101010232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-25KN0 11z0 drd0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1y7o0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4VB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|85e3",
611
- "Africa/El_Aaiun|LMT -01 WET WEST|Q.M 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1rDz7.c 1GVA7.c 6L0 AL0 1Nd0 XX0 1Cp0 pz0 1cBB0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 Rc0 11A0 e00 e00 U00 11A0 8o0 e00 11A0 11A0 5A0 e00 17c0 1fA0 1a00 1a00 1fA0 17c0 1io0 14o0 1lc0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1lc0 14o0 1fA0|20e4",
612
- "Africa/Johannesburg|SAST SAST SAST|-1u -20 -30|012121|-2GJdu 1Ajdu 1cL0 1cN0 1cL0|84e5",
613
- "Africa/Khartoum|LMT CAT CAST EAT|-2a.8 -20 -30 -30|01212121212121212121212121212121213|-1yW2a.8 1zK0a.8 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0|51e5",
614
- "Africa/Monrovia|MMT MMT GMT|H.8 I.u 0|012|-23Lzg.Q 28G01.m|11e5",
615
- "Africa/Ndjamena|LMT WAT WAST|-10.c -10 -20|0121|-2le10.c 2J3c0.c Wn0|13e5",
616
- "Africa/Tripoli|LMT CET CEST EET|-Q.I -10 -20 -20|012121213121212121212121213123123|-21JcQ.I 1hnBQ.I vx0 4iP0 xx0 4eN0 Bb0 7ip0 U0n0 A10 1db0 1cN0 1db0 1dd0 1db0 1eN0 1bb0 1e10 1cL0 1c10 1db0 1dd0 1db0 1cN0 1db0 1q10 fAn0 1ep0 1db0 AKq0 TA0 1o00|11e5",
617
- "Africa/Tunis|PMT CET CEST|-9.l -10 -20|0121212121212121212121212121212121|-2nco9.l 18pa9.l 1qM0 DA0 3Tc0 11B0 1ze0 WM0 7z0 3d0 14L0 1cN0 1f90 1ar0 16J0 1gXB0 WM0 1rA0 11c0 nwo0 Ko0 1cM0 1cM0 1rA0 10M0 zuM0 10N0 1aN0 1qM0 WM0 1qM0 11A0 1o00|20e5",
618
- "Africa/Windhoek|+0130 SAST SAST CAT WAT WAST|-1u -20 -30 -20 -10 -20|012134545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2GJdu 1Ajdu 1cL0 1SqL0 9NA0 11D0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0|32e4",
619
- "America/Adak|NST NWT NPT BST BDT AHST HST HDT|b0 a0 a0 b0 a0 a0 a0 90|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|326",
620
- "America/Anchorage|AST AWT APT AHST AHDT YST AKST AKDT|a0 90 90 a0 90 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T00 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|30e4",
621
- "America/Port_of_Spain|LMT AST|46.4 40|01|-2kNvR.U|43e3",
622
- "America/Araguaina|LMT -03 -02|3c.M 30 20|0121212121212121212121212121212121212121212121212121|-2glwL.c HdKL.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 ny10 Lz0|14e4",
623
- "America/Argentina/Buenos_Aires|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 A4p0 uL0 1qN0 WL0",
624
- "America/Argentina/Catamarca|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 7B0 8zb0 uL0",
625
- "America/Argentina/Cordoba|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0 1qN0 WL0",
626
- "America/Argentina/Jujuy|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1ze0 TX0 1ld0 WK0 1wp0 TX0 A4p0 uL0",
627
- "America/Argentina/La_Rioja|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0",
628
- "America/Argentina/Mendoza|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232312121321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1u20 SL0 1vd0 Tb0 1wp0 TW0 ri10 Op0 7TX0 uL0",
629
- "America/Argentina/Rio_Gallegos|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0",
630
- "America/Argentina/Salta|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0",
631
- "America/Argentina/San_Juan|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rld0 m10 8lb0 uL0",
632
- "America/Argentina/San_Luis|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121212321212|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 XX0 1q20 SL0 AN0 vDb0 m10 8lb0 8L0 jd0 1qN0 WL0 1qN0",
633
- "America/Argentina/Tucuman|CMT -04 -03 -02|4g.M 40 30 20|0121212121212121212121212121212121212121212323232313232123232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 4N0 8BX0 uL0 1qN0 WL0",
634
- "America/Argentina/Ushuaia|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rkN0 8p0 8zb0 uL0",
635
- "America/Curacao|LMT -0430 AST|4z.L 4u 40|012|-2kV7o.d 28KLS.d|15e4",
636
- "America/Asuncion|AMT -04 -03|3O.E 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-1x589.k 1DKM9.k 3CL0 3Dd0 10L0 1pB0 10n0 1pB0 10n0 1pB0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1lB0 14n0 1dd0 1cL0 1fd0 WL0 1rd0 1aL0 1dB0 Xz0 1qp0 Xb0 1qN0 10L0 1rB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 WN0 1qL0 11B0 1nX0 1ip0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 TX0 1tB0 19X0 1a10 1fz0 1a10 1fz0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0|28e5",
637
- "America/Atikokan|CST CDT CWT CPT EST|60 50 50 50 50|0101234|-25TQ0 1in0 Rnb0 3je0 8x30 iw0|28e2",
638
- "America/Bahia|LMT -03 -02|2y.4 30 20|01212121212121212121212121212121212121212121212121212121212121|-2glxp.U HdLp.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 l5B0 Rb0|27e5",
639
- "America/Bahia_Banderas|LMT MST CST PST MDT CDT|71 70 60 80 60 50|0121212131414141414141414141414141414152525252525252525252525252525252525252525252525252525252|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nW0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|84e3",
640
- "America/Barbados|LMT BMT AST ADT|3W.t 3W.t 40 30|01232323232|-1Q0I1.v jsM0 1ODC1.v IL0 1ip0 17b0 1ip0 17b0 1ld0 13b0|28e4",
641
- "America/Belem|LMT -03 -02|3d.U 30 20|012121212121212121212121212121|-2glwK.4 HdKK.4 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|20e5",
642
- "America/Belize|LMT CST -0530 CDT|5Q.M 60 5u 50|01212121212121212121212121212121212121212121212121213131|-2kBu7.c fPA7.c Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1f0Mu qn0 lxB0 mn0|57e3",
643
- "America/Blanc-Sablon|AST ADT AWT APT|40 30 30 30|010230|-25TS0 1in0 UGp0 8x50 iu0|11e2",
644
- "America/Boa_Vista|LMT -04 -03|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2",
645
- "America/Bogota|BMT -05 -04|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0|90e5",
646
- "America/Boise|PST PDT MST MWT MPT MDT|80 70 70 60 60 60|0101023425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-261q0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4",
647
- "America/Cambridge_Bay|-00 MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2",
648
- "America/Campo_Grande|LMT -04 -03|3C.s 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|77e4",
649
- "America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4",
650
- "America/Caracas|CMT -0430 -04|4r.E 4u 40|01212|-2kV7w.k 28KM2.k 1IwOu kqo0|29e5",
651
- "America/Cayenne|LMT -04 -03|3t.k 40 30|012|-2mrwu.E 2gWou.E|58e3",
652
- "America/Panama|CMT EST|5j.A 50|01|-2uduE.o|15e5",
653
- "America/Chicago|CST CDT EST CWT CPT|60 50 50 50 50|01010101010101010101010101010101010102010101010103401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|92e5",
654
- "America/Chihuahua|LMT MST CST CDT MDT|74.k 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|81e4",
655
- "America/Costa_Rica|SJMT CST CDT|5A.d 60 50|0121212121|-1Xd6n.L 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0|12e5",
656
- "America/Creston|MST PST|70 80|010|-29DR0 43B0|53e2",
657
- "America/Cuiaba|LMT -04 -03|3I.k 40 30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwf.E HdLf.E 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 4a10 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|54e4",
658
- "America/Danmarkshavn|LMT -03 -02 GMT|1e.E 30 20 0|01212121212121212121212121212121213|-2a5WJ.k 2z5fJ.k 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 DC0|8",
659
- "America/Dawson|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 jrA0 fNd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|13e2",
660
- "America/Dawson_Creek|PST PDT PWT PPT MST|80 70 70 70 70|0102301010101010101010101010101010101010101010101010101014|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 ML0|12e3",
661
- "America/Denver|MST MDT MWT MPT|70 60 60 60|01010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e5",
662
- "America/Detroit|LMT CST EST EWT EPT EDT|5w.b 60 50 40 40 40|01234252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2Cgir.N peqr.N 156L0 8x40 iv0 6fd0 11z0 Jy10 SL0 dnB0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e5",
663
- "America/Edmonton|LMT MST MDT MWT MPT|7x.Q 70 60 60 60|01212121212121341212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2yd4q.8 shdq.8 1in0 17d0 hz0 2dB0 1fz0 1a10 11z0 1qN0 WL0 1qN0 11z0 IGN0 8x20 ix0 3NB0 11z0 LFB0 1cL0 3Cp0 1cL0 66N0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|10e5",
664
- "America/Eirunepe|LMT -05 -04|4D.s 50 40|0121212121212121212121212121212121|-2glvk.w HdLk.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0 yTd0 d5X0|31e3",
665
- "America/El_Salvador|LMT CST CDT|5U.M 60 50|012121|-1XiG3.c 2Fvc3.c WL0 1qN0 WL0|11e5",
666
- "America/Tijuana|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQE0 4PX0 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOO0 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|20e5",
667
- "America/Fort_Nelson|PST PDT PWT PPT MST|80 70 70 70 70|01023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010104|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2",
668
- "America/Fort_Wayne|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010101023010101010101010101040454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
669
- "America/Fortaleza|LMT -03 -02|2y 30 20|0121212121212121212121212121212121212121|-2glxq HdLq 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 5z0 2mN0 On0|34e5",
670
- "America/Glace_Bay|LMT AST ADT AWT APT|3X.M 40 30 30 30|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsI0.c CwO0.c 1in0 UGp0 8x50 iu0 iq10 11z0 Jg10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3",
671
- "America/Godthab|LMT -03 -02|3q.U 30 20|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e3",
672
- "America/Goose_Bay|NST NDT NST NDT NWT NPT AST ADT ADDT|3u.Q 2u.Q 3u 2u 2u 2u 40 30 20|010232323232323245232323232323232323232323232323232323232326767676767676767676767676767676767676767676768676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-25TSt.8 1in0 DXb0 2HbX.8 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 S10 g0u 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|76e2",
673
- "America/Grand_Turk|KMT EST EDT AST|57.b 50 40 40|0121212121212121212121212121212121212121212121212121212121212121212121212123|-2l1uQ.N 2HHBQ.N 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e2",
674
- "America/Guatemala|LMT CST CDT|62.4 60 50|0121212121|-24KhV.U 2efXV.U An0 mtd0 Nz0 ifB0 17b0 zDB0 11z0|13e5",
675
- "America/Guayaquil|QMT -05 -04|5e 50 40|0121|-1yVSK 2uILK rz0|27e5",
676
- "America/Guyana|LMT -0345 -03 -04|3Q.E 3J 30 40|0123|-2dvU7.k 2r6LQ.k Bxbf|80e4",
677
- "America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|39e4",
678
- "America/Havana|HMT CST CDT|5t.A 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Meuu.o 72zu.o ML0 sld0 An0 1Nd0 Db0 1Nd0 An0 6Ep0 An0 1Nd0 An0 JDd0 Mn0 1Ap0 On0 1fd0 11X0 1qN0 WL0 1wp0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 14n0 1ld0 14L0 1kN0 15b0 1kp0 1cL0 1cN0 1fz0 1a10 1fz0 1fB0 11z0 14p0 1nX0 11B0 1nX0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 1a10 1in0 1a10 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 17c0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 11A0 6i00 Rc0 1wo0 U00 1tA0 Rc0 1wo0 U00 1wo0 U00 1zc0 U00 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0|21e5",
679
- "America/Hermosillo|LMT MST CST PST MDT|7n.Q 70 60 80 60|0121212131414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0|64e4",
680
- "America/Indiana/Knox|CST CDT CWT CPT EST|60 50 50 50 50|0101023010101010101010101010101010101040101010101010101010101010101010101010101010101010141010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 3Cn0 8wp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 z8o0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
681
- "America/Indiana/Marengo|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010104545454545414545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 dyN0 11z0 6fd0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1e6p0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
682
- "America/Indiana/Petersburg|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010104010101010101010101010141014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 3Fb0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 19co0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
683
- "America/Indiana/Tell_City|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
684
- "America/Indiana/Vevay|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010102304545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
685
- "America/Indiana/Vincennes|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
686
- "America/Indiana/Winamac|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010101010454541054545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
687
- "America/Inuvik|-00 PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2",
688
- "America/Iqaluit|-00 EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2",
689
- "America/Jamaica|KMT EST EDT|57.b 50 40|0121212121212121212121|-2l1uQ.N 2uM1Q.N 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4",
690
- "America/Juneau|PST PWT PPT PDT YDT YST AKST AKDT|80 70 70 70 80 90 90 80|01203030303030303030303030403030356767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3",
691
- "America/Kentucky/Louisville|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101010102301010101010101010101010101454545454545414545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 Bb0 10N0 2bB0 8in0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
692
- "America/Kentucky/Monticello|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 SWp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
693
- "America/La_Paz|CMT BOST -04|4w.A 3w.A 40|012|-1x37r.o 13b0|19e5",
694
- "America/Lima|LMT -05 -04|58.A 50 40|0121212121212121|-2tyGP.o 1bDzP.o zX0 1aN0 1cL0 1cN0 1cL0 1PrB0 zX0 1O10 zX0 6Gp0 zX0 98p0 zX0|11e6",
695
- "America/Los_Angeles|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp1 1VaX 3dA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6",
696
- "America/Maceio|LMT -03 -02|2m.Q 30 20|012121212121212121212121212121212121212121|-2glxB.8 HdLB.8 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 8Q10 WL0 1tB0 5z0 2mN0 On0|93e4",
697
- "America/Managua|MMT CST EST CDT|5J.c 60 50 50|0121313121213131|-1quie.M 1yAMe.M 4mn0 9Up0 Dz0 1K10 Dz0 s3F0 1KH0 DB0 9In0 k8p0 19X0 1o30 11y0|22e5",
698
- "America/Manaus|LMT -04 -03|40.4 40 30|01212121212121212121212121212121|-2glvX.U HdKX.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0|19e5",
699
- "America/Martinique|FFMT AST ADT|44.k 40 30|0121|-2mPTT.E 2LPbT.E 19X0|39e4",
700
- "America/Matamoros|LMT CST CDT|6E 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|45e4",
701
- "America/Mazatlan|LMT MST CST PST MDT|75.E 70 60 80 60|0121212131414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|44e4",
702
- "America/Menominee|CST CDT CWT CPT EST|60 50 50 50 50|01010230101041010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 LCN0 1fz0 6410 9Jb0 1cM0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|85e2",
703
- "America/Merida|LMT CST EST CDT|5W.s 60 50 50|0121313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQG0 2q2o0 2hz0 wu30 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|11e5",
704
- "America/Metlakatla|PST PWT PPT PDT AKST AKDT|80 70 70 70 90 80|0120303030303030303030303030303030454545454545454545454545454545454545454545454|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1hU10 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2",
705
- "America/Mexico_City|LMT MST CST CDT CWT|6A.A 70 60 50 50|012121232324232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|20e6",
706
- "America/Miquelon|LMT AST -03 -02|3I.E 40 30 20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2mKkf.k 2LTAf.k gQ10 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|61e2",
707
- "America/Moncton|EST AST ADT AWT APT|50 40 30 30 30|012121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsH0 CwN0 1in0 zAo0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1K10 Lz0 1zB0 NX0 1u10 Wn0 S20 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14n1 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 ReX 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|64e3",
708
- "America/Monterrey|LMT CST CDT|6F.g 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|41e5",
709
- "America/Montevideo|MMT -0330 -03 -02 -0230|3I.I 3u 30 20 2u|012121212121212121212121213232323232324242423243232323232323232323232323232323232323232|-20UIf.g 8jzJ.g 1cLu 1dcu 1cLu 1dcu 1cLu ircu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu WLu 1qMu WLu 1qMu 11zu 1o0u 11zu NAu 11bu 2iMu zWu Dq10 19X0 pd0 jz0 cm10 19X0 1fB0 1on0 11d0 1oL0 1nB0 1fzu 1aou 1fzu 1aou 1fzu 3nAu Jb0 3MN0 1SLu 4jzu 2PB0 Lb0 3Dd0 1pb0 ixd0 An0 1MN0 An0 1wp0 On0 1wp0 Rb0 1zd0 On0 1wp0 Rb0 s8p0 1fB0 1ip0 11z0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 11z0|17e5",
710
- "America/Toronto|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101012301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 11Wu 1nzu 1fD0 WJ0 1wr0 Nb0 1Ap0 On0 1zd0 On0 1wp0 TX0 1tB0 TX0 1tB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 4kM0 8x40 iv0 1o10 11z0 1nX0 11z0 1o10 11z0 1o10 1qL0 11D0 1nX0 11B0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e5",
711
- "America/Nassau|LMT EST EDT|59.u 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2kNuO.u 26XdO.u 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|24e4",
712
- "America/New_York|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e6",
713
- "America/Nipigon|EST EDT EWT EPT|50 40 40 40|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 Rnb0 3je0 8x40 iv0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|16e2",
714
- "America/Nome|NST NWT NPT BST BDT YST AKST AKDT|b0 a0 a0 b0 a0 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cl0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|38e2",
715
- "America/Noronha|LMT -02 -01|29.E 20 10|0121212121212121212121212121212121212121|-2glxO.k HdKO.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|30e2",
716
- "America/North_Dakota/Beulah|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
717
- "America/North_Dakota/Center|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
718
- "America/North_Dakota/New_Salem|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
719
- "America/Ojinaga|LMT MST CST CDT MDT|6V.E 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3",
720
- "America/Pangnirtung|-00 AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2",
721
- "America/Paramaribo|LMT PMT PMT -0330 -03|3E.E 3E.Q 3E.A 3u 30|01234|-2nDUj.k Wqo0.c qanX.I 1yVXN.o|24e4",
722
- "America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5",
723
- "America/Port-au-Prince|PPMT EST EDT|4N 50 40|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-28RHb 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 3iN0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5",
724
- "America/Rio_Branco|LMT -05 -04|4v.c 50 40|01212121212121212121212121212121|-2glvs.M HdLs.M 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0 d5X0|31e4",
725
- "America/Porto_Velho|LMT -04 -03|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4",
726
- "America/Puerto_Rico|AST AWT APT|40 30 30|0120|-17lU0 7XT0 iu0|24e5",
727
- "America/Punta_Arenas|SMT -05 -04 -03|4G.K 50 40 30|0102021212121212121232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 blz0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0",
728
- "America/Rainy_River|CST CDT CWT CPT|60 50 50 50|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TQ0 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842",
729
- "America/Rankin_Inlet|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2",
730
- "America/Recife|LMT -03 -02|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5",
731
- "America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4",
732
- "America/Resolute|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229",
733
- "America/Santarem|LMT -04 -03|3C.M 40 30|0121212121212121212121212121212|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4",
734
- "America/Santiago|SMT -05 -04 -03|4G.K 50 40 30|010202121212121212321232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 jb0 1oN0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|62e5",
735
- "America/Santo_Domingo|SDMT EST EDT -0430 AST|4E 50 40 4u 40|01213131313131414|-1ttjk 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5",
736
- "America/Sao_Paulo|LMT -03 -02|36.s 30 20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|20e6",
737
- "America/Scoresbysund|LMT -02 -01 +00|1r.Q 20 10 0|0121323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2a5Ww.8 2z5ew.8 1a00 1cK0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|452",
738
- "America/Sitka|PST PWT PPT PDT YST AKST AKDT|80 70 70 70 90 90 80|01203030303030303030303030303030345656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|90e2",
739
- "America/St_Johns|NST NDT NST NDT NWT NPT NDDT|3u.Q 2u.Q 3u 2u 2u 2u 1u|01010101010101010101010101010101010102323232323232324523232323232323232323232323232323232323232323232323232323232323232323232323232323232326232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28oit.8 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4",
740
- "America/Swift_Current|LMT MST MDT MWT MPT CST|7b.k 70 60 60 60 60|012134121212121212121215|-2AD4M.E uHdM.E 1in0 UGp0 8x20 ix0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 isN0 1cL0 3Cp0 1cL0 1cN0 11z0 1qN0 WL0 pMp0|16e3",
741
- "America/Tegucigalpa|LMT CST CDT|5M.Q 60 50|01212121|-1WGGb.8 2ETcb.8 WL0 1qN0 WL0 GRd0 AL0|11e5",
742
- "America/Thule|LMT AST ADT|4z.8 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5To.Q 31NBo.Q 1cL0 1cN0 1cL0 1fB0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|656",
743
- "America/Thunder_Bay|CST EST EWT EPT EDT|60 50 40 40 40|0123141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-2q5S0 1iaN0 8x40 iv0 XNB0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4",
744
- "America/Vancouver|PST PDT PWT PPT|80 70 70 70|0102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TO0 1in0 UGp0 8x10 iy0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5",
745
- "America/Whitehorse|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3",
746
- "America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4",
747
- "America/Yakutat|YST YWT YPT YDT AKST AKDT|90 80 80 80 90 80|01203030303030303030303030303030304545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-17T10 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642",
748
- "America/Yellowknife|-00 MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3",
749
- "Antarctica/Casey|-00 +08 +11|0 -80 -b0|0121212|-2q00 1DjS0 T90 40P0 KL0 blz0|10",
750
- "Antarctica/Davis|-00 +07 +05|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70",
751
- "Antarctica/DumontDUrville|-00 +10|0 -a0|0101|-U0o0 cfq0 bFm0|80",
752
- "Antarctica/Macquarie|AEST AEDT -00 +11|-a0 -b0 0 -b0|0102010101010101010101010101010101010101010101010101010101010101010101010101010101010101013|-29E80 19X0 4SL0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0|1",
753
- "Antarctica/Mawson|-00 +06 +05|0 -60 -50|012|-CEo0 2fyk0|60",
754
- "Pacific/Auckland|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|14e5",
755
- "Antarctica/Palmer|-00 -03 -04 -02|0 30 40 20|0121212121213121212121212121212121212121212121212121212121212121212121212121212121|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|40",
756
- "Antarctica/Rothera|-00 -03|0 30|01|gOo0|130",
757
- "Antarctica/Syowa|-00 +03|0 -30|01|-vs00|20",
758
- "Antarctica/Troll|-00 +00 +02|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|40",
759
- "Antarctica/Vostok|-00 +06|0 -60|01|-tjA0|25",
760
- "Europe/Oslo|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2awM0 Qm0 W6o0 5pf0 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 wJc0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1qM0 WM0 zpc0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e4",
761
- "Asia/Riyadh|LMT +03|-36.Q -30|01|-TvD6.Q|57e5",
762
- "Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5",
763
- "Asia/Amman|LMT EET EEST|-2n.I -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1yW2n.I 1HiMn.I KL0 1oN0 11b0 1oN0 11b0 1pd0 1dz0 1cp0 11b0 1op0 11b0 fO10 1db0 1e10 1cL0 1cN0 1cL0 1cN0 1fz0 1pd0 10n0 1ld0 14n0 1hB0 15b0 1ip0 19X0 1cN0 1cL0 1cN0 17b0 1ld0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1So0 y00 1fc0 1dc0 1co0 1dc0 1cM0 1cM0 1cM0 1o00 11A0 1lc0 17c0 1cM0 1cM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|25e5",
764
- "Asia/Anadyr|LMT +12 +13 +14 +11|-bN.U -c0 -d0 -e0 -b0|01232121212121212121214121212121212121212121212121212121212141|-1PcbN.U eUnN.U 23CL0 1db0 2q10 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|13e3",
765
- "Asia/Aqtau|LMT +04 +05 +06|-3l.4 -40 -50 -60|012323232323232323232123232312121212121212121212|-1Pc3l.4 eUnl.4 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|15e4",
766
- "Asia/Aqtobe|LMT +04 +05 +06|-3M.E -40 -50 -60|0123232323232323232321232323232323232323232323232|-1Pc3M.E eUnM.E 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|27e4",
767
- "Asia/Ashgabat|LMT +04 +05 +06|-3R.w -40 -50 -60|0123232323232323232323212|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0|41e4",
768
- "Asia/Atyrau|LMT +03 +05 +06 +04|-3r.I -30 -50 -60 -40|01232323232323232323242323232323232324242424242|-1Pc3r.I eUor.I 24PW0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 2sp0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0",
769
- "Asia/Baghdad|BMT +03 +04|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5",
770
- "Asia/Qatar|LMT +04 +03|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4",
771
- "Asia/Baku|LMT +03 +04 +05|-3j.o -30 -40 -50|01232323232323232323232123232323232323232323232323232323232323232|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 9Je0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5",
772
- "Asia/Bangkok|BMT +07|-6G.4 -70|01|-218SG.4|15e6",
773
- "Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0",
774
- "Asia/Beirut|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-21aq0 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0|22e5",
775
- "Asia/Bishkek|LMT +05 +06 +07|-4W.o -50 -60 -70|012323232323232323232321212121212121212121212121212|-1Pc4W.o eUnW.o 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2e00 1tX0 17b0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1cPu 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0|87e4",
776
- "Asia/Brunei|LMT +0730 +08|-7D.E -7u -80|012|-1KITD.E gDc9.E|42e4",
777
- "Asia/Kolkata|HMT +0630 IST|-5R.k -6u -5u|01212|-18LFR.k 1unn.k HB0 7zX0|15e6",
778
- "Asia/Chita|LMT +08 +09 +10|-7x.Q -80 -90 -a0|012323232323232323232321232323232323232323232323232323232323232312|-21Q7x.Q pAnx.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3re0|33e4",
779
- "Asia/Choibalsan|LMT +07 +08 +10 +09|-7C -70 -80 -a0 -90|0123434343434343434343434343434343434343434343424242|-2APHC 2UkoC cKn0 1da0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 3Db0 h1f0 1cJ0 1cP0 1cJ0|38e3",
780
- "Asia/Shanghai|CST CDT|-80 -90|01010101010101010|-1c1I0 LX0 16p0 1jz0 1Myp0 Rb0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0|23e6",
781
- "Asia/Colombo|MMT +0530 +06 +0630|-5j.w -5u -60 -6u|01231321|-2zOtj.w 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu|22e5",
782
- "Asia/Dhaka|HMT +0630 +0530 +06 +07|-5R.k -6u -5u -60 -70|0121343|-18LFR.k 1unn.k HB0 m6n0 2kxbu 1i00|16e6",
783
- "Asia/Damascus|LMT EET EEST|-2p.c -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-21Jep.c Hep.c 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1xRB0 11X0 1oN0 10L0 1pB0 11b0 1oN0 10L0 1mp0 13X0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 Nb0 1AN0 Nb0 bcp0 19X0 1gp0 19X0 3ld0 1xX0 Vd0 1Bz0 Sp0 1vX0 10p0 1dz0 1cN0 1cL0 1db0 1db0 1g10 1an0 1ap0 1db0 1fd0 1db0 1cN0 1db0 1dd0 1db0 1cp0 1dz0 1c10 1dX0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 19z0 1fB0 1qL0 11B0 1on0 Wp0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0|26e5",
784
- "Asia/Dili|LMT +08 +09|-8m.k -80 -90|01212|-2le8m.k 1dnXm.k 1nfA0 Xld0|19e4",
785
- "Asia/Dubai|LMT +04|-3F.c -40|01|-21JfF.c|39e5",
786
- "Asia/Dushanbe|LMT +05 +06 +07|-4z.c -50 -60 -70|012323232323232323232321|-1Pc4z.c eUnz.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2hB0|76e4",
787
- "Asia/Famagusta|LMT EET EEST +03|-2f.M -20 -30 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212123|-1Vc2f.M 2a3cf.M 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 15U0",
788
- "Asia/Gaza|EET EEST IST IDT|-20 -30 -20 -30|010101010101010101010101010101012323232323232323232323232320101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 11z0 1o10 14o0 1lA1 SKX 1xd1 MKX 1AN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nz0 1220 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0|18e5",
789
- "Asia/Hebron|EET EEST IST IDT|-20 -30 -20 -30|01010101010101010101010101010101232323232323232323232323232010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 12L0 1mN0 14o0 1lc0 Tb0 1xd1 MKX bB0 cn0 1cN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nz0 1220 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0|25e4",
790
- "Asia/Ho_Chi_Minh|LMT PLMT +07 +08 +09|-76.E -76.u -70 -80 -90|0123423232|-2yC76.E bK00.a 1h7b6.u 5lz0 18o0 3Oq0 k5b0 aW00 BAM0|90e5",
791
- "Asia/Hong_Kong|LMT HKT HKST JST|-7A.G -80 -90 -90|0121312121212121212121212121212121212121212121212121212121212121212121|-2CFHA.G 1sEP6.G 1cL0 ylu 93X0 1qQu 1tX0 Rd0 1In0 NB0 1cL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1kL0 14N0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5",
792
- "Asia/Hovd|LMT +06 +07 +08|-66.A -60 -70 -80|012323232323232323232323232323232323232323232323232|-2APG6.A 2Uko6.A cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|81e3",
793
- "Asia/Irkutsk|IMT +07 +08 +09|-6V.5 -70 -80 -90|01232323232323232323232123232323232323232323232323232323232323232|-21zGV.5 pjXV.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4",
794
- "Europe/Istanbul|IMT EET EEST +04 +03|-1U.U -20 -30 -40 -30|012121212121212121212121212121212121212121212121212121234343434342121212121212121212121212121212121212121212121212121212121212124|-2ogNU.U dzzU.U 11b0 8tB0 1on0 1410 1db0 19B0 1in0 3Rd0 Un0 1oN0 11b0 zSp0 CL0 mN0 1Vz0 1gN0 1pz0 5Rd0 1fz0 1yp0 ML0 1kp0 17b0 1ip0 17b0 1fB0 19X0 1jB0 18L0 1ip0 17z0 qdd0 xX0 3S10 Tz0 dA10 11z0 1o10 11z0 1qN0 11z0 1ze0 11B0 WM0 1qO0 WI0 1nX0 1rB0 10L0 11B0 1in0 17d0 1in0 2pX0 19E0 1fU0 16Q0 1iI0 16Q0 1iI0 1Vd0 pb0 3Kp0 14o0 1de0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1a00 1fA0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WO0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 Xc0 1qo0 WM0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 15w0|13e6",
795
- "Asia/Jakarta|BMT +0720 +0730 +09 +08 WIB|-77.c -7k -7u -90 -80 -70|01232425|-1Q0Tk luM0 mPzO 8vWu 6kpu 4PXu xhcu|31e6",
796
- "Asia/Jayapura|LMT +09 +0930 WIT|-9m.M -90 -9u -90|0123|-1uu9m.M sMMm.M L4nu|26e4",
797
- "Asia/Jerusalem|JMT IST IDT IDDT|-2k.E -20 -30 -40|01212121212132121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-26Bek.E SyMk.E 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 3LB0 Em0 or0 1cn0 1dB0 16n0 10O0 1ja0 1tC0 14o0 1cM0 1a00 11A0 1Na0 An0 1MP0 AJ0 1Kp0 LC0 1oo0 Wl0 EQN0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0|81e4",
798
- "Asia/Kabul|+04 +0430|-40 -4u|01|-10Qs0|46e5",
799
- "Asia/Kamchatka|LMT +11 +12 +13|-ay.A -b0 -c0 -d0|012323232323232323232321232323232323232323232323232323232323212|-1SLKy.A ivXy.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|18e4",
800
- "Asia/Karachi|LMT +0530 +0630 +05 PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy00 1cL0 dK10 11b0 1610 1jX0|24e6",
801
- "Asia/Urumqi|LMT +06|-5O.k -60|01|-1GgtO.k|32e5",
802
- "Asia/Kathmandu|LMT +0530 +0545|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g|12e5",
803
- "Asia/Khandyga|LMT +08 +09 +10 +11|-92.d -80 -90 -a0 -b0|0123232323232323232323212323232323232323232323232343434343434343432|-21Q92.d pAp2.d 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 qK0 yN0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|66e2",
804
- "Asia/Krasnoyarsk|LMT +06 +07 +08|-6b.q -60 -70 -80|01232323232323232323232123232323232323232323232323232323232323232|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5",
805
- "Asia/Kuala_Lumpur|SMT +07 +0720 +0730 +09 +08|-6T.p -70 -7k -7u -90 -80|0123435|-2Bg6T.p 17anT.p l5XE 17bO 8Fyu 1so1u|71e5",
806
- "Asia/Kuching|LMT +0730 +08 +0820 +09|-7l.k -7u -80 -8k -90|0123232323232323242|-1KITl.k gDbP.k 6ynu AnE 1O0k AnE 1NAk AnE 1NAk AnE 1NAk AnE 1O0k AnE 1NAk AnE pAk 8Fz0|13e4",
807
- "Asia/Macau|LMT CST CDT|-7y.k -80 -90|012121212121212121212121212121212121212121|-2le7y.k 1XO34.k 1wn0 Rd0 1wn0 R9u 1wqu U10 1tz0 TVu 1tz0 17gu 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cJu 1cL0 1cN0 1fz0 1cN0 1cOu 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cJu 1cL0 1cN0 1fz0 1cN0 1cL0|57e4",
808
- "Asia/Magadan|LMT +10 +11 +12|-a3.c -a0 -b0 -c0|012323232323232323232321232323232323232323232323232323232323232312|-1Pca3.c eUo3.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Cq0|95e3",
809
- "Asia/Makassar|LMT MMT +08 +09 WITA|-7V.A -7V.A -80 -90 -80|01234|-21JjV.A vfc0 myLV.A 8ML0|15e5",
810
- "Asia/Manila|+08 +09|-80 -90|010101010|-1kJI0 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6",
811
- "Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|32e4",
812
- "Asia/Novokuznetsk|LMT +06 +07 +08|-5M.M -60 -70 -80|012323232323232323232321232323232323232323232323232323232323212|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|55e4",
813
- "Asia/Novosibirsk|LMT +06 +07 +08|-5v.E -60 -70 -80|0123232323232323232323212323212121212121212121212121212121212121212|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 4eN0|15e5",
814
- "Asia/Omsk|LMT +05 +06 +07|-4R.u -50 -60 -70|01232323232323232323232123232323232323232323232323232323232323232|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5",
815
- "Asia/Oral|LMT +03 +05 +06 +04|-3p.o -30 -50 -60 -40|01232323232323232424242424242424242424242424242|-1Pc3p.o eUop.o 23CK0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4",
816
- "Asia/Pontianak|LMT PMT +0730 +09 +08 WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4",
817
- "Asia/Pyongyang|LMT KST JST KST|-8n -8u -90 -90|01231|-2um8n 97XR 1lTzu 2Onc0|29e5",
818
- "Asia/Qyzylorda|LMT +04 +05 +06|-4l.Q -40 -50 -60|0123232323232323232323232323232323232323232323|-1Pc4l.Q eUol.Q 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 3ao0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|73e4",
819
- "Asia/Rangoon|RMT +0630 +09|-6o.E -6u -90|0121|-21Jio.E SmnS.E 7j9u|48e5",
820
- "Asia/Sakhalin|LMT +09 +11 +12 +10|-9u.M -90 -b0 -c0 -a0|01232323232323232323232423232323232424242424242424242424242424242|-2AGVu.M 1BoMu.M 1qFa0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 2pB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|58e4",
821
- "Asia/Samarkand|LMT +04 +05 +06|-4r.R -40 -50 -60|01232323232323232323232|-1Pc4r.R eUor.R 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0|36e4",
822
- "Asia/Seoul|LMT KST JST KST KDT KDT|-8r.Q -8u -90 -90 -9u -a0|0123141414141414135353|-2um8r.Q 97XV.Q 1m1zu kKo0 2I0u OL0 1FB0 Rb0 1qN0 TX0 1tB0 TX0 1tB0 TX0 1tB0 TX0 2ap0 12FBu 11A0 1o00 11A0|23e6",
823
- "Asia/Srednekolymsk|LMT +10 +11 +12|-ae.Q -a0 -b0 -c0|01232323232323232323232123232323232323232323232323232323232323232|-1Pcae.Q eUoe.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|35e2",
824
- "Asia/Taipei|CST JST CDT|-80 -90 -90|01020202020202020202020202020202020202020|-1iw80 joM0 1yo0 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 10N0 1BX0 10p0 1pz0 10p0 1pz0 10p0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1BB0 ML0 1Bd0 ML0 uq10 1db0 1cN0 1db0 97B0 AL0|74e5",
825
- "Asia/Tashkent|LMT +05 +06 +07|-4B.b -50 -60 -70|012323232323232323232321|-1Pc4B.b eUnB.b 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0|23e5",
826
- "Asia/Tbilisi|TBMT +03 +04 +05|-2X.b -30 -40 -50|0123232323232323232323212121232323232323232323212|-1Pc2X.b 1jUnX.b WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cK0 1cL0 1cN0 1cL0 1cN0 2pz0 1cL0 1fB0 3Nz0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 An0 Os0 WM0|11e5",
827
- "Asia/Tehran|LMT TMT +0330 +04 +05 +0430|-3p.I -3p.I -3u -40 -50 -4u|01234325252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2btDp.I 1d3c0 1huLT.I TXu 1pz0 sN0 vAu 1cL0 1dB0 1en0 pNB0 UL0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 64p0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0|14e6",
828
- "Asia/Thimphu|LMT +0530 +06|-5W.A -5u -60|012|-Su5W.A 1BGMs.A|79e3",
829
- "Asia/Tokyo|JST JDT|-90 -a0|010101010|-QJH0 QL0 1lB0 13X0 1zB0 NX0 1zB0 NX0|38e6",
830
- "Asia/Tomsk|LMT +06 +07 +08|-5D.P -60 -70 -80|0123232323232323232323212323232323232323232323212121212121212121212|-21NhD.P pxzD.P 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 co0 1bB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Qp0|10e5",
831
- "Asia/Ulaanbaatar|LMT +07 +08 +09|-77.w -70 -80 -90|012323232323232323232323232323232323232323232323232|-2APH7.w 2Uko7.w cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|12e5",
832
- "Asia/Ust-Nera|LMT +08 +09 +12 +11 +10|-9w.S -80 -90 -c0 -b0 -a0|012343434343434343434345434343434343434343434343434343434343434345|-21Q9w.S pApw.S 23CL0 1d90 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|65e2",
833
- "Asia/Vladivostok|LMT +09 +10 +11|-8L.v -90 -a0 -b0|01232323232323232323232123232323232323232323232323232323232323232|-1SJIL.v itXL.v 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4",
834
- "Asia/Yakutsk|LMT +08 +09 +10|-8C.W -80 -90 -a0|01232323232323232323232123232323232323232323232323232323232323232|-21Q8C.W pAoC.W 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|28e4",
835
- "Asia/Yekaterinburg|LMT PMT +04 +05 +06|-42.x -3J.5 -40 -50 -60|012343434343434343434343234343434343434343434343434343434343434343|-2ag42.x 7mQh.s qBvJ.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|14e5",
836
- "Asia/Yerevan|LMT +03 +04 +05|-2W -30 -40 -50|0123232323232323232323212121212323232323232323232323232323232|-1Pc2W 1jUnW WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 4RX0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|13e5",
837
- "Atlantic/Azores|HMT -02 -01 +00 WET|1S.w 20 10 0 0|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121232323232323232323232323232323234323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2ldW5.s aPX5.s Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|25e4",
838
- "Atlantic/Bermuda|LMT AST ADT|4j.i 40 30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1BnRE.G 1LTbE.G 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e3",
839
- "Atlantic/Canary|LMT -01 WET WEST|11.A 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UtaW.o XPAW.o 1lAK0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4",
840
- "Atlantic/Cape_Verde|LMT -02 -01|1y.4 20 10|01212|-2xomp.U 1qOMp.U 7zX0 1djf0|50e4",
841
- "Atlantic/Faroe|LMT WET WEST|r.4 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2uSnw.U 2Wgow.U 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|49e3",
842
- "Atlantic/Madeira|FMT -01 +00 +01 WET WEST|17.A 10 0 -10 0 -10|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldWQ.o aPWQ.o Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e4",
843
- "Atlantic/Reykjavik|LMT -01 +00 GMT|1s 10 0 0|012121212121212121212121212121212121212121212121212121212121212121213|-2uWmw mfaw 1Bd0 ML0 1LB0 Cn0 1LB0 3fX0 C10 HrX0 1cO0 LB0 1EL0 LA0 1C00 Oo0 1wo0 Rc0 1wo0 Rc0 1wo0 Rc0 1zc0 Oo0 1zc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0|12e4",
844
- "Atlantic/South_Georgia|-02|20|0||30",
845
- "Atlantic/Stanley|SMT -04 -03 -02|3P.o 40 30 20|012121212121212323212121212121212121212121212121212121212121212121212|-2kJw8.A 12bA8.A 19X0 1fB0 19X0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 Cn0 1Cc10 WL0 1qL0 U10 1tz0 2mN0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 U10 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qN0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 U10 1tz0 U10 1tz0 U10|21e2",
846
- "Australia/Sydney|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|40e5",
847
- "Australia/Adelaide|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 WM0 1qM0 Rc0 1zc0 U00 1tA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|11e5",
848
- "Australia/Brisbane|AEST AEDT|-a0 -b0|01010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0|20e5",
849
- "Australia/Broken_Hill|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|18e3",
850
- "Australia/Currie|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|746",
851
- "Australia/Darwin|ACST ACDT|-9u -au|010101010|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0|12e4",
852
- "Australia/Eucla|+0845 +0945|-8J -9J|0101010101010101010|-293kI xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|368",
853
- "Australia/Hobart|AEST AEDT|-a0 -b0|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 VfB0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|21e4",
854
- "Australia/Lord_Howe|AEST +1030 +1130 +11|-a0 -au -bu -b0|0121212121313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313|raC0 1zdu Rb0 1zd0 On0 1zd0 On0 1zd0 On0 1zd0 TXu 1qMu WLu 1tAu WLu 1tAu TXu 1tAu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 11Au 1nXu 1qMu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu 11zu 1o0u WLu 1qMu 14nu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu|347",
855
- "Australia/Lindeman|AEST AEDT|-a0 -b0|010101010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0|10",
856
- "Australia/Melbourne|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1qM0 11A0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|39e5",
857
- "Australia/Perth|AWST AWDT|-80 -90|0101010101010101010|-293jX xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|18e5",
858
- "CET|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00",
859
- "CST6CDT|CST CDT CWT CPT|60 50 50 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
860
- "Pacific/Easter|EMT -07 -06 -05|7h.s 70 60 50|012121212121212121212121212123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1uSgG.w 1s4IG.w WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 2pA0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|30e2",
861
- "EET|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00",
862
- "EST|EST|50|0|",
863
- "EST5EDT|EST EDT EWT EPT|50 40 40 40|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 SgN0 8x40 iv0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
864
- "Europe/Dublin|DMT IST GMT BST IST|p.l -y.D 0 -10 -10|01232323232324242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242|-2ax9y.D Rc0 1fzy.D 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 g5X0 14p0 1wn0 17d0 1io0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5",
865
- "Etc/GMT+0|GMT|0|0|",
866
- "Etc/GMT+1|-01|10|0|",
867
- "Etc/GMT+10|-10|a0|0|",
868
- "Etc/GMT+11|-11|b0|0|",
869
- "Etc/GMT+12|-12|c0|0|",
870
- "Etc/GMT+3|-03|30|0|",
871
- "Etc/GMT+4|-04|40|0|",
872
- "Etc/GMT+5|-05|50|0|",
873
- "Etc/GMT+6|-06|60|0|",
874
- "Etc/GMT+7|-07|70|0|",
875
- "Etc/GMT+8|-08|80|0|",
876
- "Etc/GMT+9|-09|90|0|",
877
- "Etc/GMT-1|+01|-10|0|",
878
- "Pacific/Port_Moresby|+10|-a0|0||25e4",
879
- "Pacific/Pohnpei|+11|-b0|0||34e3",
880
- "Pacific/Tarawa|+12|-c0|0||29e3",
881
- "Etc/GMT-13|+13|-d0|0|",
882
- "Etc/GMT-14|+14|-e0|0|",
883
- "Etc/GMT-2|+02|-20|0|",
884
- "Etc/GMT-3|+03|-30|0|",
885
- "Etc/GMT-4|+04|-40|0|",
886
- "Etc/GMT-5|+05|-50|0|",
887
- "Etc/GMT-6|+06|-60|0|",
888
- "Indian/Christmas|+07|-70|0||21e2",
889
- "Etc/GMT-8|+08|-80|0|",
890
- "Pacific/Palau|+09|-90|0||21e3",
891
- "Etc/UCT|UCT|0|0|",
892
- "Etc/UTC|UTC|0|0|",
893
- "Europe/Amsterdam|AMT NST +0120 +0020 CEST CET|-j.w -1j.w -1k -k -20 -10|010101010101010101010101010101010101010101012323234545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2aFcj.w 11b0 1iP0 11A0 1io0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1co0 1io0 1yo0 Pc0 1a00 1fA0 1Bc0 Mo0 1tc0 Uo0 1tA0 U00 1uo0 W00 1s00 VA0 1so0 Vc0 1sM0 UM0 1wo0 Rc0 1u00 Wo0 1rA0 W00 1s00 VA0 1sM0 UM0 1w00 fV0 BCX.w 1tA0 U00 1u00 Wo0 1sm0 601k WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|16e5",
894
- "Europe/Andorra|WET CET CEST|0 -10 -20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-UBA0 1xIN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|79e3",
895
- "Europe/Astrakhan|LMT +03 +04 +05|-3c.c -30 -40 -50|012323232323232323212121212121212121212121212121212121212121212|-1Pcrc.c eUMc.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0",
896
- "Europe/Athens|AMT EET EEST CEST CET|-1y.Q -20 -30 -20 -10|012123434121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a61x.Q CNbx.Q mn0 kU10 9b0 3Es0 Xa0 1fb0 1dd0 k3X0 Nz0 SCp0 1vc0 SO0 1cM0 1a00 1ao0 1fc0 1a10 1fG0 1cg0 1dX0 1bX0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|35e5",
897
- "Europe/London|GMT BST BDST|0 -10 -20|0101010101010101010101010101010101010101010101010121212121210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|10e6",
898
- "Europe/Belgrade|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19RC0 3IP0 WM0 1fA0 1cM0 1cM0 1rc0 Qo0 1vmo0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5",
899
- "Europe/Berlin|CET CEST CEMT|-10 -20 -30|01010101010101210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 kL0 Nc0 m10 WM0 1ao0 1cp0 dX0 jz0 Dd0 1io0 17c0 1fA0 1a00 1ehA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e5",
900
- "Europe/Prague|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 16M0 1lc0 1tA0 17A0 11c0 1io0 17c0 1io0 17c0 1fc0 1ao0 1bNc0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|13e5",
901
- "Europe/Brussels|WET CET CEST WEST|0 -10 -20 -10|0121212103030303030303030303030303030303030303030303212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ehc0 3zX0 11c0 1iO0 11A0 1o00 11A0 my0 Ic0 1qM0 Rc0 1EM0 UM0 1u00 10o0 1io0 1io0 17c0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a30 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 y00 5Wn0 WM0 1fA0 1cM0 16M0 1iM0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|21e5",
902
- "Europe/Bucharest|BMT EET EEST|-1I.o -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1xApI.o 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Axc0 On0 1fA0 1a10 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|19e5",
903
- "Europe/Budapest|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1ip0 17b0 1op0 1tb0 Q2m0 3Ne0 WM0 1fA0 1cM0 1cM0 1oJ0 1dc0 1030 1fA0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1iM0 1fA0 8Ha0 Rb0 1wN0 Rb0 1BB0 Lz0 1C20 LB0 SNX0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5",
904
- "Europe/Zurich|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19Lc0 11A0 1o00 11A0 1xG10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e4",
905
- "Europe/Chisinau|CMT BMT EET EEST CEST CET MSK MSD|-1T -1I.o -20 -30 -20 -10 -30 -40|012323232323232323234545467676767676767676767323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-26jdT wGMa.A 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 27A0 2en0 39g0 WM0 1fA0 1cM0 V90 1t7z0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 gL0 WO0 1cM0 1cM0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11D0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|67e4",
906
- "Europe/Copenhagen|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 Tz0 VuO0 60q0 WM0 1fA0 1cM0 1cM0 1cM0 S00 1HA0 Nc0 1C00 Dc0 1Nc0 Ao0 1h5A0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5",
907
- "Europe/Gibraltar|GMT BST BDST CET CEST|0 -10 -20 -10 -20|010101010101010101010101010101010101010101010101012121212121010121010101010101010101034343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 10Jz0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|30e3",
908
- "Europe/Helsinki|HMT EET EEST|-1D.N -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1WuND.N OULD.N 1dA0 1xGq0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5",
909
- "Europe/Kaliningrad|CET CEST CET CEST MSK MSD EEST EET +03|-10 -20 -20 -30 -30 -40 -30 -20 -30|0101010101010232454545454545454546767676767676767676767676767676767676767676787|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 Am0 Lb0 1en0 op0 1pNz0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|44e4",
910
- "Europe/Kiev|KMT EET MSK CEST CET MSD EEST|-22.4 -20 -30 -20 -10 -40 -30|0123434252525252525252525256161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc22.4 eUo2.4 rnz0 2Hg0 WM0 1fA0 da0 1v4m0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 Db0 3220 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|34e5",
911
- "Europe/Kirov|LMT +03 +04 +05|-3i.M -30 -40 -50|01232323232323232321212121212121212121212121212121212121212121|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|48e4",
912
- "Europe/Lisbon|LMT WET WEST WEMT CET CEST|A.J 0 -10 -20 -10 -20|012121212121212121212121212121212121212121212321232123212321212121212121212121212121212121212121214121212121212121212121212121212124545454212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ldXn.f aPWn.f Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 pvy0 1cM0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e5",
913
- "Europe/Luxembourg|LMT CET CEST WET WEST WEST WET|-o.A -10 -20 0 -10 -20 -10|0121212134343434343434343434343434343434343434343434565651212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2DG0o.A t6mo.A TB0 1nX0 Up0 1o20 11A0 rW0 CM0 1qP0 R90 1EO0 UK0 1u20 10m0 1ip0 1in0 17e0 19W0 1fB0 1db0 1cp0 1in0 17d0 1fz0 1a10 1in0 1a10 1in0 17f0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 vA0 60L0 WM0 1fA0 1cM0 17c0 1io0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4",
914
- "Europe/Madrid|WET WEST WEMT CET CEST|0 -10 -20 -10 -20|010101010101010101210343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-25Td0 19B0 1cL0 1dd0 b1z0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1in0 17d0 iIn0 Hd0 1cL0 bb0 1200 2s20 14n0 5aL0 Mp0 1vz0 17d0 1in0 17d0 1in0 17d0 1in0 17d0 6hX0 11B0 XHX0 1a10 1fz0 1a10 19X0 1cN0 1fz0 1a10 1fC0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e5",
915
- "Europe/Malta|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1co0 17c0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1co0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4",
916
- "Europe/Minsk|MMT EET MSK CEST CET MSD EEST +03|-1O -20 -30 -20 -10 -40 -30 -30|01234343252525252525252525261616161616161616161616161616161616161617|-1Pc1O eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0|19e5",
917
- "Europe/Monaco|PMT WET WEST WEMT CET CEST|-9.l 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121212121232323232345454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 2RV0 11z0 11B0 1ze0 WM0 1fA0 1cM0 1fa0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e3",
918
- "Europe/Moscow|MMT MMT MST MDST MSD MSK +05 EET EEST MSK|-2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|012132345464575454545454545454545458754545454545454545454545454545454545454595|-2ag2u.h 2pyW.W 1bA0 11X0 GN0 1Hb0 c4v.j ik0 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6",
919
- "Europe/Paris|PMT WET WEST CEST CET WEMT|-9.l 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123434352543434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2nco8.l cNb8.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e6",
920
- "Europe/Riga|RMT LST EET MSK CEST CET MSD EEST|-1A.y -2A.y -20 -30 -20 -10 -40 -30|010102345454536363636363636363727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272|-25TzA.y 11A0 1iM0 ko0 gWm0 yDXA.y 2bX0 3fE0 WM0 1fA0 1cM0 1cM0 4m0 1sLy0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 1o00 11A0 1o00 11A0 1qM0 3oo0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|64e4",
921
- "Europe/Rome|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1cM0 16M0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1C00 LA0 1zc0 Oo0 1C00 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1zc0 Oo0 1fC0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|39e5",
922
- "Europe/Samara|LMT +03 +04 +05|-3k.k -30 -40 -50|0123232323232323232121232323232323232323232323232323232323212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2y10 14m0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|12e5",
923
- "Europe/Saratov|LMT +03 +04 +05|-34.i -30 -40 -50|012323232323232321212121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 5810",
924
- "Europe/Simferopol|SMT EET MSK CEST CET MSD EEST MSK|-2g -20 -30 -20 -10 -40 -30 -40|012343432525252525252525252161616525252616161616161616161616161616161616172|-1Pc2g eUog rEn0 2qs0 WM0 1fA0 1cM0 3V0 1u0L0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 4eL0 1cL0 1cN0 1cL0 1cN0 dX0 WL0 1cN0 1cL0 1fB0 1o30 11B0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11z0 1nW0|33e4",
925
- "Europe/Sofia|EET CET CEST EEST|-20 -10 -20 -30|01212103030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030|-168L0 WM0 1fA0 1cM0 1cM0 1cN0 1mKH0 1dd0 1fb0 1ap0 1fb0 1a20 1fy0 1a30 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5",
926
- "Europe/Stockholm|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 TB0 2yDe0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|15e5",
927
- "Europe/Tallinn|TMT CET CEST EET MSK MSD EEST|-1D -10 -20 -20 -30 -40 -30|012103421212454545454545454546363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363|-26oND teD 11A0 1Ta0 4rXl KSLD 2FX0 2Jg0 WM0 1fA0 1cM0 18J0 1sTX0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o10 11A0 1qM0 5QM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e4",
928
- "Europe/Tirane|LMT CET CEST|-1j.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glBj.k 14pcj.k 5LC0 WM0 4M0 1fCK0 10n0 1op0 11z0 1pd0 11z0 1qN0 WL0 1qp0 Xb0 1qp0 Xb0 1qp0 11z0 1lB0 11z0 1qN0 11z0 1iN0 16n0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4",
929
- "Europe/Ulyanovsk|LMT +03 +04 +05 +02|-3d.A -30 -40 -50 -20|01232323232323232321214121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0",
930
- "Europe/Uzhgorod|CET CEST MSK MSD EET EEST|-10 -20 -30 -40 -20 -30|010101023232323232323232320454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-1cqL0 6i00 WM0 1fA0 1cM0 1ml0 1Cp0 1r3W0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 1Nf0 2pw0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e4",
931
- "Europe/Vienna|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 3KM0 14o0 LA00 6i00 WM0 1fA0 1cM0 1cM0 1cM0 400 2qM0 1a00 1cM0 1cM0 1io0 17c0 1gHa0 19X0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|18e5",
932
- "Europe/Vilnius|WMT KMT CET EET MSK CEST MSD EEST|-1o -1z.A -10 -20 -30 -20 -40 -30|012324525254646464646464646473737373737373737352537373737373737373737373737373737373737373737373737373737373737373737373|-293do 6ILM.o 1Ooz.A zz0 Mfd0 29W0 3is0 WM0 1fA0 1cM0 LV0 1tgL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11B0 1o00 11A0 1qM0 8io0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4",
933
- "Europe/Volgograd|LMT +03 +04 +05|-2V.E -30 -40 -50|01232323232323232121212121212121212121212121212121212121212121|-21IqV.E psLV.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5",
934
- "Europe/Warsaw|WMT CET CEST EET EEST|-1o -10 -20 -20 -30|012121234312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ctdo 1LXo 11d0 1iO0 11A0 1o00 11A0 1on0 11A0 6zy0 HWP0 5IM0 WM0 1fA0 1cM0 1dz0 1mL0 1en0 15B0 1aq0 1nA0 11A0 1io0 17c0 1fA0 1a00 iDX0 LA0 1cM0 1cM0 1C00 Oo0 1cM0 1cM0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1C00 LA0 uso0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5",
935
- "Europe/Zaporozhye|+0220 EET MSK CEST CET MSD EEST|-2k -20 -30 -20 -10 -40 -30|01234342525252525252525252526161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc2k eUok rdb0 2RE0 WM0 1fA0 8m0 1v9a0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cK0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|77e4",
936
- "HST|HST|a0|0|",
937
- "Indian/Chagos|LMT +05 +06|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2",
938
- "Indian/Cocos|+0630|-6u|0||596",
939
- "Indian/Kerguelen|-00 +05|0 -50|01|-MG00|130",
940
- "Indian/Mahe|LMT +04|-3F.M -40|01|-2yO3F.M|79e3",
941
- "Indian/Maldives|MMT +05|-4S -50|01|-olgS|35e4",
942
- "Indian/Mauritius|LMT +04 +05|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4",
943
- "Indian/Reunion|LMT +04|-3F.Q -40|01|-2mDDF.Q|84e4",
944
- "Pacific/Kwajalein|+11 -12 +12|-b0 c0 -c0|012|-AX0 W9X0|14e3",
945
- "MET|MET MEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00",
946
- "MST|MST|70|0|",
947
- "MST7MDT|MST MDT MWT MPT|70 60 60 60|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
948
- "Pacific/Chatham|+1215 +1245 +1345|-cf -cJ -dJ|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-WqAf 1adef IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|600",
949
- "PST8PDT|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
950
- "Pacific/Apia|LMT -1130 -11 -10 +14 +13|bq.U bu b0 a0 -e0 -d0|01232345454545454545454545454545454545454545454545454545454|-2nDMx.4 1yW03.4 2rRbu 1ff0 1a00 CI0 AQ0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|37e3",
951
- "Pacific/Bougainville|+10 +09 +11|-a0 -90 -b0|0102|-16Wy0 7CN0 2MQp0|18e4",
952
- "Pacific/Efate|LMT +11 +12|-bd.g -b0 -c0|0121212121212121212121|-2l9nd.g 2Szcd.g 1cL0 1oN0 10L0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 Lz0 1Nd0 An0|66e3",
953
- "Pacific/Enderbury|-12 -11 +13|c0 b0 -d0|012|nIc0 B8n0|1",
954
- "Pacific/Fakaofo|-11 +13|b0 -d0|01|1Gfn0|483",
955
- "Pacific/Fiji|LMT +12 +13|-bT.I -c0 -d0|0121212121212121212121212121212121212121212121212121212121212121|-2bUzT.I 3m8NT.I LA0 1EM0 IM0 nJc0 LA0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 uM0 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0|88e4",
956
- "Pacific/Galapagos|LMT -05 -06|5W.o 50 60|01212|-1yVS1.A 2dTz1.A gNd0 rz0|25e3",
957
- "Pacific/Gambier|LMT -09|8X.M 90|01|-2jof0.c|125",
958
- "Pacific/Guadalcanal|LMT +11|-aD.M -b0|01|-2joyD.M|11e4",
959
- "Pacific/Guam|GST ChST|-a0 -a0|01|1fpq0|17e4",
960
- "Pacific/Honolulu|HST HDT HST|au 9u a0|010102|-1thLu 8x0 lef0 8Pz0 46p0|37e4",
961
- "Pacific/Kiritimati|-1040 -10 +14|aE a0 -e0|012|nIaE B8nk|51e2",
962
- "Pacific/Kosrae|+11 +12|-b0 -c0|010|-AX0 1bdz0|66e2",
963
- "Pacific/Majuro|+11 +12|-b0 -c0|01|-AX0|28e3",
964
- "Pacific/Marquesas|LMT -0930|9i 9u|01|-2joeG|86e2",
965
- "Pacific/Pago_Pago|LMT SST|bm.M b0|01|-2nDMB.c|37e2",
966
- "Pacific/Nauru|LMT +1130 +09 +12|-b7.E -bu -90 -c0|01213|-1Xdn7.E PvzB.E 5RCu 1ouJu|10e3",
967
- "Pacific/Niue|-1120 -1130 -11|bk bu b0|012|-KfME 17y0a|12e2",
968
- "Pacific/Norfolk|+1112 +1130 +1230 +11|-bc -bu -cu -b0|01213|-Kgbc W01G On0 1COp0|25e4",
969
- "Pacific/Noumea|LMT +11 +12|-b5.M -b0 -c0|01212121|-2l9n5.M 2EqM5.M xX0 1PB0 yn0 HeP0 Ao0|98e3",
970
- "Pacific/Pitcairn|-0830 -08|8u 80|01|18Vku|56",
971
- "Pacific/Rarotonga|-1030 -0930 -10|au 9u a0|012121212121212121212121212|lyWu IL0 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu|13e3",
972
- "Pacific/Tahiti|LMT -10|9W.g a0|01|-2joe1.I|18e4",
973
- "Pacific/Tongatapu|+1220 +13 +14|-ck -d0 -e0|0121212121212121212121212121212121212121212121212121|-1aB0k 2n5dk 15A0 1wo0 xz0 1Q10 xz0 zWN0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0|75e3",
974
- "WET|WET WEST|0 -10|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"
975
- ],
976
- "links": [
977
- "Africa/Abidjan|Africa/Bamako",
978
- "Africa/Abidjan|Africa/Banjul",
979
- "Africa/Abidjan|Africa/Conakry",
980
- "Africa/Abidjan|Africa/Dakar",
981
- "Africa/Abidjan|Africa/Freetown",
982
- "Africa/Abidjan|Africa/Lome",
983
- "Africa/Abidjan|Africa/Nouakchott",
984
- "Africa/Abidjan|Africa/Ouagadougou",
985
- "Africa/Abidjan|Africa/Sao_Tome",
986
- "Africa/Abidjan|Africa/Timbuktu",
987
- "Africa/Abidjan|Atlantic/St_Helena",
988
- "Africa/Cairo|Egypt",
989
- "Africa/Johannesburg|Africa/Maseru",
990
- "Africa/Johannesburg|Africa/Mbabane",
991
- "Africa/Khartoum|Africa/Juba",
992
- "Africa/Lagos|Africa/Bangui",
993
- "Africa/Lagos|Africa/Brazzaville",
994
- "Africa/Lagos|Africa/Douala",
995
- "Africa/Lagos|Africa/Kinshasa",
996
- "Africa/Lagos|Africa/Libreville",
997
- "Africa/Lagos|Africa/Luanda",
998
- "Africa/Lagos|Africa/Malabo",
999
- "Africa/Lagos|Africa/Niamey",
1000
- "Africa/Lagos|Africa/Porto-Novo",
1001
- "Africa/Maputo|Africa/Blantyre",
1002
- "Africa/Maputo|Africa/Bujumbura",
1003
- "Africa/Maputo|Africa/Gaborone",
1004
- "Africa/Maputo|Africa/Harare",
1005
- "Africa/Maputo|Africa/Kigali",
1006
- "Africa/Maputo|Africa/Lubumbashi",
1007
- "Africa/Maputo|Africa/Lusaka",
1008
- "Africa/Nairobi|Africa/Addis_Ababa",
1009
- "Africa/Nairobi|Africa/Asmara",
1010
- "Africa/Nairobi|Africa/Asmera",
1011
- "Africa/Nairobi|Africa/Dar_es_Salaam",
1012
- "Africa/Nairobi|Africa/Djibouti",
1013
- "Africa/Nairobi|Africa/Kampala",
1014
- "Africa/Nairobi|Africa/Mogadishu",
1015
- "Africa/Nairobi|Indian/Antananarivo",
1016
- "Africa/Nairobi|Indian/Comoro",
1017
- "Africa/Nairobi|Indian/Mayotte",
1018
- "Africa/Tripoli|Libya",
1019
- "America/Adak|America/Atka",
1020
- "America/Adak|US/Aleutian",
1021
- "America/Anchorage|US/Alaska",
1022
- "America/Argentina/Buenos_Aires|America/Buenos_Aires",
1023
- "America/Argentina/Catamarca|America/Argentina/ComodRivadavia",
1024
- "America/Argentina/Catamarca|America/Catamarca",
1025
- "America/Argentina/Cordoba|America/Cordoba",
1026
- "America/Argentina/Cordoba|America/Rosario",
1027
- "America/Argentina/Jujuy|America/Jujuy",
1028
- "America/Argentina/Mendoza|America/Mendoza",
1029
- "America/Atikokan|America/Coral_Harbour",
1030
- "America/Chicago|US/Central",
1031
- "America/Curacao|America/Aruba",
1032
- "America/Curacao|America/Kralendijk",
1033
- "America/Curacao|America/Lower_Princes",
1034
- "America/Denver|America/Shiprock",
1035
- "America/Denver|Navajo",
1036
- "America/Denver|US/Mountain",
1037
- "America/Detroit|US/Michigan",
1038
- "America/Edmonton|Canada/Mountain",
1039
- "America/Fort_Wayne|America/Indiana/Indianapolis",
1040
- "America/Fort_Wayne|America/Indianapolis",
1041
- "America/Fort_Wayne|US/East-Indiana",
1042
- "America/Halifax|Canada/Atlantic",
1043
- "America/Havana|Cuba",
1044
- "America/Indiana/Knox|America/Knox_IN",
1045
- "America/Indiana/Knox|US/Indiana-Starke",
1046
- "America/Jamaica|Jamaica",
1047
- "America/Kentucky/Louisville|America/Louisville",
1048
- "America/Los_Angeles|US/Pacific",
1049
- "America/Los_Angeles|US/Pacific-New",
1050
- "America/Manaus|Brazil/West",
1051
- "America/Mazatlan|Mexico/BajaSur",
1052
- "America/Mexico_City|Mexico/General",
1053
- "America/New_York|US/Eastern",
1054
- "America/Noronha|Brazil/DeNoronha",
1055
- "America/Panama|America/Cayman",
1056
- "America/Phoenix|US/Arizona",
1057
- "America/Port_of_Spain|America/Anguilla",
1058
- "America/Port_of_Spain|America/Antigua",
1059
- "America/Port_of_Spain|America/Dominica",
1060
- "America/Port_of_Spain|America/Grenada",
1061
- "America/Port_of_Spain|America/Guadeloupe",
1062
- "America/Port_of_Spain|America/Marigot",
1063
- "America/Port_of_Spain|America/Montserrat",
1064
- "America/Port_of_Spain|America/St_Barthelemy",
1065
- "America/Port_of_Spain|America/St_Kitts",
1066
- "America/Port_of_Spain|America/St_Lucia",
1067
- "America/Port_of_Spain|America/St_Thomas",
1068
- "America/Port_of_Spain|America/St_Vincent",
1069
- "America/Port_of_Spain|America/Tortola",
1070
- "America/Port_of_Spain|America/Virgin",
1071
- "America/Regina|Canada/East-Saskatchewan",
1072
- "America/Regina|Canada/Saskatchewan",
1073
- "America/Rio_Branco|America/Porto_Acre",
1074
- "America/Rio_Branco|Brazil/Acre",
1075
- "America/Santiago|Chile/Continental",
1076
- "America/Sao_Paulo|Brazil/East",
1077
- "America/St_Johns|Canada/Newfoundland",
1078
- "America/Tijuana|America/Ensenada",
1079
- "America/Tijuana|America/Santa_Isabel",
1080
- "America/Tijuana|Mexico/BajaNorte",
1081
- "America/Toronto|America/Montreal",
1082
- "America/Toronto|Canada/Eastern",
1083
- "America/Vancouver|Canada/Pacific",
1084
- "America/Whitehorse|Canada/Yukon",
1085
- "America/Winnipeg|Canada/Central",
1086
- "Asia/Ashgabat|Asia/Ashkhabad",
1087
- "Asia/Bangkok|Asia/Phnom_Penh",
1088
- "Asia/Bangkok|Asia/Vientiane",
1089
- "Asia/Dhaka|Asia/Dacca",
1090
- "Asia/Dubai|Asia/Muscat",
1091
- "Asia/Ho_Chi_Minh|Asia/Saigon",
1092
- "Asia/Hong_Kong|Hongkong",
1093
- "Asia/Jerusalem|Asia/Tel_Aviv",
1094
- "Asia/Jerusalem|Israel",
1095
- "Asia/Kathmandu|Asia/Katmandu",
1096
- "Asia/Kolkata|Asia/Calcutta",
1097
- "Asia/Kuala_Lumpur|Asia/Singapore",
1098
- "Asia/Kuala_Lumpur|Singapore",
1099
- "Asia/Macau|Asia/Macao",
1100
- "Asia/Makassar|Asia/Ujung_Pandang",
1101
- "Asia/Nicosia|Europe/Nicosia",
1102
- "Asia/Qatar|Asia/Bahrain",
1103
- "Asia/Rangoon|Asia/Yangon",
1104
- "Asia/Riyadh|Asia/Aden",
1105
- "Asia/Riyadh|Asia/Kuwait",
1106
- "Asia/Seoul|ROK",
1107
- "Asia/Shanghai|Asia/Chongqing",
1108
- "Asia/Shanghai|Asia/Chungking",
1109
- "Asia/Shanghai|Asia/Harbin",
1110
- "Asia/Shanghai|PRC",
1111
- "Asia/Taipei|ROC",
1112
- "Asia/Tehran|Iran",
1113
- "Asia/Thimphu|Asia/Thimbu",
1114
- "Asia/Tokyo|Japan",
1115
- "Asia/Ulaanbaatar|Asia/Ulan_Bator",
1116
- "Asia/Urumqi|Asia/Kashgar",
1117
- "Atlantic/Faroe|Atlantic/Faeroe",
1118
- "Atlantic/Reykjavik|Iceland",
1119
- "Atlantic/South_Georgia|Etc/GMT+2",
1120
- "Australia/Adelaide|Australia/South",
1121
- "Australia/Brisbane|Australia/Queensland",
1122
- "Australia/Broken_Hill|Australia/Yancowinna",
1123
- "Australia/Darwin|Australia/North",
1124
- "Australia/Hobart|Australia/Tasmania",
1125
- "Australia/Lord_Howe|Australia/LHI",
1126
- "Australia/Melbourne|Australia/Victoria",
1127
- "Australia/Perth|Australia/West",
1128
- "Australia/Sydney|Australia/ACT",
1129
- "Australia/Sydney|Australia/Canberra",
1130
- "Australia/Sydney|Australia/NSW",
1131
- "Etc/GMT+0|Etc/GMT",
1132
- "Etc/GMT+0|Etc/GMT-0",
1133
- "Etc/GMT+0|Etc/GMT0",
1134
- "Etc/GMT+0|Etc/Greenwich",
1135
- "Etc/GMT+0|GMT",
1136
- "Etc/GMT+0|GMT+0",
1137
- "Etc/GMT+0|GMT-0",
1138
- "Etc/GMT+0|GMT0",
1139
- "Etc/GMT+0|Greenwich",
1140
- "Etc/UCT|UCT",
1141
- "Etc/UTC|Etc/Universal",
1142
- "Etc/UTC|Etc/Zulu",
1143
- "Etc/UTC|UTC",
1144
- "Etc/UTC|Universal",
1145
- "Etc/UTC|Zulu",
1146
- "Europe/Belgrade|Europe/Ljubljana",
1147
- "Europe/Belgrade|Europe/Podgorica",
1148
- "Europe/Belgrade|Europe/Sarajevo",
1149
- "Europe/Belgrade|Europe/Skopje",
1150
- "Europe/Belgrade|Europe/Zagreb",
1151
- "Europe/Chisinau|Europe/Tiraspol",
1152
- "Europe/Dublin|Eire",
1153
- "Europe/Helsinki|Europe/Mariehamn",
1154
- "Europe/Istanbul|Asia/Istanbul",
1155
- "Europe/Istanbul|Turkey",
1156
- "Europe/Lisbon|Portugal",
1157
- "Europe/London|Europe/Belfast",
1158
- "Europe/London|Europe/Guernsey",
1159
- "Europe/London|Europe/Isle_of_Man",
1160
- "Europe/London|Europe/Jersey",
1161
- "Europe/London|GB",
1162
- "Europe/London|GB-Eire",
1163
- "Europe/Moscow|W-SU",
1164
- "Europe/Oslo|Arctic/Longyearbyen",
1165
- "Europe/Oslo|Atlantic/Jan_Mayen",
1166
- "Europe/Prague|Europe/Bratislava",
1167
- "Europe/Rome|Europe/San_Marino",
1168
- "Europe/Rome|Europe/Vatican",
1169
- "Europe/Warsaw|Poland",
1170
- "Europe/Zurich|Europe/Busingen",
1171
- "Europe/Zurich|Europe/Vaduz",
1172
- "Indian/Christmas|Etc/GMT-7",
1173
- "Pacific/Auckland|Antarctica/McMurdo",
1174
- "Pacific/Auckland|Antarctica/South_Pole",
1175
- "Pacific/Auckland|NZ",
1176
- "Pacific/Chatham|NZ-CHAT",
1177
- "Pacific/Easter|Chile/EasterIsland",
1178
- "Pacific/Guam|Pacific/Saipan",
1179
- "Pacific/Honolulu|Pacific/Johnston",
1180
- "Pacific/Honolulu|US/Hawaii",
1181
- "Pacific/Kwajalein|Kwajalein",
1182
- "Pacific/Pago_Pago|Pacific/Midway",
1183
- "Pacific/Pago_Pago|Pacific/Samoa",
1184
- "Pacific/Pago_Pago|US/Samoa",
1185
- "Pacific/Palau|Etc/GMT-9",
1186
- "Pacific/Pohnpei|Etc/GMT-11",
1187
- "Pacific/Pohnpei|Pacific/Ponape",
1188
- "Pacific/Port_Moresby|Etc/GMT-10",
1189
- "Pacific/Port_Moresby|Pacific/Chuuk",
1190
- "Pacific/Port_Moresby|Pacific/Truk",
1191
- "Pacific/Port_Moresby|Pacific/Yap",
1192
- "Pacific/Tarawa|Etc/GMT-12",
1193
- "Pacific/Tarawa|Pacific/Funafuti",
1194
- "Pacific/Tarawa|Pacific/Wake",
1195
- "Pacific/Tarawa|Pacific/Wallis"
1196
- ]
1197
- });
1198
-
1199
-
1200
- return moment;
1201
- }));
1
+ //! moment-timezone.js
2
+ //! version : 0.5.13
3
+ //! Copyright (c) JS Foundation and other contributors
4
+ //! license : MIT
5
+ //! github.com/moment/moment-timezone
6
+
7
+ (function (root, factory) {
8
+ "use strict";
9
+
10
+ /*global define*/
11
+ if (typeof define === 'function' && define.amd) {
12
+ define(['moment'], factory); // AMD
13
+ } else if (typeof module === 'object' && module.exports) {
14
+ module.exports = factory(require('moment')); // Node
15
+ } else {
16
+ factory(root.moment); // Browser
17
+ }
18
+ }(this, function (moment) {
19
+ "use strict";
20
+
21
+ // Do not load moment-timezone a second time.
22
+ // if (moment.tz !== undefined) {
23
+ // logError('Moment Timezone ' + moment.tz.version + ' was already loaded ' + (moment.tz.dataVersion ? 'with data from ' : 'without any data') + moment.tz.dataVersion);
24
+ // return moment;
25
+ // }
26
+
27
+ var VERSION = "0.5.13",
28
+ zones = {},
29
+ links = {},
30
+ names = {},
31
+ guesses = {},
32
+ cachedGuess,
33
+
34
+ momentVersion = moment.version.split('.'),
35
+ major = +momentVersion[0],
36
+ minor = +momentVersion[1];
37
+
38
+ // Moment.js version check
39
+ if (major < 2 || (major === 2 && minor < 6)) {
40
+ logError('Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js ' + moment.version + '. See momentjs.com');
41
+ }
42
+
43
+ /************************************
44
+ Unpacking
45
+ ************************************/
46
+
47
+ function charCodeToInt(charCode) {
48
+ if (charCode > 96) {
49
+ return charCode - 87;
50
+ } else if (charCode > 64) {
51
+ return charCode - 29;
52
+ }
53
+ return charCode - 48;
54
+ }
55
+
56
+ function unpackBase60(string) {
57
+ var i = 0,
58
+ parts = string.split('.'),
59
+ whole = parts[0],
60
+ fractional = parts[1] || '',
61
+ multiplier = 1,
62
+ num,
63
+ out = 0,
64
+ sign = 1;
65
+
66
+ // handle negative numbers
67
+ if (string.charCodeAt(0) === 45) {
68
+ i = 1;
69
+ sign = -1;
70
+ }
71
+
72
+ // handle digits before the decimal
73
+ for (i; i < whole.length; i++) {
74
+ num = charCodeToInt(whole.charCodeAt(i));
75
+ out = 60 * out + num;
76
+ }
77
+
78
+ // handle digits after the decimal
79
+ for (i = 0; i < fractional.length; i++) {
80
+ multiplier = multiplier / 60;
81
+ num = charCodeToInt(fractional.charCodeAt(i));
82
+ out += num * multiplier;
83
+ }
84
+
85
+ return out * sign;
86
+ }
87
+
88
+ function arrayToInt (array) {
89
+ for (var i = 0; i < array.length; i++) {
90
+ array[i] = unpackBase60(array[i]);
91
+ }
92
+ }
93
+
94
+ function intToUntil (array, length) {
95
+ for (var i = 0; i < length; i++) {
96
+ array[i] = Math.round((array[i - 1] || 0) + (array[i] * 60000)); // minutes to milliseconds
97
+ }
98
+
99
+ array[length - 1] = Infinity;
100
+ }
101
+
102
+ function mapIndices (source, indices) {
103
+ var out = [], i;
104
+
105
+ for (i = 0; i < indices.length; i++) {
106
+ out[i] = source[indices[i]];
107
+ }
108
+
109
+ return out;
110
+ }
111
+
112
+ function unpack (string) {
113
+ var data = string.split('|'),
114
+ offsets = data[2].split(' '),
115
+ indices = data[3].split(''),
116
+ untils = data[4].split(' ');
117
+
118
+ arrayToInt(offsets);
119
+ arrayToInt(indices);
120
+ arrayToInt(untils);
121
+
122
+ intToUntil(untils, indices.length);
123
+
124
+ return {
125
+ name : data[0],
126
+ abbrs : mapIndices(data[1].split(' '), indices),
127
+ offsets : mapIndices(offsets, indices),
128
+ untils : untils,
129
+ population : data[5] | 0
130
+ };
131
+ }
132
+
133
+ /************************************
134
+ Zone object
135
+ ************************************/
136
+
137
+ function Zone (packedString) {
138
+ if (packedString) {
139
+ this._set(unpack(packedString));
140
+ }
141
+ }
142
+
143
+ Zone.prototype = {
144
+ _set : function (unpacked) {
145
+ this.name = unpacked.name;
146
+ this.abbrs = unpacked.abbrs;
147
+ this.untils = unpacked.untils;
148
+ this.offsets = unpacked.offsets;
149
+ this.population = unpacked.population;
150
+ },
151
+
152
+ _index : function (timestamp) {
153
+ var target = +timestamp,
154
+ untils = this.untils,
155
+ i;
156
+
157
+ for (i = 0; i < untils.length; i++) {
158
+ if (target < untils[i]) {
159
+ return i;
160
+ }
161
+ }
162
+ },
163
+
164
+ parse : function (timestamp) {
165
+ var target = +timestamp,
166
+ offsets = this.offsets,
167
+ untils = this.untils,
168
+ max = untils.length - 1,
169
+ offset, offsetNext, offsetPrev, i;
170
+
171
+ for (i = 0; i < max; i++) {
172
+ offset = offsets[i];
173
+ offsetNext = offsets[i + 1];
174
+ offsetPrev = offsets[i ? i - 1 : i];
175
+
176
+ if (offset < offsetNext && tz.moveAmbiguousForward) {
177
+ offset = offsetNext;
178
+ } else if (offset > offsetPrev && tz.moveInvalidForward) {
179
+ offset = offsetPrev;
180
+ }
181
+
182
+ if (target < untils[i] - (offset * 60000)) {
183
+ return offsets[i];
184
+ }
185
+ }
186
+
187
+ return offsets[max];
188
+ },
189
+
190
+ abbr : function (mom) {
191
+ return this.abbrs[this._index(mom)];
192
+ },
193
+
194
+ offset : function (mom) {
195
+ return this.offsets[this._index(mom)];
196
+ }
197
+ };
198
+
199
+ /************************************
200
+ Current Timezone
201
+ ************************************/
202
+
203
+ function OffsetAt(at) {
204
+ var timeString = at.toTimeString();
205
+ var abbr = timeString.match(/\([a-z ]+\)/i);
206
+ if (abbr && abbr[0]) {
207
+ // 17:56:31 GMT-0600 (CST)
208
+ // 17:56:31 GMT-0600 (Central Standard Time)
209
+ abbr = abbr[0].match(/[A-Z]/g);
210
+ abbr = abbr ? abbr.join('') : undefined;
211
+ } else {
212
+ // 17:56:31 CST
213
+ // 17:56:31 GMT+0800 (台北標準時間)
214
+ abbr = timeString.match(/[A-Z]{3,5}/g);
215
+ abbr = abbr ? abbr[0] : undefined;
216
+ }
217
+
218
+ if (abbr === 'GMT') {
219
+ abbr = undefined;
220
+ }
221
+
222
+ this.at = +at;
223
+ this.abbr = abbr;
224
+ this.offset = at.getTimezoneOffset();
225
+ }
226
+
227
+ function ZoneScore(zone) {
228
+ this.zone = zone;
229
+ this.offsetScore = 0;
230
+ this.abbrScore = 0;
231
+ }
232
+
233
+ ZoneScore.prototype.scoreOffsetAt = function (offsetAt) {
234
+ this.offsetScore += Math.abs(this.zone.offset(offsetAt.at) - offsetAt.offset);
235
+ if (this.zone.abbr(offsetAt.at).replace(/[^A-Z]/g, '') !== offsetAt.abbr) {
236
+ this.abbrScore++;
237
+ }
238
+ };
239
+
240
+ function findChange(low, high) {
241
+ var mid, diff;
242
+
243
+ while ((diff = ((high.at - low.at) / 12e4 | 0) * 6e4)) {
244
+ mid = new OffsetAt(new Date(low.at + diff));
245
+ if (mid.offset === low.offset) {
246
+ low = mid;
247
+ } else {
248
+ high = mid;
249
+ }
250
+ }
251
+
252
+ return low;
253
+ }
254
+
255
+ function userOffsets() {
256
+ var startYear = new Date().getFullYear() - 2,
257
+ last = new OffsetAt(new Date(startYear, 0, 1)),
258
+ offsets = [last],
259
+ change, next, i;
260
+
261
+ for (i = 1; i < 48; i++) {
262
+ next = new OffsetAt(new Date(startYear, i, 1));
263
+ if (next.offset !== last.offset) {
264
+ change = findChange(last, next);
265
+ offsets.push(change);
266
+ offsets.push(new OffsetAt(new Date(change.at + 6e4)));
267
+ }
268
+ last = next;
269
+ }
270
+
271
+ for (i = 0; i < 4; i++) {
272
+ offsets.push(new OffsetAt(new Date(startYear + i, 0, 1)));
273
+ offsets.push(new OffsetAt(new Date(startYear + i, 6, 1)));
274
+ }
275
+
276
+ return offsets;
277
+ }
278
+
279
+ function sortZoneScores (a, b) {
280
+ if (a.offsetScore !== b.offsetScore) {
281
+ return a.offsetScore - b.offsetScore;
282
+ }
283
+ if (a.abbrScore !== b.abbrScore) {
284
+ return a.abbrScore - b.abbrScore;
285
+ }
286
+ return b.zone.population - a.zone.population;
287
+ }
288
+
289
+ function addToGuesses (name, offsets) {
290
+ var i, offset;
291
+ arrayToInt(offsets);
292
+ for (i = 0; i < offsets.length; i++) {
293
+ offset = offsets[i];
294
+ guesses[offset] = guesses[offset] || {};
295
+ guesses[offset][name] = true;
296
+ }
297
+ }
298
+
299
+ function guessesForUserOffsets (offsets) {
300
+ var offsetsLength = offsets.length,
301
+ filteredGuesses = {},
302
+ out = [],
303
+ i, j, guessesOffset;
304
+
305
+ for (i = 0; i < offsetsLength; i++) {
306
+ guessesOffset = guesses[offsets[i].offset] || {};
307
+ for (j in guessesOffset) {
308
+ if (guessesOffset.hasOwnProperty(j)) {
309
+ filteredGuesses[j] = true;
310
+ }
311
+ }
312
+ }
313
+
314
+ for (i in filteredGuesses) {
315
+ if (filteredGuesses.hasOwnProperty(i)) {
316
+ out.push(names[i]);
317
+ }
318
+ }
319
+
320
+ return out;
321
+ }
322
+
323
+ function rebuildGuess () {
324
+
325
+ // use Intl API when available and returning valid time zone
326
+ try {
327
+ var intlName = Intl.DateTimeFormat().resolvedOptions().timeZone;
328
+ if (intlName){
329
+ var name = names[normalizeName(intlName)];
330
+ if (name) {
331
+ return name;
332
+ }
333
+ logError("Moment Timezone found " + intlName + " from the Intl api, but did not have that data loaded.");
334
+ }
335
+ } catch (e) {
336
+ // Intl unavailable, fall back to manual guessing.
337
+ }
338
+
339
+ var offsets = userOffsets(),
340
+ offsetsLength = offsets.length,
341
+ guesses = guessesForUserOffsets(offsets),
342
+ zoneScores = [],
343
+ zoneScore, i, j;
344
+
345
+ for (i = 0; i < guesses.length; i++) {
346
+ zoneScore = new ZoneScore(getZone(guesses[i]), offsetsLength);
347
+ for (j = 0; j < offsetsLength; j++) {
348
+ zoneScore.scoreOffsetAt(offsets[j]);
349
+ }
350
+ zoneScores.push(zoneScore);
351
+ }
352
+
353
+ zoneScores.sort(sortZoneScores);
354
+
355
+ return zoneScores.length > 0 ? zoneScores[0].zone.name : undefined;
356
+ }
357
+
358
+ function guess (ignoreCache) {
359
+ if (!cachedGuess || ignoreCache) {
360
+ cachedGuess = rebuildGuess();
361
+ }
362
+ return cachedGuess;
363
+ }
364
+
365
+ /************************************
366
+ Global Methods
367
+ ************************************/
368
+
369
+ function normalizeName (name) {
370
+ return (name || '').toLowerCase().replace(/\//g, '_');
371
+ }
372
+
373
+ function addZone (packed) {
374
+ var i, name, split, normalized;
375
+
376
+ if (typeof packed === "string") {
377
+ packed = [packed];
378
+ }
379
+
380
+ for (i = 0; i < packed.length; i++) {
381
+ split = packed[i].split('|');
382
+ name = split[0];
383
+ normalized = normalizeName(name);
384
+ zones[normalized] = packed[i];
385
+ names[normalized] = name;
386
+ if (split[5]) {
387
+ addToGuesses(normalized, split[2].split(' '));
388
+ }
389
+ }
390
+ }
391
+
392
+ function getZone (name, caller) {
393
+ name = normalizeName(name);
394
+
395
+ var zone = zones[name];
396
+ var link;
397
+
398
+ if (zone instanceof Zone) {
399
+ return zone;
400
+ }
401
+
402
+ if (typeof zone === 'string') {
403
+ zone = new Zone(zone);
404
+ zones[name] = zone;
405
+ return zone;
406
+ }
407
+
408
+ // Pass getZone to prevent recursion more than 1 level deep
409
+ if (links[name] && caller !== getZone && (link = getZone(links[name], getZone))) {
410
+ zone = zones[name] = new Zone();
411
+ zone._set(link);
412
+ zone.name = names[name];
413
+ return zone;
414
+ }
415
+
416
+ return null;
417
+ }
418
+
419
+ function getNames () {
420
+ var i, out = [];
421
+
422
+ for (i in names) {
423
+ if (names.hasOwnProperty(i) && (zones[i] || zones[links[i]]) && names[i]) {
424
+ out.push(names[i]);
425
+ }
426
+ }
427
+
428
+ return out.sort();
429
+ }
430
+
431
+ function addLink (aliases) {
432
+ var i, alias, normal0, normal1;
433
+
434
+ if (typeof aliases === "string") {
435
+ aliases = [aliases];
436
+ }
437
+
438
+ for (i = 0; i < aliases.length; i++) {
439
+ alias = aliases[i].split('|');
440
+
441
+ normal0 = normalizeName(alias[0]);
442
+ normal1 = normalizeName(alias[1]);
443
+
444
+ links[normal0] = normal1;
445
+ names[normal0] = alias[0];
446
+
447
+ links[normal1] = normal0;
448
+ names[normal1] = alias[1];
449
+ }
450
+ }
451
+
452
+ function loadData (data) {
453
+ addZone(data.zones);
454
+ addLink(data.links);
455
+ tz.dataVersion = data.version;
456
+ }
457
+
458
+ function zoneExists (name) {
459
+ if (!zoneExists.didShowError) {
460
+ zoneExists.didShowError = true;
461
+ logError("moment.tz.zoneExists('" + name + "') has been deprecated in favor of !moment.tz.zone('" + name + "')");
462
+ }
463
+ return !!getZone(name);
464
+ }
465
+
466
+ function needsOffset (m) {
467
+ return !!(m._a && (m._tzm === undefined));
468
+ }
469
+
470
+ function logError (message) {
471
+ if (typeof console !== 'undefined' && typeof console.error === 'function') {
472
+ console.error(message);
473
+ }
474
+ }
475
+
476
+ /************************************
477
+ moment.tz namespace
478
+ ************************************/
479
+
480
+ function tz (input) {
481
+ var args = Array.prototype.slice.call(arguments, 0, -1),
482
+ name = arguments[arguments.length - 1],
483
+ zone = getZone(name),
484
+ out = moment.utc.apply(null, args);
485
+
486
+ if (zone && !moment.isMoment(input) && needsOffset(out)) {
487
+ out.add(zone.parse(out), 'minutes');
488
+ }
489
+
490
+ out.tz(name);
491
+
492
+ return out;
493
+ }
494
+
495
+ tz.version = VERSION;
496
+ tz.dataVersion = '';
497
+ tz._zones = zones;
498
+ tz._links = links;
499
+ tz._names = names;
500
+ tz.add = addZone;
501
+ tz.link = addLink;
502
+ tz.load = loadData;
503
+ tz.zone = getZone;
504
+ tz.zoneExists = zoneExists; // deprecated in 0.1.0
505
+ tz.guess = guess;
506
+ tz.names = getNames;
507
+ tz.Zone = Zone;
508
+ tz.unpack = unpack;
509
+ tz.unpackBase60 = unpackBase60;
510
+ tz.needsOffset = needsOffset;
511
+ tz.moveInvalidForward = true;
512
+ tz.moveAmbiguousForward = false;
513
+
514
+ /************************************
515
+ Interface with Moment.js
516
+ ************************************/
517
+
518
+ var fn = moment.fn;
519
+
520
+ moment.tz = tz;
521
+
522
+ moment.defaultZone = null;
523
+
524
+ moment.updateOffset = function (mom, keepTime) {
525
+ var zone = moment.defaultZone,
526
+ offset;
527
+
528
+ if (mom._z === undefined) {
529
+ if (zone && needsOffset(mom) && !mom._isUTC) {
530
+ mom._d = moment.utc(mom._a)._d;
531
+ mom.utc().add(zone.parse(mom), 'minutes');
532
+ }
533
+ mom._z = zone;
534
+ }
535
+ if (mom._z) {
536
+ offset = mom._z.offset(mom);
537
+ if (Math.abs(offset) < 16) {
538
+ offset = offset / 60;
539
+ }
540
+ if (mom.utcOffset !== undefined) {
541
+ mom.utcOffset(-offset, keepTime);
542
+ } else {
543
+ mom.zone(offset, keepTime);
544
+ }
545
+ }
546
+ };
547
+
548
+ fn.tz = function (name) {
549
+ if (name) {
550
+ this._z = getZone(name);
551
+ if (this._z) {
552
+ moment.updateOffset(this);
553
+ } else {
554
+ logError("Moment Timezone has no data for " + name + ". See http://momentjs.com/timezone/docs/#/data-loading/.");
555
+ }
556
+ return this;
557
+ }
558
+ if (this._z) { return this._z.name; }
559
+ };
560
+
561
+ function abbrWrap (old) {
562
+ return function () {
563
+ if (this._z) { return this._z.abbr(this); }
564
+ return old.call(this);
565
+ };
566
+ }
567
+
568
+ function resetZoneWrap (old) {
569
+ return function () {
570
+ this._z = null;
571
+ return old.apply(this, arguments);
572
+ };
573
+ }
574
+
575
+ fn.zoneName = abbrWrap(fn.zoneName);
576
+ fn.zoneAbbr = abbrWrap(fn.zoneAbbr);
577
+ fn.utc = resetZoneWrap(fn.utc);
578
+
579
+ moment.tz.setDefault = function(name) {
580
+ if (major < 2 || (major === 2 && minor < 9)) {
581
+ logError('Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js ' + moment.version + '.');
582
+ }
583
+ moment.defaultZone = name ? getZone(name) : null;
584
+ return moment;
585
+ };
586
+
587
+ // Cloning a moment should include the _z property.
588
+ var momentProperties = moment.momentProperties;
589
+ if (Object.prototype.toString.call(momentProperties) === '[object Array]') {
590
+ // moment 2.8.1+
591
+ momentProperties.push('_z');
592
+ momentProperties.push('_a');
593
+ } else if (momentProperties) {
594
+ // moment 2.7.0
595
+ momentProperties._z = null;
596
+ }
597
+
598
+ loadData({
599
+ "version": "2017b",
600
+ "zones": [
601
+ "Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5",
602
+ "Africa/Accra|LMT GMT +0020|.Q 0 -k|012121212121212121212121212121212121212121212121|-26BbX.8 6tzX.8 MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE|41e5",
603
+ "Africa/Nairobi|LMT EAT +0230 +0245|-2r.g -30 -2u -2J|01231|-1F3Cr.g 3Dzr.g okMu MFXJ|47e5",
604
+ "Africa/Algiers|PMT WET WEST CET CEST|-9.l 0 -10 -10 -20|0121212121212121343431312123431213|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0|26e5",
605
+ "Africa/Lagos|LMT WAT|-d.A -10|01|-22y0d.A|17e6",
606
+ "Africa/Bissau|LMT -01 GMT|12.k 10 0|012|-2ldWV.E 2xonV.E|39e4",
607
+ "Africa/Maputo|LMT CAT|-2a.k -20|01|-2GJea.k|26e5",
608
+ "Africa/Cairo|EET EEST|-20 -30|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1bIO0 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0|15e6",
609
+ "Africa/Casablanca|LMT WET WEST CET|u.k 0 -10 -10|0121212121212121213121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2gMnt.E 130Lt.E rb0 Dd0 dVb0 b6p0 TX0 EoB0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4mn0 SyN0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 Rc0 11A0 e00 e00 U00 11A0 8o0 e00 11A0 11A0 5A0 e00 17c0 1fA0 1a00 1a00 1fA0 17c0 1io0 14o0 1lc0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1lc0 14o0 1fA0|32e5",
610
+ "Africa/Ceuta|WET WEST CET CEST|0 -10 -10 -20|010101010101010101010232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-25KN0 11z0 drd0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1y7o0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4VB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|85e3",
611
+ "Africa/El_Aaiun|LMT -01 WET WEST|Q.M 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1rDz7.c 1GVA7.c 6L0 AL0 1Nd0 XX0 1Cp0 pz0 1cBB0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 Rc0 11A0 e00 e00 U00 11A0 8o0 e00 11A0 11A0 5A0 e00 17c0 1fA0 1a00 1a00 1fA0 17c0 1io0 14o0 1lc0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1lc0 14o0 1fA0|20e4",
612
+ "Africa/Johannesburg|SAST SAST SAST|-1u -20 -30|012121|-2GJdu 1Ajdu 1cL0 1cN0 1cL0|84e5",
613
+ "Africa/Khartoum|LMT CAT CAST EAT|-2a.8 -20 -30 -30|01212121212121212121212121212121213|-1yW2a.8 1zK0a.8 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0|51e5",
614
+ "Africa/Monrovia|MMT MMT GMT|H.8 I.u 0|012|-23Lzg.Q 28G01.m|11e5",
615
+ "Africa/Ndjamena|LMT WAT WAST|-10.c -10 -20|0121|-2le10.c 2J3c0.c Wn0|13e5",
616
+ "Africa/Tripoli|LMT CET CEST EET|-Q.I -10 -20 -20|012121213121212121212121213123123|-21JcQ.I 1hnBQ.I vx0 4iP0 xx0 4eN0 Bb0 7ip0 U0n0 A10 1db0 1cN0 1db0 1dd0 1db0 1eN0 1bb0 1e10 1cL0 1c10 1db0 1dd0 1db0 1cN0 1db0 1q10 fAn0 1ep0 1db0 AKq0 TA0 1o00|11e5",
617
+ "Africa/Tunis|PMT CET CEST|-9.l -10 -20|0121212121212121212121212121212121|-2nco9.l 18pa9.l 1qM0 DA0 3Tc0 11B0 1ze0 WM0 7z0 3d0 14L0 1cN0 1f90 1ar0 16J0 1gXB0 WM0 1rA0 11c0 nwo0 Ko0 1cM0 1cM0 1rA0 10M0 zuM0 10N0 1aN0 1qM0 WM0 1qM0 11A0 1o00|20e5",
618
+ "Africa/Windhoek|+0130 SAST SAST CAT WAT WAST|-1u -20 -30 -20 -10 -20|012134545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2GJdu 1Ajdu 1cL0 1SqL0 9NA0 11D0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0|32e4",
619
+ "America/Adak|NST NWT NPT BST BDT AHST HST HDT|b0 a0 a0 b0 a0 a0 a0 90|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|326",
620
+ "America/Anchorage|AST AWT APT AHST AHDT YST AKST AKDT|a0 90 90 a0 90 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T00 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|30e4",
621
+ "America/Port_of_Spain|LMT AST|46.4 40|01|-2kNvR.U|43e3",
622
+ "America/Araguaina|LMT -03 -02|3c.M 30 20|0121212121212121212121212121212121212121212121212121|-2glwL.c HdKL.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 ny10 Lz0|14e4",
623
+ "America/Argentina/Buenos_Aires|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 A4p0 uL0 1qN0 WL0",
624
+ "America/Argentina/Catamarca|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 7B0 8zb0 uL0",
625
+ "America/Argentina/Cordoba|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0 1qN0 WL0",
626
+ "America/Argentina/Jujuy|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1ze0 TX0 1ld0 WK0 1wp0 TX0 A4p0 uL0",
627
+ "America/Argentina/La_Rioja|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0",
628
+ "America/Argentina/Mendoza|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232312121321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1u20 SL0 1vd0 Tb0 1wp0 TW0 ri10 Op0 7TX0 uL0",
629
+ "America/Argentina/Rio_Gallegos|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0",
630
+ "America/Argentina/Salta|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0",
631
+ "America/Argentina/San_Juan|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rld0 m10 8lb0 uL0",
632
+ "America/Argentina/San_Luis|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121212321212|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 XX0 1q20 SL0 AN0 vDb0 m10 8lb0 8L0 jd0 1qN0 WL0 1qN0",
633
+ "America/Argentina/Tucuman|CMT -04 -03 -02|4g.M 40 30 20|0121212121212121212121212121212121212121212323232313232123232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 4N0 8BX0 uL0 1qN0 WL0",
634
+ "America/Argentina/Ushuaia|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rkN0 8p0 8zb0 uL0",
635
+ "America/Curacao|LMT -0430 AST|4z.L 4u 40|012|-2kV7o.d 28KLS.d|15e4",
636
+ "America/Asuncion|AMT -04 -03|3O.E 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-1x589.k 1DKM9.k 3CL0 3Dd0 10L0 1pB0 10n0 1pB0 10n0 1pB0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1lB0 14n0 1dd0 1cL0 1fd0 WL0 1rd0 1aL0 1dB0 Xz0 1qp0 Xb0 1qN0 10L0 1rB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 WN0 1qL0 11B0 1nX0 1ip0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 TX0 1tB0 19X0 1a10 1fz0 1a10 1fz0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0|28e5",
637
+ "America/Atikokan|CST CDT CWT CPT EST|60 50 50 50 50|0101234|-25TQ0 1in0 Rnb0 3je0 8x30 iw0|28e2",
638
+ "America/Bahia|LMT -03 -02|2y.4 30 20|01212121212121212121212121212121212121212121212121212121212121|-2glxp.U HdLp.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 l5B0 Rb0|27e5",
639
+ "America/Bahia_Banderas|LMT MST CST PST MDT CDT|71 70 60 80 60 50|0121212131414141414141414141414141414152525252525252525252525252525252525252525252525252525252|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nW0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|84e3",
640
+ "America/Barbados|LMT BMT AST ADT|3W.t 3W.t 40 30|01232323232|-1Q0I1.v jsM0 1ODC1.v IL0 1ip0 17b0 1ip0 17b0 1ld0 13b0|28e4",
641
+ "America/Belem|LMT -03 -02|3d.U 30 20|012121212121212121212121212121|-2glwK.4 HdKK.4 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|20e5",
642
+ "America/Belize|LMT CST -0530 CDT|5Q.M 60 5u 50|01212121212121212121212121212121212121212121212121213131|-2kBu7.c fPA7.c Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1f0Mu qn0 lxB0 mn0|57e3",
643
+ "America/Blanc-Sablon|AST ADT AWT APT|40 30 30 30|010230|-25TS0 1in0 UGp0 8x50 iu0|11e2",
644
+ "America/Boa_Vista|LMT -04 -03|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2",
645
+ "America/Bogota|BMT -05 -04|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0|90e5",
646
+ "America/Boise|PST PDT MST MWT MPT MDT|80 70 70 60 60 60|0101023425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-261q0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4",
647
+ "America/Cambridge_Bay|-00 MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2",
648
+ "America/Campo_Grande|LMT -04 -03|3C.s 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|77e4",
649
+ "America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4",
650
+ "America/Caracas|CMT -0430 -04|4r.E 4u 40|01212|-2kV7w.k 28KM2.k 1IwOu kqo0|29e5",
651
+ "America/Cayenne|LMT -04 -03|3t.k 40 30|012|-2mrwu.E 2gWou.E|58e3",
652
+ "America/Panama|CMT EST|5j.A 50|01|-2uduE.o|15e5",
653
+ "America/Chicago|CST CDT EST CWT CPT|60 50 50 50 50|01010101010101010101010101010101010102010101010103401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|92e5",
654
+ "America/Chihuahua|LMT MST CST CDT MDT|74.k 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|81e4",
655
+ "America/Costa_Rica|SJMT CST CDT|5A.d 60 50|0121212121|-1Xd6n.L 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0|12e5",
656
+ "America/Creston|MST PST|70 80|010|-29DR0 43B0|53e2",
657
+ "America/Cuiaba|LMT -04 -03|3I.k 40 30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwf.E HdLf.E 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 4a10 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|54e4",
658
+ "America/Danmarkshavn|LMT -03 -02 GMT|1e.E 30 20 0|01212121212121212121212121212121213|-2a5WJ.k 2z5fJ.k 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 DC0|8",
659
+ "America/Dawson|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 jrA0 fNd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|13e2",
660
+ "America/Dawson_Creek|PST PDT PWT PPT MST|80 70 70 70 70|0102301010101010101010101010101010101010101010101010101014|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 ML0|12e3",
661
+ "America/Denver|MST MDT MWT MPT|70 60 60 60|01010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e5",
662
+ "America/Detroit|LMT CST EST EWT EPT EDT|5w.b 60 50 40 40 40|01234252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2Cgir.N peqr.N 156L0 8x40 iv0 6fd0 11z0 Jy10 SL0 dnB0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e5",
663
+ "America/Edmonton|LMT MST MDT MWT MPT|7x.Q 70 60 60 60|01212121212121341212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2yd4q.8 shdq.8 1in0 17d0 hz0 2dB0 1fz0 1a10 11z0 1qN0 WL0 1qN0 11z0 IGN0 8x20 ix0 3NB0 11z0 LFB0 1cL0 3Cp0 1cL0 66N0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|10e5",
664
+ "America/Eirunepe|LMT -05 -04|4D.s 50 40|0121212121212121212121212121212121|-2glvk.w HdLk.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0 yTd0 d5X0|31e3",
665
+ "America/El_Salvador|LMT CST CDT|5U.M 60 50|012121|-1XiG3.c 2Fvc3.c WL0 1qN0 WL0|11e5",
666
+ "America/Tijuana|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQE0 4PX0 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOO0 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|20e5",
667
+ "America/Fort_Nelson|PST PDT PWT PPT MST|80 70 70 70 70|01023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010104|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2",
668
+ "America/Fort_Wayne|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010101023010101010101010101040454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
669
+ "America/Fortaleza|LMT -03 -02|2y 30 20|0121212121212121212121212121212121212121|-2glxq HdLq 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 5z0 2mN0 On0|34e5",
670
+ "America/Glace_Bay|LMT AST ADT AWT APT|3X.M 40 30 30 30|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsI0.c CwO0.c 1in0 UGp0 8x50 iu0 iq10 11z0 Jg10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3",
671
+ "America/Godthab|LMT -03 -02|3q.U 30 20|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e3",
672
+ "America/Goose_Bay|NST NDT NST NDT NWT NPT AST ADT ADDT|3u.Q 2u.Q 3u 2u 2u 2u 40 30 20|010232323232323245232323232323232323232323232323232323232326767676767676767676767676767676767676767676768676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-25TSt.8 1in0 DXb0 2HbX.8 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 S10 g0u 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|76e2",
673
+ "America/Grand_Turk|KMT EST EDT AST|57.b 50 40 40|0121212121212121212121212121212121212121212121212121212121212121212121212123|-2l1uQ.N 2HHBQ.N 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e2",
674
+ "America/Guatemala|LMT CST CDT|62.4 60 50|0121212121|-24KhV.U 2efXV.U An0 mtd0 Nz0 ifB0 17b0 zDB0 11z0|13e5",
675
+ "America/Guayaquil|QMT -05 -04|5e 50 40|0121|-1yVSK 2uILK rz0|27e5",
676
+ "America/Guyana|LMT -0345 -03 -04|3Q.E 3J 30 40|0123|-2dvU7.k 2r6LQ.k Bxbf|80e4",
677
+ "America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|39e4",
678
+ "America/Havana|HMT CST CDT|5t.A 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Meuu.o 72zu.o ML0 sld0 An0 1Nd0 Db0 1Nd0 An0 6Ep0 An0 1Nd0 An0 JDd0 Mn0 1Ap0 On0 1fd0 11X0 1qN0 WL0 1wp0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 14n0 1ld0 14L0 1kN0 15b0 1kp0 1cL0 1cN0 1fz0 1a10 1fz0 1fB0 11z0 14p0 1nX0 11B0 1nX0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 1a10 1in0 1a10 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 17c0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 11A0 6i00 Rc0 1wo0 U00 1tA0 Rc0 1wo0 U00 1wo0 U00 1zc0 U00 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0|21e5",
679
+ "America/Hermosillo|LMT MST CST PST MDT|7n.Q 70 60 80 60|0121212131414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0|64e4",
680
+ "America/Indiana/Knox|CST CDT CWT CPT EST|60 50 50 50 50|0101023010101010101010101010101010101040101010101010101010101010101010101010101010101010141010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 3Cn0 8wp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 z8o0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
681
+ "America/Indiana/Marengo|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010104545454545414545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 dyN0 11z0 6fd0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1e6p0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
682
+ "America/Indiana/Petersburg|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010104010101010101010101010141014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 3Fb0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 19co0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
683
+ "America/Indiana/Tell_City|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
684
+ "America/Indiana/Vevay|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010102304545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
685
+ "America/Indiana/Vincennes|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
686
+ "America/Indiana/Winamac|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010101010454541054545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
687
+ "America/Inuvik|-00 PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2",
688
+ "America/Iqaluit|-00 EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2",
689
+ "America/Jamaica|KMT EST EDT|57.b 50 40|0121212121212121212121|-2l1uQ.N 2uM1Q.N 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4",
690
+ "America/Juneau|PST PWT PPT PDT YDT YST AKST AKDT|80 70 70 70 80 90 90 80|01203030303030303030303030403030356767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3",
691
+ "America/Kentucky/Louisville|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101010102301010101010101010101010101454545454545414545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 Bb0 10N0 2bB0 8in0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
692
+ "America/Kentucky/Monticello|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 SWp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
693
+ "America/La_Paz|CMT BOST -04|4w.A 3w.A 40|012|-1x37r.o 13b0|19e5",
694
+ "America/Lima|LMT -05 -04|58.A 50 40|0121212121212121|-2tyGP.o 1bDzP.o zX0 1aN0 1cL0 1cN0 1cL0 1PrB0 zX0 1O10 zX0 6Gp0 zX0 98p0 zX0|11e6",
695
+ "America/Los_Angeles|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp1 1VaX 3dA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6",
696
+ "America/Maceio|LMT -03 -02|2m.Q 30 20|012121212121212121212121212121212121212121|-2glxB.8 HdLB.8 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 8Q10 WL0 1tB0 5z0 2mN0 On0|93e4",
697
+ "America/Managua|MMT CST EST CDT|5J.c 60 50 50|0121313121213131|-1quie.M 1yAMe.M 4mn0 9Up0 Dz0 1K10 Dz0 s3F0 1KH0 DB0 9In0 k8p0 19X0 1o30 11y0|22e5",
698
+ "America/Manaus|LMT -04 -03|40.4 40 30|01212121212121212121212121212121|-2glvX.U HdKX.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0|19e5",
699
+ "America/Martinique|FFMT AST ADT|44.k 40 30|0121|-2mPTT.E 2LPbT.E 19X0|39e4",
700
+ "America/Matamoros|LMT CST CDT|6E 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|45e4",
701
+ "America/Mazatlan|LMT MST CST PST MDT|75.E 70 60 80 60|0121212131414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|44e4",
702
+ "America/Menominee|CST CDT CWT CPT EST|60 50 50 50 50|01010230101041010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 LCN0 1fz0 6410 9Jb0 1cM0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|85e2",
703
+ "America/Merida|LMT CST EST CDT|5W.s 60 50 50|0121313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQG0 2q2o0 2hz0 wu30 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|11e5",
704
+ "America/Metlakatla|PST PWT PPT PDT AKST AKDT|80 70 70 70 90 80|0120303030303030303030303030303030454545454545454545454545454545454545454545454|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1hU10 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2",
705
+ "America/Mexico_City|LMT MST CST CDT CWT|6A.A 70 60 50 50|012121232324232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|20e6",
706
+ "America/Miquelon|LMT AST -03 -02|3I.E 40 30 20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2mKkf.k 2LTAf.k gQ10 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|61e2",
707
+ "America/Moncton|EST AST ADT AWT APT|50 40 30 30 30|012121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsH0 CwN0 1in0 zAo0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1K10 Lz0 1zB0 NX0 1u10 Wn0 S20 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14n1 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 ReX 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|64e3",
708
+ "America/Monterrey|LMT CST CDT|6F.g 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|41e5",
709
+ "America/Montevideo|MMT -0330 -03 -02 -0230|3I.I 3u 30 20 2u|012121212121212121212121213232323232324242423243232323232323232323232323232323232323232|-20UIf.g 8jzJ.g 1cLu 1dcu 1cLu 1dcu 1cLu ircu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu WLu 1qMu WLu 1qMu 11zu 1o0u 11zu NAu 11bu 2iMu zWu Dq10 19X0 pd0 jz0 cm10 19X0 1fB0 1on0 11d0 1oL0 1nB0 1fzu 1aou 1fzu 1aou 1fzu 3nAu Jb0 3MN0 1SLu 4jzu 2PB0 Lb0 3Dd0 1pb0 ixd0 An0 1MN0 An0 1wp0 On0 1wp0 Rb0 1zd0 On0 1wp0 Rb0 s8p0 1fB0 1ip0 11z0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 11z0|17e5",
710
+ "America/Toronto|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101012301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 11Wu 1nzu 1fD0 WJ0 1wr0 Nb0 1Ap0 On0 1zd0 On0 1wp0 TX0 1tB0 TX0 1tB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 4kM0 8x40 iv0 1o10 11z0 1nX0 11z0 1o10 11z0 1o10 1qL0 11D0 1nX0 11B0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e5",
711
+ "America/Nassau|LMT EST EDT|59.u 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2kNuO.u 26XdO.u 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|24e4",
712
+ "America/New_York|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e6",
713
+ "America/Nipigon|EST EDT EWT EPT|50 40 40 40|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 Rnb0 3je0 8x40 iv0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|16e2",
714
+ "America/Nome|NST NWT NPT BST BDT YST AKST AKDT|b0 a0 a0 b0 a0 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cl0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|38e2",
715
+ "America/Noronha|LMT -02 -01|29.E 20 10|0121212121212121212121212121212121212121|-2glxO.k HdKO.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|30e2",
716
+ "America/North_Dakota/Beulah|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
717
+ "America/North_Dakota/Center|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
718
+ "America/North_Dakota/New_Salem|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
719
+ "America/Ojinaga|LMT MST CST CDT MDT|6V.E 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3",
720
+ "America/Pangnirtung|-00 AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2",
721
+ "America/Paramaribo|LMT PMT PMT -0330 -03|3E.E 3E.Q 3E.A 3u 30|01234|-2nDUj.k Wqo0.c qanX.I 1yVXN.o|24e4",
722
+ "America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5",
723
+ "America/Port-au-Prince|PPMT EST EDT|4N 50 40|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-28RHb 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 3iN0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5",
724
+ "America/Rio_Branco|LMT -05 -04|4v.c 50 40|01212121212121212121212121212121|-2glvs.M HdLs.M 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0 d5X0|31e4",
725
+ "America/Porto_Velho|LMT -04 -03|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4",
726
+ "America/Puerto_Rico|AST AWT APT|40 30 30|0120|-17lU0 7XT0 iu0|24e5",
727
+ "America/Punta_Arenas|SMT -05 -04 -03|4G.K 50 40 30|0102021212121212121232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 blz0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0",
728
+ "America/Rainy_River|CST CDT CWT CPT|60 50 50 50|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TQ0 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842",
729
+ "America/Rankin_Inlet|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2",
730
+ "America/Recife|LMT -03 -02|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5",
731
+ "America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4",
732
+ "America/Resolute|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229",
733
+ "America/Santarem|LMT -04 -03|3C.M 40 30|0121212121212121212121212121212|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4",
734
+ "America/Santiago|SMT -05 -04 -03|4G.K 50 40 30|010202121212121212321232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 jb0 1oN0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|62e5",
735
+ "America/Santo_Domingo|SDMT EST EDT -0430 AST|4E 50 40 4u 40|01213131313131414|-1ttjk 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5",
736
+ "America/Sao_Paulo|LMT -03 -02|36.s 30 20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|20e6",
737
+ "America/Scoresbysund|LMT -02 -01 +00|1r.Q 20 10 0|0121323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2a5Ww.8 2z5ew.8 1a00 1cK0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|452",
738
+ "America/Sitka|PST PWT PPT PDT YST AKST AKDT|80 70 70 70 90 90 80|01203030303030303030303030303030345656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|90e2",
739
+ "America/St_Johns|NST NDT NST NDT NWT NPT NDDT|3u.Q 2u.Q 3u 2u 2u 2u 1u|01010101010101010101010101010101010102323232323232324523232323232323232323232323232323232323232323232323232323232323232323232323232323232326232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28oit.8 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4",
740
+ "America/Swift_Current|LMT MST MDT MWT MPT CST|7b.k 70 60 60 60 60|012134121212121212121215|-2AD4M.E uHdM.E 1in0 UGp0 8x20 ix0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 isN0 1cL0 3Cp0 1cL0 1cN0 11z0 1qN0 WL0 pMp0|16e3",
741
+ "America/Tegucigalpa|LMT CST CDT|5M.Q 60 50|01212121|-1WGGb.8 2ETcb.8 WL0 1qN0 WL0 GRd0 AL0|11e5",
742
+ "America/Thule|LMT AST ADT|4z.8 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5To.Q 31NBo.Q 1cL0 1cN0 1cL0 1fB0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|656",
743
+ "America/Thunder_Bay|CST EST EWT EPT EDT|60 50 40 40 40|0123141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-2q5S0 1iaN0 8x40 iv0 XNB0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4",
744
+ "America/Vancouver|PST PDT PWT PPT|80 70 70 70|0102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TO0 1in0 UGp0 8x10 iy0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5",
745
+ "America/Whitehorse|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3",
746
+ "America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4",
747
+ "America/Yakutat|YST YWT YPT YDT AKST AKDT|90 80 80 80 90 80|01203030303030303030303030303030304545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-17T10 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642",
748
+ "America/Yellowknife|-00 MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3",
749
+ "Antarctica/Casey|-00 +08 +11|0 -80 -b0|0121212|-2q00 1DjS0 T90 40P0 KL0 blz0|10",
750
+ "Antarctica/Davis|-00 +07 +05|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70",
751
+ "Antarctica/DumontDUrville|-00 +10|0 -a0|0101|-U0o0 cfq0 bFm0|80",
752
+ "Antarctica/Macquarie|AEST AEDT -00 +11|-a0 -b0 0 -b0|0102010101010101010101010101010101010101010101010101010101010101010101010101010101010101013|-29E80 19X0 4SL0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0|1",
753
+ "Antarctica/Mawson|-00 +06 +05|0 -60 -50|012|-CEo0 2fyk0|60",
754
+ "Pacific/Auckland|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|14e5",
755
+ "Antarctica/Palmer|-00 -03 -04 -02|0 30 40 20|0121212121213121212121212121212121212121212121212121212121212121212121212121212121|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|40",
756
+ "Antarctica/Rothera|-00 -03|0 30|01|gOo0|130",
757
+ "Antarctica/Syowa|-00 +03|0 -30|01|-vs00|20",
758
+ "Antarctica/Troll|-00 +00 +02|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|40",
759
+ "Antarctica/Vostok|-00 +06|0 -60|01|-tjA0|25",
760
+ "Europe/Oslo|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2awM0 Qm0 W6o0 5pf0 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 wJc0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1qM0 WM0 zpc0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e4",
761
+ "Asia/Riyadh|LMT +03|-36.Q -30|01|-TvD6.Q|57e5",
762
+ "Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5",
763
+ "Asia/Amman|LMT EET EEST|-2n.I -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1yW2n.I 1HiMn.I KL0 1oN0 11b0 1oN0 11b0 1pd0 1dz0 1cp0 11b0 1op0 11b0 fO10 1db0 1e10 1cL0 1cN0 1cL0 1cN0 1fz0 1pd0 10n0 1ld0 14n0 1hB0 15b0 1ip0 19X0 1cN0 1cL0 1cN0 17b0 1ld0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1So0 y00 1fc0 1dc0 1co0 1dc0 1cM0 1cM0 1cM0 1o00 11A0 1lc0 17c0 1cM0 1cM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|25e5",
764
+ "Asia/Anadyr|LMT +12 +13 +14 +11|-bN.U -c0 -d0 -e0 -b0|01232121212121212121214121212121212121212121212121212121212141|-1PcbN.U eUnN.U 23CL0 1db0 2q10 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|13e3",
765
+ "Asia/Aqtau|LMT +04 +05 +06|-3l.4 -40 -50 -60|012323232323232323232123232312121212121212121212|-1Pc3l.4 eUnl.4 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|15e4",
766
+ "Asia/Aqtobe|LMT +04 +05 +06|-3M.E -40 -50 -60|0123232323232323232321232323232323232323232323232|-1Pc3M.E eUnM.E 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|27e4",
767
+ "Asia/Ashgabat|LMT +04 +05 +06|-3R.w -40 -50 -60|0123232323232323232323212|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0|41e4",
768
+ "Asia/Atyrau|LMT +03 +05 +06 +04|-3r.I -30 -50 -60 -40|01232323232323232323242323232323232324242424242|-1Pc3r.I eUor.I 24PW0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 2sp0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0",
769
+ "Asia/Baghdad|BMT +03 +04|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5",
770
+ "Asia/Qatar|LMT +04 +03|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4",
771
+ "Asia/Baku|LMT +03 +04 +05|-3j.o -30 -40 -50|01232323232323232323232123232323232323232323232323232323232323232|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 9Je0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5",
772
+ "Asia/Bangkok|BMT +07|-6G.4 -70|01|-218SG.4|15e6",
773
+ "Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0",
774
+ "Asia/Beirut|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-21aq0 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0|22e5",
775
+ "Asia/Bishkek|LMT +05 +06 +07|-4W.o -50 -60 -70|012323232323232323232321212121212121212121212121212|-1Pc4W.o eUnW.o 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2e00 1tX0 17b0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1cPu 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0|87e4",
776
+ "Asia/Brunei|LMT +0730 +08|-7D.E -7u -80|012|-1KITD.E gDc9.E|42e4",
777
+ "Asia/Kolkata|HMT +0630 IST|-5R.k -6u -5u|01212|-18LFR.k 1unn.k HB0 7zX0|15e6",
778
+ "Asia/Chita|LMT +08 +09 +10|-7x.Q -80 -90 -a0|012323232323232323232321232323232323232323232323232323232323232312|-21Q7x.Q pAnx.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3re0|33e4",
779
+ "Asia/Choibalsan|LMT +07 +08 +10 +09|-7C -70 -80 -a0 -90|0123434343434343434343434343434343434343434343424242|-2APHC 2UkoC cKn0 1da0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 3Db0 h1f0 1cJ0 1cP0 1cJ0|38e3",
780
+ "Asia/Shanghai|CST CDT|-80 -90|01010101010101010|-1c1I0 LX0 16p0 1jz0 1Myp0 Rb0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0|23e6",
781
+ "Asia/Colombo|MMT +0530 +06 +0630|-5j.w -5u -60 -6u|01231321|-2zOtj.w 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu|22e5",
782
+ "Asia/Dhaka|HMT +0630 +0530 +06 +07|-5R.k -6u -5u -60 -70|0121343|-18LFR.k 1unn.k HB0 m6n0 2kxbu 1i00|16e6",
783
+ "Asia/Damascus|LMT EET EEST|-2p.c -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-21Jep.c Hep.c 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1xRB0 11X0 1oN0 10L0 1pB0 11b0 1oN0 10L0 1mp0 13X0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 Nb0 1AN0 Nb0 bcp0 19X0 1gp0 19X0 3ld0 1xX0 Vd0 1Bz0 Sp0 1vX0 10p0 1dz0 1cN0 1cL0 1db0 1db0 1g10 1an0 1ap0 1db0 1fd0 1db0 1cN0 1db0 1dd0 1db0 1cp0 1dz0 1c10 1dX0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 19z0 1fB0 1qL0 11B0 1on0 Wp0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0|26e5",
784
+ "Asia/Dili|LMT +08 +09|-8m.k -80 -90|01212|-2le8m.k 1dnXm.k 1nfA0 Xld0|19e4",
785
+ "Asia/Dubai|LMT +04|-3F.c -40|01|-21JfF.c|39e5",
786
+ "Asia/Dushanbe|LMT +05 +06 +07|-4z.c -50 -60 -70|012323232323232323232321|-1Pc4z.c eUnz.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2hB0|76e4",
787
+ "Asia/Famagusta|LMT EET EEST +03|-2f.M -20 -30 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212123|-1Vc2f.M 2a3cf.M 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 15U0",
788
+ "Asia/Gaza|EET EEST IST IDT|-20 -30 -20 -30|010101010101010101010101010101012323232323232323232323232320101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 11z0 1o10 14o0 1lA1 SKX 1xd1 MKX 1AN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nz0 1220 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0|18e5",
789
+ "Asia/Hebron|EET EEST IST IDT|-20 -30 -20 -30|01010101010101010101010101010101232323232323232323232323232010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 12L0 1mN0 14o0 1lc0 Tb0 1xd1 MKX bB0 cn0 1cN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nz0 1220 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0|25e4",
790
+ "Asia/Ho_Chi_Minh|LMT PLMT +07 +08 +09|-76.E -76.u -70 -80 -90|0123423232|-2yC76.E bK00.a 1h7b6.u 5lz0 18o0 3Oq0 k5b0 aW00 BAM0|90e5",
791
+ "Asia/Hong_Kong|LMT HKT HKST JST|-7A.G -80 -90 -90|0121312121212121212121212121212121212121212121212121212121212121212121|-2CFHA.G 1sEP6.G 1cL0 ylu 93X0 1qQu 1tX0 Rd0 1In0 NB0 1cL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1kL0 14N0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5",
792
+ "Asia/Hovd|LMT +06 +07 +08|-66.A -60 -70 -80|012323232323232323232323232323232323232323232323232|-2APG6.A 2Uko6.A cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|81e3",
793
+ "Asia/Irkutsk|IMT +07 +08 +09|-6V.5 -70 -80 -90|01232323232323232323232123232323232323232323232323232323232323232|-21zGV.5 pjXV.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4",
794
+ "Europe/Istanbul|IMT EET EEST +04 +03|-1U.U -20 -30 -40 -30|012121212121212121212121212121212121212121212121212121234343434342121212121212121212121212121212121212121212121212121212121212124|-2ogNU.U dzzU.U 11b0 8tB0 1on0 1410 1db0 19B0 1in0 3Rd0 Un0 1oN0 11b0 zSp0 CL0 mN0 1Vz0 1gN0 1pz0 5Rd0 1fz0 1yp0 ML0 1kp0 17b0 1ip0 17b0 1fB0 19X0 1jB0 18L0 1ip0 17z0 qdd0 xX0 3S10 Tz0 dA10 11z0 1o10 11z0 1qN0 11z0 1ze0 11B0 WM0 1qO0 WI0 1nX0 1rB0 10L0 11B0 1in0 17d0 1in0 2pX0 19E0 1fU0 16Q0 1iI0 16Q0 1iI0 1Vd0 pb0 3Kp0 14o0 1de0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1a00 1fA0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WO0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 Xc0 1qo0 WM0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 15w0|13e6",
795
+ "Asia/Jakarta|BMT +0720 +0730 +09 +08 WIB|-77.c -7k -7u -90 -80 -70|01232425|-1Q0Tk luM0 mPzO 8vWu 6kpu 4PXu xhcu|31e6",
796
+ "Asia/Jayapura|LMT +09 +0930 WIT|-9m.M -90 -9u -90|0123|-1uu9m.M sMMm.M L4nu|26e4",
797
+ "Asia/Jerusalem|JMT IST IDT IDDT|-2k.E -20 -30 -40|01212121212132121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-26Bek.E SyMk.E 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 3LB0 Em0 or0 1cn0 1dB0 16n0 10O0 1ja0 1tC0 14o0 1cM0 1a00 11A0 1Na0 An0 1MP0 AJ0 1Kp0 LC0 1oo0 Wl0 EQN0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0|81e4",
798
+ "Asia/Kabul|+04 +0430|-40 -4u|01|-10Qs0|46e5",
799
+ "Asia/Kamchatka|LMT +11 +12 +13|-ay.A -b0 -c0 -d0|012323232323232323232321232323232323232323232323232323232323212|-1SLKy.A ivXy.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|18e4",
800
+ "Asia/Karachi|LMT +0530 +0630 +05 PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy00 1cL0 dK10 11b0 1610 1jX0|24e6",
801
+ "Asia/Urumqi|LMT +06|-5O.k -60|01|-1GgtO.k|32e5",
802
+ "Asia/Kathmandu|LMT +0530 +0545|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g|12e5",
803
+ "Asia/Khandyga|LMT +08 +09 +10 +11|-92.d -80 -90 -a0 -b0|0123232323232323232323212323232323232323232323232343434343434343432|-21Q92.d pAp2.d 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 qK0 yN0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|66e2",
804
+ "Asia/Krasnoyarsk|LMT +06 +07 +08|-6b.q -60 -70 -80|01232323232323232323232123232323232323232323232323232323232323232|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o0