picasso 0.3.6 → 0.3.7

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