picasso 0.3.6.beta.4 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. data/README.md +5 -2
  2. data/docs/_picasso.html +1 -2599
  3. data/docs/all.html +1 -2601
  4. data/docs/config.rb +1 -1
  5. data/docs/css/picasso-demos.css +1 -2598
  6. data/docs/css/picasso-docs.css +1 -93
  7. data/docs/index.html +3 -2601
  8. data/docs/picasso-_components.html +1 -2599
  9. data/docs/picasso-_despegar.html +1 -2599
  10. data/docs/picasso-_utils.html +2 -2601
  11. data/docs/picasso-components-_accordions.html +4 -2604
  12. data/docs/picasso-components-_arrows.html +22 -2622
  13. data/docs/picasso-components-_bubbles.html +40 -2665
  14. data/docs/picasso-components-_buttons.html +1 -2599
  15. data/docs/picasso-components-_inputs.html +1 -2599
  16. data/docs/picasso-components-_list-grids.html +1 -2599
  17. data/docs/picasso-components-_navs.html +1 -2599
  18. data/docs/picasso-components-_pagination.html +2 -2599
  19. data/docs/picasso-components-_popups.html +21 -2638
  20. data/docs/picasso-components-_tooltips.html +1 -2603
  21. data/docs/picasso-components-buttons-_3d.html +7 -2599
  22. data/docs/picasso-components-buttons-_glossy.html +1 -2599
  23. data/docs/picasso-components-buttons-_mini.html +1 -2599
  24. data/docs/picasso-despegar-_variables.html +1 -2599
  25. data/docs/picasso-utils-_clearfix.html +1 -2599
  26. data/docs/picasso-utils-_grid.html +1 -2599
  27. data/docs/picasso-utils-_ie.html +1 -2599
  28. data/docs/picasso-utils-_sprite.html +1 -2599
  29. data/docs/sass/picasso-demos.scss +5 -19
  30. data/docs/sass/picasso-docs.scss +0 -14
  31. data/lib/picasso/version.rb +1 -1
  32. data/stylesheets/picasso/_utils.scss +1 -2
  33. data/stylesheets/picasso/components/_accordions.scss +2 -3
  34. data/stylesheets/picasso/components/_arrows.scss +20 -21
  35. data/stylesheets/picasso/components/_bubbles.scss +39 -58
  36. data/stylesheets/picasso/components/_pagination.scss +1 -0
  37. data/stylesheets/picasso/components/_popups.scss +20 -39
  38. data/stylesheets/picasso/components/_tooltips.scss +0 -2
  39. data/stylesheets/picasso/components/buttons/_3d.scss +6 -0
  40. metadata +7 -13
  41. data/docs/picasso-utils-_rem.html +0 -2756
  42. data/stylesheets/picasso/utils/_rem.scss +0 -137
data/docs/config.rb CHANGED
@@ -4,7 +4,7 @@ require 'magick'
4
4
  css_dir = "css"
5
5
  sass_dir = "sass"
6
6
  line_comments = false
7
- #output_style = :compressed
7
+ output_style = :compressed
8
8
  add_import_path "../stylesheets"
9
9
 
10
10
  #Utilizar URLs relativas
