qedproject 0.0.5 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1640 @@
1
+ /*!
2
+ * jQuery Mobile v1.0b2
3
+ * http://jquerymobile.com/
4
+ *
5
+ * Copyright 2010, jQuery Project
6
+ * Dual licensed under the MIT or GPL Version 2 licenses.
7
+ * http://jquery.org/license
8
+ */
9
+ /*
10
+ * jQuery Mobile Framework
11
+ * Copyright (c) jQuery Project
12
+ * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
13
+ */
14
+
15
+
16
+ /* A
17
+ -----------------------------------------------------------------------------------------------------------*/
18
+
19
+ .ui-bar-a {
20
+ border: 1px solid #2A2A2A;
21
+ background: #111111;
22
+ color: #ffffff;
23
+ font-weight: bold;
24
+ text-shadow: 0 -1px 1px #000000;
25
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#111)); /* Saf4+, Chrome */
26
+ background-image: -webkit-linear-gradient(top, #3c3c3c, #111); /* Chrome 10+, Saf5.1+ */
27
+ background-image: -moz-linear-gradient(top, #3c3c3c, #111); /* FF3.6 */
28
+ background-image: -ms-linear-gradient(top, #3c3c3c, #111); /* IE10 */
29
+ background-image: -o-linear-gradient(top, #3c3c3c, #111); /* Opera 11.10+ */
30
+ background-image: linear-gradient(top, #3c3c3c, #111);
31
+ }
32
+ .ui-bar-a,
33
+ .ui-bar-a input,
34
+ .ui-bar-a select,
35
+ .ui-bar-a textarea,
36
+ .ui-bar-a button {
37
+ font-family: Helvetica, Arial, sans-serif;
38
+ }
39
+ .ui-bar-a .ui-link-inherit {
40
+ color: #fff;
41
+ }
42
+ .ui-bar-a .ui-link {
43
+ color: #7cc4e7;
44
+ font-weight: bold;
45
+ }
46
+ .ui-body-a {
47
+ border: 1px solid #2A2A2A;
48
+ background: #222222;
49
+ color: #fff;
50
+ text-shadow: 0 1px 0 #000;
51
+ font-weight: normal;
52
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222)); /* Saf4+, Chrome */
53
+ background-image: -webkit-linear-gradient(top, #666, #222); /* Chrome 10+, Saf5.1+ */
54
+ background-image: -moz-linear-gradient(top, #666, #222); /* FF3.6 */
55
+ background-image: -ms-linear-gradient(top, #666, #222); /* IE10 */
56
+ background-image: -o-linear-gradient(top, #666, #222); /* Opera 11.10+ */
57
+ background-image: linear-gradient(top, #666, #222);
58
+ }
59
+ .ui-body-a,
60
+ .ui-body-a input,
61
+ .ui-body-a select,
62
+ .ui-body-a textarea,
63
+ .ui-body-a button {
64
+ font-family: Helvetica, Arial, sans-serif;
65
+ }
66
+ .ui-body-a .ui-link-inherit {
67
+ color: #fff;
68
+ }
69
+ .ui-body-a .ui-link {
70
+ color: #2489CE;
71
+ font-weight: bold;
72
+ }
73
+ .ui-br {
74
+ border-bottom: rgb(130,130,130);
75
+ border-bottom: rgba(130,130,130,.3);
76
+ border-bottom-width: 1px;
77
+ border-bottom-style: solid;
78
+ }
79
+ .ui-btn-up-a {
80
+ border: 1px solid #222;
81
+ background: #333333;
82
+ font-weight: bold;
83
+ color: #fff;
84
+ text-shadow: 0 -1px 1px #000;
85
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333)); /* Saf4+, Chrome */
86
+ background-image: -webkit-linear-gradient(top, #555, #333); /* Chrome 10+, Saf5.1+ */
87
+ background-image: -moz-linear-gradient(top, #555, #333); /* FF3.6 */
88
+ background-image: -ms-linear-gradient(top, #555, #333); /* IE10 */
89
+ background-image: -o-linear-gradient(top, #555, #333); /* Opera 11.10+ */
90
+ background-image: linear-gradient(top, #555, #333);
91
+ }
92
+ .ui-btn-up-a a.ui-link-inherit {
93
+ color: #fff;
94
+ }
95
+ .ui-btn-hover-a {
96
+ border: 1px solid #000;
97
+ background: #444444;
98
+ font-weight: bold;
99
+ color: #fff;
100
+ text-shadow: 0 -1px 1px #000;
101
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444)); /* Saf4+, Chrome */
102
+ background-image: -webkit-linear-gradient(top, #666, #444); /* Chrome 10+, Saf5.1+ */
103
+ background-image: -moz-linear-gradient(top, #666, #444); /* FF3.6 */
104
+ background-image: -ms-linear-gradient(top, #666, #444); /* IE10 */
105
+ background-image: -o-linear-gradient(top, #666, #444); /* Opera 11.10+ */
106
+ background-image: linear-gradient(top, #666, #444);
107
+ }
108
+ .ui-btn-hover-a a.ui-link-inherit {
109
+ color: #fff;
110
+ }
111
+ .ui-btn-down-a {
112
+ border: 1px solid #000;
113
+ background: #3d3d3d;
114
+ font-weight: bold;
115
+ color: #fff;
116
+ text-shadow: 0 -1px 1px #000;
117
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#5a5a5a)); /* Saf4+, Chrome */
118
+ background-image: -webkit-linear-gradient(top, #333, #5a5a5a); /* Chrome 10+, Saf5.1+ */
119
+ background-image: -moz-linear-gradient(top, #333, #5a5a5a); /* FF3.6 */
120
+ background-image: -ms-linear-gradient(top, #333, #5a5a5a); /* IE10 */
121
+ background-image: -o-linear-gradient(top, #333, #5a5a5a); /* Opera 11.10+ */
122
+ background-image: linear-gradient(top, #333, #5a5a5a);
123
+ }
124
+ .ui-btn-down-a a.ui-link-inherit {
125
+ color: #fff;
126
+ }
127
+ .ui-btn-up-a,
128
+ .ui-btn-hover-a,
129
+ .ui-btn-down-a {
130
+ font-family: Helvetica, Arial, sans-serif;
131
+ text-decoration: none;
132
+ }
133
+
134
+
135
+ /* B
136
+ -----------------------------------------------------------------------------------------------------------*/
137
+
138
+ .ui-bar-b {
139
+ border: 1px solid #456f9a;
140
+ background: #5e87b0;
141
+ color: #fff;
142
+ font-weight: bold;
143
+ text-shadow: 0 -1px 1px #254f7a;
144
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#81a8ce), to(#5e87b0)); /* Saf4+, Chrome */
145
+ background-image: -webkit-linear-gradient(top, #81a8ce, #5e87b0); /* Chrome 10+, Saf5.1+ */
146
+ background-image: -moz-linear-gradient(top, #81a8ce, #5e87b0); /* FF3.6 */
147
+ background-image: -ms-linear-gradient(top, #81a8ce, #5e87b0); /* IE10 */
148
+ background-image: -o-linear-gradient(top, #81a8ce, #5e87b0); /* Opera 11.10+ */
149
+ background-image: linear-gradient(top, #81a8ce, #5e87b0);
150
+ }
151
+ .ui-bar-b,
152
+ .ui-bar-b input,
153
+ .ui-bar-b select,
154
+ .ui-bar-b textarea,
155
+ .ui-bar-b button {
156
+ font-family: Helvetica, Arial, sans-serif;
157
+ }
158
+ .ui-bar-b .ui-link-inherit {
159
+ color: #fff;
160
+ }
161
+ .ui-bar-b .ui-link {
162
+ color: #7cc4e7;
163
+ font-weight: bold;
164
+ }
165
+
166
+ .ui-body-b {
167
+ border: 1px solid #C6C6C6;
168
+ background: #cccccc;
169
+ color: #333333;
170
+ text-shadow: 0 1px 0 #fff;
171
+ font-weight: normal;
172
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#ccc)); /* Saf4+, Chrome */
173
+ background-image: -webkit-linear-gradient(top, #e6e6e6, #ccc); /* Chrome 10+, Saf5.1+ */
174
+ background-image: -moz-linear-gradient(top, #e6e6e6, #ccc); /* FF3.6 */
175
+ background-image: -ms-linear-gradient(top, #e6e6e6, #ccc); /* IE10 */
176
+ background-image: -o-linear-gradient(top, #e6e6e6, #ccc); /* Opera 11.10+ */
177
+ background-image: linear-gradient(top, #e6e6e6, #ccc);
178
+ }
179
+ .ui-body-b,
180
+ .ui-body-b input,
181
+ .ui-body-b select,
182
+ .ui-body-b textarea,
183
+ .ui-body-b button {
184
+ font-family: Helvetica, Arial, sans-serif;
185
+ }
186
+ .ui-body-b .ui-link-inherit {
187
+ color: #333333;
188
+ }
189
+ .ui-body-b .ui-link {
190
+ color: #2489CE;
191
+ font-weight: bold;
192
+ }
193
+ .ui-btn-up-b {
194
+ border: 1px solid #145072;
195
+ background: #2567ab;
196
+ font-weight: bold;
197
+ color: #fff;
198
+ text-shadow: 0 -1px 1px #145072;
199
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9cc5), to(#396b9e)); /* Saf4+, Chrome */
200
+ background-image: -webkit-linear-gradient(top, #5f9cc5, #396b9e); /* Chrome 10+, Saf5.1+ */
201
+ background-image: -moz-linear-gradient(top, #5f9cc5, #396b9e); /* FF3.6 */
202
+ background-image: -ms-linear-gradient(top, #5f9cc5, #396b9e); /* IE10 */
203
+ background-image: -o-linear-gradient(top, #5f9cc5, #396b9e); /* Opera 11.10+ */
204
+ background-image: linear-gradient(top, #5f9cc5, #396b9e);
205
+ }
206
+ .ui-btn-up-b a.ui-link-inherit {
207
+ color: #fff;
208
+ }
209
+ .ui-btn-hover-b {
210
+ border: 1px solid #00516e;
211
+ background: #4b88b6;
212
+ font-weight: bold;
213
+ color: #fff;
214
+ text-shadow: 0 -1px 1px #014D68;
215
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#72b0d4), to(#4b88b6)); /* Saf4+, Chrome */
216
+ background-image: -webkit-linear-gradient(top, #72b0d4, #4b88b6); /* Chrome 10+, Saf5.1+ */
217
+ background-image: -moz-linear-gradient(top, #72b0d4, #4b88b6); /* FF3.6 */
218
+ background-image: -ms-linear-gradient(top, #72b0d4, #4b88b6); /* IE10 */
219
+ background-image: -o-linear-gradient(top, #72b0d4, #4b88b6); /* Opera 11.10+ */
220
+ background-image: linear-gradient(top, #72b0d4, #4b88b6);
221
+ }
222
+ .ui-btn-hover-b a.ui-link-inherit {
223
+ color: #fff;
224
+ }
225
+ .ui-btn-down-b {
226
+ border: 1px solid #225377;
227
+ background: #4e89c5;
228
+ font-weight: bold;
229
+ color: #fff;
230
+ text-shadow: 0 -1px 1px #225377;
231
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#396b9e), to(#4e89c5)); /* Saf4+, Chrome */
232
+ background-image: -webkit-linear-gradient(top, #396b9e, #4e89c5); /* Chrome 10+, Saf5.1+ */
233
+ background-image: -moz-linear-gradient(top, #396b9e, #4e89c5); /* FF3.6 */
234
+ background-image: -ms-linear-gradient(top, #396b9e, #4e89c5); /* IE10 */
235
+ background-image: -o-linear-gradient(top, #396b9e, #4e89c5); /* Opera 11.10+ */
236
+ background-image: linear-gradient(top, #396b9e, #4e89c5);
237
+ }
238
+ .ui-btn-down-b a.ui-link-inherit {
239
+ color: #fff;
240
+ }
241
+ .ui-btn-up-b,
242
+ .ui-btn-hover-b,
243
+ .ui-btn-down-b {
244
+ font-family: Helvetica, Arial, sans-serif;
245
+ text-decoration: none;
246
+ }
247
+
248
+
249
+ /* C
250
+ -----------------------------------------------------------------------------------------------------------*/
251
+
252
+ .ui-bar-c {
253
+ border: 1px solid #B3B3B3;
254
+ background: #e9eaeb;
255
+ color: #3E3E3E;
256
+ font-weight: bold;
257
+ text-shadow: 0 1px 1px #fff;
258
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e9eaeb)); /* Saf4+, Chrome */
259
+ background-image: -webkit-linear-gradient(top, #f0f0f0, #e9eaeb); /* Chrome 10+, Saf5.1+ */
260
+ background-image: -moz-linear-gradient(top, #f0f0f0, #e9eaeb); /* FF3.6 */
261
+ background-image: -ms-linear-gradient(top, #f0f0f0, #e9eaeb); /* IE10 */
262
+ background-image: -o-linear-gradient(top, #f0f0f0, #e9eaeb); /* Opera 11.10+ */
263
+ background-image: linear-gradient(top, #f0f0f0, #e9eaeb);
264
+ }
265
+ .ui-bar-c,
266
+ .ui-bar-c input,
267
+ .ui-bar-c select,
268
+ .ui-bar-c textarea,
269
+ .ui-bar-c button {
270
+ font-family: Helvetica, Arial, sans-serif;
271
+ }
272
+ .ui-body-c {
273
+ border: 1px solid #B3B3B3;
274
+ color: #333333;
275
+ text-shadow: 0 1px 0 #fff;
276
+ background: #f0f0f0;
277
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); /* Saf4+, Chrome */
278
+ background-image: -webkit-linear-gradient(top, #eee, #ddd); /* Chrome 10+, Saf5.1+ */
279
+ background-image: -moz-linear-gradient(top, #eee, #ddd); /* FF3.6 */
280
+ background-image: -ms-linear-gradient(top, #eee, #ddd); /* IE10 */
281
+ background-image: -o-linear-gradient(top, #eee, #ddd); /* Opera 11.10+ */
282
+ background-image: linear-gradient(top, #eee, #ddd);
283
+ }
284
+ .ui-body-c,
285
+ .ui-body-c input,
286
+ .ui-body-c select,
287
+ .ui-body-c textarea,
288
+ .ui-body-c button {
289
+ font-family: Helvetica, Arial, sans-serif;
290
+ }
291
+ .ui-body-c .ui-link-inherit {
292
+ color: #333333;
293
+ }
294
+ .ui-body-c .ui-link {
295
+ color: #2489CE;
296
+ font-weight: bold;
297
+ }
298
+
299
+ .ui-btn-up-c {
300
+ border: 1px solid #ccc;
301
+ background: #eee;
302
+ font-weight: bold;
303
+ color: #444;
304
+ text-shadow: 0 1px 1px #f6f6f6;
305
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eee)); /* Saf4+, Chrome */
306
+ background-image: -webkit-linear-gradient(top, #fdfdfd, #eee); /* Chrome 10+, Saf5.1+ */
307
+ background-image: -moz-linear-gradient(top, #fdfdfd, #eee); /* FF3.6 */
308
+ background-image: -ms-linear-gradient(top, #fdfdfd, #eee); /* IE10 */
309
+ background-image: -o-linear-gradient(top, #fdfdfd, #eee); /* Opera 11.10+ */
310
+ background-image: linear-gradient(top, #fdfdfd, #eee);
311
+ }
312
+ .ui-btn-up-c a.ui-link-inherit {
313
+ color: #2F3E46;
314
+ }
315
+
316
+ .ui-btn-hover-c {
317
+ border: 1px solid #bbb;
318
+ background: #dadada;
319
+ font-weight: bold;
320
+ color: #101010;
321
+ text-shadow: 0 1px 1px #fff;
322
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dadada)); /* Saf4+, Chrome */
323
+ background-image: -webkit-linear-gradient(top, #ededed, #dadada); /* Chrome 10+, Saf5.1+ */
324
+ background-image: -moz-linear-gradient(top, #ededed, #dadada); /* FF3.6 */
325
+ background-image: -ms-linear-gradient(top, #ededed, #dadada); /* IE10 */
326
+ background-image: -o-linear-gradient(top, #ededed, #dadada); /* Opera 11.10+ */
327
+ background-image: linear-gradient(top, #ededed, #dadada);
328
+ }
329
+ .ui-btn-hover-c a.ui-link-inherit {
330
+ color: #2F3E46;
331
+ }
332
+ .ui-btn-down-c {
333
+ border: 1px solid #808080;
334
+ background: #fdfdfd;
335
+ font-weight: bold;
336
+ color: #111111;
337
+ text-shadow: 0 1px 1px #ffffff;
338
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fdfdfd)); /* Saf4+, Chrome */
339
+ background-image: -webkit-linear-gradient(top, #eee, #fdfdfd); /* Chrome 10+, Saf5.1+ */
340
+ background-image: -moz-linear-gradient(top, #eee, #fdfdfd); /* FF3.6 */
341
+ background-image: -ms-linear-gradient(top, #eee, #fdfdfd); /* IE10 */
342
+ background-image: -o-linear-gradient(top, #eee, #fdfdfd); /* Opera 11.10+ */
343
+ background-image: linear-gradient(top, #eee, #fdfdfd);
344
+ }
345
+ .ui-btn-down-c a.ui-link-inherit {
346
+ color: #2F3E46;
347
+ }
348
+ .ui-btn-up-c,
349
+ .ui-btn-hover-c,
350
+ .ui-btn-down-c {
351
+ font-family: Helvetica, Arial, sans-serif;
352
+ text-decoration: none;
353
+ }
354
+
355
+
356
+ /* D
357
+ -----------------------------------------------------------------------------------------------------------*/
358
+
359
+ .ui-bar-d {
360
+ border: 1px solid #ccc;
361
+ background: #bbb;
362
+ color: #333;
363
+ text-shadow: 0 1px 0 #eee;
364
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#bbb)); /* Saf4+, Chrome */
365
+ background-image: -webkit-linear-gradient(top, #ddd, #bbb); /* Chrome 10+, Saf5.1+ */
366
+ background-image: -moz-linear-gradient(top, #ddd, #bbb); /* FF3.6 */
367
+ background-image: -ms-linear-gradient(top, #ddd, #bbb); /* IE10 */
368
+ background-image: -o-linear-gradient(top, #ddd, #bbb); /* Opera 11.10+ */
369
+ background-image: linear-gradient(top, #ddd, #bbb);
370
+ }
371
+ .ui-bar-d,
372
+ .ui-bar-d input,
373
+ .ui-bar-d select,
374
+ .ui-bar-d textarea,
375
+ .ui-bar-d button {
376
+ font-family: Helvetica, Arial, sans-serif;
377
+ }
378
+ .ui-bar-d .ui-link-inherit {
379
+ color: #333;
380
+ }
381
+ .ui-bar-d .ui-link {
382
+ color: #2489CE;
383
+ font-weight: bold;
384
+ }
385
+ .ui-body-d {
386
+ border: 1px solid #ccc;
387
+ color: #333333;
388
+ text-shadow: 0 1px 0 #fff;
389
+ background: #ffffff;
390
+ }
391
+ .ui-body-d,
392
+ .ui-body-d input,
393
+ .ui-body-d select,
394
+ .ui-body-d textarea,
395
+ .ui-body-d button {
396
+ font-family: Helvetica, Arial, sans-serif;
397
+ }
398
+ .ui-body-d .ui-link-inherit {
399
+ color: #333333;
400
+ }
401
+ .ui-body-d .ui-link {
402
+ color: #2489CE;
403
+ font-weight: bold;
404
+ }
405
+ .ui-btn-up-d {
406
+ border: 1px solid #ccc;
407
+ background: #fff;
408
+ font-weight: bold;
409
+ color: #444;
410
+ text-shadow: 0 1px 1px #fff;
411
+ }
412
+ .ui-btn-up-d a.ui-link-inherit {
413
+ color: #333;
414
+ }
415
+ .ui-btn-hover-d {
416
+ border: 1px solid #aaa;
417
+ background: #eeeeee;
418
+ font-weight: bold;
419
+ color: #222;
420
+ cursor: pointer;
421
+ text-shadow: 0 1px 1px #fff;
422
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eee)); /* Saf4+, Chrome */
423
+ background-image: -webkit-linear-gradient(top, #fdfdfd, #eee); /* Chrome 10+, Saf5.1+ */
424
+ background-image: -moz-linear-gradient(top, #fdfdfd, #eee); /* FF3.6 */
425
+ background-image: -ms-linear-gradient(top, #fdfdfd, #eee); /* IE10 */
426
+ background-image: -o-linear-gradient(top, #fdfdfd, #eee); /* Opera 11.10+ */
427
+ background-image: linear-gradient(top, #fdfdfd, #eee);
428
+ }
429
+ .ui-btn-hover-d a.ui-link-inherit {
430
+ color: #222;
431
+ }
432
+ .ui-btn-down-d {
433
+ border: 1px solid #aaaaaa;
434
+ background: #ffffff;
435
+ font-weight: bold;
436
+ color: #111;
437
+ text-shadow: 0 1px 1px #ffffff;
438
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff)); /* Saf4+, Chrome */
439
+ background-image: -webkit-linear-gradient(top, #eee, #fff); /* Chrome 10+, Saf5.1+ */
440
+ background-image: -moz-linear-gradient(top, #eee, #fff); /* FF3.6 */
441
+ background-image: -ms-linear-gradient(top, #eee, #fff); /* IE10 */
442
+ background-image: -o-linear-gradient(top, #eee, #fff); /* Opera 11.10+ */
443
+ background-image: linear-gradient(top, #eee, #fff);
444
+ }
445
+ .ui-btn-down-d a.ui-link-inherit {
446
+ color: #111;
447
+ }
448
+ .ui-btn-up-d,
449
+ .ui-btn-hover-d,
450
+ .ui-btn-down-d {
451
+ font-family: Helvetica, Arial, sans-serif;
452
+ text-decoration: none;
453
+ }
454
+
455
+
456
+ /* E
457
+ -----------------------------------------------------------------------------------------------------------*/
458
+
459
+ .ui-bar-e {
460
+ border: 1px solid #F7C942;
461
+ background: #fadb4e;
462
+ color: #333;
463
+ text-shadow: 0 1px 0 #fff;
464
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fceda7), to(#fadb4e)); /* Saf4+, Chrome */
465
+ background-image: -webkit-linear-gradient(top, #fceda7, #fadb4e); /* Chrome 10+, Saf5.1+ */
466
+ background-image: -moz-linear-gradient(top, #fceda7, #fadb4e); /* FF3.6 */
467
+ background-image: -ms-linear-gradient(top, #fceda7, #fadb4e); /* IE10 */
468
+ background-image: -o-linear-gradient(top, #fceda7, #fadb4e); /* Opera 11.10+ */
469
+ background-image: linear-gradient(top, #fceda7, #fadb4e);
470
+ }
471
+ .ui-bar-e,
472
+ .ui-bar-e input,
473
+ .ui-bar-e select,
474
+ .ui-bar-e textarea,
475
+ .ui-bar-e button {
476
+ font-family: Helvetica, Arial, sans-serif;
477
+ }
478
+ .ui-bar-e .ui-link-inherit {
479
+ color: #333;
480
+ }
481
+ .ui-bar-e .ui-link {
482
+ color: #2489CE;
483
+ font-weight: bold;
484
+ }
485
+ .ui-body-e {
486
+ border: 1px solid #F7C942;
487
+ color: #333333;
488
+ text-shadow: 0 1px 0 #fff;
489
+ background: #faeb9e;
490
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#faeb9e)); /* Saf4+, Chrome */
491
+ background-image: -webkit-linear-gradient(top, #fff, #faeb9e); /* Chrome 10+, Saf5.1+ */
492
+ background-image: -moz-linear-gradient(top, #fff, #faeb9e); /* FF3.6 */
493
+ background-image: -ms-linear-gradient(top, #fff, #faeb9e); /* IE10 */
494
+ background-image: -o-linear-gradient(top, #fff, #faeb9e); /* Opera 11.10+ */
495
+ background-image: linear-gradient(top, #fff, #faeb9e);
496
+ }
497
+ .ui-body-e,
498
+ .ui-body-e input,
499
+ .ui-body-e select,
500
+ .ui-body-e textarea,
501
+ .ui-body-e button {
502
+ font-family: Helvetica, Arial, sans-serif;
503
+ }
504
+ .ui-body-e .ui-link-inherit {
505
+ color: #333333;
506
+ }
507
+ .ui-body-e .ui-link {
508
+ color: #2489CE;
509
+ font-weight: bold;
510
+ }
511
+ .ui-btn-up-e {
512
+ border: 1px solid #F7C942;
513
+ background: #fadb4e;
514
+ font-weight: bold;
515
+ color: #333;
516
+ text-shadow: 0 1px 0 #fff;
517
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fceda7), to(#fadb4e)); /* Saf4+, Chrome */
518
+ background-image: -webkit-linear-gradient(top, #fceda7, #fadb4e); /* Chrome 10+, Saf5.1+ */
519
+ background-image: -moz-linear-gradient(top, #fceda7, #fadb4e); /* FF3.6 */
520
+ background-image: -ms-linear-gradient(top, #fceda7, #fadb4e); /* IE10 */
521
+ background-image: -o-linear-gradient(top, #fceda7, #fadb4e); /* Opera 11.10+ */
522
+ background-image: linear-gradient(top, #fceda7, #fadb4e);
523
+ }
524
+ .ui-btn-up-e a.ui-link-inherit {
525
+ color: #333;
526
+ }
527
+ .ui-btn-hover-e {
528
+ border: 1px solid #e79952;
529
+ background: #fbe26f;
530
+ font-weight: bold;
531
+ color: #111;
532
+ text-shadow: 0 1px 1px #fff;
533
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf0b5), to(#fbe26f)); /* Saf4+, Chrome */
534
+ background-image: -webkit-linear-gradient(top, #fcf0b5, #fbe26f); /* Chrome 10+, Saf5.1+ */
535
+ background-image: -moz-linear-gradient(top, #fcf0b5, #fbe26f); /* FF3.6 */
536
+ background-image: -ms-linear-gradient(top, #fcf0b5, #fbe26f); /* IE10 */
537
+ background-image: -o-linear-gradient(top, #fcf0b5, #fbe26f); /* Opera 11.10+ */
538
+ background-image: linear-gradient(top, #fcf0b5, #fbe26f);
539
+ }
540
+
541
+ .ui-btn-hover-e a.ui-link-inherit {
542
+ color: #333;
543
+ }
544
+ .ui-btn-down-e {
545
+ border: 1px solid #F7C942;
546
+ background: #fceda7;
547
+ font-weight: bold;
548
+ color: #111;
549
+ text-shadow: 0 1px 1px #ffffff;
550
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fadb4e), to(#fceda7)); /* Saf4+, Chrome */
551
+ background-image: -webkit-linear-gradient(top, #fadb4e, #fceda7); /* Chrome 10+, Saf5.1+ */
552
+ background-image: -moz-linear-gradient(top, #fadb4e, #fceda7); /* FF3.6 */
553
+ background-image: -ms-linear-gradient(top, #fadb4e, #fceda7); /* IE10 */
554
+ background-image: -o-linear-gradient(top, #fadb4e, #fceda7); /* Opera 11.10+ */
555
+ background-image: linear-gradient(top, #fadb4e, #fceda7);
556
+ }
557
+ .ui-btn-down-e a.ui-link-inherit {
558
+ color: #333;
559
+ }
560
+ .ui-btn-up-e,
561
+ .ui-btn-hover-e,
562
+ .ui-btn-down-e {
563
+ font-family: Helvetica, Arial, sans-serif;
564
+ text-decoration: none;
565
+ }
566
+
567
+
568
+ /* links within "buttons"
569
+ -----------------------------------------------------------------------------------------------------------*/
570
+
571
+ a.ui-link-inherit {
572
+ text-decoration: none !important;
573
+ }
574
+
575
+
576
+ /* Active class used as the "on" state across all themes
577
+ -----------------------------------------------------------------------------------------------------------*/
578
+
579
+ .ui-btn-active {
580
+ border: 1px solid #155678;
581
+ background: #4596ce;
582
+ font-weight: bold;
583
+ color: #fff;
584
+ cursor: pointer;
585
+ text-shadow: 0 -1px 1px #145072;
586
+ text-decoration: none;
587
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#85bae4), to(#5393c5)); /* Saf4+, Chrome */
588
+ background-image: -webkit-linear-gradient(top, #85bae4, #5393c5); /* Chrome 10+, Saf5.1+ */
589
+ background-image: -moz-linear-gradient(top, #85bae4, #5393c5); /* FF3.6 */
590
+ background-image: -ms-linear-gradient(top, #85bae4, #5393c5); /* IE10 */
591
+ background-image: -o-linear-gradient(top, #85bae4, #5393c5); /* Opera 11.10+ */
592
+ background-image: linear-gradient(top, #85bae4, #5393c5);
593
+ outline: none;
594
+ }
595
+ .ui-btn-active a.ui-link-inherit {
596
+ color: #fff;
597
+ }
598
+
599
+
600
+ /* button inner top highlight
601
+ -----------------------------------------------------------------------------------------------------------*/
602
+
603
+ .ui-btn-inner {
604
+ border-top: 1px solid #fff;
605
+ border-color: rgba(255,255,255,.3);
606
+ }
607
+
608
+
609
+ /* corner rounding classes
610
+ -----------------------------------------------------------------------------------------------------------*/
611
+
612
+ .ui-corner-tl {
613
+ -moz-border-radius-topleft: .6em;
614
+ -webkit-border-top-left-radius: .6em;
615
+ border-top-left-radius: .6em;
616
+ }
617
+ .ui-corner-tr {
618
+ -moz-border-radius-topright: .6em;
619
+ -webkit-border-top-right-radius: .6em;
620
+ border-top-right-radius: .6em;
621
+ }
622
+ .ui-corner-bl {
623
+ -moz-border-radius-bottomleft: .6em;
624
+ -webkit-border-bottom-left-radius: .6em;
625
+ border-bottom-left-radius: .6em;
626
+ }
627
+ .ui-corner-br {
628
+ -moz-border-radius-bottomright: .6em;
629
+ -webkit-border-bottom-right-radius: .6em;
630
+ border-bottom-right-radius: .6em;
631
+ }
632
+ .ui-corner-top {
633
+ -moz-border-radius-topleft: .6em;
634
+ -webkit-border-top-left-radius: .6em;
635
+ border-top-left-radius: .6em;
636
+ -moz-border-radius-topright: .6em;
637
+ -webkit-border-top-right-radius: .6em;
638
+ border-top-right-radius: .6em;
639
+ }
640
+ .ui-corner-bottom {
641
+ -moz-border-radius-bottomleft: .6em;
642
+ -webkit-border-bottom-left-radius: .6em;
643
+ border-bottom-left-radius: .6em;
644
+ -moz-border-radius-bottomright: .6em;
645
+ -webkit-border-bottom-right-radius: .6em;
646
+ border-bottom-right-radius: .6em;
647
+ }
648
+ .ui-corner-right {
649
+ -moz-border-radius-topright: .6em;
650
+ -webkit-border-top-right-radius: .6em;
651
+ border-top-right-radius: .6em;
652
+ -moz-border-radius-bottomright: .6em;
653
+ -webkit-border-bottom-right-radius: .6em;
654
+ border-bottom-right-radius: .6em;
655
+ }
656
+ .ui-corner-left {
657
+ -moz-border-radius-topleft: .6em;
658
+ -webkit-border-top-left-radius: .6em;
659
+ border-top-left-radius: .6em;
660
+ -moz-border-radius-bottomleft: .6em;
661
+ -webkit-border-bottom-left-radius: .6em;
662
+ border-bottom-left-radius: .6em;
663
+ }
664
+ .ui-corner-all {
665
+ -moz-border-radius: .6em;
666
+ -webkit-border-radius: .6em;
667
+ border-radius: .6em;
668
+ }
669
+
670
+
671
+
672
+ /* Interaction cues
673
+ -----------------------------------------------------------------------------------------------------------*/
674
+ .ui-disabled {
675
+ opacity: .3;
676
+ }
677
+ .ui-disabled,
678
+ .ui-disabled a {
679
+ cursor: default;
680
+ }
681
+
682
+ /* Icons
683
+ -----------------------------------------------------------------------------------------------------------*/
684
+
685
+ .ui-icon {
686
+ background: #666;
687
+ background: rgba(0,0,0,.4);
688
+ background-image: url(images/icons-18-white.png);
689
+ background-repeat: no-repeat;
690
+ -moz-border-radius: 9px;
691
+ -webkit-border-radius: 9px;
692
+ border-radius: 9px;
693
+ }
694
+
695
+
696
+ /* Alt icon color
697
+ -----------------------------------------------------------------------------------------------------------*/
698
+
699
+ .ui-icon-alt {
700
+ background: #fff;
701
+ background: rgba(255,255,255,.3);
702
+ background-image: url(images/icons-18-black.png);
703
+ background-repeat: no-repeat;
704
+ }
705
+
706
+ /* HD/"retina" sprite
707
+ -----------------------------------------------------------------------------------------------------------*/
708
+
709
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
710
+ only screen and (min--moz-device-pixel-ratio: 1.5),
711
+ only screen and (min-resolution: 240dpi) {
712
+
713
+ .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
714
+ .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
715
+ .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
716
+ .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search,
717
+ .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
718
+ background-image: url(images/icons-36-white.png);
719
+ -moz-background-size: 776px 18px;
720
+ -o-background-size: 776px 18px;
721
+ -webkit-background-size: 776px 18px;
722
+ background-size: 776px 18px;
723
+ }
724
+ .ui-icon-alt {
725
+ background-image: url(images/icons-36-black.png);
726
+ }
727
+ }
728
+
729
+ /* plus minus */
730
+ .ui-icon-plus {
731
+ background-position: -0 50%;
732
+ }
733
+ .ui-icon-minus {
734
+ background-position: -36px 50%;
735
+ }
736
+
737
+ /* delete/close */
738
+ .ui-icon-delete {
739
+ background-position: -72px 50%;
740
+ }
741
+
742
+ /* arrows */
743
+ .ui-icon-arrow-r {
744
+ background-position: -108px 50%;
745
+ }
746
+ .ui-icon-arrow-l {
747
+ background-position: -144px 50%;
748
+ }
749
+ .ui-icon-arrow-u {
750
+ background-position: -180px 50%;
751
+ }
752
+ .ui-icon-arrow-d {
753
+ background-position: -216px 50%;
754
+ }
755
+
756
+ /* misc */
757
+ .ui-icon-check {
758
+ background-position: -252px 50%;
759
+ }
760
+ .ui-icon-gear {
761
+ background-position: -288px 50%;
762
+ }
763
+ .ui-icon-refresh {
764
+ background-position: -324px 50%;
765
+ }
766
+ .ui-icon-forward {
767
+ background-position: -360px 50%;
768
+ }
769
+ .ui-icon-back {
770
+ background-position: -396px 50%;
771
+ }
772
+ .ui-icon-grid {
773
+ background-position: -432px 50%;
774
+ }
775
+ .ui-icon-star {
776
+ background-position: -468px 50%;
777
+ }
778
+ .ui-icon-alert {
779
+ background-position: -504px 50%;
780
+ }
781
+ .ui-icon-info {
782
+ background-position: -540px 50%;
783
+ }
784
+ .ui-icon-home {
785
+ background-position: -576px 50%;
786
+ }
787
+ .ui-icon-search {
788
+ background-position: -612px 50%;
789
+ }
790
+ .ui-icon-checkbox-off {
791
+ background-position: -684px 50%;
792
+ }
793
+ .ui-icon-checkbox-on {
794
+ background-position: -648px 50%;
795
+ }
796
+ .ui-icon-radio-off {
797
+ background-position: -756px 50%;
798
+ }
799
+ .ui-icon-radio-on {
800
+ background-position: -720px 50%;
801
+ }
802
+
803
+
804
+ /* checks,radios */
805
+ .ui-checkbox .ui-icon {
806
+ -moz-border-radius: 3px;
807
+ -webkit-border-radius: 3px;
808
+ border-radius: 3px;
809
+ }
810
+ .ui-icon-checkbox-off,
811
+ .ui-icon-radio-off {
812
+ background-color: transparent;
813
+ }
814
+ .ui-checkbox-on .ui-icon,
815
+ .ui-radio-on .ui-icon {
816
+ background-color: #4596ce; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
817
+ }
818
+ .ui-icon-searchfield {
819
+ background-image: url(images/icon-search-black.png);
820
+ background-size: 16px 16px;
821
+ }
822
+
823
+ /* loading icon */
824
+ .ui-icon-loading {
825
+ background-image: url(images/ajax-loader.png);
826
+ width: 40px;
827
+ height: 40px;
828
+ -moz-border-radius: 20px;
829
+ -webkit-border-radius: 20px;
830
+ border-radius: 20px;
831
+ background-size: 35px 35px;
832
+ }
833
+
834
+
835
+ /* Button corner classes
836
+ -----------------------------------------------------------------------------------------------------------*/
837
+
838
+ .ui-btn-corner-tl {
839
+ -moz-border-radius-topleft: 1em;
840
+ -webkit-border-top-left-radius: 1em;
841
+ border-top-left-radius: 1em;
842
+ }
843
+ .ui-btn-corner-tr {
844
+ -moz-border-radius-topright: 1em;
845
+ -webkit-border-top-right-radius: 1em;
846
+ border-top-right-radius: 1em;
847
+ }
848
+ .ui-btn-corner-bl {
849
+ -moz-border-radius-bottomleft: 1em;
850
+ -webkit-border-bottom-left-radius: 1em;
851
+ border-bottom-left-radius: 1em;
852
+ }
853
+ .ui-btn-corner-br {
854
+ -moz-border-radius-bottomright: 1em;
855
+ -webkit-border-bottom-right-radius: 1em;
856
+ border-bottom-right-radius: 1em;
857
+ }
858
+ .ui-btn-corner-top {
859
+ -moz-border-radius-topleft: 1em;
860
+ -webkit-border-top-left-radius: 1em;
861
+ border-top-left-radius: 1em;
862
+ -moz-border-radius-topright: 1em;
863
+ -webkit-border-top-right-radius: 1em;
864
+ border-top-right-radius: 1em;
865
+ }
866
+ .ui-btn-corner-bottom {
867
+ -moz-border-radius-bottomleft: 1em;
868
+ -webkit-border-bottom-left-radius: 1em;
869
+ border-bottom-left-radius: 1em;
870
+ -moz-border-radius-bottomright: 1em;
871
+ -webkit-border-bottom-right-radius: 1em;
872
+ border-bottom-right-radius: 1em;
873
+ }
874
+ .ui-btn-corner-right {
875
+ -moz-border-radius-topright: 1em;
876
+ -webkit-border-top-right-radius: 1em;
877
+ border-top-right-radius: 1em;
878
+ -moz-border-radius-bottomright: 1em;
879
+ -webkit-border-bottom-right-radius: 1em;
880
+ border-bottom-right-radius: 1em;
881
+ }
882
+ .ui-btn-corner-left {
883
+ -moz-border-radius-topleft: 1em;
884
+ -webkit-border-top-left-radius: 1em;
885
+ border-top-left-radius: 1em;
886
+ -moz-border-radius-bottomleft: 1em;
887
+ -webkit-border-bottom-left-radius: 1em;
888
+ border-bottom-left-radius: 1em;
889
+ }
890
+ .ui-btn-corner-all {
891
+ -moz-border-radius: 1em;
892
+ -webkit-border-radius: 1em;
893
+ border-radius: 1em;
894
+ }
895
+
896
+ /* radius clip workaround for cleaning up corner trapping */
897
+ .ui-corner-tl,
898
+ .ui-corner-tr,
899
+ .ui-corner-bl,
900
+ .ui-corner-br,
901
+ .ui-corner-top,
902
+ .ui-corner-bottom,
903
+ .ui-corner-right,
904
+ .ui-corner-left,
905
+ .ui-corner-all,
906
+ .ui-btn-corner-tl,
907
+ .ui-btn-corner-tr,
908
+ .ui-btn-corner-bl,
909
+ .ui-btn-corner-br,
910
+ .ui-btn-corner-top,
911
+ .ui-btn-corner-bottom,
912
+ .ui-btn-corner-right,
913
+ .ui-btn-corner-left,
914
+ .ui-btn-corner-all {
915
+ -webkit-background-clip: padding-box;
916
+ -moz-background-clip: padding;
917
+ background-clip: padding-box;
918
+ }
919
+
920
+ /* Overlay / modal
921
+ -----------------------------------------------------------------------------------------------------------*/
922
+
923
+ .ui-overlay {
924
+ background: #666;
925
+ opacity: .5;
926
+ filter: Alpha(Opacity=50);
927
+ position: absolute;
928
+ width: 100%;
929
+ height: 100%;
930
+ }
931
+ .ui-overlay-shadow {
932
+ -moz-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
933
+ -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
934
+ box-shadow: 0px 0px 12px rgba(0,0,0,.6);
935
+ }
936
+ .ui-shadow {
937
+ -moz-box-shadow: 0px 1px 4px rgba(0,0,0,.3);
938
+ -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.3);
939
+ box-shadow: 0px 1px 4px rgba(0,0,0,.3);
940
+ }
941
+ .ui-bar-a .ui-shadow,
942
+ .ui-bar-b .ui-shadow ,
943
+ .ui-bar-c .ui-shadow {
944
+ -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
945
+ -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
946
+ box-shadow: 0px 1px 0 rgba(255,255,255,.3);
947
+ }
948
+ .ui-shadow-inset {
949
+ -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
950
+ -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
951
+ box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
952
+ }
953
+ .ui-icon-shadow {
954
+ -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4);
955
+ -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4);
956
+ box-shadow: 0px 1px 0 rgba(255,255,255,.4);
957
+ }
958
+
959
+
960
+ /* Focus state - set here for specificity
961
+ -----------------------------------------------------------------------------------------------------------*/
962
+
963
+ .ui-focus {
964
+ -moz-box-shadow: 0px 0px 12px #387bbe;
965
+ -webkit-box-shadow: 0px 0px 12px #387bbe;
966
+ box-shadow: 0px 0px 12px #387bbe;
967
+ }
968
+
969
+ /* unset box shadow in browsers that don't do it right
970
+ -----------------------------------------------------------------------------------------------------------*/
971
+
972
+ .ui-mobile-nosupport-boxshadow * {
973
+ -moz-box-shadow: none !important;
974
+ -webkit-box-shadow: none !important;
975
+ box-shadow: none !important;
976
+ }
977
+
978
+ /* ...and bring back focus */
979
+ .ui-mobile-nosupport-boxshadow .ui-focus {
980
+ outline-width: 2px;
981
+ }/*
982
+ * jQuery Mobile Framework
983
+ * Copyright (c) jQuery Project
984
+ * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
985
+ */
986
+
987
+ /* some unsets - more probably needed */
988
+ .ui-mobile, .ui-mobile body { height: 100%; }
989
+ .ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
990
+ .ui-mobile a img, .ui-mobile fieldset { border: 0; }
991
+
992
+ /* responsive page widths */
993
+ .ui-mobile-viewport { margin: 0; overflow-x: hidden; -webkit-text-size-adjust: none; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
994
+
995
+ /* "page" containers - full-screen views, one should always be in view post-pageload */
996
+ .ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; }
997
+ .ui-mobile .ui-page-active { display: block; overflow: visible; }
998
+
999
+ /*orientations from js are available */
1000
+ .portrait,
1001
+ .portrait .ui-page { min-height: 420px; }
1002
+ .landscape,
1003
+ .landscape .ui-page { min-height: 300px; }
1004
+
1005
+ /* loading screen */
1006
+ .ui-loading .ui-mobile-viewport { overflow: hidden !important; }
1007
+ .ui-loading .ui-loader { display: block; }
1008
+ .ui-loading .ui-page { overflow: hidden; }
1009
+ .ui-loader { display: none; position: absolute; opacity: .85; z-index: 100; left: 50%; width: 200px; margin-left: -130px; margin-top: -35px; padding: 10px 30px; }
1010
+ .ui-loader h1 { font-size: 15px; text-align: center; }
1011
+ .ui-loader .ui-icon { position: static; display: block; opacity: .9; margin: 0 auto; width: 35px; height: 35px; background-color: transparent; }
1012
+
1013
+ /*fouc*/
1014
+ .ui-mobile-rendering > * { visibility: hidden; }
1015
+
1016
+ /*headers, content panels*/
1017
+ .ui-bar, .ui-body { position: relative; padding: .4em 15px; overflow: hidden; display: block; clear:both; }
1018
+ .ui-bar { font-size: 16px; margin: 0; }
1019
+ .ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6 { margin: 0; padding: 0; font-size: 16px; display: inline-block; }
1020
+
1021
+ .ui-header, .ui-footer { display: block; }
1022
+ .ui-page .ui-header, .ui-page .ui-footer { position: relative; }
1023
+ .ui-header .ui-btn-left { position: absolute; left: 10px; top: .4em; }
1024
+ .ui-header .ui-btn-right { position: absolute; right: 10px; top: .4em; }
1025
+ .ui-header .ui-title, .ui-footer .ui-title { min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 90px .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }
1026
+
1027
+ /*content area*/
1028
+ .ui-content { border-width: 0; overflow: visible; overflow-x: hidden; padding: 15px; }
1029
+ .ui-page-fullscreen .ui-content { padding:0; }
1030
+
1031
+ /* icons sizing */
1032
+ .ui-icon { width: 18px; height: 18px; }
1033
+
1034
+ /* fullscreen class on ui-content div */
1035
+ .ui-fullscreen { }
1036
+ .ui-fullscreen img { max-width: 100%; }
1037
+
1038
+ /* non-js content hiding */
1039
+ .ui-nojs { position: absolute; left: -9999px; }
1040
+ /*
1041
+ * jQuery Mobile Framework
1042
+ * Copyright (c) jQuery Project
1043
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1044
+ */
1045
+ .spin {
1046
+ -webkit-transform: rotate(360deg);
1047
+ -webkit-animation-name: spin;
1048
+ -webkit-animation-duration: 1s;
1049
+ -webkit-animation-iteration-count: infinite;
1050
+ -webkit-animation-timing-function: linear;
1051
+ }
1052
+ @-webkit-keyframes spin {
1053
+ from {-webkit-transform: rotate(0deg);}
1054
+ to {-webkit-transform: rotate(360deg);}
1055
+ }
1056
+
1057
+ /* Transitions from jQtouch (with small modifications): http://www.jqtouch.com/
1058
+ Built by David Kaneda and maintained by Jonathan Stark.
1059
+ */
1060
+ .in, .out {
1061
+ -webkit-animation-timing-function: ease-in-out;
1062
+ -webkit-animation-duration: 350ms;
1063
+ }
1064
+
1065
+ .slide.in {
1066
+ -webkit-transform: translateX(0);
1067
+ -webkit-animation-name: slideinfromright;
1068
+ }
1069
+
1070
+ .slide.out {
1071
+ -webkit-transform: translateX(-100%);
1072
+ -webkit-animation-name: slideouttoleft;
1073
+ }
1074
+
1075
+ .slide.in.reverse {
1076
+ -webkit-transform: translateX(0);
1077
+ -webkit-animation-name: slideinfromleft;
1078
+ }
1079
+
1080
+ .slide.out.reverse {
1081
+ -webkit-transform: translateX(100%);
1082
+ -webkit-animation-name: slideouttoright;
1083
+ }
1084
+
1085
+ .slideup.in {
1086
+ -webkit-transform: translateY(0);
1087
+ -webkit-animation-name: slideinfrombottom;
1088
+ z-index: 10;
1089
+ }
1090
+
1091
+ .slideup.out {
1092
+ -webkit-animation-name: dontmove;
1093
+ z-index: 0;
1094
+ }
1095
+
1096
+ .slideup.out.reverse {
1097
+ -webkit-transform: translateY(100%);
1098
+ z-index: 10;
1099
+ -webkit-animation-name: slideouttobottom;
1100
+ }
1101
+
1102
+ .slideup.in.reverse {
1103
+ z-index: 0;
1104
+ -webkit-animation-name: dontmove;
1105
+ }
1106
+ .slidedown.in {
1107
+ -webkit-transform: translateY(0);
1108
+ -webkit-animation-name: slideinfromtop;
1109
+ z-index: 10;
1110
+ }
1111
+
1112
+ .slidedown.out {
1113
+ -webkit-animation-name: dontmove;
1114
+ z-index: 0;
1115
+ }
1116
+
1117
+ .slidedown.out.reverse {
1118
+ -webkit-transform: translateY(-100%);
1119
+ z-index: 10;
1120
+ -webkit-animation-name: slideouttotop;
1121
+ }
1122
+
1123
+ .slidedown.in.reverse {
1124
+ z-index: 0;
1125
+ -webkit-animation-name: dontmove;
1126
+ }
1127
+
1128
+ @-webkit-keyframes slideinfromright {
1129
+ from { -webkit-transform: translateX(100%); }
1130
+ to { -webkit-transform: translateX(0); }
1131
+ }
1132
+
1133
+ @-webkit-keyframes slideinfromleft {
1134
+ from { -webkit-transform: translateX(-100%); }
1135
+ to { -webkit-transform: translateX(0); }
1136
+ }
1137
+
1138
+ @-webkit-keyframes slideouttoleft {
1139
+ from { -webkit-transform: translateX(0); }
1140
+ to { -webkit-transform: translateX(-100%); }
1141
+ }
1142
+
1143
+ @-webkit-keyframes slideouttoright {
1144
+ from { -webkit-transform: translateX(0); }
1145
+ to { -webkit-transform: translateX(100%); }
1146
+ }
1147
+
1148
+
1149
+ @-webkit-keyframes slideinfromtop {
1150
+ from { -webkit-transform: translateY(-100%); }
1151
+ to { -webkit-transform: translateY(0); }
1152
+ }
1153
+
1154
+ @-webkit-keyframes slideinfrombottom {
1155
+ from { -webkit-transform: translateY(100%); }
1156
+ to { -webkit-transform: translateY(0); }
1157
+ }
1158
+
1159
+ @-webkit-keyframes slideouttobottom {
1160
+ from { -webkit-transform: translateY(0); }
1161
+ to { -webkit-transform: translateY(100%); }
1162
+ }
1163
+
1164
+ @-webkit-keyframes slideouttotop {
1165
+ from { -webkit-transform: translateY(0); }
1166
+ to { -webkit-transform: translateY(-100%); }
1167
+ }
1168
+ @-webkit-keyframes fadein {
1169
+ from { opacity: 0; }
1170
+ to { opacity: 1; }
1171
+ }
1172
+
1173
+ @-webkit-keyframes fadeout {
1174
+ from { opacity: 1; }
1175
+ to { opacity: 0; }
1176
+ }
1177
+
1178
+ .fade.in {
1179
+ opacity: 1;
1180
+ z-index: 10;
1181
+ -webkit-animation-name: fadein;
1182
+ }
1183
+ .fade.out {
1184
+ z-index: 0;
1185
+ -webkit-animation-name: fadeout;
1186
+ }
1187
+
1188
+ /* The properties in this rule are only necessary for the 'flip' transition.
1189
+ * We need specify the perspective to create a projection matrix. This will add
1190
+ * some depth as the element flips. The depth number represents the distance of
1191
+ * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
1192
+ * value.
1193
+ */
1194
+ .viewport-flip {
1195
+ -webkit-perspective: 1000;
1196
+ position: absolute;
1197
+ }
1198
+
1199
+ .ui-mobile-viewport-transitioning,
1200
+ .ui-mobile-viewport-transitioning .ui-page {
1201
+ width: 100%;
1202
+ height: 100%;
1203
+ overflow: hidden;
1204
+ }
1205
+
1206
+ .flip {
1207
+ -webkit-animation-duration: .65s;
1208
+ -webkit-backface-visibility:hidden;
1209
+ -webkit-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
1210
+ }
1211
+
1212
+ .flip.in {
1213
+ -webkit-transform: rotateY(0) scale(1);
1214
+ -webkit-animation-name: flipinfromleft;
1215
+ }
1216
+
1217
+ .flip.out {
1218
+ -webkit-transform: rotateY(-180deg) scale(.8);
1219
+ -webkit-animation-name: flipouttoleft;
1220
+ }
1221
+
1222
+ /* Shake it all about */
1223
+
1224
+ .flip.in.reverse {
1225
+ -webkit-transform: rotateY(0) scale(1);
1226
+ -webkit-animation-name: flipinfromright;
1227
+ }
1228
+
1229
+ .flip.out.reverse {
1230
+ -webkit-transform: rotateY(180deg) scale(.8);
1231
+ -webkit-animation-name: flipouttoright;
1232
+ }
1233
+
1234
+ @-webkit-keyframes flipinfromright {
1235
+ from { -webkit-transform: rotateY(-180deg) scale(.8); }
1236
+ to { -webkit-transform: rotateY(0) scale(1); }
1237
+ }
1238
+
1239
+ @-webkit-keyframes flipinfromleft {
1240
+ from { -webkit-transform: rotateY(180deg) scale(.8); }
1241
+ to { -webkit-transform: rotateY(0) scale(1); }
1242
+ }
1243
+
1244
+ @-webkit-keyframes flipouttoleft {
1245
+ from { -webkit-transform: rotateY(0) scale(1); }
1246
+ to { -webkit-transform: rotateY(-180deg) scale(.8); }
1247
+ }
1248
+
1249
+ @-webkit-keyframes flipouttoright {
1250
+ from { -webkit-transform: rotateY(0) scale(1); }
1251
+ to { -webkit-transform: rotateY(180deg) scale(.8); }
1252
+ }
1253
+
1254
+
1255
+ /* Hackish, but reliable. */
1256
+
1257
+ @-webkit-keyframes dontmove {
1258
+ from { opacity: 1; }
1259
+ to { opacity: 1; }
1260
+ }
1261
+
1262
+ .pop {
1263
+ -webkit-transform-origin: 50% 50%;
1264
+ }
1265
+
1266
+ .pop.in {
1267
+ -webkit-transform: scale(1);
1268
+ opacity: 1;
1269
+ -webkit-animation-name: popin;
1270
+ z-index: 10;
1271
+ }
1272
+
1273
+ .pop.out.reverse {
1274
+ -webkit-transform: scale(.2);
1275
+ opacity: 0;
1276
+ -webkit-animation-name: popout;
1277
+ z-index: 10;
1278
+ }
1279
+
1280
+ .pop.in.reverse {
1281
+ z-index: 0;
1282
+ -webkit-animation-name: dontmove;
1283
+ }
1284
+
1285
+ @-webkit-keyframes popin {
1286
+ from {
1287
+ -webkit-transform: scale(.2);
1288
+ opacity: 0;
1289
+ }
1290
+ to {
1291
+ -webkit-transform: scale(1);
1292
+ opacity: 1;
1293
+ }
1294
+ }
1295
+
1296
+ @-webkit-keyframes popout {
1297
+ from {
1298
+ -webkit-transform: scale(1);
1299
+ opacity: 1;
1300
+ }
1301
+ to {
1302
+ -webkit-transform: scale(.2);
1303
+ opacity: 0;
1304
+ }
1305
+ }/*
1306
+ * jQuery Mobile Framework
1307
+ * Copyright (c) jQuery Project
1308
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1309
+ */
1310
+
1311
+ /* content configurations. */
1312
+ .ui-grid-a, .ui-grid-b, .ui-grid-c, .ui-grid-d { overflow: hidden; }
1313
+ .ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e { margin: 0; padding: 0; border: 0; float: left; min-height:1px;}
1314
+
1315
+ /* grid solo: 100 - single item fallback */
1316
+ .ui-grid-solo .ui-block-a { width: 100%; float: none; }
1317
+
1318
+ /* grid a: 50/50 */
1319
+ .ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b { width: 50%; }
1320
+ .ui-grid-a .ui-block-a { clear: left; }
1321
+
1322
+ /* grid b: 33/33/33 */
1323
+ .ui-grid-b .ui-block-a, .ui-grid-b .ui-block-b, .ui-grid-b .ui-block-c { width: 33.333%; }
1324
+ .ui-grid-b .ui-block-a { clear: left; }
1325
+
1326
+ /* grid c: 25/25/25/25 */
1327
+ .ui-grid-c .ui-block-a, .ui-grid-c .ui-block-b, .ui-grid-c .ui-block-c, .ui-grid-c .ui-block-d { width: 25%; }
1328
+ .ui-grid-c .ui-block-a { clear: left; }
1329
+
1330
+ /* grid d: 20/20/20/20/20 */
1331
+ .ui-grid-d .ui-block-a, .ui-grid-d .ui-block-b, .ui-grid-d .ui-block-c, .ui-grid-d .ui-block-d, .ui-grid-d .ui-block-e { width: 20%; }
1332
+ .ui-grid-d .ui-block-a { clear: left; }
1333
+ /*
1334
+ * jQuery Mobile Framework
1335
+ * Copyright (c) jQuery Project
1336
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1337
+ */
1338
+ /* fixed page header & footer configuration */
1339
+ .ui-header, .ui-footer, .ui-page-fullscreen .ui-header, .ui-page-fullscreen .ui-footer { position: absolute; overflow: hidden; width: 100%; border-left-width: 0; border-right-width: 0; }
1340
+ .ui-header-fixed, .ui-footer-fixed {
1341
+ z-index: 1000;
1342
+ -webkit-transform: translateZ(0); /* Force header/footer rendering to go through the same rendering pipeline as native page scrolling. */
1343
+ }
1344
+ .ui-footer-duplicate, .ui-page-fullscreen .ui-fixed-inline { display: none; }
1345
+ .ui-page-fullscreen .ui-header, .ui-page-fullscreen .ui-footer { opacity: .9; }
1346
+ /*
1347
+ * jQuery Mobile Framework
1348
+ * Copyright (c) jQuery Project
1349
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1350
+ */
1351
+ .ui-navbar { overflow: hidden; }
1352
+ .ui-navbar ul, .ui-navbar-expanded ul { list-style:none; padding: 0; margin: 0; position: relative; display: block; border: 0;}
1353
+ .ui-navbar-collapsed ul { float: left; width: 75%; margin-right: -2px; }
1354
+ .ui-navbar-collapsed .ui-navbar-toggle { float: left; width: 25%; }
1355
+ .ui-navbar li.ui-navbar-truncate { position: absolute; left: -9999px; top: -9999px; }
1356
+ .ui-navbar li .ui-btn, .ui-navbar .ui-navbar-toggle .ui-btn { display: block; font-size: 12px; text-align: center; margin: 0; border-right-width: 0; }
1357
+ .ui-navbar li .ui-btn { margin-right: -1px; }
1358
+ .ui-navbar li .ui-btn:last-child { margin-right: 0; }
1359
+ .ui-header .ui-navbar li .ui-btn, .ui-header .ui-navbar .ui-navbar-toggle .ui-btn,
1360
+ .ui-footer .ui-navbar li .ui-btn, .ui-footer .ui-navbar .ui-navbar-toggle .ui-btn { border-top-width: 0; border-bottom-width: 0; }
1361
+ .ui-navbar .ui-btn-inner { padding-left: 2px; padding-right: 2px; }
1362
+ .ui-navbar-noicons li .ui-btn .ui-btn-inner, .ui-navbar-noicons .ui-navbar-toggle .ui-btn-inner { padding-top: .8em; padding-bottom: .9em; }
1363
+ /*expanded page styles*/
1364
+ .ui-navbar-expanded .ui-btn { margin: 0; font-size: 14px; }
1365
+ .ui-navbar-expanded .ui-btn-inner { padding-left: 5px; padding-right: 5px; }
1366
+ .ui-navbar-expanded .ui-btn-icon-top .ui-btn-inner { padding: 45px 5px 15px; text-align: center; }
1367
+ .ui-navbar-expanded .ui-btn-icon-top .ui-icon { top: 15px; }
1368
+ .ui-navbar-expanded .ui-btn-icon-bottom .ui-btn-inner { padding: 15px 5px 45px; text-align: center; }
1369
+ .ui-navbar-expanded .ui-btn-icon-bottom .ui-icon { bottom: 15px; }
1370
+ .ui-navbar-expanded li .ui-btn .ui-btn-inner { min-height: 2.5em; }
1371
+ .ui-navbar-expanded .ui-navbar-noicons .ui-btn .ui-btn-inner { padding-top: 1.8em; padding-bottom: 1.9em; }
1372
+ /*
1373
+ * jQuery Mobile Framework
1374
+ * Copyright (c) jQuery Project
1375
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1376
+ */
1377
+ .ui-btn { display: block; text-align: center; cursor:pointer; position: relative; margin: .5em 5px; padding: 0; }
1378
+ .ui-btn:focus, .ui-btn:active { outline: none; }
1379
+ .ui-header .ui-btn, .ui-footer .ui-btn, .ui-bar .ui-btn { display: inline-block; font-size: 13px; margin: 0; }
1380
+ .ui-btn-inline { display: inline-block; }
1381
+ .ui-btn-inner { padding: .6em 25px; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: relative; zoom: 1; }
1382
+ .ui-header .ui-btn-inner, .ui-footer .ui-btn-inner, .ui-bar .ui-btn-inner { padding: .4em 8px .5em; }
1383
+ .ui-btn-icon-notext { display: inline-block; width: 20px; height: 20px; padding: 2px 1px 2px 3px; text-indent: -9999px; }
1384
+ .ui-btn-icon-notext .ui-btn-inner { padding: 0; }
1385
+ .ui-btn-icon-notext .ui-btn-text { position: absolute; left: -999px; }
1386
+ .ui-btn-icon-left .ui-btn-inner { padding-left: 33px; }
1387
+ .ui-header .ui-btn-icon-left .ui-btn-inner,
1388
+ .ui-footer .ui-btn-icon-left .ui-btn-inner,
1389
+ .ui-bar .ui-btn-icon-left .ui-btn-inner { padding-left: 27px; }
1390
+ .ui-btn-icon-right .ui-btn-inner { padding-right: 33px; }
1391
+ .ui-header .ui-btn-icon-right .ui-btn-inner,
1392
+ .ui-footer .ui-btn-icon-right .ui-btn-inner,
1393
+ .ui-bar .ui-btn-icon-right .ui-btn-inner { padding-right: 27px; }
1394
+ .ui-btn-icon-top .ui-btn-inner { padding-top: 33px; }
1395
+ .ui-header .ui-btn-icon-top .ui-btn-inner,
1396
+ .ui-footer .ui-btn-icon-top .ui-btn-inner,
1397
+ .ui-bar .ui-btn-icon-top .ui-btn-inner { padding-top: 27px; }
1398
+ .ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 33px; }
1399
+ .ui-header .ui-btn-icon-bottom .ui-btn-inner,
1400
+ .ui-footer .ui-btn-icon-bottom .ui-btn-inner,
1401
+ .ui-bar .ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 27px; }
1402
+
1403
+ /*btn icon positioning*/
1404
+ .ui-btn-icon-notext .ui-icon { display: block; }
1405
+ .ui-btn-icon-left .ui-icon, .ui-btn-icon-right .ui-icon { position: absolute; top: 50%; margin-top: -9px; }
1406
+ .ui-btn-icon-top .ui-icon, .ui-btn-icon-bottom .ui-icon { position: absolute; left: 50%; margin-left: -9px; }
1407
+ .ui-btn-icon-left .ui-icon { left: 10px; }
1408
+ .ui-btn-icon-right .ui-icon {right: 10px; }
1409
+ .ui-header .ui-btn-icon-left .ui-icon,
1410
+ .ui-footer .ui-btn-icon-left .ui-icon,
1411
+ .ui-bar .ui-btn-icon-left .ui-icon { left: 4px; }
1412
+ .ui-header .ui-btn-icon-right .ui-icon,
1413
+ .ui-footer .ui-btn-icon-right .ui-icon,
1414
+ .ui-bar .ui-btn-icon-right .ui-icon { right: 4px; }
1415
+ .ui-header .ui-btn-icon-top .ui-icon,
1416
+ .ui-footer .ui-btn-icon-top .ui-icon,
1417
+ .ui-bar .ui-btn-icon-top .ui-icon { top: 4px; }
1418
+ .ui-header .ui-btn-icon-bottom .ui-icon,
1419
+ .ui-footer .ui-btn-icon-bottom .ui-icon,
1420
+ .ui-bar .ui-btn-icon-bottom .ui-icon { bottom: 4px; }
1421
+ .ui-btn-icon-top .ui-icon { top: 5px; }
1422
+ .ui-btn-icon-bottom .ui-icon { bottom: 5px; }
1423
+ /*hiding native button,inputs */
1424
+ .ui-btn-hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-appearance: button; opacity: 0; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); background: transparent; }
1425
+ /*
1426
+ * jQuery Mobile Framework
1427
+ * Copyright (c) jQuery Project
1428
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1429
+ */
1430
+ .ui-collapsible-contain { margin: .5em 0; }
1431
+ .ui-collapsible-heading { font-size: 16px; display: block; margin: 0 -8px; padding: 0; border-width: 0 0 1px 0; position: relative; }
1432
+ .ui-collapsible-heading a { text-align: left; margin: 0; }
1433
+ .ui-collapsible-heading a .ui-btn-inner { padding-left: 40px; }
1434
+ .ui-collapsible-heading a span.ui-btn { position: absolute; left: 6px; top: 50%; margin: -12px 0 0 0; width: 20px; height: 20px; padding: 1px 0px 1px 2px; text-indent: -9999px; }
1435
+ .ui-collapsible-heading a span.ui-btn .ui-btn-inner { padding: 10px 0; }
1436
+ .ui-collapsible-heading a span.ui-btn .ui-icon { left: 0; margin-top: -10px; }
1437
+ .ui-collapsible-heading-status { position:absolute; left:-9999px; }
1438
+ .ui-collapsible-content { display: block; padding: 10px 0 10px 8px; }
1439
+ .ui-collapsible-content-collapsed { display: none; }
1440
+
1441
+ .ui-collapsible-set { margin: .5em 0; }
1442
+ .ui-collapsible-set .ui-collapsible-contain { margin: -1px 0 0; }
1443
+ /*
1444
+ * jQuery Mobile Framework
1445
+ * Copyright (c) jQuery Project
1446
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1447
+ */
1448
+ .ui-controlgroup, fieldset.ui-controlgroup { padding: 0; margin: .5em 0 1em; }
1449
+ .ui-bar .ui-controlgroup { margin: 0 .3em; }
1450
+ .ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; }
1451
+ .ui-controlgroup-controls { display: block; width: 95%;}
1452
+ .ui-controlgroup li { list-style: none; }
1453
+ .ui-controlgroup-vertical .ui-btn,
1454
+ .ui-controlgroup-vertical .ui-checkbox, .ui-controlgroup-vertical .ui-radio { margin: 0; border-bottom-width: 0; }
1455
+ .ui-controlgroup-vertical .ui-controlgroup-last { border-bottom-width: 1px; }
1456
+ .ui-controlgroup-horizontal { padding: 0; }
1457
+ .ui-controlgroup-horizontal .ui-btn,
1458
+ .ui-controlgroup-horizontal .ui-checkbox, .ui-controlgroup-horizontal .ui-radio { display: inline-block; margin: 0 -5px 0 0; }
1459
+ .ui-controlgroup-horizontal .ui-checkbox, .ui-controlgroup-horizontal .ui-radio { display: inline; }
1460
+ .ui-controlgroup-horizontal .ui-checkbox .ui-btn, .ui-controlgroup-horizontal .ui-radio .ui-btn,
1461
+ .ui-controlgroup-horizontal .ui-checkbox:last-child, .ui-controlgroup-horizontal .ui-radio:last-child { margin-right: 0; }
1462
+ .ui-controlgroup-horizontal .ui-controlgroup-last { margin-right: 0; }
1463
+ .ui-controlgroup .ui-checkbox label, .ui-controlgroup .ui-radio label { font-size: 16px; }
1464
+ /* conflicts with listview..
1465
+ .ui-controlgroup .ui-btn-icon-notext { width: 30px; height: 30px; text-indent: -9999px; }
1466
+ .ui-controlgroup .ui-btn-icon-notext .ui-btn-inner { padding: 5px 6px 5px 5px; }
1467
+ */
1468
+
1469
+ @media all and (min-width: 450px){
1470
+ .ui-controlgroup-label { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
1471
+ .ui-controlgroup-controls { width: 60%; display: inline-block; }
1472
+ } /*
1473
+ * jQuery Mobile Framework
1474
+ * Copyright (c) jQuery Project
1475
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1476
+ */
1477
+ .ui-dialog { min-height: 480px; }
1478
+ .ui-dialog .ui-header, .ui-dialog .ui-content, .ui-dialog .ui-footer { margin: 15px; position: relative; }
1479
+ .ui-dialog .ui-header, .ui-dialog .ui-footer { z-index: 10; width: auto; }
1480
+ .ui-dialog .ui-content, .ui-dialog .ui-footer { margin-top: -15px; }/*
1481
+ * jQuery Mobile Framework
1482
+ * Copyright (c) jQuery Project
1483
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1484
+ */
1485
+ .ui-checkbox, .ui-radio { position:relative; margin: .2em 0 .5em; z-index: 1; }
1486
+ .ui-checkbox .ui-btn, .ui-radio .ui-btn { margin: 0; text-align: left; z-index: 2; }
1487
+ .ui-checkbox .ui-btn-inner, .ui-radio .ui-btn-inner { white-space: normal; }
1488
+ .ui-checkbox .ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-btn-icon-left .ui-btn-inner { padding-left: 45px; }
1489
+ .ui-checkbox .ui-btn-icon-right .ui-btn-inner, .ui-radio .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
1490
+ .ui-checkbox .ui-icon, .ui-radio .ui-icon { top: 1.1em; }
1491
+ .ui-checkbox .ui-btn-icon-left .ui-icon, .ui-radio .ui-btn-icon-left .ui-icon {left: 15px; }
1492
+ .ui-checkbox .ui-btn-icon-right .ui-icon, .ui-radio .ui-btn-icon-right .ui-icon {right: 15px; }
1493
+ /* input, label positioning */
1494
+ .ui-checkbox input,.ui-radio input { position:absolute; left:20px; top:50%; width: 10px; height: 10px; margin:-5px 0 0 0; outline: 0 !important; z-index: 1; }/*
1495
+ * jQuery Mobile Framework
1496
+ * Copyright (c) jQuery Project
1497
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1498
+ */
1499
+ .ui-field-contain { padding: 1.5em 0; margin: 0; border-bottom-width: 1px; overflow: visible; }
1500
+ .ui-field-contain:first-child { border-top-width: 0; }
1501
+ @media all and (min-width: 450px){
1502
+ .ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; }
1503
+ } /*
1504
+ * jQuery Mobile Framework
1505
+ * Copyright (c) jQuery Project
1506
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1507
+ */
1508
+ .ui-select { display: block; position: relative; }
1509
+ .ui-select select { position: absolute; left: -9999px; top: -9999px; }
1510
+ .ui-select .ui-btn { overflow: hidden; }
1511
+ .ui-select .ui-btn select { cursor: pointer; -webkit-appearance: button; left: 0; top:0; width: 100%; height: 100%; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }
1512
+ @-moz-document url-prefix() {.ui-select .ui-btn select { opacity: 0.0001; }}
1513
+ .ui-select .ui-btn select.ui-select-nativeonly { opacity: 1; text-indent: 0; }
1514
+
1515
+ .ui-select .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
1516
+ .ui-select .ui-btn-icon-right .ui-icon { right: 15px; }
1517
+
1518
+ /* labels */
1519
+ label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
1520
+
1521
+ /*listbox*/
1522
+ .ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text { display: block; min-height: 1em; }
1523
+ .ui-select .ui-btn-text { text-overflow: ellipsis; overflow: hidden;}
1524
+
1525
+ .ui-selectmenu { position: absolute; padding: 0; z-index: 100 !important; width: 80%; max-width: 350px; padding: 6px; }
1526
+ .ui-selectmenu .ui-listview { margin: 0; }
1527
+ .ui-selectmenu .ui-btn.ui-li-divider { cursor: default; }
1528
+ .ui-selectmenu-hidden { top: -9999px; left: -9999px; }
1529
+ .ui-selectmenu-screen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; }
1530
+ .ui-screen-hidden, .ui-selectmenu-list .ui-li .ui-icon { display: none; }
1531
+ .ui-selectmenu-list .ui-li .ui-icon { display: block; }
1532
+ .ui-li.ui-selectmenu-placeholder { display: none; }
1533
+ .ui-selectmenu .ui-header .ui-title { margin: 0.6em 46px 0.8em; }
1534
+
1535
+ @media all and (min-width: 450px){
1536
+ label.ui-select { display: inline-block; width: 20%; margin: 0 2% 0 0; }
1537
+ .ui-select { width: 60%; display: inline-block; }
1538
+ }
1539
+
1540
+ /* when no placeholder is defined in a multiple select, the header height doesn't even extend past the close button. this shim's content in there */
1541
+ .ui-selectmenu .ui-header h1:after { content: '.'; visibility: hidden; }/*
1542
+ * jQuery Mobile Framework
1543
+ * Copyright (c) jQuery Project
1544
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1545
+ */
1546
+ label.ui-input-text { font-size: 16px; line-height: 1.4; display: block; font-weight: normal; margin: 0 0 .3em; }
1547
+ input.ui-input-text, textarea.ui-input-text { background-image: none; padding: .4em; line-height: 1.4; font-size: 16px; display: block; width: 95%; }
1548
+ input.ui-input-text { -webkit-appearance: none; }
1549
+ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear; -moz-transition: height 200ms linear; -o-transition: height 200ms linear; transition: height 200ms linear; }
1550
+ .ui-input-search { padding: 0 30px; width: 77%; background-position: 8px 50%; background-repeat: no-repeat; position: relative; }
1551
+ .ui-input-search input.ui-input-text { border: none; width: 98%; padding: .4em 0; margin: 0; display: block; background: transparent none; outline: 0 !important; }
1552
+ .ui-input-search .ui-input-clear { position: absolute; right: 0; top: 50%; margin-top: -14px; }
1553
+ .ui-input-search .ui-input-clear-hidden { display: none; }
1554
+
1555
+ /* orientation adjustments - incomplete!*/
1556
+ @media all and (min-width: 450px){
1557
+ label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0 }
1558
+ input.ui-input-text,
1559
+ textarea.ui-input-text,
1560
+ .ui-input-search { width: 60%; display: inline-block; }
1561
+ .ui-input-search { width: 50%; }
1562
+ .ui-input-search input.ui-input-text { width: 98%; /*echos rule from above*/ }
1563
+ }/*
1564
+ * jQuery Mobile Framework
1565
+ * Copyright (c) jQuery Project
1566
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1567
+ */
1568
+ .ui-listview { margin: 0; counter-reset: listnumbering; }
1569
+ .ui-content .ui-listview { margin: -15px; }
1570
+ .ui-content .ui-listview-inset { margin: 1em 0; }
1571
+ .ui-listview, .ui-li { list-style:none; padding:0; }
1572
+ .ui-li, .ui-li.ui-field-contain { display: block; margin:0; position: relative; overflow: visible; text-align: left; border-width: 0; border-top-width: 1px; }
1573
+ .ui-li .ui-btn-text a.ui-link-inherit { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
1574
+ .ui-li-divider, .ui-li-static { padding: .5em 15px; font-size: 14px; font-weight: bold; }
1575
+ .ui-li-divider { counter-reset: listnumbering; }
1576
+ ol.ui-listview .ui-link-inherit:before, ol.ui-listview .ui-li-static:before, .ui-li-dec { font-size: .8em; display: inline-block; padding-right: .3em; font-weight: normal;counter-increment: listnumbering; content: counter(listnumbering) ". "; }
1577
+ ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid chance of duplication */
1578
+ .ui-listview-inset .ui-li { border-right-width: 1px; border-left-width: 1px; }
1579
+ .ui-li:last-child, .ui-li.ui-field-contain:last-child { border-bottom-width: 1px; }
1580
+ .ui-li>.ui-btn-inner { display: block; position: relative; padding: 0; }
1581
+ .ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li { padding: .7em 75px .7em 15px; display: block; }
1582
+ .ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb { min-height: 60px; padding-left: 100px; }
1583
+ .ui-li-has-icon .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-icon { min-height: 20px; padding-left: 40px; }
1584
+ .ui-li-heading { font-size: 16px; font-weight: bold; display: block; margin: .6em 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
1585
+ .ui-li-desc { font-size: 12px; font-weight: normal; display: block; margin: -.5em 0 .6em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
1586
+ .ui-li-thumb, .ui-li-icon { position: absolute; left: 1px; top: 0; max-height: 80px; max-width: 80px; }
1587
+ .ui-li-icon { max-height: 40px; max-width: 40px; left: 10px; top: .9em; }
1588
+ .ui-li-thumb, .ui-li-icon, .ui-li-content { float: left; margin-right: 10px; }
1589
+
1590
+ .ui-li-aside { float: right; width: 50%; text-align: right; margin: .3em 0; }
1591
+ @media all and (min-width: 480px){
1592
+ .ui-li-aside { width: 45%; }
1593
+ }
1594
+ .ui-li-divider { cursor: default; }
1595
+ .ui-li-has-alt .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-alt { padding-right: 95px; }
1596
+ .ui-li-count { position: absolute; font-size: 11px; font-weight: bold; padding: .2em .5em; top: 50%; margin-top: -.9em; right: 38px; }
1597
+ .ui-li-divider .ui-li-count, .ui-li-static .ui-li-count { right: 10px; }
1598
+ .ui-li-has-alt .ui-li-count { right: 55px; }
1599
+ .ui-li-link-alt { position: absolute; width: 40px; height: 100%; border-width: 0; border-left-width: 1px; top: 0; right: 0; margin: 0; padding: 0; }
1600
+ .ui-li-link-alt .ui-btn { overflow: hidden; position: absolute; right: 8px; top: 50%; margin: -11px 0 0 0; border-bottom-width: 1px; }
1601
+ .ui-li-link-alt .ui-btn-inner { padding: 0; position: static; }
1602
+ .ui-li-link-alt .ui-btn .ui-icon { right: 50%; margin-right: -9px; }
1603
+
1604
+ .ui-listview-filter { border-width: 0; overflow: hidden; margin: -15px -15px 15px -15px }
1605
+ .ui-listview-filter .ui-input-search { margin: 5px; width: auto; display: block; }
1606
+
1607
+ .ui-listview-filter-inset { margin: -15px -5px -15px -5px; background: transparent; }
1608
+ .ui-li.ui-screen-hidden{display:none;}
1609
+ /* Odd iPad positioning issue. */
1610
+ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
1611
+ .ui-li .ui-btn-text { overflow: visible; }
1612
+ }/*
1613
+ * jQuery Mobile Framework
1614
+ * Copyright (c) jQuery Project
1615
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1616
+ */
1617
+ label.ui-slider { display: block; }
1618
+ input.ui-slider-input { display: inline-block; width: 50px; }
1619
+ select.ui-slider-switch { display: none; }
1620
+ div.ui-slider { position: relative; display: inline-block; overflow: visible; height: 15px; padding: 0; margin: 0 2% 0 20px; top: 4px; width: 66%; }
1621
+ a.ui-slider-handle { position: absolute; z-index: 10; top: 50%; width: 28px; height: 28px; margin-top: -15px; margin-left: -15px; }
1622
+ a.ui-slider-handle .ui-btn-inner { padding-left: 0; padding-right: 0; }
1623
+ @media all and (min-width: 480px){
1624
+ label.ui-slider { display: inline-block; width: 20%; margin: 0 2% 0 0; }
1625
+ div.ui-slider { width: 45%; }
1626
+ }
1627
+
1628
+ div.ui-slider-switch { height: 32px; overflow: hidden; margin-left: 0; }
1629
+ div.ui-slider-inneroffset { margin-left: 50%; position: absolute; top: 1px; height: 100%; width: 50%; }
1630
+ div.ui-slider-handle-snapping { -webkit-transition: left 100ms linear; }
1631
+ div.ui-slider-labelbg { position: absolute; top:0; margin: 0; border-width: 0; }
1632
+ div.ui-slider-switch div.ui-slider-labelbg-a { width: 60%; height: 100%; left: 0; }
1633
+ div.ui-slider-switch div.ui-slider-labelbg-b { width: 60%; height: 100%; right: 0; }
1634
+ .ui-slider-switch-a div.ui-slider-labelbg-a, .ui-slider-switch-b div.ui-slider-labelbg-b { z-index: -1; }
1635
+ .ui-slider-switch-a div.ui-slider-labelbg-b, .ui-slider-switch-b div.ui-slider-labelbg-a { z-index: 0; }
1636
+
1637
+ div.ui-slider-switch a.ui-slider-handle { z-index: 20; width: 101%; height: 32px; margin-top: -18px; margin-left: -101%; }
1638
+ span.ui-slider-label { width: 100%; position: absolute;height: 32px; font-size: 16px; text-align: center; line-height: 2; background: none; border-color: transparent; }
1639
+ span.ui-slider-label-a { left: -100%; margin-right: -1px }
1640
+ span.ui-slider-label-b { right: -100%; margin-left: -1px }