mobile_rails_jqm 0.0.2 → 0.0.3

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