bootstrap-progressbar-2.3.1.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. /*! bootstrap-progressbar v0.9.0 | Copyright (c) 2012-2015 Stephan Groß | MIT license | http://www.minddust.com */
  2. .clearfix {
  3. *zoom: 1;
  4. }
  5. .clearfix:before,
  6. .clearfix:after {
  7. display: table;
  8. content: "";
  9. line-height: 0;
  10. }
  11. .clearfix:after {
  12. clear: both;
  13. }
  14. .hide-text {
  15. font: 0/0 a;
  16. color: transparent;
  17. text-shadow: none;
  18. background-color: transparent;
  19. border: 0;
  20. }
  21. .input-block-level {
  22. display: block;
  23. width: 100%;
  24. min-height: 30px;
  25. -webkit-box-sizing: border-box;
  26. -moz-box-sizing: border-box;
  27. box-sizing: border-box;
  28. }
  29. @-webkit-keyframes progress-bar-stripes {
  30. from {
  31. background-position: 40px 0;
  32. }
  33. to {
  34. background-position: 0 0;
  35. }
  36. }
  37. @-moz-keyframes progress-bar-stripes {
  38. from {
  39. background-position: 40px 0;
  40. }
  41. to {
  42. background-position: 0 0;
  43. }
  44. }
  45. @-ms-keyframes progress-bar-stripes {
  46. from {
  47. background-position: 40px 0;
  48. }
  49. to {
  50. background-position: 0 0;
  51. }
  52. }
  53. @-o-keyframes progress-bar-stripes {
  54. from {
  55. background-position: 0 0;
  56. }
  57. to {
  58. background-position: 40px 0;
  59. }
  60. }
  61. @keyframes progress-bar-stripes {
  62. from {
  63. background-position: 40px 0;
  64. }
  65. to {
  66. background-position: 0 0;
  67. }
  68. }
  69. .progress {
  70. overflow: hidden;
  71. height: 20px;
  72. margin-bottom: 20px;
  73. background-color: #f7f7f7;
  74. background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  75. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  76. background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  77. background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  78. background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  79. background-repeat: repeat-x;
  80. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  81. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  82. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  83. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  84. -webkit-border-radius: 4px;
  85. -moz-border-radius: 4px;
  86. border-radius: 4px;
  87. }
  88. .progress .bar {
  89. width: 0%;
  90. height: 100%;
  91. color: #ffffff;
  92. float: left;
  93. font-size: 12px;
  94. text-align: center;
  95. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  96. background-color: #0e90d2;
  97. background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  98. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  99. background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  100. background-image: -o-linear-gradient(top, #149bdf, #0480be);
  101. background-image: linear-gradient(to bottom, #149bdf, #0480be);
  102. background-repeat: repeat-x;
  103. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  104. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  105. -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  106. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  107. -webkit-box-sizing: border-box;
  108. -moz-box-sizing: border-box;
  109. box-sizing: border-box;
  110. -webkit-transition: width 0.6s ease;
  111. -moz-transition: width 0.6s ease;
  112. -o-transition: width 0.6s ease;
  113. transition: width 0.6s ease;
  114. }
  115. .progress .bar + .bar {
  116. -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  117. -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  118. box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  119. }
  120. .progress-striped .bar {
  121. background-color: #149bdf;
  122. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  123. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  124. background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  125. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  126. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  127. -webkit-background-size: 40px 40px;
  128. -moz-background-size: 40px 40px;
  129. -o-background-size: 40px 40px;
  130. background-size: 40px 40px;
  131. }
  132. .progress.active .bar {
  133. -webkit-animation: progress-bar-stripes 2s linear infinite;
  134. -moz-animation: progress-bar-stripes 2s linear infinite;
  135. -ms-animation: progress-bar-stripes 2s linear infinite;
  136. -o-animation: progress-bar-stripes 2s linear infinite;
  137. animation: progress-bar-stripes 2s linear infinite;
  138. }
  139. .progress-danger .bar,
  140. .progress .bar-danger {
  141. background-color: #dd514c;
  142. background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  143. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  144. background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  145. background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  146. background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  147. background-repeat: repeat-x;
  148. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
  149. }
  150. .progress-danger.progress-striped .bar,
  151. .progress-striped .bar-danger {
  152. background-color: #ee5f5b;
  153. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  154. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  155. background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  156. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  157. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  158. }
  159. .progress-success .bar,
  160. .progress .bar-success {
  161. background-color: #5eb95e;
  162. background-image: -moz-linear-gradient(top, #62c462, #57a957);
  163. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  164. background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  165. background-image: -o-linear-gradient(top, #62c462, #57a957);
  166. background-image: linear-gradient(to bottom, #62c462, #57a957);
  167. background-repeat: repeat-x;
  168. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
  169. }
  170. .progress-success.progress-striped .bar,
  171. .progress-striped .bar-success {
  172. background-color: #62c462;
  173. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  174. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  175. background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  176. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  177. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  178. }
  179. .progress-info .bar,
  180. .progress .bar-info {
  181. background-color: #4bb1cf;
  182. background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  183. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  184. background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  185. background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  186. background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  187. background-repeat: repeat-x;
  188. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
  189. }
  190. .progress-info.progress-striped .bar,
  191. .progress-striped .bar-info {
  192. background-color: #5bc0de;
  193. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  194. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  195. background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  196. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  197. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  198. }
  199. .progress-warning .bar,
  200. .progress .bar-warning {
  201. background-color: #faa732;
  202. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  203. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  204. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  205. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  206. background-image: linear-gradient(to bottom, #fbb450, #f89406);
  207. background-repeat: repeat-x;
  208. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  209. }
  210. .progress-warning.progress-striped .bar,
  211. .progress-striped .bar-warning {
  212. background-color: #fbb450;
  213. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  214. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  215. background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  216. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  217. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  218. }
  219. .progress {
  220. position: relative;
  221. }
  222. .progress .bar {
  223. position: absolute;
  224. overflow: hidden;
  225. line-height: 20px;
  226. }
  227. .progress .progressbar-back-text {
  228. position: absolute;
  229. width: 100%;
  230. height: 100%;
  231. font-size: 12px;
  232. line-height: 20px;
  233. text-align: center;
  234. }
  235. .progress .progressbar-front-text {
  236. display: block;
  237. width: 100%;
  238. font-size: 12px;
  239. line-height: 20px;
  240. text-align: center;
  241. }
  242. .progress.right .bar {
  243. right: 0;
  244. }
  245. .progress.right .progressbar-front-text {
  246. position: absolute;
  247. right: 0;
  248. }
  249. .progress.vertical {
  250. width: 20px;
  251. height: 100%;
  252. float: left;
  253. margin-right: 20px;
  254. background-color: #f7f7f7;
  255. background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  256. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  257. background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  258. background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  259. background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  260. background-repeat: repeat-x;
  261. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  262. background-repeat: repeat;
  263. }
  264. .progress.vertical.bottom {
  265. position: relative;
  266. }
  267. .progress.vertical.bottom .progressbar-front-text {
  268. position: absolute;
  269. bottom: 0;
  270. }
  271. .progress.vertical .bar {
  272. width: 100%;
  273. height: 0;
  274. -webkit-transition: height 0.6s ease;
  275. -moz-transition: height 0.6s ease;
  276. -o-transition: height 0.6s ease;
  277. transition: height 0.6s ease;
  278. background-repeat: repeat;
  279. }
  280. .progress.vertical.bottom .bar {
  281. position: absolute;
  282. bottom: 0;
  283. }
  284. .progress-danger.vertical .bar,
  285. .progress.vertical .bar-danger {
  286. background-color: #dd514c;
  287. background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  288. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  289. background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  290. background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  291. background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  292. background-repeat: repeat-x;
  293. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
  294. background-repeat: repeat;
  295. }
  296. .progress-danger.progress-striped.vertical .bar,
  297. .progress.progress-striped.vertical .bar-danger {
  298. background-color: #ee5f5b;
  299. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  300. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  301. background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  302. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  303. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  304. }
  305. .progress-success.vertical .bar,
  306. .progress.vertical .bar-success {
  307. background-color: #5eb95e;
  308. background-image: -moz-linear-gradient(top, #62c462, #57a957);
  309. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  310. background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  311. background-image: -o-linear-gradient(top, #62c462, #57a957);
  312. background-image: linear-gradient(to bottom, #62c462, #57a957);
  313. background-repeat: repeat-x;
  314. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
  315. background-repeat: repeat;
  316. }
  317. .progress-success.progress-striped.vertical .bar,
  318. .progress.progress-striped.vertical .bar-success {
  319. background-color: #62c462;
  320. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  321. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  322. background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  323. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  324. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  325. }
  326. .progress-info.vertical .bar,
  327. .progress.vertical .bar-info {
  328. background-color: #4bb1cf;
  329. background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  330. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  331. background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  332. background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  333. background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  334. background-repeat: repeat-x;
  335. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
  336. background-repeat: repeat;
  337. }
  338. .progress-info.progress-striped.vertical .bar,
  339. .progress.progress-striped.vertical .bar-info {
  340. background-color: #5bc0de;
  341. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  342. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  343. background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  344. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  345. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  346. }
  347. .progress-warning.vertical .bar,
  348. .progress.vertical .bar-warning {
  349. background-color: #faa732;
  350. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  351. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  352. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  353. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  354. background-image: linear-gradient(to bottom, #fbb450, #f89406);
  355. background-repeat: repeat-x;
  356. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  357. background-repeat: repeat;
  358. }
  359. .progress-warning.progress-striped.vertical .bar,
  360. .progress.progress-striped.vertical .bar-warning {
  361. background-color: #fbb450;
  362. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  363. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  364. background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  365. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  366. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  367. }