@@ -1,2598 +1 @@
1
- html {
2
- font-size: 16px;
3
- }
4
-
5
- body {
6
- font-family: sans-serif;
7
- padding: 20px 0;
8
- }
9
-
10
- .ie7 .preview, .ie8 .preview, .ie9 .preview {
11
- padding: 15px;
12
- }
13
-
14
- .tooltip-demo-1 {
15
- display: block;
16
- position: absolute;
17
- padding: 0.267em;
18
- font-size: 0.8em;
19
- background-color: black;
20
- color: white;
21
- -webkit-border-radius: 2px;
22
- -moz-border-radius: 2px;
23
- -ms-border-radius: 2px;
24
- -o-border-radius: 2px;
25
- border-radius: 2px;
26
- -webkit-box-shadow: black 0 0 3px;
27
- -moz-box-shadow: black 0 0 3px;
28
- box-shadow: black 0 0 3px;
29
- left: 20px;
30
- }
31
- .tooltip-demo-1.tooltip-left:after, .ie7 .tooltip-demo-1.tooltip-left span {
32
- position: absolute;
33
- top: 0;
34
- padding: 0.267em 0;
35
- left: -0.82em;
36
- content: "\25C4";
37
- }
38
- .ie7 .tooltip-demo-1.tooltip-left {
39
- zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).innerHTML="◄");
40
- }
41
- .tooltip-demo-1.tooltip-left:after, .ie7 .tooltip-demo-1 span {
42
- font-family: arial, sans-serif;
43
- font-size: 1em;
44
- color: black;
45
- }
46
- .ie8 .tooltip-demo-1.tooltip-left:after {
47
- font-size: 0.8em;
48
- }
49
-
50
- .tooltip-demo-2 {
51
- display: block;
52
- position: absolute;
53
- padding: 0.267em;
54
- font-size: 0.8em;
55
- background-color: black;
56
- color: white;
57
- -webkit-border-radius: 2px;
58
- -moz-border-radius: 2px;
59
- -ms-border-radius: 2px;
60
- -o-border-radius: 2px;
61
- border-radius: 2px;
62
- -webkit-box-shadow: black 0 0 3px;
63
- -moz-box-shadow: black 0 0 3px;
64
- box-shadow: black 0 0 3px;
65
- left: 140px;
66
- }
67
- .tooltip-demo-2.tooltip-right:after, .ie7 .tooltip-demo-2.tooltip-right span {
68
- position: absolute;
69
- top: 0;
70
- padding: 0.267em 0;
71
- right: -0.82em;
72
- content: "\25BA";
73
- }
74
- .ie7 .tooltip-demo-2.tooltip-right {
75
- zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("span")).innerHTML="►");
76
- }
77
- .tooltip-demo-2.tooltip-right:after, .ie7 .tooltip-demo-2 span {
78
- font-family: arial, sans-serif;
79
- font-size: 1em;
80
- color: black;
81
- }
82
- .ie8 .tooltip-demo-2.tooltip-right:after {
83
- font-size: 0.8em;
84
- }
85
-
86
- .tooltip-demo-3 {
87
- display: block;
88
- position: absolute;
89
- padding: 0.4em;
90
- font-size: 1.2em;
91
- background-color: #0074cc;
92
- color: white;
93
- -webkit-border-radius: 2px;
94
- -moz-border-radius: 2px;
95
- -ms-border-radius: 2px;
96
- -o-border-radius: 2px;
97
- border-radius: 2px;
98
- -webkit-box-shadow: #0074cc 0 0 3px;
99
- -moz-box-shadow: #0074cc 0 0 3px;
100
- box-shadow: #0074cc 0 0 3px;
101
- left: 20px;
102
- }
103
- .tooltip-demo-3.tooltip-left:after, .ie7 .tooltip-demo-3.tooltip-left span {
104
- position: absolute;
105
- top: 0;
106
- padding: 0.4em 0;
107
- left: -0.82em;
108
- content: "\25C4";
109
- }
110
- .ie7 .tooltip-demo-3.tooltip-left {
111
- zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).innerHTML="◄");
112
- }
113
- .tooltip-demo-3.tooltip-left:after, .ie7 .tooltip-demo-3 span {
114
- font-family: arial, sans-serif;
115
- font-size: 1em;
116
- color: #0074cc;
117
- }
118
- .ie8 .tooltip-demo-3.tooltip-left:after {
119
- font-size: 1.2em;
120
- }
121
-
122
- .tooltip-demo-4 {
123
- display: block;
124
- position: absolute;
125
- padding: 0.4em;
126
- font-size: 1.2em;
127
- background-color: #faa732;
128
- color: white;
129
- -webkit-border-radius: 2px;
130
- -moz-border-radius: 2px;
131
- -ms-border-radius: 2px;
132
- -o-border-radius: 2px;
133
- border-radius: 2px;
134
- -webkit-box-shadow: #faa732 0 0 3px;
135
- -moz-box-shadow: #faa732 0 0 3px;
136
- box-shadow: #faa732 0 0 3px;
137
- left: 300px;
138
- }
139
- .tooltip-demo-4.tooltip-right:after, .ie7 .tooltip-demo-4.tooltip-right span {
140
- position: absolute;
141
- top: 0;
142
- padding: 0.4em 0;
143
- right: -0.82em;
144
- content: "\25BA";
145
- }
146
- .ie7 .tooltip-demo-4.tooltip-right {
147
- zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("span")).innerHTML="►");
148
- }
149
- .tooltip-demo-4.tooltip-right:after, .ie7 .tooltip-demo-4 span {
150
- font-family: arial, sans-serif;
151
- font-size: 1em;
152
- color: #faa732;
153
- }
154
- .ie8 .tooltip-demo-4.tooltip-right:after {
155
- font-size: 1.2em;
156
- }
157
-
158
- .button-glossy-demo-1 {
159
- width: 90px;
160
- height: 30px;
161
- display: inline-block;
162
- text-align: center;
163
- position: relative;
164
- z-index: 1;
165
- font-family: sans-serif;
166
- font-size: 12px;
167
- text-decoration: none;
168
- cursor: pointer;
169
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #de1f2a), color-stop(100%, #c81c26)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b11922), color-stop(100%, #6e0f15));
170
- background: -webkit-linear-gradient(#de1f2a, #c81c26), -webkit-linear-gradient(#b11922, #6e0f15);
171
- background: -moz-linear-gradient(#de1f2a, #c81c26), -moz-linear-gradient(#b11922, #6e0f15);
172
- background: -o-linear-gradient(#de1f2a, #c81c26), -o-linear-gradient(#b11922, #6e0f15);
173
- background: linear-gradient(#de1f2a, #c81c26), linear-gradient(#b11922, #6e0f15);
174
- -webkit-border-radius: 5px;
175
- -moz-border-radius: 5px;
176
- -ms-border-radius: 5px;
177
- -o-border-radius: 5px;
178
- border-radius: 5px;
179
- background-position: left top, left 15px;
180
- }
181
- .button-glossy-demo-1:after, .button-glossy-demo-1:before {
182
- content: "";
183
- position: absolute;
184
- display: inline-block;
185
- }
186
- .button-glossy-demo-1:after {
187
- width: 88px;
188
- height: 28px;
189
- left: 1px;
190
- top: 1px;
191
- z-index: 2;
192
- }
193
- .button-glossy-demo-1:before {
194
- width: 86px;
195
- height: 26px;
196
- left: 2px;
197
- top: 2px;
198
- z-index: 3;
199
- }
200
- .button-glossy-demo-1 span {
201
- position: relative;
202
- z-index: 4;
203
- line-height: 30px;
204
- }
205
- .button-glossy-demo-1 span {
206
- color: white;
207
- }
208
- .button-glossy-demo-1:after, .button-glossy-demo-1:before {
209
- -webkit-border-radius: 4px;
210
- -moz-border-radius: 4px;
211
- -ms-border-radius: 4px;
212
- -o-border-radius: 4px;
213
- border-radius: 4px;
214
- }
215
- .button-glossy-demo-1:after {
216
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(15%, #f2a4a8), color-stop(100%, #150304)) 50%;
217
- background: -webkit-linear-gradient(#f2a4a8 15%, #150304) 50%;
218
- background: -moz-linear-gradient(#f2a4a8 15%, #150304) 50%;
219
- background: -o-linear-gradient(#f2a4a8 15%, #150304) 50%;
220
- background: linear-gradient(#f2a4a8 15%, #150304) 50%;
221
- }
222
- .button-glossy-demo-1:before {
223
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #de1f2a), color-stop(100%, #c81c26)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b11922), color-stop(100%, #6e0f15));
224
- background: -webkit-linear-gradient(#de1f2a, #c81c26), -webkit-linear-gradient(#b11922, #6e0f15);
225
- background: -moz-linear-gradient(#de1f2a, #c81c26), -moz-linear-gradient(#b11922, #6e0f15);
226
- background: -o-linear-gradient(#de1f2a, #c81c26), -o-linear-gradient(#b11922, #6e0f15);
227
- background: linear-gradient(#de1f2a, #c81c26), linear-gradient(#b11922, #6e0f15);
228
- background-position: left top, left 13px;
229
- }
230
- .button-glossy-demo-1, .button-glossy-demo-1:before {
231
- background-size: 100% 50%;
232
- background-repeat: no-repeat;
233
- }
234
- .button-glossy-demo-1:hover {
235
- text-decoration: none;
236
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e96168), color-stop(50%, #bf1b24), color-stop(100%, #f10c19));
237
- background: -webkit-linear-gradient(#e96168, #bf1b24, #f10c19);
238
- background: -moz-linear-gradient(#e96168, #bf1b24, #f10c19);
239
- background: -o-linear-gradient(#e96168, #bf1b24, #f10c19);
240
- background: linear-gradient(#e96168, #bf1b24, #f10c19);
241
- }
242
- .button-glossy-demo-1:hover:after {
243
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4b1b5), color-stop(100%, #d11d27)) 50%;
244
- background: -webkit-linear-gradient(#f4b1b5 20%, #d11d27) 50%;
245
- background: -moz-linear-gradient(#f4b1b5 20%, #d11d27) 50%;
246
- background: -o-linear-gradient(#f4b1b5 20%, #d11d27) 50%;
247
- background: linear-gradient(#f4b1b5 20%, #d11d27) 50%;
248
- }
249
- .button-glossy-demo-1:hover:before {
250
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e96168), color-stop(50%, #bf1b24), color-stop(100%, #f10c19));
251
- background: -webkit-linear-gradient(#e96168, #bf1b24, #f10c19);
252
- background: -moz-linear-gradient(#e96168, #bf1b24, #f10c19);
253
- background: -o-linear-gradient(#e96168, #bf1b24, #f10c19);
254
- background: linear-gradient(#e96168, #bf1b24, #f10c19);
255
- }
256
- .button-glossy-demo-1:hover, .button-glossy-demo-1:hover:before {
257
- background-size: 100% 100%;
258
- background-position: left top;
259
- background-repeat: no-repeat;
260
- }
261
- .ie7 .button-glossy-demo-1, .ie8 .button-glossy-demo-1, .ie9 .button-glossy-demo-1 {
262
- -webkit-border-radius: none;
263
- -moz-border-radius: none;
264
- -ms-border-radius: none;
265
- -o-border-radius: none;
266
- border-radius: none;
267
- background: url('../img/picasso-buttons-glossy.png');
268
- background-position: 0 -1px;
269
- }
270
- .ie7 .button-glossy-demo-1:hover, .ie8 .button-glossy-demo-1:hover, .ie9 .button-glossy-demo-1:hover {
271
- background-position: 0 -31px;
272
- }
273
- .ie9 .button-glossy-demo-1 {
274
- -webkit-border-radius: none;
275
- -moz-border-radius: none;
276
- -ms-border-radius: none;
277
- -o-border-radius: none;
278
- border-radius: none;
279
- }
280
-
281
- .button-glossy-demo-2 {
282
- width: 70px;
283
- height: 30px;
284
- display: inline-block;
285
- text-align: center;
286
- position: relative;
287
- z-index: 1;
288
- font-family: sans-serif;
289
- font-size: 12px;
290
- text-decoration: none;
291
- cursor: pointer;
292
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0077b3)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006699), color-stop(100%, #00334d));
293
- background: -webkit-linear-gradient(#0088cc, #0077b3), -webkit-linear-gradient(#006699, #00334d);
294
- background: -moz-linear-gradient(#0088cc, #0077b3), -moz-linear-gradient(#006699, #00334d);
295
- background: -o-linear-gradient(#0088cc, #0077b3), -o-linear-gradient(#006699, #00334d);
296
- background: linear-gradient(#0088cc, #0077b3), linear-gradient(#006699, #00334d);
297
- -webkit-border-radius: 5px;
298
- -moz-border-radius: 5px;
299
- -ms-border-radius: 5px;
300
- -o-border-radius: 5px;
301
- border-radius: 5px;
302
- background-position: left top, left 15px;
303
- }
304
- .button-glossy-demo-2:after, .button-glossy-demo-2:before {
305
- content: "";
306
- position: absolute;
307
- display: inline-block;
308
- }
309
- .button-glossy-demo-2:after {
310
- width: 68px;
311
- height: 28px;
312
- left: 1px;
313
- top: 1px;
314
- z-index: 2;
315
- }
316
- .button-glossy-demo-2:before {
317
- width: 66px;
318
- height: 26px;
319
- left: 2px;
320
- top: 2px;
321
- z-index: 3;
322
- }
323
- .button-glossy-demo-2 span {
324
- position: relative;
325
- z-index: 4;
326
- line-height: 30px;
327
- }
328
- .button-glossy-demo-2 span {
329
- color: white;
330
- }
331
- .button-glossy-demo-2:after, .button-glossy-demo-2:before {
332
- -webkit-border-radius: 4px;
333
- -moz-border-radius: 4px;
334
- -ms-border-radius: 4px;
335
- -o-border-radius: 4px;
336
- border-radius: 4px;
337
- }
338
- .button-glossy-demo-2:after {
339
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(15%, #66ccff), color-stop(100%, #000000)) 50%;
340
- background: -webkit-linear-gradient(#66ccff 15%, #000000) 50%;
341
- background: -moz-linear-gradient(#66ccff 15%, #000000) 50%;
342
- background: -o-linear-gradient(#66ccff 15%, #000000) 50%;
343
- background: linear-gradient(#66ccff 15%, #000000) 50%;
344
- }
345
- .button-glossy-demo-2:before {
346
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0077b3)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006699), color-stop(100%, #00334d));
347
- background: -webkit-linear-gradient(#0088cc, #0077b3), -webkit-linear-gradient(#006699, #00334d);
348
- background: -moz-linear-gradient(#0088cc, #0077b3), -moz-linear-gradient(#006699, #00334d);
349
- background: -o-linear-gradient(#0088cc, #0077b3), -o-linear-gradient(#006699, #00334d);
350
- background: linear-gradient(#0088cc, #0077b3), linear-gradient(#006699, #00334d);
351
- background-position: left top, left 13px;
352
- }
353
- .button-glossy-demo-2, .button-glossy-demo-2:before {
354
- background-size: 100% 50%;
355
- background-repeat: no-repeat;
356
- }
357
- .button-glossy-demo-2:hover {
358
- text-decoration: none;
359
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ab2ff), color-stop(50%, #0070a8), color-stop(100%, #0088cc));
360
- background: -webkit-linear-gradient(#1ab2ff, #0070a8, #0088cc);
361
- background: -moz-linear-gradient(#1ab2ff, #0070a8, #0088cc);
362
- background: -o-linear-gradient(#1ab2ff, #0070a8, #0088cc);
363
- background: linear-gradient(#1ab2ff, #0070a8, #0088cc);
364
- }
365
- .button-glossy-demo-2:hover:after {
366
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #75d1ff), color-stop(100%, #007ebd)) 50%;
367
- background: -webkit-linear-gradient(#75d1ff 20%, #007ebd) 50%;
368
- background: -moz-linear-gradient(#75d1ff 20%, #007ebd) 50%;
369
- background: -o-linear-gradient(#75d1ff 20%, #007ebd) 50%;
370
- background: linear-gradient(#75d1ff 20%, #007ebd) 50%;
371
- }
372
- .button-glossy-demo-2:hover:before {
373
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ab2ff), color-stop(50%, #0070a8), color-stop(100%, #0088cc));
374
- background: -webkit-linear-gradient(#1ab2ff, #0070a8, #0088cc);
375
- background: -moz-linear-gradient(#1ab2ff, #0070a8, #0088cc);
376
- background: -o-linear-gradient(#1ab2ff, #0070a8, #0088cc);
377
- background: linear-gradient(#1ab2ff, #0070a8, #0088cc);
378
- }
379
- .button-glossy-demo-2:hover, .button-glossy-demo-2:hover:before {
380
- background-size: 100% 100%;
381
- background-position: left top;
382
- background-repeat: no-repeat;
383
- }
384
- .ie7 .button-glossy-demo-2, .ie8 .button-glossy-demo-2, .ie9 .button-glossy-demo-2 {
385
- -webkit-border-radius: none;
386
- -moz-border-radius: none;
387
- -ms-border-radius: none;
388
- -o-border-radius: none;
389
- border-radius: none;
390
- background: url('../img/picasso-buttons-glossy.png');
391
- background-position: 0 -61px;
392
- }
393
- .ie7 .button-glossy-demo-2:hover, .ie8 .button-glossy-demo-2:hover, .ie9 .button-glossy-demo-2:hover {
394
- background-position: 0 -91px;
395
- }
396
- .ie9 .button-glossy-demo-2 {
397
- -webkit-border-radius: none;
398
- -moz-border-radius: none;
399
- -ms-border-radius: none;
400
- -o-border-radius: none;
401
- border-radius: none;
402
- }
403
-
404
- .button-glossy-demo-3 {
405
- width: 80px;
406
- height: 30px;
407
- display: inline-block;
408
- text-align: center;
409
- position: relative;
410
- z-index: 1;
411
- font-family: sans-serif;
412
- font-size: 12px;
413
- text-decoration: none;
414
- cursor: pointer;
415
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbb450), color-stop(100%, #faa937)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9f1e), color-stop(100%, #c77605));
416
- background: -webkit-linear-gradient(#fbb450, #faa937), -webkit-linear-gradient(#fa9f1e, #c77605);
417
- background: -moz-linear-gradient(#fbb450, #faa937), -moz-linear-gradient(#fa9f1e, #c77605);
418
- background: -o-linear-gradient(#fbb450, #faa937), -o-linear-gradient(#fa9f1e, #c77605);
419
- background: linear-gradient(#fbb450, #faa937), linear-gradient(#fa9f1e, #c77605);
420
- -webkit-border-radius: 5px;
421
- -moz-border-radius: 5px;
422
- -ms-border-radius: 5px;
423
- -o-border-radius: 5px;
424
- border-radius: 5px;
425
- background-position: left top, left 15px;
426
- }
427
- .button-glossy-demo-3:after, .button-glossy-demo-3:before {
428
- content: "";
429
- position: absolute;
430
- display: inline-block;
431
- }
432
- .button-glossy-demo-3:after {
433
- width: 78px;
434
- height: 28px;
435
- left: 1px;
436
- top: 1px;
437
- z-index: 2;
438
- }
439
- .button-glossy-demo-3:before {
440
- width: 76px;
441
- height: 26px;
442
- left: 2px;
443
- top: 2px;
444
- z-index: 3;
445
- }
446
- .button-glossy-demo-3 span {
447
- position: relative;
448
- z-index: 4;
449
- line-height: 30px;
450
- }
451
- .button-glossy-demo-3 span {
452
- color: white;
453
- }
454
- .button-glossy-demo-3:after, .button-glossy-demo-3:before {
455
- -webkit-border-radius: 4px;
456
- -moz-border-radius: 4px;
457
- -ms-border-radius: 4px;
458
- -o-border-radius: 4px;
459
- border-radius: 4px;
460
- }
461
- .button-glossy-demo-3:after {
462
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(15%, #fef4e6), color-stop(100%, #633b02)) 50%;
463
- background: -webkit-linear-gradient(#fef4e6 15%, #633b02) 50%;
464
- background: -moz-linear-gradient(#fef4e6 15%, #633b02) 50%;
465
- background: -o-linear-gradient(#fef4e6 15%, #633b02) 50%;
466
- background: linear-gradient(#fef4e6 15%, #633b02) 50%;
467
- }
468
- .button-glossy-demo-3:before {
469
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbb450), color-stop(100%, #faa937)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9f1e), color-stop(100%, #c77605));
470
- background: -webkit-linear-gradient(#fbb450, #faa937), -webkit-linear-gradient(#fa9f1e, #c77605);
471
- background: -moz-linear-gradient(#fbb450, #faa937), -moz-linear-gradient(#fa9f1e, #c77605);
472
- background: -o-linear-gradient(#fbb450, #faa937), -o-linear-gradient(#fa9f1e, #c77605);
473
- background: linear-gradient(#fbb450, #faa937), linear-gradient(#fa9f1e, #c77605);
474
- background-position: left top, left 13px;
475
- }
476
- .button-glossy-demo-3, .button-glossy-demo-3:before {
477
- background-size: 100% 50%;
478
- background-repeat: no-repeat;
479
- }
480
- .button-glossy-demo-3:hover {
481
- text-decoration: none;
482
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdd49b), color-stop(50%, #faa52d), color-stop(100%, #ffb54c));
483
- background: -webkit-linear-gradient(#fdd49b, #faa52d, #ffb54c);
484
- background: -moz-linear-gradient(#fdd49b, #faa52d, #ffb54c);
485
- background: -o-linear-gradient(#fdd49b, #faa52d, #ffb54c);
486
- background: linear-gradient(#fdd49b, #faa52d, #ffb54c);
487
- }
488
- .button-glossy-demo-3:hover:after {
489
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fffbf5), color-stop(100%, #fbae41)) 50%;
490
- background: -webkit-linear-gradient(#fffbf5 20%, #fbae41) 50%;
491
- background: -moz-linear-gradient(#fffbf5 20%, #fbae41) 50%;
492
- background: -o-linear-gradient(#fffbf5 20%, #fbae41) 50%;
493
- background: linear-gradient(#fffbf5 20%, #fbae41) 50%;
494
- }
495
- .button-glossy-demo-3:hover:before {
496
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdd49b), color-stop(50%, #faa52d), color-stop(100%, #ffb54c));
497
- background: -webkit-linear-gradient(#fdd49b, #faa52d, #ffb54c);
498
- background: -moz-linear-gradient(#fdd49b, #faa52d, #ffb54c);
499
- background: -o-linear-gradient(#fdd49b, #faa52d, #ffb54c);
500
- background: linear-gradient(#fdd49b, #faa52d, #ffb54c);
501
- }
502
- .button-glossy-demo-3:hover, .button-glossy-demo-3:hover:before {
503
- background-size: 100% 100%;
504
- background-position: left top;
505
- background-repeat: no-repeat;
506
- }
507
- .ie7 .button-glossy-demo-3, .ie8 .button-glossy-demo-3, .ie9 .button-glossy-demo-3 {
508
- -webkit-border-radius: none;
509
- -moz-border-radius: none;
510
- -ms-border-radius: none;
511
- -o-border-radius: none;
512
- border-radius: none;
513
- background: url('../img/picasso-buttons-glossy.png');
514
- background-position: 0 -121px;
515
- }
516
- .ie7 .button-glossy-demo-3:hover, .ie8 .button-glossy-demo-3:hover, .ie9 .button-glossy-demo-3:hover {
517
- background-position: 0 -151px;
518
- }
519
- .ie9 .button-glossy-demo-3 {
520
- -webkit-border-radius: none;
521
- -moz-border-radius: none;
522
- -ms-border-radius: none;
523
- -o-border-radius: none;
524
- border-radius: none;
525
- }
526
-
527
- .button-3d-demo-1 {
528
- overflow: hidden;
529
- display: inline-block;
530
- line-height: 2.2em;
531
- color: white;
532
- border: 1px solid #c00811;
533
- font-family: sans-serif;
534
- font-size: 13px;
535
- text-decoration: none;
536
- text-align: center;
537
- cursor: pointer;
538
- text-shadow: 0 1px 0 black;
539
- -webkit-border-radius: 0.4em;
540
- -moz-border-radius: 0.4em;
541
- -ms-border-radius: 0.4em;
542
- -o-border-radius: 0.4em;
543
- border-radius: 0.4em;
544
- }
545
- .button-3d-demo-1:active {
546
- position: relative;
547
- top: 1px;
548
- }
549
- .button-3d-demo-1.disabled:active {
550
- position: static;
551
- }
552
- .button-3d-demo-1 span {
553
- display: block;
554
- padding: 0 13px;
555
- }
556
- .button-3d-demo-1:visited {
557
- color: white;
558
- }
559
- .button-3d-demo-1:hover {
560
- text-decoration: none;
561
- color: white;
562
- }
563
- .button-3d-demo-1 span {
564
- background-color: #f73741;
565
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f73741), color-stop(100%, #8f060d));
566
- background-image: -webkit-linear-gradient(#f73741, #8f060d);
567
- background-image: -moz-linear-gradient(#f73741, #8f060d);
568
- background-image: -o-linear-gradient(#f73741, #8f060d);
569
- background-image: linear-gradient(#f73741, #8f060d);
570
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
571
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
572
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
573
- }
574
- .button-3d-demo-1 span:hover {
575
- background-color: #ff2f3a;
576
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #c00811));
577
- background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #c00811);
578
- background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #c00811);
579
- background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #c00811);
580
- background-image: linear-gradient(rgba(255, 255, 255, 0), #c00811);
581
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #ff2f3a;
582
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #ff2f3a;
583
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #ff2f3a;
584
- }
585
- .button-3d-demo-1 span:active {
586
- text-shadow: 0 -1px 0 black;
587
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f73741), color-stop(100%, #8f060d));
588
- background-image: -webkit-linear-gradient(#f73741, #8f060d);
589
- background-image: -moz-linear-gradient(#f73741, #8f060d);
590
- background-image: -o-linear-gradient(#f73741, #8f060d);
591
- background-image: linear-gradient(#f73741, #8f060d);
592
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
593
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
594
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
595
- }
596
- .button-3d-demo-1.disabled {
597
- border: 1px solid #755354;
598
- cursor: not-allowed;
599
- color: white;
600
- }
601
- .button-3d-demo-1.disabled span, .button-3d-demo-1.disabled span:hover, .button-3d-demo-1.disabled span:active {
602
- text-shadow: 0 -1px 0 black;
603
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #979797), color-stop(100%, #4b4b4b));
604
- background-image: -webkit-linear-gradient(#979797, #4b4b4b);
605
- background-image: -moz-linear-gradient(#979797, #4b4b4b);
606
- background-image: -o-linear-gradient(#979797, #4b4b4b);
607
- background-image: linear-gradient(#979797, #4b4b4b);
608
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
609
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
610
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
611
- }
612
- .ie7 .button-3d-demo-1 span, .ie8 .button-3d-demo-1 span, .ie9 .button-3d-demo-1 span {
613
- *zoom: 1;
614
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00F73741', endColorstr='#FF8F060D');
615
- }
616
- .ie7 .button-3d-demo-1 span:hover, .ie8 .button-3d-demo-1 span:hover, .ie9 .button-3d-demo-1 span:hover {
617
- *zoom: 1;
618
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFC00811');
619
- }
620
- .ie7 .button-3d-demo-1 span:active, .ie8 .button-3d-demo-1 span:active, .ie9 .button-3d-demo-1 span:active {
621
- *zoom: 1;
622
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00F73741', endColorstr='#FF8F060D');
623
- }
624
- .ie7 .button-3d-demo-1.disabled span, .ie7 .button-3d-demo-1.disabled span:hover, .ie7 .button-3d-demo-1.disabled span:active, .ie8 .button-3d-demo-1.disabled span, .ie8 .button-3d-demo-1.disabled span:hover, .ie8 .button-3d-demo-1.disabled span:active, .ie9 .button-3d-demo-1.disabled span, .ie9 .button-3d-demo-1.disabled span:hover, .ie9 .button-3d-demo-1.disabled span:active {
625
- *zoom: 1;
626
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B');
627
- }
628
-
629
- .button-3d-demo-2 {
630
- overflow: hidden;
631
- display: inline-block;
632
- line-height: 2.2em;
633
- color: white;
634
- border: 1px solid #004466;
635
- font-family: sans-serif;
636
- font-size: 13px;
637
- text-decoration: none;
638
- text-align: center;
639
- cursor: pointer;
640
- text-shadow: 0 1px 0 black;
641
- -webkit-border-radius: 0.4em;
642
- -moz-border-radius: 0.4em;
643
- -ms-border-radius: 0.4em;
644
- -o-border-radius: 0.4em;
645
- border-radius: 0.4em;
646
- }
647
- .button-3d-demo-2:active {
648
- position: relative;
649
- top: 1px;
650
- }
651
- .button-3d-demo-2.disabled:active {
652
- position: static;
653
- }
654
- .button-3d-demo-2 span {
655
- display: block;
656
- padding: 0 13px;
657
- }
658
- .button-3d-demo-2:visited {
659
- color: white;
660
- }
661
- .button-3d-demo-2:hover {
662
- text-decoration: none;
663
- color: white;
664
- }
665
- .button-3d-demo-2 span {
666
- background-color: #0088cc;
667
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #002233));
668
- background-image: -webkit-linear-gradient(#0088cc, #002233);
669
- background-image: -moz-linear-gradient(#0088cc, #002233);
670
- background-image: -o-linear-gradient(#0088cc, #002233);
671
- background-image: linear-gradient(#0088cc, #002233);
672
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
673
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
674
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
675
- }
676
- .button-3d-demo-2 span:hover {
677
- background-color: #0088cc;
678
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #004466));
679
- background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #004466);
680
- background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #004466);
681
- background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #004466);
682
- background-image: linear-gradient(rgba(255, 255, 255, 0), #004466);
683
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #0088cc;
684
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #0088cc;
685
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #0088cc;
686
- }
687
- .button-3d-demo-2 span:active {
688
- text-shadow: 0 -1px 0 black;
689
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #002233));
690
- background-image: -webkit-linear-gradient(#0088cc, #002233);
691
- background-image: -moz-linear-gradient(#0088cc, #002233);
692
- background-image: -o-linear-gradient(#0088cc, #002233);
693
- background-image: linear-gradient(#0088cc, #002233);
694
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
695
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
696
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
697
- }
698
- .button-3d-demo-2.disabled {
699
- border: 1px solid #755354;
700
- cursor: not-allowed;
701
- color: white;
702
- }
703
- .button-3d-demo-2.disabled span, .button-3d-demo-2.disabled span:hover, .button-3d-demo-2.disabled span:active {
704
- text-shadow: 0 -1px 0 black;
705
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #979797), color-stop(100%, #4b4b4b));
706
- background-image: -webkit-linear-gradient(#979797, #4b4b4b);
707
- background-image: -moz-linear-gradient(#979797, #4b4b4b);
708
- background-image: -o-linear-gradient(#979797, #4b4b4b);
709
- background-image: linear-gradient(#979797, #4b4b4b);
710
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
711
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
712
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
713
- }
714
- .ie7 .button-3d-demo-2 span, .ie8 .button-3d-demo-2 span, .ie9 .button-3d-demo-2 span {
715
- *zoom: 1;
716
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#000088CC', endColorstr='#FF002233');
717
- }
718
- .ie7 .button-3d-demo-2 span:hover, .ie8 .button-3d-demo-2 span:hover, .ie9 .button-3d-demo-2 span:hover {
719
- *zoom: 1;
720
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FF004466');
721
- }
722
- .ie7 .button-3d-demo-2 span:active, .ie8 .button-3d-demo-2 span:active, .ie9 .button-3d-demo-2 span:active {
723
- *zoom: 1;
724
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#000088CC', endColorstr='#FF002233');
725
- }
726
- .ie7 .button-3d-demo-2.disabled span, .ie7 .button-3d-demo-2.disabled span:hover, .ie7 .button-3d-demo-2.disabled span:active, .ie8 .button-3d-demo-2.disabled span, .ie8 .button-3d-demo-2.disabled span:hover, .ie8 .button-3d-demo-2.disabled span:active, .ie9 .button-3d-demo-2.disabled span, .ie9 .button-3d-demo-2.disabled span:hover, .ie9 .button-3d-demo-2.disabled span:active {
727
- *zoom: 1;
728
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B');
729
- }
730
-
731
- .button-3d-demo-3 {
732
- overflow: hidden;
733
- display: inline-block;
734
- line-height: 2.2em;
735
- color: white;
736
- border: 1px solid #e08505;
737
- font-family: sans-serif;
738
- font-size: 13px;
739
- text-decoration: none;
740
- text-align: center;
741
- cursor: pointer;
742
- text-shadow: 0 1px 0 black;
743
- -webkit-border-radius: 0.4em;
744
- -moz-border-radius: 0.4em;
745
- -ms-border-radius: 0.4em;
746
- -o-border-radius: 0.4em;
747
- border-radius: 0.4em;
748
- }
749
- .button-3d-demo-3:active {
750
- position: relative;
751
- top: 1px;
752
- }
753
- .button-3d-demo-3.disabled:active {
754
- position: static;
755
- }
756
- .button-3d-demo-3 span {
757
- display: block;
758
- padding: 0 13px;
759
- }
760
- .button-3d-demo-3:visited {
761
- color: white;
762
- }
763
- .button-3d-demo-3:hover {
764
- text-decoration: none;
765
- color: white;
766
- }
767
- .button-3d-demo-3 span {
768
- background-color: #fbb450;
769
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbb450), color-stop(100%, #ae6704));
770
- background-image: -webkit-linear-gradient(#fbb450, #ae6704);
771
- background-image: -moz-linear-gradient(#fbb450, #ae6704);
772
- background-image: -o-linear-gradient(#fbb450, #ae6704);
773
- background-image: linear-gradient(#fbb450, #ae6704);
774
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
775
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
776
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
777
- }
778
- .button-3d-demo-3 span:hover {
779
- background-color: #ffb54c;
780
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #e08505));
781
- background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #e08505);
782
- background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #e08505);
783
- background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #e08505);
784
- background-image: linear-gradient(rgba(255, 255, 255, 0), #e08505);
785
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #ffb54c;
786
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #ffb54c;
787
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #ffb54c;
788
- }
789
- .button-3d-demo-3 span:active {
790
- text-shadow: 0 -1px 0 black;
791
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbb450), color-stop(100%, #ae6704));
792
- background-image: -webkit-linear-gradient(#fbb450, #ae6704);
793
- background-image: -moz-linear-gradient(#fbb450, #ae6704);
794
- background-image: -o-linear-gradient(#fbb450, #ae6704);
795
- background-image: linear-gradient(#fbb450, #ae6704);
796
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
797
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
798
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
799
- }
800
- .button-3d-demo-3.disabled {
801
- border: 1px solid #755354;
802
- cursor: not-allowed;
803
- color: white;
804
- }
805
- .button-3d-demo-3.disabled span, .button-3d-demo-3.disabled span:hover, .button-3d-demo-3.disabled span:active {
806
- text-shadow: 0 -1px 0 black;
807
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #979797), color-stop(100%, #4b4b4b));
808
- background-image: -webkit-linear-gradient(#979797, #4b4b4b);
809
- background-image: -moz-linear-gradient(#979797, #4b4b4b);
810
- background-image: -o-linear-gradient(#979797, #4b4b4b);
811
- background-image: linear-gradient(#979797, #4b4b4b);
812
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
813
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
814
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
815
- }
816
- .ie7 .button-3d-demo-3 span, .ie8 .button-3d-demo-3 span, .ie9 .button-3d-demo-3 span {
817
- *zoom: 1;
818
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FBB450', endColorstr='#FFAE6704');
819
- }
820
- .ie7 .button-3d-demo-3 span:hover, .ie8 .button-3d-demo-3 span:hover, .ie9 .button-3d-demo-3 span:hover {
821
- *zoom: 1;
822
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFE08505');
823
- }
824
- .ie7 .button-3d-demo-3 span:active, .ie8 .button-3d-demo-3 span:active, .ie9 .button-3d-demo-3 span:active {
825
- *zoom: 1;
826
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FBB450', endColorstr='#FFAE6704');
827
- }
828
- .ie7 .button-3d-demo-3.disabled span, .ie7 .button-3d-demo-3.disabled span:hover, .ie7 .button-3d-demo-3.disabled span:active, .ie8 .button-3d-demo-3.disabled span, .ie8 .button-3d-demo-3.disabled span:hover, .ie8 .button-3d-demo-3.disabled span:active, .ie9 .button-3d-demo-3.disabled span, .ie9 .button-3d-demo-3.disabled span:hover, .ie9 .button-3d-demo-3.disabled span:active {
829
- *zoom: 1;
830
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B');
831
- }
832
-
833
- .button-3d-demo-4 {
834
- overflow: hidden;
835
- display: block;
836
- line-height: 2.2em;
837
- color: white;
838
- border: 1px solid #00132e;
839
- font-family: sans-serif;
840
- font-size: 24px;
841
- text-decoration: none;
842
- text-align: center;
843
- cursor: pointer;
844
- text-shadow: 0 1px 0 black;
845
- -webkit-border-radius: 0.4em;
846
- -moz-border-radius: 0.4em;
847
- -ms-border-radius: 0.4em;
848
- -o-border-radius: 0.4em;
849
- border-radius: 0.4em;
850
- }
851
- .button-3d-demo-4:active {
852
- position: relative;
853
- top: 1px;
854
- }
855
- .button-3d-demo-4.disabled:active {
856
- position: static;
857
- }
858
- .button-3d-demo-4 span {
859
- display: block;
860
- padding: 0 24px;
861
- }
862
- .button-3d-demo-4:visited {
863
- color: white;
864
- }
865
- .button-3d-demo-4:hover {
866
- text-decoration: none;
867
- color: white;
868
- }
869
- .button-3d-demo-4 span {
870
- background-color: #013d93;
871
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #013d93), color-stop(100%, #000000));
872
- background-image: -webkit-linear-gradient(#013d93, #000000);
873
- background-image: -moz-linear-gradient(#013d93, #000000);
874
- background-image: -o-linear-gradient(#013d93, #000000);
875
- background-image: linear-gradient(#013d93, #000000);
876
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
877
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
878
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
879
- }
880
- .button-3d-demo-4 span:hover {
881
- background-color: #003d94;
882
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #00132e));
883
- background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #00132e);
884
- background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #00132e);
885
- background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #00132e);
886
- background-image: linear-gradient(rgba(255, 255, 255, 0), #00132e);
887
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #003d94;
888
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #003d94;
889
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #003d94;
890
- }
891
- .button-3d-demo-4 span:active {
892
- text-shadow: 0 -1px 0 black;
893
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #013d93), color-stop(100%, #000000));
894
- background-image: -webkit-linear-gradient(#013d93, #000000);
895
- background-image: -moz-linear-gradient(#013d93, #000000);
896
- background-image: -o-linear-gradient(#013d93, #000000);
897
- background-image: linear-gradient(#013d93, #000000);
898
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
899
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
900
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
901
- }
902
- .button-3d-demo-4.disabled {
903
- border: 1px solid #755354;
904
- cursor: not-allowed;
905
- color: white;
906
- }
907
- .button-3d-demo-4.disabled span, .button-3d-demo-4.disabled span:hover, .button-3d-demo-4.disabled span:active {
908
- text-shadow: 0 -1px 0 black;
909
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #979797), color-stop(100%, #4b4b4b));
910
- background-image: -webkit-linear-gradient(#979797, #4b4b4b);
911
- background-image: -moz-linear-gradient(#979797, #4b4b4b);
912
- background-image: -o-linear-gradient(#979797, #4b4b4b);
913
- background-image: linear-gradient(#979797, #4b4b4b);
914
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
915
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
916
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
917
- }
918
- .ie7 .button-3d-demo-4 span, .ie8 .button-3d-demo-4 span, .ie9 .button-3d-demo-4 span {
919
- *zoom: 1;
920
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00013D93', endColorstr='#FF000000');
921
- }
922
- .ie7 .button-3d-demo-4 span:hover, .ie8 .button-3d-demo-4 span:hover, .ie9 .button-3d-demo-4 span:hover {
923
- *zoom: 1;
924
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FF00132E');
925
- }
926
- .ie7 .button-3d-demo-4 span:active, .ie8 .button-3d-demo-4 span:active, .ie9 .button-3d-demo-4 span:active {
927
- *zoom: 1;
928
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00013D93', endColorstr='#FF000000');
929
- }
930
- .ie7 .button-3d-demo-4.disabled span, .ie7 .button-3d-demo-4.disabled span:hover, .ie7 .button-3d-demo-4.disabled span:active, .ie8 .button-3d-demo-4.disabled span, .ie8 .button-3d-demo-4.disabled span:hover, .ie8 .button-3d-demo-4.disabled span:active, .ie9 .button-3d-demo-4.disabled span, .ie9 .button-3d-demo-4.disabled span:hover, .ie9 .button-3d-demo-4.disabled span:active {
931
- *zoom: 1;
932
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B');
933
- }
934
-
935
- .button-3d-demo-5 {
936
- overflow: hidden;
937
- display: inline-block;
938
- line-height: 1.75em;
939
- color: #013d93;
940
- border: 1px solid #bbbbbb;
941
- font-family: sans-serif;
942
- font-size: 11px;
943
- text-decoration: none;
944
- text-align: center;
945
- cursor: pointer;
946
- text-shadow: 0 1px 0 #b5b5b5;
947
- -webkit-border-radius: 1.1em;
948
- -moz-border-radius: 1.1em;
949
- -ms-border-radius: 1.1em;
950
- -o-border-radius: 1.1em;
951
- border-radius: 1.1em;
952
- }
953
- .button-3d-demo-5:active {
954
- position: relative;
955
- top: 1px;
956
- }
957
- .button-3d-demo-5.disabled:active {
958
- position: static;
959
- }
960
- .button-3d-demo-5 span {
961
- display: block;
962
- padding: 0 11px;
963
- }
964
- .button-3d-demo-5:visited {
965
- color: #013d93;
966
- }
967
- .button-3d-demo-5:hover {
968
- text-decoration: none;
969
- color: #013d93;
970
- }
971
- .button-3d-demo-5 span {
972
- background-color: #eeeeee;
973
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #a2a2a2));
974
- background-image: -webkit-linear-gradient(#eeeeee, #a2a2a2);
975
- background-image: -moz-linear-gradient(#eeeeee, #a2a2a2);
976
- background-image: -o-linear-gradient(#eeeeee, #a2a2a2);
977
- background-image: linear-gradient(#eeeeee, #a2a2a2);
978
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
979
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
980
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
981
- }
982
- .button-3d-demo-5 span:hover {
983
- background-color: #f0ecec;
984
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #bbbbbb));
985
- background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #bbbbbb);
986
- background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #bbbbbb);
987
- background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #bbbbbb);
988
- background-image: linear-gradient(rgba(255, 255, 255, 0), #bbbbbb);
989
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #f0ecec;
990
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #f0ecec;
991
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #f0ecec;
992
- }
993
- .button-3d-demo-5 span:active {
994
- text-shadow: 0 -1px 0 #b5b5b5;
995
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #a2a2a2));
996
- background-image: -webkit-linear-gradient(#eeeeee, #a2a2a2);
997
- background-image: -moz-linear-gradient(#eeeeee, #a2a2a2);
998
- background-image: -o-linear-gradient(#eeeeee, #a2a2a2);
999
- background-image: linear-gradient(#eeeeee, #a2a2a2);
1000
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
1001
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
1002
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
1003
- }
1004
- .button-3d-demo-5.disabled {
1005
- border: 1px solid #755354;
1006
- cursor: not-allowed;
1007
- color: white;
1008
- }
1009
- .button-3d-demo-5.disabled span, .button-3d-demo-5.disabled span:hover, .button-3d-demo-5.disabled span:active {
1010
- text-shadow: 0 -1px 0 black;
1011
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #979797), color-stop(100%, #4b4b4b));
1012
- background-image: -webkit-linear-gradient(#979797, #4b4b4b);
1013
- background-image: -moz-linear-gradient(#979797, #4b4b4b);
1014
- background-image: -o-linear-gradient(#979797, #4b4b4b);
1015
- background-image: linear-gradient(#979797, #4b4b4b);
1016
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
1017
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
1018
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.25), inset 0 0 1em rgba(0, 0, 0, 0.75);
1019
- }
1020
- .ie7 .button-3d-demo-5 span, .ie8 .button-3d-demo-5 span, .ie9 .button-3d-demo-5 span {
1021
- *zoom: 1;
1022
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00EEEEEE', endColorstr='#FFA2A2A2');
1023
- }
1024
- .ie7 .button-3d-demo-5 span:hover, .ie8 .button-3d-demo-5 span:hover, .ie9 .button-3d-demo-5 span:hover {
1025
- *zoom: 1;
1026
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFBBBBBB');
1027
- }
1028
- .ie7 .button-3d-demo-5 span:active, .ie8 .button-3d-demo-5 span:active, .ie9 .button-3d-demo-5 span:active {
1029
- *zoom: 1;
1030
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00EEEEEE', endColorstr='#FFA2A2A2');
1031
- }
1032
- .ie7 .button-3d-demo-5.disabled span, .ie7 .button-3d-demo-5.disabled span:hover, .ie7 .button-3d-demo-5.disabled span:active, .ie8 .button-3d-demo-5.disabled span, .ie8 .button-3d-demo-5.disabled span:hover, .ie8 .button-3d-demo-5.disabled span:active, .ie9 .button-3d-demo-5.disabled span, .ie9 .button-3d-demo-5.disabled span:hover, .ie9 .button-3d-demo-5.disabled span:active {
1033
- *zoom: 1;
1034
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B');
1035
- }
1036
-
1037
- .button-mini-demo-1 {
1038
- display: inline-block;
1039
- height: 20px;
1040
- padding-right: 10px;
1041
- padding-right: 10px;
1042
- font-family: sans-serif;
1043
- text-decoration: none;
1044
- cursor: pointer;
1045
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(50%, #e3e3e3), color-stop(51%, #d6d6d6), color-stop(100%, #cacaca));
1046
- background: -webkit-linear-gradient(top, #f0f0f0 0%, #e3e3e3 50%, #d6d6d6 51%, #cacaca 100%);
1047
- background: -moz-linear-gradient(top, #f0f0f0 0%, #e3e3e3 50%, #d6d6d6 51%, #cacaca 100%);
1048
- background: -o-linear-gradient(top, #f0f0f0 0%, #e3e3e3 50%, #d6d6d6 51%, #cacaca 100%);
1049
- background: linear-gradient(top, #f0f0f0 0%, #e3e3e3 50%, #d6d6d6 51%, #cacaca 100%);
1050
- -webkit-border-radius: 20px;
1051
- -moz-border-radius: 20px;
1052
- -ms-border-radius: 20px;
1053
- -o-border-radius: 20px;
1054
- border-radius: 20px;
1055
- -webkit-box-shadow: #333333 0px 1px 2px 0px;
1056
- -moz-box-shadow: #333333 0px 1px 2px 0px;
1057
- box-shadow: #333333 0px 1px 2px 0px;
1058
- }
1059
- .button-mini-demo-1 span {
1060
- height: 20px;
1061
- line-height: 20px;
1062
- padding-left: 10px;
1063
- display: block;
1064
- }
1065
- .button-mini-demo-1:hover {
1066
- text-decoration: none;
1067
- background: #e3e3e3;
1068
- }
1069
- .button-mini-demo-1:active {
1070
- background: #cacaca;
1071
- -webkit-box-shadow: #999999 0px 0px 3px 3px inset;
1072
- -moz-box-shadow: #999999 0px 0px 3px 3px inset;
1073
- box-shadow: #999999 0px 0px 3px 3px inset;
1074
- }
1075
- .button-mini-demo-1 span {
1076
- color: #0e6695;
1077
- font-size: 11px;
1078
- }
1079
- .ie7 .button-mini-demo-1, .ie8 .button-mini-demo-1, .ie9 .button-mini-demo-1 {
1080
- background: url('../img/picasso-buttons-mini.png');
1081
- background-position: right -1px;
1082
- }
1083
- .ie7 .button-mini-demo-1:hover, .ie8 .button-mini-demo-1:hover, .ie9 .button-mini-demo-1:hover {
1084
- background-position: right -21px;
1085
- }
1086
- .ie7 .button-mini-demo-1 span, .ie8 .button-mini-demo-1 span, .ie9 .button-mini-demo-1 span {
1087
- background-image: url('../img/picasso-buttons-mini.png');
1088
- background-color: white;
1089
- background-position: 0 -1px;
1090
- }
1091
- .ie7 .button-mini-demo-1 span:hover, .ie8 .button-mini-demo-1 span:hover, .ie9 .button-mini-demo-1 span:hover {
1092
- background-position: 0 -21px;
1093
- }
1094
- .ie9 .button-mini-demo-1 {
1095
- -webkit-border-radius: none;
1096
- -moz-border-radius: none;
1097
- -ms-border-radius: none;
1098
- -o-border-radius: none;
1099
- border-radius: none;
1100
- -webkit-box-shadow: none;
1101
- -moz-box-shadow: none;
1102
- box-shadow: none;
1103
- }
1104
-
1105
- .button-mini-demo-2 {
1106
- display: inline-block;
1107
- height: 20px;
1108
- padding-right: 10px;
1109
- padding-right: 10px;
1110
- font-family: sans-serif;
1111
- text-decoration: none;
1112
- cursor: pointer;
1113
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(50%, #0077b3), color-stop(51%, #006699), color-stop(100%, #005580));
1114
- background: -webkit-linear-gradient(top, #0088cc 0%, #0077b3 50%, #006699 51%, #005580 100%);
1115
- background: -moz-linear-gradient(top, #0088cc 0%, #0077b3 50%, #006699 51%, #005580 100%);
1116
- background: -o-linear-gradient(top, #0088cc 0%, #0077b3 50%, #006699 51%, #005580 100%);
1117
- background: linear-gradient(top, #0088cc 0%, #0077b3 50%, #006699 51%, #005580 100%);
1118
- -webkit-border-radius: 20px;
1119
- -moz-border-radius: 20px;
1120
- -ms-border-radius: 20px;
1121
- -o-border-radius: 20px;
1122
- border-radius: 20px;
1123
- -webkit-box-shadow: #333333 0px 1px 2px 0px;
1124
- -moz-box-shadow: #333333 0px 1px 2px 0px;
1125
- box-shadow: #333333 0px 1px 2px 0px;
1126
- }
1127
- .button-mini-demo-2 span {
1128
- height: 20px;
1129
- line-height: 20px;
1130
- padding-left: 10px;
1131
- display: block;
1132
- }
1133
- .button-mini-demo-2:hover {
1134
- text-decoration: none;
1135
- background: #0077b3;
1136
- }
1137
- .button-mini-demo-2:active {
1138
- background: #005580;
1139
- -webkit-box-shadow: #999999 0px 0px 3px 3px inset;
1140
- -moz-box-shadow: #999999 0px 0px 3px 3px inset;
1141
- box-shadow: #999999 0px 0px 3px 3px inset;
1142
- }
1143
- .button-mini-demo-2 span {
1144
- color: white;
1145
- font-size: 11px;
1146
- }
1147
- .ie7 .button-mini-demo-2, .ie8 .button-mini-demo-2, .ie9 .button-mini-demo-2 {
1148
- background: url('../img/picasso-buttons-mini.png');
1149
- background-position: right -41px;
1150
- }
1151
- .ie7 .button-mini-demo-2:hover, .ie8 .button-mini-demo-2:hover, .ie9 .button-mini-demo-2:hover {
1152
- background-position: right -61px;
1153
- }
1154
- .ie7 .button-mini-demo-2 span, .ie8 .button-mini-demo-2 span, .ie9 .button-mini-demo-2 span {
1155
- background-image: url('../img/picasso-buttons-mini.png');
1156
- background-color: white;
1157
- background-position: 0 -41px;
1158
- }
1159
- .ie7 .button-mini-demo-2 span:hover, .ie8 .button-mini-demo-2 span:hover, .ie9 .button-mini-demo-2 span:hover {
1160
- background-position: 0 -61px;
1161
- }
1162
- .ie9 .button-mini-demo-2 {
1163
- -webkit-border-radius: none;
1164
- -moz-border-radius: none;
1165
- -ms-border-radius: none;
1166
- -o-border-radius: none;
1167
- border-radius: none;
1168
- -webkit-box-shadow: none;
1169
- -moz-box-shadow: none;
1170
- box-shadow: none;
1171
- }
1172
-
1173
- .button-mini-demo-3 {
1174
- display: inline-block;
1175
- height: 20px;
1176
- padding-right: 10px;
1177
- padding-right: 10px;
1178
- font-family: sans-serif;
1179
- text-decoration: none;
1180
- cursor: pointer;
1181
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da4f49), color-stop(50%, #d63b34), color-stop(51%, #c72f29), color-stop(100%, #b22a24));
1182
- background: -webkit-linear-gradient(top, #da4f49 0%, #d63b34 50%, #c72f29 51%, #b22a24 100%);
1183
- background: -moz-linear-gradient(top, #da4f49 0%, #d63b34 50%, #c72f29 51%, #b22a24 100%);
1184
- background: -o-linear-gradient(top, #da4f49 0%, #d63b34 50%, #c72f29 51%, #b22a24 100%);
1185
- background: linear-gradient(top, #da4f49 0%, #d63b34 50%, #c72f29 51%, #b22a24 100%);
1186
- -webkit-border-radius: 20px;
1187
- -moz-border-radius: 20px;
1188
- -ms-border-radius: 20px;
1189
- -o-border-radius: 20px;
1190
- border-radius: 20px;
1191
- -webkit-box-shadow: #333333 0px 1px 2px 0px;
1192
- -moz-box-shadow: #333333 0px 1px 2px 0px;
1193
- box-shadow: #333333 0px 1px 2px 0px;
1194
- }
1195
- .button-mini-demo-3 span {
1196
- height: 20px;
1197
- line-height: 20px;
1198
- padding-left: 10px;
1199
- display: block;
1200
- }
1201
- .button-mini-demo-3:hover {
1202
- text-decoration: none;
1203
- background: #d63b34;
1204
- }
1205
- .button-mini-demo-3:active {
1206
- background: #b22a24;
1207
- -webkit-box-shadow: #999999 0px 0px 3px 3px inset;
1208
- -moz-box-shadow: #999999 0px 0px 3px 3px inset;
1209
- box-shadow: #999999 0px 0px 3px 3px inset;
1210
- }
1211
- .button-mini-demo-3 span {
1212
- color: white;
1213
- font-size: 11px;
1214
- }
1215
- .ie7 .button-mini-demo-3, .ie8 .button-mini-demo-3, .ie9 .button-mini-demo-3 {
1216
- background: url('../img/picasso-buttons-mini.png');
1217
- background-position: right -81px;
1218
- }
1219
- .ie7 .button-mini-demo-3:hover, .ie8 .button-mini-demo-3:hover, .ie9 .button-mini-demo-3:hover {
1220
- background-position: right -101px;
1221
- }
1222
- .ie7 .button-mini-demo-3 span, .ie8 .button-mini-demo-3 span, .ie9 .button-mini-demo-3 span {
1223
- background-image: url('../img/picasso-buttons-mini.png');
1224
- background-color: white;
1225
- background-position: 0 -81px;
1226
- }
1227
- .ie7 .button-mini-demo-3 span:hover, .ie8 .button-mini-demo-3 span:hover, .ie9 .button-mini-demo-3 span:hover {
1228
- background-position: 0 -101px;
1229
- }
1230
- .ie9 .button-mini-demo-3 {
1231
- -webkit-border-radius: none;
1232
- -moz-border-radius: none;
1233
- -ms-border-radius: none;
1234
- -o-border-radius: none;
1235
- border-radius: none;
1236
- -webkit-box-shadow: none;
1237
- -moz-box-shadow: none;
1238
- box-shadow: none;
1239
- }
1240
-
1241
- .button-mini-demo-4 {
1242
- display: inline-block;
1243
- height: 20px;
1244
- padding-right: 10px;
1245
- padding-right: 10px;
1246
- font-family: sans-serif;
1247
- text-decoration: none;
1248
- cursor: pointer;
1249
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #414141), color-stop(50%, #343434), color-stop(51%, #272727), color-stop(100%, #1b1b1b));
1250
- background: -webkit-linear-gradient(top, #414141 0%, #343434 50%, #272727 51%, #1b1b1b 100%);
1251
- background: -moz-linear-gradient(top, #414141 0%, #343434 50%, #272727 51%, #1b1b1b 100%);
1252
- background: -o-linear-gradient(top, #414141 0%, #343434 50%, #272727 51%, #1b1b1b 100%);
1253
- background: linear-gradient(top, #414141 0%, #343434 50%, #272727 51%, #1b1b1b 100%);
1254
- -webkit-border-radius: 20px;
1255
- -moz-border-radius: 20px;
1256
- -ms-border-radius: 20px;
1257
- -o-border-radius: 20px;
1258
- border-radius: 20px;
1259
- -webkit-box-shadow: #333333 0px 1px 2px 0px;
1260
- -moz-box-shadow: #333333 0px 1px 2px 0px;
1261
- box-shadow: #333333 0px 1px 2px 0px;
1262
- }
1263
- .button-mini-demo-4 span {
1264
- height: 20px;
1265
- line-height: 20px;
1266
- padding-left: 10px;
1267
- display: block;
1268
- }
1269
- .button-mini-demo-4:hover {
1270
- text-decoration: none;
1271
- background: #343434;
1272
- }
1273
- .button-mini-demo-4:active {
1274
- background: #1b1b1b;
1275
- -webkit-box-shadow: #999999 0px 0px 3px 3px inset;
1276
- -moz-box-shadow: #999999 0px 0px 3px 3px inset;
1277
- box-shadow: #999999 0px 0px 3px 3px inset;
1278
- }
1279
- .button-mini-demo-4 span {
1280
- color: white;
1281
- font-size: 11px;
1282
- }
1283
- .ie7 .button-mini-demo-4, .ie8 .button-mini-demo-4, .ie9 .button-mini-demo-4 {
1284
- background: url('../img/picasso-buttons-mini.png');
1285
- background-position: right -121px;
1286
- }
1287
- .ie7 .button-mini-demo-4:hover, .ie8 .button-mini-demo-4:hover, .ie9 .button-mini-demo-4:hover {
1288
- background-position: right -141px;
1289
- }
1290
- .ie7 .button-mini-demo-4 span, .ie8 .button-mini-demo-4 span, .ie9 .button-mini-demo-4 span {
1291
- background-image: url('../img/picasso-buttons-mini.png');
1292
- background-color: white;
1293
- background-position: 0 -121px;
1294
- }
1295
- .ie7 .button-mini-demo-4 span:hover, .ie8 .button-mini-demo-4 span:hover, .ie9 .button-mini-demo-4 span:hover {
1296
- background-position: 0 -141px;
1297
- }
1298
- .ie9 .button-mini-demo-4 {
1299
- -webkit-border-radius: none;
1300
- -moz-border-radius: none;
1301
- -ms-border-radius: none;
1302
- -o-border-radius: none;
1303
- border-radius: none;
1304
- -webkit-box-shadow: none;
1305
- -moz-box-shadow: none;
1306
- box-shadow: none;
1307
- }
1308
-
1309
- .list-grid-demo-1:before, .list-grid-demo-1:after {
1310
- content: "";
1311
- display: table;
1312
- }
1313
- .list-grid-demo-1:after {
1314
- clear: both;
1315
- }
1316
- .ie6 .list-grid-demo-1, .ie7 .list-grid-demo-1 {
1317
- zoom: 1;
1318
- }
1319
- .list-grid-demo-1 ul {
1320
- float: left;
1321
- padding: 0px;
1322
- margin: 0px;
1323
- width: 130px;
1324
- }
1325
- .list-grid-demo-1 ul li {
1326
- height: 30px;
1327
- line-height: 30px;
1328
- padding-left: 10px;
1329
- padding-right: 10px;
1330
- }
1331
- .list-grid-demo-1 ul {
1332
- list-style: none outside none;
1333
- border-top: 1px solid #cccccc;
1334
- border-bottom: 1px solid #cccccc;
1335
- border-right: 1px solid #cccccc;
1336
- }
1337
- .list-grid-demo-1 ul:first-child {
1338
- border-left: 1px solid #cccccc;
1339
- }
1340
- .list-grid-demo-1 ul li {
1341
- text-align: center;
1342
- border: 1px solid transparent;
1343
- }
1344
- .list-grid-demo-1 ul li:first-child {
1345
- border-bottom: 1px solid #cccccc;
1346
- }
1347
- .list-grid-demo-1 ul li:nth-child(odd) {
1348
- background: none repeat scroll 0 0 #eeeeee;
1349
- }
1350
- .list-grid-demo-1 ul li:nth-child(even) {
1351
- background: none repeat scroll 0 0 white;
1352
- }
1353
- .list-grid-demo-1 ul li.cell-hover:hover {
1354
- border: 1px solid #319fda;
1355
- background: #f4fafd;
1356
- cursor: pointer;
1357
- }
1358
- .ie7 .list-grid-demo-1 ul li:first-child, .ie8 .list-grid-demo-1 ul li:first-child {
1359
- background: none repeat scroll 0 0 #eeeeee;
1360
- }
1361
- .ie7 .list-grid-demo-1 ul li.even, .ie8 .list-grid-demo-1 ul li.even {
1362
- background: none repeat scroll 0 0 white;
1363
- }
1364
- .ie7 .list-grid-demo-1 ul li.odd, .ie8 .list-grid-demo-1 ul li.odd {
1365
- background: none repeat scroll 0 0 #eeeeee;
1366
- }
1367
-
1368
- .nav-demo-1:before, .nav-demo-1:after {
1369
- content: "";
1370
- display: table;
1371
- }
1372
- .nav-demo-1:after {
1373
- clear: both;
1374
- }
1375
- .ie6 .nav-demo-1, .ie7 .nav-demo-1 {
1376
- zoom: 1;
1377
- }
1378
- .nav-demo-1 ul {
1379
- margin: 0;
1380
- padding: 0;
1381
- text-align: center;
1382
- float: left;
1383
- }
1384
- .nav-demo-1 ul:before, .nav-demo-1 ul:after {
1385
- content: "";
1386
- display: table;
1387
- }
1388
- .nav-demo-1 ul:after {
1389
- clear: both;
1390
- }
1391
- .ie6 .nav-demo-1 ul, .ie7 .nav-demo-1 ul {
1392
- zoom: 1;
1393
- }
1394
- .nav-demo-1 ul li {
1395
- display: inline-block;
1396
- height: 40px;
1397
- line-height: 40px;
1398
- float: left;
1399
- }
1400
- .nav-demo-1 ul li a {
1401
- display: block;
1402
- padding: 0 15px;
1403
- }
1404
- .ie7 .nav-demo-1 ul li, .ie8 .nav-demo-1 ul li, .ie9 .nav-demo-1 ul li {
1405
- height: 46px;
1406
- }
1407
- .nav-demo-1 ul {
1408
- list-style: none;
1409
- -webkit-box-shadow: 0 6px 6px -6px black;
1410
- -moz-box-shadow: 0 6px 6px -6px black;
1411
- box-shadow: 0 6px 6px -6px black;
1412
- }
1413
- .nav-demo-1 ul li {
1414
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
1415
- background-image: -webkit-linear-gradient(#ffffff, #e6e6e6);
1416
- background-image: -moz-linear-gradient(#ffffff, #e6e6e6);
1417
- background-image: -o-linear-gradient(#ffffff, #e6e6e6);
1418
- background-image: linear-gradient(#ffffff, #e6e6e6);
1419
- border-left: 1px solid #acacac;
1420
- border-top: 1px solid #acacac;
1421
- border-bottom: 1px solid #acacac;
1422
- }
1423
- .nav-demo-1 ul li:hover {
1424
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
1425
- background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
1426
- background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
1427
- background-image: -o-linear-gradient(#ffffff, #f2f2f2);
1428
- background-image: linear-gradient(#ffffff, #f2f2f2);
1429
- }
1430
- .nav-demo-1 ul li:first-child {
1431
- -moz-border-radius-topleft: 5px;
1432
- -webkit-border-top-left-radius: 5px;
1433
- border-top-left-radius: 5px;
1434
- -moz-border-radius-bottomleft: 5px;
1435
- -webkit-border-bottom-left-radius: 5px;
1436
- border-bottom-left-radius: 5px;
1437
- }
1438
- .nav-demo-1 ul li:last-child {
1439
- -moz-border-radius-topright: 5px;
1440
- -webkit-border-top-right-radius: 5px;
1441
- border-top-right-radius: 5px;
1442
- -moz-border-radius-bottomright: 5px;
1443
- -webkit-border-bottom-right-radius: 5px;
1444
- border-bottom-right-radius: 5px;
1445
- border-right: 1px solid #acacac;
1446
- }
1447
- .nav-demo-1 ul li a {
1448
- font-size: 16px;
1449
- font-family: sans-serif;
1450
- }
1451
- .nav-demo-1 ul .active {
1452
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
1453
- background-image: -webkit-linear-gradient(#e6e6e6, #ffffff);
1454
- background-image: -moz-linear-gradient(#e6e6e6, #ffffff);
1455
- background-image: -o-linear-gradient(#e6e6e6, #ffffff);
1456
- background-image: linear-gradient(#e6e6e6, #ffffff);
1457
- }
1458
- .ie7 .nav-demo-1 ul li, .ie8 .nav-demo-1 ul li, .ie9 .nav-demo-1 ul li {
1459
- border-left: none;
1460
- border-top: none;
1461
- border-bottom: none;
1462
- background: transparent url('../img/picasso-nav.png') no-repeat center -1px;
1463
- }
1464
- .ie7 .nav-demo-1 ul li a, .ie8 .nav-demo-1 ul li a, .ie9 .nav-demo-1 ul li a {
1465
- border-left: 1px solid #acacac;
1466
- }
1467
- .ie7 .nav-demo-1 ul li:hover, .ie8 .nav-demo-1 ul li:hover, .ie9 .nav-demo-1 ul li:hover {
1468
- background: transparent url('../img/picasso-nav.png') center -47px no-repeat;
1469
- }
1470
- .ie7 .nav-demo-1 ul li:first-child, .ie8 .nav-demo-1 ul li:first-child, .ie9 .nav-demo-1 ul li:first-child {
1471
- background: transparent url('../img/picasso-nav.png') no-repeat left -1px;
1472
- }
1473
- .ie7 .nav-demo-1 ul li:first-child a, .ie8 .nav-demo-1 ul li:first-child a, .ie9 .nav-demo-1 ul li:first-child a {
1474
- border-left: none;
1475
- }
1476
- .ie7 .nav-demo-1 ul li:first-child:hover, .ie8 .nav-demo-1 ul li:first-child:hover, .ie9 .nav-demo-1 ul li:first-child:hover {
1477
- background: transparent url('../img/picasso-nav.png') left -47px no-repeat;
1478
- }
1479
- .ie7 .nav-demo-1 ul li:first-child.active, .ie8 .nav-demo-1 ul li:first-child.active, .ie9 .nav-demo-1 ul li:first-child.active {
1480
- background: transparent url('../img/picasso-nav.png') no-repeat left -47px;
1481
- }
1482
- .ie7 .nav-demo-1 ul .last, .ie8 .nav-demo-1 ul .last, .ie9 .nav-demo-1 ul .last {
1483
- background: transparent url('../img/picasso-nav.png') no-repeat right -47px;
1484
- }
1485
- .ie7 .nav-demo-1 ul .last:hover, .ie8 .nav-demo-1 ul .last:hover, .ie9 .nav-demo-1 ul .last:hover {
1486
- background: transparent url('../img/picasso-nav.png') right -47px no-repeat;
1487
- }
1488
- .ie7 .nav-demo-1 ul .active, .ie8 .nav-demo-1 ul .active, .ie9 .nav-demo-1 ul .active {
1489
- background: transparent url('../img/picasso-nav.png') no-repeat center -47px;
1490
- }
1491
- .ie7 .nav-demo-1 ul .last.active, .ie8 .nav-demo-1 ul .last.active, .ie9 .nav-demo-1 ul .last.active {
1492
- background: transparent url('../img/picasso-nav.png') no-repeat right -47px;
1493
- }
1494
- .ie9 .nav-demo-1 ul {
1495
- -webkit-box-shadow: none;
1496
- -moz-box-shadow: none;
1497
- box-shadow: none;
1498
- }
1499
- .ie9 .nav-demo-1 ul li:first-child {
1500
- -moz-border-radius-topleft: none;
1501
- -webkit-border-top-left-radius: none;
1502
- border-top-left-radius: none;
1503
- -moz-border-radius-bottomleft: none;
1504
- -webkit-border-bottom-left-radius: none;
1505
- border-bottom-left-radius: none;
1506
- }
1507
- .ie9 .nav-demo-1 ul li:last-child {
1508
- -moz-border-radius-topright: none;
1509
- -webkit-border-top-right-radius: none;
1510
- border-top-right-radius: none;
1511
- -moz-border-radius-bottomright: none;
1512
- -webkit-border-bottom-right-radius: none;
1513
- border-bottom-right-radius: none;
1514
- border: none;
1515
- }
1516
-
1517
- .popup-demo-1 {
1518
- padding: 10px;
1519
- position: absolute;
1520
- }
1521
- .popup-demo-1:after, .ie7 .popup-demo-1 .after {
1522
- content: "";
1523
- position: absolute;
1524
- top: 0;
1525
- left: 0;
1526
- width: 100%;
1527
- height: 100%;
1528
- z-index: 0;
1529
- }
1530
- .popup-demo-1 .popup-header h4 {
1531
- line-height: 20px;
1532
- padding: 10px;
1533
- }
1534
- .popup-demo-1 .popup-container {
1535
- z-index: 1;
1536
- position: relative;
1537
- }
1538
- .popup-demo-1 .popup-arrow {
1539
- position: absolute;
1540
- height: 0;
1541
- width: 0;
1542
- }
1543
- .popup-demo-1 .popup-arrow-bottom {
1544
- bottom: -10px;
1545
- left: 10px;
1546
- }
1547
- .popup-demo-1 .popup-arrow-top {
1548
- top: -10px;
1549
- left: 10px;
1550
- }
1551
- .popup-demo-1 .popup-arrow-left {
1552
- left: -10px;
1553
- top: 10px;
1554
- }
1555
- .popup-demo-1 .popup-arrow-right {
1556
- right: -10px;
1557
- top: 10px;
1558
- }
1559
- .popup-demo-1 .popup-close {
1560
- position: absolute;
1561
- z-index: 10;
1562
- text-align: center;
1563
- line-height: 20px;
1564
- height: 20px;
1565
- width: 20px;
1566
- top: -13px;
1567
- right: -13px;
1568
- -webkit-box-sizing: content-box;
1569
- -moz-box-sizing: content-box;
1570
- box-sizing: content-box;
1571
- }
1572
- .ie7 .popup-demo-1 {
1573
- zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
1574
- }
1575
- .ie7 .popup-demo-1 .popup-close, .ie8 .popup-demo-1 .popup-close {
1576
- line-height: 26px;
1577
- height: 26px;
1578
- width: 26px;
1579
- top: -13px;
1580
- right: -13px;
1581
- }
1582
- .popup-demo-1:after {
1583
- background: black;
1584
- background: rgba(0, 0, 0, 0.7);
1585
- -webkit-border-radius: 3px;
1586
- -moz-border-radius: 3px;
1587
- -ms-border-radius: 3px;
1588
- -o-border-radius: 3px;
1589
- border-radius: 3px;
1590
- -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
1591
- -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
1592
- box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
1593
- }
1594
- .popup-demo-1 .popup-header {
1595
- background: none repeat scroll 0 0 #f7f7f7;
1596
- display: block;
1597
- }
1598
- .popup-demo-1 .popup-header h4 {
1599
- margin: 0;
1600
- color: #003770;
1601
- font-family: sans-serif;
1602
- font-size: 16px;
1603
- font-weight: normal;
1604
- }
1605
- .popup-demo-1 .popup-content {
1606
- background: white;
1607
- border: 1px solid transparent;
1608
- }
1609
- .popup-demo-1 .popup-arrow-bottom {
1610
- border-left: 10px solid transparent;
1611
- border-right: 10px solid transparent;
1612
- border-top: 10px solid rgba(0, 0, 0, 0.7);
1613
- }
1614
- .popup-demo-1 .popup-arrow-top {
1615
- border-left: 10px solid transparent;
1616
- border-right: 10px solid transparent;
1617
- border-bottom: 10px solid rgba(0, 0, 0, 0.7);
1618
- }
1619
- .popup-demo-1 .popup-arrow-left {
1620
- border-top: 10px solid transparent;
1621
- border-bottom: 10px solid transparent;
1622
- border-right: 10px solid rgba(0, 0, 0, 0.7);
1623
- }
1624
- .popup-demo-1 .popup-arrow-right {
1625
- border-top: 10px solid transparent;
1626
- border-bottom: 10px solid transparent;
1627
- border-left: 10px solid rgba(0, 0, 0, 0.7);
1628
- }
1629
- .popup-demo-1 .popup-close {
1630
- cursor: pointer;
1631
- border: 3px solid white;
1632
- color: white;
1633
- font-weight: bold;
1634
- font-family: arial, sans-serif;
1635
- font-size: 20px;
1636
- background: #319fda;
1637
- -webkit-border-radius: 20px;
1638
- -moz-border-radius: 20px;
1639
- -ms-border-radius: 20px;
1640
- -o-border-radius: 20px;
1641
- border-radius: 20px;
1642
- -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
1643
- -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
1644
- box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
1645
- }
1646
- .ie7 .popup-demo-1 .after {
1647
- background-color: black;
1648
- filter: alpha(opacity=70);
1649
- }
1650
- .ie8 .popup-demo-1:after {
1651
- background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEElEQVR4nGNi2MywmYkBCAAJ8gFrYOfxtwAAAABJRU5ErkJggg==');
1652
- }
1653
- .ie7 .popup-demo-1 .popup-arrow, .ie8 .popup-demo-1 .popup-arrow {
1654
- filter: alpha(opacity=70);
1655
- }
1656
- .ie7 .popup-demo-1 .popup-arrow-bottom, .ie8 .popup-demo-1 .popup-arrow-bottom {
1657
- border-top: 10px solid black;
1658
- }
1659
- .ie7 .popup-demo-1 .popup-arrow-top, .ie8 .popup-demo-1 .popup-arrow-top {
1660
- border-bottom: 10px solid black;
1661
- }
1662
- .ie7 .popup-demo-1 .popup-arrow-left, .ie8 .popup-demo-1 .popup-arrow-left {
1663
- border-right: 10px solid black;
1664
- }
1665
- .ie7 .popup-demo-1 .popup-arrow-right, .ie8 .popup-demo-1 .popup-arrow-right {
1666
- border-left: 10px solid black;
1667
- }
1668
- .ie7 .popup-demo-1 .popup-close, .ie8 .popup-demo-1 .popup-close {
1669
- border-width: 0;
1670
- background-color: transparent;
1671
- background: url('../img/picasso-popup.png');
1672
- background-position: 0 -1px;
1673
- }
1674
-
1675
- .popup-demo-2 {
1676
- padding: 10px;
1677
- position: absolute;
1678
- color: white;
1679
- }
1680
- .popup-demo-2:after, .ie7 .popup-demo-2 .after {
1681
- content: "";
1682
- position: absolute;
1683
- top: 0;
1684
- left: 0;
1685
- width: 100%;
1686
- height: 100%;
1687
- z-index: 0;
1688
- }
1689
- .popup-demo-2 .popup-header h4 {
1690
- line-height: 20px;
1691
- padding: 10px;
1692
- }
1693
- .popup-demo-2 .popup-container {
1694
- z-index: 1;
1695
- position: relative;
1696
- }
1697
- .popup-demo-2 .popup-arrow {
1698
- position: absolute;
1699
- height: 0;
1700
- width: 0;
1701
- }
1702
- .popup-demo-2 .popup-arrow-bottom {
1703
- bottom: -10px;
1704
- left: 10px;
1705
- }
1706
- .popup-demo-2 .popup-arrow-top {
1707
- top: -10px;
1708
- left: 10px;
1709
- }
1710
- .popup-demo-2 .popup-arrow-left {
1711
- left: -10px;
1712
- top: 10px;
1713
- }
1714
- .popup-demo-2 .popup-arrow-right {
1715
- right: -10px;
1716
- top: 10px;
1717
- }
1718
- .popup-demo-2 .popup-close {
1719
- position: absolute;
1720
- z-index: 10;
1721
- text-align: center;
1722
- line-height: 20px;
1723
- height: 20px;
1724
- width: 20px;
1725
- top: -13px;
1726
- right: -13px;
1727
- -webkit-box-sizing: content-box;
1728
- -moz-box-sizing: content-box;
1729
- box-sizing: content-box;
1730
- }
1731
- .ie7 .popup-demo-2 {
1732
- zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
1733
- }
1734
- .ie7 .popup-demo-2 .popup-close, .ie8 .popup-demo-2 .popup-close {
1735
- line-height: 26px;
1736
- height: 26px;
1737
- width: 26px;
1738
- top: -13px;
1739
- right: -13px;
1740
- }
1741
- .popup-demo-2:after {
1742
- background: gray;
1743
- background: rgba(128, 128, 128, 0.5);
1744
- -webkit-border-radius: 10px;
1745
- -moz-border-radius: 10px;
1746
- -ms-border-radius: 10px;
1747
- -o-border-radius: 10px;
1748
- border-radius: 10px;
1749
- -webkit-box-shadow: 0px 0px 5px #333333;
1750
- -moz-box-shadow: 0px 0px 5px #333333;
1751
- box-shadow: 0px 0px 5px #333333;
1752
- }
1753
- .popup-demo-2 .popup-header {
1754
- background: white;
1755
- display: block;
1756
- }
1757
- .popup-demo-2 .popup-header h4 {
1758
- margin: 0;
1759
- color: black;
1760
- font-family: sans-serif;
1761
- font-size: 16px;
1762
- font-weight: normal;
1763
- }
1764
- .popup-demo-2 .popup-content {
1765
- background: black;
1766
- border: 1px solid transparent;
1767
- }
1768
- .popup-demo-2 .popup-arrow-bottom {
1769
- border-left: 10px solid transparent;
1770
- border-right: 10px solid transparent;
1771
- border-top: 10px solid rgba(128, 128, 128, 0.5);
1772
- }
1773
- .popup-demo-2 .popup-arrow-top {
1774
- border-left: 10px solid transparent;
1775
- border-right: 10px solid transparent;
1776
- border-bottom: 10px solid rgba(128, 128, 128, 0.5);
1777
- }
1778
- .popup-demo-2 .popup-arrow-left {
1779
- border-top: 10px solid transparent;
1780
- border-bottom: 10px solid transparent;
1781
- border-right: 10px solid rgba(128, 128, 128, 0.5);
1782
- }
1783
- .popup-demo-2 .popup-arrow-right {
1784
- border-top: 10px solid transparent;
1785
- border-bottom: 10px solid transparent;
1786
- border-left: 10px solid rgba(128, 128, 128, 0.5);
1787
- }
1788
- .popup-demo-2 .popup-close {
1789
- cursor: pointer;
1790
- border: 3px solid white;
1791
- color: white;
1792
- font-weight: bold;
1793
- font-family: arial, sans-serif;
1794
- font-size: 20px;
1795
- background: black;
1796
- -webkit-border-radius: 20px;
1797
- -moz-border-radius: 20px;
1798
- -ms-border-radius: 20px;
1799
- -o-border-radius: 20px;
1800
- border-radius: 20px;
1801
- -webkit-box-shadow: 0px 0px 5px #333333;
1802
- -moz-box-shadow: 0px 0px 5px #333333;
1803
- box-shadow: 0px 0px 5px #333333;
1804
- }
1805
- .ie7 .popup-demo-2 .after {
1806
- background-color: gray;
1807
- filter: alpha(opacity=50);
1808
- }
1809
- .ie8 .popup-demo-2:after {
1810
- background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAD0lEQVR4nGNqAAImBiAAAA8oAgWZ/tnVAAAAAElFTkSuQmCC');
1811
- }
1812
- .ie7 .popup-demo-2 .popup-arrow, .ie8 .popup-demo-2 .popup-arrow {
1813
- filter: alpha(opacity=50);
1814
- }
1815
- .ie7 .popup-demo-2 .popup-arrow-bottom, .ie8 .popup-demo-2 .popup-arrow-bottom {
1816
- border-top: 10px solid gray;
1817
- }
1818
- .ie7 .popup-demo-2 .popup-arrow-top, .ie8 .popup-demo-2 .popup-arrow-top {
1819
- border-bottom: 10px solid gray;
1820
- }
1821
- .ie7 .popup-demo-2 .popup-arrow-left, .ie8 .popup-demo-2 .popup-arrow-left {
1822
- border-right: 10px solid gray;
1823
- }
1824
- .ie7 .popup-demo-2 .popup-arrow-right, .ie8 .popup-demo-2 .popup-arrow-right {
1825
- border-left: 10px solid gray;
1826
- }
1827
- .ie7 .popup-demo-2 .popup-close, .ie8 .popup-demo-2 .popup-close {
1828
- border-width: 0;
1829
- background-color: transparent;
1830
- background: url('../img/picasso-popup.png');
1831
- background-position: 0 -27px;
1832
- }
1833
-
1834
- .bubble-demo-1 {
1835
- margin: 0 0 30px 0;
1836
- }
1837
-
1838
- .bubble-demo-1 {
1839
- padding: 0.7em;
1840
- position: relative;
1841
- background: #eeeeee;
1842
- -webkit-border-radius: 0.5em;
1843
- -moz-border-radius: 0.5em;
1844
- -ms-border-radius: 0.5em;
1845
- -o-border-radius: 0.5em;
1846
- border-radius: 0.5em;
1847
- }
1848
- .bubble-demo-1 blockquote, .bubble-demo-1 h4 {
1849
- margin: 0;
1850
- }
1851
- .bubble-demo-1:after {
1852
- content: '';
1853
- position: absolute;
1854
- right: 1em;
1855
- bottom: -1em;
1856
- }
1857
- .bubble-demo-1 blockquote {
1858
- color: #999999;
1859
- }
1860
- .bubble-demo-1:after {
1861
- border-left: 0.7em solid transparent;
1862
- border-right: 0.7em solid transparent;
1863
- border-top: 1em solid #eeeeee;
1864
- }
1865
-
1866
- .bubble-demo-2 {
1867
- padding: 0.7em;
1868
- position: relative;
1869
- background: #eeeeee;
1870
- -webkit-border-radius: 0.5em;
1871
- -moz-border-radius: 0.5em;
1872
- -ms-border-radius: 0.5em;
1873
- -o-border-radius: 0.5em;
1874
- border-radius: 0.5em;
1875
- }
1876
- .bubble-demo-2 blockquote, .bubble-demo-2 h4 {
1877
- margin: 0;
1878
- }
1879
- .bubble-demo-2:after {
1880
- content: '';
1881
- position: absolute;
1882
- left: 1em;
1883
- bottom: -1em;
1884
- }
1885
- .bubble-demo-2 blockquote {
1886
- color: #999999;
1887
- }
1888
- .bubble-demo-2:after {
1889
- border-left: 0.7em solid transparent;
1890
- border-right: 0.7em solid transparent;
1891
- border-top: 1em solid #eeeeee;
1892
- }
1893
-
1894
- .bubble-demo-3 {
1895
- padding: 0.7em;
1896
- position: relative;
1897
- background: #eeeeee;
1898
- -webkit-border-radius: 0.5em;
1899
- -moz-border-radius: 0.5em;
1900
- -ms-border-radius: 0.5em;
1901
- -o-border-radius: 0.5em;
1902
- border-radius: 0.5em;
1903
- }
1904
- .bubble-demo-3 blockquote, .bubble-demo-3 h4 {
1905
- margin: 0;
1906
- }
1907
- .bubble-demo-3 blockquote {
1908
- width: 100%;
1909
- }
1910
- .bubble-demo-3:after {
1911
- content: '';
1912
- position: absolute;
1913
- right: 1em;
1914
- bottom: -1em;
1915
- }
1916
- .bubble-demo-3 blockquote {
1917
- color: #999999;
1918
- white-space: nowrap;
1919
- overflow: hidden;
1920
- -ms-text-overflow: ellipsis;
1921
- -o-text-overflow: ellipsis;
1922
- text-overflow: ellipsis;
1923
- }
1924
- .bubble-demo-3:after {
1925
- border-left: 0.7em solid transparent;
1926
- border-right: 0.7em solid transparent;
1927
- border-top: 1em solid #eeeeee;
1928
- }
1929
-
1930
- .accordion-demo-1 {
1931
- border: 1px solid #cccccc;
1932
- }
1933
- .accordion-demo-1 .accordion-section {
1934
- margin-top: 1px;
1935
- }
1936
- .accordion-demo-1 .accordion-section:first-child {
1937
- margin-top: 0;
1938
- }
1939
- .accordion-demo-1 .accordion-header {
1940
- padding: 0.407em 10px;
1941
- }
1942
- .accordion-demo-1 .accordion-header:before, .accordion-demo-1 .accordion-header:after {
1943
- content: "";
1944
- display: table;
1945
- }
1946
- .accordion-demo-1 .accordion-header:after {
1947
- clear: both;
1948
- }
1949
- .ie6 .accordion-demo-1 .accordion-header, .ie7 .accordion-demo-1 .accordion-header {
1950
- zoom: 1;
1951
- }
1952
- .accordion-demo-1 .accordion-header h4 {
1953
- margin: 0;
1954
- float: left;
1955
- }
1956
- .accordion-demo-1 .accordion-header .accordion-arrow {
1957
- float: right;
1958
- }
1959
- .accordion-demo-1 .accordion-header {
1960
- background-color: #013d93;
1961
- color: white;
1962
- cursor: pointer;
1963
- font-size: 0.813em;
1964
- line-height: 0.813em;
1965
- }
1966
- .accordion-demo-1 .accordion-header.accordion-header-open .accordion-arrow:after {
1967
- content: "\25BC";
1968
- }
1969
- .accordion-demo-1 .accordion-header.accordion-header-close .accordion-arrow:after {
1970
- content: "\25BA";
1971
- }
1972
-
1973
- .pagination-demo-1 {
1974
- text-align: center;
1975
- }
1976
- .pagination-demo-1 ul {
1977
- display: inline-block;
1978
- }
1979
- .pagination-demo-1 ul li {
1980
- height: 27px;
1981
- text-align: center;
1982
- float: left;
1983
- margin-left: 2px;
1984
- margin-right: 2px;
1985
- }
1986
- .pagination-demo-1 ul li a {
1987
- display: block;
1988
- line-height: 27px;
1989
- min-width: 27px;
1990
- }
1991
- .pagination-demo-1 ul .prev {
1992
- margin: 0 10px 0 0;
1993
- }
1994
- .pagination-demo-1 ul .next {
1995
- margin: 0 0 0 10px;
1996
- }
1997
- .pagination-demo-1 li {
1998
- background: #eeeeee;
1999
- border: 1px solid #cccccc;
2000
- -webkit-border-radius: 5px;
2001
- -moz-border-radius: 5px;
2002
- -ms-border-radius: 5px;
2003
- -o-border-radius: 5px;
2004
- border-radius: 5px;
2005
- list-style: none;
2006
- }
2007
- .pagination-demo-1 li a {
2008
- color: #319fda;
2009
- }
2010
- .pagination-demo-1 li a:hover {
2011
- color: white;
2012
- }
2013
- .pagination-demo-1 li:hover {
2014
- background: #013d93;
2015
- }
2016
- .pagination-demo-1 .active, .pagination-demo-1 .prev, .pagination-demo-1 .next, .pagination-demo-1 .dots {
2017
- background: none;
2018
- border: none;
2019
- }
2020
- .pagination-demo-1 .active a:hover, .pagination-demo-1 .prev a:hover, .pagination-demo-1 .next a:hover, .pagination-demo-1 .dots a:hover {
2021
- color: #319fda;
2022
- }
2023
- .pagination-demo-1 .active:hover, .pagination-demo-1 .prev:hover, .pagination-demo-1 .next:hover, .pagination-demo-1 .dots:hover {
2024
- background: none;
2025
- }
2026
- .pagination-demo-1 .prev a:hover, .pagination-demo-1 .next a:hover {
2027
- text-decoration: underline;
2028
- }
2029
- .pagination-demo-1 .active a, .pagination-demo-1 .dots a {
2030
- color: #888888;
2031
- cursor: default;
2032
- text-decoration: none;
2033
- }
2034
- .pagination-demo-1 .active a:hover, .pagination-demo-1 .dots a:hover {
2035
- color: #888888;
2036
- text-decoration: none;
2037
- }
2038
- .pagination-demo-1 .disabled {
2039
- background: none;
2040
- border: none;
2041
- }
2042
- .pagination-demo-1 .disabled:hover {
2043
- background: none;
2044
- }
2045
- .pagination-demo-1 .disabled a {
2046
- color: #cccccc;
2047
- text-decoration: none;
2048
- cursor: not-allowed;
2049
- }
2050
- .pagination-demo-1 .disabled a:hover {
2051
- text-decoration: none;
2052
- color: #cccccc;
2053
- }
2054
-
2055
- .text-input-demo-1 {
2056
- width: 200px;
2057
- height: 20px;
2058
- line-height: 20px;
2059
- padding: 1px;
2060
- border: 1px solid #dddddd;
2061
- border-top: 1px solid #919191;
2062
- color: #333333;
2063
- font-size: 11px;
2064
- -webkit-box-sizing: border-box;
2065
- -moz-box-sizing: border-box;
2066
- box-sizing: border-box;
2067
- -webkit-border-radius: 3px 3px 3px 3px;
2068
- -moz-border-radius: 3px 3px 3px 3px;
2069
- -ms-border-radius: 3px 3px 3px 3px;
2070
- -o-border-radius: 3px 3px 3px 3px;
2071
- border-radius: 3px 3px 3px 3px;
2072
- -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
2073
- -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
2074
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
2075
- }
2076
- .text-input-demo-1:focus {
2077
- outline: 0;
2078
- border: 1px solid #319fda;
2079
- -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
2080
- -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
2081
- box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
2082
- }
2083
-
2084
- .select-demo-1 {
2085
- width: 200px;
2086
- height: 20px;
2087
- line-height: 20px;
2088
- padding: 1px;
2089
- border: 1px solid #dddddd;
2090
- border-top: 1px solid #919191;
2091
- color: #333333;
2092
- font-size: 11px;
2093
- -webkit-box-sizing: border-box;
2094
- -moz-box-sizing: border-box;
2095
- box-sizing: border-box;
2096
- -webkit-border-radius: 3px 3px 3px 3px;
2097
- -moz-border-radius: 3px 3px 3px 3px;
2098
- -ms-border-radius: 3px 3px 3px 3px;
2099
- -o-border-radius: 3px 3px 3px 3px;
2100
- border-radius: 3px 3px 3px 3px;
2101
- -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
2102
- -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
2103
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
2104
- }
2105
- .select-demo-1:focus {
2106
- outline: 0;
2107
- border: 1px solid #319fda;
2108
- -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
2109
- -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
2110
- box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
2111
- }
2112
-
2113
- .arrow-demo-1, .arrow-demo-3 {
2114
- margin: 0 40px 0 0;
2115
- }
2116
-
2117
- .arrow-demo-1 {
2118
- position: relative;
2119
- height: 1.6em;
2120
- line-height: 1.6em;
2121
- display: inline-block;
2122
- padding: 0 0 0 0.5em;
2123
- font-style: normal;
2124
- font-size: 10px;
2125
- font-size: 0.625rem;
2126
- background: black;
2127
- color: white;
2128
- -moz-border-radius-topleft: 0.1em;
2129
- -webkit-border-top-left-radius: 0.1em;
2130
- border-top-left-radius: 0.1em;
2131
- -moz-border-radius-bottomleft: 0.1em;
2132
- -webkit-border-bottom-left-radius: 0.1em;
2133
- border-bottom-left-radius: 0.1em;
2134
- }
2135
- .arrow-demo-1:after {
2136
- content: '';
2137
- position: absolute;
2138
- left: 100%;
2139
- }
2140
- .ie7 .arrow-demo-1 {
2141
- padding: 0 0.5em;
2142
- }
2143
- .arrow-demo-1:after {
2144
- border-top: 0.8em solid transparent;
2145
- border-bottom: 0.8em solid transparent;
2146
- border-left: 0.8em solid black;
2147
- }
2148
-
2149
- .arrow-demo-2 {
2150
- position: relative;
2151
- height: 1.6em;
2152
- line-height: 1.6em;
2153
- display: inline-block;
2154
- padding: 0 0.5em 0 0;
2155
- font-style: normal;
2156
- font-size: 10px;
2157
- font-size: 0.625rem;
2158
- background: black;
2159
- color: white;
2160
- -moz-border-radius-topright: 0.1em;
2161
- -webkit-border-top-right-radius: 0.1em;
2162
- border-top-right-radius: 0.1em;
2163
- -moz-border-radius-bottomright: 0.1em;
2164
- -webkit-border-bottom-right-radius: 0.1em;
2165
- border-bottom-right-radius: 0.1em;
2166
- }
2167
- .arrow-demo-2:after {
2168
- content: '';
2169
- position: absolute;
2170
- right: 100%;
2171
- }
2172
- .ie7 .arrow-demo-2 {
2173
- padding: 0 0.5em;
2174
- }
2175
- .arrow-demo-2:after {
2176
- border-top: 0.8em solid transparent;
2177
- border-bottom: 0.8em solid transparent;
2178
- border-right: 0.8em solid black;
2179
- }
2180
-
2181
- .arrow-demo-3 {
2182
- position: relative;
2183
- height: 1.6em;
2184
- line-height: 1.6em;
2185
- display: inline-block;
2186
- padding: 0 0 0 0.5em;
2187
- font-style: normal;
2188
- font-size: 25px;
2189
- font-size: 1.563rem;
2190
- background: #5fc8ff;
2191
- color: white;
2192
- -moz-border-radius-topleft: 0.1em;
2193
- -webkit-border-top-left-radius: 0.1em;
2194
- border-top-left-radius: 0.1em;
2195
- -moz-border-radius-bottomleft: 0.1em;
2196
- -webkit-border-bottom-left-radius: 0.1em;
2197
- border-bottom-left-radius: 0.1em;
2198
- }
2199
- .arrow-demo-3:after {
2200
- content: '';
2201
- position: absolute;
2202
- left: 100%;
2203
- }
2204
- .ie7 .arrow-demo-3 {
2205
- padding: 0 0.5em;
2206
- }
2207
- .arrow-demo-3:after {
2208
- border-top: 0.8em solid transparent;
2209
- border-bottom: 0.8em solid transparent;
2210
- border-left: 0.8em solid #5fc8ff;
2211
- }
2212
-
2213
- .arrow-demo-4 {
2214
- position: relative;
2215
- height: 1.6em;
2216
- line-height: 1.6em;
2217
- display: inline-block;
2218
- padding: 0 0.5em 0 0;
2219
- font-style: normal;
2220
- font-size: 25px;
2221
- font-size: 1.563rem;
2222
- background: #5fc8ff;
2223
- color: white;
2224
- -moz-border-radius-topright: 0.1em;
2225
- -webkit-border-top-right-radius: 0.1em;
2226
- border-top-right-radius: 0.1em;
2227
- -moz-border-radius-bottomright: 0.1em;
2228
- -webkit-border-bottom-right-radius: 0.1em;
2229
- border-bottom-right-radius: 0.1em;
2230
- }
2231
- .arrow-demo-4:after {
2232
- content: '';
2233
- position: absolute;
2234
- right: 100%;
2235
- }
2236
- .ie7 .arrow-demo-4 {
2237
- padding: 0 0.5em;
2238
- }
2239
- .arrow-demo-4:after {
2240
- border-top: 0.8em solid transparent;
2241
- border-bottom: 0.8em solid transparent;
2242
- border-right: 0.8em solid #5fc8ff;
2243
- }
2244
-
2245
- .container {
2246
- width: 90%;
2247
- max-width: 1200px;
2248
- min-width: 950px;
2249
- }
2250
-
2251
- .row-col {
2252
- width: 100%;
2253
- }
2254
- .row-col:before, .row-col:after {
2255
- content: "";
2256
- display: table;
2257
- }
2258
- .row-col:after {
2259
- clear: both;
2260
- }
2261
- .ie6 .row-col, .ie7 .row-col {
2262
- zoom: 1;
2263
- }
2264
- .row-col [class^="col"] {
2265
- width: 100%;
2266
- min-height: 25px;
2267
- display: block;
2268
- float: left;
2269
- margin-left: 2.174%;
2270
- -webkit-box-sizing: border-box;
2271
- -moz-box-sizing: border-box;
2272
- box-sizing: border-box;
2273
- }
2274
- .row-col [class^="col"]:first-child {
2275
- margin-left: 0;
2276
- }
2277
- .row-col [class^="col"] img {
2278
- max-width: 100%;
2279
- }
2280
- .row-col .col1 {
2281
- width: 6.341%;
2282
- }
2283
- .ie7 .row-col .col1 {
2284
- width: 6.249%;
2285
- }
2286
- .row-col [class^="col"].offset1 {
2287
- margin-left: 10.507%;
2288
- }
2289
- .row-col [class^="col"].offset1:first-child {
2290
- margin-left: 8.424%;
2291
- }
2292
- .row-col .col2 {
2293
- width: 14.855%;
2294
- }
2295
- .ie7 .row-col .col2 {
2296
- width: 14.763%;
2297
- }
2298
- .row-col [class^="col"].offset2 {
2299
- margin-left: 19.022%;
2300
- }
2301
- .row-col [class^="col"].offset2:first-child {
2302
- margin-left: 16.938%;
2303
- }
2304
- .row-col .col3 {
2305
- width: 23.37%;
2306
- }
2307
- .ie7 .row-col .col3 {
2308
- width: 23.278%;
2309
- }
2310
- .row-col [class^="col"].offset3 {
2311
- margin-left: 27.536%;
2312
- }
2313
- .row-col [class^="col"].offset3:first-child {
2314
- margin-left: 25.453%;
2315
- }
2316
- .row-col .col4 {
2317
- width: 31.884%;
2318
- }
2319
- .ie7 .row-col .col4 {
2320
- width: 31.792%;
2321
- }
2322
- .row-col [class^="col"].offset4 {
2323
- margin-left: 36.051%;
2324
- }
2325
- .row-col [class^="col"].offset4:first-child {
2326
- margin-left: 33.967%;
2327
- }
2328
- .row-col .col5 {
2329
- width: 40.399%;
2330
- }
2331
- .ie7 .row-col .col5 {
2332
- width: 40.307%;
2333
- }
2334
- .row-col [class^="col"].offset5 {
2335
- margin-left: 44.565%;
2336
- }
2337
- .row-col [class^="col"].offset5:first-child {
2338
- margin-left: 42.482%;
2339
- }
2340
- .row-col .col6 {
2341
- width: 48.913%;
2342
- }
2343
- .ie7 .row-col .col6 {
2344
- width: 48.821%;
2345
- }
2346
- .row-col [class^="col"].offset6 {
2347
- margin-left: 53.08%;
2348
- }
2349
- .row-col [class^="col"].offset6:first-child {
2350
- margin-left: 50.996%;
2351
- }
2352
- .row-col .col7 {
2353
- width: 57.428%;
2354
- }
2355
- .ie7 .row-col .col7 {
2356
- width: 57.336%;
2357
- }
2358
- .row-col [class^="col"].offset7 {
2359
- margin-left: 61.594%;
2360
- }
2361
- .row-col [class^="col"].offset7:first-child {
2362
- margin-left: 59.511%;
2363
- }
2364
- .row-col .col8 {
2365
- width: 65.942%;
2366
- }
2367
- .ie7 .row-col .col8 {
2368
- width: 65.85%;
2369
- }
2370
- .row-col [class^="col"].offset8 {
2371
- margin-left: 70.109%;
2372
- }
2373
- .row-col [class^="col"].offset8:first-child {
2374
- margin-left: 68.025%;
2375
- }
2376
- .row-col .col9 {
2377
- width: 74.457%;
2378
- }
2379
- .ie7 .row-col .col9 {
2380
- width: 74.365%;
2381
- }
2382
- .row-col [class^="col"].offset9 {
2383
- margin-left: 78.623%;
2384
- }
2385
- .row-col [class^="col"].offset9:first-child {
2386
- margin-left: 76.54%;
2387
- }
2388
- .row-col .col10 {
2389
- width: 82.971%;
2390
- }
2391
- .ie7 .row-col .col10 {
2392
- width: 82.879%;
2393
- }
2394
- .row-col [class^="col"].offset10 {
2395
- margin-left: 87.138%;
2396
- }
2397
- .row-col [class^="col"].offset10:first-child {
2398
- margin-left: 85.054%;
2399
- }
2400
- .row-col .col11 {
2401
- width: 91.486%;
2402
- }
2403
- .ie7 .row-col .col11 {
2404
- width: 91.394%;
2405
- }
2406
- .row-col [class^="col"].offset11 {
2407
- margin-left: 95.652%;
2408
- }
2409
- .row-col [class^="col"].offset11:first-child {
2410
- margin-left: 93.569%;
2411
- }
2412
- .row-col .col12 {
2413
- width: 100%;
2414
- }
2415
- .row-col [class^="col"].offset12 {
2416
- margin-left: 104.167%;
2417
- }
2418
- .row-col [class^="col"].offset12:first-child {
2419
- margin-left: 102.083%;
2420
- }
2421
-
2422
- .row-col {
2423
- margin: 10px 0;
2424
- }
2425
-
2426
- [class^="col"] {
2427
- -webkit-border-radius: 5px;
2428
- -moz-border-radius: 5px;
2429
- -ms-border-radius: 5px;
2430
- -o-border-radius: 5px;
2431
- border-radius: 5px;
2432
- background: #CCC;
2433
- }
2434
-
2435
- [class^="col"] [class^="col"] {
2436
- background: #AAA;
2437
- }
2438
-
2439
- [class^="col"] [class^="col"] [class^="col"] {
2440
- background: #696969;
2441
- color: #C0C0C0;
2442
- }
2443
-
2444
- .clearfix-demo {
2445
- background: #58608D;
2446
- width: 90%;
2447
- padding: 10px;
2448
- }
2449
- .clearfix-demo:before, .clearfix-demo:after {
2450
- content: "";
2451
- display: table;
2452
- }
2453
- .clearfix-demo:after {
2454
- clear: both;
2455
- }
2456
- .ie6 .clearfix-demo, .ie7 .clearfix-demo {
2457
- zoom: 1;
2458
- }
2459
- .clearfix-demo div {
2460
- background: white;
2461
- }
2462
-
2463
- .despegar-size-1-demo {
2464
- font-size: 11px;
2465
- }
2466
-
2467
- .despegar-size-2-demo {
2468
- font-size: 13px;
2469
- }
2470
-
2471
- .despegar-size-3-demo {
2472
- font-size: 16px;
2473
- }
2474
-
2475
- .despegar-size-4-demo {
2476
- font-size: 20px;
2477
- }
2478
-
2479
- .despegar-size-5-demo {
2480
- font-size: 24px;
2481
- }
2482
-
2483
- .despegar-size-6-demo {
2484
- font-size: 28px;
2485
- }
2486
-
2487
- .despegar-black-demo {
2488
- padding: 10px;
2489
- background: black;
2490
- color: white;
2491
- }
2492
-
2493
- .despegar-white-demo {
2494
- padding: 10px;
2495
- background: white;
2496
- }
2497
-
2498
- .despegar-yellow-demo {
2499
- padding: 10px;
2500
- background: #ffff33;
2501
- }
2502
-
2503
- .despegar-red-demo {
2504
- padding: 10px;
2505
- background: red;
2506
- }
2507
-
2508
- .despegar-blue-demo {
2509
- padding: 10px;
2510
- background: #013d93;
2511
- color: white;
2512
- }
2513
-
2514
- .despegar-gray-1-demo {
2515
- padding: 10px;
2516
- background: #222222;
2517
- color: white;
2518
- }
2519
-
2520
- .despegar-gray-2-demo {
2521
- padding: 10px;
2522
- background: #444444;
2523
- color: white;
2524
- }
2525
-
2526
- .despegar-gray-3-demo {
2527
- padding: 10px;
2528
- background: #666666;
2529
- color: white;
2530
- }
2531
-
2532
- .despegar-gray-4-demo {
2533
- padding: 10px;
2534
- background: #888888;
2535
- color: white;
2536
- }
2537
-
2538
- .despegar-gray-5-demo {
2539
- padding: 10px;
2540
- background: #aaaaaa;
2541
- color: white;
2542
- }
2543
-
2544
- .despegar-gray-6-demo {
2545
- padding: 10px;
2546
- background: #cccccc;
2547
- }
2548
-
2549
- .despegar-gray-7-demo {
2550
- padding: 10px;
2551
- background: #eeeeee;
2552
- }
2553
-
2554
- .despegar-searchbox-bg-demo {
2555
- padding: 10px;
2556
- background: #ffff33;
2557
- }
2558
-
2559
- .despegar-title-color-demo {
2560
- padding: 10px;
2561
- background: #013d93;
2562
- color: white;
2563
- }
2564
-
2565
- .despegar-titlealt-color-demo {
2566
- padding: 10px;
2567
- background: #ff9900;
2568
- }
2569
-
2570
- .despegar-link-color-demo {
2571
- padding: 10px;
2572
- background: #319fda;
2573
- }
2574
-
2575
- .despegar-link-color-hover-demo {
2576
- padding: 10px;
2577
- background: #66ccff;
2578
- }
2579
-
2580
- .despegar-error-bg-demo {
2581
- padding: 10px;
2582
- background: #ffe6e6;
2583
- }
2584
-
2585
- .despegar-error-border-demo {
2586
- padding: 10px;
2587
- background: red;
2588
- }
2589
-
2590
- .despegar-warning-bg-demo {
2591
- padding: 10px;
2592
- background: #ffffe1;
2593
- }
2594
-
2595
- .despegar-warning-border-demo {
2596
- padding: 10px;
2597
- background: #ffcc33;
2598
- }
1
+ body{font-family:sans-serif;font-size:16px;padding:20px 0}.ie7 .preview,.ie8 .preview,.ie9 .preview{padding:15px}.tooltip-demo-1{display:block;position:absolute;padding:0.267em;font-size:0.8em;background-color:#000;color:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:#000 0 0 3px;-moz-box-shadow:#000 0 0 3px;box-shadow:#000 0 0 3px;left:20px}.tooltip-demo-1.tooltip-left:after,.ie7 .tooltip-demo-1.tooltip-left span{position:absolute;top:0;padding:0.267em 0;left:-0.82em;content:"\25C4"}.ie7 .tooltip-demo-1.tooltip-left{zoom:expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).innerHTML="◄")}.tooltip-demo-1.tooltip-left:after,.ie7 .tooltip-demo-1 span{font-family:arial, sans-serif;font-size:1em;color:#000}.ie8 .tooltip-demo-1.tooltip-left:after{font-size:0.8em}.tooltip-demo-2{display:block;position:absolute;padding:0.267em;font-size:0.8em;background-color:#000;color:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:#000 0 0 3px;-moz-box-shadow:#000 0 0 3px;box-shadow:#000 0 0 3px;left:140px}.tooltip-demo-2.tooltip-right:after,.ie7 .tooltip-demo-2.tooltip-right span{position:absolute;top:0;padding:0.267em 0;right:-0.82em;content:"\25BA"}.ie7 .tooltip-demo-2.tooltip-right{zoom:expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("span")).innerHTML="►")}.tooltip-demo-2.tooltip-right:after,.ie7 .tooltip-demo-2 span{font-family:arial, sans-serif;font-size:1em;color:#000}.ie8 .tooltip-demo-2.tooltip-right:after{font-size:0.8em}.tooltip-demo-3{display:block;position:absolute;padding:0.4em;font-size:1.2em;background-color:#0074cc;color:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:#0074cc 0 0 3px;-moz-box-shadow:#0074cc 0 0 3px;box-shadow:#0074cc 0 0 3px;left:20px}.tooltip-demo-3.tooltip-left:after,.ie7 .tooltip-demo-3.tooltip-left span{position:absolute;top:0;padding:0.4em 0;left:-0.82em;content:"\25C4"}.ie7 .tooltip-demo-3.tooltip-left{zoom:expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).innerHTML="◄")}.tooltip-demo-3.tooltip-left:after,.ie7 .tooltip-demo-3 span{font-family:arial, sans-serif;font-size:1em;color:#0074cc}.ie8 .tooltip-demo-3.tooltip-left:after{font-size:1.2em}.tooltip-demo-4{display:block;position:absolute;padding:0.4em;font-size:1.2em;background-color:#faa732;color:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:#faa732 0 0 3px;-moz-box-shadow:#faa732 0 0 3px;box-shadow:#faa732 0 0 3px;left:300px}.tooltip-demo-4.tooltip-right:after,.ie7 .tooltip-demo-4.tooltip-right span{position:absolute;top:0;padding:0.4em 0;right:-0.82em;content:"\25BA"}.ie7 .tooltip-demo-4.tooltip-right{zoom:expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("span")).innerHTML="►")}.tooltip-demo-4.tooltip-right:after,.ie7 .tooltip-demo-4 span{font-family:arial, sans-serif;font-size:1em;color:#faa732}.ie8 .tooltip-demo-4.tooltip-right:after{font-size:1.2em}.button-glossy-demo-1{width:90px;height:30px;display:inline-block;text-align:center;position:relative;z-index:1;font-family:sans-serif;font-size:12px;text-decoration:none;cursor:pointer;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #de1f2a), color-stop(100%, #c81c26)),-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b11922), color-stop(100%, #6e0f15));background:-webkit-linear-gradient(#de1f2a,#c81c26),-webkit-linear-gradient(#b11922,#6e0f15);background:-moz-linear-gradient(#de1f2a,#c81c26),-moz-linear-gradient(#b11922,#6e0f15);background:-o-linear-gradient(#de1f2a,#c81c26),-o-linear-gradient(#b11922,#6e0f15);background:linear-gradient(#de1f2a,#c81c26),linear-gradient(#b11922,#6e0f15);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-position:left top,left 15px}.button-glossy-demo-1:after,.button-glossy-demo-1:before{content:"";position:absolute;display:inline-block}.button-glossy-demo-1:after{width:88px;height:28px;left:1px;top:1px;z-index:2}.button-glossy-demo-1:before{width:86px;height:26px;left:2px;top:2px;z-index:3}.button-glossy-demo-1 span{position:relative;z-index:4;line-height:30px}.button-glossy-demo-1 span{color:#fff}.button-glossy-demo-1:after,.button-glossy-demo-1:before{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.button-glossy-demo-1:after{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(15%, #f2a4a8), color-stop(100%, #150304)) 50%;background:-webkit-linear-gradient(#f2a4a8 15%,#150304) 50%;background:-moz-linear-gradient(#f2a4a8 15%,#150304) 50%;background:-o-linear-gradient(#f2a4a8 15%,#150304) 50%;background:linear-gradient(#f2a4a8 15%,#150304) 50%}.button-glossy-demo-1:before{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #de1f2a), color-stop(100%, #c81c26)),-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b11922), color-stop(100%, #6e0f15));background:-webkit-linear-gradient(#de1f2a,#c81c26),-webkit-linear-gradient(#b11922,#6e0f15);background:-moz-linear-gradient(#de1f2a,#c81c26),-moz-linear-gradient(#b11922,#6e0f15);background:-o-linear-gradient(#de1f2a,#c81c26),-o-linear-gradient(#b11922,#6e0f15);background:linear-gradient(#de1f2a,#c81c26),linear-gradient(#b11922,#6e0f15);background-position:left top,left 13px}.button-glossy-demo-1,.button-glossy-demo-1:before{background-size:100% 50%;background-repeat:no-repeat}.button-glossy-demo-1:hover{text-decoration:none;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e96168), color-stop(50%, #bf1b24), color-stop(100%, #f10c19));background:-webkit-linear-gradient(#e96168,#bf1b24,#f10c19);background:-moz-linear-gradient(#e96168,#bf1b24,#f10c19);background:-o-linear-gradient(#e96168,#bf1b24,#f10c19);background:linear-gradient(#e96168,#bf1b24,#f10c19)}.button-glossy-demo-1:hover:after{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4b1b5), color-stop(100%, #d11d27)) 50%;background:-webkit-linear-gradient(#f4b1b5 20%,#d11d27) 50%;background:-moz-linear-gradient(#f4b1b5 20%,#d11d27) 50%;background:-o-linear-gradient(#f4b1b5 20%,#d11d27) 50%;background:linear-gradient(#f4b1b5 20%,#d11d27) 50%}.button-glossy-demo-1:hover:before{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e96168), color-stop(50%, #bf1b24), color-stop(100%, #f10c19));background:-webkit-linear-gradient(#e96168,#bf1b24,#f10c19);background:-moz-linear-gradient(#e96168,#bf1b24,#f10c19);background:-o-linear-gradient(#e96168,#bf1b24,#f10c19);background:linear-gradient(#e96168,#bf1b24,#f10c19)}.button-glossy-demo-1:hover,.button-glossy-demo-1:hover:before{background-size:100% 100%;background-position:left top;background-repeat:no-repeat}.ie7 .button-glossy-demo-1,.ie8 .button-glossy-demo-1,.ie9 .button-glossy-demo-1{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;background:url('../img/picasso-buttons-glossy.png');background-position:0 -1px}.ie7 .button-glossy-demo-1:hover,.ie8 .button-glossy-demo-1:hover,.ie9 .button-glossy-demo-1:hover{background-position:0 -31px}.ie9 .button-glossy-demo-1{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none}.button-glossy-demo-2{width:70px;height:30px;display:inline-block;text-align:center;position:relative;z-index:1;font-family:sans-serif;font-size:12px;text-decoration:none;cursor:pointer;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0077b3)),-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006699), color-stop(100%, #00334d));background:-webkit-linear-gradient(#0088cc,#0077b3),-webkit-linear-gradient(#006699,#00334d);background:-moz-linear-gradient(#0088cc,#0077b3),-moz-linear-gradient(#006699,#00334d);background:-o-linear-gradient(#0088cc,#0077b3),-o-linear-gradient(#006699,#00334d);background:linear-gradient(#0088cc,#0077b3),linear-gradient(#006699,#00334d);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-position:left top,left 15px}.button-glossy-demo-2:after,.button-glossy-demo-2:before{content:"";position:absolute;display:inline-block}.button-glossy-demo-2:after{width:68px;height:28px;left:1px;top:1px;z-index:2}.button-glossy-demo-2:before{width:66px;height:26px;left:2px;top:2px;z-index:3}.button-glossy-demo-2 span{position:relative;z-index:4;line-height:30px}.button-glossy-demo-2 span{color:#fff}.button-glossy-demo-2:after,.button-glossy-demo-2:before{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.button-glossy-demo-2:after{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(15%, #66ccff), color-stop(100%, #000000)) 50%;background:-webkit-linear-gradient(#66ccff 15%,#000000) 50%;background:-moz-linear-gradient(#66ccff 15%,#000000) 50%;background:-o-linear-gradient(#66ccff 15%,#000000) 50%;background:linear-gradient(#66ccff 15%,#000000) 50%}.button-glossy-demo-2:before{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0077b3)),-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006699), color-stop(100%, #00334d));background:-webkit-linear-gradient(#0088cc,#0077b3),-webkit-linear-gradient(#006699,#00334d);background:-moz-linear-gradient(#0088cc,#0077b3),-moz-linear-gradient(#006699,#00334d);background:-o-linear-gradient(#0088cc,#0077b3),-o-linear-gradient(#006699,#00334d);background:linear-gradient(#0088cc,#0077b3),linear-gradient(#006699,#00334d);background-position:left top,left 13px}.button-glossy-demo-2,.button-glossy-demo-2:before{background-size:100% 50%;background-repeat:no-repeat}.button-glossy-demo-2:hover{text-decoration:none;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ab2ff), color-stop(50%, #0070a8), color-stop(100%, #0088cc));background:-webkit-linear-gradient(#1ab2ff,#0070a8,#0088cc);background:-moz-linear-gradient(#1ab2ff,#0070a8,#0088cc);background:-o-linear-gradient(#1ab2ff,#0070a8,#0088cc);background:linear-gradient(#1ab2ff,#0070a8,#0088cc)}.button-glossy-demo-2:hover:after{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #75d1ff), color-stop(100%, #007ebd)) 50%;background:-webkit-linear-gradient(#75d1ff 20%,#007ebd) 50%;background:-moz-linear-gradient(#75d1ff 20%,#007ebd) 50%;background:-o-linear-gradient(#75d1ff 20%,#007ebd) 50%;background:linear-gradient(#75d1ff 20%,#007ebd) 50%}.button-glossy-demo-2:hover:before{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ab2ff), color-stop(50%, #0070a8), color-stop(100%, #0088cc));background:-webkit-linear-gradient(#1ab2ff,#0070a8,#0088cc);background:-moz-linear-gradient(#1ab2ff,#0070a8,#0088cc);background:-o-linear-gradient(#1ab2ff,#0070a8,#0088cc);background:linear-gradient(#1ab2ff,#0070a8,#0088cc)}.button-glossy-demo-2:hover,.button-glossy-demo-2:hover:before{background-size:100% 100%;background-position:left top;background-repeat:no-repeat}.ie7 .button-glossy-demo-2,.ie8 .button-glossy-demo-2,.ie9 .button-glossy-demo-2{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;background:url('../img/picasso-buttons-glossy.png');background-position:0 -61px}.ie7 .button-glossy-demo-2:hover,.ie8 .button-glossy-demo-2:hover,.ie9 .button-glossy-demo-2:hover{background-position:0 -91px}.ie9 .button-glossy-demo-2{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none}.button-glossy-demo-3{width:80px;height:30px;display:inline-block;text-align:center;position:relative;z-index:1;font-family:sans-serif;font-size:12px;text-decoration:none;cursor:pointer;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbb450), color-stop(100%, #faa937)),-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9f1e), color-stop(100%, #c77605));background:-webkit-linear-gradient(#fbb450,#faa937),-webkit-linear-gradient(#fa9f1e,#c77605);background:-moz-linear-gradient(#fbb450,#faa937),-moz-linear-gradient(#fa9f1e,#c77605);background:-o-linear-gradient(#fbb450,#faa937),-o-linear-gradient(#fa9f1e,#c77605);background:linear-gradient(#fbb450,#faa937),linear-gradient(#fa9f1e,#c77605);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-position:left top,left 15px}.button-glossy-demo-3:after,.button-glossy-demo-3:before{content:"";position:absolute;display:inline-block}.button-glossy-demo-3:after{width:78px;height:28px;left:1px;top:1px;z-index:2}.button-glossy-demo-3:before{width:76px;height:26px;left:2px;top:2px;z-index:3}.button-glossy-demo-3 span{position:relative;z-index:4;line-height:30px}.button-glossy-demo-3 span{color:#fff}.button-glossy-demo-3:after,.button-glossy-demo-3:before{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.button-glossy-demo-3:after{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(15%, #fef4e6), color-stop(100%, #633b02)) 50%;background:-webkit-linear-gradient(#fef4e6 15%,#633b02) 50%;background:-moz-linear-gradient(#fef4e6 15%,#633b02) 50%;background:-o-linear-gradient(#fef4e6 15%,#633b02) 50%;background:linear-gradient(#fef4e6 15%,#633b02) 50%}.button-glossy-demo-3:before{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbb450), color-stop(100%, #faa937)),-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9f1e), color-stop(100%, #c77605));background:-webkit-linear-gradient(#fbb450,#faa937),-webkit-linear-gradient(#fa9f1e,#c77605);background:-moz-linear-gradient(#fbb450,#faa937),-moz-linear-gradient(#fa9f1e,#c77605);background:-o-linear-gradient(#fbb450,#faa937),-o-linear-gradient(#fa9f1e,#c77605);background:linear-gradient(#fbb450,#faa937),linear-gradient(#fa9f1e,#c77605);background-position:left top,left 13px}.button-glossy-demo-3,.button-glossy-demo-3:before{background-size:100% 50%;background-repeat:no-repeat}.button-glossy-demo-3:hover{text-decoration:none;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdd49b), color-stop(50%, #faa52d), color-stop(100%, #ffb54c));background:-webkit-linear-gradient(#fdd49b,#faa52d,#ffb54c);background:-moz-linear-gradient(#fdd49b,#faa52d,#ffb54c);background:-o-linear-gradient(#fdd49b,#faa52d,#ffb54c);background:linear-gradient(#fdd49b,#faa52d,#ffb54c)}.button-glossy-demo-3:hover:after{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fffbf5), color-stop(100%, #fbae41)) 50%;background:-webkit-linear-gradient(#fffbf5 20%,#fbae41) 50%;background:-moz-linear-gradient(#fffbf5 20%,#fbae41) 50%;background:-o-linear-gradient(#fffbf5 20%,#fbae41) 50%;background:linear-gradient(#fffbf5 20%,#fbae41) 50%}.button-glossy-demo-3:hover:before{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdd49b), color-stop(50%, #faa52d), color-stop(100%, #ffb54c));background:-webkit-linear-gradient(#fdd49b,#faa52d,#ffb54c);background:-moz-linear-gradient(#fdd49b,#faa52d,#ffb54c);background:-o-linear-gradient(#fdd49b,#faa52d,#ffb54c);background:linear-gradient(#fdd49b,#faa52d,#ffb54c)}.button-glossy-demo-3:hover,.button-glossy-demo-3:hover:before{background-size:100% 100%;background-position:left top;background-repeat:no-repeat}.ie7 .button-glossy-demo-3,.ie8 .button-glossy-demo-3,.ie9 .button-glossy-demo-3{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;background:url('../img/picasso-buttons-glossy.png');background-position:0 -121px}.ie7 .button-glossy-demo-3:hover,.ie8 .button-glossy-demo-3:hover,.ie9 .button-glossy-demo-3:hover{background-position:0 -151px}.ie9 .button-glossy-demo-3{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none}.button-3d-demo-1{overflow:hidden;display:inline-block;line-height:2.2em;color:#fff;border:1px solid #c00811;font-family:sans-serif;font-size:13px;text-decoration:none;text-align:center;cursor:pointer;text-shadow:0 1px 0 #000;-webkit-border-radius:0.4em;-moz-border-radius:0.4em;-ms-border-radius:0.4em;-o-border-radius:0.4em;border-radius:0.4em}.button-3d-demo-1:active{position:relative;top:1px}.button-3d-demo-1.disabled:active{position:static}.button-3d-demo-1 span{display:block;padding:0 13px}.button-3d-demo-1:visited{color:#fff}.button-3d-demo-1:hover{text-decoration:none;color:#fff}.button-3d-demo-1 span{background-color:#f73741;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f73741), color-stop(100%, #8f060d));background-image:-webkit-linear-gradient(#f73741,#8f060d);background-image:-moz-linear-gradient(#f73741,#8f060d);background-image:-o-linear-gradient(#f73741,#8f060d);background-image:linear-gradient(#f73741,#8f060d);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5)}.button-3d-demo-1 span:hover{background-color:#ff2f3a;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, #c00811));background-image:-webkit-linear-gradient(rgba(255,255,255,0),#c00811);background-image:-moz-linear-gradient(rgba(255,255,255,0),#c00811);background-image:-o-linear-gradient(rgba(255,255,255,0),#c00811);background-image:linear-gradient(rgba(255,255,255,0),#c00811);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #ff2f3a;-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #ff2f3a;box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #ff2f3a}.button-3d-demo-1 span:active{text-shadow:0 -1px 0 #000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f73741), color-stop(100%, #8f060d));background-image:-webkit-linear-gradient(#f73741,#8f060d);background-image:-moz-linear-gradient(#f73741,#8f060d);background-image:-o-linear-gradient(#f73741,#8f060d);background-image:linear-gradient(#f73741,#8f060d);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);-webkit-border-radius:0.4em}.button-3d-demo-1.disabled{border:1px solid #755354;cursor:not-allowed;color:#fff}.button-3d-demo-1.disabled span,.button-3d-demo-1.disabled span:hover,.button-3d-demo-1.disabled span:active{text-shadow:0 -1px 0 #000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #979797), color-stop(100%, #4b4b4b));background-image:-webkit-linear-gradient(#979797,#4b4b4b);background-image:-moz-linear-gradient(#979797,#4b4b4b);background-image:-o-linear-gradient(#979797,#4b4b4b);background-image:linear-gradient(#979797,#4b4b4b);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75)}.ie7 .button-3d-demo-1 span,.ie8 .button-3d-demo-1 span,.ie9 .button-3d-demo-1 span{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00F73741', endColorstr='#FF8F060D')}.ie7 .button-3d-demo-1 span:hover,.ie8 .button-3d-demo-1 span:hover,.ie9 .button-3d-demo-1 span:hover{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFC00811')}.ie7 .button-3d-demo-1 span:active,.ie8 .button-3d-demo-1 span:active,.ie9 .button-3d-demo-1 span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00F73741', endColorstr='#FF8F060D')}.ie7 .button-3d-demo-1.disabled span,.ie7 .button-3d-demo-1.disabled span:hover,.ie7 .button-3d-demo-1.disabled span:active,.ie8 .button-3d-demo-1.disabled span,.ie8 .button-3d-demo-1.disabled span:hover,.ie8 .button-3d-demo-1.disabled span:active,.ie9 .button-3d-demo-1.disabled span,.ie9 .button-3d-demo-1.disabled span:hover,.ie9 .button-3d-demo-1.disabled span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B')}.button-3d-demo-2{overflow:hidden;display:inline-block;line-height:2.2em;color:#fff;border:1px solid #046;font-family:sans-serif;font-size:13px;text-decoration:none;text-align:center;cursor:pointer;text-shadow:0 1px 0 #000;-webkit-border-radius:0.4em;-moz-border-radius:0.4em;-ms-border-radius:0.4em;-o-border-radius:0.4em;border-radius:0.4em}.button-3d-demo-2:active{position:relative;top:1px}.button-3d-demo-2.disabled:active{position:static}.button-3d-demo-2 span{display:block;padding:0 13px}.button-3d-demo-2:visited{color:#fff}.button-3d-demo-2:hover{text-decoration:none;color:#fff}.button-3d-demo-2 span{background-color:#08c;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #002233));background-image:-webkit-linear-gradient(#0088cc,#002233);background-image:-moz-linear-gradient(#0088cc,#002233);background-image:-o-linear-gradient(#0088cc,#002233);background-image:linear-gradient(#0088cc,#002233);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5)}.button-3d-demo-2 span:hover{background-color:#08c;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, #004466));background-image:-webkit-linear-gradient(rgba(255,255,255,0),#004466);background-image:-moz-linear-gradient(rgba(255,255,255,0),#004466);background-image:-o-linear-gradient(rgba(255,255,255,0),#004466);background-image:linear-gradient(rgba(255,255,255,0),#004466);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #08c;-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #08c;box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #08c}.button-3d-demo-2 span:active{text-shadow:0 -1px 0 #000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #002233));background-image:-webkit-linear-gradient(#0088cc,#002233);background-image:-moz-linear-gradient(#0088cc,#002233);background-image:-o-linear-gradient(#0088cc,#002233);background-image:linear-gradient(#0088cc,#002233);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);-webkit-border-radius:0.4em}.button-3d-demo-2.disabled{border:1px solid #755354;cursor:not-allowed;color:#fff}.button-3d-demo-2.disabled span,.button-3d-demo-2.disabled span:hover,.button-3d-demo-2.disabled span:active{text-shadow:0 -1px 0 #000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #979797), color-stop(100%, #4b4b4b));background-image:-webkit-linear-gradient(#979797,#4b4b4b);background-image:-moz-linear-gradient(#979797,#4b4b4b);background-image:-o-linear-gradient(#979797,#4b4b4b);background-image:linear-gradient(#979797,#4b4b4b);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75)}.ie7 .button-3d-demo-2 span,.ie8 .button-3d-demo-2 span,.ie9 .button-3d-demo-2 span{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#000088CC', endColorstr='#FF002233')}.ie7 .button-3d-demo-2 span:hover,.ie8 .button-3d-demo-2 span:hover,.ie9 .button-3d-demo-2 span:hover{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FF004466')}.ie7 .button-3d-demo-2 span:active,.ie8 .button-3d-demo-2 span:active,.ie9 .button-3d-demo-2 span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#000088CC', endColorstr='#FF002233')}.ie7 .button-3d-demo-2.disabled span,.ie7 .button-3d-demo-2.disabled span:hover,.ie7 .button-3d-demo-2.disabled span:active,.ie8 .button-3d-demo-2.disabled span,.ie8 .button-3d-demo-2.disabled span:hover,.ie8 .button-3d-demo-2.disabled span:active,.ie9 .button-3d-demo-2.disabled span,.ie9 .button-3d-demo-2.disabled span:hover,.ie9 .button-3d-demo-2.disabled span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B')}.button-3d-demo-3{overflow:hidden;display:inline-block;line-height:2.2em;color:#fff;border:1px solid #e08505;font-family:sans-serif;font-size:13px;text-decoration:none;text-align:center;cursor:pointer;text-shadow:0 1px 0 #000;-webkit-border-radius:0.4em;-moz-border-radius:0.4em;-ms-border-radius:0.4em;-o-border-radius:0.4em;border-radius:0.4em}.button-3d-demo-3:active{position:relative;top:1px}.button-3d-demo-3.disabled:active{position:static}.button-3d-demo-3 span{display:block;padding:0 13px}.button-3d-demo-3:visited{color:#fff}.button-3d-demo-3:hover{text-decoration:none;color:#fff}.button-3d-demo-3 span{background-color:#fbb450;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbb450), color-stop(100%, #ae6704));background-image:-webkit-linear-gradient(#fbb450,#ae6704);background-image:-moz-linear-gradient(#fbb450,#ae6704);background-image:-o-linear-gradient(#fbb450,#ae6704);background-image:linear-gradient(#fbb450,#ae6704);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5)}.button-3d-demo-3 span:hover{background-color:#ffb54c;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, #e08505));background-image:-webkit-linear-gradient(rgba(255,255,255,0),#e08505);background-image:-moz-linear-gradient(rgba(255,255,255,0),#e08505);background-image:-o-linear-gradient(rgba(255,255,255,0),#e08505);background-image:linear-gradient(rgba(255,255,255,0),#e08505);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #ffb54c;-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #ffb54c;box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #ffb54c}.button-3d-demo-3 span:active{text-shadow:0 -1px 0 #000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbb450), color-stop(100%, #ae6704));background-image:-webkit-linear-gradient(#fbb450,#ae6704);background-image:-moz-linear-gradient(#fbb450,#ae6704);background-image:-o-linear-gradient(#fbb450,#ae6704);background-image:linear-gradient(#fbb450,#ae6704);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);-webkit-border-radius:0.4em}.button-3d-demo-3.disabled{border:1px solid #755354;cursor:not-allowed;color:#fff}.button-3d-demo-3.disabled span,.button-3d-demo-3.disabled span:hover,.button-3d-demo-3.disabled span:active{text-shadow:0 -1px 0 #000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #979797), color-stop(100%, #4b4b4b));background-image:-webkit-linear-gradient(#979797,#4b4b4b);background-image:-moz-linear-gradient(#979797,#4b4b4b);background-image:-o-linear-gradient(#979797,#4b4b4b);background-image:linear-gradient(#979797,#4b4b4b);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75)}.ie7 .button-3d-demo-3 span,.ie8 .button-3d-demo-3 span,.ie9 .button-3d-demo-3 span{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FBB450', endColorstr='#FFAE6704')}.ie7 .button-3d-demo-3 span:hover,.ie8 .button-3d-demo-3 span:hover,.ie9 .button-3d-demo-3 span:hover{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFE08505')}.ie7 .button-3d-demo-3 span:active,.ie8 .button-3d-demo-3 span:active,.ie9 .button-3d-demo-3 span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FBB450', endColorstr='#FFAE6704')}.ie7 .button-3d-demo-3.disabled span,.ie7 .button-3d-demo-3.disabled span:hover,.ie7 .button-3d-demo-3.disabled span:active,.ie8 .button-3d-demo-3.disabled span,.ie8 .button-3d-demo-3.disabled span:hover,.ie8 .button-3d-demo-3.disabled span:active,.ie9 .button-3d-demo-3.disabled span,.ie9 .button-3d-demo-3.disabled span:hover,.ie9 .button-3d-demo-3.disabled span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B')}.button-3d-demo-4{overflow:hidden;display:block;line-height:2.2em;color:#fff;border:1px solid #00132e;font-family:sans-serif;font-size:24px;text-decoration:none;text-align:center;cursor:pointer;text-shadow:0 1px 0 #000;-webkit-border-radius:0.4em;-moz-border-radius:0.4em;-ms-border-radius:0.4em;-o-border-radius:0.4em;border-radius:0.4em}.button-3d-demo-4:active{position:relative;top:1px}.button-3d-demo-4.disabled:active{position:static}.button-3d-demo-4 span{display:block;padding:0 24px}.button-3d-demo-4:visited{color:#fff}.button-3d-demo-4:hover{text-decoration:none;color:#fff}.button-3d-demo-4 span{background-color:#013d93;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #013d93), color-stop(100%, #000000));background-image:-webkit-linear-gradient(#013d93,#000000);background-image:-moz-linear-gradient(#013d93,#000000);background-image:-o-linear-gradient(#013d93,#000000);background-image:linear-gradient(#013d93,#000000);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5)}.button-3d-demo-4 span:hover{background-color:#003d94;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, #00132e));background-image:-webkit-linear-gradient(rgba(255,255,255,0),#00132e);background-image:-moz-linear-gradient(rgba(255,255,255,0),#00132e);background-image:-o-linear-gradient(rgba(255,255,255,0),#00132e);background-image:linear-gradient(rgba(255,255,255,0),#00132e);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #003d94;-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #003d94;box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #003d94}.button-3d-demo-4 span:active{text-shadow:0 -1px 0 #000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #013d93), color-stop(100%, #000000));background-image:-webkit-linear-gradient(#013d93,#000000);background-image:-moz-linear-gradient(#013d93,#000000);background-image:-o-linear-gradient(#013d93,#000000);background-image:linear-gradient(#013d93,#000000);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);-webkit-border-radius:0.4em}.button-3d-demo-4.disabled{border:1px solid #755354;cursor:not-allowed;color:#fff}.button-3d-demo-4.disabled span,.button-3d-demo-4.disabled span:hover,.button-3d-demo-4.disabled span:active{text-shadow:0 -1px 0 #000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #979797), color-stop(100%, #4b4b4b));background-image:-webkit-linear-gradient(#979797,#4b4b4b);background-image:-moz-linear-gradient(#979797,#4b4b4b);background-image:-o-linear-gradient(#979797,#4b4b4b);background-image:linear-gradient(#979797,#4b4b4b);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75)}.ie7 .button-3d-demo-4 span,.ie8 .button-3d-demo-4 span,.ie9 .button-3d-demo-4 span{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00013D93', endColorstr='#FF000000')}.ie7 .button-3d-demo-4 span:hover,.ie8 .button-3d-demo-4 span:hover,.ie9 .button-3d-demo-4 span:hover{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FF00132E')}.ie7 .button-3d-demo-4 span:active,.ie8 .button-3d-demo-4 span:active,.ie9 .button-3d-demo-4 span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00013D93', endColorstr='#FF000000')}.ie7 .button-3d-demo-4.disabled span,.ie7 .button-3d-demo-4.disabled span:hover,.ie7 .button-3d-demo-4.disabled span:active,.ie8 .button-3d-demo-4.disabled span,.ie8 .button-3d-demo-4.disabled span:hover,.ie8 .button-3d-demo-4.disabled span:active,.ie9 .button-3d-demo-4.disabled span,.ie9 .button-3d-demo-4.disabled span:hover,.ie9 .button-3d-demo-4.disabled span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B')}.button-3d-demo-5{overflow:hidden;display:inline-block;line-height:1.75em;color:#013d93;border:1px solid #bbb;font-family:sans-serif;font-size:11px;text-decoration:none;text-align:center;cursor:pointer;text-shadow:0 1px 0 #b5b5b5;-webkit-border-radius:1.1em;-moz-border-radius:1.1em;-ms-border-radius:1.1em;-o-border-radius:1.1em;border-radius:1.1em}.button-3d-demo-5:active{position:relative;top:1px}.button-3d-demo-5.disabled:active{position:static}.button-3d-demo-5 span{display:block;padding:0 11px}.button-3d-demo-5:visited{color:#013d93}.button-3d-demo-5:hover{text-decoration:none;color:#013d93}.button-3d-demo-5 span{background-color:#eee;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #a2a2a2));background-image:-webkit-linear-gradient(#eeeeee,#a2a2a2);background-image:-moz-linear-gradient(#eeeeee,#a2a2a2);background-image:-o-linear-gradient(#eeeeee,#a2a2a2);background-image:linear-gradient(#eeeeee,#a2a2a2);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5)}.button-3d-demo-5 span:hover{background-color:#f0ecec;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, #bbbbbb));background-image:-webkit-linear-gradient(rgba(255,255,255,0),#bbbbbb);background-image:-moz-linear-gradient(rgba(255,255,255,0),#bbbbbb);background-image:-o-linear-gradient(rgba(255,255,255,0),#bbbbbb);background-image:linear-gradient(rgba(255,255,255,0),#bbbbbb);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #f0ecec;-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #f0ecec;box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.5),inset 0 0 1em #f0ecec}.button-3d-demo-5 span:active{text-shadow:0 -1px 0 #b5b5b5;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #a2a2a2));background-image:-webkit-linear-gradient(#eeeeee,#a2a2a2);background-image:-moz-linear-gradient(#eeeeee,#a2a2a2);background-image:-o-linear-gradient(#eeeeee,#a2a2a2);background-image:linear-gradient(#eeeeee,#a2a2a2);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.1),inset 0 0.1em 0.2em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(0,0,0,0.1),inset 0 0 1em rgba(0,0,0,0.75);-webkit-border-radius:1.1em}.button-3d-demo-5.disabled{border:1px solid #755354;cursor:not-allowed;color:#fff}.button-3d-demo-5.disabled span,.button-3d-demo-5.disabled span:hover,.button-3d-demo-5.disabled span:active{text-shadow:0 -1px 0 #000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #979797), color-stop(100%, #4b4b4b));background-image:-webkit-linear-gradient(#979797,#4b4b4b);background-image:-moz-linear-gradient(#979797,#4b4b4b);background-image:-o-linear-gradient(#979797,#4b4b4b);background-image:linear-gradient(#979797,#4b4b4b);-webkit-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75);-moz-box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75);box-shadow:0 0.1em 0.1em rgba(0,0,0,0.5),inset 0 0.1em 0 rgba(255,255,255,0.25),inset 0 0 1em rgba(0,0,0,0.75)}.ie7 .button-3d-demo-5 span,.ie8 .button-3d-demo-5 span,.ie9 .button-3d-demo-5 span{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00EEEEEE', endColorstr='#FFA2A2A2')}.ie7 .button-3d-demo-5 span:hover,.ie8 .button-3d-demo-5 span:hover,.ie9 .button-3d-demo-5 span:hover{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFBBBBBB')}.ie7 .button-3d-demo-5 span:active,.ie8 .button-3d-demo-5 span:active,.ie9 .button-3d-demo-5 span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00EEEEEE', endColorstr='#FFA2A2A2')}.ie7 .button-3d-demo-5.disabled span,.ie7 .button-3d-demo-5.disabled span:hover,.ie7 .button-3d-demo-5.disabled span:active,.ie8 .button-3d-demo-5.disabled span,.ie8 .button-3d-demo-5.disabled span:hover,.ie8 .button-3d-demo-5.disabled span:active,.ie9 .button-3d-demo-5.disabled span,.ie9 .button-3d-demo-5.disabled span:hover,.ie9 .button-3d-demo-5.disabled span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B')}.button-mini-demo-1{display:inline-block;height:20px;padding-right:10px;padding-right:10px;font-family:sans-serif;text-decoration:none;cursor:pointer;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(50%, #e3e3e3), color-stop(51%, #d6d6d6), color-stop(100%, #cacaca));background:-webkit-linear-gradient(top, #f0f0f0 0%,#e3e3e3 50%,#d6d6d6 51%,#cacaca 100%);background:-moz-linear-gradient(top, #f0f0f0 0%,#e3e3e3 50%,#d6d6d6 51%,#cacaca 100%);background:-o-linear-gradient(top, #f0f0f0 0%,#e3e3e3 50%,#d6d6d6 51%,#cacaca 100%);background:linear-gradient(top, #f0f0f0 0%,#e3e3e3 50%,#d6d6d6 51%,#cacaca 100%);-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:#333 0px 1px 2px 0px;-moz-box-shadow:#333 0px 1px 2px 0px;box-shadow:#333 0px 1px 2px 0px}.button-mini-demo-1 span{height:20px;line-height:20px;padding-left:10px;display:block}.button-mini-demo-1:hover{text-decoration:none;background:#e3e3e3}.button-mini-demo-1:active{background:#cacaca;-webkit-box-shadow:#999 0px 0px 3px 3px inset;-moz-box-shadow:#999 0px 0px 3px 3px inset;box-shadow:#999 0px 0px 3px 3px inset}.button-mini-demo-1 span{color:#0e6695;font-size:11px}.ie7 .button-mini-demo-1,.ie8 .button-mini-demo-1,.ie9 .button-mini-demo-1{background:url('../img/picasso-buttons-mini.png');background-position:right -1px}.ie7 .button-mini-demo-1:hover,.ie8 .button-mini-demo-1:hover,.ie9 .button-mini-demo-1:hover{background-position:right -21px}.ie7 .button-mini-demo-1 span,.ie8 .button-mini-demo-1 span,.ie9 .button-mini-demo-1 span{background-image:url('../img/picasso-buttons-mini.png');background-color:white;background-position:0 -1px}.ie7 .button-mini-demo-1 span:hover,.ie8 .button-mini-demo-1 span:hover,.ie9 .button-mini-demo-1 span:hover{background-position:0 -21px}.ie9 .button-mini-demo-1{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.button-mini-demo-2{display:inline-block;height:20px;padding-right:10px;padding-right:10px;font-family:sans-serif;text-decoration:none;cursor:pointer;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(50%, #0077b3), color-stop(51%, #006699), color-stop(100%, #005580));background:-webkit-linear-gradient(top, #0088cc 0%,#0077b3 50%,#006699 51%,#005580 100%);background:-moz-linear-gradient(top, #0088cc 0%,#0077b3 50%,#006699 51%,#005580 100%);background:-o-linear-gradient(top, #0088cc 0%,#0077b3 50%,#006699 51%,#005580 100%);background:linear-gradient(top, #0088cc 0%,#0077b3 50%,#006699 51%,#005580 100%);-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:#333 0px 1px 2px 0px;-moz-box-shadow:#333 0px 1px 2px 0px;box-shadow:#333 0px 1px 2px 0px}.button-mini-demo-2 span{height:20px;line-height:20px;padding-left:10px;display:block}.button-mini-demo-2:hover{text-decoration:none;background:#0077b3}.button-mini-demo-2:active{background:#005580;-webkit-box-shadow:#999 0px 0px 3px 3px inset;-moz-box-shadow:#999 0px 0px 3px 3px inset;box-shadow:#999 0px 0px 3px 3px inset}.button-mini-demo-2 span{color:#fff;font-size:11px}.ie7 .button-mini-demo-2,.ie8 .button-mini-demo-2,.ie9 .button-mini-demo-2{background:url('../img/picasso-buttons-mini.png');background-position:right -41px}.ie7 .button-mini-demo-2:hover,.ie8 .button-mini-demo-2:hover,.ie9 .button-mini-demo-2:hover{background-position:right -61px}.ie7 .button-mini-demo-2 span,.ie8 .button-mini-demo-2 span,.ie9 .button-mini-demo-2 span{background-image:url('../img/picasso-buttons-mini.png');background-color:white;background-position:0 -41px}.ie7 .button-mini-demo-2 span:hover,.ie8 .button-mini-demo-2 span:hover,.ie9 .button-mini-demo-2 span:hover{background-position:0 -61px}.ie9 .button-mini-demo-2{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.button-mini-demo-3{display:inline-block;height:20px;padding-right:10px;padding-right:10px;font-family:sans-serif;text-decoration:none;cursor:pointer;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da4f49), color-stop(50%, #d63b34), color-stop(51%, #c72f29), color-stop(100%, #b22a24));background:-webkit-linear-gradient(top, #da4f49 0%,#d63b34 50%,#c72f29 51%,#b22a24 100%);background:-moz-linear-gradient(top, #da4f49 0%,#d63b34 50%,#c72f29 51%,#b22a24 100%);background:-o-linear-gradient(top, #da4f49 0%,#d63b34 50%,#c72f29 51%,#b22a24 100%);background:linear-gradient(top, #da4f49 0%,#d63b34 50%,#c72f29 51%,#b22a24 100%);-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:#333 0px 1px 2px 0px;-moz-box-shadow:#333 0px 1px 2px 0px;box-shadow:#333 0px 1px 2px 0px}.button-mini-demo-3 span{height:20px;line-height:20px;padding-left:10px;display:block}.button-mini-demo-3:hover{text-decoration:none;background:#d63b34}.button-mini-demo-3:active{background:#b22a24;-webkit-box-shadow:#999 0px 0px 3px 3px inset;-moz-box-shadow:#999 0px 0px 3px 3px inset;box-shadow:#999 0px 0px 3px 3px inset}.button-mini-demo-3 span{color:#fff;font-size:11px}.ie7 .button-mini-demo-3,.ie8 .button-mini-demo-3,.ie9 .button-mini-demo-3{background:url('../img/picasso-buttons-mini.png');background-position:right -81px}.ie7 .button-mini-demo-3:hover,.ie8 .button-mini-demo-3:hover,.ie9 .button-mini-demo-3:hover{background-position:right -101px}.ie7 .button-mini-demo-3 span,.ie8 .button-mini-demo-3 span,.ie9 .button-mini-demo-3 span{background-image:url('../img/picasso-buttons-mini.png');background-color:white;background-position:0 -81px}.ie7 .button-mini-demo-3 span:hover,.ie8 .button-mini-demo-3 span:hover,.ie9 .button-mini-demo-3 span:hover{background-position:0 -101px}.ie9 .button-mini-demo-3{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.button-mini-demo-4{display:inline-block;height:20px;padding-right:10px;padding-right:10px;font-family:sans-serif;text-decoration:none;cursor:pointer;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #414141), color-stop(50%, #343434), color-stop(51%, #272727), color-stop(100%, #1b1b1b));background:-webkit-linear-gradient(top, #414141 0%,#343434 50%,#272727 51%,#1b1b1b 100%);background:-moz-linear-gradient(top, #414141 0%,#343434 50%,#272727 51%,#1b1b1b 100%);background:-o-linear-gradient(top, #414141 0%,#343434 50%,#272727 51%,#1b1b1b 100%);background:linear-gradient(top, #414141 0%,#343434 50%,#272727 51%,#1b1b1b 100%);-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:#333 0px 1px 2px 0px;-moz-box-shadow:#333 0px 1px 2px 0px;box-shadow:#333 0px 1px 2px 0px}.button-mini-demo-4 span{height:20px;line-height:20px;padding-left:10px;display:block}.button-mini-demo-4:hover{text-decoration:none;background:#343434}.button-mini-demo-4:active{background:#1b1b1b;-webkit-box-shadow:#999 0px 0px 3px 3px inset;-moz-box-shadow:#999 0px 0px 3px 3px inset;box-shadow:#999 0px 0px 3px 3px inset}.button-mini-demo-4 span{color:#fff;font-size:11px}.ie7 .button-mini-demo-4,.ie8 .button-mini-demo-4,.ie9 .button-mini-demo-4{background:url('../img/picasso-buttons-mini.png');background-position:right -121px}.ie7 .button-mini-demo-4:hover,.ie8 .button-mini-demo-4:hover,.ie9 .button-mini-demo-4:hover{background-position:right -141px}.ie7 .button-mini-demo-4 span,.ie8 .button-mini-demo-4 span,.ie9 .button-mini-demo-4 span{background-image:url('../img/picasso-buttons-mini.png');background-color:white;background-position:0 -121px}.ie7 .button-mini-demo-4 span:hover,.ie8 .button-mini-demo-4 span:hover,.ie9 .button-mini-demo-4 span:hover{background-position:0 -141px}.ie9 .button-mini-demo-4{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.list-grid-demo-1:before,.list-grid-demo-1:after{content:"";display:table}.list-grid-demo-1:after{clear:both}.ie6 .list-grid-demo-1,.ie7 .list-grid-demo-1{zoom:1}.list-grid-demo-1 ul{float:left;padding:0px;margin:0px;width:130px}.list-grid-demo-1 ul li{height:30px;line-height:30px;padding-left:10px;padding-right:10px}.list-grid-demo-1 ul{list-style:none outside none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc}.list-grid-demo-1 ul:first-child{border-left:1px solid #ccc}.list-grid-demo-1 ul li{text-align:center;border:1px solid transparent}.list-grid-demo-1 ul li:first-child{border-bottom:1px solid #ccc}.list-grid-demo-1 ul li:nth-child(odd){background:none repeat scroll 0 0 #eee}.list-grid-demo-1 ul li:nth-child(even){background:none repeat scroll 0 0 #fff}.list-grid-demo-1 ul li.cell-hover:hover{border:1px solid #319fda;background:#f4fafd;cursor:pointer}.ie7 .list-grid-demo-1 ul li:first-child,.ie8 .list-grid-demo-1 ul li:first-child{background:none repeat scroll 0 0 #eee}.ie7 .list-grid-demo-1 ul li.even,.ie8 .list-grid-demo-1 ul li.even{background:none repeat scroll 0 0 #fff}.ie7 .list-grid-demo-1 ul li.odd,.ie8 .list-grid-demo-1 ul li.odd{background:none repeat scroll 0 0 #eee}.nav-demo-1:before,.nav-demo-1:after{content:"";display:table}.nav-demo-1:after{clear:both}.ie6 .nav-demo-1,.ie7 .nav-demo-1{zoom:1}.nav-demo-1 ul{margin:0;padding:0;text-align:center;float:left}.nav-demo-1 ul:before,.nav-demo-1 ul:after{content:"";display:table}.nav-demo-1 ul:after{clear:both}.ie6 .nav-demo-1 ul,.ie7 .nav-demo-1 ul{zoom:1}.nav-demo-1 ul li{display:inline-block;height:40px;line-height:40px;float:left}.nav-demo-1 ul li a{display:block;padding:0 15px}.ie7 .nav-demo-1 ul li,.ie8 .nav-demo-1 ul li,.ie9 .nav-demo-1 ul li{height:46px}.nav-demo-1 ul{list-style:none;-webkit-box-shadow:0 6px 6px -6px #000;-moz-box-shadow:0 6px 6px -6px #000;box-shadow:0 6px 6px -6px #000}.nav-demo-1 ul li{background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));background-image:-webkit-linear-gradient(#ffffff,#e6e6e6);background-image:-moz-linear-gradient(#ffffff,#e6e6e6);background-image:-o-linear-gradient(#ffffff,#e6e6e6);background-image:linear-gradient(#ffffff,#e6e6e6);border-left:1px solid #acacac;border-top:1px solid #acacac;border-bottom:1px solid #acacac}.nav-demo-1 ul li:hover{background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));background-image:-webkit-linear-gradient(#ffffff,#f2f2f2);background-image:-moz-linear-gradient(#ffffff,#f2f2f2);background-image:-o-linear-gradient(#ffffff,#f2f2f2);background-image:linear-gradient(#ffffff,#f2f2f2)}.nav-demo-1 ul li:first-child{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.nav-demo-1 ul li:last-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;border-right:1px solid #acacac}.nav-demo-1 ul li a{font-size:16px;font-family:sans-serif}.nav-demo-1 ul .active{background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(#e6e6e6,#ffffff);background-image:-moz-linear-gradient(#e6e6e6,#ffffff);background-image:-o-linear-gradient(#e6e6e6,#ffffff);background-image:linear-gradient(#e6e6e6,#ffffff)}.ie7 .nav-demo-1 ul li,.ie8 .nav-demo-1 ul li,.ie9 .nav-demo-1 ul li{border-left:none;border-top:none;border-bottom:none;background:transparent url('../img/picasso-nav.png') no-repeat center -1px}.ie7 .nav-demo-1 ul li a,.ie8 .nav-demo-1 ul li a,.ie9 .nav-demo-1 ul li a{border-left:1px solid #acacac}.ie7 .nav-demo-1 ul li:hover,.ie8 .nav-demo-1 ul li:hover,.ie9 .nav-demo-1 ul li:hover{background:transparent url('../img/picasso-nav.png') center -47px no-repeat}.ie7 .nav-demo-1 ul li:first-child,.ie8 .nav-demo-1 ul li:first-child,.ie9 .nav-demo-1 ul li:first-child{background:transparent url('../img/picasso-nav.png') no-repeat left -1px}.ie7 .nav-demo-1 ul li:first-child a,.ie8 .nav-demo-1 ul li:first-child a,.ie9 .nav-demo-1 ul li:first-child a{border-left:none}.ie7 .nav-demo-1 ul li:first-child:hover,.ie8 .nav-demo-1 ul li:first-child:hover,.ie9 .nav-demo-1 ul li:first-child:hover{background:transparent url('../img/picasso-nav.png') left -47px no-repeat}.ie7 .nav-demo-1 ul li:first-child.active,.ie8 .nav-demo-1 ul li:first-child.active,.ie9 .nav-demo-1 ul li:first-child.active{background:transparent url('../img/picasso-nav.png') no-repeat left -47px}.ie7 .nav-demo-1 ul .last,.ie8 .nav-demo-1 ul .last,.ie9 .nav-demo-1 ul .last{background:transparent url('../img/picasso-nav.png') no-repeat right -47px}.ie7 .nav-demo-1 ul .last:hover,.ie8 .nav-demo-1 ul .last:hover,.ie9 .nav-demo-1 ul .last:hover{background:transparent url('../img/picasso-nav.png') right -47px no-repeat}.ie7 .nav-demo-1 ul .active,.ie8 .nav-demo-1 ul .active,.ie9 .nav-demo-1 ul .active{background:transparent url('../img/picasso-nav.png') no-repeat center -47px}.ie7 .nav-demo-1 ul .last.active,.ie8 .nav-demo-1 ul .last.active,.ie9 .nav-demo-1 ul .last.active{background:transparent url('../img/picasso-nav.png') no-repeat right -47px}.ie9 .nav-demo-1 ul{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ie9 .nav-demo-1 ul li:first-child{-moz-border-radius-topleft:none;-webkit-border-top-left-radius:none;border-top-left-radius:none;-moz-border-radius-bottomleft:none;-webkit-border-bottom-left-radius:none;border-bottom-left-radius:none}.ie9 .nav-demo-1 ul li:last-child{-moz-border-radius-topright:none;-webkit-border-top-right-radius:none;border-top-right-radius:none;-moz-border-radius-bottomright:none;-webkit-border-bottom-right-radius:none;border-bottom-right-radius:none;border:none}.popup-demo-1{padding:10px;position:absolute}.popup-demo-1:after,.ie7 .popup-demo-1 .after{content:"";position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:0}.popup-demo-1 .popup-header h4{line-height:20px;padding:10px}.popup-demo-1 .popup-container{z-index:1;position:relative}.popup-demo-1 .popup-arrow{position:absolute;height:0px;width:0px}.popup-demo-1 .popup-arrow-bottom{bottom:-10px;left:10px}.popup-demo-1 .popup-arrow-top{top:-10px;left:10px}.popup-demo-1 .popup-arrow-left{left:-10px;top:10px}.popup-demo-1 .popup-arrow-right{right:-10px;top:10px}.popup-demo-1 .popup-close{position:absolute;z-index:10;text-align:center;line-height:17px;height:20px;width:20px;top:-13px;right:-13px}.ie7 .popup-demo-1 .popup-close,.ie8 .popup-demo-1 .popup-close{line-height:23px;height:26px;width:26px;top:-13px;right:-13px}.ie7 .popup-demo-1{zoom:expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" )}.popup-demo-1:after,.ie7 .popup-demo-1 .after{background:rgba(0,0,0,0.7);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 10px;-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 10px;box-shadow:rgba(0,0,0,0.5) 0px 0px 10px}.popup-demo-1 .popup-header{background:none repeat scroll 0 0 #f7f7f7;display:block}.popup-demo-1 .popup-header h4{margin:0;color:#003770;font-family:sans-serif;font-size:16px;font-weight:normal}.popup-demo-1 .popup-content{background:#fff;border:1px solid transparent}.popup-demo-1 .popup-arrow-bottom{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid rgba(0,0,0,0.7)}.popup-demo-1 .popup-arrow-top{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid rgba(0,0,0,0.7)}.popup-demo-1 .popup-arrow-left{border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid rgba(0,0,0,0.7)}.popup-demo-1 .popup-arrow-right{border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid rgba(0,0,0,0.7)}.popup-demo-1 .popup-close{cursor:pointer;border:3px solid #fff;color:#fff;font-weight:bold;font-family:sans-serif;font-size:16px;background:#319fda;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 10px;-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 10px;box-shadow:rgba(0,0,0,0.5) 0px 0px 10px}.ie7 .popup-demo-1:after,.ie7 .popup-demo-1 .after,.ie8 .popup-demo-1:after,.ie8 .popup-demo-1 .after{background:#000;filter:alpha(opacity=70)}.ie7 .popup-demo-1 .popup-arrow,.ie8 .popup-demo-1 .popup-arrow{filter:alpha(opacity=70)}.ie7 .popup-demo-1 .popup-arrow-bottom,.ie8 .popup-demo-1 .popup-arrow-bottom{border-top:10px solid #000}.ie7 .popup-demo-1 .popup-arrow-top,.ie8 .popup-demo-1 .popup-arrow-top{border-bottom:10px solid #000}.ie7 .popup-demo-1 .popup-arrow-left,.ie8 .popup-demo-1 .popup-arrow-left{border-right:10px solid #000}.ie7 .popup-demo-1 .popup-arrow-right,.ie8 .popup-demo-1 .popup-arrow-right{border-left:10px solid #000}.ie7 .popup-demo-1 .popup-close,.ie8 .popup-demo-1 .popup-close{border-width:0px;background-color:transparent;background:url('../img/picasso-popup.png');background-position:0px -1px}.popup-demo-2{padding:10px;position:absolute;color:white}.popup-demo-2:after,.ie7 .popup-demo-2 .after{content:"";position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:0}.popup-demo-2 .popup-header h4{line-height:20px;padding:10px}.popup-demo-2 .popup-container{z-index:1;position:relative}.popup-demo-2 .popup-arrow{position:absolute;height:0px;width:0px}.popup-demo-2 .popup-arrow-bottom{bottom:-10px;left:10px}.popup-demo-2 .popup-arrow-top{top:-10px;left:10px}.popup-demo-2 .popup-arrow-left{left:-10px;top:10px}.popup-demo-2 .popup-arrow-right{right:-10px;top:10px}.popup-demo-2 .popup-close{position:absolute;z-index:10;text-align:center;line-height:17px;height:20px;width:20px;top:-13px;right:-13px}.ie7 .popup-demo-2 .popup-close,.ie8 .popup-demo-2 .popup-close{line-height:23px;height:26px;width:26px;top:-13px;right:-13px}.ie7 .popup-demo-2{zoom:expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" )}.popup-demo-2:after,.ie7 .popup-demo-2 .after{background:rgba(128,128,128,0.5);-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;-webkit-box-shadow:0px 0px 5px #333;-moz-box-shadow:0px 0px 5px #333;box-shadow:0px 0px 5px #333}.popup-demo-2 .popup-header{background:#fff;display:block}.popup-demo-2 .popup-header h4{margin:0;color:#000;font-family:sans-serif;font-size:16px;font-weight:normal}.popup-demo-2 .popup-content{background:#000;border:1px solid transparent}.popup-demo-2 .popup-arrow-bottom{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid rgba(128,128,128,0.5)}.popup-demo-2 .popup-arrow-top{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid rgba(128,128,128,0.5)}.popup-demo-2 .popup-arrow-left{border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid rgba(128,128,128,0.5)}.popup-demo-2 .popup-arrow-right{border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid rgba(128,128,128,0.5)}.popup-demo-2 .popup-close{cursor:pointer;border:3px solid #fff;color:#fff;font-weight:bold;font-family:sans-serif;font-size:16px;background:#000;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:0px 0px 5px #333;-moz-box-shadow:0px 0px 5px #333;box-shadow:0px 0px 5px #333}.ie7 .popup-demo-2:after,.ie7 .popup-demo-2 .after,.ie8 .popup-demo-2:after,.ie8 .popup-demo-2 .after{background:gray;filter:alpha(opacity=50)}.ie7 .popup-demo-2 .popup-arrow,.ie8 .popup-demo-2 .popup-arrow{filter:alpha(opacity=50)}.ie7 .popup-demo-2 .popup-arrow-bottom,.ie8 .popup-demo-2 .popup-arrow-bottom{border-top:10px solid gray}.ie7 .popup-demo-2 .popup-arrow-top,.ie8 .popup-demo-2 .popup-arrow-top{border-bottom:10px solid gray}.ie7 .popup-demo-2 .popup-arrow-left,.ie8 .popup-demo-2 .popup-arrow-left{border-right:10px solid gray}.ie7 .popup-demo-2 .popup-arrow-right,.ie8 .popup-demo-2 .popup-arrow-right{border-left:10px solid gray}.ie7 .popup-demo-2 .popup-close,.ie8 .popup-demo-2 .popup-close{border-width:0px;background-color:transparent;background:url('../img/picasso-popup.png');background-position:0px -27px}.bubble-demo-1{padding:10px;display:block;width:auto;position:relative;background:#eee;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.bubble-demo-1:after,.ie7 .bubble-demo-1 .after{content:"";position:absolute;bottom:-15px;right:20px;width:0;height:0}.ie7 .bubble-demo-1{zoom:expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" )}.bubble-demo-1 blockquote{color:#999}.bubble-demo-1:after,.ie7 .bubble-demo-1 .after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:15px solid #eee}.accordion-demo-1{border:1px solid #ccc}.accordion-demo-1 .accordion-section{margin-top:1px}.accordion-demo-1 .accordion-section:first-child{margin-top:0}.accordion-demo-1 .accordion-header{padding:0.4em 10px;overflow:hidden}.accordion-demo-1 .accordion-header h4{margin:0;float:left}.accordion-demo-1 .accordion-header .accordion-arrow{float:right}.accordion-demo-1 .accordion-header{background-color:#013d93;color:#fff;cursor:pointer;font-size:0.8em;line-height:0.8em}.accordion-demo-1 .accordion-header.accordion-header-open .accordion-arrow:after{content:"\25BC"}.accordion-demo-1 .accordion-header.accordion-header-close .accordion-arrow:after{content:"\25BA"}.pagination-demo-1{text-align:center}.pagination-demo-1 ul{display:inline-block}.pagination-demo-1 ul li{display:inline-block;height:27px;text-align:center;float:left;margin-left:2px;margin-right:2px}.pagination-demo-1 ul li a{display:block;line-height:27px;min-width:27px}.pagination-demo-1 ul .prev{margin:0 10px 0 0}.pagination-demo-1 ul .next{margin:0 0 0 10px}.pagination-demo-1 li{background:#eee;border:1px solid #ccc;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;list-style:none}.pagination-demo-1 li a{color:#319fda}.pagination-demo-1 li a:hover{color:#fff}.pagination-demo-1 li:hover{background:#013d93}.pagination-demo-1 .active,.pagination-demo-1 .prev,.pagination-demo-1 .next,.pagination-demo-1 .dots{background:none;border:none}.pagination-demo-1 .active a:hover,.pagination-demo-1 .prev a:hover,.pagination-demo-1 .next a:hover,.pagination-demo-1 .dots a:hover{color:#319fda}.pagination-demo-1 .active:hover,.pagination-demo-1 .prev:hover,.pagination-demo-1 .next:hover,.pagination-demo-1 .dots:hover{background:none}.pagination-demo-1 .prev a:hover,.pagination-demo-1 .next a:hover{text-decoration:underline}.pagination-demo-1 .active a,.pagination-demo-1 .dots a{color:#888;cursor:default;text-decoration:none}.pagination-demo-1 .active a:hover,.pagination-demo-1 .dots a:hover{color:#888;text-decoration:none}.pagination-demo-1 .disabled{background:none;border:none}.pagination-demo-1 .disabled:hover{background:none}.pagination-demo-1 .disabled a{color:#ccc;text-decoration:none;cursor:not-allowed}.pagination-demo-1 .disabled a:hover{text-decoration:none;color:#ccc}.text-input-demo-1{width:200px;height:20px;line-height:20px;padding:1px;border:1px solid #ddd;border-top:1px solid #919191;color:#333;font-size:11px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-ms-border-radius:3px 3px 3px 3px;-o-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.2) inset;-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.2) inset;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2) inset}.text-input-demo-1:focus{outline:0;border:1px solid #319fda;-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 2px 0 inset,#01a9db 0 0 2px 0;-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 2px 0 inset,#01a9db 0 0 2px 0;box-shadow:rgba(0,0,0,0.2) 0 1px 2px 0 inset,#01a9db 0 0 2px 0}.select-demo-1{width:200px;height:20px;line-height:20px;padding:1px;border:1px solid #ddd;border-top:1px solid #919191;color:#333;font-size:11px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-ms-border-radius:3px 3px 3px 3px;-o-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.2) inset;-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.2) inset;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2) inset}.select-demo-1:focus{outline:0;border:1px solid #319fda;-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 2px 0 inset,#01a9db 0 0 2px 0;-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 2px 0 inset,#01a9db 0 0 2px 0;box-shadow:rgba(0,0,0,0.2) 0 1px 2px 0 inset,#01a9db 0 0 2px 0}.arrow-demo-1,.arrow-demo-3{margin:0 40px 0 0}.arrow-demo-1{position:relative;height:1.556em;line-height:1.556em;display:inline-block;padding:0 0 0 0.5em;font-style:normal;font-size:0.563em;background:#000;color:#fff;-webkit-border-radius:0.1em;-moz-border-radius:0.1em;-ms-border-radius:0.1em;-o-border-radius:0.1em;border-radius:0.1em}.arrow-demo-1:after{content:'';position:absolute;left:100%}.ie7 .arrow-demo-1{padding:0 0.5em}.arrow-demo-1:after{border-top:0.778em solid transparent;border-bottom:0.778em solid transparent;border-left:0.778em solid #000}.arrow-demo-2{position:relative;height:1.556em;line-height:1.556em;display:inline-block;padding:0 0.5em 0 0;font-style:normal;font-size:0.563em;background:#000;color:#fff;-webkit-border-radius:0.1em;-moz-border-radius:0.1em;-ms-border-radius:0.1em;-o-border-radius:0.1em;border-radius:0.1em}.arrow-demo-2:after{content:'';position:absolute;right:100%}.ie7 .arrow-demo-2{padding:0 0.5em}.arrow-demo-2:after{border-top:0.778em solid transparent;border-bottom:0.778em solid transparent;border-right:0.778em solid #000}.arrow-demo-3{position:relative;height:1.556em;line-height:1.556em;display:inline-block;padding:0 0 0 0.5em;font-style:normal;font-size:1.313em;background:#5fc8ff;color:#fff;-webkit-border-radius:0.1em;-moz-border-radius:0.1em;-ms-border-radius:0.1em;-o-border-radius:0.1em;border-radius:0.1em}.arrow-demo-3:after{content:'';position:absolute;left:100%}.ie7 .arrow-demo-3{padding:0 0.5em}.arrow-demo-3:after{border-top:0.778em solid transparent;border-bottom:0.778em solid transparent;border-left:0.778em solid #5fc8ff}.arrow-demo-4{position:relative;height:1.556em;line-height:1.556em;display:inline-block;padding:0 0.5em 0 0;font-style:normal;font-size:1.5em;background:#5fc8ff;color:#fff;-webkit-border-radius:0.1em;-moz-border-radius:0.1em;-ms-border-radius:0.1em;-o-border-radius:0.1em;border-radius:0.1em}.arrow-demo-4:after{content:'';position:absolute;right:100%}.ie7 .arrow-demo-4{padding:0 0.5em}.arrow-demo-4:after{border-top:0.778em solid transparent;border-bottom:0.778em solid transparent;border-right:0.778em solid #5fc8ff}.container{width:90%;max-width:1200px;min-width:950px}.row-col{width:100%}.row-col:before,.row-col:after{content:"";display:table}.row-col:after{clear:both}.ie6 .row-col,.ie7 .row-col{zoom:1}.row-col [class^="col"]{width:100%;min-height:25px;display:block;float:left;margin-left:2.174%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-col [class^="col"]:first-child{margin-left:0}.row-col [class^="col"] img{max-width:100%}.row-col .col1{width:6.341%}.ie7 .row-col .col1{width:6.249%}.row-col [class^="col"].offset1{margin-left:10.507%}.row-col [class^="col"].offset1:first-child{margin-left:8.424%}.row-col .col2{width:14.855%}.ie7 .row-col .col2{width:14.763%}.row-col [class^="col"].offset2{margin-left:19.022%}.row-col [class^="col"].offset2:first-child{margin-left:16.938%}.row-col .col3{width:23.37%}.ie7 .row-col .col3{width:23.278%}.row-col [class^="col"].offset3{margin-left:27.536%}.row-col [class^="col"].offset3:first-child{margin-left:25.453%}.row-col .col4{width:31.884%}.ie7 .row-col .col4{width:31.792%}.row-col [class^="col"].offset4{margin-left:36.051%}.row-col [class^="col"].offset4:first-child{margin-left:33.967%}.row-col .col5{width:40.399%}.ie7 .row-col .col5{width:40.307%}.row-col [class^="col"].offset5{margin-left:44.565%}.row-col [class^="col"].offset5:first-child{margin-left:42.482%}.row-col .col6{width:48.913%}.ie7 .row-col .col6{width:48.821%}.row-col [class^="col"].offset6{margin-left:53.08%}.row-col [class^="col"].offset6:first-child{margin-left:50.996%}.row-col .col7{width:57.428%}.ie7 .row-col .col7{width:57.336%}.row-col [class^="col"].offset7{margin-left:61.594%}.row-col [class^="col"].offset7:first-child{margin-left:59.511%}.row-col .col8{width:65.942%}.ie7 .row-col .col8{width:65.85%}.row-col [class^="col"].offset8{margin-left:70.109%}.row-col [class^="col"].offset8:first-child{margin-left:68.025%}.row-col .col9{width:74.457%}.ie7 .row-col .col9{width:74.365%}.row-col [class^="col"].offset9{margin-left:78.623%}.row-col [class^="col"].offset9:first-child{margin-left:76.54%}.row-col .col10{width:82.971%}.ie7 .row-col .col10{width:82.879%}.row-col [class^="col"].offset10{margin-left:87.138%}.row-col [class^="col"].offset10:first-child{margin-left:85.054%}.row-col .col11{width:91.486%}.ie7 .row-col .col11{width:91.394%}.row-col [class^="col"].offset11{margin-left:95.652%}.row-col [class^="col"].offset11:first-child{margin-left:93.569%}.row-col .col12{width:100%}.row-col [class^="col"].offset12{margin-left:104.167%}.row-col [class^="col"].offset12:first-child{margin-left:102.083%}.row-col{margin:10px 0}[class^="col"]{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background:#CCC}[class^="col"] [class^="col"]{background:#AAA}[class^="col"] [class^="col"] [class^="col"]{background:#696969;color:#C0C0C0}.clearfix-demo{background:#58608D;width:90%;padding:10px}.clearfix-demo:before,.clearfix-demo:after{content:"";display:table}.clearfix-demo:after{clear:both}.ie6 .clearfix-demo,.ie7 .clearfix-demo{zoom:1}.clearfix-demo div{background:white}.despegar-size-1-demo{font-size:11px}.despegar-size-2-demo{font-size:13px}.despegar-size-3-demo{font-size:16px}.despegar-size-4-demo{font-size:20px}.despegar-size-5-demo{font-size:24px}.despegar-size-6-demo{font-size:28px}.despegar-black-demo{padding:10px;background:#000;color:white}.despegar-white-demo{padding:10px;background:#fff}.despegar-yellow-demo{padding:10px;background:#ff3}.despegar-red-demo{padding:10px;background:red}.despegar-blue-demo{padding:10px;background:#013d93;color:white}.despegar-gray-1-demo{padding:10px;background:#222;color:white}.despegar-gray-2-demo{padding:10px;background:#444;color:white}.despegar-gray-3-demo{padding:10px;background:#666;color:white}.despegar-gray-4-demo{padding:10px;background:#888;color:white}.despegar-gray-5-demo{padding:10px;background:#aaa;color:white}.despegar-gray-6-demo{padding:10px;background:#ccc}.despegar-gray-7-demo{padding:10px;background:#eee}.despegar-searchbox-bg-demo{padding:10px;background:#ff3}.despegar-title-color-demo{padding:10px;background:#013d93;color:white}.despegar-titlealt-color-demo{padding:10px;background:#f90}.despegar-link-color-demo{padding:10px;background:#319fda}.despegar-link-color-hover-demo{padding:10px;background:#6cf}.despegar-error-bg-demo{padding:10px;background:#ffe6e6}.despegar-error-border-demo{padding:10px;background:red}.despegar-warning-bg-demo{padding:10px;background:#ffffe1}.despegar-warning-border-demo{padding:10px;background:#fc3}