bootstrap-theme.css 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  1. /*!
  2. * Generated using the Bootstrap Customizer (https://v3.bootcss.com/customize/)
  3. */
  4. /*!
  5. * Bootstrap v3.4.1 (https://getbootstrap.com/)
  6. * Copyright 2011-2019 Twitter, Inc.
  7. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  8. */
  9. .btn-default,
  10. .btn-primary,
  11. .btn-success,
  12. .btn-info,
  13. .btn-warning,
  14. .btn-danger {
  15. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  16. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  17. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  18. }
  19. .btn-default:active,
  20. .btn-primary:active,
  21. .btn-success:active,
  22. .btn-info:active,
  23. .btn-warning:active,
  24. .btn-danger:active,
  25. .btn-default.active,
  26. .btn-primary.active,
  27. .btn-success.active,
  28. .btn-info.active,
  29. .btn-warning.active,
  30. .btn-danger.active {
  31. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  32. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  33. }
  34. .btn-default.disabled,
  35. .btn-primary.disabled,
  36. .btn-success.disabled,
  37. .btn-info.disabled,
  38. .btn-warning.disabled,
  39. .btn-danger.disabled,
  40. .btn-default[disabled],
  41. .btn-primary[disabled],
  42. .btn-success[disabled],
  43. .btn-info[disabled],
  44. .btn-warning[disabled],
  45. .btn-danger[disabled],
  46. fieldset[disabled] .btn-default,
  47. fieldset[disabled] .btn-primary,
  48. fieldset[disabled] .btn-success,
  49. fieldset[disabled] .btn-info,
  50. fieldset[disabled] .btn-warning,
  51. fieldset[disabled] .btn-danger {
  52. -webkit-box-shadow: none;
  53. box-shadow: none;
  54. }
  55. .btn-default .badge,
  56. .btn-primary .badge,
  57. .btn-success .badge,
  58. .btn-info .badge,
  59. .btn-warning .badge,
  60. .btn-danger .badge {
  61. text-shadow: none;
  62. }
  63. .btn:active,
  64. .btn.active {
  65. background-image: none;
  66. }
  67. .btn-default {
  68. background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  69. background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  70. background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  71. background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  72. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  73. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  74. background-repeat: repeat-x;
  75. border-color: #dbdbdb;
  76. text-shadow: 0 1px 0 #fff;
  77. border-color: #ccc;
  78. }
  79. .btn-default:hover,
  80. .btn-default:focus {
  81. background-color: #e0e0e0;
  82. background-position: 0 -15px;
  83. }
  84. .btn-default:active,
  85. .btn-default.active {
  86. background-color: #e0e0e0;
  87. border-color: #dbdbdb;
  88. }
  89. .btn-default.disabled,
  90. .btn-default[disabled],
  91. fieldset[disabled] .btn-default,
  92. .btn-default.disabled:hover,
  93. .btn-default[disabled]:hover,
  94. fieldset[disabled] .btn-default:hover,
  95. .btn-default.disabled:focus,
  96. .btn-default[disabled]:focus,
  97. fieldset[disabled] .btn-default:focus,
  98. .btn-default.disabled.focus,
  99. .btn-default[disabled].focus,
  100. fieldset[disabled] .btn-default.focus,
  101. .btn-default.disabled:active,
  102. .btn-default[disabled]:active,
  103. fieldset[disabled] .btn-default:active,
  104. .btn-default.disabled.active,
  105. .btn-default[disabled].active,
  106. fieldset[disabled] .btn-default.active {
  107. background-color: #e0e0e0;
  108. background-image: none;
  109. }
  110. .btn-primary {
  111. background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  112. background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  113. background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  114. background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  115. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  116. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  117. background-repeat: repeat-x;
  118. border-color: #245580;
  119. }
  120. .btn-primary:hover,
  121. .btn-primary:focus {
  122. background-color: #265a88;
  123. background-position: 0 -15px;
  124. }
  125. .btn-primary:active,
  126. .btn-primary.active {
  127. background-color: #265a88;
  128. border-color: #245580;
  129. }
  130. .btn-primary.disabled,
  131. .btn-primary[disabled],
  132. fieldset[disabled] .btn-primary,
  133. .btn-primary.disabled:hover,
  134. .btn-primary[disabled]:hover,
  135. fieldset[disabled] .btn-primary:hover,
  136. .btn-primary.disabled:focus,
  137. .btn-primary[disabled]:focus,
  138. fieldset[disabled] .btn-primary:focus,
  139. .btn-primary.disabled.focus,
  140. .btn-primary[disabled].focus,
  141. fieldset[disabled] .btn-primary.focus,
  142. .btn-primary.disabled:active,
  143. .btn-primary[disabled]:active,
  144. fieldset[disabled] .btn-primary:active,
  145. .btn-primary.disabled.active,
  146. .btn-primary[disabled].active,
  147. fieldset[disabled] .btn-primary.active {
  148. background-color: #265a88;
  149. background-image: none;
  150. }
  151. .btn-success {
  152. background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  153. background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  154. background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  155. background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  156. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  157. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  158. background-repeat: repeat-x;
  159. border-color: #3e8f3e;
  160. }
  161. .btn-success:hover,
  162. .btn-success:focus {
  163. background-color: #419641;
  164. background-position: 0 -15px;
  165. }
  166. .btn-success:active,
  167. .btn-success.active {
  168. background-color: #419641;
  169. border-color: #3e8f3e;
  170. }
  171. .btn-success.disabled,
  172. .btn-success[disabled],
  173. fieldset[disabled] .btn-success,
  174. .btn-success.disabled:hover,
  175. .btn-success[disabled]:hover,
  176. fieldset[disabled] .btn-success:hover,
  177. .btn-success.disabled:focus,
  178. .btn-success[disabled]:focus,
  179. fieldset[disabled] .btn-success:focus,
  180. .btn-success.disabled.focus,
  181. .btn-success[disabled].focus,
  182. fieldset[disabled] .btn-success.focus,
  183. .btn-success.disabled:active,
  184. .btn-success[disabled]:active,
  185. fieldset[disabled] .btn-success:active,
  186. .btn-success.disabled.active,
  187. .btn-success[disabled].active,
  188. fieldset[disabled] .btn-success.active {
  189. background-color: #419641;
  190. background-image: none;
  191. }
  192. .btn-info {
  193. background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  194. background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  195. background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  196. background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  197. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  198. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  199. background-repeat: repeat-x;
  200. border-color: #28a4c9;
  201. }
  202. .btn-info:hover,
  203. .btn-info:focus {
  204. background-color: #2aabd2;
  205. background-position: 0 -15px;
  206. }
  207. .btn-info:active,
  208. .btn-info.active {
  209. background-color: #2aabd2;
  210. border-color: #28a4c9;
  211. }
  212. .btn-info.disabled,
  213. .btn-info[disabled],
  214. fieldset[disabled] .btn-info,
  215. .btn-info.disabled:hover,
  216. .btn-info[disabled]:hover,
  217. fieldset[disabled] .btn-info:hover,
  218. .btn-info.disabled:focus,
  219. .btn-info[disabled]:focus,
  220. fieldset[disabled] .btn-info:focus,
  221. .btn-info.disabled.focus,
  222. .btn-info[disabled].focus,
  223. fieldset[disabled] .btn-info.focus,
  224. .btn-info.disabled:active,
  225. .btn-info[disabled]:active,
  226. fieldset[disabled] .btn-info:active,
  227. .btn-info.disabled.active,
  228. .btn-info[disabled].active,
  229. fieldset[disabled] .btn-info.active {
  230. background-color: #2aabd2;
  231. background-image: none;
  232. }
  233. .btn-warning {
  234. background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  235. background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  236. background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  237. background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  238. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  239. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  240. background-repeat: repeat-x;
  241. border-color: #e38d13;
  242. }
  243. .btn-warning:hover,
  244. .btn-warning:focus {
  245. background-color: #eb9316;
  246. background-position: 0 -15px;
  247. }
  248. .btn-warning:active,
  249. .btn-warning.active {
  250. background-color: #eb9316;
  251. border-color: #e38d13;
  252. }
  253. .btn-warning.disabled,
  254. .btn-warning[disabled],
  255. fieldset[disabled] .btn-warning,
  256. .btn-warning.disabled:hover,
  257. .btn-warning[disabled]:hover,
  258. fieldset[disabled] .btn-warning:hover,
  259. .btn-warning.disabled:focus,
  260. .btn-warning[disabled]:focus,
  261. fieldset[disabled] .btn-warning:focus,
  262. .btn-warning.disabled.focus,
  263. .btn-warning[disabled].focus,
  264. fieldset[disabled] .btn-warning.focus,
  265. .btn-warning.disabled:active,
  266. .btn-warning[disabled]:active,
  267. fieldset[disabled] .btn-warning:active,
  268. .btn-warning.disabled.active,
  269. .btn-warning[disabled].active,
  270. fieldset[disabled] .btn-warning.active {
  271. background-color: #eb9316;
  272. background-image: none;
  273. }
  274. .btn-danger {
  275. background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  276. background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  277. background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  278. background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  279. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  280. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  281. background-repeat: repeat-x;
  282. border-color: #b92c28;
  283. }
  284. .btn-danger:hover,
  285. .btn-danger:focus {
  286. background-color: #c12e2a;
  287. background-position: 0 -15px;
  288. }
  289. .btn-danger:active,
  290. .btn-danger.active {
  291. background-color: #c12e2a;
  292. border-color: #b92c28;
  293. }
  294. .btn-danger.disabled,
  295. .btn-danger[disabled],
  296. fieldset[disabled] .btn-danger,
  297. .btn-danger.disabled:hover,
  298. .btn-danger[disabled]:hover,
  299. fieldset[disabled] .btn-danger:hover,
  300. .btn-danger.disabled:focus,
  301. .btn-danger[disabled]:focus,
  302. fieldset[disabled] .btn-danger:focus,
  303. .btn-danger.disabled.focus,
  304. .btn-danger[disabled].focus,
  305. fieldset[disabled] .btn-danger.focus,
  306. .btn-danger.disabled:active,
  307. .btn-danger[disabled]:active,
  308. fieldset[disabled] .btn-danger:active,
  309. .btn-danger.disabled.active,
  310. .btn-danger[disabled].active,
  311. fieldset[disabled] .btn-danger.active {
  312. background-color: #c12e2a;
  313. background-image: none;
  314. }
  315. .thumbnail,
  316. .img-thumbnail {
  317. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  318. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  319. }
  320. .dropdown-menu > li > a:hover,
  321. .dropdown-menu > li > a:focus {
  322. background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  323. background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  324. background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  325. background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  326. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  327. background-repeat: repeat-x;
  328. background-color: #e8e8e8;
  329. }
  330. .dropdown-menu > .active > a,
  331. .dropdown-menu > .active > a:hover,
  332. .dropdown-menu > .active > a:focus {
  333. background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  334. background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  335. background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  336. background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  337. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  338. background-repeat: repeat-x;
  339. background-color: #2e6da4;
  340. }
  341. .navbar-default {
  342. background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  343. background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  344. background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  345. background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  346. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  347. background-repeat: repeat-x;
  348. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  349. border-radius: 4px;
  350. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  351. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  352. }
  353. .navbar-default .navbar-nav > .open > a,
  354. .navbar-default .navbar-nav > .active > a {
  355. background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  356. background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  357. background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  358. background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  359. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  360. background-repeat: repeat-x;
  361. -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  362. box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  363. }
  364. .navbar-brand,
  365. .navbar-nav > li > a {
  366. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  367. }
  368. .navbar-inverse {
  369. background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  370. background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  371. background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  372. background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  373. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  374. background-repeat: repeat-x;
  375. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  376. border-radius: 4px;
  377. }
  378. .navbar-inverse .navbar-nav > .open > a,
  379. .navbar-inverse .navbar-nav > .active > a {
  380. background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  381. background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  382. background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  383. background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  384. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  385. background-repeat: repeat-x;
  386. -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  387. box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  388. }
  389. .navbar-inverse .navbar-brand,
  390. .navbar-inverse .navbar-nav > li > a {
  391. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  392. }
  393. .navbar-static-top,
  394. .navbar-fixed-top,
  395. .navbar-fixed-bottom {
  396. border-radius: 0;
  397. }
  398. @media (max-width: 991px) {
  399. .navbar .navbar-nav .open .dropdown-menu > .active > a,
  400. .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  401. .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  402. color: #fff;
  403. background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  404. background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  405. background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  406. background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  407. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  408. background-repeat: repeat-x;
  409. }
  410. }
  411. .alert {
  412. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  413. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  414. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  415. }
  416. .alert-success {
  417. background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  418. background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  419. background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  420. background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  421. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  422. background-repeat: repeat-x;
  423. border-color: #b2dba1;
  424. }
  425. .alert-info {
  426. background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  427. background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  428. background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  429. background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  430. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  431. background-repeat: repeat-x;
  432. border-color: #9acfea;
  433. }
  434. .alert-warning {
  435. background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  436. background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  437. background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  438. background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  439. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  440. background-repeat: repeat-x;
  441. border-color: #f5e79e;
  442. }
  443. .alert-danger {
  444. background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  445. background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  446. background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  447. background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  448. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  449. background-repeat: repeat-x;
  450. border-color: #dca7a7;
  451. }
  452. .progress {
  453. background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  454. background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  455. background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  456. background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  457. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  458. background-repeat: repeat-x;
  459. }
  460. .progress-bar {
  461. background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  462. background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  463. background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  464. background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  465. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  466. background-repeat: repeat-x;
  467. }
  468. .progress-bar-success {
  469. background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  470. background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  471. background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  472. background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  473. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  474. background-repeat: repeat-x;
  475. }
  476. .progress-bar-info {
  477. background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  478. background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  479. background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  480. background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  481. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  482. background-repeat: repeat-x;
  483. }
  484. .progress-bar-warning {
  485. background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  486. background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  487. background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  488. background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  489. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  490. background-repeat: repeat-x;
  491. }
  492. .progress-bar-danger {
  493. background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  494. background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  495. background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  496. background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  497. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  498. background-repeat: repeat-x;
  499. }
  500. .progress-bar-striped {
  501. 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);
  502. 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);
  503. 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);
  504. }
  505. .list-group {
  506. border-radius: 4px;
  507. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  508. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  509. }
  510. .list-group-item.active,
  511. .list-group-item.active:hover,
  512. .list-group-item.active:focus {
  513. text-shadow: 0 -1px 0 #286090;
  514. background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  515. background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  516. background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  517. background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  518. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  519. background-repeat: repeat-x;
  520. border-color: #2b669a;
  521. }
  522. .list-group-item.active .badge,
  523. .list-group-item.active:hover .badge,
  524. .list-group-item.active:focus .badge {
  525. text-shadow: none;
  526. }
  527. .panel {
  528. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  529. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  530. }
  531. .panel-default > .panel-heading {
  532. background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  533. background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  534. background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  535. background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  536. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  537. background-repeat: repeat-x;
  538. }
  539. .panel-primary > .panel-heading {
  540. background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  541. background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  542. background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  543. background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  544. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  545. background-repeat: repeat-x;
  546. }
  547. .panel-success > .panel-heading {
  548. background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  549. background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  550. background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  551. background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  552. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  553. background-repeat: repeat-x;
  554. }
  555. .panel-info > .panel-heading {
  556. background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  557. background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  558. background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  559. background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  560. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  561. background-repeat: repeat-x;
  562. }
  563. .panel-warning > .panel-heading {
  564. background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  565. background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  566. background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  567. background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  568. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  569. background-repeat: repeat-x;
  570. }
  571. .panel-danger > .panel-heading {
  572. background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  573. background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  574. background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  575. background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  576. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  577. background-repeat: repeat-x;
  578. }
  579. .well {
  580. background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  581. background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  582. background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  583. background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  584. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  585. background-repeat: repeat-x;
  586. border-color: #dcdcdc;
  587. -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  588. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  589. }